diff --git a/assets/l10n/intl_de.arb b/assets/l10n/intl_de.arb index fbee068f2..e973a2cf4 100644 --- a/assets/l10n/intl_de.arb +++ b/assets/l10n/intl_de.arb @@ -2399,7 +2399,7 @@ "@whyIsThisMessageEncrypted": {}, "newGroup": "Neue Gruppe", "@newGroup": {}, - "newSpace": "Neuer Raum", + "newSpace": "Neuer Space", "@newSpace": {}, "enterSpace": "Raum betreten", "@enterSpace": {}, @@ -2510,5 +2510,12 @@ "signInWithPassword": "Anmelden mit Passwort", "@signInWithPassword": {}, "continueWith": "Fortfahren mit:", - "@continueWith": {} + "@continueWith": {}, + "signInWith": "Anmelden mit {provider}", + "@signInWith": { + "type": "text", + "placeholders": { + "provider": {} + } + } }