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" }