castopod/app/Language/pl/Podcast.php

61 lines
1.7 KiB
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 [
'feed' => 'Kanał RSS Podcastu',
'season' => 'Sezon {seasonNumber}',
'list_of_episodes_year' => '{year} odcinków ({episodeCount})',
'list_of_episodes_season' =>
'Sezon {seasonNumber} odcinki ({episodeCount})',
'no_episode' => 'Nie znaleziono odcinków!',
'follow' => 'Obserwuj',
'followTitle' => 'Obserwuj {actorDisplayName} na fediverse!',
'followers' => '{numberOfFollowers, plural,
2023-03-16 17:45:41 +01:00
one {# polubienie}
few {# polubienia}
other {# polubień}
2022-03-04 18:52:52 +01:00
}',
'posts' => '{numberOfPosts, plural,
2023-03-16 17:45:41 +01:00
one {# osoba}
few {# osoby}
other {# osób}
2022-03-04 18:52:52 +01:00
}',
2023-07-27 12:49:25 +02:00
'links' => 'Links',
2023-11-29 18:27:10 +01:00
'activity' => 'Wpisy',
2022-03-04 18:52:52 +01:00
'episodes' => 'Odcinki',
'episodes_title' => 'Odcinki {podcastTitle}',
'about' => 'Informacje',
'stats' => [
'title' => 'Statystyki',
'number_of_seasons' => '{0, plural,
2023-03-16 17:45:41 +01:00
one {# osoba}
few {# osoby}
other {# osób}
}',
2022-03-04 18:52:52 +01:00
'number_of_episodes' => '{0, plural,
2023-03-16 17:45:41 +01:00
one {# osoba}
few {# osoby}
other {# osób}
}',
'first_published_at' => 'Pierwszy odcinek opublikowany {0, date, medium}',
2022-03-04 18:52:52 +01:00
],
'sponsor' => 'Sponsoruj',
'funding_links' => 'Linki finansowania dla {podcastTitle}',
'find_on' => 'Znajdź {podcastTitle} na',
'listen_on' => 'Słuchaj na',
'persons' => '{personsCount, plural,
one {# osoba}
few {# osoby}
other {# osób}
}',
'persons_list' => 'Osoby',
2023-11-29 18:27:10 +01:00
'castopod_website' => 'Castopod (website)',
2022-03-04 18:52:52 +01:00
];