From 64cee80521eded46d8b0b3baece6cf7e96210890 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 11 May 2021 13:46:58 -0400 Subject: [PATCH] New translations messages.json (Latvian) --- src/locales/lv/messages.json | 38 ++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/src/locales/lv/messages.json b/src/locales/lv/messages.json index 2038eb43..f5073602 100644 --- a/src/locales/lv/messages.json +++ b/src/locales/lv/messages.json @@ -592,11 +592,11 @@ "message": "Apstiprini ar Duo Security savā apvienībā, izmantojot Duo Mobile lietotni, īsziņu, tālruņa zvanu vai U2F drošības atslēgu!", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, - "u2fDesc": { - "message": "Izmanto jebkuru FIDO U2F atbalstošu drošības atslēgu, lai piekļūtu kontam!" + "webAuthnTitle": { + "message": "FIDO2 WebAuthn" }, - "u2fTitle": { - "message": "FIDO U2F drošības atslēga" + "webAuthnDesc": { + "message": "Use any WebAuthn enabled security key to access your account." }, "emailTitle": { "message": "E-pasts" @@ -1297,6 +1297,12 @@ "touchIdConsentMessage": { "message": "atslēgt glabātavu" }, + "noAutoPromptWindowsHello": { + "message": "Do not prompt for Windows Hello on launch." + }, + "noAutoPromptTouchId": { + "message": "Do not prompt for Touch ID on launch." + }, "lockWithMasterPassOnRestart": { "message": "Aizslēgt ar galveno paroli pēc pārsāknēšanas" }, @@ -1653,5 +1659,29 @@ }, "pendingDeletion": { "message": "Gaida dzēšanu" + }, + "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." } }