castopod/app/Language/id/Podcast.php

51 lines
1.5 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 [
'feed' => 'RSS Podcast feed',
2022-09-06 16:55:46 +02:00
'season' => 'Musim {seasonNumber}',
'list_of_episodes_year' => '{year} episodes ({episodeCount})',
'list_of_episodes_season' =>
2022-09-06 16:55:46 +02:00
'Episode-episode pada musim {seasonNumber} ({episodeCount})',
'no_episode' => 'Tak ditemukan episode!',
'follow' => 'Ikuti',
'followTitle' => 'Ikuti {actorDisplayName} di fediverse!',
'followers' => '{numberOfFollowers, plural,
2022-09-06 16:55:46 +02:00
other {# pengikut}
}',
'posts' => '{numberOfPosts, plural,
2022-09-06 16:55:46 +02:00
other {# postingan}
}',
2023-07-27 12:49:25 +02:00
'links' => 'Links',
2022-09-06 16:55:46 +02:00
'activity' => 'Aktivitas',
'episodes' => 'Episode',
'episodes_title' => 'Episode-episode {podcastTitle}',
'about' => 'Tentang',
'stats' => [
2022-09-06 16:55:46 +02:00
'title' => 'Statistik',
'number_of_seasons' => '{0, plural,
2022-09-06 16:55:46 +02:00
other {# musim}
}',
'number_of_episodes' => '{0, plural,
2022-09-06 16:55:46 +02:00
other {# episode}
}',
2022-09-06 16:55:46 +02:00
'first_published_at' => 'Episode pertama diterbitkan pada {0, date, medium}',
],
'sponsor' => 'Sponsor',
'funding_links' => 'Funding links for {podcastTitle}',
2022-09-06 16:55:46 +02:00
'find_on' => 'Cari {podcastTitle} di',
'listen_on' => 'Listen on',
'persons' => '{personsCount, plural,
2022-09-06 16:55:46 +02:00
other {# orang}
}',
2022-09-06 16:55:46 +02:00
'persons_list' => 'Orang',
2023-11-29 18:27:10 +01:00
'castopod_website' => 'Castopod (website)',
];