From eb8a6c29f8236748d09395a2d1999cf95cc98f3d Mon Sep 17 00:00:00 2001 From: Vri Date: Thu, 23 Feb 2023 10:50:10 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (3741 of 3741 strings) Translation: Element Web/matrix-react-sdk Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/ --- src/i18n/strings/de_DE.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/de_DE.json b/src/i18n/strings/de_DE.json index c78926bd8c..c95b31e287 100644 --- a/src/i18n/strings/de_DE.json +++ b/src/i18n/strings/de_DE.json @@ -3731,5 +3731,13 @@ "Room directory": "Raumverzeichnis", "Show NSFW content": "NSFW-Inhalte anzeigen", "Due to decryption errors, some votes may not be counted": "Evtl. werden infolge von Entschlüsselungsfehlern einige Stimmen nicht gezählt", - "Ended a poll": "Eine Umfrage beendet" + "Ended a poll": "Eine Umfrage beendet", + "Room is not encrypted 🚨": "Raum ist nicht verschlüsselt 🚨", + "Room is encrypted ✅": "Raum ist verschlüsselt ✅", + "Notification state is %(notificationState)s": "Benachrichtigungsstand ist %(notificationState)s", + "Room unread status: %(status)s, count: %(count)s|zero": "Ungelesen-Status im Raum: %(status)s", + "Room unread status: %(status)s, count: %(count)s|other": "Ungelesen-Status im Raum: %(status)s, Anzahl: %(count)s", + "Identity server is %(identityServerUrl)s": "Identitäts-Server ist %(identityServerUrl)s", + "Homeserver is %(homeserverUrl)s": "Heim-Server ist %(homeserverUrl)s", + "Yes, it was me": "Ja, das war ich" }