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

29 lines
781 B
PHP
Raw Normal View History

2022-03-04 18:52:52 +01: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 [
2023-03-16 17:45:41 +01:00
'home' => 'Pulpit administratora',
'welcome_message' => 'Witamy w panelu administracyjnym!',
2022-07-14 11:03:44 +02:00
'podcasts' => [
2023-03-16 17:45:41 +01:00
'title' => 'Podcasty',
'not_found' => 'Brak opublikowanych podcastów',
'last_published' => 'Ostatnio opublikowane {lastPublicationDate}',
2022-07-14 11:03:44 +02:00
],
'episodes' => [
2023-03-16 17:45:41 +01:00
'title' => 'Odcinki',
'not_found' => 'Brak opublikowanych odcinków',
'last_published' => 'Ostatnio opublikowane {lastPublicationDate}',
2022-07-14 11:03:44 +02:00
],
'storage' => [
2023-03-16 17:45:41 +01:00
'title' => 'Pamięć',
'subtitle' => '{totalUploaded} z {totalStorage}',
2022-07-14 11:03:44 +02:00
],
2022-03-04 18:52:52 +01:00
];