2022-03-29 15:33:32 +00:00
|
|
|
<?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 [
|
2022-04-05 15:45:54 +00:00
|
|
|
'go_to_page' => 'Zur Podcast-Seite gehen',
|
|
|
|
'dashboard' => 'Podcast-Dashboard',
|
|
|
|
'podcast-view' => 'Startseite',
|
|
|
|
'podcast-edit' => 'Podcast bearbeiten',
|
2022-07-04 13:27:21 +00:00
|
|
|
'podcast-persons-manage' => 'Mitwirkende verwalten',
|
2023-06-21 17:17:32 +00:00
|
|
|
'podcast-imports' => 'Podcast imports',
|
2022-04-05 15:45:54 +00:00
|
|
|
'episodes' => 'Folgen',
|
|
|
|
'episode-list' => 'Alle Episoden',
|
|
|
|
'episode-create' => 'Neue Episoden',
|
2023-03-16 16:45:41 +00:00
|
|
|
'analytics' => 'Statistiken',
|
2022-04-05 15:45:54 +00:00
|
|
|
'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',
|
2022-10-14 16:12:14 +00:00
|
|
|
'premium' => 'Premium',
|
2022-11-04 11:03:24 +00:00
|
|
|
'subscription-list' => 'Alle Abonnements',
|
2023-10-12 15:52:20 +00:00
|
|
|
'subscription-create' => 'Abonnement hinzufügen',
|
2023-03-16 16:45:41 +00:00
|
|
|
'contributors' => 'Mitwirkende',
|
2022-04-05 15:45:54 +00:00
|
|
|
'contributor-list' => 'Alle Unterstützer',
|
2023-03-16 16:45:41 +00:00
|
|
|
'contributor-add' => 'Mitwirkenden hinzufügen',
|
2022-04-05 15:45:54 +00:00
|
|
|
'platforms' => 'Externe Plattformen',
|
2022-03-29 15:33:32 +00:00
|
|
|
'platforms-podcasting' => 'Podcasting',
|
2022-04-05 15:45:54 +00:00
|
|
|
'platforms-social' => 'Soziale Netzwerke',
|
|
|
|
'platforms-funding' => 'Finanzierung',
|
2022-03-29 15:33:32 +00:00
|
|
|
];
|