castopod/app/Language/fa/Episode.php

49 lines
1.8 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 [
2023-05-05 16:28:51 +02:00
'season' => 'فصل {seasonNumber}',
'season_abbr' => 'ف{seasonNumber}',
'number' => 'قسمت {episodeNumber}',
'number_abbr' => 'ق. {episodeNumber}',
'season_episode' => 'قسمت {episodeNumber} فصل {seasonNumber}',
'season_episode_abbr' => 'ف{seasonNumber}: ق{episodeNumber}',
2022-07-04 15:27:21 +02:00
'persons' => '{personsCount, plural,
2023-07-27 12:49:25 +02:00
other {# نفر}
2022-07-04 15:27:21 +02:00
}',
2023-05-05 16:28:51 +02: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-05-05 16:28:51 +02:00
'description' => 'شرح قسمت',
2022-07-04 15:27:21 +02:00
'number_of_comments' => '{numberOfComments, plural,
2023-07-27 12:49:25 +02:00
other {# نظر}
2022-07-04 15:27:21 +02:00
}',
2023-05-05 16:28:51 +02:00
'all_podcast_episodes' => 'تمامی قسمت‌های پادکست',
'back_to_podcast' => 'بازگشت به پادکست',
2023-11-29 18:27:10 +01:00
'preview' => [
'title' => 'Preview',
'not_published' => 'Not published',
'text' => '{publication_status, select,
published {This episode is not yet published.}
scheduled {This episode is scheduled for publication on {publication_date}.}
with_podcast {This episode will be published at the same time as the podcast.}
other {This episode is not yet published.}
}',
'publish' => 'Publish',
'publish_edit' => 'Edit publication',
],
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.',
2022-07-04 15:27:21 +02:00
];