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

29 lines
745 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-08-22 17:56:51 +02:00
'home' => 'Admin dashboard',
'welcome_message' => 'Welcome to the admin area!',
2022-07-14 11:03:44 +02:00
'podcasts' => [
'title' => 'Podcasts',
2024-01-15 15:59:13 +01:00
'not_found' => 'Podkast embannet ebet',
2022-07-14 11:03:44 +02:00
'last_published' => 'Last published on {lastPublicationDate}',
],
'episodes' => [
'title' => 'Episodes',
2024-01-15 15:59:13 +01:00
'not_found' => 'Rann embannet ebet',
2022-07-14 11:03:44 +02:00
'last_published' => 'Last published on {lastPublicationDate}',
],
'storage' => [
'title' => 'Storage',
'subtitle' => '{totalUploaded} out of {totalStorage}',
],
];