castopod/modules/Admin/Language/nl/Dashboard.php
2024-02-05 17:03:36 +00:00

29 lines
769 B
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 [
'home' => 'Beheerdersdashboard',
'welcome_message' => 'Welkom bij de beheeromgeving!',
'podcasts' => [
'title' => 'Podcasts',
'not_found' => 'No published podcast',
'last_published' => 'Laatst gepubliceerd op {lastPublicationDate}',
],
'episodes' => [
'title' => 'Afleveringen',
'not_found' => 'No published episode',
'last_published' => 'Laatst gepubliceerd op {lastPublicationDate}',
],
'storage' => [
'title' => 'Opslagruimte',
'subtitle' => '{totalUploaded} van {totalStorage}',
],
];