From 9ca28c119e539c7afebc2b9457404684acbe54b2 Mon Sep 17 00:00:00 2001 From: wolfsilver Date: Mon, 19 Aug 2024 13:10:02 +0800 Subject: [PATCH 1/4] Update keepassxc-browser.js feat: support multi auto fill --- keepassxc-browser/content/keepassxc-browser.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/keepassxc-browser/content/keepassxc-browser.js b/keepassxc-browser/content/keepassxc-browser.js index 41a051e..401f65a 100755 --- a/keepassxc-browser/content/keepassxc-browser.js +++ b/keepassxc-browser/content/keepassxc-browser.js @@ -513,6 +513,19 @@ kpxc.prepareCredentials = async function() { kpxc.initLoginPopup(); kpxc.initAutocomplete(); + + if (kpxc.settings.autoFillSingleEntry) { + const pageUuid = await sendMessage('page_get_login_id'); + if (pageUuid) { + kpxc.credentials.some(c => { + if (c.uuid === pageUuid) { + const index = kpxc.combinations.length - 1; + kpxcFill.fillInCredentials(kpxc.combinations[index], c.login, c.uuid); + return true; + } + }); + } + } }; /** From f940543e278e29af7da3a69eb7b0e9ace3486ae1 Mon Sep 17 00:00:00 2001 From: wolfsilver <2452450+wolfsilver@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:01:02 +0800 Subject: [PATCH 2/4] Add option to automatically fill relevant credential entries --- keepassxc-browser/_locales/bg/messages.json | 14 +++++++--- keepassxc-browser/_locales/cs/messages.json | 14 +++++++--- keepassxc-browser/_locales/da/messages.json | 14 +++++++--- keepassxc-browser/_locales/de/messages.json | 14 +++++++--- keepassxc-browser/_locales/el/messages.json | 14 +++++++--- keepassxc-browser/_locales/en/messages.json | 14 +++++++--- .../_locales/en_GB/messages.json | 14 +++++++--- keepassxc-browser/_locales/es/messages.json | 14 +++++++--- keepassxc-browser/_locales/et/messages.json | 26 ++++++++++++------- keepassxc-browser/_locales/fi/messages.json | 14 +++++++--- keepassxc-browser/_locales/fr/messages.json | 14 +++++++--- keepassxc-browser/_locales/he/messages.json | 14 +++++++--- keepassxc-browser/_locales/hu/messages.json | 14 +++++++--- keepassxc-browser/_locales/id/messages.json | 14 +++++++--- keepassxc-browser/_locales/it/messages.json | 14 +++++++--- keepassxc-browser/_locales/ja/messages.json | 14 +++++++--- keepassxc-browser/_locales/ko/messages.json | 14 +++++++--- keepassxc-browser/_locales/la/messages.json | 8 ++++++ keepassxc-browser/_locales/lt/messages.json | 14 +++++++--- keepassxc-browser/_locales/my/messages.json | 14 +++++++--- keepassxc-browser/_locales/nb/messages.json | 14 +++++++--- keepassxc-browser/_locales/nl/messages.json | 14 +++++++--- keepassxc-browser/_locales/pl/messages.json | 14 +++++++--- keepassxc-browser/_locales/pt/messages.json | 14 +++++++--- .../_locales/pt_BR/messages.json | 14 +++++++--- .../_locales/pt_PT/messages.json | 14 +++++++--- keepassxc-browser/_locales/ro/messages.json | 14 +++++++--- keepassxc-browser/_locales/ru/messages.json | 14 +++++++--- keepassxc-browser/_locales/sl/messages.json | 14 +++++++--- keepassxc-browser/_locales/sv/messages.json | 14 +++++++--- keepassxc-browser/_locales/tr/messages.json | 14 +++++++--- keepassxc-browser/_locales/uk/messages.json | 14 +++++++--- .../_locales/zh_CN/messages.json | 8 ++++++ .../_locales/zh_TW/messages.json | 8 ++++++ keepassxc-browser/background/page.js | 1 + .../content/keepassxc-browser.js | 2 +- keepassxc-browser/managed_storage.json | 4 +++ keepassxc-browser/options/options.html | 5 ++++ 38 files changed, 382 insertions(+), 100 deletions(-) diff --git a/keepassxc-browser/_locales/bg/messages.json b/keepassxc-browser/_locales/bg/messages.json index b466a76..3a8c1b4 100644 --- a/keepassxc-browser/_locales/bg/messages.json +++ b/keepassxc-browser/_locales/bg/messages.json @@ -762,6 +762,10 @@ "message": "Автоматично попълване на единични съвпадения", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Автоматично попълване на съответстващи регистрации", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Автоматично попълване на единични съвпадения за TOTP", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "KeePassXC-Browser автоматично попълва регистрацията при едно съвпадение.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Позволете на KeePassXC-Browser автоматично да попълва данни за вход, ако получи съответстващи регистрации.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Внимание! Автоматичното попълване не е безопасно. Използвайте го на свой риск. KeePassXC-Browser се опитва автоматично да открие полетата за вход. Обаче те могат да не бъдат открити правилно, като е възможно да бъдат попълнени чувствителни данни в грешните полета.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Използване на умален вариант на падащия списък за избор на регистрации.", - "description": "Use compact (legacy) mode help text." + "message": "Използване на умален вариант на падащия списък за избор на регистрации.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "При добавяне на регистрации да бъде запазван само домейна вместо целия адрес.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Разрешаване на рамки с ограничение по Cross-Origin", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Премахване", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/cs/messages.json b/keepassxc-browser/_locales/cs/messages.json index a4b4226..27129b0 100644 --- a/keepassxc-browser/_locales/cs/messages.json +++ b/keepassxc-browser/_locales/cs/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Automaticky vyplnit relevantní přihlašovací údaje", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Pokud obdrží pouze jedinou položku, nechat KeePassXC-Browser automaticky vyplnit přihlašovací údaje.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Nechat KeePassXC-Browser automaticky vyplnit přihlašovací údaje, pokud obdrží relevantní přihlašovací údaje.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Při ukládání nových přihlašovacích údajů, uložit pouze doménu namísto úplné URL adresy.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Smazat", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/da/messages.json b/keepassxc-browser/_locales/da/messages.json index 32f00f6..0bb17b7 100644 --- a/keepassxc-browser/_locales/da/messages.json +++ b/keepassxc-browser/_locales/da/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Automatisk udfyld relevante loginoplysninger", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Lad KeePassXC-Browser udfylde loginoplysninger automatisk hvis den kun modtager én indtastning.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Lad KeePassXC-Browser automatisk udfylde loginoplysninger, hvis den modtager relevante loginoplysninger.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Advarsel! Automatisk udfyldning er ikke sikker. Brug funktionen på eget ansvar. KeePassXC-Browser forsøger automatisk at detektere loginfelter. Felter kan dog blive detekteret ukorrekt, hvilken muligvis udfylder usikre felter med følsomme data.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Når nye loginoplysninger gemmes, så gem kun domænet i stedet for den fulde URL.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Tillad Cross-Origin iframes.", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Slet", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/de/messages.json b/keepassxc-browser/_locales/de/messages.json index 09f8da0..f028a96 100644 --- a/keepassxc-browser/_locales/de/messages.json +++ b/keepassxc-browser/_locales/de/messages.json @@ -762,6 +762,10 @@ "message": "Einträge mit einzelnen Anmeldedaten automatisch ausfüllen", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Relevante Anmeldeinformationen automatisch ausfüllen", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Einzelne TOTP-Einträge automatisch ausfüllen", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Anmeldedaten von KeePassXC-Browser automatisch ausfüllen lassen, wenn er nur einen einzigen Eintrag erhält.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Lassen Sie KeePassXC-Browser Anmeldeinformationen automatisch ausfüllen, wenn relevante Anmeldeinformationen empfangen werden.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "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." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Verwenden Sie eine kompakte Version der Drop-down-Liste, um Anmeldedaten auszuwählen.", - "description": "Use compact (legacy) mode help text." + "message": "Verwenden Sie eine kompakte Version der Drop-down-Liste, um Anmeldedaten auszuwählen.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Beim Speichern neuer Anmeldedaten nur die Domain anstatt der vollständigen URL speichern.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Cross-Origin iframes zulassen", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Löschen", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/el/messages.json b/keepassxc-browser/_locales/el/messages.json index fd736ba..0c76377 100644 --- a/keepassxc-browser/_locales/el/messages.json +++ b/keepassxc-browser/_locales/el/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Αυτόματη συμπλήρωση σχετικών καταχωρήσεων διαπιστευτηρίων", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Αφήστε το KeePassXC-Browser να συμπληρώνει αυτόματα τα διαπιστευτήρια εάν λάβει μόνο μία καταχώρηση.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Αφήστε το KeePassXC-Browser να συμπληρώνει αυτόματα τα διαπιστευτήρια εάν λάβει σχετικά διαπιστευτήρια.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Προειδοποίηση! Η χρήση της αυτόματης συμπλήρωσης δεν είναι ασφαλής. Χρησιμοποιήστε το με δική σας ευθύνη. Το KeePassXC-Browser προσπαθεί αυτόματα να εντοπίσει πεδία σύνδεσης. Ωστόσο, ενδέχεται να εντοπιστούν εσφαλμένα, ενδεχομένως γεμίζοντας ευαίσθητα δεδομένα σε μη ασφαλή πεδία εισαγωγής.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Κατά την αποθήκευση νέων διαπιστευτηρίων, αποθηκεύστε μόνο το domain αντί για την πλήρη διεύθυνση URL.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Να επιτρέπονται τα Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Διαγραφή", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/en/messages.json b/keepassxc-browser/_locales/en/messages.json index dd598ee..fdeb8c2 100644 --- a/keepassxc-browser/_locales/en/messages.json +++ b/keepassxc-browser/_locales/en/messages.json @@ -766,6 +766,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Automatically fill in relevant credential entries", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -914,6 +918,10 @@ "message": "Let KeePassXC-Browser automatically fill in credentials if it receives only a single entry.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Let KeePassXC-Browser automatically fill in credentials if it receives relevant credential.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." @@ -939,8 +947,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "When saving new credentials, save only the domain instead of full URL.", @@ -1089,7 +1097,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Delete", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/en_GB/messages.json b/keepassxc-browser/_locales/en_GB/messages.json index a224a03..a5789cf 100644 --- a/keepassxc-browser/_locales/en_GB/messages.json +++ b/keepassxc-browser/_locales/en_GB/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Automatically fill in relevant credential entries", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Let KeePassXC-Browser automatically fill in credentials if it receives only a single entry.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Let KeePassXC-Browser automatically fill in credentials if it receives relevant credential.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "When saving new credentials, save only the domain instead of full URL.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Delete", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/es/messages.json b/keepassxc-browser/_locales/es/messages.json index 20fb7df..af2d262 100644 --- a/keepassxc-browser/_locales/es/messages.json +++ b/keepassxc-browser/_locales/es/messages.json @@ -762,6 +762,10 @@ "message": "Rellenar apuntes de credenciales únicas automáticamente", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Rellenar automáticamente las entradas de credenciales relevantes", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Rellenar apuntes de TOPT únicas automáticamente", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Permitir que KeePassXC-Browser complete las credenciales automáticamente si recibe solo una entrada.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Permitir que KeePassXC-Browser complete automáticamente las credenciales si recibe una entrada relevante.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Advertencia! Usar el autorellenado no es seguro. Úseló bajo su propio riesgo. KeePassXC-Browser intenta detectar automáticamente los campos de inicio de sesión. Sin embargo, pueden ser detectados incorrectamente, con la posibilidad de rellenar datos sensibles en capos de entrada inseguros.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Mostrar la lista de selección de credenciales de forma compacta.", - "description": "Use compact (legacy) mode help text." + "message": "Mostrar la lista de selección de credenciales de forma compacta.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Al guardar nuevas credenciales, guarde solo el dominio en lugar de la URL completa.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Permitir Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Eliminar", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/et/messages.json b/keepassxc-browser/_locales/et/messages.json index 267dbd3..ddc62df 100644 --- a/keepassxc-browser/_locales/et/messages.json +++ b/keepassxc-browser/_locales/et/messages.json @@ -120,8 +120,8 @@ "description": "No valid UUID provided." }, "errorMessageAccessToAllEntriesDenied": { - "message": "Access to all entries denied.", - "description": "Access to all entries denied." + "message": "Access to all entries denied.", + "description": "Access to all entries denied." }, "errorMessagePasskeysAttestationNotSupported": { "message": "Attestation not supported.", @@ -152,16 +152,16 @@ "description": "Origin is empty or not allowed." }, "errorMessagePasskeysDomainNotValid": { - "message": "Effective domain is not a valid domain.", - "description": "Effective domain is not a valid domain." + "message": "Effective domain is not a valid domain.", + "description": "Effective domain is not a valid domain." }, "errorMessagePasskeysDomainRpIdMismatch": { - "message": "Origin and RP ID do not match.", - "description": "Origin and RP ID do not match." + "message": "Origin and RP ID do not match.", + "description": "Origin and RP ID do not match." }, "errorMessagePasskeysNoSupportedAlgorithms": { - "message": "No supported algorithms were provided.", - "description": "No supported algorithms were provided." + "message": "No supported algorithms were provided.", + "description": "No supported algorithms were provided." }, "errorMessagePasskeysWaitforLifeTimer": { "message": "Wait for timer to expire.", @@ -714,6 +714,10 @@ "message": "Automatically fill in single-credential entries.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Täida automaatselt asjakohased mandaadikirjed", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries.", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -858,6 +862,10 @@ "message": "Let KeePassXC-Browser automatically fill in credentials if it receives only a single entry.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Las KeePassXC-Browser complete automáticamente las credenciales si recibe una entrada relevante.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." @@ -1029,7 +1037,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Kustuta", "description": "Site preferences list column title." diff --git a/keepassxc-browser/_locales/fi/messages.json b/keepassxc-browser/_locales/fi/messages.json index 919afea..4b9db69 100644 --- a/keepassxc-browser/_locales/fi/messages.json +++ b/keepassxc-browser/_locales/fi/messages.json @@ -762,6 +762,10 @@ "message": "Täytä yksittäinen tietue automaattisesti", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Täytä automaattisesti sopivat tietueet", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Täytä yksittäiset TOTP-kentät automaattisesti", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Salli KeePassXC-Browserin täyttää kirjautumistiedot automaattisesti, jos se noutaa vain yksittäisen tietueen.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Salli KeePassXC-Browserin täyttää kirjautumistiedot automaattisesti, jos se noutaa sopivan tietueen.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Varoitus! Automaattinen täydennys ei ole turvallinen. Käytä omalla vastuulla. KeePassXC-Browser yrittää automaattisesti tunnistaa kirjautumiskentät. On mahollista, että yksityistä tietoa täydennetään kenttiin jotka eivät ole turvallisia.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Käytä kompaktia versiota listasta, kun valitset sivulla tietueita.", - "description": "Use compact (legacy) mode help text." + "message": "Käytä kompaktia versiota listasta, kun valitset sivulla tietueita.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Kun tallennetaan uusia tietueita, tallenna täydellisen URL-osoitteen sijaan vain sivuston verkkotunnus.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Salli iframe-upotukset muilta sivustoilta", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Poista", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/fr/messages.json b/keepassxc-browser/_locales/fr/messages.json index 11b9e00..da43611 100644 --- a/keepassxc-browser/_locales/fr/messages.json +++ b/keepassxc-browser/_locales/fr/messages.json @@ -762,6 +762,10 @@ "message": "Remplir automatiquement les entrées ne contenant qu'un identifiant", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Remplir automatiquement les entrées d'identifiants pertinentes", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Remplir automatiquement les entrées ne contenant qu'un seul TOTP", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Laisse KeePassXC-Browser remplir les identifiants automatiquement si une seule entrée est retournée.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Laisser KeePassXC-Browser remplir automatiquement les identifiants si une entrée pertinente est reçue.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Attention ! Le remplissage automatique n'est pas recommandé. Vous l'utilisez à vos risques. KeePassXC-Browser tente de détecter automatiquement les champs d'identification. Cependant, la détection peut être erronée et entraîner le remplissage de champs non sûrs avec des données sensibles.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Lorsqu'un nouvel identifiant est ajouté, n'enregistrer que le domaine au lieu de l'URL complète.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Autoriser les iframes Cross–Origin", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Supprimer", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/he/messages.json b/keepassxc-browser/_locales/he/messages.json index c2ca683..c372221 100644 --- a/keepassxc-browser/_locales/he/messages.json +++ b/keepassxc-browser/_locales/he/messages.json @@ -762,6 +762,10 @@ "message": "מילוי אוטומטי של רשומות עם אישור יחיד.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "מילוי אוטומטי של רשומות עם אישור רלוונטי", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "מילוי אוטומטי של רשומות עם TOTP יחיד.", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "לאפשר לדפדפן־KeePassXC למלא נתוני־אמנה באופן אוטומטי בקבלת רק ערך יחיד.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "לאפשר לדפדפן־KeePassXC למלא נתוני־אמנה באופן אוטומטי אם מתקבל אישור רלוונטי.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "אזהרה! השימוש באפשרות מילוי־אוטומטי אינה בטוחה. השימוש על אחריות המשתמש בלבד. KeePassXC-Browser מנסה לזהות באופן אוטומטי שדות התחברות. יחד עם זאת, שדות ההתחברות עלולות להיות מזוהות באופן שגוי, דבר שעשוי אולי לאכלס נתונים רגישים, בשדות קלט לא בטוחים.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "בעת שמירת נתוני־אמנה חדשים, לשמור רק את שם המתחם במקום את מען ה־URL המלא.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "מחיקה", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/hu/messages.json b/keepassxc-browser/_locales/hu/messages.json index 6133eb3..25d6245 100644 --- a/keepassxc-browser/_locales/hu/messages.json +++ b/keepassxc-browser/_locales/hu/messages.json @@ -762,6 +762,10 @@ "message": "Önálló hitelesítésiadat-bejegyzések automatikus kitöltése", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Releváns hitelesítési adatok automatikus kitöltése", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Önálló TOTP-bejegyzések automatikus kitöltése", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "A KeePassXC-böngésző automatikusan kitölthesse a hitelesítési adatokat, ha csak egy önálló bejegyzést kap.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "A KeePassXC-böngésző automatikusan kitölthesse a hitelesítési adatokat, ha releváns hitelesítési adatot kap.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Figyelmeztetés! Az automatikus kitöltés használata nem biztonságos! Saját felelősségére használja. A KeePassXC-böngésző megpróbálja automatikusan érzékelni a belépési mezőket. Azonban, lehet, hogy ezek rosszul kerülnek felderítésre és így az érzékeny adatok nem biztonságos bemeneti mezőkbe lesznek feltöltve.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "A legördülő lista kompakt változatának alkalmazása a hitelesítő adatok kiválasztásához.", - "description": "Use compact (legacy) mode help text." + "message": "A legördülő lista kompakt változatának alkalmazása a hitelesítő adatok kiválasztásához.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Új hitelesítési adatok mentésekor csak a tartományt mentse el a teljes URL helyett.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Cross-Origin iframe-ek engedélyezése", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Törlés", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/id/messages.json b/keepassxc-browser/_locales/id/messages.json index 35c5f19..0434c43 100644 --- a/keepassxc-browser/_locales/id/messages.json +++ b/keepassxc-browser/_locales/id/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Isi otomatis entri kredensial yang relevan", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Biarkan KeePassXC-Browser mengisi kredensial secara otomatis ketika hanya menerima satu entri.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Biarkan KeePassXC-Browser mengisi kredensial secara otomatis jika menerima kredensial yang relevan.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Peringatan! Menggunakan pengisian otomatis tidak aman. Gunakan dengan risiko Anda sendiri. KeePassXC-Browser mendeteksi kolom masuk secara otomatis. Tetapi, mereka dapat dideteksi secara salah, kemungkinan dapat mengisi data sensitif ke kolom masukan yang berbahaya.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Ketika menyimpan kredensial baru, hanya simpan domainnya daripada URL penuhnya.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Perbolehkan iframe lintas sumber", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Hapus", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/it/messages.json b/keepassxc-browser/_locales/it/messages.json index 45558c1..febbfab 100644 --- a/keepassxc-browser/_locales/it/messages.json +++ b/keepassxc-browser/_locales/it/messages.json @@ -762,6 +762,10 @@ "message": "Compila automaticamente le voci a credenziale singola", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Compila automaticamente le voci a credenziale rilevante", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Compila automaticamente singole voci TOTP", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Lascia che KeePassXC-Browser compili automaticamente le credenziali se riceve solo una singola voce.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Lascia che KeePassXC-Browser compili automaticamente le credenziali se riceve una credenziale rilevante.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Attenzione! L'uso del riempimento automatico non è sicuro. Usalo a tuo rischio. KeePassXC-Browser tenta automaticamente di rilevare i campi di accesso. Tuttavia, potrebbero essere rilevati in modo errato, portando all'inserimento di dati sensibili in campi di input non sicuri. ", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Utilizza una versione compatta del menù a discesa per scegliere le credenziali.", - "description": "Use compact (legacy) mode help text." + "message": "Utilizza una versione compatta del menù a discesa per scegliere le credenziali.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Al salvataggio di nuove credenziali salva solo il dominio al posto dell'URL completa.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Permetti iframes Cross-Origin", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Elimina", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/ja/messages.json b/keepassxc-browser/_locales/ja/messages.json index ea42477..59ed3f4 100644 --- a/keepassxc-browser/_locales/ja/messages.json +++ b/keepassxc-browser/_locales/ja/messages.json @@ -762,6 +762,10 @@ "message": "単一の資格情報エントリーに自動入力する", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "関連する資格情報エントリーに自動入力する", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "単一の TOTP エントリーに自動入力する", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "エントリーに対する資格情報が単一の場合は、KeePassXC-Browser に自動入力させます。", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "KeePassXC-Browser が関連する資格情報を受信した場合、自動的に入力させる。", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "警告!自動入力は安全ではありません。自己責任で使用してください。KeePassXC-Browser が自動的にログインフィールドを検出しますが、検出に失敗して安全ではない入力フィールドに機密データを入力してしまう可能性があります。", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "資格情報を選択するドロップダウンリストでコンパクト版を使用します。", - "description": "Use compact (legacy) mode help text." + "message": "資格情報を選択するドロップダウンリストでコンパクト版を使用します。", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "新しい資格情報を保存する場合、完全な URL の代わりにドメインのみを保存します。", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "クロスオリジン iframe を許可する", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "削除", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/ko/messages.json b/keepassxc-browser/_locales/ko/messages.json index bd30663..1d9b1ab 100644 --- a/keepassxc-browser/_locales/ko/messages.json +++ b/keepassxc-browser/_locales/ko/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "관련 있는 자격 증명 항목 자동 입력", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "자격 증명이 하나만 있을 때 KeePassXC-브라우저에서 자동으로 입력합니다.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "관련 있는 자격 증명이 수신되면 KeePassXC-브라우저에서 자동으로 입력하도록 합니다.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "경고! 자동 입력은 안전하지 않을 수 있습니다. 주의하여 사용하십시오. KeePassXC-브라우저에서는 로그인 필드 자동 감지를 시도하지만, 필드가 잘못 감지되었을 경우에는 안전하지 않은 입력 필드에 민감한 정보를 입력할 수도 있습니다.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "새 자격 증명을 저장할 때 전체 URL 대신 도메인만 저장합니다.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "교차 출처 iframe 허용", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "삭제", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/la/messages.json b/keepassxc-browser/_locales/la/messages.json index c76d3fe..58bc655 100644 --- a/keepassxc-browser/_locales/la/messages.json +++ b/keepassxc-browser/_locales/la/messages.json @@ -659,6 +659,10 @@ "message": "Automatice imple nomina singulorum credentialorum.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Automatice imple nomina credentialium pertinentium", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Activa autocomplete pro campis nominum usoriorum.", "description": "Activate autocomplete for username fields checkbox text." @@ -799,6 +803,10 @@ "message": "Permitte ipsum KeePassXC-Navigatorem implere litteras credentiales si solum unum nomen recipiat.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Permitte ipsum KeePassXC-Navigatorem implere litteras credentiales si litteras credentiales pertinentes recipiat.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." diff --git a/keepassxc-browser/_locales/lt/messages.json b/keepassxc-browser/_locales/lt/messages.json index 0d8a473..01c5bfa 100644 --- a/keepassxc-browser/_locales/lt/messages.json +++ b/keepassxc-browser/_locales/lt/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Automatiškai užpildykite atitinkamus kredencialų įrašus", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Leiskite \"KeePassXC-Browser\" automatiškai užpildyti kredencialus, jei ji gauna tik vieną įrašą.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Leiskite „KeePassXC-Browser“ automatiškai užpildyti kredencialus, jei ji gauna atitinkamą kredencialą.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Įrašydami naujus kredencialus, įrašykite tik domeną, o ne visą URL.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Ištrinti", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/my/messages.json b/keepassxc-browser/_locales/my/messages.json index 7e8c172..2d7cafe 100644 --- a/keepassxc-browser/_locales/my/messages.json +++ b/keepassxc-browser/_locales/my/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "သက်ဆိုင်ရာ အထောက်အထားများကို အလိုအလျောက် ဖြည့်ရန်", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "ဖြည့်သွင်းရမည့်အရာ တစ်ခုတည်း လက်ခံရရှိပါက KeePassXC-ဘရောက်ဇာအား အထောက်အထားများကို အလိုအလျောက် ဖြည့်ခွင့်ပြုပါ။\n", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "သက်ဆိုင်ရာ အထောက်အထားများကို လက်ခံရရှိပါက KeePassXC-ဘရောက်ဇာအား အထောက်အထားများကို အလိုအလျောက် ဖြည့်ခွင့်ပြုပါ။", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "အထောက်အထားသစ်များ သိမ်းချိန်တွင် URL အပြည့်အစုံအစား ဒိုမိန်းကိုသာ သိမ်းပါ။", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "ဖျက်ရန်", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/nb/messages.json b/keepassxc-browser/_locales/nb/messages.json index af6254a..0bcfde8 100644 --- a/keepassxc-browser/_locales/nb/messages.json +++ b/keepassxc-browser/_locales/nb/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Fyll ut relevante identifikasjoner automatisk", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "La KeePassXC–Browser automatisk fylle ut identifikasjon hvis det bare blir mottatt en enkelt oppføring.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "La KeePassXC–Browser automatisk fylle ut identifikasjon hvis den mottar relevant identifikasjon.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Advarsel! Det er ikke trygt å bruke automatisk utfylling. Bruk på egen risiko. KeePassXC-Browser prøver automatisk å oppdage påloggingsfelt. De kan imidlertid oppdages feil, og muligens fylle ut sensitive data til usikre inndatafelt.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Ved lagring av ny identifikasjon, lagres bare domenet i stedet for fullstendig URL.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Slette", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/nl/messages.json b/keepassxc-browser/_locales/nl/messages.json index 69b3fd0..17fcb1a 100644 --- a/keepassxc-browser/_locales/nl/messages.json +++ b/keepassxc-browser/_locales/nl/messages.json @@ -762,6 +762,10 @@ "message": "Enkelvoudige inloggegevens automatisch invullen", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Relevante inloggegevens automatisch invullen", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Enkelvoudige TOTP-gegevens automatisch invullen", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Laat KeePassXC-Browser automatisch inloggegevens invullen als er maar één invoerveld wordt gedetecteerd.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Laat KeePassXC-Browser automatisch inloggegevens invullen als deze relevante inloggegevens ontvangt.", + "description": "Auto-Fill Relevant Credential 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. Ze kunnen echter onjuist worden gedetecteerd, waardoor mogelijk gevoelige gegevens worden ingevuld naar onveilige invoervelden.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Gebruik een compacte versie van de keuzelijst om inloggegevens te selecteren.", - "description": "Use compact (legacy) mode help text." + "message": "Gebruik een compacte versie van de keuzelijst om inloggegevens te selecteren.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Sla bij het opslaan van nieuwe inloggegevens alleen het domein op in plaats van de volledige URL.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Cross-origin iframes toestaan", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Verwijderen", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/pl/messages.json b/keepassxc-browser/_locales/pl/messages.json index c1a7be8..a30c079 100644 --- a/keepassxc-browser/_locales/pl/messages.json +++ b/keepassxc-browser/_locales/pl/messages.json @@ -762,6 +762,10 @@ "message": "Automatycznie wypełnij pojedyncze wpisy", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Automatycznie wypełnij odpowiednie wpisy uwierzytelniające", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatycznie wypełniaj pojedyncze wpisy TOTP", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Pozwól KeePassXC-Browser automatycznie wypełnić dane uwierzytelniające, jeśli otrzyma tylko jeden wpis.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Pozwól KeePassXC-Browser automatycznie wypełnić dane uwierzytelniające, jeśli otrzyma odpowiednie dane uwierzytelniające.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Ostrzeżenie! Korzystanie z automatycznego wypełniania nie jest bezpieczne. Używaj na własne ryzyko. KeePassXC‑Browser automatycznie próbuje wykryć pola logowania. Mogą jednak zostać nieprawidłowo wykryte, prawdopodobnie wypełniając poufne dane w niebezpiecznych polach wejściowych.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Użyj kompaktowej wersji listy rozwijanej, aby wybrać dane uwierzytelniające.", - "description": "Use compact (legacy) mode help text." + "message": "Użyj kompaktowej wersji listy rozwijanej, aby wybrać dane uwierzytelniające.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Zapisując nowe dane uwierzytelniające, zapisz tylko domenę zamiast pełnego adresu URL.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Zezwalaj na ramki iframe z różnych źródeł", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Usuwanie", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/pt/messages.json b/keepassxc-browser/_locales/pt/messages.json index fba4f60..c1d4342 100644 --- a/keepassxc-browser/_locales/pt/messages.json +++ b/keepassxc-browser/_locales/pt/messages.json @@ -758,6 +758,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Preencher automaticamente as entradas de credenciais relevantes", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -906,6 +910,10 @@ "message": "Deixar o KeePassXC-Browser preencher automaticamente as credenciais se receber apenas uma única entrada.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Deixar o KeePassXC-Browser preencher automaticamente as credenciais se receber credenciais relevantes.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." @@ -931,8 +939,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Ao guardar as novas credenciais, guardar apenas o domínio e não o URL.", @@ -1081,7 +1089,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Apagar", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/pt_BR/messages.json b/keepassxc-browser/_locales/pt_BR/messages.json index 6f54086..795668d 100644 --- a/keepassxc-browser/_locales/pt_BR/messages.json +++ b/keepassxc-browser/_locales/pt_BR/messages.json @@ -762,6 +762,10 @@ "message": "Preencher automaticamente entradas de credencial única", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Preencher automaticamente as entradas de credenciais relevantes", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Preencher automaticamente entradas TOTP únicas", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Deixe o KeePassXC-Browser preencher automaticamente as credenciais se receber apenas uma única entrada.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Deixe o KeePassXC-Browser preencher automaticamente as credenciais se receber credenciais relevantes.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Aviso! Usando preenchimento automático não é seguro. Uso por sua própria conta e risco. KeePassXC-Browser automaticamente tentará detectar os campos de login. De qualquer forma, eles podem ser detectados incorretamente, possibilitando preenchimento de dados sensíveis em campos de entrada não seguros.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Usar uma versão compacta da lista suspensa para selecionar credenciais.", - "description": "Use compact (legacy) mode help text." + "message": "Usar uma versão compacta da lista suspensa para selecionar credenciais.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Ao salvar novas credenciais, salve apenas o domínio em vez da URL completa.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Permitir Iframes de Origem Cruzada", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Excluir", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/pt_PT/messages.json b/keepassxc-browser/_locales/pt_PT/messages.json index e1c6991..9ea5876 100644 --- a/keepassxc-browser/_locales/pt_PT/messages.json +++ b/keepassxc-browser/_locales/pt_PT/messages.json @@ -762,6 +762,10 @@ "message": "Preencher automaticamente as entradas de credenciais únicas", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Preencher automaticamente as entradas de credenciais relevantes", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Preencher automaticamente as entradas TOTP únicas", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Permitir a KeePassXC-Browser preencher automaticamente as credenciais se receber apenas uma única entrada", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Permitir que KeePassXC-Browser preencha automaticamente as credenciais se receber credenciais relevantes.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Aviso! O uso de preenchimento automático não é seguro. Use por sua conta e risco. KeePassXC-Browser tenta detetar automaticamente campos de autenticação. Contudo, estes campos podem ser detetados de forma incorreta levando ao preenchimento de dados confidenciais em campos de entrada inseguros.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Usa uma versão compacta da lista pendente para selecionar as credenciais.", - "description": "Use compact (legacy) mode help text." + "message": "Usa uma versão compacta da lista pendente para selecionar as credenciais.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Ao guardar as novas credenciais, guardar apenas o domínio e não o URL", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Permitir molduras \"Cross-Origin\"", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Eliminar", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/ro/messages.json b/keepassxc-browser/_locales/ro/messages.json index fc74f01..acb5af1 100644 --- a/keepassxc-browser/_locales/ro/messages.json +++ b/keepassxc-browser/_locales/ro/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Completați automat intrările de acreditare relevante", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Permiteți KeePassXC-Browser să completeze automat credențialele dacă primește doar o singură intrare.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Permiteți KeePassXC-Browser să completeze automat credențialele dacă primește credențiale relevante.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Atenție! Folosirea sistemului de autocompletare nu este sigură. Utilizați-o pe propriul risc. KeePassXC-Browser încearcă să detecteze automat câmpurile de conectare. Cu toate acestea, este posibil ca acestea să fie detectate incorect, completând eventual date sensibile în câmpuri de introducere nesigure.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Când salvați acreditările noi, Salvați numai domeniul în loc de URL-ul complet.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Şterge", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/ru/messages.json b/keepassxc-browser/_locales/ru/messages.json index 5971e69..8a0911f 100644 --- a/keepassxc-browser/_locales/ru/messages.json +++ b/keepassxc-browser/_locales/ru/messages.json @@ -762,6 +762,10 @@ "message": "Автозаполнение элементов с единственными учётными данными", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Автоматически заполнять соответствующие записи учётных данных", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Автоматически заполнять одиночные записи TOTP", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Разрешить KeePassXC-Browser автоматически заполнять учётные данные, если он получает только одну запись.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Разрешить KeePassXC-Browser автоматически заполнять учётные данные, если он получает соответствующие учётные данные.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Внимание! Использование автозаполнения небезопасно. Используйте его на своё усмотрение. KeePassXC-Browser автоматически пытается обнаружить поля ввода учётных данных. Однако они могут быть обнаружены неправильно, что может привести к заполнению конфиденциальных данных в небезопасных полях.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Компактная версия выпадающего списка для выбора учетных данных.", - "description": "Use compact (legacy) mode help text." + "message": "Компактная версия выпадающего списка для выбора учетных данных.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "При сохранении новых учётных данных сохранять только домен, а не полный URL.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Разрешить Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Удалить", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/sl/messages.json b/keepassxc-browser/_locales/sl/messages.json index 1266539..770fa9c 100644 --- a/keepassxc-browser/_locales/sl/messages.json +++ b/keepassxc-browser/_locales/sl/messages.json @@ -762,6 +762,10 @@ "message": "Automatically fill in single-credential entries", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Samodejno izpolni ustrezne vnose poverilnic", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Automatically fill in single TOTP entries", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Naj KeePassXC-Browser samodejno vnese poverilnice, če pridobi samo en vnos.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Naj KeePassXC-Browser samodejno vnese poverilnice, če pridobi ustrezne poverilnice.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", - "description": "Use compact (legacy) mode help text." + "message": "Use a compact version of the dropdown list to select credentials.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Pri shranjevanju novih povernic, namesto celotnega URL-ja shranite samo domeno spletnega mesta.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Allow Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Izbriši", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/sv/messages.json b/keepassxc-browser/_locales/sv/messages.json index 172b8cd..a19b0cf 100644 --- a/keepassxc-browser/_locales/sv/messages.json +++ b/keepassxc-browser/_locales/sv/messages.json @@ -762,6 +762,10 @@ "message": "Fyll automatiskt i enstaka inloggningsuppgifter.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Fyll automatiskt i relevanta inloggningsuppgifter", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Fyll automatiskt i enstaka TOTP-poster", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Låt KeePassXC-Browser fylla i inloggningsuppgifter automatiskt om den bara tar emot ett inlägg.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Låt KeePassXC-Browser automatiskt fylla i inloggningsuppgifter om den tar emot relevanta autentiseringsuppgifter.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Varning! Användning av auto-skriv är inte säkert. Använd det på egen risk. KeePassXC-Browser försöker automatiskt identifiera inloggningsfält. De kan dock identifieras felaktigt och eventuellt fyllas i med känslig data i osäkra indatafält.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Använd en kompakt version av listrutan för att välja inloggningsuppgifter.", - "description": "Use compact (legacy) mode help text." + "message": "Använd en kompakt version av listrutan för att välja inloggningsuppgifter.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Spara enbart domänen istället för hela URL:en när nya inloggningsuppgifter sparas.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Tillåt iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Ta bort", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/tr/messages.json b/keepassxc-browser/_locales/tr/messages.json index 3e21f82..793d4be 100644 --- a/keepassxc-browser/_locales/tr/messages.json +++ b/keepassxc-browser/_locales/tr/messages.json @@ -762,6 +762,10 @@ "message": "Tek kimlik doğrulama bilgisi kayıtları otomatik olarak doldurulsun", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "İlgili kimlik doğrulama bilgisi kayıtlarını otomatik olarak doldur", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Tekil tek kullanımlık parola kayıtları otomatik olarak doldurulsun", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Yalnızca tek bir kayıt alınırsa KeePassXC-Browser otomatik olarak kimlik bilgilerini doldurabilsin.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "KeePassXC-Browser ilgili kimlik bilgilerini alırsa otomatik olarak doldursun.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Uyarı! Otomatik doldurmayı kullanmanın güvenli olmadığını bilerek kullanın. KeePassXC-Browser, oturum açma alanlarını otomatik olarak algılamaya çalışır. Ancak bazen bu alanlar hatalı olarak algılanabilir ve hassas veriler güvenli olmayan alanlara doldurularak görülebilir.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Kimlik doğrulama bilgilerini seçmek için açılan listenin sıkıştırılmış sürümünü kullanır.", - "description": "Use compact (legacy) mode help text." + "message": "Kimlik doğrulama bilgilerini seçmek için açılan listenin sıkıştırılmış sürümünü kullanır.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Yeni kimlik doğrulama bilgileri kaydedilirken, tam adres yerine yalnızca etki alanını kaydeder.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Başka siteden iframe bulunabilsin", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Dil", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/uk/messages.json b/keepassxc-browser/_locales/uk/messages.json index f71d567..565511a 100644 --- a/keepassxc-browser/_locales/uk/messages.json +++ b/keepassxc-browser/_locales/uk/messages.json @@ -762,6 +762,10 @@ "message": "Автоматично заповнювати записи з одним обліковим записом", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "Автоматично заповнювати відповідні облікові дані", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "Автоматично заповнювати записи з одним TOTP", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "Дозволити KeePassXC-Browser автоматично заповнювати облікові дані, якщо виявлено єдиний запис.", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "Дозволити KeePassXC-Browser автоматично заповнювати облікові дані, якщо отримано відповідні облікові дані.", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "Обережно! Використання автозаповнення може бути небезпечним. Користуйтеся на власний ризик. KeePassXC-Browser намагається автоматично виявити поля входу. Однак, вони можуть бути неправильно розпізнані, що збільшує ймовірність заповнення вразливих даних у незахищених полях.", "description": "Auto-Fill Single Entry warning text." @@ -935,8 +943,8 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Використовувати компактну версію випадаючого списку для вибору облікових даних.", - "description": "Use compact (legacy) mode help text." + "message": "Використовувати компактну версію випадаючого списку для вибору облікових даних.", + "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { "message": "Для нових облікових даних зберігати лише домен, а не URL-адресу цілком.", @@ -1085,7 +1093,7 @@ "optionsColumnAllowIframes": { "message": "Дозволити Cross-Origin iframes", "description": "Allow iframes column text." - }, + }, "optionsColumnDelete": { "message": "Видалити", "description": "Site Preferences list column title." diff --git a/keepassxc-browser/_locales/zh_CN/messages.json b/keepassxc-browser/_locales/zh_CN/messages.json index 792c73c..b273d82 100644 --- a/keepassxc-browser/_locales/zh_CN/messages.json +++ b/keepassxc-browser/_locales/zh_CN/messages.json @@ -762,6 +762,10 @@ "message": "自动填充单凭据条目", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "自动填充相关凭据条目", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "自动填充单 TOTP 条目", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "只接收到一条条目时,KeePassXC-Browser 将自动填充凭据。", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "接收到多条条目时,KeePassXC-Browser 将自动填充相关凭据。", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "警告!使用自动填充并不安全。您需要自担风险。KeePassXC-Browser 会尝试自动检测登录字段。但是,自动检测可能不准确,导致在不安全的输入字段内填写敏感信息。", "description": "Auto-Fill Single Entry warning text." diff --git a/keepassxc-browser/_locales/zh_TW/messages.json b/keepassxc-browser/_locales/zh_TW/messages.json index 394db2f..4378bf5 100644 --- a/keepassxc-browser/_locales/zh_TW/messages.json +++ b/keepassxc-browser/_locales/zh_TW/messages.json @@ -762,6 +762,10 @@ "message": "自動填入單一憑證條目", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillRelevantCredential": { + "message": "自動填入相關憑證條目", + "description": "Automatically fill-in relevant credential entry checkbox text." + }, "optionsCheckboxAutoFillSingleTotp": { "message": "自動填入單一 TOTP 條目", "description": "Automatically fill-in single TOTP entries checkbox text." @@ -910,6 +914,10 @@ "message": "若 KeePassXC-Browser 只接收到單一項目,將自動填入憑證。", "description": "Auto-Fill Single Entry option help text." }, + "optionsAutoFillRelevantCredentialHelpText": { + "message": "若 KeePassXC-Browser 接收到多條項目,將自動填入相關憑證。", + "description": "Auto-Fill Relevant Credential option help text." + }, "optionsAutoFillSingleEntryWarning": { "message": "警告!使用自動填入並不安全。使用請自擔風險。KeePassXC-Browser 會嘗試自動偵測登錄欄位。然而,自動偵測可能不準確,導致在不安全的輸入欄位內填寫敏感資料。", "description": "Auto-Fill Single Entry warning text." diff --git a/keepassxc-browser/background/page.js b/keepassxc-browser/background/page.js index 1abfb3b..c2f8c92 100755 --- a/keepassxc-browser/background/page.js +++ b/keepassxc-browser/background/page.js @@ -6,6 +6,7 @@ const defaultSettings = { autoCompleteUsernames: true, autoFillAndSend: false, autoFillSingleEntry: false, + autoFillRelevantCredential: false, autoFillSingleTotp: false, autoReconnect: false, autoRetrieveCredentials: true, diff --git a/keepassxc-browser/content/keepassxc-browser.js b/keepassxc-browser/content/keepassxc-browser.js index 401f65a..9166a65 100755 --- a/keepassxc-browser/content/keepassxc-browser.js +++ b/keepassxc-browser/content/keepassxc-browser.js @@ -514,7 +514,7 @@ kpxc.prepareCredentials = async function() { kpxc.initLoginPopup(); kpxc.initAutocomplete(); - if (kpxc.settings.autoFillSingleEntry) { + if (kpxc.settings.autoFillRelevantCredential) { const pageUuid = await sendMessage('page_get_login_id'); if (pageUuid) { kpxc.credentials.some(c => { diff --git a/keepassxc-browser/managed_storage.json b/keepassxc-browser/managed_storage.json index 40370eb..21af9b8 100644 --- a/keepassxc-browser/managed_storage.json +++ b/keepassxc-browser/managed_storage.json @@ -24,6 +24,10 @@ "title": "Automatically fill single credential entries. Default: false", "type": "boolean" }, + "autoFillRelevantCredential": { + "title": "Automatically fill relevant credential entries. Default: false", + "type": "boolean" + }, "autoFillSingleTotp": { "title": "Automatically fill single TOTP. Default: false", "type": "boolean" diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html index c9eed12..f2e8ee7 100644 --- a/keepassxc-browser/options/options.html +++ b/keepassxc-browser/options/options.html @@ -246,6 +246,11 @@
+
+ + +
+
+
+ + +
+
@@ -246,11 +251,7 @@
-
- - -
-
+