castopod/app/Language/ja/Fediverse.php

38 lines
1.3 KiB
PHP
Raw Normal View History

<?php
declare(strict_types=1);
/**
* @copyright 2021 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
2024-04-17 09:57:14 +00:00
'your_handle' => 'あなたのユーザー ID',
2024-06-28 13:40:28 +00:00
'your_handle_hint' => 'フォームに「@username@domain」の形式で入力してください',
'follow' => [
2024-02-05 17:03:36 +00:00
'label' => 'フォロー',
'title' => '{actorDisplayName} をフォロー',
2024-06-28 13:40:28 +00:00
'subtitle' => 'フォロー中:',
2024-02-05 17:03:36 +00:00
'accountNotFound' => 'アカウントが見つかりませんでした',
2024-04-17 09:57:14 +00:00
'remoteFollowNotAllowed' => 'このアカウントサーバーはリモートフォローを許可しておりません',
'submit' => 'フォローする',
],
'favourite' => [
2024-04-17 09:57:14 +00:00
'title' => "お気に入りの {actorDisplayName}の投稿",
2024-06-28 13:40:28 +00:00
'subtitle' => 'お気に入りに登録中:',
2024-04-17 09:57:14 +00:00
'submit' => 'お気に入り登録する',
],
'reblog' => [
2024-06-28 13:40:28 +00:00
'title' => "{actorDisplayName} の投稿を共有する",
'subtitle' => '共有中:',
2024-04-17 09:57:14 +00:00
'submit' => '共有する',
],
'reply' => [
2024-06-28 13:40:28 +00:00
'title' => "{actorDisplayName} の投稿に返信する",
'subtitle' => '返信中:',
2024-04-17 09:57:14 +00:00
'submit' => '返信する',
],
];