castopod/app/Language/id/Episode.php

49 lines
1.7 KiB
PHP
Raw Normal View History

<?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 [
2022-09-06 16:55:46 +02:00
'season' => 'Musim {seasonNumber}',
'season_abbr' => 'S{seasonNumber}',
'number' => 'Episode {episodeNumber}',
2022-09-06 16:55:46 +02:00
'number_abbr' => 'Eps. {episodeNumber}',
'season_episode' => 'Musim {seasonNumber} episode {episodeNumber}',
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
2022-09-06 16:55:46 +02:00
other {# orang}
}',
2022-09-06 16:55:46 +02:00
'persons_list' => 'Orang',
'back_to_episodes' => 'Kembali ke episode-episode pada {podcast}',
'comments' => 'Komentar',
'activity' => 'Aktivitas',
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' => 'Keterangan episode',
'number_of_comments' => '{numberOfComments, plural,
2022-09-06 16:55:46 +02:00
other {# komentar}
}',
2022-09-06 16:55:46 +02:00
'all_podcast_episodes' => 'Semua episode siniar',
'back_to_podcast' => 'Kembali ke siniar',
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.',
];