mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
43 lines
1.6 KiB
PHP
43 lines
1.6 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @copyright 2020 Ad Aures
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'go_to_page' => 'Mont da pajenn ar podkast',
|
|
'rss_feed' => 'Gwazh RSS',
|
|
'dashboard' => 'Taolenn-stur ar podkast',
|
|
'podcast-view' => 'Degemer',
|
|
'podcast-edit' => 'Kemmañ ar podkast',
|
|
'podcast-persons-manage' => 'Merañ an emellerien·ezed',
|
|
'podcast-imports' => 'Ar podkastoù enporzhiet',
|
|
'podcast-imports-sync' => 'Sinkronaat ar gwazhoù',
|
|
'episodes' => 'Rannoù',
|
|
'episode-list' => 'An holl rannoù',
|
|
'episode-create' => 'Rann nevez',
|
|
'analytics' => 'Muzulioù heklev',
|
|
'podcast-analytics' => 'Gwel a-vras',
|
|
'podcast-analytics-webpages' => 'Gweladennoù ar pajennoù web',
|
|
'podcast-analytics-locations' => 'Lec\'hioù',
|
|
'podcast-analytics-unique-listeners' => 'Selaouerien·ezed unel',
|
|
'podcast-analytics-players' => 'Lennerioù',
|
|
'podcast-analytics-listening-time' => 'Padelezh ar selaou',
|
|
'podcast-analytics-time-periods' => 'Mareoù ar selaou',
|
|
'monetization' => 'Moneisaat',
|
|
'subscription-list' => 'An holl goumanantoù',
|
|
'subscription-create' => 'Ouzhpennañ ur c\'houmanant',
|
|
'contributors' => 'Perzhidi, perzhiadezed',
|
|
'contributor-list' => 'An holl berzhidi ha perzhiadezed',
|
|
'contributor-add' => 'Ouzhpennañ ur perzhiad pe ur berzhiadez',
|
|
'broadcast' => 'Skignañ',
|
|
'platforms-podcasting' => 'Arloadoù podkastoù',
|
|
'platforms-social' => 'Rouedadoù sokial',
|
|
'platforms-funding' => 'Liammoù arc\'hantaouiñ',
|
|
'podcast-monetization-other' => 'Un dra all',
|
|
];
|