mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-11 00:35:47 +00:00
37 lines
1.3 KiB
PHP
37 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',
|
|
'episode-deleted' => 'Recycle bin',
|
|
'analytics' => 'Analysen',
|
|
'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',
|
|
'contributors' => 'Administratoren',
|
|
'contributor-list' => 'Alle Unterstützer',
|
|
'contributor-add' => 'Administrator hinzufügen',
|
|
'platforms' => 'Externe Plattformen',
|
|
'platforms-podcasting' => 'Podcasting',
|
|
'platforms-social' => 'Soziale Netzwerke',
|
|
'platforms-funding' => 'Finanzierung',
|
|
];
|