From 2bf48c6804d713ab02fe0f05545a5c60216cd826 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sat, 19 Apr 2025 10:33:38 +0300 Subject: [PATCH] Update to 1.9.8 --- CHANGELOG | 10 + dist/manifest_chromium.json | 4 +- dist/manifest_firefox.json | 2 +- keepassxc-browser/_locales/bg/messages.json | 12 ++ keepassxc-browser/_locales/cs/messages.json | 12 ++ keepassxc-browser/_locales/da/messages.json | 174 ++++++++++-------- keepassxc-browser/_locales/de/messages.json | 16 +- keepassxc-browser/_locales/el/messages.json | 12 ++ .../_locales/en_GB/messages.json | 12 ++ keepassxc-browser/_locales/es/messages.json | 22 ++- keepassxc-browser/_locales/fi/messages.json | 12 ++ keepassxc-browser/_locales/fr/messages.json | 38 ++-- keepassxc-browser/_locales/he/messages.json | 48 +++-- keepassxc-browser/_locales/hu/messages.json | 12 ++ keepassxc-browser/_locales/id/messages.json | 12 ++ keepassxc-browser/_locales/it/messages.json | 16 +- keepassxc-browser/_locales/ja/messages.json | 22 ++- keepassxc-browser/_locales/ko/messages.json | 12 ++ keepassxc-browser/_locales/lt/messages.json | 12 ++ keepassxc-browser/_locales/my/messages.json | 12 ++ keepassxc-browser/_locales/nb/messages.json | 12 ++ keepassxc-browser/_locales/nl/messages.json | 12 ++ keepassxc-browser/_locales/pl/messages.json | 12 ++ .../_locales/pt_BR/messages.json | 16 +- .../_locales/pt_PT/messages.json | 12 ++ keepassxc-browser/_locales/ro/messages.json | 12 ++ keepassxc-browser/_locales/ru/messages.json | 12 ++ keepassxc-browser/_locales/sl/messages.json | 12 ++ keepassxc-browser/_locales/sv/messages.json | 12 ++ keepassxc-browser/_locales/tr/messages.json | 16 +- keepassxc-browser/_locales/uk/messages.json | 12 ++ .../_locales/zh_CN/messages.json | 16 +- .../_locales/zh_TW/messages.json | 12 ++ keepassxc-browser/manifest.json | 4 +- package-lock.json | 4 +- package.json | 2 +- 36 files changed, 510 insertions(+), 140 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d93fa05..d50402b 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +1.9.8 (2025-04-20) +========================= +- Add support for autocomplete=username with single input fields [#2521] +- Add support for hiding icons manually [#2477] +- Add support for editing Site Preferences table [#2483] +- Fix adding non-lowercase URL to Site Preferences [#2482] +- Fix handling XML URLs in the manifest exclude list [#2506] +- Fix disabling passkeys script injection when site is ignored [#2500] +- Fix page objects checks and slow start when loading managed settings [#2510] + 1.9.7 (2025-02-21) ========================= - Add exceptions to Shadow DOM input query [#2430] diff --git a/dist/manifest_chromium.json b/dist/manifest_chromium.json index df0fdb5..25990f3 100755 --- a/dist/manifest_chromium.json +++ b/dist/manifest_chromium.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "KeePassXC-Browser", - "version": "1.9.7", - "version_name": "1.9.7", + "version": "1.9.8", + "version_name": "1.9.8", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index 9eae09b..9e90477 100644 --- a/dist/manifest_firefox.json +++ b/dist/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "KeePassXC-Browser", - "version": "1.9.7", + "version": "1.9.8", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", "icons": { diff --git a/keepassxc-browser/_locales/bg/messages.json b/keepassxc-browser/_locales/bg/messages.json index 9c2b471..5acb8f0 100644 --- a/keepassxc-browser/_locales/bg/messages.json +++ b/keepassxc-browser/_locales/bg/messages.json @@ -7,6 +7,10 @@ "message": "Добавете Предпочитания за сайтове за този адрес.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Промяна на адреса на това предпочитане за страница.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Разрешава рамки с ограничение по Cross-Origin за текущата страница.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Добавяне", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Променяне", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Проверка за обновяване", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Добавя се пиктограма към полета, които са разпознати като OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "Можете при необходимост ръчно да скриете пиктограмите с щракване на мишката с натиснат Shift.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser ще зареди регистрациите веднага щом разделът стане активен.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/cs/messages.json b/keepassxc-browser/_locales/cs/messages.json index 8f2a4a8..240192e 100644 --- a/keepassxc-browser/_locales/cs/messages.json +++ b/keepassxc-browser/_locales/cs/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Přidat", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Zjistit případné aktualizace", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Přidat ikonu pro vložení polí, která jsou rozpoznána jako OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "Při aktivaci panelu KeePassXC-Browser obdrží přihlašovací údaje bezprostředně.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/da/messages.json b/keepassxc-browser/_locales/da/messages.json index ee9b4c8..6adbd99 100644 --- a/keepassxc-browser/_locales/da/messages.json +++ b/keepassxc-browser/_locales/da/messages.json @@ -4,55 +4,59 @@ "description": "Name of the extension." }, "addSitePreferenceButtonTitle": { - "message": "Add Site Preferences for this URL.", + "message": "Tilføj indstillinger for dette URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Rediger URL for denne hjemmeside.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { - "message": "Allows Cross-Origin iframes for the current page.", + "message": "Tillad Cross-Origin iframes for denne side.", "description": "Allow Cross-Origin iframes button title text." }, "connectButtonTitle": { - "message": "Connect current active database to KeePassXC-Browser.", + "message": "Forbind den aktive database til KeePassXC-Browser.", "description": "Connect button title text." }, "copyDebugInfoButtonTitle": { - "message": "Copy debug info to clipboard.", + "message": "Kopiér fejlretningsoplysninger til udklipsholder.", "description": "Copy debug info button title text on About tab." }, "dismissHttpAuthButtonTitle": { - "message": "Dismisses Basic HTTP Auth.", + "message": "Afslutter Basic HTTP Auth.", "description": "Dismiss HTTP Auth button title text." }, "reconnectButtonTitle": { - "message": "Reconnect current active database to KeePassXC-Browser.", + "message": "Tilslut den aktive database til KeePassXC-Browser igen.", "description": "Reconnect button title text." }, "redetectButtonTitle": { - "message": "Redetects all input fields on the page.", + "message": "Genregistrerer alle inputfelter på siden.", "description": "Redetect login fields button title text." }, "reloadButtonTitle": { - "message": "Reloads the extension and reconnects to KeePassXC.", + "message": "Genindlæser udvidelsen og opretter forbindelse til KeePassXC.", "description": "Reload button title text." }, "removeConnectedDatabaseButtonTitle": { - "message": "Remove connected database from KeePassXC-Browser.", + "message": "Fjern den forbundne database fra KeePassXC-Browser.", "description": "Remove button title on Connected Databases tab." }, "removeCustomLoginFieldsButtonTitle": { - "message": "Remove Custom Login Fields for this URL.", + "message": "Fjern tilpassede loginfelter for dette URL.", "description": "Remove button title on Custom Login Fields tab." }, "removeSitePreferencesButtonTitle": { - "message": "Remove Site Preferences for this URL.", + "message": "Fjern sideindstillinger for dette URL.", "description": "Remove button title on Site Preferences tab." }, "reopenDatabaseButtonTitle": { - "message": "Reopen current active database.", + "message": "Genåbn den aktive database.", "description": "Reopen database button title text." }, "usernameButtonTitle": { - "message": "Adds Username-only Detection to the current page.", + "message": " Tilføjer detektion kun baseret på brugernavn på den aktuelle side.", "description": "Add Username-only detection button title text." }, "contextMenuFillUsernameAndPassword": { @@ -72,7 +76,7 @@ "description": "Show password generator icon on every password input field." }, "contextMenuSaveCredentials": { - "message": "Save Credentials", + "message": "Gem loginoplysninger", "description": "Save credentials using the credential banner." }, "contextMenuShowPasswordGenerator": { @@ -80,7 +84,7 @@ "description": "Show password generator text." }, "contextMenuFillAttribute": { - "message": "Fill Attribute…", + "message": "Udfyld attribut...", "description": "Context menu parent item for filling a custom attribute." }, "contextMenuRequestGlobalAutoType": { @@ -200,39 +204,39 @@ "description": "Invalid URL provided." }, "errorMessagePasskeysOriginNotAllowed": { - "message": "Origin is empty or not allowed.", + "message": "Oprindelse er tom eller ikke tilladt.", "description": "Origin is empty or not allowed." }, "errorMessagePasskeysDomainNotValid": { - "message": "Effective domain is not a valid domain.", + "message": " Det effektive domæne er ikke et gyldigt domæne.", "description": "Effective domain is not a valid domain." }, "errorMessagePasskeysDomainRpIdMismatch": { - "message": "Origin and RP ID do not match.", + "message": "Oprindelse og RP-ID stemmer ikke overens.", "description": "Origin and RP ID do not match." }, "errorMessagePasskeysNoSupportedAlgorithms": { - "message": "No supported algorithms were provided.", + "message": " Der blev ikke angivet nogen understøttede algoritmer.", "description": "No supported algorithms were provided." }, "errorMessagePasskeysWaitforLifeTimer": { - "message": "Wait for timer to expire.", + "message": " Vent på, at timeren udløber.", "description": "Wait for timer to expire." }, "errorMessagePasskeysUnknownError": { - "message": "Unknown passkeys error.", + "message": " Ukendt fejl med adgangsnøgler.", "description": "Unknown passkeys error." }, "errorMessagePasskeysInvalidChallenge": { - "message": "Challenge is shorter than required minimum length.", + "message": " Udfordringen er kortere end den krævede minimumslængde.", "description": "Challenge is shorter than required minimum length." }, "errorMessagePasskeysInvalidUserId": { - "message": "user.id does not match the required length.", + "message": " user.id stemmer ikke overens med den krævede længde.", "description": "user.id does not match the required length." }, "errorMessagePasskeysContextIsNotSecure": { - "message": "Context is not secure.", + "message": "Konteksten er ikke sikker.", "description": "Context is not secure." }, "errorNotConnected": { @@ -240,7 +244,7 @@ "description": "Error notification shown when not connected to KeePassXC." }, "errorCurrentDatabaseNotConnected": { - "message": "Current database is not connected.", + "message": "Den aktuelle database er ikke forbundet.", "description": "Error notification shown when current database is not connected during action." }, "passwordGeneratorErrorTooLong": { @@ -256,26 +260,26 @@ "description": "A warning text shown in the password generator." }, "passwordGeneratorGenerateText": { - "message": "Generate password.", + "message": "Generer adgangskode.", "description": "Password icon title text." }, "passwordGeneratorNotSupported": { - "message": "Launching the password generator is not supported in this KeePassXC version. Please update KeePassXC to a newer version." + "message": "At starte adgangskodegeneratoren understøttes ikke i denne KeePassXC-version. Opdater KeePassXC til en nyere version." }, "usernameFieldText": { - "message": "Fill credentials from KeePassXC.", + "message": "Udfyld loginoplysninger fra KeePassXC.", "description": "Username field icon hover text." }, "usernameFieldTextNoCredentials": { - "message": "No credentials to fill.", + "message": "Der er ingen loginoplysninger at udfylde.", "description": "Username field icon hover text when no credentials are." }, "usernameLockedFieldText": { - "message": "Database is locked.", + "message": "Databasen er låst.", "description": "Username field icon hover text when database is locked." }, "usernameDisconnectedFieldText": { - "message": "KeePassXC is disconnected.", + "message": "KeePassXC er ikke forbundet.", "description": "Username field icon hover text when KeePassXC is disconnected." }, "totp": { @@ -371,7 +375,7 @@ "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsMultipleFoundSecondLine": { - "message": "Click the KeePassXC-Browser icon for more options.", + "message": "Tryk på KeePassXC-Browser ikonet for flere indstillinger.", "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsNoUsernameFound": { @@ -395,7 +399,7 @@ "description": "Message shown when no password fields are found." }, "fieldsPasswordFillNotAccepted": { - "message": "Filling password to a plain text field is prevented.", + "message": "Udfyldning af adgangskode på et almindeligt tekstfelt er forhindret.", "description": "Message shown when password fill to a plain text field is prevented." }, "rememberNothingChanged": { @@ -411,7 +415,7 @@ "description": "Popup Settings button text." }, "popupChooseCredentialsText": { - "message": "Choose Custom Login Fields", + "message": " Vælg brugerdefinerede loginfelter.", "description": "Popup credential choosing button text." }, "popupConnectButton": { @@ -479,7 +483,7 @@ "description": "Checking status message in popup." }, "popupNotConfigured": { - "message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.", + "message": " KeePassXC-Browser er ikke blevet konfigureret. Klik på forbindelsesknappen for at parre med KeePassXC.", "description": "A popup message shown when the extension has not been connected to KeePassXC." }, "popupNeedReconfigure": { @@ -487,7 +491,7 @@ "description": "A popup message shown when the extension has been disconnected from KeePassXC." }, "popupNeedReconfigureMessage": { - "message": "Click the reconnect button to establish a new connection.", + "message": " Klik på genforbindelsesknappen for at oprette en ny forbindelse.", "description": "A popup message shown when reconnect is needed." }, "popupConfiguredNotAssociated": { @@ -527,7 +531,7 @@ "description": "A message shown choosing what credentials user wants to update." }, "rememberChooseGroup": { - "message": "Please choose a group to store new credentials.", + "message": " Vælg venligst en gruppe til at opbevare de nye loginoplysninger.", "description": "A message shown choosing what group user wants to use for new credentials." }, "rememberInfoDefaultGroupNotFound": { @@ -591,7 +595,7 @@ "description": "A popup message shown when web page has multiple password fields." }, "popupUsername": { - "message": "Username:", + "message": "Brugernavn:", "description": "A username field name shown on credential update." }, "popupButtonNew": { @@ -603,11 +607,11 @@ "description": "Update button text in popup when updating credentials." }, "popupButtonCancel": { - "message": "Cancel", + "message": "Annuller", "description": "Cancel button text in popup when updating credentials." }, "popupButtonBack": { - "message": "Back", + "message": "Tilbage", "description": "Back button text in popup when updating credentials." }, "popupButtonIgnore": { @@ -635,11 +639,11 @@ "description": "Connected Databases tab text." }, "optionsCustomFieldsTab": { - "message": "Custom Login Fields", + "message": "Brugerdefinerede loginfelter", "description": "Saved Custom Login Fields tab text." }, "optionsSitePreferencesTab": { - "message": "Site Preferences", + "message": "Sideindstillinger", "description": "Site Preferences fields tab text." }, "optionsAboutTab": { @@ -655,11 +659,11 @@ "description": "Connected Databases page header." }, "optionsMenuCustomFields": { - "message": "Custom Login Fields", + "message": "Brugerdefinerede loginfelter", "description": "Custom Login Fields page header." }, "optionsMenuSitePreferences": { - "message": "Site Preferences", + "message": "Sideindstillinger", "description": "Site Preferences page header." }, "optionsMenuAbout": { @@ -686,6 +690,10 @@ "message": "Tilføj", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Rediger", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Søg efter opdateringer", "description": "Check for updates button text." @@ -719,7 +727,7 @@ "description": "Default group help text." }, "optionsLabelDefaultPasskeyGroup": { - "message": "Default group for saving new passkeys:", + "message": "Standardgruppe til lagring af nye adgangsnøgler:", "description": "Default passkey group options text." }, "optionsLabelDefaultGroupCheckboxText": { @@ -731,15 +739,15 @@ "description": "Default checkbox explanation help text." }, "optionsCheckboxUsePasswordGenerator": { - "message": "Activate password generator icons", + "message": "Aktiver ikoner for adgangskodegenerering.", "description": "Activate password generator icons checkbox text." }, "optionsCheckboxUsernameIcons": { - "message": "Activate username field icons", + "message": "Aktiver ikoner for brugernavnsfelter.", "description": "Activate username field icons textbox text." }, "optionsUseObserver": { - "message": "Use dynamic input field detection", + "message": "Brug dynamisk detektion af inputfelter.", "description": "Use dynamic input field detection checkbox text." }, "optionsUseObserverHelpText": { @@ -747,15 +755,15 @@ "description": "Use dynamic input field detection help text." }, "optionsCheckboxOTPIcons": { - "message": "Activate 2FA/OTP field icons", + "message": "Aktiver ikoner for 2FA/OTP-felter.", "description": "Activate OTP field icons textbox text." }, "optionsCheckboxAutoRetrieveCredentials": { - "message": "Automatically retrieve credentials", + "message": "Hent automatisk loginoplysninger.", "description": "Automatically retrieve credentials checkbox text." }, "optionsCheckboxAutomaticReconnect": { - "message": "Automatically reconnect to KeePassXC", + "message": "Genopret automatisk forbindelse til KeePassXC", "description": "Auto-reconnect checkbox text." }, "optionsAutomaticReconnectWarning": { @@ -763,23 +771,23 @@ "description": "Auto-reconnect warning message." }, "optionsCheckboxAutoFillSingleEntry": { - "message": "Automatically fill in single-credential entries", + "message": "Udfyld automatisk enkelte loginoplysninger.", "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "Udfyld automatisk relevante loginoplysninger.", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { - "message": "Automatically fill in single TOTP entries", + "message": "Automatisk udfyld enkelte TOTP-poster", "description": "Automatically fill-in single TOTP entries checkbox text." }, "optionsCheckboxAutoCompleteUsernames": { - "message": "Activate autocomplete for username fields", + "message": "Aktiver autoudfyld for brugernavnsfelter", "description": "Activate autocomplete for username fields checkbox text." }, "optionsCheckboxShowGroupNameInAutocomplete": { - "message": "Display the group name in autocomplete list when credentials are from different groups", + "message": " Vis gruppenavnet i autoudfyldningslisten, når loginoplysningerne stammer fra forskellige grupper.", "description": "Show group name in autocomplete checkbox text." }, "optionsCheckboxAutoSubmit": { @@ -791,23 +799,23 @@ "description": "Auto-submit help text." }, "optionsCheckboxShowNotifications": { - "message": "Show notifications", + "message": "Vis notifikationer.", "description": "Show notifications checkbox text." }, "optionsCheckboxUseMonochromeToolbarIcon": { - "message": "Use monochrome toolbar icon", + "message": "Brug monokromt ikon på værktøjslinjen.", "description": "Use monochrome toolbar icon checkbox text." }, "optionsCheckboxUseCompactMode": { - "message": "Use compact mode", + "message": "Brug kompakt tilstand", "description": "Whether the compact mode (legacy dropdown) should be enabled." }, "optionsSaveDomainOnly": { - "message": "Save domain only", + "message": "Gem kun domænenavnet", "description": "Save domain only checkbox text." }, "optionsCheckboxShowLoginNotifications": { - "message": "Show a banner on the page when new credentials can be saved to the database", + "message": " Vis et banner på siden, når nye loginoplysninger kan gemmes i databasen.", "description": "Show login notifications checkbox text." }, "optionsRedirectAllowance": { @@ -819,7 +827,7 @@ "description": "Redirect allowance help text." }, "optionsCheckboxAutoFillAndSend": { - "message": "Allow filling HTTP Basic Auth credentials", + "message": "Tillad udfyldning af HTTP Basic Auth-legitimationsoplysninger.", "description": "Allow filling HTTP Basic Auth credentials checkbox text." }, "optionsDebugLogging": { @@ -835,7 +843,7 @@ "description": "Text above radio buttons in the settings page." }, "optionsRadioThreeDays": { - "message": "every three days", + "message": "hver tredje dag", "description": "Radio button text." }, "optionsRadioWeek": { @@ -891,11 +899,11 @@ "description": "Predefined site list details button text." }, "optionsUsePredefinedSites": { - "message": "Use predefined sites for compatibility", + "message": "Brug foruddefinerede sites for kompatibilitet.", "description": "Use predefined sites checkbox text." }, "optionsUsePredefinedSitesHelpText": { - "message": "Adds common sites that have username-only login forms to the Site Preferences.", + "message": " Tilføjer almindelige sites, der har loginformularer kun med brugernavn, til siteindstillingerne.", "description": "Use predefined sites option help text." }, "optionsShowLoginFormIconHelpText": { @@ -906,6 +914,10 @@ "message": "Tilføjer et ikon til inputfelter som genkendes som OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": " Du kan også skjule ikoner manuelt, når det er nødvendigt, med shift+klik.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser indhenter automatisk loginoplysninger når et faneblad aktiveres.", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": " Udfyld automatisk de relevante loginoplysninger, hvis en anden udfyldning er nødvendig.", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { @@ -935,7 +947,7 @@ "description": "Autocomplete Usernames option help text." }, "optionsShowGroupNameInAutocompleteHelpText": { - "message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.", + "message": "Når loginoplysninger returneres fra forskellige grupper, vil gruppenavnet blive vist. Dette påvirker kun kompakt tilstand.", "description": "Show group name in autocomplete help text." }, "optionsShowNotificationsHelpText": { @@ -947,7 +959,7 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", + "message": " Brug en kompakt version af dropdown-listen til at vælge loginoplysninger.", "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { @@ -955,7 +967,7 @@ "description": "Save domain only option help text." }, "optionsSaveDomainOnlyCustomLoginHelpText": { - "message": "When saving new Custom Login Fields, save only the domain instead of full URL.", + "message": "Gem kun domænet i stedet for det fulde URL, når nye brugerdefinerede loginfelter gemmes..", "description": "Save domain only option help text." }, "optionsDownloadFaviconAfterSave": { @@ -1051,7 +1063,7 @@ "description": "Confirmation text when removing database from the list." }, "optionsDatabasesRemoveIdentifierConfirmFirst": { - "message": "Do you really want to remove the following identifier from the database list: $1?", + "message": " Vil du virkelig fjerne følgende identifier fra databaselisten: $1?", "description": "Confirmation text when removing database from the list." }, "optionsDatabasesRemoveIdentifierConfirmSecond": { @@ -1159,11 +1171,11 @@ "description": "Relevant credential first option for Sort after fill." }, "optionsCustomFieldsNotFound": { - "message": "No saved Custom Login Fields found.", + "message": "Ingen gemte brugerdefinerede loginfelter fundet.", "description": "Shown when no saved custom credentials are saved." }, "optionsCustomFieldsTableCaption": { - "message": "You can manage saved Custom Login Fields using the table.", + "message": "Du kan administrere gemte brugerdefinerede loginfelter ved at bruge tabellen.", "description": "Table caption of Custom Login Fields page." }, "optionsCustomFieldsTabHelpTextFirst": { @@ -1175,15 +1187,15 @@ "description": "Saved Custom Login Fields info text, second part." }, "optionsCustomFieldsTabHelpTextThird": { - "message": "On this page you can manage saved Custom Login Fields.", + "message": " På denne side kan du administrere gemte brugerdefinerede loginfelter.", "description": "Saved Custom Login Fields info text, third part." }, "optionsCustomFieldsRemove": { - "message": "Remove saved Custom Login Fields?", + "message": "Fjerne gemte brugerdefinerede loginfelter?", "description": "Confirmation text when removing saved Custom Login Fields." }, "optionsCustomFieldsConfirmation": { - "message": "Do you really want to remove the saved Custom Login Fields on the page: $1", + "message": " Vil du virkelig fjerne de gemte brugerdefinerede loginfelter på siden: $1", "description": "Confirmation text when removing saved Custom Login Fields." }, "optionsCustomFieldsConfirmationHelpText": { @@ -1191,7 +1203,7 @@ "description": "Part of confirmation text when removing saved Custom Login Fields." }, "optionsSitePreferencesNotFound": { - "message": "No Site Preferences found.", + "message": "Ingen siteindstillinger fundet.", "description": "Shown when no Site Preferences are saved." }, "optionsSitePreferencesRemove": { @@ -1239,7 +1251,7 @@ "description": "Part of confirmation text when removing Site Preferences." }, "optionsSitePreferencesTableCaption": { - "message": "You can manage saved Site Preferences using the table.", + "message": "Du kan administrere gemte siteindstillinger ved at bruge tabellen.", "description": "Table caption of Site Preferences page." }, "optionsSitePreferencesSelect": { @@ -1283,7 +1295,7 @@ "description": "About page text of reporting bugs." }, "optionsAboutCreateNewIssue": { - "message": "Create new issue on GitHub.", + "message": " Opret nyt issue på GitHub.", "description": "Link text for creating a new issue." }, "optionsAboutDebugInfo": { @@ -1335,7 +1347,7 @@ "description": "Passkeys settings title in settings page." }, "optionsPasskeysEnable": { - "message": "Enable passkeys", + "message": "Aktiver adgangsnøgler", "description": "Enabled passkeys option text." }, "optionsPasskeysEnableHelpText": { @@ -1343,11 +1355,11 @@ "description": "Passkeys option help text." }, "optionsPasskeysEnableFallback": { - "message": "Enable passkeys fallback", + "message": " Aktivér adgangsnøgler fallback", "description": "Enabled passkeys fallback option text." }, "optionsPasskeysEnableFallbackHelpText": { - "message": "When enabled, a failed or canceled request to KeePassXC will trigger the browser's own internal passkeys request. If disabled, connection to KeePassXC is required and canceled request will fail. Default: enabled.", + "message": " Når det er aktiveret, vil en mislykket eller annulleret anmodning til KeePassXC udløse browserens egen interne passkey-anmodning. Hvis det er deaktiveret, kræves der forbindelse til KeePassXC, og annullerede anmodninger vil mislykkes. Standard: aktiveret.", "description": "Passkeys fallback option help text." }, "openNewTab": { diff --git a/keepassxc-browser/_locales/de/messages.json b/keepassxc-browser/_locales/de/messages.json index 9117a8d..f15d746 100644 --- a/keepassxc-browser/_locales/de/messages.json +++ b/keepassxc-browser/_locales/de/messages.json @@ -7,6 +7,10 @@ "message": "Seiteneinstellungen für diese URL hinzufügen.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "URL für diese Seiteneinstellungen bearbeiten.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Cross-Origin iframes für die aktuelle Seite zulassen.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": " Hinzufügen", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Bearbeiten", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": " Nach Aktualisierungen suchen", "description": "Check for updates button text." @@ -767,7 +775,7 @@ "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "Einträge mit relevanten Anmeldedaten automatisch ausfüllen", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { @@ -906,6 +914,10 @@ "message": "Fügt Eingabefeldern, die als OTP/2FA erkannt werden, ein Symbol hinzu.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "Sie können die Symbole bei Bedarf auch manuell mit Umschalt+Klick ausblenden.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser ruft Anmeldedaten sofort ab, wenn ein Tab aktiviert wird.", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": "Einträge mit relevanten Anmeldedaten automatisch ausfüllen, wenn ein zweites Ausfüllen erforderlich ist.", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { diff --git a/keepassxc-browser/_locales/el/messages.json b/keepassxc-browser/_locales/el/messages.json index 75b728e..965ca52 100644 --- a/keepassxc-browser/_locales/el/messages.json +++ b/keepassxc-browser/_locales/el/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Προσθήκη", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Έλεγχος για ενημερώσεις", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Προσθέτει ένα εικονίδιο στα πεδία εισαγωγής που αναγνωρίζονται ως OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "Το KeePassXC-Browser θα ανακτήσει αμέσως τα διαπιστευτήρια όταν ενεργοποιηθεί μια καρτέλα.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/en_GB/messages.json b/keepassxc-browser/_locales/en_GB/messages.json index 0d50734..09546ea 100644 --- a/keepassxc-browser/_locales/en_GB/messages.json +++ b/keepassxc-browser/_locales/en_GB/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Add", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Check for updates", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Adds an icon to input fields that are recognised as OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser will immediately retrieve credentials when a tab is activated.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/es/messages.json b/keepassxc-browser/_locales/es/messages.json index d7d166d..cd4568b 100644 --- a/keepassxc-browser/_locales/es/messages.json +++ b/keepassxc-browser/_locales/es/messages.json @@ -7,6 +7,10 @@ "message": "Añadir sitio de referencia para esta URL", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Editar URL para las preferencias de este sitio.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Permitir marcos de Orígenes Cruzados para la página actual", "description": "Allow Cross-Origin iframes button title text." @@ -104,7 +108,7 @@ "description": "Database hash not received." }, "errorMessageClientPublicKey": { - "message": "Clave pública del cliente no recibida.", + "message": "Llave pública del cliente no recibida.", "description": "Client public key not received." }, "errorMessageDecrypt": { @@ -128,7 +132,7 @@ "description": "KeePassXC association failed, try again." }, "errorMessageKeyExchange": { - "message": "Intercambio de clave no fue correcto.", + "message": "Intercambio de llave no fue correcto.", "description": "Key exchange was not successful." }, "errorMessageEncryptionKey": { @@ -192,7 +196,7 @@ "description": "Invalid user verification." }, "errorMessagePasskeysEmptyPublicKey": { - "message": "Clave pública vacía.", + "message": "Llave pública vacía.", "description": "Empty public key." }, "errorMessagePasskeysInvalidUrlProvided": { @@ -686,6 +690,10 @@ "message": "Añadir", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Buscar actualizaciones", "description": "Check for updates button text." @@ -767,7 +775,7 @@ "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "Rellenar automáticamente las entradas de credenciales pertinentes", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { @@ -906,6 +914,10 @@ "message": "Añade un icono a los campos de entrada que son reconocidos como OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "También puede ocultar los iconos manualmente cuando necesite con shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser recuperará inmediatamente las credenciales cuando se active una pestaña.", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": "Rellenar automáticamente la credencial correspondiente si se necesita un segundo rellenado.", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { diff --git a/keepassxc-browser/_locales/fi/messages.json b/keepassxc-browser/_locales/fi/messages.json index f201f34..731c3d3 100644 --- a/keepassxc-browser/_locales/fi/messages.json +++ b/keepassxc-browser/_locales/fi/messages.json @@ -7,6 +7,10 @@ "message": "Lisää sivustokohtaisia asetuksia tälle URL:lle.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Salli iframe-upotukset muilta sivustoilta tälle osoitteelle.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Lisää", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Tarkista päivitykset", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Lisää ikonin kaksivaiheiseen tunnistautumiseen liittyvien kenttien viereen.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser noutaa tietueet heti välilehden aktivoituessa.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/fr/messages.json b/keepassxc-browser/_locales/fr/messages.json index 1a0a33c..597cd28 100644 --- a/keepassxc-browser/_locales/fr/messages.json +++ b/keepassxc-browser/_locales/fr/messages.json @@ -7,6 +7,10 @@ "message": "Ajouter comme préférences des sites pour cette URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Autoriser les iframes Cross-Origin pour la page actuelle.", "description": "Allow Cross-Origin iframes button title text." @@ -240,7 +244,7 @@ "description": "Error notification shown when not connected to KeePassXC." }, "errorCurrentDatabaseNotConnected": { - "message": "Current database is not connected.", + "message": "La base de données actuelle n'est pas connectée.", "description": "Error notification shown when current database is not connected during action." }, "passwordGeneratorErrorTooLong": { @@ -371,7 +375,7 @@ "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsMultipleFoundSecondLine": { - "message": "Click the KeePassXC-Browser icon for more options.", + "message": "Cliquez sur l'icône KeePassXC-Browser pour afficher plus d'options.", "description": "Alert message when trying to fill username and/or password when multiple credentials are found." }, "credentialsNoUsernameFound": { @@ -479,7 +483,7 @@ "description": "Checking status message in popup." }, "popupNotConfigured": { - "message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.", + "message": "KeePassXC-Browser n'a pas été configuré. Cliquez sur le bouton de connexion pour vous associer à KeePassXC.", "description": "A popup message shown when the extension has not been connected to KeePassXC." }, "popupNeedReconfigure": { @@ -487,7 +491,7 @@ "description": "A popup message shown when the extension has been disconnected from KeePassXC." }, "popupNeedReconfigureMessage": { - "message": "Click the reconnect button to establish a new connection.", + "message": "Cliquez sur le bouton de reconnexion pour établir une nouvelle connexion.", "description": "A popup message shown when reconnect is needed." }, "popupConfiguredNotAssociated": { @@ -527,7 +531,7 @@ "description": "A message shown choosing what credentials user wants to update." }, "rememberChooseGroup": { - "message": "Please choose a group to store new credentials.", + "message": "Veuillez choisir un groupe pour stocker les nouveaux identifiants.", "description": "A message shown choosing what group user wants to use for new credentials." }, "rememberInfoDefaultGroupNotFound": { @@ -686,6 +690,10 @@ "message": "Ajouter", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Vérifier les mises à jour", "description": "Check for updates button text." @@ -719,7 +727,7 @@ "description": "Default group help text." }, "optionsLabelDefaultPasskeyGroup": { - "message": "Default group for saving new passkeys:", + "message": "Groupe par défaut pour l'enregistrement des nouveaux codes d'accès :", "description": "Default passkey group options text." }, "optionsLabelDefaultGroupCheckboxText": { @@ -767,7 +775,7 @@ "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "Remplir automatiquement les identifiants des entrées pertinentes", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { @@ -799,7 +807,7 @@ "description": "Use monochrome toolbar icon checkbox text." }, "optionsCheckboxUseCompactMode": { - "message": "Use compact mode", + "message": "Utiliser le mode compact", "description": "Whether the compact mode (legacy dropdown) should be enabled." }, "optionsSaveDomainOnly": { @@ -835,7 +843,7 @@ "description": "Text above radio buttons in the settings page." }, "optionsRadioThreeDays": { - "message": "every three days", + "message": " tous les 3 jours", "description": "Radio button text." }, "optionsRadioWeek": { @@ -906,6 +914,10 @@ "message": "Ajoute une icône aux champs de saisie reconnus comme A2F/OTP.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "Vous pouvez également cacher les icônes manuellement lorsque cela est nécessaire en appuyant sur Maj + clic.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser récupérera automatiquement les identifiants lorsqu'un onglet est sélectionné.", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": "Remplir automatiquement les identifiants pertinents si un deuxième remplissage est nécessaire.", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { @@ -935,7 +947,7 @@ "description": "Autocomplete Usernames option help text." }, "optionsShowGroupNameInAutocompleteHelpText": { - "message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.", + "message": "Lorsque des identifiants sont renvoyés par différents groupes, le nom du groupe est affiché. N'affecte que le mode compact.", "description": "Show group name in autocomplete help text." }, "optionsShowNotificationsHelpText": { @@ -947,7 +959,7 @@ "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { - "message": "Use a compact version of the dropdown list to select credentials.", + "message": "Utilisez une version compacte de la liste déroulante pour sélectionner les identifiants.", "description": "Use compact (legacy) mode help text." }, "optionsSaveDomainOnlyHelpText": { @@ -1051,7 +1063,7 @@ "description": "Confirmation text when removing database from the list." }, "optionsDatabasesRemoveIdentifierConfirmFirst": { - "message": "Do you really want to remove the following identifier from the database list: $1?", + "message": "Voulez-vous vraiment supprimer l'identifiant suivant de la liste de la base de données :$1?", "description": "Confirmation text when removing database from the list." }, "optionsDatabasesRemoveIdentifierConfirmSecond": { diff --git a/keepassxc-browser/_locales/he/messages.json b/keepassxc-browser/_locales/he/messages.json index 15280c4..12ef2ee 100644 --- a/keepassxc-browser/_locales/he/messages.json +++ b/keepassxc-browser/_locales/he/messages.json @@ -7,8 +7,12 @@ "message": "הוספת העדפות אתר לכתובת URL זו.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "עריכת URL עבור העדפות אתר זה.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { - "message": "Allows Cross-Origin iframes for the current page.", + "message": "אפשור iframes של מקור־צולב עבור הדף הנוכחי.", "description": "Allow Cross-Origin iframes button title text." }, "connectButtonTitle": { @@ -204,15 +208,15 @@ "description": "Origin is empty or not allowed." }, "errorMessagePasskeysDomainNotValid": { - "message": "Effective domain is not a valid domain.", + "message": "תחום בפועל אינו תחום תקין.", "description": "Effective domain is not a valid domain." }, "errorMessagePasskeysDomainRpIdMismatch": { - "message": "Origin and RP ID do not match.", + "message": "מזהים של מקור ו־RP אינם תואמים.", "description": "Origin and RP ID do not match." }, "errorMessagePasskeysNoSupportedAlgorithms": { - "message": "No supported algorithms were provided.", + "message": "לא סופקו אלגוריתמים נתמכים.", "description": "No supported algorithms were provided." }, "errorMessagePasskeysWaitforLifeTimer": { @@ -224,11 +228,11 @@ "description": "Unknown passkeys error." }, "errorMessagePasskeysInvalidChallenge": { - "message": "Challenge is shorter than required minimum length.", + "message": "האתגר קצר יותר מהאורך המזערי הנדרש.", "description": "Challenge is shorter than required minimum length." }, "errorMessagePasskeysInvalidUserId": { - "message": "user.id does not match the required length.", + "message": "מזהה.משתמש אינו תואם את האורך הנדרש.", "description": "user.id does not match the required length." }, "errorMessagePasskeysContextIsNotSecure": { @@ -240,7 +244,7 @@ "description": "Error notification shown when not connected to KeePassXC." }, "errorCurrentDatabaseNotConnected": { - "message": "Current database is not connected.", + "message": "מסד־נתונים נוכחי אינו מחובר.", "description": "Error notification shown when current database is not connected during action." }, "passwordGeneratorErrorTooLong": { @@ -395,7 +399,7 @@ "description": "Message shown when no password fields are found." }, "fieldsPasswordFillNotAccepted": { - "message": "Filling password to a plain text field is prevented.", + "message": "מילוי סיסמה לשדה מלל פשוט נמנע.", "description": "Message shown when password fill to a plain text field is prevented." }, "rememberNothingChanged": { @@ -439,7 +443,7 @@ "description": "Button text for adding Username-only option." }, "popupAllowIframeButton": { - "message": "Allow Cross-Origin iframes for the site", + "message": "אפשור iframes של מקור־צולב עבור האתר.", "description": "Button text for allowing Cross-Origin iframes option." }, "popupErrorEncountered": { @@ -479,7 +483,7 @@ "description": "Checking status message in popup." }, "popupNotConfigured": { - "message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.", + "message": "לא נקבעה תצורת דפדפן־KeePassXC. יש ללחוץ על לחצן החיבור כדי לצמד עם KeePassXC.", "description": "A popup message shown when the extension has not been connected to KeePassXC." }, "popupNeedReconfigure": { @@ -503,7 +507,7 @@ "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?", + "message": "זוהה iframe של מקור־צולב. האם להוסיף את ה־URL להעדפות אתר עם אפשרות 'אפשור iframes של מקור־צולב' מאופשרת?", "description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled." }, "rememberInfoText": { @@ -686,6 +690,10 @@ "message": "הוספה", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "עריכה", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "בדיקת זמינות עדכונים", "description": "Check for updates button text." @@ -767,7 +775,7 @@ "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "מילוי אוטומטי של רשומות עם נתוני האמנה רלוונטיים.", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { @@ -819,7 +827,7 @@ "description": "Redirect allowance help text." }, "optionsCheckboxAutoFillAndSend": { - "message": "Allow filling HTTP Basic Auth credentials", + "message": "אפשור מילוי נתוני האמנה מסוג אימות בסיסי של HTTP", "description": "Allow filling HTTP Basic Auth credentials checkbox text." }, "optionsDebugLogging": { @@ -906,6 +914,10 @@ "message": "הוספת סמל לשדות קלט המזוהים כ־OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "באפשרותך להסתיר סמלים באופן ידני בעת הצורך באמצעות shift+לחיצה.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "דפדפן־KeePassXC יאחזר נתוני־אמנה מיד כאשר כרטיסייה תשופעל.", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": "מילוי אוטומטי של נתוני האמנה רלוונטיים אם נדרש מילוי שני.", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { @@ -927,7 +939,7 @@ "description": "Auto-Fill Single Entry warning text." }, "optionsAutoFillSingleTotpHelpText": { - "message": "Let KeePassXC-Browser automatically fill in TOTP fields if it receives only a single entry.", + "message": "אפשר לדפדפן־KeePassXC למלא אוטומטית שדות TOTP אם הוא מקבל רק רשומה בודדת.", "description": "Auto-Fill Single TOTP field option help text." }, "optionsAutocompleteUsernamesHelpText": { @@ -943,7 +955,7 @@ "description": "Show notifications option help text." }, "optionsUseMonochromeToolbarIconHelpText": { - "message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.", + "message": "שימוש בסמל מונוכרום עם תגים צבעוניים בסרגל כלים שמסתגל לערכת נושא בהירה/כהה של דפדפן.", "description": "Use monochrome toolbar icon option help text." }, "optionsUseCompactModeHelpText": { @@ -1095,7 +1107,7 @@ "description": "Improved Input Field Detection column text." }, "optionsColumnAllowIframes": { - "message": "Allow Cross-Origin iframes", + "message": "אפשור iframes של מקור־צולב", "description": "Allow iframes column text." }, "optionsColumnDelete": { @@ -1219,7 +1231,7 @@ "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.", + "message": "אפשור iframes של מקור־צולב יאפשר אחזור נתוני האמנה עבור iframes מתחום אחר. השימוש הוא באחריותך.", "description": "Allow Cross-Origin iframes help text." }, "optionsSitePreferencesManualAddText": { diff --git a/keepassxc-browser/_locales/hu/messages.json b/keepassxc-browser/_locales/hu/messages.json index e7179b2..5505978 100644 --- a/keepassxc-browser/_locales/hu/messages.json +++ b/keepassxc-browser/_locales/hu/messages.json @@ -7,6 +7,10 @@ "message": "Oldalbeállítások hozzáadása ehhez az URL-hez.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Cross-Origin iframe-ek engedélyezése az aktív oldal számára.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Hozzáadás", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Frissítések keresése", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Egy ikont ad hozzá az OTP/2FA mezőként felismert bemeneti mezőkhöz.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "A KeePassXC-böngésző azonnal le fogja kérni a hitelesítési adatokat, amikor egy lapot aktiválnak.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/id/messages.json b/keepassxc-browser/_locales/id/messages.json index ab10840..969ed4b 100644 --- a/keepassxc-browser/_locales/id/messages.json +++ b/keepassxc-browser/_locales/id/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Tambah", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Periksa pembaruan", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Menambahkan ikon ke kolom masukan yang dikenal sebagai OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser akan menerima kredensial secara otomatis ketika sebuah tab diaktifkan.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/it/messages.json b/keepassxc-browser/_locales/it/messages.json index bdff4b4..cceb038 100644 --- a/keepassxc-browser/_locales/it/messages.json +++ b/keepassxc-browser/_locales/it/messages.json @@ -7,6 +7,10 @@ "message": "Aggiungi Preferenze del Sito per questo URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Permetti iframes Cross-Origin per la pagina corrente.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Aggiungi", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Controlla aggiornamenti", "description": "Check for updates button text." @@ -767,7 +775,7 @@ "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "Compila automaticamente le voci delle credenziali pertinenti", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { @@ -906,6 +914,10 @@ "message": "Aggiungi un'icona ai campi di input riconosciuti come OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser recupererà immediatamente le credenziali all'attivazione di una tab.", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": "Compila automaticamente le credenziali pertinenti se è necessario un secondo riempimento.", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { diff --git a/keepassxc-browser/_locales/ja/messages.json b/keepassxc-browser/_locales/ja/messages.json index 4d4a660..b1cf48a 100644 --- a/keepassxc-browser/_locales/ja/messages.json +++ b/keepassxc-browser/_locales/ja/messages.json @@ -7,6 +7,10 @@ "message": "この URL にサイト設定を追加します。", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "現在のページにクロスオリジン iframe を許可する。", "description": "Allow Cross-Origin iframes button title text." @@ -20,7 +24,7 @@ "description": "Copy debug info button title text on About tab." }, "dismissHttpAuthButtonTitle": { - "message": "Basic 認証を解除する。", + "message": "Dismisses Basic HTTP Auth.", "description": "Dismiss HTTP Auth button title text." }, "reconnectButtonTitle": { @@ -48,7 +52,7 @@ "description": "Remove button title on Site Preferences tab." }, "reopenDatabaseButtonTitle": { - "message": "現在のアクティブなデータベースを再開する。", + "message": "Reopen current active database.", "description": "Reopen database button title text." }, "usernameButtonTitle": { @@ -216,7 +220,7 @@ "description": "No supported algorithms were provided." }, "errorMessagePasskeysWaitforLifeTimer": { - "message": "タイマーの終了を待つ。", + "message": "Wait for timer to expire.", "description": "Wait for timer to expire." }, "errorMessagePasskeysUnknownError": { @@ -224,7 +228,7 @@ "description": "Unknown passkeys error." }, "errorMessagePasskeysInvalidChallenge": { - "message": "チャレンジの長さが必要最低限より短い", + "message": "Challenge is shorter than required minimum length.", "description": "Challenge is shorter than required minimum length." }, "errorMessagePasskeysInvalidUserId": { @@ -495,7 +499,7 @@ "description": "A popup message shown when KeePassXC is not connected but configured." }, "popupConfiguredAndAssociated": { - "message": "KeePassXC-Browser は KeePassXC に接続しており、次の識別子を使用する設定になっています: $1", + "message": "KeePassXC-Browser は次の識別子を使用して KeePassXC に接続しています: $1", "description": "A popup message when a connection to KeePassXC is successful." }, "popupUsernameFieldDetected": { @@ -686,6 +690,10 @@ "message": "追加", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "更新を確認", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "OTP/2FA として認識した入力フィールドにアイコンを追加します。", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "タブがアクティブになった直後に KeePassXC-Browser が資格情報を読み込みます。", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/ko/messages.json b/keepassxc-browser/_locales/ko/messages.json index 858e6f4..04aa16d 100644 --- a/keepassxc-browser/_locales/ko/messages.json +++ b/keepassxc-browser/_locales/ko/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "추가", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "업데이트 확인", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "OTP/2FA 필드로 감지된 입력 필드에 아이콘을 추가합니다.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "탭을 활성화할 때 KeePassXC-브라우저에서 자격 증명을 즉시 가져옵니다.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/lt/messages.json b/keepassxc-browser/_locales/lt/messages.json index bac2279..bf38654 100644 --- a/keepassxc-browser/_locales/lt/messages.json +++ b/keepassxc-browser/_locales/lt/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Pridėti", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Tikrinti ar yra atnaujinimų", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Prideda piktogramą prie įvesties laukų, kurie atpažįstami kaip OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "\"KeePassXC-Browser\" iškart gaus kredencialus, kai bus suaktyvintas skirtukas.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/my/messages.json b/keepassxc-browser/_locales/my/messages.json index 350832c..f3fe3be 100644 --- a/keepassxc-browser/_locales/my/messages.json +++ b/keepassxc-browser/_locales/my/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "ထည့်ရန်", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "အပ်ဒိတ်များကို စစ်ဆေးရန်", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "OTP/2FA အဖြစ် သိမှတ်သော ဖြည့်သွင်းရန်အကွက်များတွင် အိုင်ကွန်တစ်ခုထည့်သည်။", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "တက်ဘ်တစ်ခုကို သက်ဝင်လုပ်ဆောင်ချိန်တွင် KeePassXC-ဘရောက်ဇာသည် အထောက်အထားများကို ချက်ချင်း ပြန်လည်ရယူပါမည်။", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/nb/messages.json b/keepassxc-browser/_locales/nb/messages.json index a3b1347..af3327d 100644 --- a/keepassxc-browser/_locales/nb/messages.json +++ b/keepassxc-browser/_locales/nb/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Legg til", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Se etter oppdateringer", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Legger til et ikon i innputtfelt som er gjenkjent som OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC–Browser vil umiddelbart hente identifikasjon når en fane er aktivert.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/nl/messages.json b/keepassxc-browser/_locales/nl/messages.json index 7b6d672..f1a9ec0 100644 --- a/keepassxc-browser/_locales/nl/messages.json +++ b/keepassxc-browser/_locales/nl/messages.json @@ -7,6 +7,10 @@ "message": "Websitevoorkeuren toevoegen voor deze URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "URL bewerken voor deze Sitevoorkeuren.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Cross-origin iframes toestaan voor deze webpagina.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Toevoegen", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Bewerken", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Controleren op updates", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Voegt een pictogram toe aan invoervelden die worden herkend als OTP/2FA", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "Je kunt pictogrammen wanneer dat nodig is ook handmatig verbergen met shift + klik.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser haalt direct inloggegevens op als een tabblad wordt geactiveerd.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/pl/messages.json b/keepassxc-browser/_locales/pl/messages.json index 72497bd..29ddde6 100644 --- a/keepassxc-browser/_locales/pl/messages.json +++ b/keepassxc-browser/_locales/pl/messages.json @@ -7,6 +7,10 @@ "message": "Dodaj preferencje witryny do tego adresu URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edytuj adres URL dla ustawień witryn.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Zezwala na ramki iframe z różnych źródeł dla bieżącej strony.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Dodaj", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edytuj", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Sprawdź aktualizacje", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Dodaje ikonę do pól wejściowych, które są rozpoznawane jako OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "W razie potrzeby możesz także ukrywać ikony ręcznie za pomocą klawisza Shift i kliknięcia.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser natychmiast odbierze dane uwierzytelniające po aktywowaniu karty.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/pt_BR/messages.json b/keepassxc-browser/_locales/pt_BR/messages.json index 6588c16..6878824 100644 --- a/keepassxc-browser/_locales/pt_BR/messages.json +++ b/keepassxc-browser/_locales/pt_BR/messages.json @@ -7,6 +7,10 @@ "message": "Adicionar Preferências de Site para esta URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Editar URL nas Preferências Deste Site.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Permitir iframes de Origem Cruzada para a página atual.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Adicionar", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Editar", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Verificar se há atualizações", "description": "Check for updates button text." @@ -767,7 +775,7 @@ "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "Preencher automaticamente as entradas com credenciais relevantes", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { @@ -906,6 +914,10 @@ "message": "Adicionar um ícone para campos de entrada que são reconhecidos como OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "Você também pode ocultar ícones manualmente quando necessário com shift+clique.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "O KeePassXC-Browser recuperará as credenciais imediatamente quando uma aba for ativada.", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": "Preencher automaticamente a credencial relevante caso seja necessário um segundo preenchimento.", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { diff --git a/keepassxc-browser/_locales/pt_PT/messages.json b/keepassxc-browser/_locales/pt_PT/messages.json index 930034c..f67f440 100644 --- a/keepassxc-browser/_locales/pt_PT/messages.json +++ b/keepassxc-browser/_locales/pt_PT/messages.json @@ -7,6 +7,10 @@ "message": "Adicionar preferências para este URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Permitir 'Cross-Origin iframes' para a página atual.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Adicionar", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Procurar atualizações", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Adiciona um ícone aos campos que sejam reconhecidos como 2FA/OTP", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser irá obter automaticamente as credenciais quando um separador for ativado", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/ro/messages.json b/keepassxc-browser/_locales/ro/messages.json index ff0f925..568391d 100644 --- a/keepassxc-browser/_locales/ro/messages.json +++ b/keepassxc-browser/_locales/ro/messages.json @@ -7,6 +7,10 @@ "message": "Adăugați preferințele site-ului pentru acest URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Permite iframe Cross-Origin pentru pagina curentă.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Adăugare", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Căutare actualizări", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Adaugă o pictogramă în câmpurile de intrare recunoscute ca OTP / 2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-browser va prelua imediat acreditările atunci când o filă este activata.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/ru/messages.json b/keepassxc-browser/_locales/ru/messages.json index b3025fb..46061d5 100644 --- a/keepassxc-browser/_locales/ru/messages.json +++ b/keepassxc-browser/_locales/ru/messages.json @@ -7,6 +7,10 @@ "message": "Добавить настройки сайта для этого URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Разрешает Cross-Origin iframes для текущей страницы.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Добавить", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Проверить обновления", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Добавляет значок в поля ввода, которые распознаются как OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser будет извлекать учётные данные сразу при активации вкладки.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/sl/messages.json b/keepassxc-browser/_locales/sl/messages.json index 96460ac..dbbdfed 100644 --- a/keepassxc-browser/_locales/sl/messages.json +++ b/keepassxc-browser/_locales/sl/messages.json @@ -7,6 +7,10 @@ "message": "Add Site Preferences for this URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Allows Cross-Origin iframes for the current page.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Dodaj", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Preveri za posodobitve", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Doda ikono v polja za vnos, ki so prepoznana kot OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser bo pridobil poverilnice takoj, ko je zavihek brskalnika aktiviran.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/sv/messages.json b/keepassxc-browser/_locales/sv/messages.json index dfb42d3..d07b743 100644 --- a/keepassxc-browser/_locales/sv/messages.json +++ b/keepassxc-browser/_locales/sv/messages.json @@ -7,6 +7,10 @@ "message": "Lägg till sidinställningar för denna URL.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Redigera URL:en för den här sidans inställningar.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Tillåter Cross-Origin iframes för den aktuella sidan.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Lägg till", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Redigera", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Leta efter uppdateringar", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Lägger till en ikon i indatafält som identifieras som OTP/2FA", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "Du kan också dölja ikoner manuellt vid behov, med shift+vänsterklick.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser kommer omedelbart att hämta inloggningsuppgifter när en flik aktiveras.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/tr/messages.json b/keepassxc-browser/_locales/tr/messages.json index 551fcda..4f963b2 100644 --- a/keepassxc-browser/_locales/tr/messages.json +++ b/keepassxc-browser/_locales/tr/messages.json @@ -7,6 +7,10 @@ "message": "Bu adresin site ayarlarını ekle", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Bu site tercihleri için adresi düzenleyin.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Sitede başka siteden iFrame bulunmasına izin verir.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Ekle", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Düzenle", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Güncelleme denetimi", "description": "Check for updates button text." @@ -767,7 +775,7 @@ "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "İlgili kimlik doğrulama bilgileri otomatik olarak doldurulsun", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { @@ -906,6 +914,10 @@ "message": "OTP/2FA olarak algılanan giriş alanlarına bir simge ekler.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "Shift+Tıklama ile gerektiğinde simgeleri el ile de gizleyebilirsiniz.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser, bir sekme etkinleştirildiği anda kimlik doğrulama bilgilerini alır.", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": "İkinci bir doldurma gerekiyorsa iİlgili kimlik doğrulama bilgileri otomatik olarak doldurulur.", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { diff --git a/keepassxc-browser/_locales/uk/messages.json b/keepassxc-browser/_locales/uk/messages.json index 5053638..1fd8311 100644 --- a/keepassxc-browser/_locales/uk/messages.json +++ b/keepassxc-browser/_locales/uk/messages.json @@ -7,6 +7,10 @@ "message": "Додати вподобання сайту для цієї URL-адреси.", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "Edit URL for this Site Preferences.", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "Дозволити Cross-Origin iframe для поточної сторінки.", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "Додати", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "Edit", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "Перевірити оновлення", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "Показувати піктограму в полях введення, розпізнаних як OTP/2FA.", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "You can also hide icons manually when needed with shift+click.", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser негайно отримає облікові дані, коли вкладку активовано.", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/_locales/zh_CN/messages.json b/keepassxc-browser/_locales/zh_CN/messages.json index 78b393e..83e4670 100644 --- a/keepassxc-browser/_locales/zh_CN/messages.json +++ b/keepassxc-browser/_locales/zh_CN/messages.json @@ -7,6 +7,10 @@ "message": "为此 URL 添加网站设置。", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "编辑此网站设置的 URL。", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "当前页面允许跨域 iframe 框架。", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "添加", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "编辑", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "检查更新", "description": "Check for updates button text." @@ -767,7 +775,7 @@ "description": "Automatically fill-in single credential entry checkbox text." }, "optionsCheckboxAutoFillRelevantCredential": { - "message": "Automatically fill in relevant credential entries", + "message": "自动填充相关的凭据条目", "description": "Automatically fill-in relevant credential entry checkbox text." }, "optionsCheckboxAutoFillSingleTotp": { @@ -906,6 +914,10 @@ "message": "当识别到 OTP/2FA 字段时添加输入图标。", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "如果需要,您也可以通过 Shift+单击 手动隐藏图标。", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser 将在标签页激活时立即获取凭据。", "description": "Auto-Retrive Credentials option help text." @@ -919,7 +931,7 @@ "description": "Auto-Fill Single Entry option help text." }, "optionsAutoFillRelevantCredentialHelpText": { - "message": "Automatically fill in the relevant credential if a second fill is needed.", + "message": "如果需要二次填充,自动填充相关的凭据。", "description": "Auto-Fill Relevant Credential option help text." }, "optionsAutoFillSingleEntryWarning": { diff --git a/keepassxc-browser/_locales/zh_TW/messages.json b/keepassxc-browser/_locales/zh_TW/messages.json index 1223933..6f01a59 100644 --- a/keepassxc-browser/_locales/zh_TW/messages.json +++ b/keepassxc-browser/_locales/zh_TW/messages.json @@ -7,6 +7,10 @@ "message": "為此 URL 添加網站設定。", "description": "Add button title text on Site Preferences tab." }, + "editSitePreferenceButtonTitle": { + "message": "編輯此網站設定的 URL。", + "description": "Edit button title text on Site Preferences tab." + }, "allowIframeButtonTitle": { "message": "目前頁面允許跨來源 iframe 框架。", "description": "Allow Cross-Origin iframes button title text." @@ -686,6 +690,10 @@ "message": "新增", "description": "Add button text." }, + "optionsButtonEdit": { + "message": "編輯", + "description": "Edit button text." + }, "optionsButtonUpdate": { "message": "檢查更新", "description": "Check for updates button text." @@ -906,6 +914,10 @@ "message": "在辨識為「一次性密碼 / 雙因素驗證」 (OTP/2FA) 的輸入欄位加入圖示。", "description": "OTP field icon option help text." }, + "optionsHideIconsAlertText": { + "message": "如果需要,您也可以通過 Shift+點擊 手動隱藏圖示。", + "description": "Hide icons alert text text." + }, "optionsAutoRetrieveCredentialsHelpText": { "message": "KeePassXC-Browser 將在標籤頁激活時立即獲取憑證。 ", "description": "Auto-Retrive Credentials option help text." diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index df0fdb5..25990f3 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "KeePassXC-Browser", - "version": "1.9.7", - "version_name": "1.9.7", + "version": "1.9.8", + "version_name": "1.9.8", "minimum_chrome_version": "93", "description": "__MSG_extensionDescription__", "author": "KeePassXC Team", diff --git a/package-lock.json b/package-lock.json index aeff3c7..fe4c59a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keepassxc-browser", - "version": "1.9.7", + "version": "1.9.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "keepassxc-browser", - "version": "1.9.7", + "version": "1.9.8", "license": "GPL-3.0", "dependencies": { "@npmcli/fs": "^2.1.0" diff --git a/package.json b/package.json index 070bea9..7d9af57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keepassxc-browser", - "version": "1.9.7", + "version": "1.9.8", "description": "KeePassXC-Browser", "main": "build.js", "devDependencies": {