43 lines
1.5 KiB
PHP
Raw Normal View History

<?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',
2024-04-17 09:57:14 +00:00
'rss_feed' => 'RSS-Feed',
'dashboard' => 'Podcast-Dashboard',
'podcast-view' => 'Startseite',
'podcast-edit' => 'Podcast bearbeiten',
2022-07-04 13:27:21 +00:00
'podcast-persons-manage' => 'Mitwirkende verwalten',
2023-11-29 17:27:10 +00:00
'podcast-imports' => 'Podcast-Importe',
2024-04-17 09:57:14 +00:00
'podcast-imports-sync' => 'Feeds synchronisieren',
'episodes' => 'Folgen',
'episode-list' => 'Alle Episoden',
'episode-create' => 'Neue Episoden',
2023-03-16 16:45:41 +00:00
'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',
2024-04-17 09:57:14 +00:00
'monetization' => 'Monetarisierung',
2022-11-04 11:03:24 +00:00
'subscription-list' => 'Alle Abonnements',
2024-04-17 09:57:14 +00:00
'subscription-create' => 'Abonnement hinzufügen',
2023-03-16 16:45:41 +00:00
'contributors' => 'Mitwirkende',
'contributor-list' => 'Alle Unterstützer',
2023-03-16 16:45:41 +00:00
'contributor-add' => 'Mitwirkenden hinzufügen',
2023-11-29 17:27:10 +00:00
'broadcast' => 'Broadcast',
2024-04-17 09:57:14 +00:00
'platforms-podcasting' => 'Podcast-Apps',
'platforms-social' => 'Soziale Netzwerke',
2024-04-17 09:57:14 +00:00
'platforms-funding' => 'Finanzierungslinks',
'podcast-monetization-other' => 'Andere',
];