castopod/app/Language/uk/Episode.php

55 lines
2.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' => 'Активність',
2024-02-22 11:11:10 +01:00
'chapters' => 'Chapters',
2024-04-17 11:57:14 +02:00
'transcript' => 'Transcript',
2023-03-16 17:45:41 +01:00
'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' => 'Повернутися до подкасту',
2023-11-29 18:27:10 +01:00
'preview' => [
'title' => 'Переглянути',
'not_published' => 'Не опубліковано',
'text' => '{publication_status, select,
published {Цей епізод ще не опублікований.}
scheduled {Цей епізод запланований на публікацію {publication_date}.}
with_podcast {Цей епізод буде опублікований одночасно з подкастом.}
other {Цей епізод ще не опублікований.}
}',
'publish' => 'Опублікувати',
'publish_edit' => 'Редагувати публікацію',
],
2024-02-22 11:11:10 +01:00
'no_chapters' => 'No chapters are available for this episode.',
2024-04-17 11:57:14 +02:00
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
2023-03-16 17:45:41 +01:00
];