From 276d63bf2aaced81a2ac672671d364d1d939e399 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 18 Feb 2022 13:01:42 +0000 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 65.1% (2243 of 3441 strings) Translation: Element Web/matrix-react-sdk Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/ --- src/i18n/strings/ja.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 74d3deaf97..2e18fa09ec 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -493,7 +493,7 @@ "%(oneUser)schanged their avatar %(count)s times|one": "%(oneUser)s がアバターを変更しました", "%(items)s and %(count)s others|other": "%(items)s と 他 %(count)s 回", "%(items)s and %(count)s others|one": "%(items)s と他の1つ", - "%(items)s and %(lastItem)s": "%(items)s と %(lastItem)s", + "%(items)s and %(lastItem)s": "%(items)s また %(lastItem)s", "collapse": "折りたたむ", "expand": "展開", "Custom level": "カスタムレベル", @@ -2353,5 +2353,11 @@ "Reason (optional)": "理由(任意)", "Add image (optional)": "画像を追加(任意)", "Copy link to thread": "スレッドへのリンクをコピー", - "You're all caught up": "未読はありません" + "You're all caught up": "未読はありません", + "Unable to find Matrix ID for phone number": "電話番号からMatrix IDを発見できません", + "%(senderName)s banned %(targetName)s: %(reason)s": "%(senderName)sが%(targetName)sをブロックしました。理由:%(reason)s", + "%(senderName)s set their display name to %(displayName)s": "%(senderName)sが表示名を%(displayName)sに設定しました", + "%(oldDisplayName)s changed their display name to %(displayName)s": "%(oldDisplayName)sが表示名を%(displayName)sに変更しました", + "%(senderName)s banned %(targetName)s": "%(senderName)sが%(targetName)sをブロックしました", + "%(senderName)s removed their display name (%(oldDisplayName)s)": "%(senderName)sが表示名(%(oldDisplayName)s)を削除しました" }