From cf7934022f451bd5d9ab9c388428af70c365a9ba Mon Sep 17 00:00:00 2001 From: Sorunome Date: Wed, 23 Sep 2020 16:05:05 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (309 of 309 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/ --- lib/l10n/intl_de.arb | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index cf91e7b..26c5a8d 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -1666,5 +1666,40 @@ "@yourOwnUsername": { "type": "text", "placeholders": {} + }, + "warning": "Achtung!", + "@warning": { + "type": "text", + "placeholders": {} + }, + "passwordHasBeenChanged": "Passwort wurde geändert", + "@passwordHasBeenChanged": { + "type": "text", + "placeholders": {} + }, + "ignoreListDescription": "Du kannst störende Benutzer ignorieren. DU bist dann nicht mehr in der Lage Nachrichten oder Raumeinladungen von diesen zu erhalten.", + "@ignoreListDescription": { + "type": "text", + "placeholders": {} + }, + "ignoreUsername": "Ignoriere Benutzername", + "@ignoreUsername": { + "type": "text", + "placeholders": {} + }, + "ignoredUsers": "Ignorierte Benutzer", + "@ignoredUsers": { + "type": "text", + "placeholders": {} + }, + "deactivateAccountWarning": "Dies deaktiviert deinen Account. Es kann nicht rückgängig gemacht werden! Bist du sicher?", + "@deactivateAccountWarning": { + "type": "text", + "placeholders": {} + }, + "deleteAccount": "Lösche Account", + "@deleteAccount": { + "type": "text", + "placeholders": {} } -} \ No newline at end of file +}