From 7dd1083074b05dabe127e3c9bb0849a3bb44e445 Mon Sep 17 00:00:00 2001 From: Shogo Takata Date: Tue, 18 Aug 2020 03:55:21 +0000 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 100.0% (295 of 295 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/ --- lib/l10n/intl_ja.arb | 49 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/lib/l10n/intl_ja.arb b/lib/l10n/intl_ja.arb index 001e1c9..7ba407f 100644 --- a/lib/l10n/intl_ja.arb +++ b/lib/l10n/intl_ja.arb @@ -875,12 +875,12 @@ "type": "text", "placeholders": {} }, - "noCrossSignBootstrap": "FluffyChatは現在相互署名機能をサポートしていません。Elementから有効化してください。", + "noCrossSignBootstrap": "FluffyChatは現在相互署名機能をサポートしていません。Riotから有効化してください。", "@noCrossSignBootstrap": { "type": "text", "placeholders": {} }, - "noMegolmBootstrap": "FluffyChatは現在鍵のオンラインバックアップの有効化をサポートしていません。Elementから有効化してください。", + "noMegolmBootstrap": "FluffyChatは現在鍵のオンラインバックアップの有効化をサポートしていません。Riotから有効化してください。", "@noMegolmBootstrap": { "type": "text", "placeholders": {} @@ -1539,7 +1539,7 @@ "type": "text", "placeholders": {} }, - "Welcome to the cutest instant messenger in the matrix network.": "Matrixネットワークで一番かわいいチャットアプリへようこそ。", + "Welcome to the cutest instant messenger in the matrix network.": "matrixネットワークで一番かわいいチャットアプリへようこそ。", "@Welcome to the cutest instant messenger in the matrix network.": { "type": "text", "placeholders": {} @@ -1588,5 +1588,48 @@ "@Your own username": { "type": "text", "placeholders": {} + }, + "Unpin": "ピンを外す", + "@Unpin": { + "type": "text", + "placeholders": {} + }, + "Pin": "ピン", + "@Pin": { + "type": "text", + "placeholders": {} + }, + "startedACall": "{senderName}は通話を開始しました", + "@startedACall": { + "type": "text", + "placeholders": { + "senderName": {} + } + }, + "sentCallInformations": "{senderName}は通話情報を送信しました", + "@sentCallInformations": { + "type": "text", + "placeholders": { + "senderName": {} + } + }, + "Join room": "部屋に参加", + "@Join room": { + "type": "text", + "placeholders": {} + }, + "endedTheCall": "{senderName}は通話を切断しました", + "@endedTheCall": { + "type": "text", + "placeholders": { + "senderName": {} + } + }, + "answeredTheCall": "{senderName}は通話に出ました", + "@answeredTheCall": { + "type": "text", + "placeholders": { + "senderName": {} + } } }