mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
58 lines
1.6 KiB
PHP
58 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' => 'brødkrumme',
|
|
config('Admin')
|
|
->gateway => 'Hjem',
|
|
'podcasts' => 'podcasts',
|
|
'episodes' => 'episoder',
|
|
'subscriptions' => 'abonnementer',
|
|
'contributors' => 'bidragydere',
|
|
'pages' => 'sider',
|
|
'settings' => 'indstillinger',
|
|
'theme' => 'tema',
|
|
'about' => 'om',
|
|
'add' => 'tilføj',
|
|
'new' => 'ny',
|
|
'edit' => 'redigér',
|
|
'persons' => 'personer',
|
|
'publish' => 'publicér',
|
|
'publish-edit' => 'redigér udgivelse',
|
|
'publish-date-edit' => 'redigér udgivelsesdato',
|
|
'unpublish' => 'afpublicér',
|
|
'delete' => 'slet',
|
|
'remove' => 'fjern',
|
|
'fediverse' => 'fediverset',
|
|
'blocked-actors' => 'blokerede aktører',
|
|
'blocked-domains' => 'blokerede domæner',
|
|
'users' => 'brugere',
|
|
'my-account' => 'min konto',
|
|
'change-password' => 'skift adgangskode',
|
|
'imports' => 'importer',
|
|
'sync-feeds' => 'synchronize feeds',
|
|
'platforms' => 'platforme',
|
|
'social' => 'sociale netværk',
|
|
'funding' => 'finansiering',
|
|
'monetization-other' => 'other monetization',
|
|
'analytics' => 'analyse',
|
|
'locations' => 'lokationer',
|
|
'webpages' => 'websider',
|
|
'unique-listeners' => 'unikke lyttere',
|
|
'players' => 'afspillere',
|
|
'listening-time' => 'lyttetid',
|
|
'time-periods' => 'periode',
|
|
'soundbites' => 'lydbid',
|
|
'video-clips' => 'videoklip',
|
|
'embed' => 'integreret afspiller',
|
|
'notifications' => 'notifications',
|
|
'suspend' => 'suspend',
|
|
];
|