castopod/app/Language/ja/Episode.php

48 lines
1.7 KiB
PHP
Raw Permalink Normal View History

2023-06-29 15:23:25 +00: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 [
2024-02-05 17:03:36 +00:00
'season' => 'シーズン {seasonNumber}',
2023-06-29 15:23:25 +00:00
'season_abbr' => 'S{seasonNumber}',
2024-02-05 17:03:36 +00:00
'number' => 'エピソード {episodeNumber}',
2023-06-29 15:23:25 +00:00
'number_abbr' => 'Ep. {episodeNumber}',
2024-02-05 17:03:36 +00:00
'season_episode' => 'シーズン {seasonNumber} エピソード {episodeNumber}',
2023-06-29 15:23:25 +00:00
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
one {# person}
other {# persons}
}',
'persons_list' => 'Persons',
2024-02-05 17:03:36 +00:00
'back_to_episodes' => '{podcast} のエピソードに戻る',
'comments' => 'コメント',
'activity' => 'アクティビティ',
2024-02-22 10:11:10 +00:00
'chapters' => 'Chapters',
2023-06-29 15:23:25 +00:00
'description' => 'Episode description',
'number_of_comments' => '{numberOfComments, plural,
one {# comment}
other {# comments}
}',
'all_podcast_episodes' => 'All podcast episodes',
2024-02-05 17:03:36 +00:00
'back_to_podcast' => 'ポッドキャストへ戻る',
2023-11-29 17:27:10 +00:00
'preview' => [
2024-02-05 17:03:36 +00:00
'title' => 'プレビュー',
2023-11-29 17:27:10 +00:00
'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.}
}',
2024-02-05 17:03:36 +00:00
'publish' => '公開する',
2023-11-29 17:27:10 +00:00
'publish_edit' => 'Edit publication',
],
2024-02-22 10:11:10 +00:00
'no_chapters' => 'No chapters are available for this episode.',
2023-06-29 15:23:25 +00:00
];