castopod/app/Language/ja/Page.php

18 lines
476 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-04-17 11:57:14 +02:00
'back_to_home' => 'ホームへ戻る',
2023-06-29 17:23:25 +02:00
'map' => [
2024-04-17 11:57:14 +02:00
'title' => 'マップ',
'description' => '{siteName} でpodcastのエピソードを見つけましょうマップを旅して、特定の場所について話すエピソードを聞きましょう。',
2023-06-29 17:23:25 +02:00
],
];