castopod/app/Language/ja/Home.php

21 lines
515 B
PHP
Raw Normal View History

2023-06-29 17:23:25 +02: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 18:03:36 +01:00
'all_podcasts' => 'すべてのポッドキャスト',
'sort_by' => '並べ替え',
2023-06-29 17:23:25 +02:00
'sort_options' => [
2024-02-05 18:03:36 +01:00
'activity' => '最近のアクティビティ',
'created_desc' => '新しい順',
'created_asc' => '古い順',
2023-06-29 17:23:25 +02:00
],
2024-02-05 18:03:36 +01:00
'no_podcast' => 'ポッドキャストが見つかりません',
2023-06-29 17:23:25 +02:00
];