2022-03-04 17:52:52 +00: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 [
|
|
|
|
'toggle_sidebar' => 'Przełącz pasek boczny',
|
|
|
|
'go_to_website' => 'Idź do strony internetowej',
|
|
|
|
'go_to_admin' => 'Idź do administracji',
|
|
|
|
'dashboard' => 'Pulpit',
|
|
|
|
'admin' => 'Początek',
|
|
|
|
'podcasts' => 'Podcasty',
|
|
|
|
'podcast-list' => 'Wszystkie podcasty',
|
|
|
|
'podcast-create' => 'Nowy podcast',
|
2023-06-21 17:17:32 +00:00
|
|
|
'all-podcast-imports' => 'All Podcast imports',
|
|
|
|
'podcast-imports-add' => 'Import a podcast',
|
2022-03-04 17:52:52 +00:00
|
|
|
'persons' => 'Osoby',
|
|
|
|
'person-list' => 'Wszystkie osoby',
|
|
|
|
'person-create' => 'Nowa osoba',
|
|
|
|
'fediverse' => 'Fediverse',
|
|
|
|
'fediverse-blocked-actors' => 'Zablokowane konta',
|
|
|
|
'fediverse-blocked-domains' => 'Zablokowane domeny',
|
|
|
|
'users' => 'Użytkownicy',
|
|
|
|
'user-list' => 'Wszyscy użytkownicy',
|
|
|
|
'user-create' => 'Nowy użytkownik',
|
|
|
|
'pages' => 'Strony',
|
|
|
|
'page-list' => 'Wszystkie strony',
|
|
|
|
'page-create' => 'Nowa strona',
|
|
|
|
'settings' => 'Ustawienia',
|
|
|
|
'settings-general' => 'Ogólne',
|
|
|
|
'settings-theme' => 'Motyw',
|
2023-10-10 15:55:39 +00:00
|
|
|
'admin-about' => 'Informacje',
|
2022-03-04 17:52:52 +00:00
|
|
|
'account' => [
|
|
|
|
'my-account' => 'Moje konto',
|
|
|
|
'change-password' => 'Zmień hasło',
|
|
|
|
'logout' => 'Wyloguj',
|
|
|
|
],
|
|
|
|
];
|