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

29 lines
791 B
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 [
2022-11-04 12:03:24 +01:00
'home' => 'Admin-Dashboard',
'welcome_message' => 'Willkommen im Administrationsbereich!',
2022-07-14 11:03:44 +02:00
'podcasts' => [
'title' => 'Podcasts',
2022-11-04 12:03:24 +01:00
'not_found' => 'Kein veröffentlichter Podcast',
'last_published' => 'Zuletzt veröffentlicht am {lastPublicationDate}',
2022-07-14 11:03:44 +02:00
],
'episodes' => [
2023-03-16 17:45:41 +01:00
'title' => 'Folgen',
2022-11-04 12:03:24 +01:00
'not_found' => 'Keine veröffentlichte Episode',
'last_published' => 'Zuletzt veröffentlicht am {lastPublicationDate}',
2022-07-14 11:03:44 +02:00
],
'storage' => [
2022-11-04 12:03:24 +01:00
'title' => 'Speicher',
'subtitle' => '{totalUploaded} von {totalStorage}',
2022-07-14 11:03:44 +02:00
],
];