diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-14 18:58:29 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-14 18:58:29 +0100 |
commit | c0fa7330a29d8cf4206fc59e556a836e00e8b359 (patch) | |
tree | ad5dc52317048e75003a6e85089bea6891beea58 /resources/langs/nheko_ja.ts | |
parent | Merge pull request #1359 from Nheko-Reborn/encryption_delegate (diff) | |
download | nheko-c0fa7330a29d8cf4206fc59e556a836e00e8b359.tar.xz |
Update translations
Diffstat (limited to 'resources/langs/nheko_ja.ts')
-rw-r--r-- | resources/langs/nheko_ja.ts | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/resources/langs/nheko_ja.ts b/resources/langs/nheko_ja.ts index 3dd60957..50960dad 100644 --- a/resources/langs/nheko_ja.ts +++ b/resources/langs/nheko_ja.ts @@ -1095,6 +1095,19 @@ You may optionally provide a reason for others to accept your knock:</source> </message> </context> <context> + <name>EncryptionEnabled</name> + <message> + <location filename="../qml/delegates/EncryptionEnabled.qml" line="+43"/> + <source>%1 enabled end-to-end encryption</source> + <translation type="unfinished"></translation> + </message> + <message> + <location line="+8"/> + <source>Encryption keeps your messages safe by only allowing the people you sent the message to to read it. For extra security, if you want to make sure you are talking to the right people, you can verify them in real life.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>EncryptionIndicator</name> <message> <location filename="../qml/EncryptionIndicator.qml" line="+57"/> @@ -1646,12 +1659,7 @@ Example: https://server.my:8787</source> <translation type="unfinished"></translation> </message> <message> - <location line="+10"/> - <source>%1 enabled encryption</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+25"/> + <location line="+34"/> <source>%2 changed the room name to: %1</source> <translation type="unfinished"></translation> </message> |