castopod/app/Language/sk/Podcast.php

66 lines
1.9 KiB
PHP
Raw Normal View History

2022-07-04 15:27:21 +02: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' => 'RSS zdroj podcastu',
'season' => 'Séria {seasonNumber}',
'list_of_episodes_year' => '{year} epizódy ({episodeCount})',
'list_of_episodes_season' =>
'Sezóna {seasonNumber} epizódy ({episodeCount})',
'no_episode' => 'Žiadne epizódy nenájdené!',
'follow' => 'Nasledovať',
'followTitle' => 'Nasledovať {actorDisplayName} na fediverse!',
'followers' => '{numberOfFollowers, plural,
2022-08-22 17:56:51 +02:00
one {# sledujúci}
few {# sledujúci}
many {# sledujúcich}
other {# sledujúcich}
2022-07-04 15:27:21 +02:00
}',
'posts' => '{numberOfPosts, plural,
2022-08-22 17:56:51 +02:00
one {# príspevok}
few {# príspevky}
many {# príspevkov}
other {# príspevkov}
2022-07-04 15:27:21 +02:00
}',
2023-11-29 18:27:10 +01:00
'links' => 'Odkazy',
2022-07-04 15:27:21 +02:00
'activity' => 'Aktivita',
2022-09-06 16:55:46 +02:00
'episodes' => 'Časti',
'episodes_title' => 'Časti {podcastTitle}',
2022-07-04 15:27:21 +02:00
'about' => 'O',
'stats' => [
'title' => 'Štatistiky',
'number_of_seasons' => '{0, plural,
2022-08-22 17:56:51 +02:00
one {# séria}
few {# série}
many {# sérií}
other {# sérií}
2022-07-04 15:27:21 +02:00
}',
'number_of_episodes' => '{0, plural,
2022-09-06 16:55:46 +02:00
one {# časť}
few {# častí}
many {# častí}
other {# časti}
2022-07-04 15:27:21 +02:00
}',
2022-08-22 17:56:51 +02:00
'first_published_at' => 'Prvá epizóda publikovaná {0, date, medium}',
2022-07-04 15:27:21 +02:00
],
'sponsor' => 'Sponzor',
2022-08-22 17:56:51 +02:00
'funding_links' => 'Odkazy na financovanie podcastu {podcastTitle}',
'find_on' => 'Nájsť podcast {podcastTitle} na',
2022-07-04 15:27:21 +02:00
'listen_on' => 'Počúvajte na',
'persons' => '{personsCount, plural,
2022-08-22 17:56:51 +02:00
one {# osobnosť}
few {# osobnosti}
many {# osobností}
other {# osobností}
2022-07-04 15:27:21 +02:00
}',
2022-08-22 17:56:51 +02:00
'persons_list' => 'Osobnosti',
2023-11-29 18:27:10 +01:00
'castopod_website' => 'Castopod (website)',
2022-07-04 15:27:21 +02:00
];