mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Update to 1.8.11
This commit is contained in:
parent
364c7fe416
commit
f728b0b38e
13 changed files with 95 additions and 83 deletions
12
CHANGELOG
12
CHANGELOG
|
|
@ -1,3 +1,15 @@
|
|||
1.8.11 (2024-01-06)
|
||||
=========================
|
||||
- Add barmer.de to form submit button exception list [#2068]
|
||||
- Fix Credential Banner container id [#2069]
|
||||
- Fix filling next password from the new password generator [#2070]
|
||||
- Fix to disallow iframes from another domain [#2059]
|
||||
- Fix showing keyId in the popup (Thanks stefansundin) [#2056]
|
||||
- Fix options page CSS (Thanks stefansundin) [#2054]
|
||||
- Fix possibility to style extension's Shadow DOM elements from the page styles (Thanks stefansundin) [#2055]
|
||||
- Fix using hostname instead of host with Passkeys [#2042]
|
||||
- Remove special handling for Firefox's overflow/hamburger menu [#1771]
|
||||
|
||||
1.8.10 (2023-11-25)
|
||||
=========================
|
||||
- Add Wordpress to Site Preferences [#2039]
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
"description": "No valid UUID provided."
|
||||
},
|
||||
"errorMessageAccessToAllEntriesDenied": {
|
||||
"message": "Access to all entries denied.",
|
||||
"message": "Достъпът до всички записи е отказан.",
|
||||
"description": "Access to all entries denied."
|
||||
},
|
||||
"errorMessagePasskeysAttestationNotSupported": {
|
||||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "Empty public key."
|
||||
},
|
||||
"errorMessagePasskeysInvalidUrlProvided": {
|
||||
"message": "Invalid URL provided.",
|
||||
"message": "Предоставен е недействителен адрес.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "Постоянни ключове не се поддържат.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
|
|
@ -1080,7 +1080,7 @@
|
|||
"description": "Saved custom login fields info text, first part."
|
||||
},
|
||||
"optionsCustomFieldsTabHelpTextSecond": {
|
||||
"message": "Отидете на страницата и кликнете върху иконата На KeePassXC-Browser, след което да изберете",
|
||||
"message": "Отидете на страницата и щракнете върху пиктограмата на KeePassXC-Browser, след което да изберете ",
|
||||
"description": "Saved custom login fields info text, second part."
|
||||
},
|
||||
"optionsCustomFieldsTabHelpTextThird": {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
"description": "Global Auto-Type shortcut text."
|
||||
},
|
||||
"multipleCredentialsDetected": {
|
||||
"message": "HTTP-Authentifizierung mit mehreren Anmeldedaten erkannt. Klicken Sie auf das Erweiterungssymbol, um die Richtigen auszuwählen.",
|
||||
"message": "HTTP-Authentifizierung mit mehreren Anmeldedaten erkannt. Klicken Sie auf das Erweiterungssymbol, um die richtigen auszuwählen.",
|
||||
"description": "Notification when HTTP Authentication has multiple credentials detected."
|
||||
},
|
||||
"errorMessageUnknown": {
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"description": "Database hash not received."
|
||||
},
|
||||
"errorMessageClientPublicKey": {
|
||||
"message": "Öffentlicher Client-Schlüssel nicht erhalten.",
|
||||
"message": "Öffentlichen Client-Schlüssel nicht erhalten.",
|
||||
"description": "Client public key not received."
|
||||
},
|
||||
"errorMessageDecrypt": {
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
"description": "No valid UUID provided."
|
||||
},
|
||||
"errorMessageAccessToAllEntriesDenied": {
|
||||
"message": "Access to all entries denied.",
|
||||
"message": "Zugriff auf alle Einträge verweigert.",
|
||||
"description": "Access to all entries denied."
|
||||
},
|
||||
"errorMessagePasskeysAttestationNotSupported": {
|
||||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "Empty public key."
|
||||
},
|
||||
"errorMessagePasskeysInvalidUrlProvided": {
|
||||
"message": "Invalid URL provided.",
|
||||
"message": "Ungültige URL angegeben.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "Residente Schlüssel werden nicht unterstützt.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
|
|
@ -320,11 +320,11 @@
|
|||
"description": "Shown when no credentials are found for the current page."
|
||||
},
|
||||
"credentialsMultipleFound": {
|
||||
"message": "Fehler:\nIn KeePassXC wurde mehr als eine Anmeldung gefunden!\nDrücken Sie auf das KeePassXC-Browser-Symbol für weitere Optionen.",
|
||||
"message": "Fehler:\nIn KeePassXC wurde mehr als eine Anmeldung gefunden!\nKlicken Sie auf das KeePassXC-Browser-Symbol für weitere Optionen.",
|
||||
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
|
||||
},
|
||||
"credentialsMultipleFoundSecondLine": {
|
||||
"message": "Drücken Sie auf das KeePassXC-Browser-Symbol für weitere Optionen.",
|
||||
"message": "Klicken Sie auf das KeePassXC-Browser-Symbol für weitere Optionen.",
|
||||
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
|
||||
},
|
||||
"credentialsNoUsernameFound": {
|
||||
|
|
@ -424,7 +424,7 @@
|
|||
"description": "Checking status message in popup."
|
||||
},
|
||||
"popupNotConfigured": {
|
||||
"message": "KeePassXC-Browser wurde nicht konfiguriert. Drücken Sie auf die Schaltfläche Verbinden, um eine Verbindung mit KeePassXC herzustellen.",
|
||||
"message": "KeePassXC-Browser wurde nicht konfiguriert. Klicken Sie auf die Schaltfläche Verbinden, um eine Verbindung mit KeePassXC herzustellen.",
|
||||
"description": "A popup message shown when the extension has not been connected to KeePassXC."
|
||||
},
|
||||
"popupNeedReconfigure": {
|
||||
|
|
@ -432,7 +432,7 @@
|
|||
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
|
||||
},
|
||||
"popupNeedReconfigureMessage": {
|
||||
"message": "Drücken Sie auf die Schaltfläche Wiederverbinden, um eine neue Verbindung herzustellen.",
|
||||
"message": "Klicken Sie auf die Schaltfläche Wiederverbinden, um eine neue Verbindung herzustellen.",
|
||||
"description": "A popup message shown when reconnect is needed."
|
||||
},
|
||||
"popupConfiguredNotAssociated": {
|
||||
|
|
@ -668,7 +668,7 @@
|
|||
"description": "Default checkbox explanation help text."
|
||||
},
|
||||
"optionsCheckboxUsePasswordGenerator": {
|
||||
"message": "Passwortgenerator aktivieren.",
|
||||
"message": "Symbole für Passwortgenerator aktivieren.",
|
||||
"description": "Activate password generator icons checkbox text."
|
||||
},
|
||||
"optionsCheckboxUsernameIcons": {
|
||||
|
|
@ -680,7 +680,7 @@
|
|||
"description": "Use dynamic input field detection checkbox text."
|
||||
},
|
||||
"optionsUseObserverHelpText": {
|
||||
"message": "Nützlich für Seiten, die Popups oder dynamische Dialoge verwenden. Deaktiviere diese Funktion, um die CPU-Last auf langsameren Geräten zu reduzieren. Wenn die Funktion deaktiviert ist, können Anmeldedaten nur mittels Tastaturkürzel, Kontextmenü oder dem Erweiterungs-Popup eingegeben werden.",
|
||||
"message": "Nützlich für Seiten, die Popups oder dynamische Dialoge verwenden. Deaktivieren Sie die Funktion, um die CPU-Last auf langsameren Geräten zu reduzieren. Wenn die Funktion deaktiviert ist, können Anmeldedaten nur über Tastaturkürzel, Kontextmenü oder das Erweiterungs-Popup eingefügt werden.",
|
||||
"description": "Use dynamic input field detection help text."
|
||||
},
|
||||
"optionsCheckboxOTPIcons": {
|
||||
|
|
@ -716,7 +716,7 @@
|
|||
"description": "Auto-submit checkbox text."
|
||||
},
|
||||
"optionsAutoSubmitHelpText": {
|
||||
"message": "Sendet automatisch die gewählten Anmeldedaten ab. Dies ist für Autoausfüllen von einem einzelnen Eintrag deaktiviert.",
|
||||
"message": "Übermittelt automatisch die ausgewählten Anmeldeinformationen. Diese Funktion ist für das automatische Ausfüllen von einzelnen Einträgen deaktiviert.",
|
||||
"description": "Auto-submit help text."
|
||||
},
|
||||
"optionsCheckboxShowNotifications": {
|
||||
|
|
@ -808,7 +808,7 @@
|
|||
"description": "Password Generator option help text."
|
||||
},
|
||||
"optionsUsePasswordGeneratorHelpTextSecond": {
|
||||
"message": "Passwörter werden von KeePassXC mit Hilfe Ihres Passwortgenerierungsprofils generiert.",
|
||||
"message": "Passwörter werden von KeePassXC mithilfe Ihres Passwortgenerierungsprofils generiert.",
|
||||
"description": "Password Generator option help text, second part."
|
||||
},
|
||||
"optionsPredefinedSiteList": {
|
||||
|
|
@ -828,7 +828,7 @@
|
|||
"description": "Username field icon option help text."
|
||||
},
|
||||
"optionsShowOTPIconHelpText": {
|
||||
"message": "Fügt Eingabenfeldern, die als OTP/2FA erkannt werden, ein Symbol hinzu.",
|
||||
"message": "Fügt Eingabefeldern, die als OTP/2FA erkannt werden, ein Symbol hinzu.",
|
||||
"description": "OTP field icon option help text."
|
||||
},
|
||||
"optionsAutoRetrieveCredentialsHelpText": {
|
||||
|
|
@ -844,11 +844,11 @@
|
|||
"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. Sie können jedoch falsch erkannt werden, wodurch möglicherweise sensible Daten in unsichere Eingabefelder eingetragen werden.",
|
||||
"message": "Warnung! Die Verwendung des automatischen Ausfüllens ist nicht sicher und 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": {
|
||||
"message": "Eine Dropdown-Liste mit verfügbaren Anmeldedaten für alle Benutzernamensfelder auf einer Seite anzeigen.",
|
||||
"message": "Eine Drop-down-Liste mit verfügbaren Anmeldedaten für alle Benutzernamensfelder auf einer Seite anzeigen.",
|
||||
"description": "Autocomplete Usernames option help text."
|
||||
},
|
||||
"optionsShowGroupNameInAutocompleteHelpText": {
|
||||
|
|
@ -856,7 +856,7 @@
|
|||
"description": "Show group name in autocomplete help text."
|
||||
},
|
||||
"optionsShowNotificationsHelpText": {
|
||||
"message": "Benachrichtigungen bei Fehlern, und wenn Benutzerinteraktion erforderlich ist, anzeigen.",
|
||||
"message": "Benachrichtigungen bei Fehlern und wenn eine Benutzerinteraktion erforderlich ist, anzeigen.",
|
||||
"description": "Show notifications option help text."
|
||||
},
|
||||
"optionsUseMonochromeToolbarIconHelpText": {
|
||||
|
|
@ -868,7 +868,7 @@
|
|||
"description": "Save domain only option help text."
|
||||
},
|
||||
"optionsSaveDomainOnlyCustomLoginHelpText": {
|
||||
"message": "Wenn neue, benutzerdefinierte Anmeldefelder gespeichert werden, nur die Domain anstatt der ganzen URL speichern, ",
|
||||
"message": "Beim Speichern neuer benutzerdefinierter Anmeldefelder nur die Domain anstatt der vollständigen URL speichern.",
|
||||
"description": "Save domain only option help text."
|
||||
},
|
||||
"optionsDownloadFaviconAfterSave": {
|
||||
|
|
@ -888,11 +888,11 @@
|
|||
"description": "HTTP Basic Auth image help text."
|
||||
},
|
||||
"optionsClearCredentialsTimeout": {
|
||||
"message": "Anmeldedaten aus nicht-aktiven Tabs entfernen nach (Sekunden, 0-3600)",
|
||||
"message": "Anmeldedaten aus nicht aktiven Tabs entfernen nach (Sekunden, 0 - 3600).",
|
||||
"description": "Clear credentials label text."
|
||||
},
|
||||
"optionsClearCredentialsTimeoutHelpText": {
|
||||
"message": "Anmeldedaten werden nach dem Timeout aus Hintergrund-Tabs entfernt, und für diese Seiten wird erneut um Erlaubnis gebeten.",
|
||||
"message": "Anmeldedaten werden nach dem Timeout aus Hintergrund-Tabs entfernt. Für diese Seiten wird erneut um Erlaubnis gebeten.",
|
||||
"description": "Clear credentials timeout help text."
|
||||
},
|
||||
"optionsVersionInfoText": {
|
||||
|
|
@ -1080,7 +1080,7 @@
|
|||
"description": "Saved custom login fields info text, first part."
|
||||
},
|
||||
"optionsCustomFieldsTabHelpTextSecond": {
|
||||
"message": "Gehen Sie auf die Seite und klicken Sie auf das Symbol KeePassXC-Browser, und wählen Sie anschließend",
|
||||
"message": "Gehen Sie auf die Seite, klicken Sie auf das Symbol KeePassXC-Browser und wählen Sie anschließend",
|
||||
"description": "Saved custom login fields info text, second part."
|
||||
},
|
||||
"optionsCustomFieldsTabHelpTextThird": {
|
||||
|
|
@ -1108,7 +1108,7 @@
|
|||
"description": "Confirmation text when removing ignored sites from the list."
|
||||
},
|
||||
"optionsSitePreferencesTabHelpTextFirst": {
|
||||
"message": "Webseiten auf dieser Seite haben spezielle Handhabungsmethoden, die mit ihnen verknüpft sind.",
|
||||
"message": "Webseiten auf dieser Seite sind mit besonderen Bearbeitungsmethoden verbunden.",
|
||||
"description": "Site preferences info text, first part."
|
||||
},
|
||||
"optionsSitePreferencesTabHelpTextSecond": {
|
||||
|
|
@ -1216,11 +1216,11 @@
|
|||
"description": "User interface title in settings page"
|
||||
},
|
||||
"optionsFillingCredentialsTitle": {
|
||||
"message": "Trage Anmeldedaten ein",
|
||||
"message": "Anmeldedaten eintragen",
|
||||
"description": "Filling credentials title in settings page"
|
||||
},
|
||||
"optionsSavingCredentialsTitle": {
|
||||
"message": "Speichere Anmeldedaten",
|
||||
"message": "Anmeldedaten speichern",
|
||||
"description": "Saving credentials title in settings page"
|
||||
},
|
||||
"optionsUpdatesTitle": {
|
||||
|
|
@ -1264,7 +1264,7 @@
|
|||
"description": "Options page HTTP Basic Auth dialog text"
|
||||
},
|
||||
"autocompleteSubmitMessage": {
|
||||
"message": "Dein Auswahl wird automatisch gesendet.",
|
||||
"message": "Ihre Auswahl wird automatisch gesendet.",
|
||||
"description": "Message shown at the bottom of autocomplete menu."
|
||||
},
|
||||
"lockDatabase": {
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
"description": "No valid UUID provided."
|
||||
},
|
||||
"errorMessageAccessToAllEntriesDenied": {
|
||||
"message": "Access to all entries denied.",
|
||||
"message": "Απαγορεύεται η πρόσβαση σε όλες τις καταχωρήσεις.",
|
||||
"description": "Access to all entries denied."
|
||||
},
|
||||
"errorMessagePasskeysAttestationNotSupported": {
|
||||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "Empty public key."
|
||||
},
|
||||
"errorMessagePasskeysInvalidUrlProvided": {
|
||||
"message": "Invalid URL provided.",
|
||||
"message": "Παρέχεται μη έγκυρη διεύθυνση URL.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "Τα Resident Keys δεν υποστηρίζονται.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
"description": "No valid UUID provided."
|
||||
},
|
||||
"errorMessageAccessToAllEntriesDenied": {
|
||||
"message": "Access to all entries denied.",
|
||||
"message": "Acceso a todos los apuntes denegado.",
|
||||
"description": "Access to all entries denied."
|
||||
},
|
||||
"errorMessagePasskeysAttestationNotSupported": {
|
||||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "Empty public key."
|
||||
},
|
||||
"errorMessagePasskeysInvalidUrlProvided": {
|
||||
"message": "Invalid URL provided.",
|
||||
"message": "URL proporcionada inválida.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "Las claves residentes no están soportadas.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
"description": "No valid UUID provided."
|
||||
},
|
||||
"errorMessageAccessToAllEntriesDenied": {
|
||||
"message": "Access to all entries denied.",
|
||||
"message": "Hozzáférés megtagadva minden bejegyzéshez.",
|
||||
"description": "Access to all entries denied."
|
||||
},
|
||||
"errorMessagePasskeysAttestationNotSupported": {
|
||||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "Empty public key."
|
||||
},
|
||||
"errorMessagePasskeysInvalidUrlProvided": {
|
||||
"message": "Invalid URL provided.",
|
||||
"message": "Érvénytelen URL lett megadva.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "A rezidens kulcsok nem támogatottak.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@
|
|||
"description": "Empty message received."
|
||||
},
|
||||
"errorMessageNoURL": {
|
||||
"message": "Ingen URL oppgitt.",
|
||||
"message": "Ingen URL angitt.",
|
||||
"description": "No URL provided."
|
||||
},
|
||||
"errorMessageNoLogins": {
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
"description": "No valid UUID provided."
|
||||
},
|
||||
"errorMessageAccessToAllEntriesDenied": {
|
||||
"message": "Access to all entries denied.",
|
||||
"message": "Tilgang til alle oppføringer nektet.",
|
||||
"description": "Access to all entries denied."
|
||||
},
|
||||
"errorMessagePasskeysAttestationNotSupported": {
|
||||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "Empty public key."
|
||||
},
|
||||
"errorMessagePasskeysInvalidUrlProvided": {
|
||||
"message": "Invalid URL provided.",
|
||||
"message": "Ugyldig URL angitt.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "Innbygde (resident) nøkler støttes ikke.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
"description": "Context menu item for filling Time-based One Time Password."
|
||||
},
|
||||
"contextMenuShowPasswordGeneratorIcons": {
|
||||
"message": "Wachtwoordgenerator-pictogrammen tonen",
|
||||
"message": "Pictogram voor wachtwoordgenerator tonen",
|
||||
"description": "Show password generator icon on every password input field."
|
||||
},
|
||||
"contextMenuSaveCredentials": {
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
"description": "No groups found."
|
||||
},
|
||||
"errorMessageCannotCreateNewGroup": {
|
||||
"message": "Geen nieuwe groep kunnen aanmaken.",
|
||||
"message": "Kan geen nieuwe groep aanmaken.",
|
||||
"description": "Cannot create new group."
|
||||
},
|
||||
"errorMessageNoValidUuidProvided": {
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
"description": "No valid UUID provided."
|
||||
},
|
||||
"errorMessageAccessToAllEntriesDenied": {
|
||||
"message": "Access to all entries denied.",
|
||||
"message": "Toegang tot alle items geweigerd.",
|
||||
"description": "Access to all entries denied."
|
||||
},
|
||||
"errorMessagePasskeysAttestationNotSupported": {
|
||||
|
|
@ -144,19 +144,19 @@
|
|||
"description": "Empty public key."
|
||||
},
|
||||
"errorMessagePasskeysInvalidUrlProvided": {
|
||||
"message": "Invalid URL provided.",
|
||||
"message": "Ongeldige URL opgegeven.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "Resident Keys worden niet ondersteund.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
"message": "Geen verbinding met KeePassXC.",
|
||||
"message": "Niet verbonden met KeePassXC.",
|
||||
"description": "Error notification shown when not connected to KeePassXC"
|
||||
},
|
||||
"passwordGeneratorIcon": {
|
||||
"message": "Wachtwoordgenerator-pictogram",
|
||||
"message": "Pictogram voor wachtwoordgenerator",
|
||||
"description": "Alt attribute text of the password generator icon."
|
||||
},
|
||||
"passwordGeneratorPlaceholder": {
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
"description": "Fill a password in password generator."
|
||||
},
|
||||
"passwordGeneratorErrorTooLong": {
|
||||
"message": "Foutmelding: Het gegenereerde wachtwoord is langer dan is toegestaan!",
|
||||
"message": "Fout: Het gegenereerde wachtwoord is langer dan is toegestaan!",
|
||||
"description": "A warning text shown in the password generator."
|
||||
},
|
||||
"passwordGeneratorErrorTooLongCut": {
|
||||
|
|
@ -204,7 +204,7 @@
|
|||
"description": "Password icon title text."
|
||||
},
|
||||
"passwordGeneratorError": {
|
||||
"message": "Kan geen gegenereerd wachtwoord ontvangen.",
|
||||
"message": "Gegenereerd wachtwoord niet ontvangen.",
|
||||
"description": "Password generator error text when KeePassXC is closed."
|
||||
},
|
||||
"passwordGeneratorErrorIsRunning": {
|
||||
|
|
@ -220,7 +220,7 @@
|
|||
"description": "Username field icon hover text when database is locked."
|
||||
},
|
||||
"usernameDisconnectedFieldText": {
|
||||
"message": "Geen verbinding met KeePassXC",
|
||||
"message": "KeePassXC is niet verbonden.",
|
||||
"description": "Username field icon hover text when KeePassXC is disconnected."
|
||||
},
|
||||
"usernameFieldIcon": {
|
||||
|
|
@ -340,15 +340,15 @@
|
|||
"description": "If a credential is expired, this is appended to the title label."
|
||||
},
|
||||
"fieldsFill": {
|
||||
"message": "Foutmelding: geen invulvelden aangetroffen.",
|
||||
"message": "Fout: geen invulvelden aangetroffen.",
|
||||
"description": "Alert message when no fields are found to fill in."
|
||||
},
|
||||
"fieldsNoPasswordField": {
|
||||
"message": "Foutmelding: geen wachtwoordveld aangetroffen.",
|
||||
"message": "Fout: geen wachtwoordveld aangetroffen.",
|
||||
"description": "Message shown when no password fields are found."
|
||||
},
|
||||
"rememberNothingChanged": {
|
||||
"message": "Foutmelding: geen gewijzigde inloggegevens geconstateerd.",
|
||||
"message": "Fout: geen gewijzigde inloggegevens gedetecteerd.",
|
||||
"description": "Message shown when trying to save credentials that haven't changed."
|
||||
},
|
||||
"popupTitle": {
|
||||
|
|
@ -400,7 +400,7 @@
|
|||
"description": "Popup warning message link when KeePassXC version is not up-to-date."
|
||||
},
|
||||
"popupGettingStartedText": {
|
||||
"message": "Gebruik je deze extensie voor het eerst? Lees dan onze snelstartgids (in het Engels).",
|
||||
"message": "Gebruik je deze extensie voor het eerst? Lees dan onze snelstartgids (Getting Started Guide).",
|
||||
"description": "Popup information message about Getting Started Guide."
|
||||
},
|
||||
"popupGettingStartedLinkText": {
|
||||
|
|
@ -412,7 +412,7 @@
|
|||
"description": "Hide alert close button title."
|
||||
},
|
||||
"popupTroubleshootingText": {
|
||||
"message": "Geen verbinding met KeePassXC? Wellicht biedt onze wiki raad.",
|
||||
"message": "Geen verbinding met KeePassXC? Mogelijk biedt onze wiki-pagina raad.",
|
||||
"description": "Popup information message about Troubleshooting Guide."
|
||||
},
|
||||
"popupTroubleshootingLinkText": {
|
||||
|
|
@ -668,7 +668,7 @@
|
|||
"description": "Default checkbox explanation help text."
|
||||
},
|
||||
"optionsCheckboxUsePasswordGenerator": {
|
||||
"message": "Wachtwoordgenerator-pictogrammen inschakelen.",
|
||||
"message": "Pictogrammen voor wachtwoordgenerator inschakelen.",
|
||||
"description": "Activate password generator icons checkbox text."
|
||||
},
|
||||
"optionsCheckboxUsernameIcons": {
|
||||
|
|
@ -684,7 +684,7 @@
|
|||
"description": "Use dynamic input field detection help text."
|
||||
},
|
||||
"optionsCheckboxOTPIcons": {
|
||||
"message": "Pictogrammen bij 2FA-/OTP-velden activeren.",
|
||||
"message": "Pictogrammen bij 2FA-/OTP-velden inschakelen.",
|
||||
"description": "Activate OTP field icons textbox text."
|
||||
},
|
||||
"optionsCheckboxAutoRetrieveCredentials": {
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@
|
|||
"description": "No valid UUID provided."
|
||||
},
|
||||
"errorMessageAccessToAllEntriesDenied": {
|
||||
"message": "Access to all entries denied.",
|
||||
"message": "Acesso a todas as entradas negado.",
|
||||
"description": "Access to all entries denied."
|
||||
},
|
||||
"errorMessagePasskeysAttestationNotSupported": {
|
||||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "Empty public key."
|
||||
},
|
||||
"errorMessagePasskeysInvalidUrlProvided": {
|
||||
"message": "Invalid URL provided.",
|
||||
"message": "URL inválida fornecida.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "Chaves Residentes não são suportadas.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
|
|
|
|||
|
|
@ -108,47 +108,47 @@
|
|||
"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.",
|
||||
"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": "Запит на 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.",
|
||||
"message": "Надано недійсну URL-адресу.",
|
||||
"description": "Invalid URL provided."
|
||||
},
|
||||
"errorMessagePasskeysResidentKeyNotSupported": {
|
||||
"message": "Resident Keys are not supported.",
|
||||
"message": "Резидентні ключі не підтримуються.",
|
||||
"description": "Resident Keys are not supported."
|
||||
},
|
||||
"errorNotConnected": {
|
||||
|
|
@ -1236,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": {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.8.10",
|
||||
"version_name": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"version_name": "1.8.11",
|
||||
"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.10",
|
||||
"version": "1.8.11",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "keepassxc-browser",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"@npmcli/fs": "^2.1.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keepassxc-browser",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue