From 1905f6b1781a7a6ce34b899f0316a4c8ec1c65f0 Mon Sep 17 00:00:00 2001 From: TeemoCell Date: Tue, 14 Dec 2021 06:56:54 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (522 of 522 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ --- assets/l10n/intl_de.arb | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/assets/l10n/intl_de.arb b/assets/l10n/intl_de.arb index 02a21b81..ab6ceb71 100644 --- a/assets/l10n/intl_de.arb +++ b/assets/l10n/intl_de.arb @@ -1485,7 +1485,7 @@ "type": "text", "placeholders": {} }, - "ok": "OK", + "ok": "Ok", "@ok": { "type": "text", "placeholders": {} @@ -2654,5 +2654,25 @@ "pleaseEnterSecurityKeyDescription": "Um deinen Chat-Backup zu entsperren, gib bitte deinen Sicherheitsschlüssel ein, der in einer früheren Sitzung generiert wurde. Der Sicherheitsschlüssel ist NICHT dein Passwort.", "@pleaseEnterSecurityKeyDescription": {}, "saveTheSecurityKeyNow": "Jetzt Sicherheitsschlüssel speichern", - "@saveTheSecurityKeyNow": {} + "@saveTheSecurityKeyNow": {}, + "commandHint_dm": "Starte einen direkten Chat\nBenutze --no-encryption um die Verschlüsselung auszuschalten", + "@commandHint_dm": { + "type": "text", + "description": "Usage hint for the command /dm" + }, + "commandHint_discardsession": "Sitzung verwerfen", + "@commandHint_discardsession": { + "type": "text", + "description": "Usage hint for the command /discardsession" + }, + "commandHint_clearcache": "Zwischenspeicher löschen", + "@commandHint_clearcache": { + "type": "text", + "description": "Usage hint for the command /clearcache" + }, + "commandHint_create": "Erstelle ein leeren Gruppenchat\nBenutze --no-encryption um die Verschlüsselung auszuschalten", + "@commandHint_create": { + "type": "text", + "description": "Usage hint for the command /create" + } }