From 2f78b37ec7b3b193fe09b9ac2c019840c06786d7 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 17 Jan 2023 22:16:58 +0100 Subject: [PATCH] New translations contextMenu.json (Japanese) --- src/i18n/ja/components/contextMenu.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/i18n/ja/components/contextMenu.json b/src/i18n/ja/components/contextMenu.json index 987bfbae..3da03550 100644 --- a/src/i18n/ja/components/contextMenu.json +++ b/src/i18n/ja/components/contextMenu.json @@ -6,33 +6,33 @@ "action_false": "ユーザーをフォロー", "action_true": "ユーザーをフォロー解除" }, - "inLists": "", + "inLists": "ユーザーを含むリスト一覧", "showBoosts": { - "action_false": "", - "action_true": "" + "action_false": "ブーストを表示する", + "action_true": "ブーストを非表示にする" }, "mute": { "action_false": "ユーザーをミュート", "action_true": "ユーザーのミュートを解除" }, "followAs": { - "trigger": "", - "succeed_default": "", - "succeed_locked": "", - "failed": "" + "trigger": "別ユーザーとしてフォロー", + "succeed_default": "{{source}} として @{{target}} をフォローしました", + "succeed_locked": "{{source}} として @{{target}} へのフォロー申請を送りました。現在承認待ちです", + "failed": "別ユーザーとしてフォロー" }, - "blockReport": "", + "blockReport": "通報・ブロック...", "block": { "action_false": "ユーザーをブロック", "action_true": "ユーザーのブロックを解除", "alert": { - "title": "" + "title": "@{{username}} をブロックしますか?" } }, "reports": { "action": "ユーザーの報告とブロック", "alert": { - "title": "" + "title": "@{{username}} を通報し、ブロックしますか?" } } },