Skip to content

Commit

Permalink
Translated using Weblate (Japanese)
Browse files Browse the repository at this point in the history
Currently translated at 99.1% (247 of 249 strings)

Translation: commetchat/commet
Translate-URL: https://hosted.weblate.org/projects/commetchat/commet/ja/
  • Loading branch information
touhusouri authored and weblate committed Aug 10, 2024
1 parent b06e952 commit ddaeb52
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions commet/assets/l10n/intl_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}

0 comments on commit ddaeb52

Please sign in to comment.