diff --git a/CHANGELOG b/CHANGELOG index 4837476..ff8cb83 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +1.8.10 (2023-11-25) +========================= +- Add Wordpress to Site Preferences [#2039] +- Add eslint to scripts [#2032] +- Fix for segmented TOTP fields [#2034] +- Fix selecting first item when opening Autocomplete Menu [#2029] +- Fix reverting Passkeys to default values [#2038] +- Fix Passkey error messages [#2036] +- Update Bootstrap for improved dark mode support (Contributor PR) [#1987] + 1.8.9 (2023-10-16) ========================= - Add Patreon to predefined sites [#1993] diff --git a/keepassxc-browser/_locales/bg/messages.json b/keepassxc-browser/_locales/bg/messages.json index ac1b57a..37749c2 100644 --- a/keepassxc-browser/_locales/bg/messages.json +++ b/keepassxc-browser/_locales/bg/messages.json @@ -119,6 +119,10 @@ "message": "Не е предоставен валиден универсален уникален идентификатор.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Не се поддържа атестация.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Въведете публичен ключ.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Няма връзка с KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/cs/messages.json b/keepassxc-browser/_locales/cs/messages.json index 2d82405..325ac42 100644 --- a/keepassxc-browser/_locales/cs/messages.json +++ b/keepassxc-browser/_locales/cs/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Nepřipojeno ke KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/da/messages.json b/keepassxc-browser/_locales/da/messages.json index 0958384..6e89fdd 100644 --- a/keepassxc-browser/_locales/da/messages.json +++ b/keepassxc-browser/_locales/da/messages.json @@ -119,6 +119,10 @@ "message": "Ingen gyldig UUID angivet.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation understøttes ikke.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Tom offentlig nøgle.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Ikke forbundet til KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/de/messages.json b/keepassxc-browser/_locales/de/messages.json index bf85110..87f3dc7 100644 --- a/keepassxc-browser/_locales/de/messages.json +++ b/keepassxc-browser/_locales/de/messages.json @@ -119,6 +119,10 @@ "message": "Keine gültige UUID bereitgestellt.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Beglaubigung wird nicht unterstützt.", "description": "Attestation not supported." @@ -128,7 +132,7 @@ "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "Generalschlüssel-Abfrage abgebrochen.", + "message": "Passkeys-Abfrage abgebrochen.", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { @@ -139,6 +143,14 @@ "message": "Kein öffentlicher Schlüssel.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Nicht mit KeePassXC verbunden.", "description": "Error notification shown when not connected to KeePassXC" @@ -408,7 +420,7 @@ "description": "Popup Troubleshooting Guide link text." }, "popupCheckingStatus": { - "message": " Status wird überprüft …", + "message": "Status wird überprüft …", "description": "Checking status message in popup." }, "popupNotConfigured": { @@ -696,7 +708,7 @@ "description": "Activate autocomplete for username fields checkbox text." }, "optionsCheckboxShowGroupNameInAutocomplete": { - "message": "Zeige den Gruppennamen in der Autocomplete Liste an, wenn Anmeldedaten aus verschiedenen Grupppen kommen.", + "message": "Den Gruppennamen in der Autovervollständigungsliste anzeigen, wenn Anmeldedaten aus verschiedenen Gruppen kommen.", "description": "Show group name in autocomplete checkbox text." }, "optionsCheckboxAutoSubmit": { @@ -732,7 +744,7 @@ "description": "Redirect allowance help text." }, "optionsCheckboxAutoFillAndSend": { - "message": "Ausfüllen von HTTP-Basisauthentifizierunganmeldedaten erlauben.", + "message": "Ausfüllen von HTTP-Basisauthentifizierungsanmeldedaten erlauben.", "description": "Allow filling HTTP Basic Auth credentials checkbox text." }, "optionsDebugLogging": { @@ -748,7 +760,7 @@ "description": "Text above radio buttons in the settings page." }, "optionsRadioThreeDays": { - "message": "alle 3 Tage", + "message": "alle drei Tage", "description": "Radio button text." }, "optionsRadioWeek": { @@ -832,7 +844,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillSingleEntryWarning": { - "message": "Warnung! Die Verwendung des automatischen Ausfüllens ist nicht sicher. Die Verwendung erfolgt auf eigene Gefahr. KeePassXC-Browser versucht automatisch, Anmeldefelder zu erkennen. Allerdings kann es vorkommen, dass sie ungewollt erkannt werden, wodurch möglicherweise sensible Daten in unsichere Eingabefelder eingetragen werden.", + "message": "Warnung! Die Verwendung des automatischen Ausfüllens ist nicht sicher. Die Verwendung erfolgt auf eigene Gefahr. KeePassXC-Browser versucht automatisch, Anmeldefelder zu erkennen. Sie können jedoch falsch erkannt werden, wodurch möglicherweise sensible Daten in unsichere Eingabefelder eingetragen werden.", "description": "Auto-Fill Single Entry warning text." }, "optionsAutocompleteUsernamesHelpText": { @@ -1224,11 +1236,11 @@ "description": "Extension title in settings page" }, "optionsPasskeysTitle": { - "message": "Generalschlüssel", + "message": "Passkeys", "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Generalschlüssel aktivieren", + "message": "Passkeys aktivieren", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { @@ -1236,11 +1248,11 @@ "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Generalschlüssel-Umleitung aktivieren", + "message": "Passkeys-Fallback aktivieren", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "Wenn aktiviert, werden missglückte oder abgebrochene Abfragen an KeePassXC die browser-eigene Generalschlüssel-Abfrage veranlassen. Wenn deaktiviert, ist die Verbindung mit KeePassXC erforderlich und abgebrochene Abfragen werden fehlschlagen. Voreinstellung: aktiviert.", + "message": "Wenn aktiviert, werden missglückte oder abgebrochene Abfragen an KeePassXC die browsereigene Passkeys-Abfrage veranlassen. Wenn deaktiviert, ist die Verbindung mit KeePassXC erforderlich und abgebrochene Abfragen werden fehlschlagen. Voreinstellung: aktiviert.", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/el/messages.json b/keepassxc-browser/_locales/el/messages.json index 8636458..4253fff 100644 --- a/keepassxc-browser/_locales/el/messages.json +++ b/keepassxc-browser/_locales/el/messages.json @@ -108,37 +108,49 @@ "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { - "message": "No groups found.", + "message": "Δεν βρέθηκαν ομάδες.", "description": "No groups found." }, "errorMessageCannotCreateNewGroup": { - "message": "Cannot create new group.", + "message": "Δεν είναι δυνατή η δημιουργία νέας ομάδας.", "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "No valid UUID provided.", + "message": "Δεν παρέχεται έγκυρο UUID.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "Attestation not supported.", + "message": "Η βεβαίωση δεν υποστηρίζεται.", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Credential is excluded.", + "message": "Τα Διαπιστευτήρια εξαιρούνται.", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "Passkeys request canceled.", + "message": "Το αίτημα για Passkeys ακυρώθηκε.", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { - "message": "Invalid user verification.", + "message": "Μη έγκυρη επαλήθευση χρήστη.", "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Empty public key.", + "message": "Κενό δημόσιο κλειδί.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Δεν είναι συνδεδεμένο με το KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" @@ -1228,19 +1240,19 @@ "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Enable Passkeys", + "message": "Ενεργοποίηση Passkeys", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Enable support for Web Authentication.", + "message": "Ενεργοποιήστε την υποστήριξη για έλεγχο ταυτότητας Web.", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable Passkeys fallback", + "message": "Ενεργοποίηση εναλλακτικών Passkeys", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": "Όταν είναι ενεργοποιημένο, ένα αίτημα που απέτυχε ή ακυρώθηκε προς το KeePassXC θα ενεργοποιήσει το εσωτερικό αίτημα Passkeys του προγράμματος περιήγησης. Εάν είναι απενεργοποιημένο, απαιτείται σύνδεση με το KeePassXC και το ακυρωμένο αίτημα θα αποτύχει. Προεπιλογή: ενεργοποιημένο.", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/en_GB/messages.json b/keepassxc-browser/_locales/en_GB/messages.json index 82656b8..e8b28ae 100644 --- a/keepassxc-browser/_locales/en_GB/messages.json +++ b/keepassxc-browser/_locales/en_GB/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Not connected to KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/es/messages.json b/keepassxc-browser/_locales/es/messages.json index dcfec3e..2583525 100644 --- a/keepassxc-browser/_locales/es/messages.json +++ b/keepassxc-browser/_locales/es/messages.json @@ -119,6 +119,10 @@ "message": "No se ha proporcionado un UUID válido.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Atestación no admitida.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Clave pública vacía.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "No conectado a KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/et/messages.json b/keepassxc-browser/_locales/et/messages.json index 7d046fb..5da9c1a 100644 --- a/keepassxc-browser/_locales/et/messages.json +++ b/keepassxc-browser/_locales/et/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Ei ole ühendatud KeePassXC-ga.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/fi/messages.json b/keepassxc-browser/_locales/fi/messages.json index 99ff45d..ceac75d 100644 --- a/keepassxc-browser/_locales/fi/messages.json +++ b/keepassxc-browser/_locales/fi/messages.json @@ -119,6 +119,10 @@ "message": "Validia UUID:tä ei annettu.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Pääsy kaikkiin tietueisiin on kielletty.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation ei ole tuettu.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Tyhjä julkinen avain.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Sivuston URL ei ole validi.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident-avaimet eivät ole tuettuja.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Ei yhteyttä KeePassXC:hen.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/fr/messages.json b/keepassxc-browser/_locales/fr/messages.json index 5d44fd9..edd04ab 100644 --- a/keepassxc-browser/_locales/fr/messages.json +++ b/keepassxc-browser/_locales/fr/messages.json @@ -119,6 +119,10 @@ "message": "UUID invalide.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Certificat non prise en charge.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Clé publique vide.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Non connecté à KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/he/messages.json b/keepassxc-browser/_locales/he/messages.json index e9da463..6dbd0de 100644 --- a/keepassxc-browser/_locales/he/messages.json +++ b/keepassxc-browser/_locales/he/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "לא מחובר ל־KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/hu/messages.json b/keepassxc-browser/_locales/hu/messages.json index 5db94fe..12d3874 100644 --- a/keepassxc-browser/_locales/hu/messages.json +++ b/keepassxc-browser/_locales/hu/messages.json @@ -108,37 +108,49 @@ "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { - "message": "No groups found.", + "message": "Nem találhatók csoportok.", "description": "No groups found." }, "errorMessageCannotCreateNewGroup": { - "message": "Cannot create new group.", + "message": "Nem hozható létre új csoport.", "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "No valid UUID provided.", + "message": "Nincs érvényed UUID megadva.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "Attestation not supported.", + "message": "A tanúsítás nem támogatott.", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Credential is excluded.", + "message": "Hitelesítési adat kizárva.", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "Passkeys request canceled.", + "message": "Jelkulcskérelem törölve.", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { - "message": "Invalid user verification.", + "message": "Érvénytelen felhasználói ellenőrzés.", "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Empty public key.", + "message": "Üres nyilvános kulcs.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Nincs kapcsolat a KeePassXC-vel.", "description": "Error notification shown when not connected to KeePassXC" @@ -1224,23 +1236,23 @@ "description": "Extension title in settings page" }, "optionsPasskeysTitle": { - "message": "Passkeys", + "message": "Jelkulcsok", "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Enable Passkeys", + "message": "Jelkulcsok engedélyezése", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Enable support for Web Authentication.", + "message": "Webes autentikáció engedélyezése.", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable Passkeys fallback", + "message": "Tartalék jelkulcsok engedélyezése", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": "Ha engedélyezve van, a KeePassXC-hez intézett sikertelen vagy törölt kérés a böngésző saját belső jelkulcs-kérelmét indítja el. Ha le van tiltva, a KeePassXC-hez való csatlakozás szükséges, és a törölt kérés sikertelen lesz. Alapértelmezett: engedélyezve.", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/id/messages.json b/keepassxc-browser/_locales/id/messages.json index cc6f8d3..29dd961 100644 --- a/keepassxc-browser/_locales/id/messages.json +++ b/keepassxc-browser/_locales/id/messages.json @@ -119,6 +119,10 @@ "message": "Tidak ada UUID yang valid yang disediakan.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Atestasi tidak didukung.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Kunci publik kosong.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Tidak tersambung dengan KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/it/messages.json b/keepassxc-browser/_locales/it/messages.json index 5988be3..1d2cac9 100644 --- a/keepassxc-browser/_locales/it/messages.json +++ b/keepassxc-browser/_locales/it/messages.json @@ -116,29 +116,41 @@ "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "No valid UUID provided.", + "message": "Non è stato fornito un UUID valido.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "Attestation not supported.", + "message": "Attestazione non supportata.", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Credential is excluded.", + "message": "Le credenziali sono escluse.", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "Passkeys request canceled.", + "message": "Richiesta passkey annullata.", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { - "message": "Invalid user verification.", + "message": "Verifica utente non valido.", "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Empty public key.", + "message": "Chiave pubblica vuota.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Non connesso a KeePassXC", "description": "Error notification shown when not connected to KeePassXC" @@ -712,7 +724,7 @@ "description": "Show notifications checkbox text." }, "optionsCheckboxUseMonochromeToolbarIcon": { - "message": "Use monochrome toolbar icon.", + "message": "Usa icona della barra degli strumenti monocromatica.", "description": "Use monochrome toolbar icon checkbox text." }, "optionsSaveDomainOnly": { @@ -732,7 +744,7 @@ "description": "Redirect allowance help text." }, "optionsCheckboxAutoFillAndSend": { - "message": "Allow filling HTTP Basic Auth credentials.", + "message": "Permetti la compilazione delle credenziali per l’autenticazione di base HTTP.", "description": "Allow filling HTTP Basic Auth credentials checkbox text." }, "optionsDebugLogging": { @@ -848,7 +860,7 @@ "description": "Show notifications option help text." }, "optionsUseMonochromeToolbarIconHelpText": { - "message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.", + "message": "Usa un’icona monocromatica con badge colorati nella barra degli strumenti che si adatta ai temi charo/scuro del browser.", "description": "Use monochrome toolbar icon option help text." }, "optionsSaveDomainOnlyHelpText": { @@ -1224,23 +1236,23 @@ "description": "Extension title in settings page" }, "optionsPasskeysTitle": { - "message": "Passkeys", + "message": "Passkey", "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Enable Passkeys", + "message": "Abilita le passkey", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Enable support for Web Authentication.", + "message": "Abilita il supporto all’autenticazione web.", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable Passkeys fallback", + "message": "Abilita alternativa alle passkey", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": "Se abilitata, una richiesta annullata o interrotta a KeePassXC comporterà la richiesta della passkey interna del browser. Se disabilitata, la connessione a KeePassXC è obbligatoria e una richiesta annullata fallirà. Valore predefinito: abilitata.", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/ja/messages.json b/keepassxc-browser/_locales/ja/messages.json index 2d287a4..8bd9602 100644 --- a/keepassxc-browser/_locales/ja/messages.json +++ b/keepassxc-browser/_locales/ja/messages.json @@ -108,17 +108,21 @@ "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { - "message": "No groups found.", + "message": "グループが見つかりませんでした。", "description": "No groups found." }, "errorMessageCannotCreateNewGroup": { - "message": "Cannot create new group.", + "message": "新しいグループを作成できません。", "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "No valid UUID provided.", + "message": "有効な UUID が提供されませんでした。", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "KeePassXC に接続していません。", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/ko/messages.json b/keepassxc-browser/_locales/ko/messages.json index 2641418..138846a 100644 --- a/keepassxc-browser/_locales/ko/messages.json +++ b/keepassxc-browser/_locales/ko/messages.json @@ -20,7 +20,7 @@ "description": "Show password generator icon on every password input field." }, "contextMenuSaveCredentials": { - "message": "인증 정보 저장", + "message": "자격 증명 저장", "description": "Save credentials using the credential banner." }, "contextMenuShowPasswordGenerator": { @@ -36,7 +36,7 @@ "description": "Global Auto-Type shortcut text." }, "multipleCredentialsDetected": { - "message": "여러 개의 인증 정보를 사용할 수 있습니다. 확장 기능 아이콘을 눌러서 사용할 인증 정보를 선택하십시오.", + "message": "여러 개의 자격 증명을 사용할 수 있습니다. 확장 기능 아이콘을 눌러서 사용할 자격 증명을 선택하십시오.", "description": "Notification when HTTP Authentication has multiple credentials detected." }, "errorMessageUnknown": { @@ -108,37 +108,49 @@ "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { - "message": "No groups found.", + "message": "그룹을 찾을 수 없습니다.", "description": "No groups found." }, "errorMessageCannotCreateNewGroup": { - "message": "Cannot create new group.", + "message": "새 그룹을 만들 수 없습니다.", "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "No valid UUID provided.", + "message": "올바른 UUID가 제공되지 않았습니다.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "Attestation not supported.", + "message": "증명이 지원되지 않습니다.", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Credential is excluded.", + "message": "자격 증명이 제외되었습니다.", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "Passkeys request canceled.", + "message": "Passkey 요청이 취소되었습니다.", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { - "message": "Invalid user verification.", + "message": "잘못된 사용자 검증입니다.", "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Empty public key.", + "message": "공개 키가 비어 있습니다.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "KeePassXC에 연결되지 않았습니다.", "description": "Error notification shown when not connected to KeePassXC" @@ -200,7 +212,7 @@ "description": "Password generator error text when KeePassXC is closed." }, "usernameFieldText": { - "message": "KeePassXC에서 인증 정보 입력", + "message": "KeePassXC에서 자격 증명 입력", "description": "Username field icon hover text." }, "usernameLockedFieldText": { @@ -316,7 +328,7 @@ "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsNoUsernameFound": { - "message": "오류:\n지정한 사용자 이름과 일치하는 인증 정보를 찾을 수 없습니다.", + "message": "오류:\n지정한 사용자 이름과 일치하는 자격 증명을 찾을 수 없습니다.", "description": "Alert message when no credentials are found for the given username." }, "credentialsNoTOTPFound": { @@ -336,7 +348,7 @@ "description": "Message shown when no password fields are found." }, "rememberNothingChanged": { - "message": "오류:\n변경된 인증 정보를 감지할 수 없습니다.", + "message": "오류:\n변경된 자격 증명을 감지할 수 없습니다.", "description": "Message shown when trying to save credentials that haven't changed." }, "popupTitle": { @@ -440,7 +452,7 @@ "description": "Message when username or password has changed." }, "rememberSaving": { - "message": "인증 정보를 연결된 데이터베이스에 식별자 $1(으)로 저장합니다", + "message": "자격 증명을 연결된 데이터베이스에 식별자 $1(으)로 저장합니다", "description": "A message when saving or updating credentials." }, "rememberNewUsername": { @@ -448,15 +460,15 @@ "description": "A message shown when a new username is detected when saving credentials." }, "rememberUsernameExists": { - "message": "지정한 사용자 이름을 사용하는 인증 정보는 굵게 표시됩니다: $1", + "message": "지정한 사용자 이름을 사용하는 자격 증명은 굵게 표시됩니다: $1", "description": "A message shown when an existing username is detected when saving credentials." }, "rememberChooseCredentials": { - "message": "업데이트할 인증 정보를 선택하십시오.", + "message": "업데이트할 자격 증명을 선택하십시오.", "description": "A message shown choosing what credentials user wants to update." }, "rememberChooseGroup": { - "message": "새 인증 정보를 추가할 그룹을 선택하십시오.", + "message": "새 자격 증명을 추가할 그룹을 선택하십시오.", "description": "A message shown choosing what group user wants to use for new credentials." }, "rememberInfoDefaultGroupNotFound": { @@ -468,31 +480,31 @@ "description": "Error message shown when new groups cannot be created." }, "rememberErrorPasswordNotChanged": { - "message": "인증 정보를 업데이트하지 않았습니다. 암호가 변경되지 않았습니다.", + "message": "자격 증명을 업데이트하지 않았습니다. 암호가 변경되지 않았습니다.", "description": "Error message shown when credential password is not changed." }, "rememberErrorCannotSaveCredentials": { - "message": "인증 정보를 저장하거나 업데이트할 수 없습니다.", + "message": "자격 증명을 저장하거나 업데이트할 수 없습니다.", "description": "Error message shown when credentials cannot be saved or updated." }, "rememberErrorDatabaseClosed": { - "message": "닫힌 데이터베이스에 인증 정보를 저장하거나 업데이트할 수 없습니다.", + "message": "닫힌 데이터베이스에 자격 증명을 저장하거나 업데이트할 수 없습니다.", "description": "Error message shown when credentials cannot be saved or updated and the database is closed." }, "rememberCredentialsNotSaved": { - "message": "작업이 취소되었습니다. 인증 정보를 업데이트하지 않았습니다.", + "message": "작업이 취소되었습니다. 자격 증명을 업데이트하지 않았습니다.", "description": "Message shown when saving operation was cancelled." }, "rememberCredentialsSaved": { - "message": "사용자 이름 $1의 새로운 인증 정보를 저장했습니다.", + "message": "사용자 이름 $1의 새로운 자격 증명을 저장했습니다.", "description": "Message shown when new credentials are saved." }, "rememberCredentialsUpdated": { - "message": "사용자 이름 $1의 인증 정보를 업데이트했습니다.", + "message": "사용자 이름 $1의 자격 증명을 업데이트했습니다.", "description": "Message shown when new credentials are successfully updated." }, "rememberCredentialsExists": { - "message": "같은 인증 정보가 이미 존재합니다. 업데이트하지 않습니다.", + "message": "같은 자격 증명이 이미 존재합니다. 업데이트하지 않습니다.", "description": "Message shown when new credentials already found in database." }, "rememberEmptyUsername": { @@ -500,7 +512,7 @@ "description": "Means an empty username." }, "rememberNoPassword": { - "message": "인증 정보를 저장하기 전에 암호를 입력하십시오.", + "message": "자격 증명을 저장하기 전에 암호를 입력하십시오.", "description": "Message shown when no password is set when saving credentials." }, "popupLoginText": { @@ -648,7 +660,7 @@ "description": "Default group help text." }, "optionsLabelDefaultGroupCheckboxText": { - "message": "항상 새 인증 정보를 추가할 그룹 묻기", + "message": "항상 새 자격 증명을 추가할 그룹 묻기", "description": "Default group checkbox help text." }, "optionsLabelDefaultGroupCheckboxHelpText": { @@ -668,7 +680,7 @@ "description": "Use dynamic input field detection checkbox text." }, "optionsUseObserverHelpText": { - "message": "팝업이나 동적 대화 상자를 사용하는 페이지에 유용합니다. 느린 컴퓨터에서 CPU 점유율을 줄이려면 선택을 해제하십시오. 이 옵션을 사용하지 않으면 인증 정보를 키보드 단축키, 콘텍스트 메뉴 및 확장 기능의 팝업으로만 입력할 수 있습니다.", + "message": "팝업이나 동적 대화 상자를 사용하는 페이지에 유용합니다. 느린 컴퓨터에서 CPU 점유율을 줄이려면 선택을 해제하십시오. 이 옵션을 사용하지 않으면 자격 증명을 키보드 단축키, 콘텍스트 메뉴 및 확장 기능의 팝업으로만 입력할 수 있습니다.", "description": "Use dynamic input field detection help text." }, "optionsCheckboxOTPIcons": { @@ -676,7 +688,7 @@ "description": "Activate OTP field icons textbox text." }, "optionsCheckboxAutoRetrieveCredentials": { - "message": "자동으로 인증 정보를 가져옵니다.", + "message": "자동으로 자격 증명을 가져옵니다.", "description": "Automatically retrieve credentials checkbox text." }, "optionsCheckboxAutomaticReconnect": { @@ -688,7 +700,7 @@ "description": "Auto-reconnect warning message." }, "optionsCheckboxAutoFillSingleEntry": { - "message": "자동으로 단일 인증 정보 항목을 입력합니다.", + "message": "자동으로 단일 자격 증명 항목을 입력합니다.", "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoCompleteUsernames": { @@ -696,7 +708,7 @@ "description": "Activate autocomplete for username fields checkbox text." }, "optionsCheckboxShowGroupNameInAutocomplete": { - "message": "서로 다른 그룹의 인증 정보를 표시할 때 자동 완성 목록에 그룹 이름을 표시합니다.", + "message": "서로 다른 그룹의 자격 증명을 표시할 때 자동 완성 목록에 그룹 이름을 표시합니다.", "description": "Show group name in autocomplete checkbox text." }, "optionsCheckboxAutoSubmit": { @@ -704,7 +716,7 @@ "description": "Auto-submit checkbox text." }, "optionsAutoSubmitHelpText": { - "message": "선택한 인증 정보를 자동으로 제출합니다. 자동 입력 항목이 하나만 있을 때에는 비활성화됩니다.", + "message": "선택한 자격 증명을 자동으로 제출합니다. 자동 입력 항목이 하나만 있을 때에는 비활성화됩니다.", "description": "Auto-submit help text." }, "optionsCheckboxShowNotifications": { @@ -720,7 +732,7 @@ "description": "Save domain only checkbox text." }, "optionsCheckboxShowLoginNotifications": { - "message": "데이터베이스에 새 인증 정보를 저장할 수 있을 때 알림을 표시합니다.", + "message": "데이터베이스에 새 자격 증명을 저장할 수 있을 때 알림을 표시합니다.", "description": "Show login notifications checkbox text." }, "optionsRedirectAllowance": { @@ -732,7 +744,7 @@ "description": "Redirect allowance help text." }, "optionsCheckboxAutoFillAndSend": { - "message": "HTTP 기본 인증 정보 항목 입력을 허용합니다.", + "message": "HTTP 기본 인증 자격 증명 항목 입력을 허용합니다.", "description": "Allow filling HTTP Basic Auth credentials checkbox text." }, "optionsDebugLogging": { @@ -768,7 +780,7 @@ "description": "Theme selection header text." }, "optionsCredentialSortSelectionHeader": { - "message": "일치하는 인증 정보 정렬 순서", + "message": "일치하는 자격 증명 정렬 순서", "description": "Credential sort option header text." }, "optionsThemeSelection": { @@ -812,7 +824,7 @@ "description": "Use predefined sites option help text." }, "optionsShowLoginFormIconHelpText": { - "message": "사용자 이름 필드에 마우스 클릭으로 인증 정보를 입력하는 아이콘을 추가합니다.", + "message": "사용자 이름 필드에 마우스 클릭으로 자격 증명을 입력하는 아이콘을 추가합니다.", "description": "Username field icon option help text." }, "optionsShowOTPIconHelpText": { @@ -820,7 +832,7 @@ "description": "OTP field icon option help text." }, "optionsAutoRetrieveCredentialsHelpText": { - "message": "탭을 활성화할 때 KeePassXC-브라우저에서 인증 정보를 즉시 가져옵니다.", + "message": "탭을 활성화할 때 KeePassXC-브라우저에서 자격 증명을 즉시 가져옵니다.", "description": "Auto-Retrive Credentials option help text." }, "optionsAutomaticReconnectHelpText": { @@ -828,7 +840,7 @@ "description": "Auto-reconnect option help text." }, "optionsAutoFillSingleEntryHelpText": { - "message": "인증 정보가 하나만 있을 때 KeePassXC-브라우저에서 자동으로 입력합니다.", + "message": "자격 증명이 하나만 있을 때 KeePassXC-브라우저에서 자동으로 입력합니다.", "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillSingleEntryWarning": { @@ -836,11 +848,11 @@ "description": "Auto-Fill Single Entry warning text." }, "optionsAutocompleteUsernamesHelpText": { - "message": "페이지에 있는 모든 사용자 이름 필드에 입력할 수 있는 인증 정보 드롭다운 목록을 표시합니다.", + "message": "페이지에 있는 모든 사용자 이름 필드에 입력할 수 있는 자격 증명 드롭다운 목록을 표시합니다.", "description": "Autocomplete Usernames option help text." }, "optionsShowGroupNameInAutocompleteHelpText": { - "message": "서로 다른 그룹에 있는 인증 정보를 구분하기 위해 그룹 이름을 표시합니다.", + "message": "서로 다른 그룹에 있는 자격 증명을 구분하기 위해 그룹 이름을 표시합니다.", "description": "Show group name in autocomplete help text." }, "optionsShowNotificationsHelpText": { @@ -852,7 +864,7 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsSaveDomainOnlyHelpText": { - "message": "새 인증 정보를 저장할 때 전체 URL 대신 도메인만 저장합니다.", + "message": "새 자격 증명을 저장할 때 전체 URL 대신 도메인만 저장합니다.", "description": "Save domain only option help text." }, "optionsSaveDomainOnlyCustomLoginHelpText": { @@ -864,11 +876,11 @@ "description": "Download favicon after save checkbox label text." }, "optionsDownloadFaviconAfterSaveHelpText": { - "message": "Favicon will be automatically downloaded for the new credential.", + "message": "새 자격 증명에 대한 파비콘을 자동으로 다운로드합니다.", "description": "Download favicon after save help text." }, "optionsAutoFillAndSendHelpText": { - "message": "페이지 인증 정보를 찾았고 로그인 형식이 HTTP 기본 인증일 때 KeePassXC-브라우저에서 최초로 지정한 인증 정보로 로그인을 시도합니다.", + "message": "페이지에 대한 자격 증명을 찾았고 로그인 형식이 HTTP 기본 인증일 때 KeePassXC-브라우저에서 최초로 지정한 자격 증명으로 로그인을 시도합니다. 만약 자격 증명이 여러 개 있다면 확장 기능 팝업을 사용하여 올바른 자격 증명을 선택할 수 있습니다. 이 기능을 활성화해도 HTTP 기본 인증 자격 증명을 직접 입력할 수 있습니다.", "description": "Auto-Fill And Send option help text." }, "optionsAutoFillAndSendHelpTextSecond": { @@ -876,15 +888,15 @@ "description": "HTTP Basic Auth image help text." }, "optionsClearCredentialsTimeout": { - "message": "다음 시간 이후 비활성 탭의 인증 정보를 삭제합니다(초 단위, 0-3600).", + "message": "다음 시간 이후 비활성 탭의 자격 증명을 삭제합니다(초 단위, 0-3600).", "description": "Clear credentials label text." }, "optionsClearCredentialsTimeoutHelpText": { - "message": "제한 시간이 초과한 후 배경 탭의 인증 정보를 삭제하고 해당 페이지의 권한을 다시 물어 봅니다.", + "message": "제한 시간이 초과한 후 배경 탭의 자격 증명을 삭제하고 해당 페이지의 권한을 다시 물어 봅니다.", "description": "Clear credentials timeout help text." }, "optionsVersionInfoText": { - "message": "KeePassXC-브라우저에서 인증 정보를 가져오려면 KeePassXC가 필요합니다.", + "message": "KeePassXC-브라우저에서 자격 증명을 가져오려면 KeePassXC가 필요합니다.", "description": "Settings page version info text." }, "optionsVersionDownload": { @@ -1004,7 +1016,7 @@ "description": "Site preferences option selection." }, "optionsSelectionNormal": { - "message": "새로운/수정된 인증 정보 비활성화", + "message": "새로운/수정된 자격 증명 비활성화", "description": "Site preferences option selection." }, "optionsSelectionAutoSubmit": { @@ -1032,27 +1044,27 @@ "description": "Sort matching credentials by group and username option selection." }, "optionsFillSortPriority": { - "message": "입력했던 인증 정보 다음에 다음 순으로 인증 정보 정렬", + "message": "입력했던 자격 증명 다음에 다음 순으로 자격 증명 정렬", "description": "" }, "optionsFillSortPriorityHelpText": { - "message": "관련 있는 인증 정보부터 표시 옵션을 선택했다면 자동 완성 메뉴의 목록에 이전에 사용했던 로그인의 인증 정보를 먼저 표시합니다.", + "message": "관련 있는 자격 증명부터 표시 옵션을 선택했다면 자동 완성 메뉴의 목록에 이전에 사용했던 로그인의 자격 증명을 먼저 표시합니다.", "description": "Help text for Sort credentials after fill." }, "optionsFillSortPriorityTotp": { - "message": "입력했던 인증 정보 다음에 다음 순으로 TOTP 정렬", + "message": "입력했던 자격 증명 다음에 다음 순으로 TOTP 정렬", "description": "" }, "optionsFillSortPriorityTotpHelpText": { - "message": "관련 있는 인증 정보부터 표시 옵션을 선택했다면 자동 완성 메뉴의 목록에 이전에 사용했던 로그인의 TOTP를 먼저 표시합니다.", + "message": "관련 있는 자격 증명부터 표시 옵션을 선택했다면 자동 완성 메뉴의 목록에 이전에 사용했던 로그인의 TOTP를 먼저 표시합니다.", "description": "Help text for Sort credentials after fill for TOTP." }, "optionsFillSortByMatchingCredentials": { - "message": "일치하는 인증 정보 설정", + "message": "일치하는 자격 증명 설정", "description": "Default option for Sort after fill. Respects the Matching Credentials sorting setting." }, "optionsFillSortByRelevantEntry": { - "message": "관련 있는 인증 정보부터 표시", + "message": "관련 있는 자격 증명부터 표시", "description": "Relevant credential first option for Sort after fill." }, "optionsCustomFieldsNotFound": { @@ -1100,7 +1112,7 @@ "description": "Site preferences info text, first part." }, "optionsSitePreferencesTabHelpTextSecond": { - "message": "지정한 사이트에서 새로운/수정된 인증 정보를 무시하려면 아래에 추가하거나 깜빡이는 KeePassXC-브라우저 아이콘을 누른 다음 선택하십시오", + "message": "지정한 사이트에서 새로운/수정된 자격 증명을 무시하려면 아래에 추가하거나 깜빡이는 KeePassXC-브라우저 아이콘을 누른 다음 선택하십시오", "description": "Site preferences info text, second part." }, "optionsSitePreferencesTabHelpTextThird": { @@ -1204,11 +1216,11 @@ "description": "User interface title in settings page" }, "optionsFillingCredentialsTitle": { - "message": "인증 정보 입력", + "message": "자격 증명 입력", "description": "Filling credentials title in settings page" }, "optionsSavingCredentialsTitle": { - "message": "인증 정보 저장", + "message": "자격 증명 저장", "description": "Saving credentials title in settings page" }, "optionsUpdatesTitle": { @@ -1224,23 +1236,23 @@ "description": "Extension title in settings page" }, "optionsPasskeysTitle": { - "message": "Passkeys", + "message": "Passkey", "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Enable Passkeys", + "message": "Passkey 활성화", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Enable support for Web Authentication.", + "message": "Web Authentication 지원을 활성화합니다.", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable Passkeys fallback", + "message": "Passkey 폴백 활성화", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": "이 옵션을 사용하면 KeePassXC 요청이 실패했거나 취소되었을 때 브라우저 내부 Passkey 요청을 트리거합니다. 이 옵션을 사용하지 않으면 KeePassXC에 연결되어 있어야 하며 취소된 요청이 실표합니다. 기본값: 활성화", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/lt/messages.json b/keepassxc-browser/_locales/lt/messages.json index 31b80ab..706622e 100644 --- a/keepassxc-browser/_locales/lt/messages.json +++ b/keepassxc-browser/_locales/lt/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Neprisijungta prie KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/my/messages.json b/keepassxc-browser/_locales/my/messages.json index d42dbe7..2aa81b1 100644 --- a/keepassxc-browser/_locales/my/messages.json +++ b/keepassxc-browser/_locales/my/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "KeePassXC နှင့် ချိတ်ဆက်မထားပါ။", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/nb/messages.json b/keepassxc-browser/_locales/nb/messages.json index 57f90e7..80dc9e0 100644 --- a/keepassxc-browser/_locales/nb/messages.json +++ b/keepassxc-browser/_locales/nb/messages.json @@ -108,37 +108,49 @@ "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { - "message": "No groups found.", + "message": "Ingen grupper funnet.", "description": "No groups found." }, "errorMessageCannotCreateNewGroup": { - "message": "Cannot create new group.", + "message": "Kan ikke opprette ny gruppe.", "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "No valid UUID provided.", + "message": "Ingen gyldig UUID er oppgitt.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "Attestation not supported.", + "message": "Attestasjon støttes ikke.", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Credential is excluded.", + "message": "Identifikasjon er ekskludert.", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "Passkeys request canceled.", + "message": "Forespørsel om adgangsnøkkel er kansellert.", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { - "message": "Invalid user verification.", + "message": "Ugyldig brukerverifisering.", "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Empty public key.", + "message": "Tom offentlig nøkkel.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Ikke koblet til KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" @@ -712,7 +724,7 @@ "description": "Show notifications checkbox text." }, "optionsCheckboxUseMonochromeToolbarIcon": { - "message": "Use monochrome toolbar icon.", + "message": "Bruk monokromt verktøylinjeikon.", "description": "Use monochrome toolbar icon checkbox text." }, "optionsSaveDomainOnly": { @@ -848,7 +860,7 @@ "description": "Show notifications option help text." }, "optionsUseMonochromeToolbarIconHelpText": { - "message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.", + "message": "Bruk et monokromt ikon med fargede merker på verktøylinjen som tilpasser seg lyst/mørkt nettlesertema.", "description": "Use monochrome toolbar icon option help text." }, "optionsSaveDomainOnlyHelpText": { @@ -1224,23 +1236,23 @@ "description": "Extension title in settings page" }, "optionsPasskeysTitle": { - "message": "Passkeys", + "message": "Passnøkler", "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Enable Passkeys", + "message": "Aktiver passnøkler", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Enable support for Web Authentication.", + "message": "Aktiver støtte for web-autentisering.", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable Passkeys fallback", + "message": "Aktiver passnøkkel-reserveløsning", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": "Når aktivert, vil en mislykket eller kansellert forespørsel til KeePassXC utløse nettleserens egen interne passnøkkelforespørsel. Hvis deaktivert, så kreves tilkobling til KeePassXC, og den avbrutte forespørselen mislykkes. Standard: aktivert.", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/nl/messages.json b/keepassxc-browser/_locales/nl/messages.json index dd9d56e..7522f9c 100644 --- a/keepassxc-browser/_locales/nl/messages.json +++ b/keepassxc-browser/_locales/nl/messages.json @@ -36,7 +36,7 @@ "description": "Global Auto-Type shortcut text." }, "multipleCredentialsDetected": { - "message": "Er zijn meerdere inloggegevens bij deze http-authenticatie gedetecteerd. Klik op het extensiepictogram om de juiste te kiezen.", + "message": "Er zijn meerdere inloggegevens bij deze HTTP-authenticatie gedetecteerd. Klik op het extensiepictogram om de juiste te kiezen.", "description": "Notification when HTTP Authentication has multiple credentials detected." }, "errorMessageUnknown": { @@ -52,11 +52,11 @@ "description": "Database hash not received." }, "errorMessageClientPublicKey": { - "message": "Openbare clientsleutel niet ontvangen.", + "message": "Openbare sleutel van client niet ontvangen.", "description": "Client public key not received." }, "errorMessageDecrypt": { - "message": "Kan bericht niet ontcijferen.", + "message": "Kan bericht niet decoderen.", "description": "Cannot decrypt message." }, "errorMessageTimeout": { @@ -68,7 +68,7 @@ "description": "Action canceled or denied." }, "errorMessageEncrypt": { - "message": "Berichtversleuteling mislukt. Is KeePassXC wel gestart?", + "message": "Versleuteling van bericht mislukt. Is KeePassXC wel gestart?", "description": "Message encryption failed. Is KeePassXC running?" }, "errorMessageAssociate": { @@ -80,7 +80,7 @@ "description": "Key exchange was not successful." }, "errorMessageEncryptionKey": { - "message": "Beveiligingssleutel wordt niet herkend.", + "message": "Coderingssleutel wordt niet herkend.", "description": "Encryption key is not recognized." }, "errorMessageSavedDatabases": { @@ -104,7 +104,7 @@ "description": "No logins found." }, "errorMessagePaswordLengthExceeded": { - "message": "Het ingevoerde wachtwoord is langer dan de toegestane lengte.", + "message": "Het ingevoerde wachtwoord is langer dan is toegestaan.", "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { @@ -119,6 +119,10 @@ "message": "Geen geldige UUID opgegeven.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Getuigschrift niet ondersteund.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Lege openbare sleutel.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Geen verbinding met KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" @@ -208,11 +220,11 @@ "description": "Username field icon hover text when database is locked." }, "usernameDisconnectedFieldText": { - "message": "KeePassXC is niet verbonden", + "message": "Geen verbinding met KeePassXC", "description": "Username field icon hover text when KeePassXC is disconnected." }, "usernameFieldIcon": { - "message": "Gebruikersnaampictogram", + "message": "Pictogram bij gebruikersnaam-veld", "description": "Username field icon text." }, "totp": { @@ -220,11 +232,11 @@ "description": "TOTP text." }, "totpFieldText": { - "message": "TOTP invullen met behulp van KeePassXC", + "message": "TOTP invullen vanuit KeePassXC", "description": "OTP field icon hover text." }, "totpFieldIcon": { - "message": "TOTP-pictogram", + "message": "Pictogram bij TOTP-veld", "description": "OTP field icon text." }, "defineClose": { @@ -236,11 +248,11 @@ "description": "Skip button text when choosing custom login fields." }, "defineMore": { - "message": "Meer", + "message": "Meer tonen", "description": "More button text when choosing custom login fields." }, "defineReset": { - "message": "Herstellen", + "message": "Opnieuw instellen", "description": "Reset button text when choosing custom login fields." }, "defineConfirm": { @@ -272,7 +284,7 @@ "description": "Choosing a TOTP field text when choosing custom login fields." }, "defineChooseStringFields": { - "message": "Tekenreeksvelden kiezen", + "message": "Kies tekenreeksvelden", "description": "Choose String Fields a selection text when choosing custom login fields." }, "defineHelpText": { @@ -312,7 +324,7 @@ "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsMultipleFoundSecondLine": { - "message": "Klik op het KeePassXC-browserpictogram voor meer opties.", + "message": "Klik op het pictogram KeePassXC-Browser voor meer opties.", "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsNoUsernameFound": { @@ -328,7 +340,7 @@ "description": "If a credential is expired, this is appended to the title label." }, "fieldsFill": { - "message": "Foutmelding: geen in te vullen velden aangetroffen.", + "message": "Foutmelding: geen invulvelden aangetroffen.", "description": "Alert message when no fields are found to fill in." }, "fieldsNoPasswordField": { @@ -336,7 +348,7 @@ "description": "Message shown when no password fields are found." }, "rememberNothingChanged": { - "message": "Foutmelding: de gewijzigde inloggegevens kunnen niet worden vastgesteld.", + "message": "Foutmelding: geen gewijzigde inloggegevens geconstateerd.", "description": "Message shown when trying to save credentials that haven't changed." }, "popupTitle": { @@ -348,23 +360,23 @@ "description": "Popup Settings button text." }, "popupChooseCredentialsText": { - "message": "Kies aangepaste inlogvelden voor deze pagina", + "message": "Kies aangepaste inlogvelden", "description": "Popup credential choosing button text." }, "popupConnectButton": { - "message": "Koppelen", + "message": "Verbinden", "description": "Popup Connect button text." }, "popupReconnectButton": { - "message": "Opnieuw koppelen", + "message": "Opnieuw verbinden", "description": "Popup Reconnect button text." }, "popupRedetectButton": { - "message": "Inlogvelden opnieuw vaststellen", + "message": "Inlogvelden opnieuw detecteren", "description": "Popup Redetect login fields button text." }, "popupReloadButton": { - "message": "Herladen", + "message": "Opnieuw laden", "description": "Popup Reload button text." }, "popupReopenButton": { @@ -380,7 +392,7 @@ "description": "A text shown above error message in the popup." }, "popupUpdateAvailable": { - "message": "Je maakt gebruik van een oude versie van KeePassXC.", + "message": "Je gebruikt van een verouderde versie van KeePassXC.", "description": "Popup warning message about old version of KeePassXC." }, "popupDownloadNewVersion": { @@ -396,51 +408,51 @@ "description": "Popup Getting Started Guide link text." }, "popupAlertHide": { - "message": "Niet meer tonen", + "message": "Verbergen en niet meer tonen.", "description": "Hide alert close button title." }, "popupTroubleshootingText": { - "message": "Lukt het niet om KeePassXC te koppelen? Wellicht biedt onze wiki raad.", + "message": "Geen verbinding met KeePassXC? Wellicht biedt onze wiki raad.", "description": "Popup information message about Troubleshooting Guide." }, "popupTroubleshootingLinkText": { - "message": "Probleemoplossing", + "message": "Gids voor probleemoplossing", "description": "Popup Troubleshooting Guide link text." }, "popupCheckingStatus": { - "message": "Bezig met controleren van status…", + "message": "Status controleren…", "description": "Checking status message in popup." }, "popupNotConfigured": { - "message": "KeePassXC-Browser is nog niet ingesteld. Klik op ‘Koppelen’ om te KeePassXC te koppelen.", + "message": "KeePassXC-Browser is nog niet ingesteld. Klik op ‘Verbinden’ om te koppelen met KeePassXC.", "description": "A popup message shown when the extension has not been connected to KeePassXC." }, "popupNeedReconfigure": { - "message": "KeePassXC-Browser is niet meer gekoppeld aan KeePassXC.", + "message": "KeePassXC-Browser is niet meer verbonden met KeePassXC.", "description": "A popup message shown when the extension has been disconnected from KeePassXC." }, "popupNeedReconfigureMessage": { - "message": "Druk op de ‘Opnieuw koppelen’ om een nieuwe koppeling te maken.", + "message": "Druk ‘Opnieuw verbinden’ om een nieuwe koppeling te maken.", "description": "A popup message shown when reconnect is needed." }, "popupConfiguredNotAssociated": { - "message": "KeePassXC-Browser is nog niet gekoppeld aan KeePassXC, maar is wél ingesteld met de identificatie: $1", + "message": "KeePassXC-Browser is nog niet verbonden met KeePassXC, maar is wél ingesteld met de identificatie: $1", "description": "A popup message shown when KeePassXC is not connected but configured." }, "popupConfiguredAndAssociated": { - "message": "KeePassXC-Browser is gekoppeld aan KeePassXC en is ingesteld met de volgende identificatie: $1", + "message": "KeePassXC-Browser is verbonden met KeePassXC en is ingesteld met de volgende identificatie: $1", "description": "A popup message when a connection to KeePassXC is successful." }, "popupUsernameFieldDetected": { - "message": "Er is slechts één gebruikersnaamveld aangetroffen. Wil je deze url toevoegen aan de websitevoorkeuren met de optie ‘Alleen-gebruikersnaam’ ingeschakeld?", + "message": "Er is maar één gebruikersnaamveld gedetecteerd. Wil je deze URL toevoegen aan de websitevoorkeuren met de optie ‘Alleen-gebruikersnaam’ ingeschakeld?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, "rememberInfoText": { - "message": "Gebruikersnaam of wachtwoord gewijzigd! Wil je de wijziging opslaan?", + "message": "Gebruikersnaam of wachtwoord gewijzigd! Opslaan?", "description": "Message when username or password has changed." }, "rememberSaving": { - "message": "De inloggegevens worden opgeslagen in de gekoppelde database met de identificatie $1", + "message": "Inloggegevens worden opgeslagen in de gekoppelde database met identificatie $1", "description": "A message when saving or updating credentials." }, "rememberNewUsername": { @@ -452,15 +464,15 @@ "description": "A message shown when an existing username is detected when saving credentials." }, "rememberChooseCredentials": { - "message": "Kies de bij te werken inloggegevens.", + "message": "Kies de inloggegevens die moeten worden bijgewerkt.", "description": "A message shown choosing what credentials user wants to update." }, "rememberChooseGroup": { - "message": "Kies de groep waaraan je de nieuwe inloggegevens wil toevoegen.", + "message": "Kies de groep waaraan de nieuwe inloggegevens moeten worden toegevoegd.", "description": "A message shown choosing what group user wants to use for new credentials." }, "rememberInfoDefaultGroupNotFound": { - "message": "De standaardgroep is aangemaakt in de gekoppelde database.", + "message": "Standaardgroep aangemaakt in gekoppelde database.", "description": "Info message shown when default group set cannot be found." }, "rememberErrorCreatingNewGroup": { @@ -468,7 +480,7 @@ "description": "Error message shown when new groups cannot be created." }, "rememberErrorPasswordNotChanged": { - "message": "De inloggegevens worden niet bijgewerkt; het wachtwoord is niet gewijzigd.", + "message": "De inloggegevens zijn niet bijgewerkt; het wachtwoord is niet gewijzigd.", "description": "Error message shown when credential password is not changed." }, "rememberErrorCannotSaveCredentials": { @@ -484,15 +496,15 @@ "description": "Message shown when saving operation was cancelled." }, "rememberCredentialsSaved": { - "message": "De nieuwe inloggegevens met de gebruikersnaam ‘$1’ zijn opgeslagen.", + "message": "Nieuwe inloggegevens met gebruikersnaam ‘$1’ opgeslagen.", "description": "Message shown when new credentials are saved." }, "rememberCredentialsUpdated": { - "message": "De inloggegevens met de gebruikersnaam ‘$1’ zijn bijgewerkt.", + "message": "Inloggegevens met gebruikersnaam ‘$1’ bijgewerkt.", "description": "Message shown when new credentials are successfully updated." }, "rememberCredentialsExists": { - "message": "Deze inloggegevens zijn al opgeslagen. Er valt dus niets bij te werken.", + "message": "Identieke inloggegevens bestaan al. Niets om bij te werken.", "description": "Message shown when new credentials already found in database." }, "rememberEmptyUsername": { @@ -512,15 +524,15 @@ "description": "Text for login credentials quick filter." }, "popupAuthText": { - "message": "Kies de inloggegevens waarmee je wil inloggen.", + "message": "Kies de inloggegevens waarmee je wilt inloggen.", "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." }, "popupMultiplePasswordFields": { - "message": "Er is meer dan één wachtwoordveld aangetroffen op deze pagina. Klik met de rechtermuisknop op een van de velden en kies een van de:", + "message": "Er zijn meerdere wachtwoordvelden aangetroffen op deze pagina. Klik met de rechtermuisknop op een van de velden en kies een van:", "description": "A popup message shown when web page has multiple password fields." }, "popupURL": { - "message": "Url:", + "message": "URL:", "description": "URL. Might not need any translation." }, "popupUsername": { @@ -540,7 +552,7 @@ "description": "Dismiss button text in popup when updating credentials." }, "popupButtonIgnore": { - "message": "Nooit vragen op deze pagina", + "message": "Niet meer vragen op deze website", "description": "Ignore button text in popup or in notification when updating credentials." }, "popupButtonClose": { @@ -548,7 +560,7 @@ "description": "Close button text in popup or in notification." }, "popupButtonDismissHttpAuth": { - "message": "Sluiten en standaard inlogvenster tonen", + "message": "Sluiten en standaard dialoogvenster voor authenticatie tonen", "description": "Dismiss button text when in HTTP Authentication popup." }, "optionsTitle": { @@ -560,7 +572,7 @@ "description": "General Settings tab text." }, "optionsConnectedDatabasesTab": { - "message": "Gekoppelde databases", + "message": "Verbonden databases", "description": "Connected Databases tab text." }, "optionsCustomFieldsTab": { @@ -580,7 +592,7 @@ "description": "General settings page header." }, "optionsMenuConnectedDatabases": { - "message": "Gekoppelde databases", + "message": "Verbonden databases", "description": "Connected Databases page header." }, "optionsMenuCustomFields": { @@ -604,7 +616,7 @@ "description": "Save button text." }, "optionsButtonConnect": { - "message": "Koppelen", + "message": "Verbinden", "description": "Connect button text." }, "optionsButtonRemove": { @@ -644,7 +656,7 @@ "description": "Default group options text." }, "optionsDefaultGroupHelpText": { - "message": "Scheid groepsnamen met schuine strepen. Voorbeeld: groep/onderliggende groep.", + "message": "Groep en subgroep scheiden met schuine strepen, bijv.: Groep/Subgroep.", "description": "Default group help text." }, "optionsLabelDefaultGroupCheckboxText": { @@ -652,51 +664,51 @@ "description": "Default group checkbox help text." }, "optionsLabelDefaultGroupCheckboxHelpText": { - "message": "Schakel in om een pop-up met beschikbare groepen te tonen.", + "message": "Wanneer ingeschakeld, wordt er een pop-up met een groepenlijst weergegeven.", "description": "Default checkbox explanation help text." }, "optionsCheckboxUsePasswordGenerator": { - "message": "Pictogrammen tonen in wachtwoordgenerator", + "message": "Wachtwoordgenerator-pictogrammen inschakelen.", "description": "Activate password generator icons checkbox text." }, "optionsCheckboxUsernameIcons": { - "message": "Pictogrammen tonen in gebruikersnaamvelden", + "message": "Pictogrammen bij gebruikersnaamvelden inschakelen.", "description": "Activate username field icons textbox text." }, "optionsUseObserver": { - "message": "Invoervelden dynamisch detecteren", + "message": "Dynamische detectie van invoervelden gebruiken.", "description": "Use dynamic input field detection checkbox text." }, "optionsUseObserverHelpText": { - "message": "Handig op webpagina's met pop-ups of dynamische dialoogvensters. Schakel deze functie uit om de processor van oudere pc's minder te belasten. Let op: indien uitgeschakeld, kunnen de inloggegevens alléén worden ingevoegd met sneltoetsen, het rechtermuisknopmenu of de extensiepop-up.", + "message": "Handig op webpagina's met pop-ups of dynamische dialoogvensters. Schakel deze functie uit om oudere pc's minder te belasten. Let op: indien uitgeschakeld, kunnen de inloggegevens alléén worden ingevoegd met sneltoetsen, het rechtermuisknopmenu of de extensiepop-up.", "description": "Use dynamic input field detection help text." }, "optionsCheckboxOTPIcons": { - "message": "2FA-/OTP-pictogrammen tonen", + "message": "Pictogrammen bij 2FA-/OTP-velden activeren.", "description": "Activate OTP field icons textbox text." }, "optionsCheckboxAutoRetrieveCredentials": { - "message": "Inloggegevens automatisch ophalen", + "message": "Inloggegevens automatisch ophalen.", "description": "Automatically retrieve credentials checkbox text." }, "optionsCheckboxAutomaticReconnect": { - "message": "Automatisch opnieuw verbinden met KeePassXC", + "message": "Automatisch opnieuw verbinden met KeePassXC.", "description": "Auto-reconnect checkbox text." }, "optionsAutomaticReconnectWarning": { - "message": "Waarschuwing: deze functie is experimenteel! Gebruik hiervan is op eigen risico.", + "message": "Waarschuwing! Deze functie is experimenteel. Gebruik op eigen risico.", "description": "Auto-reconnect warning message." }, "optionsCheckboxAutoFillSingleEntry": { - "message": "Automatisch invullen gebruiken op pagina's met één inlogveld", + "message": "Pagina's met één inlogveld automatisch invullen.", "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoCompleteUsernames": { - "message": "Gebruikersnaamvelden automatisch invullen", + "message": "Gebruikersnaamvelden automatisch aanvullen.", "description": "Activate autocomplete for username fields checkbox text." }, "optionsCheckboxShowGroupNameInAutocomplete": { - "message": "Groepsnaam tonen op de aanvullijst als inloggegevens in verschillende groepen staan", + "message": "De groepsnaam weergeven in de lijst voor automatisch aanvullen als referenties uit verschillende groepen komen.", "description": "Show group name in autocomplete checkbox text." }, "optionsCheckboxAutoSubmit": { @@ -708,19 +720,19 @@ "description": "Auto-submit help text." }, "optionsCheckboxShowNotifications": { - "message": "Meldingen tonen", + "message": "Meldingen tonen.", "description": "Show notifications checkbox text." }, "optionsCheckboxUseMonochromeToolbarIcon": { - "message": "Monochroom werkbalkpictogram gebruiken", + "message": "Monochroom pictogram op de werkbalk gebruiken.", "description": "Use monochrome toolbar icon checkbox text." }, "optionsSaveDomainOnly": { - "message": "Alleen domeinnaam opslaan", + "message": "Alleen domeinnaam opslaan.", "description": "Save domain only checkbox text." }, "optionsCheckboxShowLoginNotifications": { - "message": "KeepassXC-Browser balk tonen als er nieuwe inloggegevens kunnen worden opgeslagen in de database", + "message": "Toon een banner bovenaan de pagina wanneer nieuwe inloggegevens kunnen worden opgeslagen.", "description": "Show login notifications checkbox text." }, "optionsRedirectAllowance": { @@ -732,11 +744,11 @@ "description": "Redirect allowance help text." }, "optionsCheckboxAutoFillAndSend": { - "message": "Sta het invullen van HTTP Basic Auth-inloggegevens toe.", + "message": "Invullen van HTTP Basic Auth-inloggegevens toestaan.", "description": "Allow filling HTTP Basic Auth credentials checkbox text." }, "optionsDebugLogging": { - "message": "Logboek aanleggen voor foutopsporing", + "message": "Logboekregistratie voor foutopsporing", "description": "Debug logging checkbox text." }, "optionsDebugLoggingHelpText": { @@ -744,7 +756,7 @@ "description": "Debug logging help text." }, "optionsRadioText": { - "message": "Controleren op updates:", + "message": "Controle op updates van KeePassXC:", "description": "Text above radio buttons in the settings page." }, "optionsRadioThreeDays": { @@ -764,7 +776,7 @@ "description": "Radio button text." }, "optionsThemeSelectionHeader": { - "message": "Thema", + "message": "Kleurenthema", "description": "Theme selection header text." }, "optionsCredentialSortSelectionHeader": { @@ -792,11 +804,11 @@ "description": "Keyboard shortcut header text." }, "optionsUsePasswordGeneratorHelpText": { - "message": "Toont een knop in wachtwoordvelden om een nieuw wachtwoord te genereren.", + "message": "Voegt een pictogram toe aan wachtwoordvelden voor het genereren van een nieuw wachtwoord.", "description": "Password Generator option help text." }, "optionsUsePasswordGeneratorHelpTextSecond": { - "message": "Wachtwoorden worden gegenereerd door KeePassXC op basis van uw wachtwoordgeneratieprofiel.", + "message": "Wachtwoorden worden gegenereerd door KeePassXC op basis van het ingestelde profiel.", "description": "Password Generator option help text, second part." }, "optionsPredefinedSiteList": { @@ -804,99 +816,99 @@ "description": "Predefined site list details button text." }, "optionsUsePredefinedSites": { - "message": "Voorgedefinieerde websites gebruiken omwille van compatibiliteit", + "message": "Gebruik voorgedefinieerde sites voor compatibiliteit.", "description": "Use predefined sites checkbox text." }, "optionsUsePredefinedSitesHelpText": { - "message": "Voegt bekende websites met ‘Alleen-gebruikersnaam’-inlogformulieren toe aan de websitevoorkeuren.", + "message": "Voegt veelvoorkomende sites met alleen gebruikersnaam-inlogformulieren toe aan de sitevoorkeuren.", "description": "Use predefined sites option help text." }, "optionsShowLoginFormIconHelpText": { - "message": "Toont een pictogram in het gebruikersnaaminvoerveld zodat de inloggegevens met een enkele muisklik kunnen worden ingevuld.", + "message": "Voegt een pictogram toe aan gebruikersnaamvelden voor het invullen van inloggegevens met één muisklik.", "description": "Username field icon option help text." }, "optionsShowOTPIconHelpText": { - "message": "Toont een pictogram in invoervelden die worden herkend als OTP/2FA.", + "message": "Voegt een pictogram toe aan invoervelden die worden herkend als OTP/2FA", "description": "OTP field icon option help text." }, "optionsAutoRetrieveCredentialsHelpText": { - "message": "KeePassXC-Browser haalt inloggegevens automatisch op als een tabblad wordt geactiveerd.", + "message": "KeePassXC-Browser haalt direct inloggegevens op als een tabblad wordt geactiveerd.", "description": "Auto-Retrive Credentials option help text." }, "optionsAutomaticReconnectHelpText": { - "message": "Maakt automatisch opnieuw verbinding met KeePassXC als het programma wordt gedetecteerd.", + "message": "Maakt automatisch opnieuw verbinding met KeePassXC wanneer deze wordt gedetecteerd.", "description": "Auto-reconnect option help text." }, "optionsAutoFillSingleEntryHelpText": { - "message": "Vul inloggegevens automatisch in als er slechts één veld wordt gedetecteerd.", + "message": "Laat KeePassXC-Browser automatisch inloggegevens invullen als er maar één invoerveld wordt gedetecteerd.", "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillSingleEntryWarning": { - "message": "Waarschuwing! Het gebruik van automatisch invullen is niet veilig. Gebruik op eigen risico. KeePassXC-Browser probeert automatisch inlogvelden te detecteren. Deze kunnen echter onjuist worden gedetecteerd waarna gevoelige inloggegevens worden ingevuld bij mogelijk onveilige invoervelden.", + "message": "Waarschuwing! Het gebruik van Automatisch invullen is niet veilig. Gebruik op eigen risico. KeePassXC-Browser probeert automatisch inlogvelden te detecteren. Ze kunnen echter onjuist worden gedetecteerd, waardoor mogelijk gevoelige gegevens worden ingevuld naar onveilige invoervelden.", "description": "Auto-Fill Single Entry warning text." }, "optionsAutocompleteUsernamesHelpText": { - "message": "Toon een uitklapmenu met beschikbare inloggegevens voor alle gebruikersnaamvelden op de pagina.", + "message": "Toon een vervolgkeuzelijst met beschikbare inloggegevens voor alle gebruikersnaamvelden op een pagina.", "description": "Autocomplete Usernames option help text." }, "optionsShowGroupNameInAutocompleteHelpText": { - "message": "Als inloggegevens in verschillende groepen worden aangetroffen, dan wordt de groepsnaam getoond.", + "message": "Wanneer inloggegevens worden geretourneerd vanuit verschillende groepen, wordt de groepsnaam weergegeven.", "description": "Show group name in autocomplete help text." }, "optionsShowNotificationsHelpText": { - "message": "Toont een melding bij foutmeldingen en als gebruikersacties vereist zijn.", + "message": "Meldingen weergeven voor fouten en wanneer gebruikersinteractie vereist is.", "description": "Show notifications option help text." }, "optionsUseMonochromeToolbarIconHelpText": { - "message": "Gebruik een monochroom pictogram met gekleurde emblemen dat zich aanpast aan lichte en donkere browserthema's.", + "message": "Gebruik een monochroom pictogram met gekleurde elementen dat zich aanpast aan het licht/donker browserthema.", "description": "Use monochrome toolbar icon option help text." }, "optionsSaveDomainOnlyHelpText": { - "message": "Bewaar bij nieuwe inloggegevens alleen de domeinnaam in plaats van de volledige url.", + "message": "Sla bij het opslaan van nieuwe inloggegevens alleen het domein op in plaats van de volledige URL.", "description": "Save domain only option help text." }, "optionsSaveDomainOnlyCustomLoginHelpText": { - "message": "Bewaar bij aangepaste inlogvelden alleen de domeinnaam in plaats van de volledige url.", + "message": "Sla bij het opslaan van nieuwe aangepaste inlogvelden alleen het domein op in plaats van de volledige URL.", "description": "Save domain only option help text." }, "optionsDownloadFaviconAfterSave": { - "message": "Favicon ophalen na opslaan", + "message": "Download favicon na opslaan", "description": "Download favicon after save checkbox label text." }, "optionsDownloadFaviconAfterSaveHelpText": { - "message": "De favicon van nieuwe inloggegevens wordt automatisch opgehaald.", + "message": "Favicon wordt automatisch gedownload voor de nieuwe inloggegevens.", "description": "Download favicon after save help text." }, "optionsAutoFillAndSendHelpText": { - "message": "Als inloggegevens worden aangetroffen voor een pagina en de inlogsoort is HTTP Basic Auth is, dan probeert KeePassXC-Browser in te loggen met de eerste de beste inloggegevens. Als er meerdere gegevens zijn aangetroffen, dan kan gekozen worden uit de juiste. Let op: zelfs als deze functie is ingeschakeld, kan HTTP Basic Auth handmatig worden gebruikt.", + "message": "Als er inloggegevens worden gevonden voor een pagina en het login-type een HTTP Basic Auth-verzoek is, probeert KeePassXC-Browser automatisch in te loggen met de eerst gegeven inloggegevens. Als er meerdere inloggegevens aanwezig zijn, kan de extensie-pop-up worden gebruikt om de juiste te kiezen. Zelfs als deze functie is ingeschakeld, is het nog steeds mogelijk om handmatig HTTP Basic Auth-login in te voeren.", "description": "Auto-Fill And Send option help text." }, "optionsAutoFillAndSendHelpTextSecond": { - "message": "Een HTTP Basic Auth-venster ziet er zo uit:", + "message": "Een HTTP Basic Auth-dialoogvenster ziet er als volgt uit:", "description": "HTTP Basic Auth image help text." }, "optionsClearCredentialsTimeout": { - "message": "Wis inloggegevens van inactieve tabbladen na (in seconden, 0-3600).", + "message": "Wis inloggegevens van inactieve tabbladen na (seconden, 0-3600).", "description": "Clear credentials label text." }, "optionsClearCredentialsTimeoutHelpText": { - "message": "Inloggegevens worden na de time-out van de achtergrondtabbladen gewist en de bevoegdheden van die pagina's worden opnieuw gevraagd.", + "message": "Inloggegevens worden na de time-out van de achtergrondtabbladen gewist en de rechten van die pagina's worden opnieuw gevraagd.", "description": "Clear credentials timeout help text." }, "optionsVersionInfoText": { - "message": "KeePassXC is vereist om de inloggegevens op te halen.", + "message": "KeePassXC-Browser heeft KeePassXC nodig om inloggegevens op te halen.", "description": "Settings page version info text." }, "optionsVersionDownload": { - "message": "Je kunt de nieuwste stabiele versie downloaden op $1", + "message": "Je kunt de nieuwste stabiele versie downloaden van $1", "description": "Settings page download link." }, "optionsVersionRunning": { - "message": "Je gebruikt KeePassXC, versie: $1", + "message": "Je gebruikt KeePassXC versie: $1", "description": "Settings page info text of user's KeePassXC version." }, "optionsLatestVersion": { - "message": "Nieuwste beschikbare KeePassXC-versie: $1", + "message": "Nieuwste beschikbare versie van KeePassXC: $1", "description": "Settings page info text about the latest KeePassXC version." }, "optionsKeePassXCVersionRequired": { @@ -916,15 +928,15 @@ "description": "Recommended setting text." }, "optionsShortcutsSuccess": { - "message": "De sneltoets omtrent het gebruik van $1 is gewijzigd.", + "message": "De sneltoets voor $1 is aangepast.", "description": "Message for successful keyboard shortcut change." }, "optionsShortcutsInfo": { - "message": "De sneltoets omtrent het gebruik van $1 is hersteld.", + "message": "De sneltoets voor $1 is hersteld.", "description": "Info message for changing keyboard shortcuts." }, "optionsShortcutsDanger": { - "message": "Foutmelding: de sneltoets omtrent het gebruik van $1 kan niet worden gewijzigd!", + "message": "Foutmelding: de sneltoets voor $1 is niet aangepast!", "description": "Error message for changing keyboard shortcuts." }, "optionsImportExportSettings": { @@ -932,7 +944,7 @@ "description": "Settings page header text for import/export." }, "optionsImportSettingsDialogTitle": { - "message": "WIl je de instellingen uit een extern bestand importeren?", + "message": "Instellingen uit een extern bestand importeren?", "description": "Import settings confirmation dialog title text." }, "optionsImportSettingsDialogText": { @@ -940,19 +952,19 @@ "description": "Import settings confirmation dialog help text." }, "optionsConnectedDatabasesText": { - "message": "De volgende KeePassXC-databases zijn gekoppeld aan KeePassXC-Browser.", + "message": "Databases verbonden met KeePassXC-Browser.", "description": "Info text about connected databases." }, "optionsConnectedDatabasesNotFound": { - "message": "Geen gekoppelde databases aangetroffen.", + "message": "Geen verbonden databases aangetroffen.", "description": "Shown in the connected databases table when there is no connected databases." }, "optionsDatabasesRemoveIdentifier": { - "message": "Wil je de identificatie verwijderen van de databaselijst?", + "message": "Identificatie wissen van de databaselijst?", "description": "Confirmation text when removing database from the list." }, "optionsDatabasesRemoveIdentifierConfirmFirst": { - "message": "Weet je zeker dat je de volgende identificatie wilt verwijderen van de databaselijst? $1", + "message": "Weet je zeker dat je de volgende identificatie van de databaselijst wilt verwijderen: $1", "description": "Confirmation text when removing database from the list." }, "optionsDatabasesRemoveIdentifierConfirmSecond": { @@ -992,7 +1004,7 @@ "description": "Site preferences list column title." }, "optionsColumnImprovedInputFieldDetection": { - "message": "Verbeterde invoervelddetectie", + "message": "Verbeterde detectie van invoervelden", "description": "Improved Input Field Detection column text." }, "optionsColumnDelete": { @@ -1004,11 +1016,11 @@ "description": "Site preferences option selection." }, "optionsSelectionNormal": { - "message": "Nieuwe/Gewijzigde inloggegevens uitschakelen", + "message": "Nieuwe/gewijzigde inloggegevens uitschakelen", "description": "Site preferences option selection." }, "optionsSelectionAutoSubmit": { - "message": "Automatisch versturen uitschakelen", + "message": "Automatisch indienen uitschakelen", "description": "Site preferences option selection." }, "optionsSelectionFull": { @@ -1016,7 +1028,7 @@ "description": "Site preferences option selection." }, "optionsSortByTitle": { - "message": "Naam", + "message": "Titel", "description": "Sort matching credentials by title option selection." }, "optionsSortByUsername": { @@ -1024,7 +1036,7 @@ "description": "Sort matching credentials by username option selection." }, "optionsSortByGroupAndTitle": { - "message": "Groep en naam", + "message": "Groep en titel", "description": "Sort matching credentials by group and title option selection." }, "optionsSortByGroupAndUsername": { @@ -1040,7 +1052,7 @@ "description": "Help text for Sort credentials after fill." }, "optionsFillSortPriorityTotp": { - "message": "Inloggegevens na TOTP-invullen sorteren op", + "message": "Inloggegevens na invulling van TOTP sorteren op", "description": "" }, "optionsFillSortPriorityTotpHelpText": { @@ -1052,15 +1064,15 @@ "description": "Default option for Sort after fill. Respects the Matching Credentials sorting setting." }, "optionsFillSortByRelevantEntry": { - "message": "Relevante inloggegevens", + "message": "Relevante inloggegevens eerst", "description": "Relevant credential first option for Sort after fill." }, "optionsCustomFieldsNotFound": { - "message": "Er zijn geen aangepaste inlogvelden aangetroffen.", + "message": "Geen aangepaste inlogvelden aangetroffen.", "description": "Shown when no saved custom credentials are saved." }, "optionsCustomFieldsTableCaption": { - "message": "Je kunt bewaarde aangepaste inlogvelden beheren met behulp van de tabel. ", + "message": "Je kunt opgeslagen aangepaste inlogvelden beheren met behulp van de tabel. ", "description": "Table caption of Custom login fields page." }, "optionsCustomFieldsTabHelpTextFirst": { @@ -1068,11 +1080,11 @@ "description": "Saved custom login fields info text, first part." }, "optionsCustomFieldsTabHelpTextSecond": { - "message": "Ga naar de pagina, klik op het KeePassXC-browserpictogram en klik op", + "message": "Ga naar de pagina, klik op het pictogram van KeePassXC-Browser en kies dan", "description": "Saved custom login fields info text, second part." }, "optionsCustomFieldsTabHelpTextThird": { - "message": "Op deze pagina kun je aangepaste inlogvelden beheren.", + "message": "Op deze pagina kun je opgeslagen aangepaste inlogvelden beheren.", "description": "Saved custom login fields info text, third part." }, "optionsCustomFieldsRemove": { @@ -1080,15 +1092,15 @@ "description": "Confirmation text when removing saved custom login fields." }, "optionsCustomFieldsConfirmation": { - "message": "Weet je zeker dat je de opgeslagen aangepaste inlogvelden wilt verwijderen op de volgende pagina: $1", + "message": "Weet je zeker dat je de opgeslagen aangepaste inlogvelden wilt verwijderen voor pagina: $1", "description": "Confirmation text when removing saved custom login fields." }, "optionsCustomFieldsConfirmationHelpText": { - "message": "KeePassXC-Browser detecteert automatisch de inlogvelden de volgende keer je deze pagina bezoekt.", + "message": "De volgende keer dat je deze pagina bezoekt, detecteert KeePassXC-Browser automatisch de inlogvelden.", "description": "Part of confirmation text when removing saved custom login fields." }, "optionsSitePreferencesNotFound": { - "message": "Er zijn geen websitevoorkeuren aangetroffen.", + "message": "Geen websitevoorkeuren aangetroffen.", "description": "Shown when no site preferences are saved." }, "optionsSitePreferencesRemove": { @@ -1096,39 +1108,39 @@ "description": "Confirmation text when removing ignored sites from the list." }, "optionsSitePreferencesTabHelpTextFirst": { - "message": "Websites op deze pagina hebben speciale behandelingsmethoden toegewezen gekregen.", + "message": "Websites op deze pagina hebben speciale verwerkingsmethoden.", "description": "Site preferences info text, first part." }, "optionsSitePreferencesTabHelpTextSecond": { - "message": "Als je nieuwe/aangepaste inloggegevens op een specifieke website wilt negeren, voeg deze dan hieronder toe of selecteer Niet meer vragen op deze website als de KeepassXC-Browser balk zichtbaar is.", + "message": "Om nieuwe/aangepaste inloggegevens op een specifieke website te negeren, voeg deze dan hieronder toe of selecteer Niet meer vragen bij deze website.", "description": "Site preferences info text, second part." }, "optionsSitePreferencesTabHelpTextThird": { - "message": "Als een website volledig genegeerd wordt (via Alle functies uitschakelen), dan zal deze extensie niks doen als je deze website bezoekt.", + "message": "Als een website volledig genegeerd wordt (via Alle functies uitschakelen), dan zal deze extensie niks doen bij een bezoek aan deze website.", "description": "Site preferences info text, third part." }, "optionsSitePreferencesTabHelpTextFourth": { - "message": "Alleen gebruikersnaamen detecteren laat KeePassXC-Browser inloggegevens invullen op websites met aparte pagina's voor gebruikersnaam en wachtwoord.", + "message": "Met detectie op alleen gebruikersnaam kan KeePassXC-Browser inloggegevens op websites invullen met afzonderlijke pagina's voor gebruikersnaam en wachtwoord.", "description": "Site preferences info text, fourth part." }, "optionsSitePreferencesImprovedInputFieldDetectionHelpText": { - "message": "Verbeterde invoervelddetectie maakt meer gedetailleerde dynamische detectie van invoervelden mogelijk. Dit kan echter van invloed zijn op de prestaties van de pagina. Gebruik met mate.", + "message": "Verbeterde detectie maakt meer gedetailleerde dynamische detectie van invoervelden mogelijk. Dit kan echter van invloed zijn op de prestaties van de pagina. Gebruik met mate.", "description": "Improved Input Field Detection help text." }, "optionsSitePreferencesManualAddText": { - "message": "Url handmatig toevoegen", + "message": "URL handmatig toevoegen", "description": "Label for adding site manually on Site preferences tab." }, "optionsSitePreferencesManualAddHelp": { - "message": "De url moet beginnen met https://, http://, file:// of ftp:// en dient ten minste 5 tekens lang te zijn.", + "message": "De URL moet beginnen met https://, http://, file:// of ftp:// en dient ten minste 5 tekens lang te zijn.", "description": "Help text for adding site manually on Site preferences tab." }, "optionsSitePreferencesConfirmation": { - "message": "Weet je zeker dat je de gekozen website wilt verwijderen van de lijst: $1", + "message": "Weet je zeker dat je deze website van de lijst wilt verwijderen: $1", "description": "Confirmation text when removing site from site preferences." }, "optionsSitePreferencesConfirmationHelpText": { - "message": "KeePassXC-Browser zal alle functies op deze website inschakelen en alleen-gebruikersnaamdetectie uitschakelen", + "message": "KeePassXC-Browser zal alle functies op deze website inschakelen en detectie op alleen gebruikersnaam uitschakelen", "description": "Part of confirmation text when removing site preferences." }, "optionsSitePreferencesTableCaption": { @@ -1136,35 +1148,35 @@ "description": "Table caption of Site Preferences page." }, "optionsSitePreferencesSelect": { - "message": "Optie om extensiefuncties op de pagina te negeren.", + "message": "Optie om extensiefuncties voor de pagina te negeren.", "description": "Title text of select element in Site Preferences." }, "optionsAboutChrome": { - "message": "Bekijk KeePassXC-Browser in de Chrome Web Store", + "message": "Bezoek KeePassXC-Browser in de Chrome Web Store", "description": "About page link to Chrome Web Store." }, "optionsAboutMozilla": { - "message": "Bekijk KeePassXC-Browser op de Mozilla-add-onspagina", + "message": "Bezoek KeePassXC-Browser in de Mozilla Add-ons directory.", "description": "About page link to AMO." }, "optionsAboutEdge": { - "message": "Bekijk KeePassXC-Browser op de Edge-add-onspagina", + "message": "Bezoek KeePassXC-Browser op de Edge Add-ons-pagina.", "description": "About page link to Edge Add-ons page." }, "optionsAboutGitHub": { - "message": "Bekijk KeePassXC-Browser op GitHub", + "message": "Bezoek KeePassXC-Browser op GitHub.", "description": "About page link to GitHub." }, "optionsAboutExtensionVersion": { - "message": "KeePassXC-Browser-versie: $1", + "message": "KeePassXC-Browser versie: $1", "description": "About page text of extension version." }, "optionsAboutKeePassXCVersion": { - "message": "KeePassXC-versie: $1", + "message": "KeePassXC versie: $1", "description": "About page text of KeePassXC version." }, "optionsAboutContributors": { - "message": "Bijdragers", + "message": "Bijdragen", "description": "About page text of contributors." }, "optionsAboutLicenses": { @@ -1172,11 +1184,11 @@ "description": "About page text of licenses." }, "optionsAboutReportBugs": { - "message": "Bugs en problemen melden", + "message": "Problemen melden", "description": "About page text of reporting bugs." }, "optionsAboutCreateNewIssue": { - "message": "Open een nieuwe ‘issue’ op GitHub", + "message": "Maak een nieuwe ‘issue’ aan op GitHub", "description": "Link text for creating a new issue." }, "optionsAboutDebugInfo": { @@ -1188,19 +1200,19 @@ "description": "Supporters label text." }, "optionsErrorInvalidValue": { - "message": "Ongeldige waarde - controleer de invoer.", + "message": "Ongeldige waarde. Controleer de invoer.", "description": "Error shown when input field has an incorrect value." }, "optionsErrorInvalidURL": { - "message": "Ongeldige url - controleer de invoer.", + "message": "Ongeldige URL. Controleer de invoer.", "description": "Error shown when input field has an incorrect URL." }, "optionsErrorValueExists": { - "message": "Dit item staat al op de lijst.", + "message": "De waarde bestaat al in de lijst.", "description": "Error shown when trying to add a duplicate value to the list." }, "optionsUserInterfaceTitle": { - "message": "Vormgeving", + "message": "Gebruikersomgeving", "description": "User interface title in settings page" }, "optionsFillingCredentialsTitle": { @@ -1232,7 +1244,7 @@ "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Ondersteuning voor webverificatie inschakelen.", + "message": "Ondersteuning voor Web Authentication inschakelen.", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { diff --git a/keepassxc-browser/_locales/nl_NL/messages.json b/keepassxc-browser/_locales/nl_NL/messages.json deleted file mode 100644 index 611ff70..0000000 --- a/keepassxc-browser/_locales/nl_NL/messages.json +++ /dev/null @@ -1,1262 +0,0 @@ -{ - "extensionDescription": { - "message": "KeePassXC-integratie voor moderne webbrowsers", - "description": "Name of the extension." - }, - "contextMenuFillUsernameAndPassword": { - "message": "Gebruikersnaam en wachtwoord invullen", - "description": "Context menu item for filling both username and password." - }, - "contextMenuFillPassword": { - "message": "Alleen wachtwoord invullen", - "description": "Context menu item for filling password." - }, - "contextMenuFillTOTP": { - "message": "TOTP invullen", - "description": "Context menu item for filling Time-based One Time Password." - }, - "contextMenuShowPasswordGeneratorIcons": { - "message": "Wachtwoordgenerator-pictogrammen tonen", - "description": "Show password generator icon on every password input field." - }, - "contextMenuSaveCredentials": { - "message": "Inloggegevens opslaan", - "description": "Save credentials using the credential banner." - }, - "contextMenuShowPasswordGenerator": { - "message": "Wachtwoordgenerator openen", - "description": "Show password generator text." - }, - "contextMenuFillAttribute": { - "message": "Kenmerk invullen…", - "description": "Context menu parent item for filling a custom attribute." - }, - "contextMenuRequestGlobalAutoType": { - "message": "Globaal automatisch typen gevraagd", - "description": "Global Auto-Type shortcut text." - }, - "multipleCredentialsDetected": { - "message": "Er zijn meerdere inloggegevens bij deze http-authenticatie gedetecteerd. Klik op het extensiepictogram om de juiste te kiezen.", - "description": "Notification when HTTP Authentication has multiple credentials detected." - }, - "errorMessageUnknown": { - "message": "Onbekende fout.", - "description": "Unknown error." - }, - "errorMessageDatabaseNotOpened": { - "message": "De database kan niet worden geopend.", - "description": "Database not opened." - }, - "errorMessageDatabaseHash": { - "message": "Er is geen database-hash ontvangen.", - "description": "Database hash not received." - }, - "errorMessageClientPublicKey": { - "message": "Er is geen openbare clientsleutel ontvangen.", - "description": "Client public key not received." - }, - "errorMessageDecrypt": { - "message": "Het bericht kan niet worden ontcijferd.", - "description": "Cannot decrypt message." - }, - "errorMessageTimeout": { - "message": "Er kan geen verbinding met KeePassXC worden gemaakt. Controleer of browserintegratie is ingeschakeld in de KeePassXC-instellingen.", - "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." - }, - "errorMessageCanceled": { - "message": "De actie is afgebroken of geweigerd.", - "description": "Action canceled or denied." - }, - "errorMessageEncrypt": { - "message": "De berichtversleuteling is mislukt. Is KeePassXC actief?", - "description": "Message encryption failed. Is KeePassXC running?" - }, - "errorMessageAssociate": { - "message": "De KeePassXC-toewijzing is mislukt. Probeer het opnieuw.", - "description": "KeePassXC association failed, try again." - }, - "errorMessageKeyExchange": { - "message": "De sleuteluitwisseling is mislukt.", - "description": "Key exchange was not successful." - }, - "errorMessageEncryptionKey": { - "message": "De beveiligingssleutel wordt niet herkend.", - "description": "Encryption key is not recognized." - }, - "errorMessageSavedDatabases": { - "message": "Er zijn geen opgeslagen databases aangetroffen.", - "description": "No saved databases found." - }, - "errorMessageIncorrectAction": { - "message": "Onjuiste actie.", - "description": "Incorrect action." - }, - "errorMessageEmptyMessage": { - "message": "Er is een leeg bericht ontvangen.", - "description": "Empty message received." - }, - "errorMessageNoURL": { - "message": "Er is geen url opgegeven.", - "description": "No URL provided." - }, - "errorMessageNoLogins": { - "message": "Er zijn geen inloggegevens aangetroffen.", - "description": "No logins found." - }, - "errorMessagePaswordLengthExceeded": { - "message": "Het ingevoerde wachtwoord is langer dan de toegestane lengte.", - "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." - }, - "errorMessageNoGroupsFound": { - "message": "Geen groepen gevonden.", - "description": "No groups found." - }, - "errorMessageCannotCreateNewGroup": { - "message": "De nieuwe groep kan niet worden aangemaakt.", - "description": "Cannot create new group." - }, - "errorMessageNoValidUuidProvided": { - "message": "Geen geldige UUID opgegeven.", - "description": "No valid UUID provided." - }, - "errorMessagePasskeysAttestationNotSupported": { - "message": "Getuigschrift niet ondersteund.", - "description": "Attestation not supported." - }, - "errorMessagePasskeysCredentialIsExcluded": { - "message": "Referentie is uitgesloten.", - "description": "Credential is excluded." - }, - "errorMessagePasskeysRequestCanceled": { - "message": "Passkey-verzoek geannuleerd.", - "description": "Passkeys request canceled." - }, - "errorMessagePasskeysInvalidUserVerification": { - "message": "Ongeldige gebruikersverificatie.", - "description": "Invalid user verification." - }, - "errorMessagePasskeysEmptyPublicKey": { - "message": "Lege openbare sleutel.", - "description": "Empty public key." - }, - "errorNotConnected": { - "message": "Niet verbonden met KeePassXC", - "description": "Error notification shown when not connected to KeePassXC" - }, - "passwordGeneratorIcon": { - "message": "Wachtwoordgenerator-pictogram", - "description": "Alt attribute text of the password generator icon." - }, - "passwordGeneratorPlaceholder": { - "message": "Gegenereerd wachtwoord", - "description": "Input field placeholder for generated password." - }, - "passwordGeneratorLabel": { - "message": "Volgend wachtwoordveld ook invullen", - "description": "Checkbox text below the password generator input field." - }, - "passwordGeneratorTitle": { - "message": "Wachtwoordgenerator", - "description": "Password generator dialog title." - }, - "passwordGeneratorGenerate": { - "message": "Genereren", - "description": "Generate button text in password generator." - }, - "passwordGeneratorTryAgain": { - "message": "Opnieuw proberen", - "description": "Generate button text in password generator when not connected." - }, - "passwordGeneratorCopy": { - "message": "Kopiëren", - "description": "Copy button text in password generator." - }, - "passwordGeneratorFill": { - "message": "Wachtwoord invullen", - "description": "Fill a password in password generator." - }, - "passwordGeneratorErrorTooLong": { - "message": "Foutmelding:\nHet gegenereerde wachtwoord is langer dan de toegestane lengte!", - "description": "A warning text shown in the password generator." - }, - "passwordGeneratorErrorTooLongCut": { - "message": "Het wachtwoord is daarom ingekort.", - "description": "A warning text shown in the password generator." - }, - "passwordGeneratorErrorTooLongRemember": { - "message": "Onthoud het nieuwe wachtwoord!", - "description": "A warning text shown in the password generator." - }, - "passwordGeneratorGenerateText": { - "message": "Wachtwoord genereren", - "description": "Password icon title text." - }, - "passwordGeneratorError": { - "message": "Het gegenereerde wachtwoord kan niet worden ontvangen.", - "description": "Password generator error text when KeePassXC is closed." - }, - "passwordGeneratorErrorIsRunning": { - "message": "Is KeePassXC actief?", - "description": "Password generator error text when KeePassXC is closed." - }, - "usernameFieldText": { - "message": "Inloggegevens invullen met behulp van KeePassXC", - "description": "Username field icon hover text." - }, - "usernameLockedFieldText": { - "message": "De database is vergrendeld", - "description": "Username field icon hover text when database is locked." - }, - "usernameDisconnectedFieldText": { - "message": "KeePassXC is niet verbonden", - "description": "Username field icon hover text when KeePassXC is disconnected." - }, - "usernameFieldIcon": { - "message": "Gebruikersnaampictogram", - "description": "Username field icon text." - }, - "totp": { - "message": "TOTP", - "description": "TOTP text." - }, - "totpFieldText": { - "message": "TOTP invullen met behulp van KeePassXC", - "description": "OTP field icon hover text." - }, - "totpFieldIcon": { - "message": "TOTP-pictogram", - "description": "OTP field icon text." - }, - "defineClose": { - "message": "Sluiten", - "description": "Close button text when choosing custom login fields." - }, - "defineSkip": { - "message": "Overslaan", - "description": "Skip button text when choosing custom login fields." - }, - "defineMore": { - "message": "Meer", - "description": "More button text when choosing custom login fields." - }, - "defineReset": { - "message": "Herstellen", - "description": "Reset button text when choosing custom login fields." - }, - "defineConfirm": { - "message": "Bevestigen", - "description": "Confirm button text when choosing custom login fields." - }, - "defineAlreadySelected": { - "message": "De inlogvelden op deze pagina zijn al geselecteerd en worden overschreven.", - "description": "A text shown when custom credentials fields are already set for the page." - }, - "defineClearData": { - "message": "Opgeslagen gegevens wissen", - "description": "Clear save data button text when choosing custom login fields." - }, - "defineStringField": { - "message": "Tekenreeksveld", - "description": "Text for string field." - }, - "defineChooseUsername": { - "message": "Kies een gebruikersnaamveld", - "description": "Choosing a username field text when choosing custom login fields." - }, - "defineChoosePassword": { - "message": "Kies een wachtwoordveld", - "description": "Choosing a password field text when choosing custom login fields." - }, - "defineChooseTOTP": { - "message": "Kies een TOTP-veld", - "description": "Choosing a TOTP field text when choosing custom login fields." - }, - "defineChooseStringFields": { - "message": "Tekenreeksvelden kiezen", - "description": "Choose String Fields a selection text when choosing custom login fields." - }, - "defineHelpText": { - "message": "Bevestig je selectie of stel meerdere velden in als tekenreeksvelden.", - "description": "Confirm a selection text when choosing custom login fields which contains string fields." - }, - "defineKeyboardText": { - "message": "Je kunt tevens gebruikmaken van de numerieke toetsen op je toetsenbord.", - "description": "Help text when choosing custom login fields." - }, - "defineChooseCustomLoginFieldText": { - "message": "Kies een aangepast inlogveld", - "description": "Help text for Custom Login Field banner." - }, - "username": { - "message": "Gebruikersnaam", - "description": "General text for username." - }, - "password": { - "message": "Wachtwoord", - "description": "General text for password." - }, - "stringFields": { - "message": "Tekenreeksvelden", - "description": "General text for a String Fields." - }, - "credentialsNoUsername": { - "message": "- geen gebruikersnaam -", - "description": "Shown when no username is set in the credentials." - }, - "credentialsNoLoginsFound": { - "message": "Geen inloggegevens aangetroffen.", - "description": "Shown when no credentials are found for the current page." - }, - "credentialsMultipleFound": { - "message": "Er zijn meerdere inloggegevens aangetroffen in KeePassXC!", - "description": "Alert message when trying to fill username and/or password when multiple credentials are found." - }, - "credentialsMultipleFoundSecondLine": { - "message": "Klik op het KeePassXC-browserpictogram voor meer opties.", - "description": "Alert message when trying to fill username and/or password when multiple credentials are found." - }, - "credentialsNoUsernameFound": { - "message": "Er zijn geen inloggegevens aangetroffen bij de opgegeven gebruikersnaam.", - "description": "Alert message when no credentials are found for the given username." - }, - "credentialsNoTOTPFound": { - "message": "Geen TOTP aangetroffen.", - "description": "Alert message when no TOTP is found." - }, - "credentialExpired": { - "message": "Verlopen", - "description": "If a credential is expired, this is appended to the title label." - }, - "fieldsFill": { - "message": "Foutmelding: geen in te vullen velden aangetroffen.", - "description": "Alert message when no fields are found to fill in." - }, - "fieldsNoPasswordField": { - "message": "Foutmelding: geen wachtwoordveld aangetroffen.", - "description": "Message shown when no password fields are found." - }, - "rememberNothingChanged": { - "message": "Foutmelding: de gewijzigde inloggegevens kunnen niet worden vastgesteld.", - "description": "Message shown when trying to save credentials that haven't changed." - }, - "popupTitle": { - "message": "KeePassXC - Pop-up", - "description": "Popup window title." - }, - "popupSettingsText": { - "message": "Instellingen", - "description": "Popup Settings button text." - }, - "popupChooseCredentialsText": { - "message": "Kies aangepaste inlogvelden voor deze pagina", - "description": "Popup credential choosing button text." - }, - "popupConnectButton": { - "message": "Koppelen", - "description": "Popup Connect button text." - }, - "popupReconnectButton": { - "message": "Opnieuw koppelen", - "description": "Popup Reconnect button text." - }, - "popupRedetectButton": { - "message": "Inlogvelden opnieuw vaststellen", - "description": "Popup Redetect login fields button text." - }, - "popupReloadButton": { - "message": "Herladen", - "description": "Popup Reload button text." - }, - "popupReopenButton": { - "message": "Database opnieuw openen", - "description": "Popup reopen database button text." - }, - "popupUsernameButton": { - "message": "Optie ‘alleen-gebruikersnaam’ toevoegen voor deze website", - "description": "Button text for adding Username-only option." - }, - "popupErrorEncountered": { - "message": "Er is een fout opgetreden in KeePassXC-Browser:", - "description": "A text shown above error message in the popup." - }, - "popupUpdateAvailable": { - "message": "Je maakt gebruik van een oude versie van KeePassXC.", - "description": "Popup warning message about old version of KeePassXC." - }, - "popupDownloadNewVersion": { - "message": "Download de nieuwste versie op keepassxc.org", - "description": "Popup warning message link when KeePassXC version is not up-to-date." - }, - "popupGettingStartedText": { - "message": "Gebruik je deze extensie voor het eerst? Lees dan onze snelstartgids (in het Engels).", - "description": "Popup information message about Getting Started Guide." - }, - "popupGettingStartedLinkText": { - "message": "Snelstartgids - Browserintegratie instellen", - "description": "Popup Getting Started Guide link text." - }, - "popupAlertHide": { - "message": "Niet meer tonen", - "description": "Hide alert close button title." - }, - "popupTroubleshootingText": { - "message": "Lukt het niet om KeePassXC te koppelen? Wellicht biedt onze wiki raad.", - "description": "Popup information message about Troubleshooting Guide." - }, - "popupTroubleshootingLinkText": { - "message": "Probleemoplossing", - "description": "Popup Troubleshooting Guide link text." - }, - "popupCheckingStatus": { - "message": "Bezig met controleren van status…", - "description": "Checking status message in popup." - }, - "popupNotConfigured": { - "message": "KeePassXC-Browser is nog niet ingesteld. Klik op ‘Koppelen’ om te KeePassXC te koppelen.", - "description": "A popup message shown when the extension has not been connected to KeePassXC." - }, - "popupNeedReconfigure": { - "message": "KeePassXC-Browser is niet meer gekoppeld aan KeePassXC.", - "description": "A popup message shown when the extension has been disconnected from KeePassXC." - }, - "popupNeedReconfigureMessage": { - "message": "Druk op de ‘Opnieuw koppelen’ om een nieuwe koppeling te maken.", - "description": "A popup message shown when reconnect is needed." - }, - "popupConfiguredNotAssociated": { - "message": "KeePassXC-Browser is nog niet gekoppeld aan KeePassXC, maar is wél ingesteld met de identificatie: $1", - "description": "A popup message shown when KeePassXC is not connected but configured." - }, - "popupConfiguredAndAssociated": { - "message": "KeePassXC-Browser is gekoppeld aan KeePassXC en is ingesteld met de volgende identificatie: $1", - "description": "A popup message when a connection to KeePassXC is successful." - }, - "popupUsernameFieldDetected": { - "message": "Er is slechts één gebruikersnaamveld aangetroffen. Wil je deze url toevoegen aan de websitevoorkeuren met de optie ‘Alleen-gebruikersnaam’ ingeschakeld?", - "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." - }, - "rememberInfoText": { - "message": "Gebruikersnaam of wachtwoord gewijzigd! Wil je de wijziging opslaan?", - "description": "Message when username or password has changed." - }, - "rememberSaving": { - "message": "De inloggegevens worden opgeslagen in de gekoppelde database met de identificatie $1", - "description": "A message when saving or updating credentials." - }, - "rememberNewUsername": { - "message": "De volgende gebruikersnaam is momenteel niet opgeslagen: $1", - "description": "A message shown when a new username is detected when saving credentials." - }, - "rememberUsernameExists": { - "message": "De inloggegevens met de gebruikte gebruikersnaam zijn vetgedrukt: $1", - "description": "A message shown when an existing username is detected when saving credentials." - }, - "rememberChooseCredentials": { - "message": "Kies de bij te werken inloggegevens.", - "description": "A message shown choosing what credentials user wants to update." - }, - "rememberChooseGroup": { - "message": "Kies de groep waaraan je de nieuwe inloggegevens wil toevoegen.", - "description": "A message shown choosing what group user wants to use for new credentials." - }, - "rememberInfoDefaultGroupNotFound": { - "message": "De standaardgroep is aangemaakt in de gekoppelde database.", - "description": "Info message shown when default group set cannot be found." - }, - "rememberErrorCreatingNewGroup": { - "message": "De nieuwe groepen kunnen niet worden aangemaakt.", - "description": "Error message shown when new groups cannot be created." - }, - "rememberErrorPasswordNotChanged": { - "message": "De inloggegevens worden niet bijgewerkt; het wachtwoord is niet gewijzigd.", - "description": "Error message shown when credential password is not changed." - }, - "rememberErrorCannotSaveCredentials": { - "message": "De inloggegevens kunnen niet worden opgeslagen of bijgewerkt.", - "description": "Error message shown when credentials cannot be saved or updated." - }, - "rememberErrorDatabaseClosed": { - "message": "De inloggegevens kunnen niet worden opgeslagen of bijgewerkt in een gesloten database.", - "description": "Error message shown when credentials cannot be saved or updated and the database is closed." - }, - "rememberCredentialsNotSaved": { - "message": "De actie is afgebroken; de inloggegevens zijn niet bijgewerkt.", - "description": "Message shown when saving operation was cancelled." - }, - "rememberCredentialsSaved": { - "message": "De nieuwe inloggegevens met de gebruikersnaam ‘$1’ zijn opgeslagen.", - "description": "Message shown when new credentials are saved." - }, - "rememberCredentialsUpdated": { - "message": "De inloggegevens met de gebruikersnaam ‘$1’ zijn bijgewerkt.", - "description": "Message shown when new credentials are successfully updated." - }, - "rememberCredentialsExists": { - "message": "Deze inloggegevens zijn al opgeslagen. Er valt dus niets bij te werken.", - "description": "Message shown when new credentials already found in database." - }, - "rememberEmptyUsername": { - "message": "(blanco)", - "description": "Means an empty username." - }, - "rememberNoPassword": { - "message": "Voer het wachtwoordveld in alvorens op te slaan.", - "description": "Message shown when no password is set when saving credentials." - }, - "popupLoginText": { - "message": "Kies de inloggegevens die je wil invullen op de pagina.", - "description": "A popup message shown when one or multiple credentials are present." - }, - "popupFilterText": { - "message": "Filter:", - "description": "Text for login credentials quick filter." - }, - "popupAuthText": { - "message": "Kies de inloggegevens waarmee je wil inloggen.", - "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." - }, - "popupMultiplePasswordFields": { - "message": "Er is meer dan één wachtwoordveld aangetroffen op deze pagina. Klik met de rechtermuisknop op een van de velden en kies een van de:", - "description": "A popup message shown when web page has multiple password fields." - }, - "popupURL": { - "message": "Url:", - "description": "URL. Might not need any translation." - }, - "popupUsername": { - "message": "Gebruikersnaam:", - "description": "A username field name shown on credential update." - }, - "popupButtonNew": { - "message": "Nieuw", - "description": "New button text in popup when updating credentials." - }, - "popupButtonUpdate": { - "message": "Bijwerken", - "description": "Update button text in popup when updating credentials." - }, - "popupButtonDismiss": { - "message": "Negeren", - "description": "Dismiss button text in popup when updating credentials." - }, - "popupButtonIgnore": { - "message": "Nooit vragen op deze pagina", - "description": "Ignore button text in popup or in notification when updating credentials." - }, - "popupButtonClose": { - "message": "Sluiten", - "description": "Close button text in popup or in notification." - }, - "popupButtonDismissHttpAuth": { - "message": "Sluiten en standaard inlogvenster tonen", - "description": "Dismiss button text when in HTTP Authentication popup." - }, - "optionsTitle": { - "message": "Instellingen | KeePassXC-Browser", - "description": "Options page title." - }, - "optionsGeneralSettingsTab": { - "message": "Algemene instellingen", - "description": "General Settings tab text." - }, - "optionsConnectedDatabasesTab": { - "message": "Gekoppelde databases", - "description": "Connected Databases tab text." - }, - "optionsCustomFieldsTab": { - "message": "Aangepaste inlogvelden", - "description": "Saved custom login fields tab text." - }, - "optionsSitePreferencesTab": { - "message": "Websitevoorkeuren", - "description": "Site preferences fields tab text." - }, - "optionsAboutTab": { - "message": "Over", - "description": "About tab text." - }, - "optionsMenuGeneral": { - "message": "Algemeen", - "description": "General settings page header." - }, - "optionsMenuConnectedDatabases": { - "message": "Gekoppelde databases", - "description": "Connected Databases page header." - }, - "optionsMenuCustomFields": { - "message": "Aangepaste inlogvelden", - "description": "Custom login fields page header." - }, - "optionsMenuSitePreferences": { - "message": "Websitevoorkeuren", - "description": "Site preferences page header." - }, - "optionsMenuAbout": { - "message": "Over", - "description": "About page header." - }, - "optionsConfigureShortcuts": { - "message": "Sneltoetsen instellen", - "description": "Keyboard shortcut button and title text." - }, - "optionsButtonSave": { - "message": "Opslaan", - "description": "Save button text." - }, - "optionsButtonConnect": { - "message": "Koppelen", - "description": "Connect button text." - }, - "optionsButtonRemove": { - "message": "Verwijderen", - "description": "Remove button text." - }, - "optionsButtonAdd": { - "message": "Toevoegen", - "description": "Add button text." - }, - "optionsButtonUpdate": { - "message": "Controleren op updates", - "description": "Check for updates button text." - }, - "optionsButtonRemoveNow": { - "message": "Ja, nu verwijderen", - "description": "Confirm button text when removing database key or custom login fields." - }, - "optionsButtonCancel": { - "message": "Annuleren", - "description": "Cancel button text when removing database key or custom login fields." - }, - "optionsButtonReset": { - "message": "Standaardwaarden", - "description": "Reset button text for keyboard shortcuts." - }, - "optionsButtonImport": { - "message": "Instellingen importeren", - "description": "Import settings button text." - }, - "optionsButtonExport": { - "message": "Instellingen exporteren", - "description": "Export settings button text." - }, - "optionsLabelDefaultGroup": { - "message": "Standaardgroep voor het opslaan van nieuwe wachtwoorden:", - "description": "Default group options text." - }, - "optionsDefaultGroupHelpText": { - "message": "Scheid groepsnamen met schuine strepen. Voorbeeld: groep/onderliggende groep.", - "description": "Default group help text." - }, - "optionsLabelDefaultGroupCheckboxText": { - "message": "Altijd vragen waar nieuwe inloggegevens moeten worden opgeslagen", - "description": "Default group checkbox help text." - }, - "optionsLabelDefaultGroupCheckboxHelpText": { - "message": "Schakel in om een pop-up met beschikbare groepen te tonen.", - "description": "Default checkbox explanation help text." - }, - "optionsCheckboxUsePasswordGenerator": { - "message": "Pictogrammen tonen in wachtwoordgenerator", - "description": "Activate password generator icons checkbox text." - }, - "optionsCheckboxUsernameIcons": { - "message": "Pictogrammen tonen in gebruikersnaamvelden", - "description": "Activate username field icons textbox text." - }, - "optionsUseObserver": { - "message": "Invoervelden dynamisch detecteren", - "description": "Use dynamic input field detection checkbox text." - }, - "optionsUseObserverHelpText": { - "message": "Handig op webpagina's met pop-ups of dynamische dialoogvensters. Schakel deze functie uit om de processor van oudere pc's minder te belasten. Let op: indien uitgeschakeld, kunnen de inloggegevens alléén worden ingevoegd met sneltoetsen, het rechtermuisknopmenu of de extensiepop-up.", - "description": "Use dynamic input field detection help text." - }, - "optionsCheckboxOTPIcons": { - "message": "2FA-/OTP-pictogrammen tonen", - "description": "Activate OTP field icons textbox text." - }, - "optionsCheckboxAutoRetrieveCredentials": { - "message": "Inloggegevens automatisch ophalen", - "description": "Automatically retrieve credentials checkbox text." - }, - "optionsCheckboxAutomaticReconnect": { - "message": "Automatisch opnieuw verbinden met KeePassXC", - "description": "Auto-reconnect checkbox text." - }, - "optionsAutomaticReconnectWarning": { - "message": "Waarschuwing: deze functie is experimenteel! Gebruik hiervan is op eigen risico.", - "description": "Auto-reconnect warning message." - }, - "optionsCheckboxAutoFillSingleEntry": { - "message": "Automatisch invullen gebruiken op pagina's met één inlogveld", - "description": "Automatically fill-in single credential entry checkbox text." - }, - "optionsCheckboxAutoCompleteUsernames": { - "message": "Gebruikersnaamvelden automatisch invullen", - "description": "Activate autocomplete for username fields checkbox text." - }, - "optionsCheckboxShowGroupNameInAutocomplete": { - "message": "Groepsnaam tonen op de aanvullijst als inloggegevens in verschillende groepen staan", - "description": "Show group name in autocomplete checkbox text." - }, - "optionsCheckboxAutoSubmit": { - "message": "Inlogformulieren automatisch indienen", - "description": "Auto-submit checkbox text." - }, - "optionsAutoSubmitHelpText": { - "message": "Hiermee worden de gekozen inloggegevens automatisch ingediend. Dit is uitgeschakeld bij automatisch invullen op pagina's met één inlogveld.", - "description": "Auto-submit help text." - }, - "optionsCheckboxShowNotifications": { - "message": "Meldingen tonen", - "description": "Show notifications checkbox text." - }, - "optionsCheckboxUseMonochromeToolbarIcon": { - "message": "Monochroom werkbalkpictogram gebruiken", - "description": "Use monochrome toolbar icon checkbox text." - }, - "optionsSaveDomainOnly": { - "message": "Alleen domeinnaam opslaan", - "description": "Save domain only checkbox text." - }, - "optionsCheckboxShowLoginNotifications": { - "message": "KeepassXC-Browser balk tonen als er nieuwe inloggegevens kunnen worden opgeslagen in de database", - "description": "Show login notifications checkbox text." - }, - "optionsRedirectAllowance": { - "message": "Aantal toegestane omleidingen: $1", - "description": "Redirect allowance range input text." - }, - "optionsRedirectAllowanceHelpText": { - "message": "Het aantal omleidingen dat is toegestaan voordat de banner verdwijnt. Standaardwaarde is 3. Maximum is oneindig.", - "description": "Redirect allowance help text." - }, - "optionsCheckboxAutoFillAndSend": { - "message": "Sta het invullen van HTTP Basic Auth-inloggegevens toe.", - "description": "Allow filling HTTP Basic Auth credentials checkbox text." - }, - "optionsDebugLogging": { - "message": "Logboek aanleggen voor foutopsporing", - "description": "Debug logging checkbox text." - }, - "optionsDebugLoggingHelpText": { - "message": "Leg een logboek aan voor foutopsporing. Aanvullende opdrachtregelberichten zijn zichtbaar in zowel achtergrond- als inhoudsscripts.", - "description": "Debug logging help text." - }, - "optionsRadioText": { - "message": "Controleren op updates:", - "description": "Text above radio buttons in the settings page." - }, - "optionsRadioThreeDays": { - "message": "elke 3 dagen", - "description": "Radio button text." - }, - "optionsRadioWeek": { - "message": "elke week", - "description": "Radio button text." - }, - "optionsRadioMonth": { - "message": "elke maand", - "description": "Radio button text." - }, - "optionsRadioNever": { - "message": "nooit", - "description": "Radio button text." - }, - "optionsThemeSelectionHeader": { - "message": "Thema", - "description": "Theme selection header text." - }, - "optionsCredentialSortSelectionHeader": { - "message": "Overeenkomstige inloggegevens sorteren op", - "description": "Credential sort option header text." - }, - "optionsThemeSelection": { - "message": "Kies een thema", - "description": "Theme selection title text." - }, - "optionsThemeSystem": { - "message": "Systeemthema", - "description": "System theme text." - }, - "optionsThemeDark": { - "message": "Donker", - "description": "Dark theme text." - }, - "optionsThemeLight": { - "message": "Licht", - "description": "Light theme text." - }, - "optionsKeyboardShortcutsHeader": { - "message": "Sneltoetsen", - "description": "Keyboard shortcut header text." - }, - "optionsUsePasswordGeneratorHelpText": { - "message": "Toont een knop in wachtwoordvelden om een nieuw wachtwoord te genereren.", - "description": "Password Generator option help text." - }, - "optionsUsePasswordGeneratorHelpTextSecond": { - "message": "Wachtwoorden worden gegenereerd door KeePassXC op basis van uw wachtwoordgeneratieprofiel.", - "description": "Password Generator option help text, second part." - }, - "optionsPredefinedSiteList": { - "message": "Vooringestelde websites", - "description": "Predefined site list details button text." - }, - "optionsUsePredefinedSites": { - "message": "Voorgedefinieerde websites gebruiken omwille van compatibiliteit", - "description": "Use predefined sites checkbox text." - }, - "optionsUsePredefinedSitesHelpText": { - "message": "Voegt bekende websites met ‘Alleen-gebruikersnaam’-inlogformulieren toe aan de websitevoorkeuren.", - "description": "Use predefined sites option help text." - }, - "optionsShowLoginFormIconHelpText": { - "message": "Toont een pictogram in het gebruikersnaaminvoerveld zodat de inloggegevens met een enkele muisklik kunnen worden ingevuld.", - "description": "Username field icon option help text." - }, - "optionsShowOTPIconHelpText": { - "message": "Toont een pictogram in invoervelden die worden herkend als OTP/2FA.", - "description": "OTP field icon option help text." - }, - "optionsAutoRetrieveCredentialsHelpText": { - "message": "KeePassXC-Browser haalt inloggegevens automatisch op als een tabblad wordt geactiveerd.", - "description": "Auto-Retrive Credentials option help text." - }, - "optionsAutomaticReconnectHelpText": { - "message": "Maakt automatisch opnieuw verbinding met KeePassXC als het programma wordt gedetecteerd.", - "description": "Auto-reconnect option help text." - }, - "optionsAutoFillSingleEntryHelpText": { - "message": "Vul inloggegevens automatisch in als er slechts één veld wordt gedetecteerd.", - "description": "Auto-Fill Single Entry option help text." - }, - "optionsAutoFillSingleEntryWarning": { - "message": "Waarschuwing! Het gebruik van automatisch invullen is niet veilig. Gebruik op eigen risico. KeePassXC-Browser probeert automatisch inlogvelden te detecteren. Deze kunnen echter onjuist worden gedetecteerd waarna gevoelige inloggegevens worden ingevuld bij mogelijk onveilige invoervelden.", - "description": "Auto-Fill Single Entry warning text." - }, - "optionsAutocompleteUsernamesHelpText": { - "message": "Toon een uitklapmenu met beschikbare inloggegevens voor alle gebruikersnaamvelden op de pagina.", - "description": "Autocomplete Usernames option help text." - }, - "optionsShowGroupNameInAutocompleteHelpText": { - "message": "Als inloggegevens in verschillende groepen worden aangetroffen, dan wordt de groepsnaam getoond.", - "description": "Show group name in autocomplete help text." - }, - "optionsShowNotificationsHelpText": { - "message": "Toont een melding bij foutmeldingen en als gebruikersacties vereist zijn.", - "description": "Show notifications option help text." - }, - "optionsUseMonochromeToolbarIconHelpText": { - "message": "Gebruik een monochroom pictogram met gekleurde emblemen dat zich aanpast aan lichte en donkere browserthema's.", - "description": "Use monochrome toolbar icon option help text." - }, - "optionsSaveDomainOnlyHelpText": { - "message": "Bewaar bij nieuwe inloggegevens alleen de domeinnaam in plaats van de volledige url.", - "description": "Save domain only option help text." - }, - "optionsSaveDomainOnlyCustomLoginHelpText": { - "message": "Bewaar bij aangepaste inlogvelden alleen de domeinnaam in plaats van de volledige url.", - "description": "Save domain only option help text." - }, - "optionsDownloadFaviconAfterSave": { - "message": "Favicon ophalen na opslaan", - "description": "Download favicon after save checkbox label text." - }, - "optionsDownloadFaviconAfterSaveHelpText": { - "message": "De favicon van nieuwe inloggegevens wordt automatisch opgehaald.", - "description": "Download favicon after save help text." - }, - "optionsAutoFillAndSendHelpText": { - "message": "Als inloggegevens worden aangetroffen voor een pagina en de inlogsoort is HTTP Basic Auth is, dan probeert KeePassXC-Browser in te loggen met de eerste de beste inloggegevens. Als er meerdere gegevens zijn aangetroffen, dan kan gekozen worden uit de juiste. Let op: zelfs als deze functie is ingeschakeld, kan HTTP Basic Auth handmatig worden gebruikt.", - "description": "Auto-Fill And Send option help text." - }, - "optionsAutoFillAndSendHelpTextSecond": { - "message": "Een HTTP Basic Auth-venster ziet er zo uit:", - "description": "HTTP Basic Auth image help text." - }, - "optionsClearCredentialsTimeout": { - "message": "Wis inloggegevens van inactieve tabbladen na (in seconden, 0-3600).", - "description": "Clear credentials label text." - }, - "optionsClearCredentialsTimeoutHelpText": { - "message": "Inloggegevens worden na de time-out van de achtergrondtabbladen gewist en de bevoegdheden van die pagina's worden opnieuw gevraagd.", - "description": "Clear credentials timeout help text." - }, - "optionsVersionInfoText": { - "message": "KeePassXC is vereist om de inloggegevens op te halen.", - "description": "Settings page version info text." - }, - "optionsVersionDownload": { - "message": "Je kunt de nieuwste stabiele versie downloaden op $1", - "description": "Settings page download link." - }, - "optionsVersionRunning": { - "message": "Je gebruikt KeePassXC, versie: $1", - "description": "Settings page info text of user's KeePassXC version." - }, - "optionsLatestVersion": { - "message": "Nieuwste beschikbare KeePassXC-versie: $1", - "description": "Settings page info text about the latest KeePassXC version." - }, - "optionsKeePassXCVersionRequired": { - "message": "Vereiste KeePassXC-versie: $1", - "description": "KeePassXC version requirement text." - }, - "optionsDefault": { - "message": "Standaard: $1", - "description": "Default setting text." - }, - "optionsInfinite": { - "message": "Oneindig: $1", - "description": "Infinite setting text." - }, - "optionsRecommended": { - "message": "Aanbevolen: $1", - "description": "Recommended setting text." - }, - "optionsShortcutsSuccess": { - "message": "De sneltoets omtrent het gebruik van $1 is gewijzigd.", - "description": "Message for successful keyboard shortcut change." - }, - "optionsShortcutsInfo": { - "message": "De sneltoets omtrent het gebruik van $1 is hersteld.", - "description": "Info message for changing keyboard shortcuts." - }, - "optionsShortcutsDanger": { - "message": "Foutmelding: de sneltoets omtrent het gebruik van $1 kan niet worden gewijzigd!", - "description": "Error message for changing keyboard shortcuts." - }, - "optionsImportExportSettings": { - "message": "Instellingen importeren/exporteren", - "description": "Settings page header text for import/export." - }, - "optionsImportSettingsDialogTitle": { - "message": "WIl je de instellingen uit een extern bestand importeren?", - "description": "Import settings confirmation dialog title text." - }, - "optionsImportSettingsDialogText": { - "message": "De huidige instellingen worden overschreven. Weet je zeker dat je het instellingenbestand wilt importeren?", - "description": "Import settings confirmation dialog help text." - }, - "optionsConnectedDatabasesText": { - "message": "De volgende KeePassXC-databases zijn gekoppeld aan KeePassXC-Browser.", - "description": "Info text about connected databases." - }, - "optionsConnectedDatabasesNotFound": { - "message": "Geen gekoppelde databases aangetroffen.", - "description": "Shown in the connected databases table when there is no connected databases." - }, - "optionsDatabasesRemoveIdentifier": { - "message": "Wil je de identificatie verwijderen van de databaselijst?", - "description": "Confirmation text when removing database from the list." - }, - "optionsDatabasesRemoveIdentifierConfirmFirst": { - "message": "Weet je zeker dat je de volgende identificatie wilt verwijderen van de databaselijst? $1", - "description": "Confirmation text when removing database from the list." - }, - "optionsDatabasesRemoveIdentifierConfirmSecond": { - "message": "Je kunt de database altijd opnieuw koppelen.", - "description": "Confirmation text when removing database from the list, second part." - }, - "optionsDatabaseIdentifier": { - "message": "Identificatie", - "description": "Database list column title." - }, - "optionsDatabaseKey": { - "message": "Sleutel", - "description": "Database list column title." - }, - "optionsDatabaseLastUsed": { - "message": "Laatst gebruikt op", - "description": "Database list column title." - }, - "optionsDatabaseCreated": { - "message": "Aangemaakt op", - "description": "Database list column title." - }, - "optionsDatabaseDelete": { - "message": "Verwijderen", - "description": "Database list column title." - }, - "optionsColumnPageURL": { - "message": "Pagina-url", - "description": "Site preferences list column title." - }, - "optionsColumnIgnore": { - "message": "Negeren", - "description": "Site preferences list column title." - }, - "optionsColumnUsernameOnly": { - "message": "Alleen gebruikersnamen detecteren", - "description": "Site preferences list column title." - }, - "optionsColumnImprovedInputFieldDetection": { - "message": "Verbeterde invoervelddetectie", - "description": "Improved Input Field Detection column text." - }, - "optionsColumnDelete": { - "message": "Verwijderen", - "description": "Site preferences list column title." - }, - "optionsSelectionNothing": { - "message": "Alle functies inschakelen", - "description": "Site preferences option selection." - }, - "optionsSelectionNormal": { - "message": "Nieuwe/Gewijzigde inloggegevens uitschakelen", - "description": "Site preferences option selection." - }, - "optionsSelectionAutoSubmit": { - "message": "Automatisch versturen uitschakelen", - "description": "Site preferences option selection." - }, - "optionsSelectionFull": { - "message": "Alle functies uitschakelen", - "description": "Site preferences option selection." - }, - "optionsSortByTitle": { - "message": "Naam", - "description": "Sort matching credentials by title option selection." - }, - "optionsSortByUsername": { - "message": "Gebruikersnaam", - "description": "Sort matching credentials by username option selection." - }, - "optionsSortByGroupAndTitle": { - "message": "Groep en naam", - "description": "Sort matching credentials by group and title option selection." - }, - "optionsSortByGroupAndUsername": { - "message": "Groep en gebruikersnaam", - "description": "Sort matching credentials by group and username option selection." - }, - "optionsFillSortPriority": { - "message": "Inloggegevens na invullen sorteren op", - "description": "" - }, - "optionsFillSortPriorityHelpText": { - "message": "Als je kiest voor ‘Relevante inloggegevens’, dan worden de eerder gebruikte inloggegevens gebruikt (zie het menu ‘Automatisch aanvullen’).", - "description": "Help text for Sort credentials after fill." - }, - "optionsFillSortPriorityTotp": { - "message": "Inloggegevens na TOTP-invullen sorteren op", - "description": "" - }, - "optionsFillSortPriorityTotpHelpText": { - "message": "Als je kiest voor ‘Relevante inloggegevens’, dan wordt de TOTP van de eerder gebruikte inloggegevens gebruikt (zie het menu ‘Automatisch aanvullen’).", - "description": "Help text for Sort credentials after fill for TOTP." - }, - "optionsFillSortByMatchingCredentials": { - "message": "Overeenkomstige inloggegevens", - "description": "Default option for Sort after fill. Respects the Matching Credentials sorting setting." - }, - "optionsFillSortByRelevantEntry": { - "message": "Relevante inloggegevens", - "description": "Relevant credential first option for Sort after fill." - }, - "optionsCustomFieldsNotFound": { - "message": "Er zijn geen aangepaste inlogvelden aangetroffen.", - "description": "Shown when no saved custom credentials are saved." - }, - "optionsCustomFieldsTableCaption": { - "message": "Je kunt bewaarde aangepaste inlogvelden beheren met behulp van de tabel. ", - "description": "Table caption of Custom login fields page." - }, - "optionsCustomFieldsTabHelpTextFirst": { - "message": "Als KeePassXC-Browser de verkeerde inlogvelden detecteert, dan kun je zelf de juiste velden opgeven.", - "description": "Saved custom login fields info text, first part." - }, - "optionsCustomFieldsTabHelpTextSecond": { - "message": "Ga naar de pagina, klik op het KeePassXC-browserpictogram en klik op", - "description": "Saved custom login fields info text, second part." - }, - "optionsCustomFieldsTabHelpTextThird": { - "message": "Op deze pagina kun je aangepaste inlogvelden beheren.", - "description": "Saved custom login fields info text, third part." - }, - "optionsCustomFieldsRemove": { - "message": "Opgeslagen aangepaste inlogvelden verwijderen?", - "description": "Confirmation text when removing saved custom login fields." - }, - "optionsCustomFieldsConfirmation": { - "message": "Weet je zeker dat je de opgeslagen aangepaste inlogvelden wilt verwijderen op de volgende pagina: $1", - "description": "Confirmation text when removing saved custom login fields." - }, - "optionsCustomFieldsConfirmationHelpText": { - "message": "KeePassXC-Browser detecteert automatisch de inlogvelden de volgende keer je deze pagina bezoekt.", - "description": "Part of confirmation text when removing saved custom login fields." - }, - "optionsSitePreferencesNotFound": { - "message": "Er zijn geen websitevoorkeuren aangetroffen.", - "description": "Shown when no site preferences are saved." - }, - "optionsSitePreferencesRemove": { - "message": "Website verwijderen?", - "description": "Confirmation text when removing ignored sites from the list." - }, - "optionsSitePreferencesTabHelpTextFirst": { - "message": "Websites op deze pagina hebben speciale behandelingsmethoden toegewezen gekregen.", - "description": "Site preferences info text, first part." - }, - "optionsSitePreferencesTabHelpTextSecond": { - "message": "Als je nieuwe/aangepaste inloggegevens op een specifieke website wilt negeren, voeg deze dan hieronder toe of selecteer Niet meer vragen op deze website als de KeepassXC-Browser balk zichtbaar is.", - "description": "Site preferences info text, second part." - }, - "optionsSitePreferencesTabHelpTextThird": { - "message": "Als een website volledig genegeerd wordt (via Alle functies uitschakelen), dan zal deze extensie niks doen als je deze website bezoekt.", - "description": "Site preferences info text, third part." - }, - "optionsSitePreferencesTabHelpTextFourth": { - "message": "Alleen gebruikersnaamen detecteren laat KeePassXC-Browser inloggegevens invullen op websites met aparte pagina's voor gebruikersnaam en wachtwoord.", - "description": "Site preferences info text, fourth part." - }, - "optionsSitePreferencesImprovedInputFieldDetectionHelpText": { - "message": "Verbeterde invoervelddetectie maakt meer gedetailleerde dynamische detectie van invoervelden mogelijk. Dit kan echter van invloed zijn op de prestaties van de pagina. Gebruik met mate.", - "description": "Improved Input Field Detection help text." - }, - "optionsSitePreferencesManualAddText": { - "message": "Url handmatig toevoegen", - "description": "Label for adding site manually on Site preferences tab." - }, - "optionsSitePreferencesManualAddHelp": { - "message": "De url moet beginnen met https://, http://, file:// of ftp:// en dient ten minste 5 tekens lang te zijn.", - "description": "Help text for adding site manually on Site preferences tab." - }, - "optionsSitePreferencesConfirmation": { - "message": "Weet je zeker dat je de gekozen website wilt verwijderen van de lijst: $1", - "description": "Confirmation text when removing site from site preferences." - }, - "optionsSitePreferencesConfirmationHelpText": { - "message": "KeePassXC-Browser zal alle functies op deze website inschakelen en alleen-gebruikersnaamdetectie uitschakelen", - "description": "Part of confirmation text when removing site preferences." - }, - "optionsSitePreferencesTableCaption": { - "message": "Je kunt de opgeslagen websitevoorkeuren beheren aan de hand van de tabel.", - "description": "Table caption of Site Preferences page." - }, - "optionsSitePreferencesSelect": { - "message": "Optie om extensiefuncties op de pagina te negeren.", - "description": "Title text of select element in Site Preferences." - }, - "optionsAboutChrome": { - "message": "Bekijk KeePassXC-Browser in de Chrome Web Store", - "description": "About page link to Chrome Web Store." - }, - "optionsAboutMozilla": { - "message": "Bekijk KeePassXC-Browser op de Mozilla-add-onspagina", - "description": "About page link to AMO." - }, - "optionsAboutEdge": { - "message": "Bekijk KeePassXC-Browser op de Edge-add-onspagina", - "description": "About page link to Edge Add-ons page." - }, - "optionsAboutGitHub": { - "message": "Bekijk KeePassXC-Browser op GitHub", - "description": "About page link to GitHub." - }, - "optionsAboutExtensionVersion": { - "message": "KeePassXC-Browser-versie: $1", - "description": "About page text of extension version." - }, - "optionsAboutKeePassXCVersion": { - "message": "KeePassXC-versie: $1", - "description": "About page text of KeePassXC version." - }, - "optionsAboutContributors": { - "message": "Bijdragers", - "description": "About page text of contributors." - }, - "optionsAboutLicenses": { - "message": "Licenties", - "description": "About page text of licenses." - }, - "optionsAboutReportBugs": { - "message": "Bugs en problemen melden", - "description": "About page text of reporting bugs." - }, - "optionsAboutCreateNewIssue": { - "message": "Open een nieuwe ‘issue’ op GitHub", - "description": "Link text for creating a new issue." - }, - "optionsAboutDebugInfo": { - "message": "De volgende foutopsporingsinformatie kan worden gebruikt", - "description": "Debug info text." - }, - "optionsAboutSupporters": { - "message": "Ondersteuners", - "description": "Supporters label text." - }, - "optionsErrorInvalidValue": { - "message": "Ongeldige waarde - controleer de invoer.", - "description": "Error shown when input field has an incorrect value." - }, - "optionsErrorInvalidURL": { - "message": "Ongeldige url - controleer de invoer.", - "description": "Error shown when input field has an incorrect URL." - }, - "optionsErrorValueExists": { - "message": "Dit item staat al op de lijst.", - "description": "Error shown when trying to add a duplicate value to the list." - }, - "optionsUserInterfaceTitle": { - "message": "Vormgeving", - "description": "User interface title in settings page" - }, - "optionsFillingCredentialsTitle": { - "message": "Inloggegevens invullen", - "description": "Filling credentials title in settings page" - }, - "optionsSavingCredentialsTitle": { - "message": "Inloggegevens opslaan", - "description": "Saving credentials title in settings page" - }, - "optionsUpdatesTitle": { - "message": "Updates", - "description": "Updates title in settings page" - }, - "optionsAdvancedSettingsTitle": { - "message": "Geavanceerde instellingen", - "description": "Advanced settings title in settings page" - }, - "optionsExtensionTitle": { - "message": "Extensie", - "description": "Extension title in settings page" - }, - "optionsPasskeysTitle": { - "message": "Passkeys", - "description": "Passkeys settings title in settings page." - }, - "optionsPasskeysEnable": { - "message": "Passkeys inschakelen", - "description": "Enabled Passkeys option text." - }, - "optionsPasskeysEnableHelpText": { - "message": "Ondersteuning voor webverificatie inschakelen.", - "description": "Passkeys option help text." - }, - "optionsPasskeysEnableFallback": { - "message": "Passkey-terugval inschakelen", - "description": "Enabled Passkeys fallback option text." - }, - "optionsPasskeysEnableFallbackHelpText": { - "message": "Indien ingeschakeld, zal een mislukt of geannuleerd verzoek aan KeePassXC het eigen interne Passkeys-verzoek van de browser activeren. Indien uitgeschakeld, is verbinding met KeePassXC vereist en mislukt het geannuleerde verzoek. Standaard: ingeschakeld.", - "description": "Passkeys fallback option help text." - }, - "openNewTab": { - "message": "Opent een nieuw tabblad", - "description": "Title attribute text." - }, - "httpAuthDialog": { - "message": "HTTP Basic Authentication-dialoogvenster", - "description": "Options page HTTP Basic Auth dialog text" - }, - "autocompleteSubmitMessage": { - "message": "Jouw keuze wordt automatisch ingediend", - "description": "Message shown at the bottom of autocomplete menu." - }, - "lockDatabase": { - "message": "Database vergrendelen", - "description": "Lock database button title text." - } -} diff --git a/keepassxc-browser/_locales/pl/messages.json b/keepassxc-browser/_locales/pl/messages.json index d422ade..52811bf 100644 --- a/keepassxc-browser/_locales/pl/messages.json +++ b/keepassxc-browser/_locales/pl/messages.json @@ -119,6 +119,10 @@ "message": "Nie podano prawidłowego UUID.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Dostęp do wszystkich wpisów odrzucony.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Zaświadczenie nie jest obsługiwane.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Pusty klucz publiczny.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Podano nieprawidłowy adres URL.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Klucze rezydentne nie są obsługiwane.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Brak połączenia z KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/pt/messages.json b/keepassxc-browser/_locales/pt/messages.json index 62ccd19..ed478d4 100644 --- a/keepassxc-browser/_locales/pt/messages.json +++ b/keepassxc-browser/_locales/pt/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Não existe uma ligação a KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/pt_BR/messages.json b/keepassxc-browser/_locales/pt_BR/messages.json index 320b0fc..67ddf14 100644 --- a/keepassxc-browser/_locales/pt_BR/messages.json +++ b/keepassxc-browser/_locales/pt_BR/messages.json @@ -119,6 +119,10 @@ "message": "Nenhum UUID válido foi fornecido.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Atestado não compatível.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Chave pública vazia.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Não conectado ao KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/pt_PT/messages.json b/keepassxc-browser/_locales/pt_PT/messages.json index d8654d4..2d8796f 100644 --- a/keepassxc-browser/_locales/pt_PT/messages.json +++ b/keepassxc-browser/_locales/pt_PT/messages.json @@ -1,6 +1,6 @@ { "extensionDescription": { - "message": "Integração KeepassXC para os navegadores modernos", + "message": "Integração KeepassXC para navegadores modernos", "description": "Name of the extension." }, "contextMenuFillUsernameAndPassword": { @@ -8,7 +8,7 @@ "description": "Context menu item for filling both username and password." }, "contextMenuFillPassword": { - "message": "Preencher palavra-passe", + "message": "Preencher apenas palavra-passe", "description": "Context menu item for filling password." }, "contextMenuFillTOTP": { @@ -24,7 +24,7 @@ "description": "Save credentials using the credential banner." }, "contextMenuShowPasswordGenerator": { - "message": "Ver gerador de palavra-passe", + "message": "Ver gerador de palavras-passe", "description": "Show password generator text." }, "contextMenuFillAttribute": { @@ -40,35 +40,35 @@ "description": "Notification when HTTP Authentication has multiple credentials detected." }, "errorMessageUnknown": { - "message": "Erro desconhecido.", + "message": "Erro desconhecido", "description": "Unknown error." }, "errorMessageDatabaseNotOpened": { - "message": "Base de dados não aberta.", + "message": "Base de dados não aberta", "description": "Database not opened." }, "errorMessageDatabaseHash": { - "message": "'Hash' da base de dados não recebida.", + "message": "'Hash' da base de dados não recebida", "description": "Database hash not received." }, "errorMessageClientPublicKey": { - "message": "Chave pública do cliente não recebida.", + "message": "Chave pública do cliente não recebida", "description": "Client public key not received." }, "errorMessageDecrypt": { - "message": "Não foi possível decifrar a mensagem.", + "message": "Não foi possível decifrar a mensagem", "description": "Cannot decrypt message." }, "errorMessageTimeout": { - "message": "Não é possível ligar a KeePassXC. Verifique se a integração do browser está ativada nas definições do KeePassXC", + "message": "Não é possível ligar a KeePassXC. Verifique se a integração do browser está ativada nas definições do KeePassXC.", "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." }, "errorMessageCanceled": { - "message": "Ação cancelada ou recusada.", + "message": "Ação cancelada ou recusada", "description": "Action canceled or denied." }, "errorMessageEncrypt": { - "message": "Falhou a encriptação da mensagem. O KeePassXC está em execução?", + "message": "Falha ao cifrar a mensagem. KeePassXC está em execução?", "description": "Message encryption failed. Is KeePassXC running?" }, "errorMessageAssociate": { @@ -76,71 +76,83 @@ "description": "KeePassXC association failed, try again." }, "errorMessageKeyExchange": { - "message": "Troca de chaves não efetuada com sucesso.", + "message": "Troca de chaves NÃO efetuada com sucesso", "description": "Key exchange was not successful." }, "errorMessageEncryptionKey": { - "message": "Chave de cifra não reconhecida.", + "message": "Chave de cifra não reconhecida", "description": "Encryption key is not recognized." }, "errorMessageSavedDatabases": { - "message": "Não existem bases de dados guardadas.", + "message": "Não existem bases de dados guardadas", "description": "No saved databases found." }, "errorMessageIncorrectAction": { - "message": "Ação incorreta.", + "message": "Ação incorreta", "description": "Incorrect action." }, "errorMessageEmptyMessage": { - "message": "Recebida uma mensagem vazia.", + "message": "Recebida uma mensagem vazia", "description": "Empty message received." }, "errorMessageNoURL": { - "message": "Nenhum URL indicado.", + "message": "Nenhum URL indicado", "description": "No URL provided." }, "errorMessageNoLogins": { - "message": "Credenciais não encontradas.", + "message": "Credenciais não encontradas", "description": "No logins found." }, "errorMessagePaswordLengthExceeded": { - "message": "A palavra-passe preenchida é maior que o comprimento máximo permitido do campo.", + "message": "A palavra-passe preenchida é maior do que o comprimento máximo permitido do campo", "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { - "message": "Nenhum grupo foi encontrado.", + "message": "Nenhum grupo encontrado", "description": "No groups found." }, "errorMessageCannotCreateNewGroup": { - "message": "Não é possível criar um novo grupo.", + "message": "Não foi possível criar um novo grupo", "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "Nenhum UUID válido foi fornecido.", + "message": "Nenhum UUID válido foi fornecido", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "Attestation not supported.", + "message": "Prova não suportada", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Credential is excluded.", + "message": "Credencial excluída ", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "A solicitação de Passkeys foi cancelada.", + "message": "O pedido de chave-mestra foi cancelada", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { - "message": "Verificação inválida do utilizador.", + "message": "Verificação inválida do utilizador", "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Chave pública vazia.", + "message": "Chave pública vazia", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { - "message": "Não existe uma ligação a KeePassXC.", + "message": "Não existe uma ligação a KeePassXC", "description": "Error notification shown when not connected to KeePassXC" }, "passwordGeneratorIcon": { @@ -156,7 +168,7 @@ "description": "Checkbox text below the password generator input field." }, "passwordGeneratorTitle": { - "message": "Gerador de palavra-passe", + "message": "Gerador de palavras-passe", "description": "Password generator dialog title." }, "passwordGeneratorGenerate": { @@ -176,11 +188,11 @@ "description": "Fill a password in password generator." }, "passwordGeneratorErrorTooLong": { - "message": "Erro:\nA palavra-passe gerada tem um tamanho superior ao permitido.\nO tamanho foi ajustado.\n\nPor favor memorize a nova palavra-passe!", + "message": "Erro: a palavra-passe gerada tem um tamanho superior ao permitido!", "description": "A warning text shown in the password generator." }, "passwordGeneratorErrorTooLongCut": { - "message": "O tamanho foi ajustado aos limites.", + "message": "O tamanho foi ajustado aos limites", "description": "A warning text shown in the password generator." }, "passwordGeneratorErrorTooLongRemember": { @@ -192,11 +204,11 @@ "description": "Password icon title text." }, "passwordGeneratorError": { - "message": "A palavra-passe gerada não foi recebida.
O KeepassXC está em execução?", + "message": "A palavra-passe gerada não foi recebida", "description": "Password generator error text when KeePassXC is closed." }, "passwordGeneratorErrorIsRunning": { - "message": "O KeePassXC está a ser executado e conectado?", + "message": "KeePassXC está a ser executado e conectado?", "description": "Password generator error text when KeePassXC is closed." }, "usernameFieldText": { @@ -208,7 +220,7 @@ "description": "Username field icon hover text when database is locked." }, "usernameDisconnectedFieldText": { - "message": "KeePassXC está desconectado", + "message": "KeePassXC não está conectado", "description": "Username field icon hover text when KeePassXC is disconnected." }, "usernameFieldIcon": { @@ -220,7 +232,7 @@ "description": "TOTP text." }, "totpFieldText": { - "message": "Prrencher TOTP a partir de KeePassXC", + "message": "Preencher TOTP via KeePassXC", "description": "OTP field icon hover text." }, "totpFieldIcon": { @@ -236,7 +248,7 @@ "description": "Skip button text when choosing custom login fields." }, "defineMore": { - "message": "Ver mais", + "message": "Mostrar mais", "description": "More button text when choosing custom login fields." }, "defineReset": { @@ -248,7 +260,7 @@ "description": "Confirm button text when choosing custom login fields." }, "defineAlreadySelected": { - "message": "Os campo para esta página já foram selecionados e serão substituídos.", + "message": "Os campo de autenticação para esta página já foram selecionados e serão substituídos", "description": "A text shown when custom credentials fields are already set for the page." }, "defineClearData": { @@ -260,31 +272,31 @@ "description": "Text for string field." }, "defineChooseUsername": { - "message": "Escolher o campo para o nome de utilizador", + "message": "Escolha o campo para o nome de utilizador", "description": "Choosing a username field text when choosing custom login fields." }, "defineChoosePassword": { - "message": "Escolher um campo para palavra-passe", + "message": "Escolha o campo para a palavra-passe", "description": "Choosing a password field text when choosing custom login fields." }, "defineChooseTOTP": { - "message": "Escolher campo TOTP", + "message": "Escolha o campo TOTP", "description": "Choosing a TOTP field text when choosing custom login fields." }, "defineChooseStringFields": { - "message": "Escolher campos de cadeia", + "message": "Escolha os campos de cadeia", "description": "Choose String Fields a selection text when choosing custom login fields." }, "defineHelpText": { - "message": "Confirme a sua seleção ou escolha mais campos como campos de cadeia.", + "message": "Confirme a sua seleção ou escolha mais campos como campos de cadeia.", "description": "Confirm a selection text when choosing custom login fields which contains string fields." }, "defineKeyboardText": { - "message": "You can also use the numbers to choose the input fields from keyboard.", + "message": "Também pode usar os números para escolher os campos com o teclado", "description": "Help text when choosing custom login fields." }, "defineChooseCustomLoginFieldText": { - "message": "Escolher campo de login personalizado", + "message": "Escolha o campo personalizado para autenticação", "description": "Help text for Custom Login Field banner." }, "username": { @@ -304,23 +316,23 @@ "description": "Shown when no username is set in the credentials." }, "credentialsNoLoginsFound": { - "message": "Erro:\nCredenciais não encontradas.", + "message": "Não foram encontradas credenciais", "description": "Shown when no credentials are found for the current page." }, "credentialsMultipleFound": { - "message": "Erro:\nExiste mais do que uma credencial no KeePassXC!\nPrima no ícone KeePassXC-Browser para ver mais opções.", + "message": "Existe mais do que uma credencial guardada no KeePassXC!", "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsMultipleFoundSecondLine": { - "message": "Prima o ícone KeePassXC-Browser para mais informações.", + "message": "Prima o ícone KeePassXC-Browser para mais opções", "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsNoUsernameFound": { - "message": "Erro:\nNão existem credenciais para o nome de utilizador encontrado.", + "message": "Não existem credenciais para o nome de utilizador indicado", "description": "Alert message when no credentials are found for the given username." }, "credentialsNoTOTPFound": { - "message": "TOTP não encontrada.", + "message": "TOTP não encontrada", "description": "Alert message when no TOTP is found." }, "credentialExpired": { @@ -328,15 +340,15 @@ "description": "If a credential is expired, this is appended to the title label." }, "fieldsFill": { - "message": "Erro:\nNão foram encontrados campos que possam ser preenchidos.", + "message": "Erro: não foram encontrados campos que possam ser preenchidos", "description": "Alert message when no fields are found to fill in." }, "fieldsNoPasswordField": { - "message": "Erro:\nNão foi possível detetar o campo de palavra-passe.", + "message": "Erro: não foi possível detetar o campo de palavra-passe", "description": "Message shown when no password fields are found." }, "rememberNothingChanged": { - "message": "Erro:\nNão foi possível detetar as credenciais alteradas.", + "message": "Erro: não foi possível detetar as credenciais alteradas", "description": "Message shown when trying to save credentials that haven't changed." }, "popupTitle": { @@ -348,19 +360,19 @@ "description": "Popup Settings button text." }, "popupChooseCredentialsText": { - "message": "Escolha os campos de autenticação personalizados para esta página", + "message": "Escolha os campos personalizados para autenticação", "description": "Popup credential choosing button text." }, "popupConnectButton": { - "message": "Conetar", + "message": "Ligar", "description": "Popup Connect button text." }, "popupReconnectButton": { - "message": "Reconetar", + "message": "Ligar novamente", "description": "Popup Reconnect button text." }, "popupRedetectButton": { - "message": "Redetetar campos de autenticação", + "message": "Voltar a detetar campos de autenticação", "description": "Popup Redetect login fields button text." }, "popupReloadButton": { @@ -372,7 +384,7 @@ "description": "Popup reopen database button text." }, "popupUsernameButton": { - "message": "Utilizar apenas 'Username-only' para este site", + "message": "Utilizar opção 'Apenas nome de utilizador' para este site", "description": "Button text for adding Username-only option." }, "popupErrorEncountered": { @@ -380,7 +392,7 @@ "description": "A text shown above error message in the popup." }, "popupUpdateAvailable": { - "message": "Está a usar uma versão antiga do KeePassXC.", + "message": "Está a usar uma versão antiga de KeePassXC", "description": "Popup warning message about old version of KeePassXC." }, "popupDownloadNewVersion": { @@ -388,19 +400,19 @@ "description": "Popup warning message link when KeePassXC version is not up-to-date." }, "popupGettingStartedText": { - "message": "É a primeira vez que usa o KeePassXC? Recomendamos que leia o nosso Guia de Iniciação.", + "message": "É a primeira vez que usa esta aplicação? Recomendamos que leia o nosso Guia de Iniciação.", "description": "Popup information message about Getting Started Guide." }, "popupGettingStartedLinkText": { - "message": "Guia de Iniciação - Configurar a integração do navegador", + "message": "Guia de iniciação - Configurar integração com o navegador", "description": "Popup Getting Started Guide link text." }, "popupAlertHide": { - "message": "Ocultar e não mostrar novamente.", + "message": "Ocultar e não mostrar novamente", "description": "Hide alert close button title." }, "popupTroubleshootingText": { - "message": "Não foi possível conectar ao KeePassXC? Talvez nossa página na wiki possa ajudar.", + "message": "Não foi possível conectar a KeePassXC? Talvez a nossa página Wiki possa ajudar.", "description": "Popup information message about Troubleshooting Guide." }, "popupTroubleshootingLinkText": { @@ -408,31 +420,31 @@ "description": "Popup Troubleshooting Guide link text." }, "popupCheckingStatus": { - "message": "A verificar o estado...", + "message": "A verificar estado...", "description": "Checking status message in popup." }, "popupNotConfigured": { - "message": "O KeePassXC-Browser não foi configurado. Pressione o botão de conexão para emparelhar com o KeePassXC.", + "message": "KeePassXC-Browser não foi configurado. Prima o botão de ligação para emparelhar com KeePassXC.", "description": "A popup message shown when the extension has not been connected to KeePassXC." }, "popupNeedReconfigure": { - "message": "O KeePassXC-Browser foi desconectado do KeePassXC.", + "message": "KeePassXC-Browser foi desligado de KeePassXC.", "description": "A popup message shown when the extension has been disconnected from KeePassXC." }, "popupNeedReconfigureMessage": { - "message": "Prima o botão Reconectar para estabelecer uma nova ligação.", + "message": "Prima o botão 'Ligar novamente' para estabelecer uma nova ligação", "description": "A popup message shown when reconnect is needed." }, "popupConfiguredNotAssociated": { - "message": "O KeePassXC-Browser ainda não se conectou ao KeePassXC, mas foi configurado utilizando o identificador: $1", + "message": "KeePassXC-Browser ainda não se conectou a KeePassXC, mas foi configurado utilizando o identificador: $1", "description": "A popup message shown when KeePassXC is not connected but configured." }, "popupConfiguredAndAssociated": { - "message": "O KeePassXC-Browser está conectado ao KeePassXC e foi configurado utilizando o seguinte identificador: $1", + "message": "KeePassXC-Browser está conectado a KeePassXC e foi configurado com o seguinte identificador: $1", "description": "A popup message when a connection to KeePassXC is successful." }, "popupUsernameFieldDetected": { - "message": "Apenas foi detetado um campo para o nome de utilizador. Adicionar URL às preferências do site com a opção 'Username-only' ativada?", + "message": "Apenas foi detetado um campo para o nome de utilizador. Adicionar URL às preferências do site com a opção 'Apenas nome de utilizador'?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, "rememberInfoText": { @@ -440,7 +452,7 @@ "description": "Message when username or password has changed." }, "rememberSaving": { - "message": "As credenciais serão guardadas com o identificador $1 na base de dados conectada ", + "message": "As credenciais serão guardadas com o identificador $1 na base de dados conectada", "description": "A message when saving or updating credentials." }, "rememberNewUsername": { @@ -452,19 +464,19 @@ "description": "A message shown when an existing username is detected when saving credentials." }, "rememberChooseCredentials": { - "message": "Escolha as credenciais que pretende atualizar.", + "message": "Escolha as credenciais que pretende atualizar", "description": "A message shown choosing what credentials user wants to update." }, "rememberChooseGroup": { - "message": "Escolha o grupo para o qual pretende adicionar as novas credenciais.", + "message": "Escolha o grupo para o qual pretende adicionar as novas credenciais", "description": "A message shown choosing what group user wants to use for new credentials." }, "rememberInfoDefaultGroupNotFound": { - "message": "Grupo padrão criado na base de dados conectada.", + "message": "Grupo padrão criado na base de dados conectada", "description": "Info message shown when default group set cannot be found." }, "rememberErrorCreatingNewGroup": { - "message": "Não é possível criar novos grupos.", + "message": "Não é possível criar novos grupos", "description": "Error message shown when new groups cannot be created." }, "rememberErrorPasswordNotChanged": { @@ -472,11 +484,11 @@ "description": "Error message shown when credential password is not changed." }, "rememberErrorCannotSaveCredentials": { - "message": "Não foi possível guardar e/ou atualizar as credenciais.", + "message": "Não foi possível guardar e/ou atualizar as credenciais", "description": "Error message shown when credentials cannot be saved or updated." }, "rememberErrorDatabaseClosed": { - "message": " \nNão foi possível guardar e/ou atualizar as credenciais porque a base de dados não está aberta.", + "message": "Não foi possível guardar e/ou atualizar as credenciais porque a base de dados não está aberta", "description": "Error message shown when credentials cannot be saved or updated and the database is closed." }, "rememberCredentialsNotSaved": { @@ -484,11 +496,11 @@ "description": "Message shown when saving operation was cancelled." }, "rememberCredentialsSaved": { - "message": "Guardadas novas credenciais com o nome de utilizador $1.", + "message": "Guardadas novas credenciais com o nome de utilizador $1", "description": "Message shown when new credentials are saved." }, "rememberCredentialsUpdated": { - "message": "Credenciais atualizadas com o nome de utilizador $1.", + "message": "Credenciais atualizadas com o nome de utilizador $1", "description": "Message shown when new credentials are successfully updated." }, "rememberCredentialsExists": { @@ -500,11 +512,11 @@ "description": "Means an empty username." }, "rememberNoPassword": { - "message": "Tem que preencher o nome de utilizador para poder guardar as credenciais.", + "message": "Tem que preencher o nome de utilizador para poder guardar as credenciais", "description": "Message shown when no password is set when saving credentials." }, "popupLoginText": { - "message": "Selecione a informação que deseja guardar para esta página.", + "message": "Selecione a informação de autenticação que pretende introduzir nesta página", "description": "A popup message shown when one or multiple credentials are present." }, "popupFilterText": { @@ -512,7 +524,7 @@ "description": "Text for login credentials quick filter." }, "popupAuthText": { - "message": "Selecione as informações de autenticação com as quais gostaria de se autenticar.", + "message": "Selecione as informações de autenticação com as quais gostaria de se autenticar", "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." }, "popupMultiplePasswordFields": { @@ -548,7 +560,7 @@ "description": "Close button text in popup or in notification." }, "popupButtonDismissHttpAuth": { - "message": "Rejeitar e mostrar o diálogo de autenticação padrão.", + "message": "Rejeitar e mostrar o diálogo de autenticação padrão", "description": "Dismiss button text when in HTTP Authentication popup." }, "optionsTitle": { @@ -604,7 +616,7 @@ "description": "Save button text." }, "optionsButtonConnect": { - "message": "Conetar", + "message": "Ligar", "description": "Connect button text." }, "optionsButtonRemove": { @@ -640,47 +652,47 @@ "description": "Export settings button text." }, "optionsLabelDefaultGroup": { - "message": "Default group for saving new passwords:", + "message": "Grupo padrão para guardar novas palavras-passe:", "description": "Default group options text." }, "optionsDefaultGroupHelpText": { - "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "message": "Separe os grupos com barra. Por exemplo: Grupo/Subgrupo", "description": "Default group help text." }, "optionsLabelDefaultGroupCheckboxText": { - "message": "Always ask where to save new credentials", + "message": "Perguntar sempre o local para guardar novas credenciais", "description": "Default group checkbox help text." }, "optionsLabelDefaultGroupCheckboxHelpText": { - "message": "When enabled, the popup shows a group listing.", + "message": "Se ativada, surge uma caixa de diálogo para escolher o grupo", "description": "Default checkbox explanation help text." }, "optionsCheckboxUsePasswordGenerator": { - "message": "Ativar gerador de palavras-passe.", + "message": "Ativar gerador de palavras-passe", "description": "Activate password generator icons checkbox text." }, "optionsCheckboxUsernameIcons": { - "message": "Ativar ícones do campo Nome de utilizador.", + "message": "Ativar ícones do campo Nome de utilizador", "description": "Activate username field icons textbox text." }, "optionsUseObserver": { - "message": "Utilizar deteção dinâmica de campos.", + "message": "Utilizar deteção dinâmica de campos", "description": "Use dynamic input field detection checkbox text." }, "optionsUseObserverHelpText": { - "message": "Útil para páginas que utilizem pop-ups ou diálogos dinâmicos. Desative esta funcionalidade para poupar recursos do CPU em máquinas lentas. Se as credenciais desativadas apenas puderem ser introduzidas através do teclado, surge o menu de contexto ou a extensão.", + "message": "Útil para páginas que utilizem pop-ups ou diálogos dinâmicos. Desative esta funcionalidade para poupar recursos do CPU em máquinas lentas. Se as credenciais desativadas apenas puderem ser introduzidas com o teclado, surge o menu de contexto ou a extensão.", "description": "Use dynamic input field detection help text." }, "optionsCheckboxOTPIcons": { - "message": "Ativar ícones para o campo 2FA/OTP.", + "message": "Ativar ícones para o campo 2FA/OTP", "description": "Activate OTP field icons textbox text." }, "optionsCheckboxAutoRetrieveCredentials": { - "message": "Obter credenciais automaticamente.", + "message": "Obter credenciais automaticamente", "description": "Automatically retrieve credentials checkbox text." }, "optionsCheckboxAutomaticReconnect": { - "message": "Tornar a conectar automaticamente ao KeePassXC.", + "message": "Tornar a conectar automaticamente ao KeePassXC", "description": "Auto-reconnect checkbox text." }, "optionsAutomaticReconnectWarning": { @@ -688,15 +700,15 @@ "description": "Auto-reconnect warning message." }, "optionsCheckboxAutoFillSingleEntry": { - "message": "Preencher automaticamente as entradas de credenciais únicas.", + "message": "Preencher automaticamente as entradas de credenciais únicas", "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoCompleteUsernames": { - "message": "Ativar conclusão automática para o campo nome de utilizador.", + "message": "Ativar conclusão automática para o campo nome de utilizador", "description": "Activate autocomplete for username fields checkbox text." }, "optionsCheckboxShowGroupNameInAutocomplete": { - "message": "Mostrar nome do grupo na lista de conclusão automática se as credenciais estiverem em grupos diferentes.", + "message": "Mostrar nome do grupo na lista de conclusão automática se as credenciais estiverem em grupos diferentes", "description": "Show group name in autocomplete checkbox text." }, "optionsCheckboxAutoSubmit": { @@ -708,19 +720,19 @@ "description": "Auto-submit help text." }, "optionsCheckboxShowNotifications": { - "message": "Mostrar notificações.", + "message": "Mostrar notificações", "description": "Show notifications checkbox text." }, "optionsCheckboxUseMonochromeToolbarIcon": { - "message": "Utilizar ícone monocromático na barra de ferramentas.", + "message": "Utilizar ícone monocromático na barra de ferramentas", "description": "Use monochrome toolbar icon checkbox text." }, "optionsSaveDomainOnly": { - "message": "Guardar apenas domínio.", + "message": "Guardar apenas domínio", "description": "Save domain only checkbox text." }, "optionsCheckboxShowLoginNotifications": { - "message": "Mostrar uma notificação se as novas credenciais puderem ser guardadas.", + "message": "Mostrar uma notificação se as novas credenciais puderem ser guardadas", "description": "Show login notifications checkbox text." }, "optionsRedirectAllowance": { @@ -732,7 +744,7 @@ "description": "Redirect allowance help text." }, "optionsCheckboxAutoFillAndSend": { - "message": "Permitir preenchimentos de credenciais 'HTTP Basic Auth'.", + "message": "Permitir preenchimentos de credenciais 'HTTP Basic Auth'", "description": "Allow filling HTTP Basic Auth credentials checkbox text." }, "optionsDebugLogging": { @@ -792,11 +804,11 @@ "description": "Keyboard shortcut header text." }, "optionsUsePasswordGeneratorHelpText": { - "message": "Adiciona um botão aos campos de palavras-passe para gerar uma nova palavra-passe.", + "message": "Adiciona um botão aos campos de palavras-passe para gerar uma nova palavra-passe", "description": "Password Generator option help text." }, "optionsUsePasswordGeneratorHelpTextSecond": { - "message": "As palavras-passe serão geradas no KeePassXC utilizando o seu perfil de criação de palavras-passe.", + "message": "As palavras-passe serão geradas no KeePassXC utilizando o seu perfil de criação de palavras-passe", "description": "Password Generator option help text, second part." }, "optionsPredefinedSiteList": { @@ -804,59 +816,59 @@ "description": "Predefined site list details button text." }, "optionsUsePredefinedSites": { - "message": "Utilizar sites pré-definidos para compatibilidade.", + "message": "Utilizar sites pré-definidos para compatibilidade", "description": "Use predefined sites checkbox text." }, "optionsUsePredefinedSitesHelpText": { - "message": "Adiciona os sites que apenas possuem formulários de nome de utilizador às preferências do site.", + "message": "Adiciona os sites que, habitualmente, possuem formulários 'Apenas nome de utilizador' às preferências do site", "description": "Use predefined sites option help text." }, "optionsShowLoginFormIconHelpText": { - "message": "Adiciona um ícone aos campos Nome de utilizador para poder preencher as credenciais com um clique.", + "message": "Adiciona um ícone aos campos Nome de utilizador para poder preencher as credenciais com um clique", "description": "Username field icon option help text." }, "optionsShowOTPIconHelpText": { - "message": "Adiciona um ícone aos campos que sejam reconhecidos como 2FA/OTP.", + "message": "Adiciona um ícone aos campos que sejam reconhecidos como 2FA/OTP", "description": "OTP field icon option help text." }, "optionsAutoRetrieveCredentialsHelpText": { - "message": "KeePassXC-Browser irá obter automaticamente as credenciais quando um separador for ativado.", + "message": "KeePassXC-Browser irá obter automaticamente as credenciais quando um separador for ativado", "description": "Auto-Retrive Credentials option help text." }, "optionsAutomaticReconnectHelpText": { - "message": "Tornar a conectar automaticamente ao KeePassXC quando for detetado.", + "message": "Tornar a conectar automaticamente ao KeePassXC quando for detetado", "description": "Auto-reconnect option help text." }, "optionsAutoFillSingleEntryHelpText": { - "message": "Deixar o KeePassXC-Browser preencher automaticamente as credenciais se receber apenas uma única entrada.", + "message": "Permitir a KeePassXC-Browser preencher automaticamente as credenciais se receber apenas uma única entrada", "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillSingleEntryWarning": { - "message": "Aviso! O uso de preenchimento automático não é seguro. Use por sua conta e risco. O KeePassXC-Browser tenta detetar automaticamente campos de login. No entanto, eles podem ser detetados de forma incorreta levando ao preenchimento de dados confidenciais em campos de entrada inseguros.", + "message": "Aviso! O uso de preenchimento automático não é seguro. Use por sua conta e risco. KeePassXC-Browser tenta detetar automaticamente campos de autenticação. Contudo, estes campos podem ser detetados de forma incorreta levando ao preenchimento de dados confidenciais em campos de entrada inseguros.", "description": "Auto-Fill Single Entry warning text." }, "optionsAutocompleteUsernamesHelpText": { - "message": "Mostrar uma lista suspensa contendo as credenciais disponíveis para todos os campos nome de utilizador de uma página.", + "message": "Mostrar uma lista suspensa contendo as credenciais disponíveis para todos os campos nome de utilizador de uma página", "description": "Autocomplete Usernames option help text." }, "optionsShowGroupNameInAutocompleteHelpText": { - "message": "Se forem devolvidas credenciais de diversos grupos, mostra o nome do grupo.", + "message": "Se forem devolvidas credenciais de diversos grupos, mostra o nome do grupo", "description": "Show group name in autocomplete help text." }, "optionsShowNotificationsHelpText": { - "message": "Mostrar notificações para erros e quando for necessária qualquer interação.", + "message": "Mostrar notificações para erros e quando for necessária qualquer interação", "description": "Show notifications option help text." }, "optionsUseMonochromeToolbarIconHelpText": { - "message": "Utilizar, na barra de ferramentas, um ícone monocromático com símbolos coloridos e adaptar ao tema do navegador (claro/escuro).", + "message": "Utilizar, na barra de ferramentas, um ícone monocromático com símbolos coloridos e adaptar ao tema do navegador (claro/escuro)", "description": "Use monochrome toolbar icon option help text." }, "optionsSaveDomainOnlyHelpText": { - "message": "Ao guardar as novas credenciais, guardar apenas o domínio e não o URL.", + "message": "Ao guardar as novas credenciais, guardar apenas o domínio e não o URL", "description": "Save domain only option help text." }, "optionsSaveDomainOnlyCustomLoginHelpText": { - "message": "Ao guardar novos campos de acesso personalizados, guardar apenas o domínio em vez do URL completo.", + "message": "Ao guardar novos campos personalizados de autenticação. guardar apenas o domínio em vez do URL completo", "description": "Save domain only option help text." }, "optionsDownloadFaviconAfterSave": { @@ -864,11 +876,11 @@ "description": "Download favicon after save checkbox label text." }, "optionsDownloadFaviconAfterSaveHelpText": { - "message": "O 'favicon' será descarregado automaticamente para a nova credencial.", + "message": "O 'favicon' será descarregado automaticamente para a nova credencial", "description": "Download favicon after save help text." }, "optionsAutoFillAndSendHelpText": { - "message": "Se forem encontradas credenciais para uma página e o tipo de autenticação for uma solicitação de autenticação básica HTTP, o KeePassXC-Browser tentará fazer a autenticação com as primeiras credenciais encontradas.", + "message": "Se forem encontradas credenciais para uma página e o tipo de autenticação for um pedido 'HTTp Basic Auth', KeePassXC-Browser tentará fazer a autenticação com as primeiras credenciais encontradas. Se existirem várias credenciais, pode usar o diálogo da extensão para escolher as corretas. Ainda que esta opção esteja ativa, pode introduzir manualmente as credencias de acesso 'HTTP Basic Auth'.", "description": "Auto-Fill And Send option help text." }, "optionsAutoFillAndSendHelpTextSecond": { @@ -876,15 +888,15 @@ "description": "HTTP Basic Auth image help text." }, "optionsClearCredentialsTimeout": { - "message": "Limpar credenciais de abas não ativas após (segundos, 0-3600).", + "message": "Limpar credenciais de separadores não ativos após (segundos, 0-3600).", "description": "Clear credentials label text." }, "optionsClearCredentialsTimeoutHelpText": { - "message": "As credenciais são limpas nas abas de fundo após ultrapassar o limite de tempo e as permissões para essas páginas serão pedidas novamente.", + "message": "As credenciais são limpas nos separadores secundários após ultrapassar o tempo limite e as permissões para essas páginas serão pedidas novamente", "description": "Clear credentials timeout help text." }, "optionsVersionInfoText": { - "message": "KeePassXC-Browser necessita do KeePassXC para obter as credenciais.", + "message": "KeePassXC-Browser necessita do KeePassXC para obter as credenciais", "description": "Settings page version info text." }, "optionsVersionDownload": { @@ -892,7 +904,7 @@ "description": "Settings page download link." }, "optionsVersionRunning": { - "message": "Está a utilizar o KeePassXC, versão: $1 ", + "message": "Está a utilizar KeePassXC, versão: $1 ", "description": "Settings page info text of user's KeePassXC version." }, "optionsLatestVersion": { @@ -916,7 +928,7 @@ "description": "Recommended setting text." }, "optionsShortcutsSuccess": { - "message": "O atalho para $1foi mudado com successo", + "message": "O atalho para $1foi alterado com sucesso", "description": "Message for successful keyboard shortcut change." }, "optionsShortcutsInfo": { @@ -924,7 +936,7 @@ "description": "Info message for changing keyboard shortcuts." }, "optionsShortcutsDanger": { - "message": "Erro: O atalho para $1não foi mudado!", + "message": "Erro: o atalho para $1não foi alterado", "description": "Error message for changing keyboard shortcuts." }, "optionsImportExportSettings": { @@ -940,11 +952,11 @@ "description": "Import settings confirmation dialog help text." }, "optionsConnectedDatabasesText": { - "message": "As seguintes bases de dados do KeePassXC estão conectadas ao KeePassXC-Browser.", + "message": "Bases de dados conectadas com KeePassXC-Browser", "description": "Info text about connected databases." }, "optionsConnectedDatabasesNotFound": { - "message": "Não foi encontrada uma base de dados conectada.", + "message": "Não foi encontradas bases de dados conectadas", "description": "Shown in the connected databases table when there is no connected databases." }, "optionsDatabasesRemoveIdentifier": { @@ -952,11 +964,11 @@ "description": "Confirmation text when removing database from the list." }, "optionsDatabasesRemoveIdentifierConfirmFirst": { - "message": "Tem a certeza de que deseja remover o seguinte identificador da lista da base de dados?", + "message": "Tem a certeza de que deseja remover o seguinte identificador da lista da base de dados: $1", "description": "Confirmation text when removing database from the list." }, "optionsDatabasesRemoveIdentifierConfirmSecond": { - "message": "Pode reconectar a sua base de dados a qualquer momento.", + "message": "Pode conectar a sua base de dados em qualquer momento", "description": "Confirmation text when removing database from the list, second part." }, "optionsDatabaseIdentifier": { @@ -988,7 +1000,7 @@ "description": "Site preferences list column title." }, "optionsColumnUsernameOnly": { - "message": "Deteção apenas de nome de utilizador", + "message": "Deteção 'Apenas de nome de utilizador'", "description": "Site preferences list column title." }, "optionsColumnImprovedInputFieldDetection": { @@ -1004,11 +1016,11 @@ "description": "Site preferences option selection." }, "optionsSelectionNormal": { - "message": "Desativar credenciais novas/modificadas.", + "message": "Desativar credenciais novas/alteradas", "description": "Site preferences option selection." }, "optionsSelectionAutoSubmit": { - "message": "Desativar submeter automático", + "message": "Desativar submissão automática", "description": "Site preferences option selection." }, "optionsSelectionFull": { @@ -1036,7 +1048,7 @@ "description": "" }, "optionsFillSortPriorityHelpText": { - "message": "Quando a opção Credencial relevante primeiro estiver selecionada, a credencial anteriormente preenchida será definida um primeiro lugar na lista do menu de preenchimento automático.", + "message": "Se a opção 'Credenciais relevantes primeiro' estiver selecionada, as credenciais preenchidas anteriormente serão definidas como as primeiras no menu de conclusão automática", "description": "Help text for Sort credentials after fill." }, "optionsFillSortPriorityTotp": { @@ -1044,11 +1056,11 @@ "description": "" }, "optionsFillSortPriorityTotpHelpText": { - "message": "Quando a opção Credencial relevante primeiro estiver selecionada, o TOTP anteriormente preenchida será definido um primeiro lugar na lista do menu de preenchimento automático.", + "message": "Se a opção 'Credenciais relevantes primeiro' estiver selecionada, a TOTP preenchida anteriormente será definida como a primeira no menu de conclusão automática", "description": "Help text for Sort credentials after fill for TOTP." }, "optionsFillSortByMatchingCredentials": { - "message": "Configuração das credenciais correpondentes", + "message": "Definição das credenciais coincidentes", "description": "Default option for Sort after fill. Respects the Matching Credentials sorting setting." }, "optionsFillSortByRelevantEntry": { @@ -1056,15 +1068,15 @@ "description": "Relevant credential first option for Sort after fill." }, "optionsCustomFieldsNotFound": { - "message": "Não foi encontrado um campo de autenticação personalizado guardado.", + "message": "Não foi encontrado qualquer campo personalizado de autenticação", "description": "Shown when no saved custom credentials are saved." }, "optionsCustomFieldsTableCaption": { - "message": "You can manage saved custom login fields using the table below.", + "message": "Pode gerir os campos personalizados de autenticação através da tabela", "description": "Table caption of Custom login fields page." }, "optionsCustomFieldsTabHelpTextFirst": { - "message": "Se o KeePassXC-Browser detetar os campos de autenticação errados, você poderá especificar os campos corretos.", + "message": "Se KeePassXC-Browser detetar os campos de autenticação errados, pode especificar os campos corretos", "description": "Saved custom login fields info text, first part." }, "optionsCustomFieldsTabHelpTextSecond": { @@ -1072,23 +1084,23 @@ "description": "Saved custom login fields info text, second part." }, "optionsCustomFieldsTabHelpTextThird": { - "message": "Nesta página pode gerir os campos personalizados das credenciais.", + "message": "Nesta página pode gerir os campos personalizados de autenticação", "description": "Saved custom login fields info text, third part." }, "optionsCustomFieldsRemove": { - "message": "Remover campos de autenticação personalizados guardados?", + "message": "Remover campos personalizados guardados?", "description": "Confirmation text when removing saved custom login fields." }, "optionsCustomFieldsConfirmation": { - "message": "Tem a certeza de que deseja remover os campos personalizados de autenticação guardados para a página: $1", + "message": "Tem a certeza de que deseja remover os campos personalizados guardados para a página: $1", "description": "Confirmation text when removing saved custom login fields." }, "optionsCustomFieldsConfirmationHelpText": { - "message": "O KeePassXC-Browser detetará automaticamente os campos de autenticação na próxima vez que visitar esta página.", + "message": "KeePassXC-Browser detetará automaticamente os campos de autenticação na próxima vez que visitar esta página", "description": "Part of confirmation text when removing saved custom login fields." }, "optionsSitePreferencesNotFound": { - "message": "Não existem sites ignorados.", + "message": "Não existem sites ignorados", "description": "Shown when no site preferences are saved." }, "optionsSitePreferencesRemove": { @@ -1096,27 +1108,27 @@ "description": "Confirmation text when removing ignored sites from the list." }, "optionsSitePreferencesTabHelpTextFirst": { - "message": "Os sites nesta página têm métodos especiais de manipulação associados.", + "message": "Os sites nesta página têm associados métodos especiais de manipulação", "description": "Site preferences info text, first part." }, "optionsSitePreferencesTabHelpTextSecond": { - "message": "Para ignorar credenciais novas/alteradas num site específico, adicione-as abaixo ou clique no ícone do KeePassXC-Browser intermitente e selecione", + "message": "Para ignorar credenciais novas/alteradas num site específico, adicione-as abaixo ou utilize o 'banner' de credenciais e selecione Não perguntar de novo para este site", "description": "Site preferences info text, second part." }, "optionsSitePreferencesTabHelpTextThird": { - "message": "Se um site for totalmente ignorado (se a opção Desativar todas as funcionalidades for selecionada), o suplemento não fará nada ao visitar este site.", + "message": "Se um site for totalmente ignorado (se a opção Desativar todas as funcionalidades for selecionada), a extensão nada fará neste site", "description": "Site preferences info text, third part." }, "optionsSitePreferencesTabHelpTextFourth": { - "message": "A deteção de apenas nome de utilizador permite que o KeePassXC-Browser preencha os detalhes de autenticação em sites com páginas distintas para nome de utilizador e palavra-passe.", + "message": "A deteção 'Apenas nome de utilizador' permite que KeePassXC-Browser preencha os detalhes de autenticação em sites que possuam páginas distintas para o nome de utilizador e para a palavra-passe", "description": "Site preferences info text, fourth part." }, "optionsSitePreferencesImprovedInputFieldDetectionHelpText": { - "message": "Deteção de campo de preenchimento melhorado permite uma deteção mais detalhada de campos de preenchimento", + "message": "A deteção melhorada de campo de preenchimento permite uma deteção mais detalhada de campos de preenchimento. Contudo, pode afetar o desempenho. Use com cuidado.", "description": "Improved Input Field Detection help text." }, "optionsSitePreferencesManualAddText": { - "message": "Add URL manually", + "message": "Adicionar URL manualmente", "description": "Label for adding site manually on Site preferences tab." }, "optionsSitePreferencesManualAddHelp": { @@ -1124,47 +1136,47 @@ "description": "Help text for adding site manually on Site preferences tab." }, "optionsSitePreferencesConfirmation": { - "message": "Tem a certeza de que deseja remover o site especificado da lista$1?", + "message": "Tem a certeza de que deseja remover o site especificado da lista: $1", "description": "Confirmation text when removing site from site preferences." }, "optionsSitePreferencesConfirmationHelpText": { - "message": "O KeePassXC-Browser irá ativar todos as funcionalidades para este site e removerá a deteção única do nome de utilizador.", + "message": "KeePassXC-Browser irá ativar todos as funcionalidades para este site e removerá a deteção 'Apenas nome de utilizador'", "description": "Part of confirmation text when removing site preferences." }, "optionsSitePreferencesTableCaption": { - "message": "You can manage saved site preferences using the table below.", + "message": "Pode gerir as preferências dos sites na tabela abaixo", "description": "Table caption of Site Preferences page." }, "optionsSitePreferencesSelect": { - "message": "Option to ignore extension features for the page.", + "message": "Opção para ignorar as funcionalidades da extensão para a página", "description": "Title text of select element in Site Preferences." }, "optionsAboutChrome": { - "message": "Aceder a KeePassXC-Browser na Chrome Web Store.", + "message": "Aceder a KeePassXC-Browser na Chrome Web Store", "description": "About page link to Chrome Web Store." }, "optionsAboutMozilla": { - "message": "Aceder a KeePassXC-Browser no diretório de extras Mozilla.", + "message": "Aceder a KeePassXC-Browser no Mozilla Add-ons", "description": "About page link to AMO." }, "optionsAboutEdge": { - "message": "Visite o KeePassXC-Browser na página de complementos do Edge.", + "message": "Aceder a KeePassXC-Browser na página Edge Add-ons", "description": "About page link to Edge Add-ons page." }, "optionsAboutGitHub": { - "message": "Aceda a KeePassXC-Browser no GitHub.", + "message": "Aceder a KeePassXC-Browser no GitHub", "description": "About page link to GitHub." }, "optionsAboutExtensionVersion": { - "message": "KeePassXC-Browser versão: $1", + "message": "KeePassXC-Browser, versão: $1", "description": "About page text of extension version." }, "optionsAboutKeePassXCVersion": { - "message": "KeePassXC versão: $1", + "message": "KeePassXC, versão: $1", "description": "About page text of KeePassXC version." }, "optionsAboutContributors": { - "message": "Contributors", + "message": "Contributos", "description": "About page text of contributors." }, "optionsAboutLicenses": { @@ -1172,15 +1184,15 @@ "description": "About page text of licenses." }, "optionsAboutReportBugs": { - "message": "Reportar bugs", + "message": "Reportar erros", "description": "About page text of reporting bugs." }, "optionsAboutCreateNewIssue": { - "message": "Create new issue on GitHub", + "message": "Criar relatório de erro no GitHub", "description": "Link text for creating a new issue." }, "optionsAboutDebugInfo": { - "message": "The following debug info can be used", + "message": "Pode utilizar esta informação para depuração", "description": "Debug info text." }, "optionsAboutSupporters": { @@ -1196,7 +1208,7 @@ "description": "Error shown when input field has an incorrect URL." }, "optionsErrorValueExists": { - "message": "O valor já existe na lista.", + "message": "O valor já existe na lista", "description": "Error shown when trying to add a duplicate value to the list." }, "optionsUserInterfaceTitle": { @@ -1208,7 +1220,7 @@ "description": "Filling credentials title in settings page" }, "optionsSavingCredentialsTitle": { - "message": "Armazenamento de credenciais", + "message": "Gravação de credenciais", "description": "Saving credentials title in settings page" }, "optionsUpdatesTitle": { @@ -1224,23 +1236,23 @@ "description": "Extension title in settings page" }, "optionsPasskeysTitle": { - "message": "Passkeys", + "message": "Chaves-mestras", "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Ativar Passkeys", + "message": "Ativar chaves-mestras", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Ative o suporte para autenticação na web.", + "message": "Ativar suporte para autenticação web", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable Passkeys fallback", + "message": "Ativar recurso para chave-mestra", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": "Se ativada, um pedido efetuado a KeePassXC que tenha falhado ou sido cancelado, ativa um pedido de chave-mestra do navegador. Se desativada, é necessária uma ligação a KeePassXC e, se não acontecer, irá falhar. A opção está ativada por omissão.", "description": "Passkeys fallback option help text." }, "openNewTab": { @@ -1248,7 +1260,7 @@ "description": "Title attribute text." }, "httpAuthDialog": { - "message": "HTTP Basic Authentication dialog", + "message": "Caixa de diálogo 'HTTP Basic Authentication'", "description": "Options page HTTP Basic Auth dialog text" }, "autocompleteSubmitMessage": { diff --git a/keepassxc-browser/_locales/ro/messages.json b/keepassxc-browser/_locales/ro/messages.json index fea1306..113db9a 100644 --- a/keepassxc-browser/_locales/ro/messages.json +++ b/keepassxc-browser/_locales/ro/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Nu este conectat la KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/ru/messages.json b/keepassxc-browser/_locales/ru/messages.json index 7de29a4..cae82dd 100644 --- a/keepassxc-browser/_locales/ru/messages.json +++ b/keepassxc-browser/_locales/ru/messages.json @@ -108,37 +108,49 @@ "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { - "message": "No groups found.", + "message": "Группы не найдены.", "description": "No groups found." }, "errorMessageCannotCreateNewGroup": { - "message": "Cannot create new group.", + "message": "Невозможно создать новую группу.", "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "No valid UUID provided.", + "message": "Не указан действительный UUID.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Доступ ко всем записям запрещен.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "Attestation not supported.", + "message": "Аттестация не поддерживается.", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Credential is excluded.", + "message": "Учетные данные исключены.", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "Passkeys request canceled.", + "message": "Запрос ключей доступа отменен.", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { - "message": "Invalid user verification.", + "message": "Неверная верификация пользователя.", "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Empty public key.", + "message": "Пустой публичный ключ.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Указан неверный URL", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Резидентные ключи не поддерживаются.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Не подключён к KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" @@ -1224,23 +1236,23 @@ "description": "Extension title in settings page" }, "optionsPasskeysTitle": { - "message": "Passkeys", + "message": "Ключи доступа", "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Enable Passkeys", + "message": "Включить ключи доступа", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Enable support for Web Authentication.", + "message": "Включить поддержку веб-аутентификации.", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable Passkeys fallback", + "message": "Включить резервный ключ доступа", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": "Если эта функция включена, неудавшийся или отмененный запрос к KeePassXC вызовет собственный внутренний запрос паролей браузера. Если этот параметр отключен, требуется подключение к KeePassXC, и отмененный запрос не будет выполнен. По умолчанию: включено.", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/sl/messages.json b/keepassxc-browser/_locales/sl/messages.json index 310039c..927a465 100644 --- a/keepassxc-browser/_locales/sl/messages.json +++ b/keepassxc-browser/_locales/sl/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Ni vzpostavljena povezava s KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/sv/messages.json b/keepassxc-browser/_locales/sv/messages.json index 2368b4c..3d865fb 100644 --- a/keepassxc-browser/_locales/sv/messages.json +++ b/keepassxc-browser/_locales/sv/messages.json @@ -119,6 +119,10 @@ "message": "Ingen giltig UUID tillhandahållen.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Åtkomst till samtliga poster nekas.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestering stöds inte.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Tom offentlig nyckel.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Ogiltig URL tillhandahållen.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Residentnycklar stöds ej.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Inte ansluten till KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/tr/messages.json b/keepassxc-browser/_locales/tr/messages.json index ea9881f..c4b1d65 100644 --- a/keepassxc-browser/_locales/tr/messages.json +++ b/keepassxc-browser/_locales/tr/messages.json @@ -119,6 +119,10 @@ "message": "Geçerli bir UUID belirtilmemiş.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Tüm kayıtlara erişim reddedildi.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Onay desteklenmiyor.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Herkese açık anahtar boş.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Belirtilen adres geçersiz.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Kalıcı anahtarlar desteklenmiyor.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "KeePassXC ile bağlantı kurulmamış.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/uk/messages.json b/keepassxc-browser/_locales/uk/messages.json index a77d625..fc8d197 100644 --- a/keepassxc-browser/_locales/uk/messages.json +++ b/keepassxc-browser/_locales/uk/messages.json @@ -119,6 +119,10 @@ "message": "No valid UUID provided.", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "Access to all entries denied.", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", "description": "Attestation not supported." @@ -139,6 +143,14 @@ "message": "Empty public key.", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "Invalid URL provided.", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "Resident Keys are not supported.", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "Не під'єднано до KeePassXC.", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/_locales/zh_CN/messages.json b/keepassxc-browser/_locales/zh_CN/messages.json index f46864a..d4472b7 100644 --- a/keepassxc-browser/_locales/zh_CN/messages.json +++ b/keepassxc-browser/_locales/zh_CN/messages.json @@ -108,37 +108,49 @@ "description": "Error notification text shown when filled password is longer than defined maxLength of the input field." }, "errorMessageNoGroupsFound": { - "message": "No groups found.", + "message": "未找到群组。", "description": "No groups found." }, "errorMessageCannotCreateNewGroup": { - "message": "Cannot create new group.", + "message": "无法创建新群组。", "description": "Cannot create new group." }, "errorMessageNoValidUuidProvided": { - "message": "No valid UUID provided.", + "message": "未提供有效的 UUID。", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "访问所有条目被拒绝。", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "Attestation not supported.", + "message": "未支持密钥认证。", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Credential is excluded.", + "message": "凭据已被排除。", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { - "message": "Passkeys request canceled.", + "message": "通行密钥请求被取消。", "description": "Passkeys request canceled." }, "errorMessagePasskeysInvalidUserVerification": { - "message": "Invalid user verification.", + "message": "无效的用户验证。", "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Empty public key.", + "message": "公钥为空。", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "提供的 URL 无效。", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "不支持常驻密钥(Resident Key)。", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "未连接到 KeePassXC。", "description": "Error notification shown when not connected to KeePassXC" @@ -1224,23 +1236,23 @@ "description": "Extension title in settings page" }, "optionsPasskeysTitle": { - "message": "Passkeys", + "message": "通行密钥", "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Enable Passkeys", + "message": "启用通行密钥", "description": "Enabled Passkeys option text." }, "optionsPasskeysEnableHelpText": { - "message": "Enable support for Web Authentication.", + "message": "启用对 Web 身份认证的支持。", "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable Passkeys fallback", + "message": "启用通行密钥备用方案", "description": "Enabled Passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal Passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": "启用时,如果对 KeePassXC 的请求失败或被取消,将触发浏览器自身的内置通行密钥请求。如果禁用,则必须与 KeePassXC 建立连接,并且被取消的请求将视为失败。默认为启用。", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/zh_TW/messages.json b/keepassxc-browser/_locales/zh_TW/messages.json index 98cfeba..ca4bc83 100644 --- a/keepassxc-browser/_locales/zh_TW/messages.json +++ b/keepassxc-browser/_locales/zh_TW/messages.json @@ -119,8 +119,12 @@ "message": "未提供有效的 UUID。", "description": "No valid UUID provided." }, + "errorMessageAccessToAllEntriesDenied": { + "message": "存取所有項目被拒絕。", + "description": "Access to all entries denied." + }, "errorMessagePasskeysAttestationNotSupported": { - "message": "未支援密鑰證明。", + "message": "未支援密鑰證明 (Attestation)。", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { @@ -139,6 +143,14 @@ "message": "空的公開金鑰。", "description": "Empty public key." }, + "errorMessagePasskeysInvalidUrlProvided": { + "message": "提供的網址無效。", + "description": "Invalid URL provided." + }, + "errorMessagePasskeysResidentKeyNotSupported": { + "message": "未支援常駐金鑰 (Resident Key)。", + "description": "Resident Keys are not supported." + }, "errorNotConnected": { "message": "未連接至 KeePassXC。", "description": "Error notification shown when not connected to KeePassXC" diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index 7a56a9b..202781b 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.8.9", - "version_name": "1.8.9", + "version": "1.8.10", + "version_name": "1.8.10", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/package-lock.json b/package-lock.json index 3b4c012..fd9dd67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keepassxc-browser", - "version": "1.8.9", + "version": "1.8.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keepassxc-browser", - "version": "1.8.9", + "version": "1.8.10", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0", diff --git a/package.json b/package.json index ef14588..f35e192 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepassxc-browser", - "version": "1.8.9", + "version": "1.8.10", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {