From ddaeb5212f1733c4c60351b9dbe45c9f708dd629 Mon Sep 17 00:00:00 2001 From: touhusouri <160859039+touhusouri@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:18:45 +0000 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 99.1% (247 of 249 strings) Translation: commetchat/commet Translate-URL: https://hosted.weblate.org/projects/commetchat/commet/ja/ --- commet/assets/l10n/intl_ja.arb | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/commet/assets/l10n/intl_ja.arb b/commet/assets/l10n/intl_ja.arb index b3c6a75a..cada08b3 100644 --- a/commet/assets/l10n/intl_ja.arb +++ b/commet/assets/l10n/intl_ja.arb @@ -1487,5 +1487,49 @@ "description": "Title for the permission to add change the rooms avatar image", "type": "text", "placeholders": {} + }, + "promptAttachmentProcessingSendOriginal": "ファイルをそのまま送信する", + "@promptAttachmentProcessingSendOriginal": { + "description": "Prompt text for the option to send a file in its original state, without any further processing such as removing metadata", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsRoomHistoryVisibilityTitle": "ルームの履歴設定", + "@labelMatrixPermissionsRoomHistoryVisibilityTitle": { + "description": "Title for the permission to add change room history settings", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsRoomHistoryVisibilityDescription": "ユーザーがこのルームのチャット履歴の表示/非表示を変更できるようにする", + "@labelMatrixPermissionsRoomHistoryVisibilityDescription": { + "description": "describes the permission to change room history settings", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsRoomDeleteMessagesDescription": "ユーザーが他のユーザーから送信されたメッセージを削除できるようにする", + "@labelMatrixPermissionsRoomDeleteMessagesDescription": { + "description": "Describes the permission to delete messages", + "type": "text", + "placeholders": {} + }, + "labelMatrixPermissionsRoomSendMessagesDescription": "ユーザーがこのルームでメッセージを送信できるようにする", + "@labelMatrixPermissionsRoomSendMessagesDescription": { + "description": "Describes the permission to send messages", + "type": "text", + "placeholders": {} + }, + "labelEncryptedPreviewDescription": "プロキシサーバー({proxyUrl})を使用して、暗号化されたチャットでURLプレビューを取得します。これらのリクエストの内容は、Commetの「暗号化された URL プレビュー」を使用してホームサーバーから非表示になります。\n詳細:https://github.com/commetchat/encrypted_url_preview", + "@labelEncryptedPreviewDescription": { + "description": "Explains briefly how encrypted url preview works", + "type": "text", + "placeholders": { + "proxyUrl": {} + } + }, + "promptSubmit": "送信", + "@promptSubmit": { + "description": "Generic prompt to submit something", + "type": "text", + "placeholders": {} } }