mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update to 1.8.10
This commit is contained in:
parent
9cf47cdb83
commit
ac5b7f2c0b
37 changed files with 867 additions and 1735 deletions
10
CHANGELOG
10
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]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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 <em>Niet meer vragen op deze website</em> 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 <em>Niet meer vragen bij deze website</em>.",
|
||||
"description": "Site preferences info text, second part."
|
||||
},
|
||||
"optionsSitePreferencesTabHelpTextThird": {
|
||||
"message": "Als een website volledig genegeerd wordt (via <em>Alle functies uitschakelen</em>), dan zal deze extensie niks doen als je deze website bezoekt.",
|
||||
"message": "Als een website volledig genegeerd wordt (via <em>Alle functies uitschakelen</em>), 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 <code>https://</code>, <code>http://</code>, <code>file://</code> of <code>ftp://</code> en dient ten minste 5 tekens lang te zijn.",
|
||||
"message": "De URL moet beginnen met <code>https://</code>, <code>http://</code>, <code>file://</code> of <code>ftp://</code> 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": {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keepassxc-browser",
|
||||
"version": "1.8.9",
|
||||
"version": "1.8.10",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue