castopod/app/Language/zh-Hans/Episode.php

51 lines
1.8 KiB
PHP
Raw Normal View History

2022-09-06 16:55:46 +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 [
'season' => '第{seasonNumber} 季',
'season_abbr' => '第{seasonNumber} 季',
'number' => '第 {episodeNumber} 集',
'number_abbr' => '第 {episodeNumber} 集',
'season_episode' => '第 {seasonNumber} 季第 {episodeNumber} 集',
'season_episode_abbr' => '第 {seasonNumber} 季第 {episodeNumber} 集',
'persons' => '{personsCount, plural,
one {# 人}
other {# 人}
}',
2022-09-23 17:51:26 +02:00
'persons_list' => '人员',
2022-09-06 16:55:46 +02:00
'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',
2022-09-06 16:55:46 +02:00
'description' => '剧集描述',
'number_of_comments' => '{numberOfComments, plural,
2023-07-27 12:49:25 +02:00
other {# 评论}
2022-09-06 16:55:46 +02:00
other {# 评论}
}',
'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-09-06 16:55:46 +02:00
];