mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
43 lines
1.5 KiB
PHP
43 lines
1.5 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' => 'Zur Podcast-Seite gehen',
|
|
'rss_feed' => 'RSS-Feed',
|
|
'dashboard' => 'Podcast-Dashboard',
|
|
'podcast-view' => 'Startseite',
|
|
'podcast-edit' => 'Podcast bearbeiten',
|
|
'podcast-persons-manage' => 'Mitwirkende verwalten',
|
|
'podcast-imports' => 'Podcast-Importe',
|
|
'podcast-imports-sync' => 'Feeds synchronisieren',
|
|
'episodes' => 'Folgen',
|
|
'episode-list' => 'Alle Episoden',
|
|
'episode-create' => 'Neue Episoden',
|
|
'analytics' => 'Statistiken',
|
|
'podcast-analytics' => 'Zuhörer-Übersicht',
|
|
'podcast-analytics-webpages' => 'Webseiten-Besuche',
|
|
'podcast-analytics-locations' => 'Standorte',
|
|
'podcast-analytics-unique-listeners' => 'Eindeutige Zuhörer',
|
|
'podcast-analytics-players' => 'Podcast-Player',
|
|
'podcast-analytics-listening-time' => 'Hörzeit',
|
|
'podcast-analytics-time-periods' => 'Zeiträume',
|
|
'monetization' => 'Monetarisierung',
|
|
'subscription-list' => 'Alle Abonnements',
|
|
'subscription-create' => 'Abonnement hinzufügen',
|
|
'contributors' => 'Mitwirkende',
|
|
'contributor-list' => 'Alle Unterstützer',
|
|
'contributor-add' => 'Mitwirkenden hinzufügen',
|
|
'broadcast' => 'Broadcast',
|
|
'platforms-podcasting' => 'Podcast-Apps',
|
|
'platforms-social' => 'Soziale Netzwerke',
|
|
'platforms-funding' => 'Finanzierungslinks',
|
|
'podcast-monetization-other' => 'Andere',
|
|
];
|