mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
55 lines
1.6 KiB
PHP
55 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 [
|
|
'label' => 'roll-istor',
|
|
config('Admin')
|
|
->gateway => 'Degemer',
|
|
'podcasts' => 'podkastoù',
|
|
'episodes' => 'rannoù',
|
|
'subscriptions' => 'subscriptions',
|
|
'contributors' => 'perzhidi, perzhiadezed',
|
|
'pages' => 'pajennoù',
|
|
'settings' => 'arventennoù',
|
|
'theme' => 'neuz',
|
|
'about' => 'about',
|
|
'add' => 'ouzhpennañ',
|
|
'new' => 'krouiñ',
|
|
'edit' => 'kemmañ',
|
|
'persons' => 'emellerien·ezed',
|
|
'publish' => 'embann',
|
|
'publish-edit' => 'kemmañ an embannadur',
|
|
'publish-date-edit' => 'edit publication date',
|
|
'unpublish' => 'diembannañ',
|
|
'delete' => 'dilemel',
|
|
'remove' => 'remove',
|
|
'fediverse' => 'kevrebed',
|
|
'block-lists' => 'roll ar re stanket',
|
|
'users' => 'implijerien·ezed',
|
|
'my-account' => 'ma c\'hont',
|
|
'change-password' => 'kemmañ ar ger-tremen',
|
|
'import' => 'enporzhiañ ul lanv',
|
|
'platforms' => 'savennoù',
|
|
'social' => 'rouedadoù sokial',
|
|
'funding' => 'arc\'hantaouiñ',
|
|
'analytics' => 'muzulioù heklev',
|
|
'locations' => 'lec\'hioù',
|
|
'webpages' => 'pajennoù web',
|
|
'unique-listeners' => 'selaouerien·ezed unel',
|
|
'players' => 'lennerioù',
|
|
'listening-time' => 'padelezh ar selaou',
|
|
'time-periods' => 'mareoù ar selaou',
|
|
'soundbites' => 'tennadoù son',
|
|
'video-clips' => 'tennadoù video',
|
|
'embed' => 'lenner enkorfet',
|
|
'notifications' => 'notifications',
|
|
'suspend' => 'suspend',
|
|
];
|