From a674657bcb27c6b9048ed4b7f748ad871dc13c72 Mon Sep 17 00:00:00 2001 From: Robin B Date: Fri, 5 Nov 2021 04:32:47 +0100 Subject: [PATCH] fix(client): Add missing localization string (#7944) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 欠けるi18nストリングの追加 * Update ja-JP.yml Co-authored-by: syuilo --- locales/ja-JP.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 1326369f8..866364def 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -620,6 +620,8 @@ reportAbuse: "通報" reportAbuseOf: "{name}を通報する" fillAbuseReportDescription: "通報理由の詳細を記入してください。対象のノートがある場合はそのURLも記入してください。" abuseReported: "内容が送信されました。ご報告ありがとうございました。" +reporteeOrigin: "通報先" +reporterOrigin: "通報元" send: "送信" abuseMarkAsResolved: "対応済みにする" openInNewTab: "新しいタブで開く"