diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-06-02 21:40:03 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-06-02 21:40:03 +0200 |
commit | ce0e9624fe9dfffa1a6a1e60bb453dfb270b4917 (patch) | |
tree | 273d03ac81245fffe90d26cebd1b542a123c737f /resources | |
parent | fix mentions with markdown and in edits (diff) | |
download | nheko-ce0e9624fe9dfffa1a6a1e60bb453dfb270b4917.tar.xz |
Update translations
Diffstat (limited to 'resources')
-rw-r--r-- | resources/langs/nheko_de.ts | 14 | ||||
-rw-r--r-- | resources/langs/nheko_en.ts | 13 |
2 files changed, 15 insertions, 12 deletions
diff --git a/resources/langs/nheko_de.ts b/resources/langs/nheko_de.ts index eb043ca2..a1ba0953 100644 --- a/resources/langs/nheko_de.ts +++ b/resources/langs/nheko_de.ts @@ -2117,7 +2117,7 @@ Beispiel: https://deinserver.example.com:8787</translation> <location line="+12"/> <source>%1 replied with a spoiler.</source> <comment>Format a reply in a notification. %1 is the sender.</comment> - <translation type="unfinished"></translation> + <translation>%1 hat mit einem Spoiler geantwortet.</translation> </message> <message> <location line="+10"/> @@ -3367,7 +3367,9 @@ Beispiel: https://deinserver.example.com:8787</translation> <location line="+1"/> <source>Encryption is currently experimental and things might break unexpectedly. <br> Please take note that it can't be disabled afterwards.</source> - <translation type="unfinished"></translation> + <translatorcomment>Verschlüsselung ist aktuell noch experimentell und kann Fehler beinhalten. <br> +Bitte sei dir bewusst, dass die Verschlüsselung nicht nachträglich deaktiviert werden kann.</translatorcomment> + <translation></translation> </message> <message> <location line="+19"/> @@ -5600,7 +5602,7 @@ Diese Einstellung benötigt einen Neustart von Nheko.</translation> <message> <location filename="../../src/notifications/ManagerMac.cpp" line="-12"/> <source>Message contains spoiler.</source> - <translation type="unfinished"></translation> + <translation>Nachricht beinhaltet Spoiler.</translation> </message> </context> <context> @@ -5669,13 +5671,13 @@ Diese Einstellung benötigt einen Neustart von Nheko.</translation> <location line="+6"/> <location line="+26"/> <source>You sent a spoiler.</source> - <translation type="unfinished"></translation> + <translation>Du hast einen Spoiler gesendet.</translation> </message> <message> <location line="-23"/> <location line="+26"/> <source>%1 sent a spoiler.</source> - <translation type="unfinished"></translation> + <translation>%1 hat einen Spoiler gesendet.</translation> </message> <message> <location line="-20"/> @@ -5702,7 +5704,7 @@ Diese Einstellung benötigt einen Neustart von Nheko.</translation> <message> <location line="+23"/> <source>* %1 spoils something.</source> - <translation type="unfinished"></translation> + <translation>* %1 spoilert etwas.</translation> </message> <message> <location line="+8"/> diff --git a/resources/langs/nheko_en.ts b/resources/langs/nheko_en.ts index 5ea03de2..eb65db49 100644 --- a/resources/langs/nheko_en.ts +++ b/resources/langs/nheko_en.ts @@ -2119,7 +2119,7 @@ Example: https://yourserver.example.com:8787</translation> <location line="+12"/> <source>%1 replied with a spoiler.</source> <comment>Format a reply in a notification. %1 is the sender.</comment> - <translation type="unfinished"></translation> + <translation>%1 replied with a spoiler.</translation> </message> <message> <location line="+10"/> @@ -3369,7 +3369,8 @@ Example: https://yourserver.example.com:8787</translation> <location line="+1"/> <source>Encryption is currently experimental and things might break unexpectedly. <br> Please take note that it can't be disabled afterwards.</source> - <translation type="unfinished"></translation> + <translation>Encryption is currently experimental and things might break unexpectedly. <br> + Please take note that it can't be disabled afterwards.</translation> </message> <message> <location line="+19"/> @@ -5602,7 +5603,7 @@ This setting will take effect upon restart.</translation> <message> <location filename="../../src/notifications/ManagerMac.cpp" line="-12"/> <source>Message contains spoiler.</source> - <translation type="unfinished"></translation> + <translation>Message contains spoiler.</translation> </message> </context> <context> @@ -5671,13 +5672,13 @@ This setting will take effect upon restart.</translation> <location line="+6"/> <location line="+26"/> <source>You sent a spoiler.</source> - <translation type="unfinished"></translation> + <translation>You sent a spoiler.</translation> </message> <message> <location line="-23"/> <location line="+26"/> <source>%1 sent a spoiler.</source> - <translation type="unfinished"></translation> + <translation>%1 sent a spoiler.</translation> </message> <message> <location line="-20"/> @@ -5704,7 +5705,7 @@ This setting will take effect upon restart.</translation> <message> <location line="+23"/> <source>* %1 spoils something.</source> - <translation type="unfinished"></translation> + <translation>* %1 spoils something.</translation> </message> <message> <location line="+8"/> |