castopod/app/Language/ja/Fediverse.php

38 lines
1.2 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 11:57:14 +02:00
'your_handle' => 'あなたのユーザー ID',
'your_handle_hint' => 'Enter the @username@domain you want to act from.',
'follow' => [
2024-02-05 18:03:36 +01:00
'label' => 'フォロー',
'title' => '{actorDisplayName} をフォロー',
'subtitle' => 'You are going to follow:',
2024-02-05 18:03:36 +01:00
'accountNotFound' => 'アカウントが見つかりませんでした',
2024-04-17 11:57:14 +02:00
'remoteFollowNotAllowed' => 'このアカウントサーバーはリモートフォローを許可しておりません',
'submit' => 'フォローする',
],
'favourite' => [
2024-04-17 11:57:14 +02:00
'title' => "お気に入りの {actorDisplayName}の投稿",
'subtitle' => 'You are going to favourite:',
2024-04-17 11:57:14 +02:00
'submit' => 'お気に入り登録する',
],
'reblog' => [
'title' => "Share {actorDisplayName}'s post",
'subtitle' => 'You are going to share:',
2024-04-17 11:57:14 +02:00
'submit' => '共有する',
],
'reply' => [
'title' => "Reply to {actorDisplayName}'s post",
'subtitle' => 'You are going to reply to:',
2024-04-17 11:57:14 +02:00
'submit' => '返信する',
],
];