castopod/app/Language/uk/Episode.php

38 lines
1.2 KiB
PHP
Raw Normal View History

2023-03-16 17:45:41 +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 [
'season' => 'Сезон {seasonNumber}',
'season_abbr' => 'С{seasonNumber}',
'number' => 'Серія {episodeNumber}',
'number_abbr' => 'Серія {episodeNumber}',
'season_episode' => 'Сезон {seasonNumber} серія {episodeNumber}',
'season_episode_abbr' => 'С{seasonNumber}:Е{episodeNumber}',
'persons' => '{personsCount, plural,
2023-08-28 16:13:45 +02:00
one {# особа}
few {# осіб}
many {# осіб}
other {# осіб}
2023-03-16 17:45:41 +01:00
}',
'persons_list' => 'Кіл-сть осіб',
'back_to_episodes' => 'Повернутись до серій {podcast}',
'comments' => 'Коментарі',
'activity' => 'Активність',
'description' => 'Опис Серії',
'number_of_comments' => '{numberOfComments, plural,
2023-08-28 16:13:45 +02:00
one {# коментар}
few {# коментарів}
many {# коментарів}
other {# коментарів}
2023-03-16 17:45:41 +01:00
}',
'all_podcast_episodes' => 'Всі серії подкастів',
'back_to_podcast' => 'Повернутися до подкасту',
];