ad-aures_castoPod/app/Language/cs/Podcast.php
2026-01-23 16:36:56 +00:00

55 lines
1.6 KiB
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 [
'feed' => 'RSS Podcast kanál',
'season' => 'Série: {seasonNumber}',
'list_of_episodes_year' => '{year} epizody ({episodeCount})',
'list_of_episodes_season' =>
'Epizody ({episodeCount}) série {seasonNumber}',
'no_episode' => 'Nebyla nalezena žádná epizoda',
'follow' => 'Sledovat',
'followTitle' => 'Sledujte {actorDisplayName} na fediverse!',
'followers' => '{numberOfFollowers, plural,
one {# sledující}
other {# sledující}
}',
'posts' => '{numberOfPosts, plural,
one {# příspěvek}
other {# příspěvky}
}',
'links' => 'Odkazy',
'activity' => 'Aktivita',
'episodes' => 'Epizody',
'episodes_title' => 'Epizody {podcastTitle}',
'about' => 'Informace',
'stats' => [
'title' => 'Statistiky',
'number_of_seasons' => '{0, plural,
one {# série}
other {# série}
}',
'number_of_episodes' => '{0, plural,
one {# epizoda}
other {# epizody}
}',
'first_published_at' => 'První epizoda zveřejněna na {0, date, medium}',
],
'sponsor' => 'Sponzorovat',
'funding_links' => 'Odkazy na financování pro {podcastTitle}',
'find_on' => 'Najít {podcastTitle} na',
'listen_on' => 'Poslouchat na',
'persons' => '{personsCount, plural,
one {# osoba}
other {# osoby}
}',
'persons_list' => 'Osoby',
'castopod_website' => 'Castopod (webová stránka)',
];