diff --git a/src/locales/de/messages.json b/src/locales/de/messages.json index 7e39504c12..3a3678101c 100644 --- a/src/locales/de/messages.json +++ b/src/locales/de/messages.json @@ -592,11 +592,11 @@ "message": "Nutze Duo Security, um dich mit der Duo-Mobile-App, SMS, per Anruf oder U2F-Sicherheitsschlüssel bei deiner Organisation zu verifizieren.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, - "u2fDesc": { - "message": "Benutze einen FIDO-U2F-kompatiblen Sicherheitsschlüssel, um auf dein Konto zuzugreifen." + "webAuthnTitle": { + "message": "FIDO2 WebAuthn" }, - "u2fTitle": { - "message": "FIDO-U2F-Sicherheitsschlüssel" + "webAuthnDesc": { + "message": "Use any WebAuthn enabled security key to access your account." }, "emailTitle": { "message": "E-Mail" @@ -1297,6 +1297,12 @@ "touchIdConsentMessage": { "message": "Ihren Tresor entsperren" }, + "noAutoPromptWindowsHello": { + "message": "Do not prompt for Windows Hello on launch." + }, + "noAutoPromptTouchId": { + "message": "Do not prompt for Touch ID on launch." + }, "lockWithMasterPassOnRestart": { "message": "Beim Neustart mit Master-Passwort sperren" }, @@ -1539,7 +1545,7 @@ "message": "Ablaufdatum" }, "expirationDateDesc": { - "message": "Falls gesetzt, verfällt der Zugriff auf dieses Send am angegebenen Datum zur angegebenen Uhrzeit.", + "message": "Wenn aktiviert, verfällt der Zugriff auf dieses Send am angegebenen Datum zur angegebenen Uhrzeit.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "maxAccessCount": { @@ -1561,7 +1567,7 @@ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendNotesDesc": { - "message": "Private Notizen zu diesem Send", + "message": "Private Notizen zu diesem Send.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." }, "sendLink": { @@ -1653,5 +1659,29 @@ }, "pendingDeletion": { "message": "Löschen anstehend" + }, + "webAuthnAuthenticate": { + "message": "Authenticate WebAutn" + }, + "hideEmail": { + "message": "Hide my email address from recipients." + }, + "sendOptionsPolicyInEffect": { + "message": "One or more organization policies are affecting your Send options." + }, + "emailVerificationRequired": { + "message": "Email Verification Required" + }, + "emailVerificationRequiredDesc": { + "message": "You must verify your email to use this feature." + }, + "passwordPrompt": { + "message": "Master password re-prompt" + }, + "passwordConfirmation": { + "message": "Master password confirmation" + }, + "passwordConfirmationDesc": { + "message": "This action is protected. To continue, please re-enter your master password to verify your identity." } }