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/
This commit is contained in:
parent
36f55f0243
commit
7dd1083074
|
@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue