diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index 382851ae..11fadf81 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -1974,5 +1974,32 @@ "@noConnectionToTheServer": { "type": "text", "placeholders": {} + }, + "security": "Sicherheit", + "@security": { + "type": "text", + "placeholders": {} + }, + "appLock": "App Lock", + "@appLock": { + "type": "text", + "placeholders": {} + }, + "pleaseChooseAPasscode": "Bitte einen Code festlegen", + "@pleaseChooseAPasscode": { + "type": "text", + "placeholders": {} + }, + "pleaseEnter4Digits": "Bitte 4 Ziffern eingeben oder leer lassen, um App Lock zu deaktivieren.", + "@pleaseEnter4Digits": { + "type": "text", + "placeholders": {} + }, + "youWillBeConnectedTo": "Du wirst mit [homeserver] verbunden", + "@youWillBeConnectedTo": { + "type": "text", + "placeholders": { + "homeserver": {} + } } }