Skip to content

Commit

Permalink
Merge pull request #1323 from devlanda/add-biometrics-enabled-text-to…
Browse files Browse the repository at this point in the history
…-i18n
  • Loading branch information
perry-mitchell authored Apr 1, 2024
2 parents 86666c4 + 53723e4 commit 69a2f4a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions source/renderer/components/PasswordPrompt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ export function PasswordPrompt() {
{promptType === PromptType.Biometric && (
<NonIdealState
icon="hand"
title="Biometric authentication active"
description="Complete biometric authentication to unlock automatically, or cancel it to show a password input."
title={t("dialog.password-prompt.biometrics-enabled.title")}
description={t("dialog.password-prompt.biometrics-enabled.description")}
/>
)}
</div>
Expand Down
4 changes: 4 additions & 0 deletions source/shared/i18n/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
24 changes: 14 additions & 10 deletions source/shared/i18n/translations/nl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_": "Dutch (NL)",
"_": "Nederlands (NL)",
"about": {
"description": "Een gratis, open-source en cross-platform wachtwoord manager.",
"dialog": {
Expand All @@ -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:",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand 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": {
Expand Down

0 comments on commit 69a2f4a

Please sign in to comment.