castopod/app/Language/ja/Episode.php

50 lines
1.9 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}',
2024-04-17 09:57:14 +00:00
'season_abbr' => 'シーズン {seasonNumber}',
2024-02-05 17:03:36 +00:00
'number' => 'エピソード {episodeNumber}',
2024-04-17 09:57:14 +00:00
'number_abbr' => 'エピソード {episodeNumber}',
2024-02-05 17:03:36 +00:00
'season_episode' => 'シーズン {seasonNumber} エピソード {episodeNumber}',
2024-04-17 09:57:14 +00:00
'season_episode_abbr' => 'シーズン{seasonNumber}エピソード{episodeNumber}',
2023-06-29 15:23:25 +00:00
'persons' => '{personsCount, plural,
2024-04-17 09:57:14 +00:00
other {# 人}
2023-06-29 15:23:25 +00:00
}',
2024-04-17 09:57:14 +00:00
'persons_list' => '人物',
2024-02-05 17:03:36 +00:00
'back_to_episodes' => '{podcast} のエピソードに戻る',
'comments' => 'コメント',
'activity' => 'アクティビティ',
2024-04-17 09:57:14 +00:00
'chapters' => '章',
'transcript' => 'Transcript',
'description' => 'エピソードの詳細',
2023-06-29 15:23:25 +00:00
'number_of_comments' => '{numberOfComments, plural,
one {# comment}
other {# comments}
}',
2024-04-17 09:57:14 +00:00
'all_podcast_episodes' => 'すべての Podcast エピソード',
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' => 'プレビュー',
2024-04-17 09:57:14 +00:00
'not_published' => '未公開',
2023-11-29 17:27:10 +00:00
'text' => '{publication_status, select,
2024-04-17 09:57:14 +00:00
published {このエピソードはまだ公開されていません}
scheduled {このエピソードは {publication_date} に公開される予定です}
with_podcast {このエピソードはPodCastと同時に公開されます}
other {このエピソードはまだ公開されていません。}
2023-11-29 17:27:10 +00:00
}',
2024-02-05 17:03:36 +00:00
'publish' => '公開する',
2024-04-17 09:57:14 +00:00
'publish_edit' => '出版物を編集',
2023-11-29 17:27:10 +00:00
],
2024-02-22 10:11:10 +00:00
'no_chapters' => 'No chapters are available for this episode.',
2024-04-17 09:57:14 +00:00
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
2023-06-29 15:23:25 +00:00
];