mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
39 lines
1.4 KiB
PHP
39 lines
1.4 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',
|
|
'dashboard' => 'Taolenn-stur ar podkast',
|
|
'podcast-view' => 'Degemer',
|
|
'podcast-edit' => 'Kemmañ ar podkast',
|
|
'podcast-persons-manage' => 'Merañ an emellerien·ezed',
|
|
'episodes' => 'Rannoù',
|
|
'episode-list' => 'An holl rannoù',
|
|
'episode-create' => 'Rann nevez',
|
|
'analytics' => 'Muzulioù heklev',
|
|
'podcast-analytics' => 'Audience overview',
|
|
'podcast-analytics-webpages' => 'Web pages visits',
|
|
'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',
|
|
'premium' => 'Premium',
|
|
'subscription-list' => 'All subscriptions',
|
|
'subscription-add' => 'Add subscription',
|
|
'contributors' => 'Perzhidi, perzhiadezed',
|
|
'contributor-list' => 'An holl berzhidi ha perzhiadezed',
|
|
'contributor-add' => 'Ouzhpennañ ur perzhiad pe ur berzhiadez',
|
|
'platforms' => 'Savennoù diavaez',
|
|
'platforms-podcasting' => 'Podkast',
|
|
'platforms-social' => 'Rouedadoù sokial',
|
|
'platforms-funding' => 'Arc\'hantaouiñ',
|
|
];
|