From 75d8601a44f93bb4febf0f1e881af35785464427 Mon Sep 17 00:00:00 2001 From: devlanda Date: Mon, 1 Apr 2024 13:49:39 +0200 Subject: [PATCH 1/2] Add biometrics enabled text (in password prompt) to i18n --- source/renderer/components/PasswordPrompt.tsx | 4 ++-- source/shared/i18n/translations/en.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source/renderer/components/PasswordPrompt.tsx b/source/renderer/components/PasswordPrompt.tsx index acf6b9e6..be82d8fb 100644 --- a/source/renderer/components/PasswordPrompt.tsx +++ b/source/renderer/components/PasswordPrompt.tsx @@ -206,8 +206,8 @@ export function PasswordPrompt() { {promptType === PromptType.Biometric && ( )} diff --git a/source/shared/i18n/translations/en.json b/source/shared/i18n/translations/en.json index 0cce3e1e..763636ca 100644 --- a/source/shared/i18n/translations/en.json +++ b/source/shared/i18n/translations/en.json @@ -192,6 +192,10 @@ "unlock-count-exceeded": "Maximum biometric unlock count exceeded: password required", "unlock-period-exceeded": "Biometric unlock time period expired: password required" }, + "biometrics-enabled": { + "description": "Use biometric authentication to unlock automatically, or cancel to log in with a password.", + "title": "Biometric authentication active" + }, "button-cancel": "Cancel", "button-cancel-title": "Cancel unlock", "button-unlock": "Unlock", From 53723e44f97b2431096369935dca2c64fc5b8097 Mon Sep 17 00:00:00 2001 From: devlanda Date: Mon, 1 Apr 2024 13:52:01 +0200 Subject: [PATCH 2/2] Update Dutch language --- source/shared/i18n/translations/nl.json | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/source/shared/i18n/translations/nl.json b/source/shared/i18n/translations/nl.json index 6eee4fce..f067e067 100644 --- a/source/shared/i18n/translations/nl.json +++ b/source/shared/i18n/translations/nl.json @@ -1,5 +1,5 @@ { - "_": "Dutch (NL)", + "_": "Nederlands (NL)", "about": { "description": "Een gratis, open-source en cross-platform wachtwoord manager.", "dialog": { @@ -14,7 +14,7 @@ }, "add-vault-menu": { "choose-file-prompt": "Kies een kluisbestand of maak een nieuwe kluis aan:", - "choose-type-prompt": "Kies een kluis type om toe te voegen:", + "choose-type-prompt": "Kies een kluistype om toe te voegen:", "confirm": { "existing-password": "Voer het primaire kluiswachtwoord in:", "new-password": "Voer het nieuwe primaire kluiswachtwoord in:", @@ -41,7 +41,7 @@ "password-plc": "WebDAV wachtwoord", "url-label": "WebDAV service", "username-label": "Gebruikersnaam", - "username-plc": "WebDAV wachtwoord" + "username-plc": "WebDAV gebruikersnaam" } }, "page-choose-next": "Volgende", @@ -83,7 +83,7 @@ "unlocked-vaults": "{{count}} ontgrendelde kluis", "unlocked-vaults_plural": "{{count}} ontgrendelde kluizen", "vaults": "Kluizen", - "view": "Bekijken", + "view": "Weergave", "window": "Venster", "window-reposition": "Herpositioneren" }, @@ -115,8 +115,8 @@ "button-cancel-title": "Annuleer registratie", "button-reg": "Registreren", "button-reg-title": "Registreer biometrie", - "label": "Kluis wachtwoord", - "placeholder": "Kluis wachtwoord...", + "label": "Kluiswachtwoord", + "placeholder": "Kluiswachtwoord...", "success": "Biometrie succesvol geregistreerd", "title": "Registreer biometrie" }, @@ -192,6 +192,10 @@ "unlock-count-exceeded": "Maximum biometrische ontgrendelingen bereikt: wachtwoord vereist", "unlock-period-exceeded": "Biometrische ontgrendeltijd verlopen: wachtwoord vereist" }, + "biometrics-enabled": { + "description": "Gebruik biometrische verificatie om automatisch te ontgrendelen of annuleer om in te loggen met een wachtwoord.", + "title": "Biometrische authenticatie actief" + }, "button-cancel": "Annuleren", "button-cancel-title": "Ontgrendeling annuleren", "button-unlock": "Ontgrendelen", @@ -340,9 +344,9 @@ "backup": { "description": "Maak veilig een lokale back-up van je kluis bij het opslaan.", "path": { - "helper": "Laat leeg voor standaard pad", - "label": "Back-up pad", - "placeholder": "Absoluut back-up pad" + "helper": "Laat leeg voor standaardpad", + "label": "Back-uppad", + "placeholder": "Absoluut back-uppad" }, "switch": "Lokale back-ups inschakelen", "title": "Back-up" @@ -371,7 +375,7 @@ "upgrade-button": "Upgrade" }, "not-unlocked": "Kluis moet ontgrendeld zijn om toegang te krijgen tot dit gebied.", - "title": "Kluis instellingen: {{title}}" + "title": "Kluisinstellingen: {{title}}" }, "vault-tabs": { "context-menu": {