castopod/modules/Admin/Language/de/PodcastNavigation.php

39 lines
1.3 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',
'dashboard' => 'Podcast-Dashboard',
'podcast-view' => 'Startseite',
'podcast-edit' => 'Podcast bearbeiten',
'podcast-persons-manage' => 'Mitwirkende verwalten',
'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',
'premium' => 'Premium',
'subscription-list' => 'Alle Abonnements',
'subscription-add' => 'Abonnement hinzufügen',
'contributors' => 'Mitwirkende',
'contributor-list' => 'Alle Unterstützer',
'contributor-add' => 'Mitwirkenden hinzufügen',
'platforms' => 'Externe Plattformen',
'platforms-podcasting' => 'Podcasting',
'platforms-social' => 'Soziale Netzwerke',
'platforms-funding' => 'Finanzierung',
];