castopod/app/Language/id/Home.php

21 lines
493 B
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
'all_podcasts' => 'Semua siniar',
'sort_by' => 'Urutkan berdasarkan',
'sort_options' => [
2022-09-06 16:55:46 +02:00
'activity' => 'Aktivitas baru-baru ini',
'created_desc' => 'Terbaru lebih dulu',
'created_asc' => 'Terlama lebih dulu',
],
2022-09-06 16:55:46 +02:00
'no_podcast' => 'Tak ada siniar yang ditemukan',
];