From bf1216f1c9d98d80011aceff97b21280ee7a03ae Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sun, 28 Jan 2024 09:50:56 +0200 Subject: [PATCH] Update to 1.8.12 --- CHANGELOG | 6 +++ keepassxc-browser/_locales/bg/messages.json | 24 ++++++++++ keepassxc-browser/_locales/cs/messages.json | 24 ++++++++++ keepassxc-browser/_locales/da/messages.json | 30 +++++++++++-- keepassxc-browser/_locales/de/messages.json | 24 ++++++++++ keepassxc-browser/_locales/el/messages.json | 24 ++++++++++ .../_locales/en_GB/messages.json | 24 ++++++++++ keepassxc-browser/_locales/es/messages.json | 24 ++++++++++ keepassxc-browser/_locales/et/messages.json | 24 ++++++++++ keepassxc-browser/_locales/fi/messages.json | 24 ++++++++++ keepassxc-browser/_locales/fr/messages.json | 30 +++++++++++-- keepassxc-browser/_locales/he/messages.json | 24 ++++++++++ keepassxc-browser/_locales/hu/messages.json | 24 ++++++++++ keepassxc-browser/_locales/id/messages.json | 24 ++++++++++ keepassxc-browser/_locales/it/messages.json | 24 ++++++++++ keepassxc-browser/_locales/ja/messages.json | 24 ++++++++++ keepassxc-browser/_locales/ko/messages.json | 30 +++++++++++-- keepassxc-browser/_locales/lt/messages.json | 24 ++++++++++ keepassxc-browser/_locales/my/messages.json | 24 ++++++++++ keepassxc-browser/_locales/nb/messages.json | 24 ++++++++++ keepassxc-browser/_locales/nl/messages.json | 24 ++++++++++ keepassxc-browser/_locales/pl/messages.json | 44 ++++++++++++++----- keepassxc-browser/_locales/pt/messages.json | 24 ++++++++++ .../_locales/pt_BR/messages.json | 24 ++++++++++ .../_locales/pt_PT/messages.json | 24 ++++++++++ keepassxc-browser/_locales/ro/messages.json | 24 ++++++++++ keepassxc-browser/_locales/ru/messages.json | 24 ++++++++++ keepassxc-browser/_locales/sl/messages.json | 24 ++++++++++ keepassxc-browser/_locales/sv/messages.json | 24 ++++++++++ keepassxc-browser/_locales/tr/messages.json | 24 ++++++++++ keepassxc-browser/_locales/uk/messages.json | 24 ++++++++++ .../_locales/zh_CN/messages.json | 24 ++++++++++ .../_locales/zh_TW/messages.json | 28 +++++++++++- keepassxc-browser/manifest.json | 4 +- package-lock.json | 4 +- package.json | 2 +- 36 files changed, 800 insertions(+), 26 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3dcd3b4..5c1f3fe 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +1.8.12 (2024-01-28) +========================= +- Add support for TLD check and allowing Cross-Origin iframes option [#2079] +- Add option to fill TOTP automatically [#2093] +- Passkeys: Fix setting userVerification to default value if not found [#2082] + 1.8.11 (2024-01-06) ========================= - Add barmer.de to form submit button exception list [#2068] diff --git a/keepassxc-browser/_locales/bg/messages.json b/keepassxc-browser/_locales/bg/messages.json index 6a22cef..98b8411 100644 --- a/keepassxc-browser/_locales/bg/messages.json +++ b/keepassxc-browser/_locales/bg/messages.json @@ -387,6 +387,10 @@ "message": "Добавяне на настройка за вход в страницата единствено с потребителско име", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser се натъкна на грешка:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Само поле за потребителско име е намерено. Адресът на страницата да бъде ли добавен към „Предпочитания за сайтове“ с настройка за вход единствено с потребителско име?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Данни за вход са променени! Да бъдат ли запазени?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Автоматично попълване на единични съвпадения", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Автоматично попълване за полета с потребителско име", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "Внимание! Автоматичното попълване не е безопасно. Използвайте го на свой риск. KeePassXC-Browser се опитва автоматично да открие полетата за вход. Обаче те могат да не бъдат открити правилно, като е възможно да бъдат попълнени чувствителни данни в грешните полета.", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Показва падащ списък с наличните регистрации за всички полета за потребителско име на страницата.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Подобрено откриване на полета за вход", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Премахване", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Подобреното откриване на полета за вход дава възможност за по-внимателно, динамично откриване на полета за вход. Това обаче може да повлияе на бързодействието на страницата. Използвайте с повишено внимание.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Ръчно добавяне на адрес", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/cs/messages.json b/keepassxc-browser/_locales/cs/messages.json index 325ac42..59442e9 100644 --- a/keepassxc-browser/_locales/cs/messages.json +++ b/keepassxc-browser/_locales/cs/messages.json @@ -387,6 +387,10 @@ "message": "Přidat pro stránku volbu „pouze uživatelské jméno“", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser se setkalo s chybou:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Byla zjištěna pouze jedna kolonka pro uživatelské jméno. Přidat URL do předvoleb pro stránku se zapnutou volbou „pouze uživatelské jméno“?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Uživatelské jméno nebo heslo se změnilo! Uložit?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Položky s jediným přihlašovacím údajem vyplňovat automaticky.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Zapnout automatické dokončování v kolonkách pro uživatelské jméno.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Zobrazit rozbalovací seznam obsahující přihlašovací údaje, které jsou k dispozici, ve všech kolonkách pro uživatelské jméno, která se na stránce nacházejí.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Smazat", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Add URL manually", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/da/messages.json b/keepassxc-browser/_locales/da/messages.json index 6e89fdd..44e096e 100644 --- a/keepassxc-browser/_locales/da/messages.json +++ b/keepassxc-browser/_locales/da/messages.json @@ -120,7 +120,7 @@ "description": "No valid UUID provided." }, "errorMessageAccessToAllEntriesDenied": { - "message": "Access to all entries denied.", + "message": "Adgang til alle loginoplysninger afvist.", "description": "Access to all entries denied." }, "errorMessagePasskeysAttestationNotSupported": { @@ -144,11 +144,11 @@ "description": "Empty public key." }, "errorMessagePasskeysInvalidUrlProvided": { - "message": "Invalid URL provided.", + "message": "Udgyldig URL angivet.", "description": "Invalid URL provided." }, "errorMessagePasskeysResidentKeyNotSupported": { - "message": "Resident Keys are not supported.", + "message": "Resident Keys er ikke understøttet.", "description": "Resident Keys are not supported." }, "errorNotConnected": { @@ -387,6 +387,10 @@ "message": "Tilføj valgmulighed kun for brugernavn til stedet", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Tillad Cross-Origin iframes for webstedet", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser er stødt på en fejl:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Registrerede kun ét brugernavnfelt. Tilføj URL'en til stedpræferencerne med valgmulighed kun for brugernavn aktiveret?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "En Cross-Origin iframe er fundet. Tilføj URL'en til Stedpreferæncer med Tillad Cross-Origin iframes valgmuligheden slået til?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Brugernavn eller adgangskode ændret! Gem det?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Udfyld automatisk indtastninger når der kun er én loginoplysning.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Udfyld enkelte TOTP loginoplysninger automatisk.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Aktivér automatisk udførsel af brugernavnfelter.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Lad KeePassXC-Browser automatisk udfylde TOTP-felter hvis kun en enkelt loginoplysning findes.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Vis en nedrulningsliste med tilgængelige loginoplysninger til alle brugernavnefelter på en side.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Forbedret Detektion af Inputfelter", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Tillad Cross-Origin iframes.", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Slet", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Forbedret detektion af inputfelter giver mulighed for mere detaljeret dynamisk detektion af inputfelter. Det kan dog påvirke sidens ydeevne. Brug den med forsigtighed.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Hvis Cross-Origin iframes tillades vil loginoplysninger for iframes fra et andet domæne kunne hentes. Brug af dette er dit eget ansvar.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Tilføj URL manuelt", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/de/messages.json b/keepassxc-browser/_locales/de/messages.json index e4c072a..cbc1079 100644 --- a/keepassxc-browser/_locales/de/messages.json +++ b/keepassxc-browser/_locales/de/messages.json @@ -387,6 +387,10 @@ "message": "Option Nur-Benutzername für diese Seite hinzufügen", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Cross-Origin iframes für diese Seite zulassen", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser hat einen Fehler festgestellt:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Es wurde nur das Feld für den Benutzernamen erkannt. Die URL zu den Seiteneinstellungen mit Nur-Benutzername Option aktiviert hinzufügen?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "Ein Cross-Origin iframe wurde entdeckt. Möchten Sie die URL zu den Seiteneinstellungen hinzufügen und die Option Cross-Origin-iframes zulassen aktivieren?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Benutzername oder Passwort geändert! Speichern?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Einträge mit einzelnen Anmeldedaten automatisch ausfüllen.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Einzelne TOTP-Einträge automatisch ausfüllen.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Autovervollständigung für Benutzernamensfelder aktivieren.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "KeePassXC-Browser soll die TOTP-Felder automatisch ausfüllen, wenn er nur einen einzigen Eintrag erhält.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Eine Drop-down-Liste mit verfügbaren Anmeldedaten für alle Benutzernamensfelder auf einer Seite anzeigen.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Verbesserte Erkennung von Eingabefeldern", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Cross-Origin iframes zulassen", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Löschen", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Die verbesserte Erkennung von Eingabefeldern ermöglicht eine detailliertere dynamische Erkennung von Eingabefeldern. Dies kann jedoch die Leistung der Seite beeinträchtigen. Mit Vorsicht verwenden.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Das Zulassen von Cross-Origin iframes ermöglicht den Abruf von Anmeldeinformationen für iframes von einer anderen Domain. Die Verwendung erfolgt auf eigene Gefahr.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "URL manuell hinzufügen", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/el/messages.json b/keepassxc-browser/_locales/el/messages.json index e8acea9..627b4e3 100644 --- a/keepassxc-browser/_locales/el/messages.json +++ b/keepassxc-browser/_locales/el/messages.json @@ -387,6 +387,10 @@ "message": "Προσθήκη επιλογής μόνο Όνομα χρήστη για τον ιστότοπο", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Να επιτρέπονται τα Cross-Origin iframes για τον ιστότοπο", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "Το KeePassXC-Browser αντιμετώπισε σφάλμα:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Εντοπίστηκε μόνο ένα πεδίο ονόματος χρήστη. Προσθήκη της διεύθυνσης URL στις Προτιμήσεις Ιστότοπου με ενεργοποιημένη την επιλογή Μόνο-Όνομα χρήστη;", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "Εντοπίστηκε ένα Cross-Origin iframe. Θέλετε ν προσθέστε τη διεύθυνση URL στις Προτιμήσεις Ιστότοπου με ενεργοποιημένη την επιλογή Αποδοχή Cross-Origin iframes;", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Το όνομα χρήστη ή ο κωδικός πρόσβασης άλλαξαν! Αποθήκευση;", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Αυτόματη συμπλήρωση καταχωρήσεων με ένα διαπιστευτήριο ", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Αυτόματη συμπλήρωση μεμονωμένων καταχωρήσεων TOTP.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Ενεργοποίηση αυτόματης συμπλήρωσης για πεδία ονόματος χρήστη.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "Προειδοποίηση! Η χρήση της αυτόματης συμπλήρωσης δεν είναι ασφαλής. Χρησιμοποιήστε το με δική σας ευθύνη. Το KeePassXC-Browser προσπαθεί αυτόματα να εντοπίσει πεδία σύνδεσης. Ωστόσο, ενδέχεται να εντοπιστούν εσφαλμένα, ενδεχομένως γεμίζοντας ευαίσθητα δεδομένα σε μη ασφαλή πεδία εισαγωγής.", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Αφήστε το KeePassXC-Browser να συμπληρώνει αυτόματα τα πεδία TOTP εάν λάβει μόνο μία καταχώρηση.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Εμφάνιση μιας αναπτυσσόμενης λίστας που περιέχει διαθέσιμα διαπιστευτήρια για όλα τα πεδία ονόματος χρήστη σε μια σελίδα.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Βελτιωμένη Ανίχνευση Πεδίου Εισόδου", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Να επιτρέπονται τα Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Διαγραφή", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Η Βελτιωμένη Ανίχνευση Πεδίου Εισόδου επιτρέπει πιο λεπτομερή ανίχνευση δυναμικού πεδίου εισόδου. Ωστόσο, μπορεί να επηρεάσει την απόδοση της σελίδας. Χρησιμοποιήστε με προσοχή.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Επιτρέποντας τα iframes Cross-Origin θα ενεργοποιηθεί η ανάκτηση διαπιστευτηρίων για iframe από άλλο τομέα. Χρησιμοποιήστε το με δική σας ευθύνη.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Προσθήκη διεύθυνσης URL χειροκίνητα", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/en_GB/messages.json b/keepassxc-browser/_locales/en_GB/messages.json index e8b28ae..0b6feba 100644 --- a/keepassxc-browser/_locales/en_GB/messages.json +++ b/keepassxc-browser/_locales/en_GB/messages.json @@ -387,6 +387,10 @@ "message": "Add Username-only option for the site", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser has encountered an error:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Only a single username field was detected. Add the URL to Site Preferences with Username-only option enabled?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Username or password changed! Save it?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Automatically fill in single-credential entries.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Activate autocomplete for username fields.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Show a dropdown list containing available credentials for all username fields on a page.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Delete", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Add URL manually", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/es/messages.json b/keepassxc-browser/_locales/es/messages.json index de84f78..78b45cb 100644 --- a/keepassxc-browser/_locales/es/messages.json +++ b/keepassxc-browser/_locales/es/messages.json @@ -387,6 +387,10 @@ "message": "Opción añadir nombre de usuario predeterminado para el sitio", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Permitir Cross-Origin iframes para el sitio", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser ha encontrado un error:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Sólo un campo de nombre de usuario fue detectado. ¿Añadir la URL a Preferencias del sitio con la opción solo-nombre-de-usuario habilitada?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "Se detectó un iframe de origen cruzado. ¿Añadir la URL a las Preferencias del sitio con la opción Permitir iframes de origen cruzado habilitada?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "¡Usuario o contraseña cambiado! ¿Guardarlo?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Rellenar automáticamente los apuntes de una sola credencial.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Rellenar entradas TOTP cuando hay una sola.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Activar auto-completar para los campos de nombre de usuario.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Permitir a KeePassXC-Browser rellenar los campos TOTP automáticamente en caso de recibir una sola entrada.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Muestre una lista desplegable que contenga las credenciales disponibles para todos los campos de nombre de usuario en una página.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Detección de campo de entrada mejorada", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Permitir Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Eliminar", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Detección de campo de entrada mejorada permite detección de campo dinámico más detallado. Sin embargo, puede afectar al rendimiento de la página. Usar con precaución.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Permitir Cross-Origin iframes permite acceder a credenciales a iframes de otros dominios. Úselo bajo su propia responsabilidad.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Añadir URL manualmente", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/et/messages.json b/keepassxc-browser/_locales/et/messages.json index 5da9c1a..e4e983b 100644 --- a/keepassxc-browser/_locales/et/messages.json +++ b/keepassxc-browser/_locales/et/messages.json @@ -387,6 +387,10 @@ "message": "Lisa ainult kasutajanime valik saidile", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser has encountered an error:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Only a single username field was detected. Add the URL to Site Preferences with Username-only option enabled?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Kasutajanimi või parool on muutunud! Salvestada?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Automatically fill in single-credential entries.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Activate autocomplete for username fields.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Show a dropdown list containing available credentials for all username fields on a page.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Kustuta", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "URL-i lisamine käsitsi", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/fi/messages.json b/keepassxc-browser/_locales/fi/messages.json index ceac75d..2a1b0e9 100644 --- a/keepassxc-browser/_locales/fi/messages.json +++ b/keepassxc-browser/_locales/fi/messages.json @@ -387,6 +387,10 @@ "message": "Lisää sivustolle \"Vain käyttäjätunnus\" -asetus", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Salli iframe-upotukset muilta sivustoilta tälle osoitteelle", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser havaitsi virheen:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Havaittiin vain yksittäinen käyttäjätunnuskenttä. Lisätäänkö sivuston URL-osoite sivustoasetuksiin \"Vain käyttäjätunnus\" -asetuksella?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "Havaittiin toiselta sivustolta oleva iframe-upotus. Lisätäänkö URL-osoite sivustoasetuksiin \"Salli iframe-upotukset muilta sivuistoilta\" -asetuksella?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Käyttäjätunnus tai salasana on muuttunut. Tallennetaanko muutos?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Täytä yksittäisen kirjautumistiedon kentät automaattisesti.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Täytä yksittäiset TOTP-kentät automaattisesti.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Aktivoi käyttäjätunnuskenttien automaattitäyttö.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Salli KeePassXC-Browserin täyttää TOTP-kentät automaattisesti, jos sopivia tietueita löytyy vain yksi.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Näytä pudotuslista, joka sisältää kaikkiin sivulla oleviin käyttäjätunnuskenttiin sopivat kirjautumistiedot.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Kehittynyt kenttien tunnistus", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Salli iframe-upotukset muilta sivustoilta", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Poista", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Kehittynyt kenttien tunnistus on yksityiskohtaisempi tapa tunnistaa sivujen kirjautumiskenttiä. Se saattaa kuitenkin vaikuttaa sivuston nopeuteen. Käytä harkiten.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Muilta sivustoilta peräisin olevien iframe-upotusten sallinta mahdollistaa kirjautumistietojen noudon eri verkkotunnukselta. Käytä omalla vastuulla.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Lisää URL manuaalisesti", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/fr/messages.json b/keepassxc-browser/_locales/fr/messages.json index edd04ab..c482e25 100644 --- a/keepassxc-browser/_locales/fr/messages.json +++ b/keepassxc-browser/_locales/fr/messages.json @@ -120,7 +120,7 @@ "description": "No valid UUID provided." }, "errorMessageAccessToAllEntriesDenied": { - "message": "Access to all entries denied.", + "message": "Accès refusé à toutes les entrées.", "description": "Access to all entries denied." }, "errorMessagePasskeysAttestationNotSupported": { @@ -144,11 +144,11 @@ "description": "Empty public key." }, "errorMessagePasskeysInvalidUrlProvided": { - "message": "Invalid URL provided.", + "message": "URL renseignée invalide.", "description": "Invalid URL provided." }, "errorMessagePasskeysResidentKeyNotSupported": { - "message": "Resident Keys are not supported.", + "message": "Les clés fixes ne sont pas prises en charge.", "description": "Resident Keys are not supported." }, "errorNotConnected": { @@ -387,6 +387,10 @@ "message": "Ajouter l’option Nom d’utilisateur seulement pour le site", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Autoriser les iframes Cross-Origin pour le site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser a rencontré une erreur :", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Seul un champ unique de nom d’utilisateur a été détecté. Ajouter l’URL aux préférences de site avec l’option « Nom d’utilisateur seulement » ? ", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "Un iframe Cross–Origin a été détecté. Ajouter l'URL aux préférences du site avec l'option iframes Cross–Origin autorisée activée ?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Le nom d’utilisateur ou le mot de passe a été modifié. L’enregistrer ?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Remplir automatiquement les entrées ne contenant qu'un identifiant.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Remplir automatiquement les entrées avec TOTP unique.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Activer l’auto-complétion pour les champs de nom d'utilisateur.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Laisser KeePassXC–Browser remplir automatiquement les champs TOTP si une seule entrée est reçue.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Affiche une liste déroulante contenant tous les identifiants pour tous les champs de nom d'utilisateur sur la page.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Détection des champs de saisie accrue", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Autoriser les iframes Cross–Origin", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Supprimer", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "La détection de champs de saisie accrue est type de détection dynamique plus précis. Cependant, cela peut affecter les performances. À utiliser avec parcimonie.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Autoriser les iframes Cross–Origin implique que les informations d’identification peuvent être récupérées à partir d'iframes d’un autre domaine. À utiliser à vos risques et périls.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Ajouter l’URL manuellement", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/he/messages.json b/keepassxc-browser/_locales/he/messages.json index 6dbd0de..ce159d9 100644 --- a/keepassxc-browser/_locales/he/messages.json +++ b/keepassxc-browser/_locales/he/messages.json @@ -387,6 +387,10 @@ "message": "הוספת האפשרות 'שם משתמש בלבד' לאתר", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "דפדפן־KeePassXC נתקל בשגיאה:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "זוהה שדה שם משתמש יחיד בלבד. האם להוסיף את מען ה־URL להעדפות האתר כאשר האפשרות שם משתמש בלבד זמינה?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "שם המשתמש או הססמה השתנו! האם לשמור את זה?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "מילוי אוטומטי של רשומות עם אישור יחיד.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "שפעול השלמה אוטומטית בשדות שם משתמש.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "אזהרה! השימוש באפשרות מילוי־אוטומטי אינה בטוחה. השימוש על אחריות המשתמש בלבד. KeePassXC-Browser מנסה לזהות באופן אוטומטי שדות התחברות. יחד עם זאת, שדות ההתחברות עלולות להיות מזוהות באופן שגוי, דבר שעשוי אולי לאכלס נתונים רגישים, בשדות קלט לא בטוחים.", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "הצגת תיבת רשימה־נפתחת המכילה נתוני־אמנה זמינים לכל שדות שם המשתמש בעמוד.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "מנגנון זיהוי שדות קלט משופר", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "מחיקה", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "מנגנון זיהוי שדות קלט משופר מאפשר זיהוי שדה קלט דינמי מפורט יותר. עם זאת, זה עשוי להשפיע על ביצועי העמוד. נא להשתמש בזהירות.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "הוספת מען URL באופן ידני", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/hu/messages.json b/keepassxc-browser/_locales/hu/messages.json index 2801954..4cde8d7 100644 --- a/keepassxc-browser/_locales/hu/messages.json +++ b/keepassxc-browser/_locales/hu/messages.json @@ -387,6 +387,10 @@ "message": "Csak felhasználónév beállítás hozzáadása ehhez a weboldalhoz", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "A KeePassXC-böngésző hibát észlelt:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Csak egyetlen felhasználónév mező lett felismerve. Legyen az URL „csak felhasználónév” beállítással hozzáadva az oldal beállításaihoz?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "A felhasználónév vagy a jelszó változott? Legyen elmentve?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Önálló hitelesítésiadat-bejegyzések automatikus kitöltése.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Automatikus kiegészítés bekapcsolása a felhasználónév mezőknél.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Az elérhető hitelesítési adatokat tartalmazó legördülő lista megjelenítése az összes felhasználónév mezőnél egy adott oldalon.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Továbbfejlesztett bemenetimező-észlelés", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Törlés", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "A továbbfejlesztett bemenetimező-észlelés részletesebb dinamikus észlelést tesz lehetővé. Viszont ez hatással lehet az oldal teljesítményére. Használja óvatosan.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "URL kézi hozzáadása", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/id/messages.json b/keepassxc-browser/_locales/id/messages.json index 29dd961..937f5a6 100644 --- a/keepassxc-browser/_locales/id/messages.json +++ b/keepassxc-browser/_locales/id/messages.json @@ -387,6 +387,10 @@ "message": "Tambah opsi hanya-nama-pengguna untuk situs ini", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser mengalami error:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Hanya ruas nama pengguna saja yang terdeteksi. Tambahkan URL ke Preferensi Situs hanya dengan nama pengguna saja?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Nama pengguna atau kata sandi berubah! Simpan?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Secara otomatis mengisi entri kredensial tunggal.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Aktifkan penyelesaian otomatis untuk kolom nama pengguna.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Show a dropdown list containing available credentials for all username fields on a page.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Hapus", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Tambahkan URL secara manual", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/it/messages.json b/keepassxc-browser/_locales/it/messages.json index 1d2cac9..8ff49d6 100644 --- a/keepassxc-browser/_locales/it/messages.json +++ b/keepassxc-browser/_locales/it/messages.json @@ -387,6 +387,10 @@ "message": "Aggiungi opzione Solo nome utente per il sito", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser ha riscontrato un errore:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "È stato rilevato un solo campo nome utente. Vuoi aggiungere l'URL alle 'Preferenze sito' con l'opzione 'Solo nome utente' abilitata?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Utente o password modificati. Vuoi salvarli?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Compila automaticamente le voci a credenziale singola.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Attiva il completamento automatico per i campi nome utente.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "Avviso! 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, eventualmente riempiendo dati sensibili in campi di inserimento non sicuri.", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Visualizza un elenco a discesa contenente le credenziali disponibili per tutti i campi del nome utente in una pagina.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Rilevamento del campo di inserimento migliorato", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Elimina", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Il rilevamento del campo di input migliorato consente un rilevamento del campo di input dinamico più dettagliato. \nTuttavia, potrebbe influire sulle prestazioni della pagina. \nUsa questa funzione con cautela.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Aggiungi l'URL manualmente", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/ja/messages.json b/keepassxc-browser/_locales/ja/messages.json index 8bd9602..c67852a 100644 --- a/keepassxc-browser/_locales/ja/messages.json +++ b/keepassxc-browser/_locales/ja/messages.json @@ -387,6 +387,10 @@ "message": "サイト用の「ユーザー名のみ」オプションを追加", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "エラーが発生しました:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "単一のユーザー名フィールドのみを検出しました。「ユーザー名のみ」オプションを有効にして URL をサイト設定に追加しますか?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "ユーザー名またはパスワードが変更されました。保存しますか?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "資格情報が単一のエントリーに自動入力する。", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "ユーザー名フィールドの自動補完を有効にする。", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "警告!自動入力は安全ではありません。自己責任で使用してください。KeePassXC-Browser が自動的にログインフィールドを検出しますが、検出に失敗して安全ではない入力フィールドに機密データを入力してしまう可能性があります。", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "ページにあるすべてのユーザー名フィールドに、利用可能な資格情報を含んだドロップダウンリストを表示します。", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "削除", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "URL を手動で追加", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/ko/messages.json b/keepassxc-browser/_locales/ko/messages.json index 138846a..3b696d1 100644 --- a/keepassxc-browser/_locales/ko/messages.json +++ b/keepassxc-browser/_locales/ko/messages.json @@ -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": "상주 키는 지원하지 않습니다.", "description": "Resident Keys are not supported." }, "errorNotConnected": { @@ -387,6 +387,10 @@ "message": "사이트에 사용자 이름만 입력 옵션 추가", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "이 사이트에 교차 출처 iframe 허용", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-브라우저에서 오류가 발생했습니다:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "사용자 이름 필드 한 개만 감지되었습니다. 사이트 환경 설정의 URL에 사용자 이름만 입력 옵션을 지정하시겠습니까?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "교차 출처 iframe이 감지되었습니다. 교차 출처 iframe 허용 옵션을 활성화하고 사이트 설정에 URL을 추가하시겠습니까?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "사용자 이름이나 암호가 변경되었습니다! 저장하시겠습니까?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "자동으로 단일 자격 증명 항목을 입력합니다.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "자동으로 모든 TOTP 항목을 입력합니다.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "사용자 이름 필드 자동 완성을 사용합니다.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "경고! 자동 입력은 안전하지 않을 수 있습니다. 주의하여 사용하십시오. KeePassXC-브라우저에서는 로그인 필드 자동 감지를 시도하지만, 필드가 잘못 감지되었을 경우에는 안전하지 않은 입력 필드에 민감한 정보를 입력할 수도 있습니다.", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "KeePassXC-브라우저에서 단일 항목만 수신했을 때 자동으로 TOTP 필드를 입력하도록 합니다.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "페이지에 있는 모든 사용자 이름 필드에 입력할 수 있는 자격 증명 드롭다운 목록을 표시합니다.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "향상된 입력 필드 감지", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "교차 출처 iframe 허용", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "삭제", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "향상된 입력 필드 감지 설정을 활성화하면 동적 입력 필드 감지를 개선합니다. 페이지 성능에 영향을 줄 수도 있으므로 주의해서 사용하십시오.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "교차 출처 iframe을 허용하면 다른 도메인의 iframe에서 자격 증명을 가져갈 수도 있습니다. 사용에 주의하십시오.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "직접 URL 추가", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/lt/messages.json b/keepassxc-browser/_locales/lt/messages.json index 706622e..8e2a697 100644 --- a/keepassxc-browser/_locales/lt/messages.json +++ b/keepassxc-browser/_locales/lt/messages.json @@ -387,6 +387,10 @@ "message": "Svetainės parinktis Pridėti tik vartotojo vardą", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser susidūrė su klaida:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Buvo aptiktas tik vienas vartotojo vardo laukas. Pridėti URL prie svetainės nuostatų, kai įjungta parinktis tik vartotojo vardas?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Naudotojo vardas ar slaptažodis pasikeitė! Įrašyti jį?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Automatiškai užpildykite vieno kredencialo įrašus.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Suaktyvinkite vartotojo vardo laukų automatinį užbaigimą.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Rodyti išplečiamąjį sąrašą, kuriame yra galimi visų puslapio vartotojo vardo laukų kredencialai.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Patobulintas įvesties lauko aptikimas", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Ištrinti", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Patobulintas įvesties lauko aptikimas leidžia išsamiau aptikti dinaminį įvesties lauką. Tačiau tai gali turėti įtakos puslapio našumui. Naudokite atsargiai.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Pridėkite URL rankiniu būdu", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/my/messages.json b/keepassxc-browser/_locales/my/messages.json index 2aa81b1..3ae75a3 100644 --- a/keepassxc-browser/_locales/my/messages.json +++ b/keepassxc-browser/_locales/my/messages.json @@ -387,6 +387,10 @@ "message": "ဤဝက်ဘ်ဆိုက်အတွက် အသုံးပြုသူအမည်သီးသန့် ရွေးချယ်မှုကို ထည့်ပါ", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-ဘရောက်ဇာတွင် ပြဿနာတစ်ခု တွေ့ရသည် -", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "အသုံးပြုသူအမည် အကွက်တစ်ခုတည်းသာ ရှာတွေ့သည်။ ဝက်ဘ်ဆိုက် ဦးစားပေးမှုများသို့ အသုံးပြုသူအမည်သီးသန့်ဖြင့် URL ထည့်ရန် ရွေးချယ်မှုကို ဖွင့်ထားပါသလား။", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "အသုံးပြုသူအမည် သို့မဟုတ် စကားဝှက် ပြောင်းထားသည်။ ၎င်းကို သိမ်းမလား။", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "အထောက်အထားတစ်ခုတည်း ဖြည့်သွင်းစရာများကို အလိုအလျောက် ဖြည့်ပါ။", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "အသုံးပြုသူအမည်အကွက်များအား အလိုအလျောက်ဖြည့်ခြင်းကို သက်ဝင်လုပ်ဆောင်ပါ။", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "စာမျက်နှာတစ်ခုပေါ်ရှိ အသုံးပြုသူအမည်အကွက်အားလုံးအတွက် ရရှိနိုင်သော အထောက်အထားများ ပါဝင်သည့် ဖြန့်ချနိုင်သောစာရင်းကို ပြသပါ။", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "ဖျက်ရန်", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "URL ကို ကိုယ်တိုင်ထည့်ရန်", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/nb/messages.json b/keepassxc-browser/_locales/nb/messages.json index 45290ad..64c5790 100644 --- a/keepassxc-browser/_locales/nb/messages.json +++ b/keepassxc-browser/_locales/nb/messages.json @@ -387,6 +387,10 @@ "message": "Legg til bare brukernavn for nettstedet", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC–Browser har oppdaget en feil:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Bare ett enkelt brukernavnfelt ble oppdaget. Vil du legge URL'en til i områdeinnstillinger med bare brukernavn-alternativet aktivert?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Brukernavn eller passord er endret! Vil du lagre?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Fyll ut oppføringer med enkel identifikasjon automatisk.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Aktiver autofullføring for brukernavnfelt.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Viser en rullegardinliste som inneholder tilgjengelige identifikasjoner for alle brukernavnfelt på en side.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Forbedret gjenkjenning av inndatafelt", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Slette", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Forbedret gjenkjenning av inndatafelt gir mer detaljert dynamisk gjenkjenning av inndatafelt. Det kan imidlertid påvirke sideytelsen. Bruk med forsiktighet.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Legg til URL manuelt", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/nl/messages.json b/keepassxc-browser/_locales/nl/messages.json index 2cf58ad..f61729b 100644 --- a/keepassxc-browser/_locales/nl/messages.json +++ b/keepassxc-browser/_locales/nl/messages.json @@ -387,6 +387,10 @@ "message": "Optie ‘alleen-gebruikersnaam’ toevoegen voor deze website", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Niet-oorspronkelijke iframes toestaan voor de website", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "Er is een fout opgetreden in KeePassXC-Browser:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Er is maar één gebruikersnaamveld gedetecteerd. Wil je deze URL toevoegen aan de websitevoorkeuren met de optie ‘Alleen-gebruikersnaam’ ingeschakeld?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "Een niet-oorspronkelijk iframe is gedetecteerd. De URL toevoegen aan sitevoorkeuren met de optie Niet-oorspronkelijke iframes toestaan ingeschakeld?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Gebruikersnaam of wachtwoord gewijzigd! Opslaan?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Pagina's met één inlogveld automatisch invullen.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Enkelvoudige TOTP-items automatisch invullen.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Gebruikersnaamvelden automatisch aanvullen.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Laat KeePassXC-browser TOTP-velden automatisch invullen als deze maar een item vereisen.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Toon een vervolgkeuzelijst met beschikbare inloggegevens voor alle gebruikersnaamvelden op een pagina.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Verbeterde detectie van invoervelden", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Niet-oorspronkelijke iframes toestaan", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Verwijderen", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Verbeterde detectie maakt meer gedetailleerde dynamische detectie van invoervelden mogelijk. Dit kan echter van invloed zijn op de prestaties van de pagina. Gebruik met mate.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Het toestaan van Niet-oorspronkelijke iframes stelt iframes van een ander domein in staat om inloggegevens te achterhalen. Gebruik op eigen risico.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "URL handmatig toevoegen", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/pl/messages.json b/keepassxc-browser/_locales/pl/messages.json index 52811bf..a8d96a8 100644 --- a/keepassxc-browser/_locales/pl/messages.json +++ b/keepassxc-browser/_locales/pl/messages.json @@ -72,7 +72,7 @@ "description": "Message encryption failed. Is KeePassXC running?" }, "errorMessageAssociate": { - "message": "Powiązanie KeePassXC nie powiodło się, spróbuj ponownie.", + "message": "Skojarzenie KeePassXC nie powiodło się, spróbuj ponownie.", "description": "KeePassXC association failed, try again." }, "errorMessageKeyExchange": { @@ -128,7 +128,7 @@ "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { - "message": "Poświadczenie jest wykluczone.", + "message": "Dane uwierzytelniające są wyłączone.", "description": "Credential is excluded." }, "errorMessagePasskeysRequestCanceled": { @@ -387,6 +387,10 @@ "message": "Dodaj opcję Tylko nazwa użytkownika dla witryny", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Zezwalaj na ramki iframe z różnych źródeł dla witryny", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser napotkał błąd:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Wykryto tylko jedno pole nazwy użytkownika. Dodać adres URL do Ustawień witryn z włączoną opcją Tylko nazwa użytkownika?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "Wykryto ramkę iframe z różnych źródeł. Dodać adres URL do Ustawień witryn z włączoną opcją Zezwalaj na ramki iframe z różnych źródeł?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Nazwa użytkownika lub hasło zostały zmienione! Zapisać to?", "description": "Message when username or password has changed." @@ -552,7 +560,7 @@ "description": "Dismiss button text in popup when updating credentials." }, "popupButtonIgnore": { - "message": "Nigdy nie pytaj o tę stronę", + "message": "Nie pytaj ponownie o tę witrynę", "description": "Ignore button text in popup or in notification when updating credentials." }, "popupButtonClose": { @@ -580,7 +588,7 @@ "description": "Saved custom login fields tab text." }, "optionsSitePreferencesTab": { - "message": "Ustawienia witryny", + "message": "Ustawienia witryn", "description": "Site preferences fields tab text." }, "optionsAboutTab": { @@ -600,7 +608,7 @@ "description": "Custom login fields page header." }, "optionsMenuSitePreferences": { - "message": "Ustawienia witryny", + "message": "Ustawienia witryn", "description": "Site preferences page header." }, "optionsMenuAbout": { @@ -703,6 +711,10 @@ "message": "Automatycznie wypełnij pojedyncze wpisy.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatycznie wypełniaj pojedyncze wpisy TOTP.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Aktywuj autouzupełnianie pól nazwy użytkownika.", "description": "Activate autocomplete for username fields checkbox text." @@ -844,9 +856,13 @@ "description": "Auto-Fill Single Entry 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.", + "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Pozwól KeePassXC-Browser automatycznie wypełnić pola TOTP, jeśli otrzyma tylko jeden wpis.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Pokaż listę rozwijaną zawierającą dostępne dane uwierzytelniające dla wszystkich pól nazwy użytkownika na stronie.", "description": "Autocomplete Usernames option help text." @@ -876,7 +892,7 @@ "description": "Download favicon after save checkbox label text." }, "optionsDownloadFaviconAfterSaveHelpText": { - "message": "Ikona ulubionych zostanie automatycznie pobrana dla nowego poświadczenia.", + "message": "Ikona ulubionych zostanie automatycznie pobrana dla nowych danych uwierzytelniających.", "description": "Download favicon after save help text." }, "optionsAutoFillAndSendHelpText": { @@ -1007,6 +1023,10 @@ "message": "Ulepszone wykrywanie pól wejściowych", "description": "Improved Input Field Detection column text." }, + "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." @@ -1100,7 +1120,7 @@ "description": "Part of confirmation text when removing saved custom login fields." }, "optionsSitePreferencesNotFound": { - "message": "Nie znaleziono ignorowanych witryn.", + "message": "Nie znaleziono ustawień witryn.", "description": "Shown when no site preferences are saved." }, "optionsSitePreferencesRemove": { @@ -1120,13 +1140,17 @@ "description": "Site preferences info text, third part." }, "optionsSitePreferencesTabHelpTextFourth": { - "message": "Wykrywanie tylko nazwy użytkownika pozwala KeePassXC-Browser na wpełnienie danych logowania na witrynach internetowych z osobnymi stronami dla nazwy użytkownika i hasła.", + "message": "Wykrywanie tylko nazwy użytkownika pozwala KeePassXC-Browser na wpełnienie danych logowania w witrynach internetowych z osobnymi stronami dla nazwy użytkownika i hasła.", "description": "Site preferences info text, fourth part." }, "optionsSitePreferencesImprovedInputFieldDetectionHelpText": { "message": "Ulepszone wykrywanie pól wejściowych pozwala na bardziej szczegółowe dynamiczne wykrywanie pól wejściowych. Może to jednak wpłynąć na wydajność strony. Używaj z ostrożnością.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Zezwolenie na ramki iframe z różnych źródeł umożliwi pobieranie danych uwierzytelniających dla ramek iframe z innej domeny. Używaj na własne ryzyko.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Dodaj ręcznie adres URL", "description": "Label for adding site manually on Site preferences tab." @@ -1144,7 +1168,7 @@ "description": "Part of confirmation text when removing site preferences." }, "optionsSitePreferencesTableCaption": { - "message": "Możesz zarządzać zapisanymi preferencjami witryny, korzystając z poniższej tabeli.", + "message": "Możesz zarządzać zapisanymi ustawieniami witryn, korzystając z tabeli.", "description": "Table caption of Site Preferences page." }, "optionsSitePreferencesSelect": { diff --git a/keepassxc-browser/_locales/pt/messages.json b/keepassxc-browser/_locales/pt/messages.json index ed478d4..5406a5d 100644 --- a/keepassxc-browser/_locales/pt/messages.json +++ b/keepassxc-browser/_locales/pt/messages.json @@ -387,6 +387,10 @@ "message": "Utilizar apenas 'Username-only' para este site", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser encontrou um erro:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Apenas foi detetado um campo para o nome de utilizador. Adicionar URL às preferências do site com a opção 'Username-only' ativada?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Nome de utilizador ou palavra-passe alterada. Guardar alterações?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Preencher automaticamente as entradas de credenciais únicas.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Ativar conclusão automática para o campo nome de utilizador.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Mostrar uma lista suspensa contendo as credenciais disponíveis para todos os campos nome de utilizador de uma página.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Apagar", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Add URL manually", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/pt_BR/messages.json b/keepassxc-browser/_locales/pt_BR/messages.json index 9a366a5..5e8f4b5 100644 --- a/keepassxc-browser/_locales/pt_BR/messages.json +++ b/keepassxc-browser/_locales/pt_BR/messages.json @@ -387,6 +387,10 @@ "message": "Adicionar a opção apenas usuário para o site", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Permitir Iframes de Origem Cruzada para o site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "O KeePassXC-Browser encontrou um erro:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Apenas um único campo de nome de usuário foi detectado. Adicione o URL para Preferências do site com opção de Só-Usuário habilitado?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "Um iframe de origem cruzada foi detectado. Adicionar o URL às preferências do site com a opção Permitir Iframes de Origem Cruzada ativada?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "O usuário ou a senha foi alterada! Salvar?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Preencha automaticamente as entradas únicas das credenciais.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Preencher automaticamente entradas únicas do TOTP.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Ative o preenchimento automático nos campos para o nome de usuário.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Deixe o KeePassXC-Browser preencher automaticamente os campos TOTP se receber apenas uma única entrada.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Mostrar uma lista suspensa contendo as credenciais disponíveis para todos os campos de nome de usuário em uma página.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Detecção do campo aprimorado de entrada", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Permitir Iframes de Origem Cruzada", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Excluir", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "A detecção de campo de entrada aprimorada permite uma detecção de campo de entrada dinâmica mais detalhada. No entanto, isso pode afetar o desempenho da página. Use com cuidado.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Permitir iframes de origem cruzada permitirá a recuperação de credenciais para iframes de outro domínio. Use por sua conta e risco.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Adicionar a URL manualmente", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/pt_PT/messages.json b/keepassxc-browser/_locales/pt_PT/messages.json index 2d8796f..5cd8a7c 100644 --- a/keepassxc-browser/_locales/pt_PT/messages.json +++ b/keepassxc-browser/_locales/pt_PT/messages.json @@ -387,6 +387,10 @@ "message": "Utilizar opção 'Apenas nome de utilizador' para este site", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser encontrou um erro:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Apenas foi detetado um campo para o nome de utilizador. Adicionar URL às preferências do site com a opção 'Apenas nome de utilizador'?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Nome de utilizador ou palavra-passe alterados! Guardar alterações?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Preencher automaticamente as entradas de credenciais únicas", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Ativar conclusão automática para o campo nome de utilizador", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Mostrar uma lista suspensa contendo as credenciais disponíveis para todos os campos nome de utilizador de uma página", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Deteção de campo de preenchimento melhorado", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Eliminar", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "A deteção melhorada de campo de preenchimento permite uma deteção mais detalhada de campos de preenchimento. Contudo, pode afetar o desempenho. Use com cuidado.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Adicionar URL manualmente", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/ro/messages.json b/keepassxc-browser/_locales/ro/messages.json index 113db9a..2665df1 100644 --- a/keepassxc-browser/_locales/ro/messages.json +++ b/keepassxc-browser/_locales/ro/messages.json @@ -387,6 +387,10 @@ "message": "Adăugați opțiunea numai pentru nume utilizator pentru site", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-browser a întâlnit o eroare:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Doar un singur câmp de nume utilizator a fost detectat. Adăugați adresa URL la Preferințele site-ului cu opțiunea numai pentru nume utilizator activată?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Nume utilizator sau parola modificate! Salvați-l?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Completarea automata intrărilor cu un singur Credential.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Activarea completareii automate pentru câmpurile de nume de utilizator.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Afișați o listă verticală care conține acreditările disponibile pentru toate câmpurile de nume de utilizator dintr-o pagină.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Şterge", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Adaugă URL manual", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/ru/messages.json b/keepassxc-browser/_locales/ru/messages.json index cae82dd..20b44ad 100644 --- a/keepassxc-browser/_locales/ru/messages.json +++ b/keepassxc-browser/_locales/ru/messages.json @@ -387,6 +387,10 @@ "message": "Добавить опцию Только имя пользователя для этого сайта", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser обнаружил ошибку:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Обнаружено только одно поле Имя пользователя. Добавить URL в настройки сайта с включенной опцией Только имя пользователя?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Имя пользователя или пароль изменены! Сохранить?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Автозаполнение элементов с единственными учетными данными.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Включить автозаполнение для полей логина.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "Внимание! Использование автозаполнения небезопасно. Используйте его на своё усмотрение. KeePassXC-Browser автоматически пытается обнаружить поля ввода учётных данных. Однако они могут быть обнаружены неправильно, что может привести к заполнению конфиденциальных данных в небезопасных полях.", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Показывать выпадающий список с доступными учётными данными для всех полей логина на странице.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Улучшенное обнаружение полей ввода", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Удалить", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Улучшенное обнаружение полей ввода позволяет более подробно определять динамические поля ввода. Однако это может повлиять на производительность страницы. Используйте с осторожностью.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Добавить адрес вручную", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/sl/messages.json b/keepassxc-browser/_locales/sl/messages.json index 927a465..c97e3fc 100644 --- a/keepassxc-browser/_locales/sl/messages.json +++ b/keepassxc-browser/_locales/sl/messages.json @@ -387,6 +387,10 @@ "message": "Za to spletno mesto dodaj možnost \"izpolni samo uporabniško ime\"", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser je naletel na napako:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Najdeno je bilo samo eno polje za uporabniško ime. Dodam URL v nastavitve za spletna mesta z omogočeno možnostjo »samo uporabniško ime«?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Uporabniško ime ali geslo je spremenjeno! Shranim?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Samodejno izpolni vnose z eno poverilnico.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Vključi samodokončanje za polja z uporabniškim imenom.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Prikaži seznam, ki vsebuje razpoložljive poverilnice za vsa polja z uporabniškim imenom na strani.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Improved Input Field Detection", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Izbriši", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Ročno dodajanje URL-ja", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/sv/messages.json b/keepassxc-browser/_locales/sv/messages.json index 3d865fb..4bc561d 100644 --- a/keepassxc-browser/_locales/sv/messages.json +++ b/keepassxc-browser/_locales/sv/messages.json @@ -387,6 +387,10 @@ "message": "Lägg till alternativet Endast användarnamn för denna sida", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Tillåt iframes från webbplatsen", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser har påträffat ett fel:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Endast ett användarnamn har identifierats. Vill du lägga till URL:en i sidinställningarna, med alternativet \"Endast användarnamn\" aktiverat?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "En iframe identifierades. Vill du lägga till URL:en i webbplatsinställningarna med alternativet Tillåt iframes aktiverat?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Användarnamnet eller lösenordet har ändrats! Vill du spara det?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Fyll automatiskt i single-credential uppgifter.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Fyll automatiskt i enstaka TOTP-poster.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Aktivera autokomplettering av fält för användarnamn.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Låt KeePassXC-Browser automatiskt fylla i TOTP-fält om den bara tar emot en enda post.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Visa en rull-lista innehållande tillgängliga inloggningsuppgifter för alla användarnamnsfält på en sida.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Förbättrad identifiering av inmatningsfält", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Tillåt iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Ta bort", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Förbättrad identifiering av inmatningsfält möjliggör mer detaljerad dynamisk identifiering av inmatningsfält. Det kan dock påverka sidans prestanda. Används med försiktighet.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Om du tillåter iframes aktiveras hämtning av autentiseringsuppgifter för iframes från en annan domän. Använd på egen risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Add URL manually", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/tr/messages.json b/keepassxc-browser/_locales/tr/messages.json index c4b1d65..ad434ac 100644 --- a/keepassxc-browser/_locales/tr/messages.json +++ b/keepassxc-browser/_locales/tr/messages.json @@ -387,6 +387,10 @@ "message": "Site için yalnızca kullanıcı adı seçeneği ekle", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Tarayıcı bir sorunla karşılaştı:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Yalnızca tek bir kullanıcı adı alanı algılandı. Bu adresi yalnızca kullanıcı adı seçeneği açık ise site ayarlarına ekleyin.", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Kullanıcı adı veya parola değiştirildi! Kaydedilsin mi?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Tek kimlik doğrulama bilgisi kayıtları otomatik olarak doldurulsun.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Kullanıcı adı alanları için otomatik tamamlama kullanılsın.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "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." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Bir sayfadaki tüm kullanıcı adı alanları için var olan bilgilerin bulunduğu bir açılan liste görüntüler.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Geliştirilmiş giriş alanı algılaması", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Dil", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Geliştirilmiş giriş alanı algılaması giriş alanlarının daha ayrıntılı bir şekilde devingen olarak algılanmasını sağlar. Ancak sayfa başarımı olumsuz etkilenebilir. Kullanırken dikkatli olun.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Adresi el ile ekle", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/uk/messages.json b/keepassxc-browser/_locales/uk/messages.json index de5355e..1dd66b8 100644 --- a/keepassxc-browser/_locales/uk/messages.json +++ b/keepassxc-browser/_locales/uk/messages.json @@ -387,6 +387,10 @@ "message": "Додати лише ім'я користувача для сайту", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "Allow Cross-Origin iframes for the site", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser зіткнувся з помилкою:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "Виявлено лише поле імені користувача. Додати URL-адресу до налаштувань сайтів лише з іменем користувача?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "Ім'я користувача чи пароль змінено! Зберегти?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "Автоматично заповнювати за наявності єдиного запису облікових даних.", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "Automatically fill in single TOTP entries.", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "Активувати автозаповнення для полів з іменем користувача.", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "Обережно! Використання автозаповнення може бути небезпечним. Користуйтеся на власний ризик. KeePassXC-Browser намагається автоматично виявити поля входу. Однак, вони можуть бути неправильно розпізнані, що збільшує ймовірність заповнення вразливих даних у незахищених полях.", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "Показувати випадний список з доступними обліковими даними для всіх полів імені користувача на сторінці.", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "Вдосконалене виявлення полів введення", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "Allow Cross-Origin iframes", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "Видалити", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "Вдосконалене виявлення полів введення дозволяє детальніше виявляти динамічні поля введення. Однак, це може вплинути на швидкодію сторінки. Користуйтеся обережно.", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "Allowing Cross-Origin iframes will enable credential retrieval for iframes from another domain. Use at your own risk.", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "Додати URL-адресу вручну", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/zh_CN/messages.json b/keepassxc-browser/_locales/zh_CN/messages.json index d4472b7..99d7cf8 100644 --- a/keepassxc-browser/_locales/zh_CN/messages.json +++ b/keepassxc-browser/_locales/zh_CN/messages.json @@ -387,6 +387,10 @@ "message": "为这个网站添加“仅用户名”选项", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "此网站允许跨域 iframe 框架", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser 遇到错误:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "只检测到一个用户名字段。将该 URL 添加到网站设置,并开启“仅用户名”选项?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "检测到跨域 iframe 框架。将该 URL 添加到网站设置,并开启“允许跨域 iframe 框架”选项?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "用户名或密码已更改!是否保存?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "自动填充单凭据条目。", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "自动填充单 TOTP 条目。", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "激活用户名字段的自动填充功能。", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "警告!使用自动填充并不安全。您需要自担风险。KeePassXC-Browser 会尝试自动检测登录字段。但是,自动检测可能不准确,导致在不安全的输入字段内填写敏感信息。", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "只接收到一条条目时,KeePassXC-Browser 将自动填充 TOTP 字段。", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "为页面上所有用户名字段显示一个包含可用凭据的下拉列表。", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "改进的输入框检测", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "允许跨域 iframe 框架", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "删除", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "改进的输入框检测允许更详细的动态输入框检测。但可能会影响页面性能。请小心使用。", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "允许跨域 iframe 框架将允许从其他域名的 iframe 框架中获取凭据。使用风险自负。", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "手动添加 URL", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/_locales/zh_TW/messages.json b/keepassxc-browser/_locales/zh_TW/messages.json index ca4bc83..89415a2 100644 --- a/keepassxc-browser/_locales/zh_TW/messages.json +++ b/keepassxc-browser/_locales/zh_TW/messages.json @@ -124,7 +124,7 @@ "description": "Access to all entries denied." }, "errorMessagePasskeysAttestationNotSupported": { - "message": "未支援密鑰證明 (Attestation)。", + "message": "證明不受支援。", "description": "Attestation not supported." }, "errorMessagePasskeysCredentialIsExcluded": { @@ -148,7 +148,7 @@ "description": "Invalid URL provided." }, "errorMessagePasskeysResidentKeyNotSupported": { - "message": "未支援常駐金鑰 (Resident Key)。", + "message": "Resident Key 不受支援。", "description": "Resident Keys are not supported." }, "errorNotConnected": { @@ -387,6 +387,10 @@ "message": "將此網站加入「僅用戶名稱」選項", "description": "Button text for adding Username-only option." }, + "popupAllowIframeButton": { + "message": "此網站允許跨來源 iframe 框架", + "description": "Button text for allowing Cross-Origin iframes option." + }, "popupErrorEncountered": { "message": "KeePassXC-Browser 遇到錯誤:", "description": "A text shown above error message in the popup." @@ -447,6 +451,10 @@ "message": "偵測到單獨的用戶名稱欄位。將網址加入至網站設定並啟用「僅用戶名稱」選項?", "description": "Text shown when page can be added to Site Preferences with Username-only option enabled." }, + "popupIframeDetected": { + "message": "偵測到跨來源 iframe 框架。將網址加入至網站設定並啟用「允許跨來源 iframe 框架」選項?", + "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." + }, "rememberInfoText": { "message": "用戶名稱或密碼已被更改!是否儲存?", "description": "Message when username or password has changed." @@ -703,6 +711,10 @@ "message": "自動填入單一憑證條目。", "description": "Automatically fill-in single credential entry checkbox text." }, + "optionsCheckboxAutoFillSingleTotp": { + "message": "自動填入單一 TOTP 條目。", + "description": "Automatically fill-in single TOTP entries checkbox text." + }, "optionsCheckboxAutoCompleteUsernames": { "message": "啟用用戶名稱欄位的自動完成。", "description": "Activate autocomplete for username fields checkbox text." @@ -847,6 +859,10 @@ "message": "警告!使用自動填入並不安全。使用請自擔風險。KeePassXC-Browser 會嘗試自動偵測登錄欄位。然而,自動偵測可能不準確,導致在不安全的輸入欄位內填寫敏感資料。", "description": "Auto-Fill Single Entry warning text." }, + "optionsAutoFillSingleTotpHelpText": { + "message": "只接受到一個項目時,KeePassXC-Browser 將自動填入 TOTP 欄位。", + "description": "Auto-Fill Single TOTP field option help text." + }, "optionsAutocompleteUsernamesHelpText": { "message": "在頁面上所有用戶名稱欄位顯示一個包含可用憑證的下拉式清單。", "description": "Autocomplete Usernames option help text." @@ -1007,6 +1023,10 @@ "message": "改進的輸入框偵測", "description": "Improved Input Field Detection column text." }, + "optionsColumnAllowIframes": { + "message": "允許跨來源 iframe 框架", + "description": "Allow iframes column text." + }, "optionsColumnDelete": { "message": "刪除", "description": "Site preferences list column title." @@ -1127,6 +1147,10 @@ "message": "改進的輸入框偵測允許更詳細的動態輸入框偵測。但可能會影響頁面效能。請小心使用。", "description": "Improved Input Field Detection help text." }, + "optionsSitePreferencesAllowIframesHelpText": { + "message": "允許跨來源 iframe 框架將允許從其他域名的 iframe 框架接受憑證。使用請自擔風險。", + "description": "Allow Cross-Origin iframes help text." + }, "optionsSitePreferencesManualAddText": { "message": "手動新增網址", "description": "Label for adding site manually on Site preferences tab." diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index d52670f..f8624de 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.8.11", - "version_name": "1.8.11", + "version": "1.8.12", + "version_name": "1.8.12", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/package-lock.json b/package-lock.json index 04fa303..b4dc368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keepassxc-browser", - "version": "1.8.11", + "version": "1.8.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keepassxc-browser", - "version": "1.8.11", + "version": "1.8.12", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0", diff --git a/package.json b/package.json index cef1263..32b0fd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepassxc-browser", - "version": "1.8.11", + "version": "1.8.12", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {