Update version and translations for 1.8.8

This commit is contained in:
varjolintu 2023-09-20 19:41:17 +03:00
parent 7cc81cf385
commit 4563312d11
38 changed files with 770 additions and 1687 deletions

View file

@ -1,3 +1,24 @@
1.8.8 (2023-09-21)
=========================
- Add support for monochrome toolbar icons (Contributor PR) [#1938]
- Add support for using a separate icon for non-connected status [#1952]
- Change HTTP Basic Auth message text [#1936]
- Change contributors list and About page [#1944]
- Change Improved Field Detection to handle Shadow DOM [#1968]
- Delete obsolete icons [#1941]
- Fix retrieving credentials from background tabs [#1937]
- Fix handling errors when waiting for response [#1940]
- Fix getting Custom Login Fields combination during credential saving [#1976]
- Fix Autocomplete Menu fill on Enter when list is sorted [#1978]
- Fix filling whole combination when Autocomplete Menu is disabled [#1974]
- Fix Check for Updates button response [#1982]
- Fix removing notifications from DOM [#1981]
- Fix UI/UX cosmetic issues (Contributor PR) [#1983]
- Fix dispatching events during credential fill [#1986]
- Fix using active element during fill [#1985, #1988]
- Fix showing TOTP error message [#1989]
- Refactor extension messaging [#1961]
1.8.7 (2023-07-06)
=========================
- Add OpenAI login page to Predefined Sites [#1901]

View file

@ -44,11 +44,11 @@
"description": "Unknown error."
},
"errorMessageDatabaseNotOpened": {
"message": "Банката от данни не е отворена.",
"message": "Хранилището не е отворено.",
"description": "Database not opened."
},
"errorMessageDatabaseHash": {
"message": "Не е получен отпечатък от банката за данни.",
"message": "Не е получен отпечатък от хранилището.",
"description": "Database hash not received."
},
"errorMessageClientPublicKey": {
@ -84,7 +84,7 @@
"description": "Encryption key is not recognized."
},
"errorMessageSavedDatabases": {
"message": "Не са намерени записани банки от данни.",
"message": "Не са намерени запазени хранилища",
"description": "No saved databases found."
},
"errorMessageIncorrectAction": {
@ -172,7 +172,7 @@
"description": "Username field icon hover text."
},
"usernameLockedFieldText": {
"message": "Банката от данни е заключена",
"message": "Хранилището е заключено",
"description": "Username field icon hover text when database is locked."
},
"usernameDisconnectedFieldText": {
@ -328,7 +328,7 @@
"description": "Popup Reconnect button text."
},
"popupRedetectButton": {
"message": "Повторно търсене на полета за вход",
"message": "Търсене на полета за вход",
"description": "Popup Redetect login fields button text."
},
"popupReloadButton": {
@ -336,7 +336,7 @@
"description": "Popup Reload button text."
},
"popupReopenButton": {
"message": "Повторно отваряне на банка от данни",
"message": "Отваряне на хранилището",
"description": "Popup reopen database button text."
},
"popupUsernameButton": {
@ -404,11 +404,11 @@
"description": "Text shown when page can be added to Site Preferences with Username-only option enabled."
},
"rememberInfoText": {
"message": "Променени са данни за вход! Да бъдат ли запазени?",
"message": "Данни за вход са променени! Да бъдат ли запазени?",
"description": "Message when username or password has changed."
},
"rememberSaving": {
"message": "Регистрацията ще бъде запазена в свързаната банка от данни с идентификатор $1",
"message": "Регистрацията ще бъде запазена в свързаното хранилище с идентификатор $1",
"description": "A message when saving or updating credentials."
},
"rememberNewUsername": {
@ -428,7 +428,7 @@
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
"message": "Група по подразбиране е създадена в свързаната банка от данни.",
"message": "Група по подразбиране е създадена в свързаното хранилище.",
"description": "Info message shown when default group set cannot be found."
},
"rememberErrorCreatingNewGroup": {
@ -444,7 +444,7 @@
"description": "Error message shown when credentials cannot be saved or updated."
},
"rememberErrorDatabaseClosed": {
"message": "Регистрации не могат да бъдат запазвани или обновявани при затворена банка от данни.",
"message": "Регистрации не могат да бъдат запазвани или обновявани при затворено хранилище.",
"description": "Error message shown when credentials cannot be saved or updated and the database is closed."
},
"rememberCredentialsNotSaved": {
@ -548,7 +548,7 @@
"description": "General settings page header."
},
"optionsMenuConnectedDatabases": {
"message": "Свързани банки от данни",
"message": "Свързани хранилища",
"description": "Connected Databases page header."
},
"optionsMenuCustomFields": {
@ -679,6 +679,10 @@
"message": "Показване на известия",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Едноцветна икона в лентата с инструменти",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Запазване само на домейна",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "След колко пренасочвания да бъде скрита лентата? Стойността по подразбиране е 1. Максимумът е безкраен.",
"message": "Колко пренасочвания са разрешени, докато банерът изчезне. Стойността по подразбиране е 3. Максимумът е безкраен.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Автоматично попълване и изпращане на запитвания за HTTP Basic Auth",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Попълване на HTTP Basic Auth",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Дневник за отстраняване на грешки",
@ -811,6 +815,10 @@
"message": "Показват се известия при грешки и при необходимост от взаимодействие с потребителя.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Едноцветна икона с цветни значки в лентата с инструменти, която се адаптира към светла / тъмна тема на четеца.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "При добавяне на регистрации да бъде запазван само домейна вместо целия адрес.",
"description": "Save domain only option help text."
@ -900,15 +908,15 @@
"description": "Import settings confirmation dialog help text."
},
"optionsConnectedDatabasesText": {
"message": "Банки от данни, свързани с KeePassXC-Browser.",
"message": "Хранилища, свързани с KeePassXC-Browser.",
"description": "Info text about connected databases."
},
"optionsConnectedDatabasesNotFound": {
"message": "Не са намерени свързани банки от данни.",
"message": "Не са намерени свързани хранилища.",
"description": "Shown in the connected databases table when there is no connected databases."
},
"optionsDatabasesRemoveIdentifier": {
"message": "Да бъде ли премахнат идентификаторът от списъка с банки от данни?",
"message": "Да бъде ли премахнат идентификаторът от списъка с хранилища?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
@ -916,7 +924,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
"message": "Можете да свържете отново банката от данни по всяко време.",
"message": "Можете да свържете отново хранилището по всяко време.",
"description": "Confirmation text when removing database from the list, second part."
},
"optionsDatabaseIdentifier": {
@ -1060,11 +1068,11 @@
"description": "Site preferences info text, first part."
},
"optionsSitePreferencesTabHelpTextSecond": {
"message": "За да пренебрегнете на новите и променените регистрации за определена страница я добавете по-долу или от лентата в страницата изберете <em>Спиране на въпроса за страницата</em>.",
"message": "За да бъдат пренебрегнати новите и променените регистрации за определена страница я добавете по-долу или от лентата в страницата изберете <em>Спиране на въпроса за страницата</em>.",
"description": "Site preferences info text, second part."
},
"optionsSitePreferencesTabHelpTextThird": {
"message": "Ако даден сайт е напълно игнориран (избрано е <em>Деактивиране на всички функции</em>), тогава плъгинът няма да направи нищо, когато посетите този сайт.",
"message": "Ако даден сайт е напълно пренебрегнат (избрано е <em>Изключване на всички функции</em>), тогава добавката няма да направи нищо, когато посетите тази страница.",
"description": "Site preferences info text, third part."
},
"optionsSitePreferencesTabHelpTextFourth": {
@ -1072,7 +1080,7 @@
"description": "Site preferences info text, fourth part."
},
"optionsSitePreferencesImprovedInputFieldDetectionHelpText": {
"message": "Подобреното откриване на полета за вход дава възможност за по-подробно динамично откриване на полета за вход. Това обаче може да повлияе на производителността на страницата. Използвайте с повишено внимание.",
"message": "Подобреното откриване на полета за вход дава възможност за по-внимателно, динамично откриване на полета за вход. Това обаче може да повлияе на бързодействието на страницата. Използвайте с повишено внимание.",
"description": "Improved Input Field Detection help text."
},
"optionsSitePreferencesManualAddText": {
@ -1088,7 +1096,7 @@
"description": "Confirmation text when removing site from site preferences."
},
"optionsSitePreferencesConfirmationHelpText": {
"message": "KeePassXC-Browser ще използва всички възможности на страницата и няма да търси формуляри за вход единствено с потребителско име.",
"message": "KeePassXC-Browser ще използва всички свои възможности на тази страница и няма да търси формуляри за вход единствено с потребителско име.",
"description": "Part of confirmation text when removing site preferences."
},
"optionsSitePreferencesTableCaption": {
@ -1096,7 +1104,7 @@
"description": "Table caption of Site Preferences page."
},
"optionsSitePreferencesSelect": {
"message": "Възможност за игнориране на функциите на разширението за страницата.",
"message": "Възможност за потискане на разширението за тази страница.",
"description": "Title text of select element in Site Preferences."
},
"optionsAboutChrome": {
@ -1148,11 +1156,11 @@
"description": "Supporters label text."
},
"optionsErrorInvalidValue": {
"message": "Невалидна стойност. Моля, проверете входните данни.",
"message": "Недействителна стойност. Проверете въведеното.",
"description": "Error shown when input field has an incorrect value."
},
"optionsErrorInvalidURL": {
"message": "Невалиден адрес. Проверете данните.",
"message": "Недействителен адрес. Проверете въведеното.",
"description": "Error shown when input field has an incorrect URL."
},
"optionsErrorValueExists": {
@ -1196,7 +1204,7 @@
"description": "Message shown at the bottom of autocomplete menu."
},
"lockDatabase": {
"message": "Заключване на банката от данни",
"message": "Заключване на хранилището",
"description": "Lock database button title text."
}
}

View file

@ -196,7 +196,7 @@
"description": "OTP field icon text."
},
"defineClose": {
"message": "Close",
"message": "Zavřít",
"description": "Close button text when choosing custom login fields."
},
"defineSkip": {
@ -679,6 +679,10 @@
"message": "Zobrazit oznámení.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Uložit pouze doménu.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Kolik stránek by měl panel cyklovat po posunu přesměrování před vypnutím ikony",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Automaticky vyplňovat HTTP Basic Auth dialogy a odesílat je.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Zaznamenávat ladících informací",
@ -811,6 +815,10 @@
"message": "Zobrazovat oznámení chyb a když je třeba interakce s uživatelem.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Při ukládání nových přihlašovacích údajů, uložit pouze doménu namísto úplné URL adresy.",
"description": "Save domain only option help text."

View file

@ -404,7 +404,7 @@
"description": "Text shown when page can be added to Site Preferences with Username-only option enabled."
},
"rememberInfoText": {
"message": "Brugernavn eller adgangskode ændret! Gem den?",
"message": "Brugernavn eller adgangskode ændret! Gem det?",
"description": "Message when username or password has changed."
},
"rememberSaving": {
@ -679,6 +679,10 @@
"message": "Vis underretninger.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Gem kun domæne.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Hvor mange omdirigeringer er tilladt før banneret forsvinder. Standard er 1. Maksimum er uendeligt.",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Udfyld automatisk HTTP Basic Auth-dialoger og indsend dem.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Logning til fejlretning",
@ -811,6 +815,10 @@
"message": "Vis underretninger for fejl når der kræves brugerinteraktion.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Når nye loginoplysninger gemmes, så gem kun domænet i stedet for den fulde URL.",
"description": "Save domain only option help text."

View file

@ -28,7 +28,7 @@
"description": "Show password generator text."
},
"contextMenuFillAttribute": {
"message": "Attribut ausfüllen…",
"message": "Attribut ausfüllen …",
"description": "Context menu parent item for filling a custom attribute."
},
"contextMenuRequestGlobalAutoType": {
@ -180,7 +180,7 @@
"description": "Username field icon hover text when KeePassXC is disconnected."
},
"usernameFieldIcon": {
"message": "Symbol für das Benutzername Feld",
"message": "Symbol für das Benutzername-Feld",
"description": "Username field icon text."
},
"totp": {
@ -336,11 +336,11 @@
"description": "Popup Reload button text."
},
"popupReopenButton": {
"message": " Datenbank erneut öffnen",
"message": "Datenbank erneut öffnen",
"description": "Popup reopen database button text."
},
"popupUsernameButton": {
"message": "Nur-Benutzername Option für diese Seite hinzufügen",
"message": "Option Nur-Benutzername für diese Seite hinzufügen",
"description": "Button text for adding Username-only option."
},
"popupErrorEncountered": {
@ -376,7 +376,7 @@
"description": "Popup Troubleshooting Guide link text."
},
"popupCheckingStatus": {
"message": " Status wird überprüft...",
"message": " Status wird überprüft",
"description": "Checking status message in popup."
},
"popupNotConfigured": {
@ -496,11 +496,11 @@
"description": "A username field name shown on credential update."
},
"popupButtonNew": {
"message": " Neu",
"message": "Neu",
"description": "New button text in popup when updating credentials."
},
"popupButtonUpdate": {
"message": " Aktualisieren",
"message": "Aktualisieren",
"description": "Update button text in popup when updating credentials."
},
"popupButtonDismiss": {
@ -516,7 +516,7 @@
"description": "Close button text in popup or in notification."
},
"popupButtonDismissHttpAuth": {
"message": " Verwerfen und Standard-Authentifizierungsdialog anzeigen",
"message": "Verwerfen und Standard-Authentifizierungsdialog anzeigen",
"description": "Dismiss button text when in HTTP Authentication popup."
},
"optionsTitle": {
@ -592,7 +592,7 @@
"description": "Confirm button text when removing database key or custom login fields."
},
"optionsButtonCancel": {
"message": " Abbrechen",
"message": "Abbrechen",
"description": "Cancel button text when removing database key or custom login fields."
},
"optionsButtonReset": {
@ -679,6 +679,10 @@
"message": "Benachrichtigungen anzeigen.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Monochromes Symbol in der Symbolleiste verwenden.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Nur Domain speichern.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Wie viele Weiterleitungsseiten der Tab durchlaufen darf, bevor das Icon deaktiviert wird",
"message": "Wie viele Weiterleitungsseiten der Tab durchlaufen darf, bevor das Icon deaktiviert wird. Der Standard ist 3, das Maximum ist unendlich.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "HTTP-Basisauthentifizierungsdialoge automatisch ausfüllen und absenden.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Ausfüllen von HTTP-Basisauthentifizierunganmeldedaten erlauben.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Debug-Protokollierung",
@ -712,7 +716,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": " alle 3 Tage",
"message": "alle 3 Tage",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -724,7 +728,7 @@
"description": "Radio button text."
},
"optionsRadioNever": {
"message": " nie",
"message": "nie",
"description": "Radio button text."
},
"optionsThemeSelectionHeader": {
@ -811,6 +815,10 @@
"message": "Benachrichtigungen bei Fehlern, und wenn Benutzerinteraktion erforderlich ist, anzeigen.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Verwenden Sie ein monochromes Symbol mit farbigen Markierungen in der Symbolleiste, das sich dem hellen/dunklen Browserdesign anpasst.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Beim Speichern neuer Anmeldedaten nur die Domain anstatt der vollständigen URL speichern.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Εμφάνιση ειδοποιήσεων.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Χρησιμοποιήστε μονόχρωμος εικονίδιο στην γραμμή εργαλείων.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Αποθήκευση domain μόνο.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Πόσες ανακατευθύνσεις επιτρέπονται έως ότου να εξαφανιστεί το banner. Η προεπιλεγμένη τιμή είναι 1. Το μέγιστο είναι άπειρο.",
"message": "Πόσες ανακατευθύνσεις επιτρέπονται μέχρι να εξαφανιστεί το banner. Η προεπιλεγμένη τιμή είναι 3. Η μέγιστη είναι άπειρη.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Συμπληρώστε αυτόματα διαλόγους HTTP Basic Auth και υποβάλετέ τους.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Να επιτρέπεται η συμπλήρωση διαπιστευτηρίων HTTP Basic Auth.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Καταγραφή εντοπισμού σφαλμάτων",
@ -811,6 +815,10 @@
"message": "Εμφάνιση ειδοποιήσεων για σφάλματα και όταν απαιτείται αλληλεπίδραση του χρήστη.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Χρησιμοποιήστε ένα μονόχρωμο εικονίδιο με χρωματιστά σήματα στη γραμμή εργαλείων που προσαρμόζεται στο ανοιχτό/σκοτεινό θέμα του προγράμματος περιήγησης.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Κατά την αποθήκευση νέων διαπιστευτηρίων, αποθηκεύστε μόνο το domain αντί για την πλήρη διεύθυνση URL.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Show notifications.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Save domain only.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "How many redirects are allowed until the banner disappears. Default value is 1. Maximum is infinite.",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Automatically fill in HTTP Basic Auth dialogues and submit them.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Debug logging",
@ -811,6 +815,10 @@
"message": "Show notifications for errors and when user interaction is required.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "When saving new credentials, save only the domain instead of full URL.",
"description": "Save domain only option help text."

View file

@ -32,11 +32,11 @@
"description": "Context menu parent item for filling a custom attribute."
},
"contextMenuRequestGlobalAutoType": {
"message": "Solicitar autoescritura gobal",
"message": "Solicitar auto-tecleo global",
"description": "Global Auto-Type shortcut text."
},
"multipleCredentialsDetected": {
"message": "Autenticación HTTP con múltiples credenciales detectadas. Haga clic en el icono de la extensión de elegir la correcta.",
"message": "Autenticación HTTP con múltiples credenciales detectadas. Pulse en el icono de la extensión de elegir la correcta.",
"description": "Notification when HTTP Authentication has multiple credentials detected."
},
"errorMessageUnknown": {
@ -76,7 +76,7 @@
"description": "KeePassXC association failed, try again."
},
"errorMessageKeyExchange": {
"message": "Intercambio de claves no fue correcto.",
"message": "Intercambio de clave no fue correcto.",
"description": "Key exchange was not successful."
},
"errorMessageEncryptionKey": {
@ -256,7 +256,7 @@
"description": "Help text for Custom Login Field banner."
},
"username": {
"message": "Nombre de usuario",
"message": "Usuario",
"description": "General text for username."
},
"password": {
@ -588,7 +588,7 @@
"description": "Check for updates button text."
},
"optionsButtonRemoveNow": {
"message": "Sí, eliminar ahora",
"message": "Sí, retirar ahora",
"description": "Confirm button text when removing database key or custom login fields."
},
"optionsButtonCancel": {
@ -600,11 +600,11 @@
"description": "Reset button text for keyboard shortcuts."
},
"optionsButtonImport": {
"message": "Opciones de importación",
"message": "Importar configuración",
"description": "Import settings button text."
},
"optionsButtonExport": {
"message": "Configuración de exportación",
"message": "Exportar configuración",
"description": "Export settings button text."
},
"optionsLabelDefaultGroup": {
@ -612,7 +612,7 @@
"description": "Default group options text."
},
"optionsDefaultGroupHelpText": {
"message": "Separe el grupo con barras diagonales, por ejemplo: Grupo/GrupoHijo.",
"message": "Separe el grupo con barras diagonales, por ejemplo: Grupo/Grupo-Hijo.",
"description": "Default group help text."
},
"optionsLabelDefaultGroupCheckboxText": {
@ -656,19 +656,19 @@
"description": "Auto-reconnect warning message."
},
"optionsCheckboxAutoFillSingleEntry": {
"message": "Rellenar automáticamente las entradas de una sola credencial.",
"message": "Rellenar automáticamente los apuntes de una sola credencial.",
"description": "Automatically fill-in single credential entry checkbox text."
},
"optionsCheckboxAutoCompleteUsernames": {
"message": "Activar autocompletar para los campos de nombre de usuario.",
"message": "Activar auto-completar para los campos de nombre de usuario.",
"description": "Activate autocomplete for username fields checkbox text."
},
"optionsCheckboxShowGroupNameInAutocomplete": {
"message": "Mostrar el nombre del grupo en la lista de autocompletado cuando las credenciales son de diferentes grupos.",
"message": "Mostrar el nombre del grupo en el listado de auto-completado cuando las credenciales son de diferentes grupos.",
"description": "Show group name in autocomplete checkbox text."
},
"optionsCheckboxAutoSubmit": {
"message": "Autoenvía formularios de inicio de sesión",
"message": "Autoenvíar formularios de inicio de sesión",
"description": "Auto-submit checkbox text."
},
"optionsAutoSubmitHelpText": {
@ -679,6 +679,10 @@
"message": "Mostrar notificaciones.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Usar barra de herramientas monocromo.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Guardar el dominio únicamente.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Cuántas redirecciones se permiten antes de que el aviso desaparezca. El valor predeterminado es 1. El máximo es infinito.",
"message": "Cuantas redirecciones se permiten hasta que el aviso desaparece. El valor predeterminado es 3. Máximo es infinito. ",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Rellene automáticamente los cuadros de diálogo de autenticación básica de HTTP y envíelos.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Permite rellenar credenciales de Autenticación Básica de HTTP.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Trazas de depuración",
@ -756,7 +760,7 @@
"description": "Keyboard shortcut header text."
},
"optionsUsePasswordGeneratorHelpText": {
"message": "Añade un icono a los campos de contraseña para generar una nueva contraseña.",
"message": "Añade un icono a los campos de contraseña para generar una contraseña nueva.",
"description": "Password Generator option help text."
},
"optionsUsePasswordGeneratorHelpTextSecond": {
@ -811,6 +815,10 @@
"message": "Mostrar notificaciones de errores y cuándo es necesaria la interacción del usuario.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Usar iconos monocromo con insignias en color en la barra de herramientas que se adapte al tema claro/oscuro.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Al guardar nuevas credenciales, guarde solo el dominio en lugar de la URL completa.",
"description": "Save domain only option help text."
@ -888,7 +896,7 @@
"description": "Error message for changing keyboard shortcuts."
},
"optionsImportExportSettings": {
"message": "Configuración de importación/exportación",
"message": "Importar y exportar configuración",
"description": "Settings page header text for import/export."
},
"optionsImportSettingsDialogTitle": {
@ -936,7 +944,7 @@
"description": "Database list column title."
},
"optionsDatabaseDelete": {
"message": "Eliminar",
"message": "Borrar",
"description": "Database list column title."
},
"optionsColumnPageURL": {
@ -1060,7 +1068,7 @@
"description": "Site preferences info text, first part."
},
"optionsSitePreferencesTabHelpTextSecond": {
"message": "Para ignorar las credenciales nuevas/modificadas en un sitio específico, agréguelas a continuación o al usar el anuncio en la página seleccione <em>No preguntrar de nuevo para este sitio</em>.",
"message": "Para ignorar las credenciales nuevas/modificadas en un sitio específico, agréguelas a continuación o al usar el anuncio en la página seleccione <em>No preguntar de nuevo para este sitio</em>.",
"description": "Site preferences info text, second part."
},
"optionsSitePreferencesTabHelpTextThird": {

View file

@ -679,6 +679,10 @@
"message": "Näita teavitusi.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Salvesta ainult domeen.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "How many redirects are allowed until the banner disappears. Default value is 1. Maximum is infinite.",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Automatically fill in HTTP Basic Auth dialogs and submit them.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Debug logging",
@ -811,6 +815,10 @@
"message": "Show notifications for errors and when user interaction is required.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Uute andmete salvestamisel salvesta täieliku URL-i asemel ainult domeen.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Näytä ilmoitukset.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Käytä mustavalkoisia ikoneita työkalupalkissa",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Tallenna vain verkkotunnus.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Kuinka monta sivun latausta sallitaan ennen kuin ikonin vilkkuminen lakkaa",
"message": "Kuinka monta sivun uudelleenohjasuta sallitaan ennen kuin palkki katoaa näkyvistä. Vakioasetus on 3, maksimi ääretön.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Täytä HTTP-autentikaation dialogit automaattisesti.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Salli HTTP-autentikaatiotietojen täyttäminen.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Virheenkorjausloki",
@ -796,7 +800,7 @@
"description": "Auto-Fill Single Entry option help text."
},
"optionsAutoFillSingleEntryWarning": {
"message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.",
"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."
},
"optionsAutocompleteUsernamesHelpText": {
@ -811,6 +815,10 @@
"message": "Näyttää ilmoituksen virheistä, ja tilanteista jolloin käyttäjältä vaaditaan toimia.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Käytä värillisten ikoneiden lisäksi mustavalkoisia ikoneita työkalupalkissa, jotka muuttuvat selaimen vaalean tai tumman teeman mukaisesti.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Uusia tietueita tallentaessa tallenna vain verkkotunnus koko osoitteen sijasta.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Afficher les notifications.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Enregistrer le domaine seulement.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Combien de pages l'onglet doit-il parcourir après le décalage de redirection avant de désactiver l'icône ?",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Remplir et soumettre automatiquement les dialogues dauthentification HTTP Basic.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Journalisation de débogage",
@ -811,6 +815,10 @@
"message": "Affiche une notification pour les erreurs ou lorsqu'une interaction avec l'utilisateur est nécessaire.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Lorsqu'un nouvel identifiant est ajouté, n'enregistrer que le domaine au lieu de l'URL complète.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "הצגת הודעות.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "שמירת תחום בלבד.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "מספר הסטות המותר עד שהכרזה תעלם. ערך ברירת המחדל הוא 1. ערך מירבי הוא אינסוף.",
"message": "מספר הסטות מותרות עד שהכרזה תעלם. ערך ברירת המחדל הוא 1. ערך מירבי הוא אינסוף.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "מילוי תיבות דו־שיח אימות HTTP בסיסי באופן אוטומטי ושיגורן.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "יומן ניפוי־תקלים",
@ -796,7 +800,7 @@
"description": "Auto-Fill Single Entry option help text."
},
"optionsAutoFillSingleEntryWarning": {
"message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.",
"message": "אזהרה! השימוש באפשרות מילוי־אוטומטי אינה בטוחה. השימוש על אחריות המשתמש בלבד. KeePassXC-Browser מנסה לזהות באופן אוטומטי שדות התחברות. יחד עם זאת, שדות ההתחברות עלולות להיות מזוהות באופן שגוי, דבר שעשוי אולי לאכלס נתונים רגישים, בשדות קלט לא בטוחים.",
"description": "Auto-Fill Single Entry warning text."
},
"optionsAutocompleteUsernamesHelpText": {
@ -811,6 +815,10 @@
"message": "הצגת הודעות שגיאה ואם נדרשת התערבות משתמש.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "בעת שמירת נתוני־אמנה חדשים, לשמור רק את שם המתחם במקום את מען ה־URL המלא.",
"description": "Save domain only option help text."
@ -1064,7 +1072,7 @@
"description": "Site preferences info text, second part."
},
"optionsSitePreferencesTabHelpTextThird": {
"message": "אם המערכת מתעלמת לחלוטין מאתר (אפשרות <em>יש לבטל את כל התכונות</em> נבחרה), המתקע לא יעשה דבר בעת ביקור באתר זה.",
"message": "אם המערכת התעלמה לחלוטין מאתר כלשהוא (נבחרה <em>אפשרות ביטול כל התכונות</em> ), המתקע לא יעשה דבר בעת ביקור באתר זה.",
"description": "Site preferences info text, third part."
},
"optionsSitePreferencesTabHelpTextFourth": {

View file

@ -352,7 +352,7 @@
"description": "Popup warning message about old version of KeePassXC."
},
"popupDownloadNewVersion": {
"message": "Töltse le a legújabb verziót a keepassxc.org oldalról.",
"message": "Töltse le a legújabb verziót a keepassxc.org oldalról",
"description": "Popup warning message link when KeePassXC version is not up-to-date."
},
"popupGettingStartedText": {
@ -679,6 +679,10 @@
"message": "Értesítések megjelenítése.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Monokróm eszköztár ikon alkalmazása. ",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Csak tartomány mentése.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Hány oldalon kell a lapnak végiglépkednie az átirányítási eltolás után, mielőtt kikapcsolná az ikont.",
"message": "Hány átirányítás engedélyezett az értesítési sáv eltűnéséig. Az alapértelmezett érték 3. A felső korlát végtelen.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Alap HTTP hitelesítési párbeszédablakok automatikus kitöltése és beküldése.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "A HTTP Basic Auth hitelesítési adatok kitöltésének engedélyezése.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Hibakeresési naplózás",
@ -811,6 +815,10 @@
"message": "Értesítések megjelenítése a hibáknál és amikor felhasználói beavatkozás szükséges.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Monokróm ikon alkalmazása színes jelképekkel az eszköztárban, amely alkalmazkodik a böngésző világos, ill. sötét témájához.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Új hitelesítési adatok mentésekor csak a tartományt mentse el a teljes URL helyett.",
"description": "Save domain only option help text."

View file

@ -4,7 +4,7 @@
"description": "Name of the extension."
},
"contextMenuFillUsernameAndPassword": {
"message": "Isi Nama pengguna dan Sandi",
"message": "Isi Nama Pengguna dan Sandi",
"description": "Context menu item for filling both username and password."
},
"contextMenuFillPassword": {
@ -44,7 +44,7 @@
"description": "Unknown error."
},
"errorMessageDatabaseNotOpened": {
"message": "Basisdata tidak terbuka.",
"message": "Basis data tidak terbuka.",
"description": "Database not opened."
},
"errorMessageDatabaseHash": {
@ -84,7 +84,7 @@
"description": "Encryption key is not recognized."
},
"errorMessageSavedDatabases": {
"message": "Tidak ada basisdata tersimpan yang ditemukan.",
"message": "Tidak ada basis data tersimpan yang ditemukan.",
"description": "No saved databases found."
},
"errorMessageIncorrectAction": {
@ -172,7 +172,7 @@
"description": "Username field icon hover text."
},
"usernameLockedFieldText": {
"message": "Basisdata dikunci",
"message": "Basis data dikunci",
"description": "Username field icon hover text when database is locked."
},
"usernameDisconnectedFieldText": {
@ -336,7 +336,7 @@
"description": "Popup Reload button text."
},
"popupReopenButton": {
"message": "Buka ulang basisdata",
"message": "Buka ulang basis data",
"description": "Popup reopen database button text."
},
"popupUsernameButton": {
@ -420,15 +420,15 @@
"description": "A message shown when an existing username is detected when saving credentials."
},
"rememberChooseCredentials": {
"message": "Harap pilih kredensial yang ingin anda perbaharui",
"message": "Harap pilih kredensial yang ingin Anda perbaharui",
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Harap pilih grup yang ingin anda tambahkan kredensial baru.",
"message": "Harap pilih grup yang ingin Anda tambahkan kredensial baru.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
"message": "Grup default dibuat dalam basisdata terhubung.",
"message": "Grup default dibuat dalam basis data terhubung.",
"description": "Info message shown when default group set cannot be found."
},
"rememberErrorCreatingNewGroup": {
@ -444,7 +444,7 @@
"description": "Error message shown when credentials cannot be saved or updated."
},
"rememberErrorDatabaseClosed": {
"message": "Kredensial tidak dapat di simpan atau diperbarui ke sebuah basisdata yang tertutup.",
"message": "Kredensial tidak dapat di simpan atau diperbarui ke sebuah basis data yang tertutup.",
"description": "Error message shown when credentials cannot be saved or updated and the database is closed."
},
"rememberCredentialsNotSaved": {
@ -472,7 +472,7 @@
"description": "Message shown when no password is set when saving credentials."
},
"popupLoginText": {
"message": "Pilih informasi login yang ingin anda sematkan ke dalam halaman.",
"message": "Pilih informasi login yang ingin Anda sematkan ke dalam halaman.",
"description": "A popup message shown when one or multiple credentials are present."
},
"popupFilterText": {
@ -528,7 +528,7 @@
"description": "General Settings tab text."
},
"optionsConnectedDatabasesTab": {
"message": "Basisdata Tersambung",
"message": "Basis Data Tersambung",
"description": "Connected Databases tab text."
},
"optionsCustomFieldsTab": {
@ -548,7 +548,7 @@
"description": "General settings page header."
},
"optionsMenuConnectedDatabases": {
"message": "Basisdata Tersambung",
"message": "Basis Data Tersambung",
"description": "Connected Databases page header."
},
"optionsMenuCustomFields": {
@ -679,12 +679,16 @@
"message": "Tampilkan notifikasi.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Hanya simpan domain.",
"description": "Save domain only checkbox text."
},
"optionsCheckboxShowLoginNotifications": {
"message": "Tampilkan banner pada laman ketika kredensial baru dapat disimpan ke basisdata.",
"message": "Tampilkan banner pada laman ketika kredensial baru dapat disimpan ke basis data.",
"description": "Show login notifications checkbox text."
},
"optionsRedirectAllowance": {
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Berapa pengalihan yang diperbolehkan sampai banner hilang. Nilai default adalah 1. Maksimum adalah tak terbatas.",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Isi dialog Autentikasi HTTP Dasar dan kirim secara otomatis.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Catat pengawakutu",
@ -811,6 +815,10 @@
"message": "Show notifications for errors and when user interaction is required.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "When saving new credentials, save only the domain instead of full URL.",
"description": "Save domain only option help text."
@ -896,7 +904,7 @@
"description": "Import settings confirmation dialog title text."
},
"optionsImportSettingsDialogText": {
"message": "Pengaturan saat ini akan diganti. Apakah anda benar-benar ingin mengimpor berkas pengaturan?",
"message": "Pengaturan saat ini akan diganti. Apakah Anda benar-benar ingin mengimpor berkas pengaturan?",
"description": "Import settings confirmation dialog help text."
},
"optionsConnectedDatabasesText": {
@ -912,11 +920,11 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Apakah anda benar-benar ingin menghapus pengidentifikasi berikut dari daftar basis data: $1",
"message": "Apakah Anda benar-benar ingin menghapus pengidentifikasi berikut dari daftar basis data: $1",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
"message": "Anda dapat menghubungkan kembali basis data anda kapan saja.",
"message": "Anda dapat menghubungkan kembali basis data Anda kapan saja.",
"description": "Confirmation text when removing database from the list, second part."
},
"optionsDatabaseIdentifier": {

View file

@ -4,27 +4,27 @@
"description": "Name of the extension."
},
"contextMenuFillUsernameAndPassword": {
"message": "Compilare nome utente e password",
"message": "Compila nome utente e password",
"description": "Context menu item for filling both username and password."
},
"contextMenuFillPassword": {
"message": "Compilare solo la password",
"message": "Compila solo password",
"description": "Context menu item for filling password."
},
"contextMenuFillTOTP": {
"message": "Compilare TOTP",
"message": "Compila TOTP",
"description": "Context menu item for filling Time-based One Time Password."
},
"contextMenuShowPasswordGeneratorIcons": {
"message": "Mostra le icone del generatore di password",
"message": "Visualizza icone generatore password",
"description": "Show password generator icon on every password input field."
},
"contextMenuSaveCredentials": {
"message": "Salva le credenziali",
"message": "Salva credenziali",
"description": "Save credentials using the credential banner."
},
"contextMenuShowPasswordGenerator": {
"message": "Show password generator",
"message": "Visualizza generatore password",
"description": "Show password generator text."
},
"contextMenuFillAttribute": {
@ -32,11 +32,11 @@
"description": "Context menu parent item for filling a custom attribute."
},
"contextMenuRequestGlobalAutoType": {
"message": "Richiedi Completamento automatico globale",
"message": "Richiedi completamento automatico globale",
"description": "Global Auto-Type shortcut text."
},
"multipleCredentialsDetected": {
"message": "Rilevata autenticazione HTTP con più credenziali di accesso. Fare clic sull'icona dell'estensione per scegliere quella corretta.",
"message": "Rilevata autenticazione HTTP con più credenziali di accesso. Fai clic sull'icona dell'estensione per scegliere quella corretta.",
"description": "Notification when HTTP Authentication has multiple credentials detected."
},
"errorMessageUnknown": {
@ -48,19 +48,19 @@
"description": "Database not opened."
},
"errorMessageDatabaseHash": {
"message": "Hash del database non ricevuto.",
"message": "Hash database non ricevuta.",
"description": "Database hash not received."
},
"errorMessageClientPublicKey": {
"message": "Chiave pubblica del client non ricevuta.",
"message": "Chiave pubblica client non ricevuta.",
"description": "Client public key not received."
},
"errorMessageDecrypt": {
"message": "Non è possibile decrittare il messaggio.",
"message": "Impossibile decrittare messaggio.",
"description": "Cannot decrypt message."
},
"errorMessageTimeout": {
"message": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings.",
"message": "Impossibile connettersi a KeePassXC. Verifica nelle impostazioni di KeePassXC che l'integrazione browser sia abilitata.",
"description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings."
},
"errorMessageCanceled": {
@ -68,19 +68,19 @@
"description": "Action canceled or denied."
},
"errorMessageEncrypt": {
"message": "Message encryption failed. Is KeePassXC running?",
"message": "Cifratura messaggio non riuscita. KeePassXC è in esecuzione?",
"description": "Message encryption failed. Is KeePassXC running?"
},
"errorMessageAssociate": {
"message": "Associazione con KeePassXC non riuscita, riprovare.",
"message": "Associazione con KeePassXC non riuscita, riprova.",
"description": "KeePassXC association failed, try again."
},
"errorMessageKeyExchange": {
"message": "Lo scambio delle chiavi non è riuscito.",
"message": "Scambio chiavi non è riuscito.",
"description": "Key exchange was not successful."
},
"errorMessageEncryptionKey": {
"message": "La chiave di crittografia non è riconosciuta.",
"message": "Chiave cifratura non riconosciuta.",
"description": "Encryption key is not recognized."
},
"errorMessageSavedDatabases": {
@ -92,11 +92,11 @@
"description": "Incorrect action."
},
"errorMessageEmptyMessage": {
"message": "Ricevuto un messaggio vuoto.",
"message": "Ricevuto messaggio vuoto.",
"description": "Empty message received."
},
"errorMessageNoURL": {
"message": "Nessun URL fornito.",
"message": "Nessuna URL fornita.",
"description": "No URL provided."
},
"errorMessageNoLogins": {
@ -108,11 +108,11 @@
"description": "Error notification text shown when filled password is longer than defined maxLength of the input field."
},
"errorNotConnected": {
"message": "Errore notifica visualizzato quando connesso a KeePassXC",
"message": "Non connesso a KeePassXC",
"description": "Error notification shown when not connected to KeePassXC"
},
"passwordGeneratorIcon": {
"message": "Password generator icon",
"message": "Icona generatore password",
"description": "Alt attribute text of the password generator icon."
},
"passwordGeneratorPlaceholder": {
@ -120,11 +120,11 @@
"description": "Input field placeholder for generated password."
},
"passwordGeneratorLabel": {
"message": "Compilare anche il successivo campo password",
"message": "Compila anche il campo password seguente",
"description": "Checkbox text below the password generator input field."
},
"passwordGeneratorTitle": {
"message": "Generatore di password",
"message": "Generatore password",
"description": "Password generator dialog title."
},
"passwordGeneratorGenerate": {
@ -144,7 +144,7 @@
"description": "Fill a password in password generator."
},
"passwordGeneratorErrorTooLong": {
"message": "Errore: la password generata è più lunga della lunghezza consentita.\nÈ stata tagliata per adattarla alla lunghezza.\n\nRicorda la nuova password.",
"message": "Errore: la password generata è più lunga della lunghezza consentita.",
"description": "A warning text shown in the password generator."
},
"passwordGeneratorErrorTooLongCut": {
@ -152,7 +152,7 @@
"description": "A warning text shown in the password generator."
},
"passwordGeneratorErrorTooLongRemember": {
"message": "Ricorda la nuova password!",
"message": "Ricordati la nuova password!",
"description": "A warning text shown in the password generator."
},
"passwordGeneratorGenerateText": {
@ -160,15 +160,15 @@
"description": "Password icon title text."
},
"passwordGeneratorError": {
"message": "Non è possibile ricevere la password generata.<br /> KeePassXC è in esecuzione?",
"message": "Impossibile ricevere la password generata.",
"description": "Password generator error text when KeePassXC is closed."
},
"passwordGeneratorErrorIsRunning": {
"message": "KeePassXC è in esecuzione ed è connesso?",
"message": "KeePassXC è in esecuzione e connesso?",
"description": "Password generator error text when KeePassXC is closed."
},
"usernameFieldText": {
"message": "Compila le credenziali con KeePassXC",
"message": "Compila credenziali con KeePassXC",
"description": "Username field icon hover text."
},
"usernameLockedFieldText": {
@ -176,7 +176,7 @@
"description": "Username field icon hover text when database is locked."
},
"usernameDisconnectedFieldText": {
"message": "KeePassXC è disconnesso",
"message": "KeePassXC non è connesso",
"description": "Username field icon hover text when KeePassXC is disconnected."
},
"usernameFieldIcon": {
@ -200,11 +200,11 @@
"description": "Close button text when choosing custom login fields."
},
"defineSkip": {
"message": "Ometti",
"message": "Salta",
"description": "Skip button text when choosing custom login fields."
},
"defineMore": {
"message": "Show more",
"message": "Visualizza altro",
"description": "More button text when choosing custom login fields."
},
"defineReset": {
@ -220,7 +220,7 @@
"description": "A text shown when custom credentials fields are already set for the page."
},
"defineClearData": {
"message": "Cancella i dati salvati",
"message": "Cancella dati salvati",
"description": "Clear save data button text when choosing custom login fields."
},
"defineStringField": {
@ -232,7 +232,7 @@
"description": "Choosing a username field text when choosing custom login fields."
},
"defineChoosePassword": {
"message": "Scegli un campo nome password",
"message": "Scegli un campo password",
"description": "Choosing a password field text when choosing custom login fields."
},
"defineChooseTOTP": {
@ -240,15 +240,15 @@
"description": "Choosing a TOTP field text when choosing custom login fields."
},
"defineChooseStringFields": {
"message": "Scegli un campo stringa",
"message": "Scegli campi stringa",
"description": "Choose String Fields a selection text when choosing custom login fields."
},
"defineHelpText": {
"message": "Confermare la selezione o scegliere altri campi come <em>campi stringa</em>.",
"message": "Conferma la selezione o scegli altri campi come campi stringa.",
"description": "Confirm a selection text when choosing custom login fields which contains string fields."
},
"defineKeyboardText": {
"message": "You can also use the numbers to choose the input fields from keyboard.",
"message": "Puoi anche usare i numeri per scegliere i campi di input dalla tastiera.",
"description": "Help text when choosing custom login fields."
},
"defineChooseCustomLoginFieldText": {
@ -272,15 +272,15 @@
"description": "Shown when no username is set in the credentials."
},
"credentialsNoLoginsFound": {
"message": "Errore:\nNessun login trovato.",
"message": "Errore:\nNessun accesso trovato.",
"description": "Shown when no credentials are found for the current page."
},
"credentialsMultipleFound": {
"message": "Errore:\nè stato trovato più di un login in KeePassXC!\nPremere l'icona di KeePassXC-Browser per ulteriori opzioni.",
"message": "In KeePassXC è stato trovato più di un accesso!",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Seleziona l'icona KeePassXC-Browser per altre opzioni.",
"message": "Per ulteriori opzioni seleziona l'icona KeePassXC-Browser.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -288,23 +288,23 @@
"description": "Alert message when no credentials are found for the given username."
},
"credentialsNoTOTPFound": {
"message": "Nessun TOTP trovato.",
"message": "Nessuna TOTP trovata.",
"description": "Alert message when no TOTP is found."
},
"credentialExpired": {
"message": "Scaduto",
"message": "Scaduta",
"description": "If a credential is expired, this is appended to the title label."
},
"fieldsFill": {
"message": "Errore:\nImpossibile trovare campi da riempire.",
"message": "Errore: impossibile trovare campi da compilare.",
"description": "Alert message when no fields are found to fill in."
},
"fieldsNoPasswordField": {
"message": "Errore:\nImpossibile trovare un campo password.",
"message": "Errore: Impossibile trovare un campo password.",
"description": "Message shown when no password fields are found."
},
"rememberNothingChanged": {
"message": "Errore:\nImpossibile rilevare le credenziali modificate.",
"message": "Errore: Impossibile rilevare credenziali modificate.",
"description": "Message shown when trying to save credentials that haven't changed."
},
"popupTitle": {
@ -316,31 +316,31 @@
"description": "Popup Settings button text."
},
"popupChooseCredentialsText": {
"message": "Scegliere i campi di accesso personalizzati per questa pagina",
"message": "Scegli campi di accesso personalizzati",
"description": "Popup credential choosing button text."
},
"popupConnectButton": {
"message": "Connessione",
"message": "Connetti",
"description": "Popup Connect button text."
},
"popupReconnectButton": {
"message": "Riconnessione",
"message": "Riconnetti",
"description": "Popup Reconnect button text."
},
"popupRedetectButton": {
"message": "Rilevare nuovamente i campi di login",
"message": "Rileva nuovamente campi di di accesso",
"description": "Popup Redetect login fields button text."
},
"popupReloadButton": {
"message": "Ricaricare",
"message": "Ricarica",
"description": "Popup Reload button text."
},
"popupReopenButton": {
"message": "Riaprire il database",
"message": "Riapri database",
"description": "Popup reopen database button text."
},
"popupUsernameButton": {
"message": "Aggiungi solo il nome utente per questo sito",
"message": "Aggiungi opzione Solo nome utente per il sito",
"description": "Button text for adding Username-only option."
},
"popupErrorEncountered": {
@ -348,11 +348,11 @@
"description": "A text shown above error message in the popup."
},
"popupUpdateAvailable": {
"message": "Si sta utilizzando una vecchia versione di KeePassXC.",
"message": "Stai usando una vecchia versione di KeePassXC.",
"description": "Popup warning message about old version of KeePassXC."
},
"popupDownloadNewVersion": {
"message": "Scaricare l'ultima versione da keepassxc.org",
"message": "Scarica la versione aggiornata da keepassxc.org",
"description": "Popup warning message link when KeePassXC version is not up-to-date."
},
"popupGettingStartedText": {
@ -360,11 +360,11 @@
"description": "Popup information message about Getting Started Guide."
},
"popupGettingStartedLinkText": {
"message": "Guida introduttiva - Installazione dell'integrazione del browser",
"message": "Guida introduttiva - Installazione integrazione browser",
"description": "Popup Getting Started Guide link text."
},
"popupAlertHide": {
"message": "Nascondi e non mostrare nuovamente.",
"message": "Nascondi e non visualizzare più.",
"description": "Hide alert close button title."
},
"popupTroubleshootingText": {
@ -376,11 +376,11 @@
"description": "Popup Troubleshooting Guide link text."
},
"popupCheckingStatus": {
"message": "Controllo dello stato...",
"message": "Controllo stato...",
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser non è stato configurato. Premere il pulsante di connessione per associarlo a KeePassXC.",
"message": "KeePassXC-Browser non è stato configurato. Per associarlo a KeePassXC seleziona il pulsante Connetti.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -388,7 +388,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Premere il pulsante di riconnessione per attivare una nuova connessione.",
"message": "Per attivare una nuova connessione seleziona Riconnetti.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -400,7 +400,7 @@
"description": "A popup message when a connection to KeePassXC is successful."
},
"popupUsernameFieldDetected": {
"message": "È stato rilevato un solo campo nome utente. Aggiungi l'URL alle Preferenze del sito con l'opzione Solo nome utente abilitata?",
"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."
},
"rememberInfoText": {
@ -412,7 +412,7 @@
"description": "A message when saving or updating credentials."
},
"rememberNewUsername": {
"message": "Il seguente nome utente non è attualmente stato salvato: $1",
"message": "Il seguente nome utente non è stato attualmente salvato: $1",
"description": "A message shown when a new username is detected when saving credentials."
},
"rememberUsernameExists": {
@ -428,23 +428,23 @@
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
"message": "Gruppo predefinito creato nel databae connesso.",
"message": "Gruppo predefinito creato nel database connesso.",
"description": "Info message shown when default group set cannot be found."
},
"rememberErrorCreatingNewGroup": {
"message": "Impossibile creare nuovo /i gruppo/i.",
"message": "Impossibile creare nuovo/i gruppo/i.",
"description": "Error message shown when new groups cannot be created."
},
"rememberErrorPasswordNotChanged": {
"message": "Le credenziali non sono state aggiornate. Password non modificata.",
"message": "Le credenziali non sono state aggiornate. La password non è stata modificata.",
"description": "Error message shown when credential password is not changed."
},
"rememberErrorCannotSaveCredentials": {
"message": "Credenziali non salvate o aggiornate.",
"message": "Impossibile salvare o aggiornare le credenziali.",
"description": "Error message shown when credentials cannot be saved or updated."
},
"rememberErrorDatabaseClosed": {
"message": "Le credenziali non sono state salvate/aggiornate a causa del database chiuso.",
"message": "Impossibile salvare o aggiornare le credenziali a causa del database chiuso.",
"description": "Error message shown when credentials cannot be saved or updated and the database is closed."
},
"rememberCredentialsNotSaved": {
@ -452,15 +452,15 @@
"description": "Message shown when saving operation was cancelled."
},
"rememberCredentialsSaved": {
"message": "Nuove credenziali salvate con nome utente $1",
"message": "Salvate nuove credenziali con nome utente$1",
"description": "Message shown when new credentials are saved."
},
"rememberCredentialsUpdated": {
"message": "Credenziali aggiornate con nome utente $1",
"message": "Aggiornate credenziali con nome utente $1",
"description": "Message shown when new credentials are successfully updated."
},
"rememberCredentialsExists": {
"message": "Esistono già credenziali identiche. Nessuna modifica effettuata.",
"message": "Esistono già credenziali identiche. No c'è nulla da aggiornare.",
"description": "Message shown when new credentials already found in database."
},
"rememberEmptyUsername": {
@ -468,11 +468,11 @@
"description": "Means an empty username."
},
"rememberNoPassword": {
"message": "Compila il campo password prima di salvare le credenziali.",
"message": "Prima di salvare le credenziali compila il campo password.",
"description": "Message shown when no password is set when saving credentials."
},
"popupLoginText": {
"message": "Selezionare le informazioni di login da inserire nella pagina.",
"message": "Seleziona le informazioni di accesso da inserire nella pagina.",
"description": "A popup message shown when one or multiple credentials are present."
},
"popupFilterText": {
@ -480,11 +480,11 @@
"description": "Text for login credentials quick filter."
},
"popupAuthText": {
"message": "Selezionare le informazioni di login da usare per l'accesso.",
"message": "Seleziona le informazioni da usare per l'accesso.",
"description": "A popup message shown when doing HTTP Authentication with multiple credentials present."
},
"popupMultiplePasswordFields": {
"message": "È stato trovato più di un campo di password in questa pagina. Fare clic su uno di essi con il pulsante destro, e scegliere uno tra:",
"message": "In questa pagina è stato trovato più di un campo password. Fai clic su uno di essi con il pulsante destro, e scegl uno tra:",
"description": "A popup message shown when web page has multiple password fields."
},
"popupURL": {
@ -500,15 +500,15 @@
"description": "New button text in popup when updating credentials."
},
"popupButtonUpdate": {
"message": "Modificare",
"message": "Aggiorna",
"description": "Update button text in popup when updating credentials."
},
"popupButtonDismiss": {
"message": "Chiudere",
"message": "Ignora",
"description": "Dismiss button text in popup when updating credentials."
},
"popupButtonIgnore": {
"message": "Non chiedere mai per questa pagina",
"message": "Non chiedere più per questo sito",
"description": "Ignore button text in popup or in notification when updating credentials."
},
"popupButtonClose": {
@ -516,7 +516,7 @@
"description": "Close button text in popup or in notification."
},
"popupButtonDismissHttpAuth": {
"message": "Chiudere e visualizzare la finestra di dialogo di autenticazione predefinita",
"message": "Ignora e visualizza la finestra di dialogo autenticazione predefinita",
"description": "Dismiss button text when in HTTP Authentication popup."
},
"optionsTitle": {
@ -532,15 +532,15 @@
"description": "Connected Databases tab text."
},
"optionsCustomFieldsTab": {
"message": "Campi di login personalizzati",
"message": "Campi accesso personalizzati",
"description": "Saved custom login fields tab text."
},
"optionsSitePreferencesTab": {
"message": "Preferenze del sito",
"message": "Preferenze sito",
"description": "Site preferences fields tab text."
},
"optionsAboutTab": {
"message": "Informazioni su",
"message": "Info",
"description": "About tab text."
},
"optionsMenuGeneral": {
@ -552,19 +552,19 @@
"description": "Connected Databases page header."
},
"optionsMenuCustomFields": {
"message": "Campi di login personalizzati",
"message": "Campi accesso personalizzati",
"description": "Custom login fields page header."
},
"optionsMenuSitePreferences": {
"message": "Preferenze del sito",
"message": "Preferenze sito",
"description": "Site preferences page header."
},
"optionsMenuAbout": {
"message": "Informazioni su",
"message": "Info",
"description": "About page header."
},
"optionsConfigureShortcuts": {
"message": " Configurare le scorciatoie",
"message": " Configura tasti rapidi",
"description": "Keyboard shortcut button and title text."
},
"optionsButtonSave": {
@ -576,19 +576,19 @@
"description": "Connect button text."
},
"optionsButtonRemove": {
"message": "Rimuovere",
"message": "Rimuovi",
"description": "Remove button text."
},
"optionsButtonAdd": {
"message": "Aggiungere",
"message": "Aggiungi",
"description": "Add button text."
},
"optionsButtonUpdate": {
"message": "Controllare gli aggiornamenti",
"message": "Controlla aggiornamenti",
"description": "Check for updates button text."
},
"optionsButtonRemoveNow": {
"message": "Sì, rimuovere ora",
"message": "Sì, rimuovi ora",
"description": "Confirm button text when removing database key or custom login fields."
},
"optionsButtonCancel": {
@ -596,7 +596,7 @@
"description": "Cancel button text when removing database key or custom login fields."
},
"optionsButtonReset": {
"message": "Reset",
"message": "Ripristina",
"description": "Reset button text for keyboard shortcuts."
},
"optionsButtonImport": {
@ -608,35 +608,35 @@
"description": "Export settings button text."
},
"optionsLabelDefaultGroup": {
"message": "Default group for saving new passwords:",
"message": "Gruppo predefinito salvataggio nuove password:",
"description": "Default group options text."
},
"optionsDefaultGroupHelpText": {
"message": "Separate the group with slashes, for example: Group/ChildGroup.",
"message": "Separa il gruppo con barre, ad esempio: Gruppo/GruppoFiglio.",
"description": "Default group help text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Always ask where to save new credentials",
"message": "Chiedi sempre dove salvare le nuove credenziali",
"description": "Default group checkbox help text."
},
"optionsLabelDefaultGroupCheckboxHelpText": {
"message": "When enabled, the popup shows a group listing.",
"message": "Se abilitato, il popup visualizza un elenco di gruppi.",
"description": "Default checkbox explanation help text."
},
"optionsCheckboxUsePasswordGenerator": {
"message": "Attiva il generatore di password.",
"message": "Attiva icone generatore password.",
"description": "Activate password generator icons checkbox text."
},
"optionsCheckboxUsernameIcons": {
"message": "Attiva icone compilazione campo nome utente",
"message": "Attiva icone campi nome utente",
"description": "Activate username field icons textbox text."
},
"optionsUseObserver": {
"message": "Usa rilevamento compilazione dinamica",
"message": "Usa rilevazione campi inserimento dinamici",
"description": "Use dynamic input field detection checkbox text."
},
"optionsUseObserverHelpText": {
"message": "Utile con pagine che utilizzano popup o finestre di dialogo dinamiche. Disabilita la funzione per ridurre il carico della CPU su macchine più lente. Quando disabilitato le credenziali possono essere inserite solo usando i tasti rapidi, il menu di scelta rapida o il popup dell'estensione.",
"message": "Utile con pagine che usano popup o finestre di dialogo dinamiche. Disabilita la funzione per ridurre il carico della CPU in computer lenti. Quando disabilitato le credenziali possono essere inserite solo usando i tasti rapidi, il menu di scelta rapida o il popup dell'estensione.",
"description": "Use dynamic input field detection help text."
},
"optionsCheckboxOTPIcons": {
@ -672,19 +672,23 @@
"description": "Auto-submit checkbox text."
},
"optionsAutoSubmitHelpText": {
"message": "Invia automaticamente le credenziali selezionate. È disabilitato per il riempimento automatico a voce singola.",
"message": "Invia automaticamente le credenziali selezionate. È disabilitata per il riempimento automatico a voce singola.",
"description": "Auto-submit help text."
},
"optionsCheckboxShowNotifications": {
"message": "Visualizza le notifiche.",
"message": "Visualizza notifiche.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Salva solo il dominio.",
"description": "Save domain only checkbox text."
},
"optionsCheckboxShowLoginNotifications": {
"message": "Mostra una notifica quando possono essere salvate nuove credenziali nel database.",
"message": "Visualizza una notifica quando possono essere salvate nuove credenziali nel database.",
"description": "Show login notifications checkbox text."
},
"optionsRedirectAllowance": {
@ -692,23 +696,23 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Quante pagine dovrebbe scorrere la scheda dopo l'offset di reindirizzamento prima di disattivare l'icona",
"message": "Il numero massimo di reindirizzamenti consentiti oltre il quale sparisce la notifica. Il valore predefinito è 3. Quello massimo è infinito.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Compila automaticamente le finestre di dialogo di autenticazione HTTP Basic e inviale.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Log di debug",
"message": "Registro debug",
"description": "Debug logging checkbox text."
},
"optionsDebugLoggingHelpText": {
"message": "Abilita i log di debug. Messaggi aggiuntivi della console saranno visibili sia negli script in background che in quelli di contenuto.",
"message": "Abilita i registri debug. Saranno visibili messaggi aggiuntivi della console sia negli script in background che in quelli di contenuto.",
"description": "Debug logging help text."
},
"optionsRadioText": {
"message": "Controlla gli aggiornamenti di KeePassXC:",
"message": "Controlla aggiornamenti di KeePassXC:",
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
@ -736,7 +740,7 @@
"description": "Credential sort option header text."
},
"optionsThemeSelection": {
"message": "Seelziona tema colore",
"message": "Seleziona tema colore",
"description": "Theme selection title text."
},
"optionsThemeSystem": {
@ -752,11 +756,11 @@
"description": "Light theme text."
},
"optionsKeyboardShortcutsHeader": {
"message": "Scorciatoie da tastiera",
"message": "Scorciatoie tastiera",
"description": "Keyboard shortcut header text."
},
"optionsUsePasswordGeneratorHelpText": {
"message": "Aggiunge un pulsante ai campi di password per generare una nuova password.",
"message": "Aggiungi un pulsante ai campi di password per generare una nuova password.",
"description": "Password Generator option help text."
},
"optionsUsePasswordGeneratorHelpTextSecond": {
@ -772,15 +776,15 @@
"description": "Use predefined sites checkbox text."
},
"optionsUsePredefinedSitesHelpText": {
"message": "Aggiungi i siti comuni che hanno casselle di accesso solo utente nelle preferenze del sito.",
"message": "Aggiungi i siti comuni che hanno caselle di accesso solo utente nelle preferenze del sito.",
"description": "Use predefined sites option help text."
},
"optionsShowLoginFormIconHelpText": {
"message": "Aggiunge un'icona ai campi nome utente per riempire le credenziali con un solo clic del mouse.",
"message": "Aggiungi un'icona ai campi nome utente per riempire le credenziali con un solo clic del mouse.",
"description": "Username field icon option help text."
},
"optionsShowOTPIconHelpText": {
"message": "Aggiunge un'icona ai campi di input riconosciuti come OTP/2FA.",
"message": "Aggiungi un'icona ai campi di input riconosciuti come OTP/2FA.",
"description": "OTP field icon option help text."
},
"optionsAutoRetrieveCredentialsHelpText": {
@ -792,15 +796,15 @@
"description": "Auto-reconnect option help text."
},
"optionsAutoFillSingleEntryHelpText": {
"message": "Lasciare che KeePassXC-Browser compili automaticamente le credenziali se riceve solo una singola voce.",
"message": "Lascia che KeePassXC-Browser compili automaticamente le credenziali se riceve solo una singola voce.",
"description": "Auto-Fill Single Entry option help text."
},
"optionsAutoFillSingleEntryWarning": {
"message": "Avviso! L'uso del riempimento automatico non è sicuro. Utilizzalo 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.",
"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."
},
"optionsAutocompleteUsernamesHelpText": {
"message": "Visualizzare un elenco a discesa contenente le credenziali disponibili per tutti i campi del nome utente in una pagina.",
"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."
},
"optionsShowGroupNameInAutocompleteHelpText": {
@ -808,11 +812,15 @@
"description": "Show group name in autocomplete help text."
},
"optionsShowNotificationsHelpText": {
"message": "Mostrare notifiche per errori e quando è necessaria l'interazione dell'utente.",
"message": "Visualizza notifiche per errori e quando è necessaria l'interazione dell'utente.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Salva solo il dominio al posto dell'URL completo al salvataggio di nuove credenziali.",
"message": "Al salvataggio di nuove credenziali salva solo il dominio al posto dell'URL completa.",
"description": "Save domain only option help text."
},
"optionsSaveDomainOnlyCustomLoginHelpText": {
@ -820,7 +828,7 @@
"description": "Save domain only option help text."
},
"optionsDownloadFaviconAfterSave": {
"message": "Scarica la favicon dopo il salvataggio",
"message": "Dopo il salvataggio scarica la favicon",
"description": "Download favicon after save checkbox label text."
},
"optionsDownloadFaviconAfterSaveHelpText": {
@ -828,7 +836,7 @@
"description": "Download favicon after save help text."
},
"optionsAutoFillAndSendHelpText": {
"message": "Se le credenziali sono state trovate per una pagina e il tipo di accesso è una richiesta di autenticazione di base HTTP, KeePassXC-Browser cerca di effettuare il login con le prime credenziali date.",
"message": "Se le credenziali sono state trovate per una pagina ed il tipo di accesso è una richiesta di autenticazione di base HTTP, KeePassXC-Browser cerca di effettuare il login con le prime credenziali date.",
"description": "Auto-Fill And Send option help text."
},
"optionsAutoFillAndSendHelpTextSecond": {
@ -844,23 +852,23 @@
"description": "Clear credentials timeout help text."
},
"optionsVersionInfoText": {
"message": "KeePassXC-Browser richiede KeePassXC per recuperare le credenziali.",
"message": "Per recuperare le credenziali KeePassXC-Browser richiede KeePassXC.",
"description": "Settings page version info text."
},
"optionsVersionDownload": {
"message": "È possibile scaricare l'ultima versione stabile da $1",
"message": "È possibile scaricare la versione stabile aggiornata da $1",
"description": "Settings page download link."
},
"optionsVersionRunning": {
"message": "La versione di KeePassXC usata è: $1",
"message": "La versione di KeePassXC in uso è: $1",
"description": "Settings page info text of user's KeePassXC version."
},
"optionsLatestVersion": {
"message": "Ultima versione disponibile di KeePassCX: $1",
"message": "Versione aggiornata disponibile di KeePassCX: $1",
"description": "Settings page info text about the latest KeePassXC version."
},
"optionsKeePassXCVersionRequired": {
"message": "Richiede KeePassXC version: $1",
"message": "Richiede KeePassXC versione: $1",
"description": "KeePassXC version requirement text."
},
"optionsDefault": {
@ -876,7 +884,7 @@
"description": "Recommended setting text."
},
"optionsShortcutsSuccess": {
"message": "La scorciatoia per $1 è stata modificata con successo.",
"message": "La scorciatoia per $1 è stata correttamente modificata.",
"description": "Message for successful keyboard shortcut change."
},
"optionsShortcutsInfo": {
@ -908,11 +916,11 @@
"description": "Shown in the connected databases table when there is no connected databases."
},
"optionsDatabasesRemoveIdentifier": {
"message": "Rimuovere l'identificatore dall'elenco dei database?",
"message": "Vuoi rimuovere l'identificatore dall'elenco dei database?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Si desidera davvero rimuovere il seguente identificatore dall'elenco del database?",
"message": "Vuoi davvero rimuovere il seguente identificatore dall'elenco del database?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
@ -940,7 +948,7 @@
"description": "Database list column title."
},
"optionsColumnPageURL": {
"message": "URL della pagina",
"message": "URL pagina",
"description": "Site preferences list column title."
},
"optionsColumnIgnore": {
@ -992,35 +1000,35 @@
"description": "Sort matching credentials by group and username option selection."
},
"optionsFillSortPriority": {
"message": "Sort credentials after fill by",
"message": "Ordina credenziali dopo il completamento per",
"description": ""
},
"optionsFillSortPriorityHelpText": {
"message": "When Relevant credential first option is selected, the credential for previously filled login is set as first in Autocomplete Menu's listing.",
"message": "Quando viene selezionata l'opzione 'Credenziale principale', la credenziale per l'accesso compilato in precedenza viene impostata come prima nell'elenco del menu di completamento automatico.",
"description": "Help text for Sort credentials after fill."
},
"optionsFillSortPriorityTotp": {
"message": "Sort credentials after fill for TOTP by",
"message": "Ordina le credenziali dopo il riempimento per TOTP per",
"description": ""
},
"optionsFillSortPriorityTotpHelpText": {
"message": "When Relevant credential first option is selected, the TOTP for previously filled login is set as first in Autocomplete Menu's listing.",
"message": "Quando viene selezionata l'opzione 'Credenziale principale', il TOTP per l'accesso compilato in precedenza viene impostato come primo nell'elenco del menu di completamento automatico.",
"description": "Help text for Sort credentials after fill for TOTP."
},
"optionsFillSortByMatchingCredentials": {
"message": "Matching credentials setting",
"message": "Impostazioni credenziali corrispondenti",
"description": "Default option for Sort after fill. Respects the Matching Credentials sorting setting."
},
"optionsFillSortByRelevantEntry": {
"message": "Relevant credential first",
"message": "Prima le credenziali rilevanti",
"description": "Relevant credential first option for Sort after fill."
},
"optionsCustomFieldsNotFound": {
"message": "Nessun campo di login personalizzato salvato è stato trovato.",
"message": "Non è stato trovato nessun campo di login personalizzato salvato.",
"description": "Shown when no saved custom credentials are saved."
},
"optionsCustomFieldsTableCaption": {
"message": "You can manage saved custom login fields using the table below.",
"message": "Puoi gestire i campi di login personalizzati salvati usando la tabella sottostante.",
"description": "Table caption of Custom login fields page."
},
"optionsCustomFieldsTabHelpTextFirst": {
@ -1028,19 +1036,19 @@
"description": "Saved custom login fields info text, first part."
},
"optionsCustomFieldsTabHelpTextSecond": {
"message": "Andare alla pagina e cliccare sull'icona di KeePassXC-Browser, quindi selezionare",
"message": "Via alla pagina e seleziona l'icona di KeePassXC-Browser, quindi seleziona",
"description": "Saved custom login fields info text, second part."
},
"optionsCustomFieldsTabHelpTextThird": {
"message": "In questa pagina è possibile gestire i campi di accesso personalizzati salvati.",
"message": "In questa pagina è possibile gestire i campi di login personalizzati salvati.",
"description": "Saved custom login fields info text, third part."
},
"optionsCustomFieldsRemove": {
"message": "Rimuovere i campi di login personalizzati salvati?",
"message": "Vuoi rimuovere i campi di login personalizzati salvati?",
"description": "Confirmation text when removing saved custom login fields."
},
"optionsCustomFieldsConfirmation": {
"message": "Si desidera davvero rimuovere i campi di login personalizzati salvati nella pagina: $1",
"message": "Vuoi davvero rimuovere i campi di login personalizzati salvati nella pagina: $1",
"description": "Confirmation text when removing saved custom login fields."
},
"optionsCustomFieldsConfirmationHelpText": {
@ -1052,7 +1060,7 @@
"description": "Shown when no site preferences are saved."
},
"optionsSitePreferencesRemove": {
"message": "Rimuovere il sito?",
"message": "Vuoi rimuovere il sito?",
"description": "Confirmation text when removing ignored sites from the list."
},
"optionsSitePreferencesTabHelpTextFirst": {
@ -1064,7 +1072,7 @@
"description": "Site preferences info text, second part."
},
"optionsSitePreferencesTabHelpTextThird": {
"message": "Se un sito viene completamente ignorato (<em>disabilitare tutte le funzionalità</em> è selezionato), il plugin non farà nulla quando si visita questo sito.",
"message": "Quando si visita questo sito se un sito viene completamente ignorato (è selezionato <em>disabilitare tutte le funzionalità</em>), il plugin non farà nulla.",
"description": "Site preferences info text, third part."
},
"optionsSitePreferencesTabHelpTextFourth": {
@ -1072,11 +1080,11 @@
"description": "Site preferences info text, fourth part."
},
"optionsSitePreferencesImprovedInputFieldDetectionHelpText": {
"message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.",
"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."
},
"optionsSitePreferencesManualAddText": {
"message": "Add URL manually",
"message": "Aggiungi l'URL manualmente",
"description": "Label for adding site manually on Site preferences tab."
},
"optionsSitePreferencesManualAddHelp": {
@ -1084,7 +1092,7 @@
"description": "Help text for adding site manually on Site preferences tab."
},
"optionsSitePreferencesConfirmation": {
"message": "Si desidera davvero rimuovere il sito specificato dall'elenco: $1",
"message": "Vuoi davvero rimuovere dall'elenco il sito specificato: $1",
"description": "Confirmation text when removing site from site preferences."
},
"optionsSitePreferencesConfirmationHelpText": {
@ -1092,11 +1100,11 @@
"description": "Part of confirmation text when removing site preferences."
},
"optionsSitePreferencesTableCaption": {
"message": "You can manage saved site preferences using the table below.",
"message": "Puoi gestire le preferenze del sito salvate usando la tabella sottostante.",
"description": "Table caption of Site Preferences page."
},
"optionsSitePreferencesSelect": {
"message": "Option to ignore extension features for the page.",
"message": "Opzione per ignorare le funzionalità di estensione per la pagina.",
"description": "Title text of select element in Site Preferences."
},
"optionsAboutChrome": {
@ -1104,7 +1112,7 @@
"description": "About page link to Chrome Web Store."
},
"optionsAboutMozilla": {
"message": "Visita KeePassXC-Browser nella directory di Mozilla Add-ons.",
"message": "Visita KeePassXC-Browser nella pagina dei componenti aggiuntivi di Mozilla.",
"description": "About page link to AMO."
},
"optionsAboutEdge": {
@ -1124,23 +1132,23 @@
"description": "About page text of KeePassXC version."
},
"optionsAboutContributors": {
"message": "Contributors",
"message": "Contributori",
"description": "About page text of contributors."
},
"optionsAboutLicenses": {
"message": "Licenses",
"message": "Licenze",
"description": "About page text of licenses."
},
"optionsAboutReportBugs": {
"message": "Report bugs",
"message": "Segnala bug",
"description": "About page text of reporting bugs."
},
"optionsAboutCreateNewIssue": {
"message": "Create new issue on GitHub",
"message": "Crea un nuova segnalazione su GitHub",
"description": "Link text for creating a new issue."
},
"optionsAboutDebugInfo": {
"message": "The following debug info can be used",
"message": "È possibile usare le seguenti informazioni di debug",
"description": "Debug info text."
},
"optionsAboutSupporters": {
@ -1148,15 +1156,15 @@
"description": "Supporters label text."
},
"optionsErrorInvalidValue": {
"message": "Invalid value. Please check the input.",
"message": "Valore non valido. Controlla i valori inseriti.",
"description": "Error shown when input field has an incorrect value."
},
"optionsErrorInvalidURL": {
"message": "Invalid URL. Please check the input.",
"message": "URL non valida. Controllare la URL inserita.",
"description": "Error shown when input field has an incorrect URL."
},
"optionsErrorValueExists": {
"message": "The value already exists in the list.",
"message": "Il valore esiste già nell'elenco.",
"description": "Error shown when trying to add a duplicate value to the list."
},
"optionsUserInterfaceTitle": {
@ -1184,11 +1192,11 @@
"description": "Extension title in settings page"
},
"openNewTab": {
"message": "Opens a new tab",
"message": "Apre una nuova scheda",
"description": "Title attribute text."
},
"httpAuthDialog": {
"message": "HTTP Basic Authentication dialog",
"message": "Finestra di dialogo autenticazione di base HTTP",
"description": "Options page HTTP Basic Auth dialog text"
},
"autocompleteSubmitMessage": {

View file

@ -679,6 +679,10 @@
"message": "通知を表示する。",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "ドメインのみを保存する。",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "指定した回数リダイレクトが行われるとバナーが非表示になります。デフォルト値は 1 で、上限はありません。",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "HTTP ベーシック認証ダイアログに自動入力して送信する。",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "デバッグログ",
@ -800,7 +804,7 @@
"description": "Auto-Fill Single Entry warning text."
},
"optionsAutocompleteUsernamesHelpText": {
"message": "ページにあるてのユーザー名フィールドに、利用可能な資格情報を含んだドロップダウンリストを表示します。",
"message": "ページにあるすべてのユーザー名フィールドに、利用可能な資格情報を含んだドロップダウンリストを表示します。",
"description": "Autocomplete Usernames option help text."
},
"optionsShowGroupNameInAutocompleteHelpText": {
@ -811,6 +815,10 @@
"message": "エラーが発生した場合や、ユーザーによる操作が必要な場合は通知を表示します。",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "新しい資格情報を保存する場合、完全な URL の代わりにドメインのみを保存します。",
"description": "Save domain only option help text."
@ -960,7 +968,7 @@
"description": "Site preferences list column title."
},
"optionsSelectionNothing": {
"message": "ての機能を有効にする",
"message": "すべての機能を有効にする",
"description": "Site preferences option selection."
},
"optionsSelectionNormal": {
@ -972,7 +980,7 @@
"description": "Site preferences option selection."
},
"optionsSelectionFull": {
"message": "ての機能を無効にする",
"message": "すべての機能を無効にする",
"description": "Site preferences option selection."
},
"optionsSortByTitle": {
@ -1064,7 +1072,7 @@
"description": "Site preferences info text, second part."
},
"optionsSitePreferencesTabHelpTextThird": {
"message": "サイトを完全に無視する (「<em>ての機能を無効にする</em>」を選択している) 場合は、そのサイトを訪問してもプラグインは何もしません。",
"message": "サイトを完全に無視する (「<em>すべての機能を無効にする</em>」を選択している) 場合は、そのサイトを訪問してもプラグインは何もしません。",
"description": "Site preferences info text, third part."
},
"optionsSitePreferencesTabHelpTextFourth": {
@ -1088,7 +1096,7 @@
"description": "Confirmation text when removing site from site preferences."
},
"optionsSitePreferencesConfirmationHelpText": {
"message": "KeePassXC-Browser はユーザー名のみの検出を削除し、このサイトのての機能を有効にします。",
"message": "KeePassXC-Browser はユーザー名のみの検出を削除し、このサイトのすべての機能を有効にします。",
"description": "Part of confirmation text when removing site preferences."
},
"optionsSitePreferencesTableCaption": {

View file

@ -679,6 +679,10 @@
"message": "알림을 표시합니다.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "단색 도구 모음 아이콘을 사용합니다.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "도메인만 저장합니다.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "전환 위치 이후 아이콘을 비활성화하기 전까지 탭을 순환할 회수",
"message": "배너를 숨길 때까지 허용할 최대 전환 수입니다. 기본값은 3이며 최댓값은 무한대입니다.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "자동으로 HTTP 기본 인증 정보 항목을 입력하고 제출합니다.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "HTTP 기본 인증 정보 항목 입력을 허용합니다.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Debug logging",
@ -796,7 +800,7 @@
"description": "Auto-Fill Single Entry option help text."
},
"optionsAutoFillSingleEntryWarning": {
"message": "Warning! Using auto-fill is not safe. Use at your own risk. KeePassXC-Browser automatically tries to detect login fields. However, they may be detected incorrectly, possibly filling sensitive data to unsafe input fields.",
"message": "경고! 자동 입력은 안전하지 않을 수 있습니다. 주의하여 사용하십시오. KeePassXC-브라우저에서는 로그인 필드 자동 감지를 시도하지만, 필드가 잘못 감지되었을 경우에는 안전하지 않은 입력 필드에 민감한 정보를 입력할 수도 있습니다.",
"description": "Auto-Fill Single Entry warning text."
},
"optionsAutocompleteUsernamesHelpText": {
@ -811,6 +815,10 @@
"message": "사용자 동작이 필요하거나 오류가 발생했을 때 알림을 표시합니다.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "브라우저의 밝은/어두운 테마에 맞춰지는 단색 아이콘과 색상 있는 배지를 사용합니다.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "새 인증 정보를 저장할 때 전체 URL 대신 도메인만 저장합니다.",
"description": "Save domain only option help text."
@ -952,7 +960,7 @@
"description": "Site preferences list column title."
},
"optionsColumnImprovedInputFieldDetection": {
"message": "Improved Input Field Detection",
"message": "향상된 입력 필드 감지",
"description": "Improved Input Field Detection column text."
},
"optionsColumnDelete": {
@ -1072,7 +1080,7 @@
"description": "Site preferences info text, fourth part."
},
"optionsSitePreferencesImprovedInputFieldDetectionHelpText": {
"message": "Improved Input Field Detection allows more detailed dynamic input field detection. However, it might affect the page performance. Use with caution.",
"message": "향상된 입력 필드 감지 설정을 활성화하면 동적 입력 필드 감지를 개선합니다. 페이지 성능에 영향을 줄 수도 있으므로 주의해서 사용하십시오.",
"description": "Improved Input Field Detection help text."
},
"optionsSitePreferencesManualAddText": {

View file

@ -679,6 +679,10 @@
"message": "Ostende notificationes.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Serva dominium solum.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Quot paginas periterare oportet tabellam post redirectionem ante inconem disactivandum?",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Automatice imple HTTP Basic Auth dialogos et submitte eos.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Debug logging",
@ -811,6 +815,10 @@
"message": "Ostende notificationes cum errores sint aut congressus cum usore opus est. ",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Quotiescumque novas litteras credentiales servas, serva solum dominium pro plena URL.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Rodyti pranešimus.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Įrašykite tik domeną.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Kiek peradresavimų leidžiama, kol reklamjuostė išnyks. Numatytoji reikšmė yra 1. Maksimalus yra begalinis.",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Automatiškai užpildykite HTTP Basic Auth dialogus ir pateikite juos.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Derinimo registravimas",
@ -811,6 +815,10 @@
"message": "Rodyti pranešimus apie klaidas ir kada reikia vartotojo sąveikos.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Įrašydami naujus kredencialus, įrašykite tik domeną, o ne visą URL.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "အသိပေးချက်များကို ပြသပါ။",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "ဒိုမိန်းကိုသာ သိမ်းပါ။",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "နဖူးစည်းစာတမ်း ပျောက်သည်အထိ ခွင့်ပြုထားသော ပြန်လည်လမ်းညွှန်မှု အရေအတွက်ဖြစ်သည်။ နဂိုမူလ တန်ဖိုးမှာ 1 ဖြစ်သည်။ အများဆုံးအရေအတွက်မှာ အဆုံးမရှိပါ။",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "HTTP Basic Auth ဝင်းဒိုးငယ်များကို အလိုအလျောက် ဖြည့်ပြီး တင်သွင်းပါ။",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Debug logging",
@ -811,6 +815,10 @@
"message": "ပြဿနာများ ဖြစ်ပေါ်သည့်အခါ၊ အသုံးပြုသူ ပြန်လှန်တုံ့ပြန်မှု လိုအပ်သည့်အခါ အသိပေးချက်များကို ပြပါ။",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "အထောက်အထားသစ်များ သိမ်းချိန်တွင် URL အပြည့်အစုံအစား ဒိုမိန်းကိုသာ သိမ်းပါ။",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Vis notater.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Lagre bare domene.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Hvor mange omdirigeringer som er tillatt før banneret forsvinner. Standardverdien er 1. Maksimum er uendelig.",
"message": "Hvor mange viderekoblinger som er tillatt til banneret forsvinner. Standardverdien er 3. Maksimum er uendelig.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Fyll ut HTTP Basic Auth-dialogbokser automatisk og send dem inn.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Tillat utfylling av HTTP Basic Auth-identifikasjon.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Logging for feilsøking",
@ -811,6 +815,10 @@
"message": "Vis meldinger ved feil og når brukermedvirkning er nødvendig.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Ved lagring av ny identifikasjon, lagres bare domenet i stedet for fullstendig URL.",
"description": "Save domain only option help text."

File diff suppressed because it is too large Load diff

View file

@ -679,6 +679,10 @@
"message": "Meldingen tonen",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Monochroom werkbalkpictogram gebruiken",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Alleen domeinnaam opslaan",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Hoeveel omleidingen mogen plaatsvinden totdat de KeepassXC-Browser balk verdwijnt. Standaardwaarde is 1. Maximumwaarde is oneindig.",
"message": "Het aantal omleidingen dat is toegestaan voordat de banner verdwijnt. Standaardwaarde is 3. Maximum is oneindig.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "HTTP Basic Auth-velden automatisch invullen en indien",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Sta het invullen van HTTP Basic Auth-inloggegevens toe.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Logboek aanleggen voor foutopsporing",
@ -811,6 +815,10 @@
"message": "Toont een melding bij foutmeldingen en als gebruikersacties vereist zijn.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Gebruik een monochroom pictogram met gekleurde emblemen dat zich aanpast aan lichte en donkere browserthema's.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Bewaar bij nieuwe inloggegevens alleen de domeinnaam in plaats van de volledige url.",
"description": "Save domain only option help text."

View file

@ -124,7 +124,7 @@
"description": "Checkbox text below the password generator input field."
},
"passwordGeneratorTitle": {
"message": "Generator hasła",
"message": "Generator haseł",
"description": "Password generator dialog title."
},
"passwordGeneratorGenerate": {
@ -679,6 +679,10 @@
"message": "Pokaż powiadomienia.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Użyj monochromatycznej ikony paska narzędzi.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Zapisz tylko domenę.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Liczba dozwolonych przekierowań do czasu zniknięcia banera. Wartość domyślna to 1. Wartość maksymalna jest nieskończona.",
"message": "Ile przekierowań jest dozwolonych, zanim baner zniknie. Wartość domyślna to 3. Maksymalna to nieskończoność.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Automatycznie wypełniaj okna dialogowe podstawowego uwierzytelniania HTTP i przesyłaj je.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Zezwalaj na wypełnianie danych uwierzytelniających podstawowego uwierzytelniania HTTP.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Rejestrowanie debugowania",
@ -808,9 +812,13 @@
"description": "Show group name in autocomplete help text."
},
"optionsShowNotificationsHelpText": {
"message": "Pokaż powiadomienia o błędach, i gdy wymagana jest interakcja użytkownika.",
"message": "Pokaż powiadomienia o błędach i gdy wymagana jest interakcja użytkownika.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Użyj monochromatycznej ikony z kolorowymi plakietkami na pasku narzędzi, która dostosowuje się do jasnego/ciemnego motywu przeglądarki.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Zapisując nowe dane uwierzytelniające, zapisz tylko domenę zamiast pełnego adresu URL.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Mostrar notificações.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Guardar apenas domínio.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Quantas páginas deve o separador percorrer após o atraso de redirecionamento antes de desativar o ícone",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Preencher e enviar automaticamente as caixas de diálogo de autenticação básica HTTP.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Debug logging",
@ -811,6 +815,10 @@
"message": "Mostrar notificações para erros e quando for necessária qualquer interação.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Ao guardar as novas credenciais, guardar apenas o domínio e não o URL.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Mostrar notificações.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use o ícone monocromático da barra de ferramentas.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Salvar apenas o domínio.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Quantas páginas a aba deve percorrer após o atraso de redirecionamento antes de desativar o ícone",
"message": "Quantos redirecionamentos são permitidos até que o banner desapareça. O valor padrão é 3. O máximo é infinito.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Preencha automaticamente as caixas de diálogo de Autenticação Básica HTTP e envie-as.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Permitir o preenchimento de credenciais HTTP Basic Auth.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Registro de depuração",
@ -811,6 +815,10 @@
"message": "Mostrar notificações de erros e quando a interação do usuário é necessária.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use um ícone monocromático com emblemas coloridos na barra de ferramentas que se adapta ao tema claro/escuro do navegador.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Ao salvar novas credenciais, salve apenas o domínio em vez da URL completa.",
"description": "Save domain only option help text."

View file

@ -224,7 +224,7 @@
"description": "Clear save data button text when choosing custom login fields."
},
"defineStringField": {
"message": "String field",
"message": "Campo de cadeia",
"description": "Text for string field."
},
"defineChooseUsername": {
@ -240,7 +240,7 @@
"description": "Choosing a TOTP field text when choosing custom login fields."
},
"defineChooseStringFields": {
"message": "Choose String Fields",
"message": "Escolher campos de cadeia",
"description": "Choose String Fields a selection text when choosing custom login fields."
},
"defineHelpText": {
@ -264,7 +264,7 @@
"description": "General text for password."
},
"stringFields": {
"message": "String Fields",
"message": "Campos de cadeia",
"description": "General text for a String Fields."
},
"credentialsNoUsername": {
@ -679,6 +679,10 @@
"message": "Mostrar notificações.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Utilizar ícone monocromático na barra de ferramentas.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Guardar apenas domínio.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Quantas páginas deve o separador percorrer após o atraso de redirecionamento antes de desativar o ícone",
"message": "Número máximo de encaminhamentos até que o 'banner' desapareça. O valor padrão é 3 e infinito é o máximo.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Preencher e enviar automaticamente as caixas de diálogo de autenticação básica HTTP.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Permitir preenchimentos de credenciais 'HTTP Basic Auth'.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Registo de depuração",
@ -811,6 +815,10 @@
"message": "Mostrar notificações para erros e quando for necessária qualquer interação.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Utilizar, na barra de ferramentas, um ícone monocromático com símbolos coloridos e adaptar ao tema do navegador (claro/escuro).",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Ao guardar as novas credenciais, guardar apenas o domínio e não o URL.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Afișarea notificărilor.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Salvarea numai domeniului.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Câte redirecții sunt permise până la dispariția bannerului. Valoarea implicită este 1. Maximul este infinit.",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Completarea automat dialogurilor HTTP Basic auth și trimiteți-le.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Funcție de logare si remediere a erorilor",
@ -811,6 +815,10 @@
"message": "Afișați notificările pentru erori și atunci când este necesară interacțiunea utilizatorului.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Când salvați acreditările noi, Salvați numai domeniul în loc de URL-ul complet.",
"description": "Save domain only option help text."

View file

@ -1,10 +1,10 @@
{
"extensionDescription": {
"message": "Интеграция KeePassXC в современные веб-браузеры",
"message": "Интеграция KeePassXC в современные браузеры",
"description": "Name of the extension."
},
"contextMenuFillUsernameAndPassword": {
"message": "Заполнить логин и пароль",
"message": "Заполнить имя пользователя и пароль",
"description": "Context menu item for filling both username and password."
},
"contextMenuFillPassword": {
@ -20,7 +20,7 @@
"description": "Show password generator icon on every password input field."
},
"contextMenuSaveCredentials": {
"message": "Сохранить учетные данные",
"message": "Сохранить учётные данные",
"description": "Save credentials using the credential banner."
},
"contextMenuShowPasswordGenerator": {
@ -60,7 +60,7 @@
"description": "Cannot decrypt message."
},
"errorMessageTimeout": {
"message": "Не удается соединиться с KeePassXC. Убедитесь, что интеграция с браузером включена в настройках KeePassXC.",
"message": "Не удаётся соединиться с KeePassXC. Убедитесь, что интеграция с браузером включена в настройках KeePassXC.",
"description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings."
},
"errorMessageCanceled": {
@ -72,7 +72,7 @@
"description": "Message encryption failed. Is KeePassXC running?"
},
"errorMessageAssociate": {
"message": "Ошибка ассоциирования KeePassXC, попробуйте еще раз.",
"message": "Ошибка соотношения с KeePassXC, попробуйте ещё раз.",
"description": "KeePassXC association failed, try again."
},
"errorMessageKeyExchange": {
@ -84,7 +84,7 @@
"description": "Encryption key is not recognized."
},
"errorMessageSavedDatabases": {
"message": "Нет сохраненных баз данных.",
"message": "Нет сохранённых баз данных.",
"description": "No saved databases found."
},
"errorMessageIncorrectAction": {
@ -104,11 +104,11 @@
"description": "No logins found."
},
"errorMessagePaswordLengthExceeded": {
"message": "Длина пароля превышает максимально допустимую длину поля.",
"message": "Длина пароля превышает предельно допустимую длину поля.",
"description": "Error notification text shown when filled password is longer than defined maxLength of the input field."
},
"errorNotConnected": {
"message": "Не подключен к KeePassXC.",
"message": "Не подключён к KeePassXC.",
"description": "Error notification shown when not connected to KeePassXC"
},
"passwordGeneratorIcon": {
@ -144,11 +144,11 @@
"description": "Fill a password in password generator."
},
"passwordGeneratorErrorTooLong": {
"message": "ОШИБКА:\nСгенерированный пароль длиннее допустимого!",
"message": "ОШИБКА:\nсгенерированный пароль длиннее допустимого!",
"description": "A warning text shown in the password generator."
},
"passwordGeneratorErrorTooLongCut": {
"message": "Он был усечен до предельной длины.",
"message": "Он был усечён до предельной длины.",
"description": "A warning text shown in the password generator."
},
"passwordGeneratorErrorTooLongRemember": {
@ -164,11 +164,11 @@
"description": "Password generator error text when KeePassXC is closed."
},
"passwordGeneratorErrorIsRunning": {
"message": "KeePassXC запущен и подключен?",
"message": "KeePassXC запущен и подключён?",
"description": "Password generator error text when KeePassXC is closed."
},
"usernameFieldText": {
"message": "Заполнить учетные данные из KeePassXC",
"message": "Заполнить учётные данные из KeePassXC",
"description": "Username field icon hover text."
},
"usernameLockedFieldText": {
@ -176,7 +176,7 @@
"description": "Username field icon hover text when database is locked."
},
"usernameDisconnectedFieldText": {
"message": "KeePassXC отключен",
"message": "KeePassXC отключён",
"description": "Username field icon hover text when KeePassXC is disconnected."
},
"usernameFieldIcon": {
@ -256,7 +256,7 @@
"description": "Help text for Custom Login Field banner."
},
"username": {
"message": "Логин",
"message": "Имя пользователя",
"description": "General text for username."
},
"password": {
@ -268,7 +268,7 @@
"description": "General text for a String Fields."
},
"credentialsNoUsername": {
"message": "- нет логина -",
"message": "- нет имени пользователя -",
"description": "Shown when no username is set in the credentials."
},
"credentialsNoLoginsFound": {
@ -280,11 +280,11 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Нажмите значок KeePassXC-Browser для дополнительных опций.",
"message": "Нажмите на значок KeePassXC-Browser для дополнительных опций.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
"message": "Для указанного логина нет учетных данных.",
"message": "Для указанного имени пользователя нет учётных данных.",
"description": "Alert message when no credentials are found for the given username."
},
"credentialsNoTOTPFound": {
@ -296,15 +296,15 @@
"description": "If a credential is expired, this is appended to the title label."
},
"fieldsFill": {
"message": "ОШИБКА: Нет полей для заполнения.",
"message": "ОШИБКА: нет полей для заполнения.",
"description": "Alert message when no fields are found to fill in."
},
"fieldsNoPasswordField": {
"message": "ОШИБКА: Не найдено поле пароля.",
"message": "ОШИБКА: не найдено поле пароля.",
"description": "Message shown when no password fields are found."
},
"rememberNothingChanged": {
"message": "ОШИБКА: Не обнаружены измененные учетные данные.",
"message": "ОШИБКА: не обнаружены изменённые учётные данные.",
"description": "Message shown when trying to save credentials that haven't changed."
},
"popupTitle": {
@ -356,11 +356,11 @@
"description": "Popup warning message link when KeePassXC version is not up-to-date."
},
"popupGettingStartedText": {
"message": "Используете впервые? Пожалуйста, ознакомьтесь с Руководством по началу работы.",
"message": "Используете впервые? Пожалуйста, ознакомьтесь с «Руководством по началу работы».",
"description": "Popup information message about Getting Started Guide."
},
"popupGettingStartedLinkText": {
"message": "Руководство по началу работы - Настройка интеграции с браузером",
"message": "«Руководство по началу работы» — Настройка интеграции с браузером",
"description": "Popup Getting Started Guide link text."
},
"popupAlertHide": {
@ -368,7 +368,7 @@
"description": "Hide alert close button title."
},
"popupTroubleshootingText": {
"message": "Не удается подключиться к KeePassXC? Возможно, вам поможет наша вики-страница.",
"message": "Не удаётся подключиться к KeePassXC? Возможно, вам поможет наша вики-страница.",
"description": "Popup information message about Troubleshooting Guide."
},
"popupTroubleshootingLinkText": {
@ -376,7 +376,7 @@
"description": "Popup Troubleshooting Guide link text."
},
"popupCheckingStatus": {
"message": "Проверка статуса...",
"message": "Проверка состояния...",
"description": "Checking status message in popup."
},
"popupNotConfigured": {
@ -392,11 +392,11 @@
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
"message": "KeePassXC-Browser еще не подключен к KeePassXC, но настроен с помощью идентификатора: $1",
"message": "KeePassXC-Browser ещё не подключён к KeePassXC, но настроен с помощью идентификатора: $1",
"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": {
@ -408,27 +408,27 @@
"description": "Message when username or password has changed."
},
"rememberSaving": {
"message": "Учетные данные будут сохранены в подключенной базе данных с идентификатором $1",
"message": "Учётные данные будут сохранены в подключённой базе данных с идентификатором $1",
"description": "A message when saving or updating credentials."
},
"rememberNewUsername": {
"message": "Это имя пользователя в данный момент не сохранено: $1",
"message": "Это имя пользователя в данное время не сохранено: $1",
"description": "A message shown when a new username is detected when saving credentials."
},
"rememberUsernameExists": {
"message": "Учетные данные с использованным именем пользователя выделены жирным шрифтом: $1",
"message": "Учётные данные с использованным именем пользователя выделены жирным шрифтом: $1",
"description": "A message shown when an existing username is detected when saving credentials."
},
"rememberChooseCredentials": {
"message": "Пожалуйста, выберите учетные данные, которые вы хотите обновить.",
"message": "Пожалуйста, выберите учётные данные, которые вы хотите обновить.",
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Пожалуйста, выберите группу, в которую вы хотите добавить новые учетные данные.",
"message": "Пожалуйста, выберите группу, в которую вы хотите добавить новые учётные данные.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
"message": "Группа по умолчанию создана в подключенной базе данных.",
"message": "Группа по умолчанию создана в подключённой базе данных.",
"description": "Info message shown when default group set cannot be found."
},
"rememberErrorCreatingNewGroup": {
@ -436,31 +436,31 @@
"description": "Error message shown when new groups cannot be created."
},
"rememberErrorPasswordNotChanged": {
"message": "Учетные данные не обновлены. Пароль не был изменен.",
"message": "Учётные данные не обновлены. Пароль не был изменён.",
"description": "Error message shown when credential password is not changed."
},
"rememberErrorCannotSaveCredentials": {
"message": "Учетные данные не могут быть сохранены или обновлены.",
"message": "Учётные данные не могут быть сохранены или обновлены.",
"description": "Error message shown when credentials cannot be saved or updated."
},
"rememberErrorDatabaseClosed": {
"message": "Учетные данные не могут быть сохранены или обновлены в закрытой базе данных.",
"message": "Учётные данные не могут быть сохранены или обновлены в закрытой базе данных.",
"description": "Error message shown when credentials cannot be saved or updated and the database is closed."
},
"rememberCredentialsNotSaved": {
"message": "Операция отменена. Учетные данные не обновлены.",
"message": "Операция отменена. Учётные данные не обновлены.",
"description": "Message shown when saving operation was cancelled."
},
"rememberCredentialsSaved": {
"message": "Новые учетные данные для имени пользователя $1 сохранены.",
"message": "Новые учётные данные для имени пользователя $1 сохранены.",
"description": "Message shown when new credentials are saved."
},
"rememberCredentialsUpdated": {
"message": "Учетные данные для имени пользователя $1 обновлены.",
"message": "Учётные данные для имени пользователя $1 обновлены.",
"description": "Message shown when new credentials are successfully updated."
},
"rememberCredentialsExists": {
"message": "Идентичные учетные данные уже существуют. Нечего обновлять.",
"message": "Идентичные учётные данные уже существуют. Нечего обновлять.",
"description": "Message shown when new credentials already found in database."
},
"rememberEmptyUsername": {
@ -468,7 +468,7 @@
"description": "Means an empty username."
},
"rememberNoPassword": {
"message": "Пожалуйста, заполните поле пароля перед сохранением учетных данных.",
"message": "Пожалуйста, заполните поле пароля перед сохранением учётных данных.",
"description": "Message shown when no password is set when saving credentials."
},
"popupLoginText": {
@ -492,7 +492,7 @@
"description": "URL. Might not need any translation."
},
"popupUsername": {
"message": "Логин:",
"message": "Имя пользователя:",
"description": "A username field name shown on credential update."
},
"popupButtonNew": {
@ -548,7 +548,7 @@
"description": "General settings page header."
},
"optionsMenuConnectedDatabases": {
"message": "Подключенные базы данных",
"message": "Подключённые базы данных",
"description": "Connected Databases page header."
},
"optionsMenuCustomFields": {
@ -564,7 +564,7 @@
"description": "About page header."
},
"optionsConfigureShortcuts": {
"message": "Настроить ярлыки",
"message": "Настроить горячие клавиши",
"description": "Keyboard shortcut button and title text."
},
"optionsButtonSave": {
@ -612,11 +612,11 @@
"description": "Default group options text."
},
"optionsDefaultGroupHelpText": {
"message": "Разделите группу слэшами, например: Группа/ДочерняяГруппа.",
"message": "Разделите группу косыми чертам, например: Группа/ДочерняяГруппа.",
"description": "Default group help text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Всегда спрашивать, куда сохранять новые учетные данные",
"message": "Всегда спрашивать, куда сохранять новые учётные данные",
"description": "Default group checkbox help text."
},
"optionsLabelDefaultGroupCheckboxHelpText": {
@ -636,7 +636,7 @@
"description": "Use dynamic input field detection checkbox text."
},
"optionsUseObserverHelpText": {
"message": "Полезно для страниц, использующих всплывающие окна или динамические диалоговые окна. Отключите эту функцию, чтобы снизить нагрузку процессора на медленных устройствах. Когда отключено, учетные данные можно вставлять только с помощью комбинаций клавиш, контекстного меню или всплывающего окна расширения.",
"message": "Полезно для страниц, использующих всплывающие окна или динамические диалоговые окна. Отключите эту функцию, чтобы снизить нагрузку процессора на медленных устройствах. Когда отключено, учётные данные можно вставлять только с помощью сочетаний клавиш, контекстного меню или всплывающего окна расширения.",
"description": "Use dynamic input field detection help text."
},
"optionsCheckboxOTPIcons": {
@ -644,7 +644,7 @@
"description": "Activate OTP field icons textbox text."
},
"optionsCheckboxAutoRetrieveCredentials": {
"message": "Автоматически извлекать учетные данные.",
"message": "Автоматически извлекать учётные данные.",
"description": "Automatically retrieve credentials checkbox text."
},
"optionsCheckboxAutomaticReconnect": {
@ -652,7 +652,7 @@
"description": "Auto-reconnect checkbox text."
},
"optionsAutomaticReconnectWarning": {
"message": "Внимание! Эта функция является экспериментальной. Используйте ее на свой страх и риск.",
"message": "Внимание! Эта функция является пробной. Используйте её на своё усмотрение.",
"description": "Auto-reconnect warning message."
},
"optionsCheckboxAutoFillSingleEntry": {
@ -679,25 +679,29 @@
"message": "Показывать уведомления.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Использовать монохромный значок на панели инструментов.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Сохранять только домен.",
"description": "Save domain only checkbox text."
},
"optionsCheckboxShowLoginNotifications": {
"message": "Показывать баннер на странице, когда новые учетные данные могут быть сохранены в базе данных.",
"message": "Показывать баннер на странице, когда новые учётные данные могут быть сохранены в базе данных.",
"description": "Show login notifications checkbox text."
},
"optionsRedirectAllowance": {
"message": "Количество разрешенных перенаправлений: $1",
"message": "Количество разрешённых перенаправлений: $1",
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Количество разрешенных перенаправлений до исчезновения баннера. Значение по умолчанию - 1. Максимальное - бесконечность.",
"message": "Количество разрешенных перенаправлений до исчезновения баннера. Значение по умолчанию - 3. Максимальное - бесконечность.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Автозаполнение окон с простой HTTP-аутентификацией и отправка данных.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Разрешить автозаполнение учётных данных HTTP Basic Auth.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Ведение журнала отладки",
@ -764,7 +768,7 @@
"description": "Password Generator option help text, second part."
},
"optionsPredefinedSiteList": {
"message": "Предопределенные сайты",
"message": "Предопределённые сайты",
"description": "Predefined site list details button text."
},
"optionsUsePredefinedSites": {
@ -776,15 +780,15 @@
"description": "Use predefined sites option help text."
},
"optionsShowLoginFormIconHelpText": {
"message": "Добавляет значок в поля логина для заполнения учетных данных одним щелчком мыши.",
"message": "Добавляет значок в поля имени пользователя для заполнения учётных данных одним щелчком мыши.",
"description": "Username field icon option help text."
},
"optionsShowOTPIconHelpText": {
"message": "Добавляет значок в поля ввода, которые идентифицируются как OTP/2FA.",
"message": "Добавляет значок в поля ввода, которые распознаются как OTP/2FA.",
"description": "OTP field icon option help text."
},
"optionsAutoRetrieveCredentialsHelpText": {
"message": "KeePassXC-Browser будет извлекать учетные данные сразу при активации вкладки.",
"message": "KeePassXC-Browser будет извлекать учётные данные сразу при активации вкладки.",
"description": "Auto-Retrive Credentials option help text."
},
"optionsAutomaticReconnectHelpText": {
@ -792,27 +796,31 @@
"description": "Auto-reconnect option help text."
},
"optionsAutoFillSingleEntryHelpText": {
"message": "Разрешить KeePassXC-Browser автоматически заполнять учетные данные, если он получает только одну запись.",
"message": "Разрешить KeePassXC-Browser автоматически заполнять учётные данные, если он получает только одну запись.",
"description": "Auto-Fill Single Entry option help text."
},
"optionsAutoFillSingleEntryWarning": {
"message": "Внимание! Использование автозаполнения небезопасно. Используйте его на свой страх и риск. KeePassXC-Browser автоматически пытается обнаружить поля ввода учетных данных. Однако они могут быть обнаружены некорректно, что может привести к заполнению конфиденциальных данных в небезопасных полях.",
"message": "Внимание! Использование автозаполнения небезопасно. Используйте его на своё усмотрение. KeePassXC-Browser автоматически пытается обнаружить поля ввода учётных данных. Однако они могут быть обнаружены неправильно, что может привести к заполнению конфиденциальных данных в небезопасных полях.",
"description": "Auto-Fill Single Entry warning text."
},
"optionsAutocompleteUsernamesHelpText": {
"message": "Показывать выпадающий список с доступными учетными данными для всех полей логина на странице.",
"message": "Показывать выпадающий список с доступными учётными данными для всех полей логина на странице.",
"description": "Autocomplete Usernames option help text."
},
"optionsShowGroupNameInAutocompleteHelpText": {
"message": "При заполнении учетных данных из разных групп, будет показано имя группы.",
"message": "При заполнении учётных данных из разных групп, будет показано имя группы.",
"description": "Show group name in autocomplete help text."
},
"optionsShowNotificationsHelpText": {
"message": "Уведомлять об ошибках, когда требуется вмешательство пользователя.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Использовать монохромный значок с цветными бейджами на панели инструментов, для адаптации к светлой/тёмной теме браузера.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "При сохранении новых учетных данных сохранять только домен, а не полный URL.",
"message": "При сохранении новых учётных данных сохранять только домен, а не полный URL.",
"description": "Save domain only option help text."
},
"optionsSaveDomainOnlyCustomLoginHelpText": {
@ -828,7 +836,7 @@
"description": "Download favicon after save help text."
},
"optionsAutoFillAndSendHelpText": {
"message": "Если на странице есть учетные данные, и тип входа - запрос простой HTTP-аутентификации, KeePassXC-Browser войти с первыми указанными учетными данными.",
"message": "Если на странице есть учётные данные, и тип входа - запрос простой HTTP-аутентификации, KeePassXC-Browser войти с первыми указанными учётными данными.",
"description": "Auto-Fill And Send option help text."
},
"optionsAutoFillAndSendHelpTextSecond": {
@ -836,15 +844,15 @@
"description": "HTTP Basic Auth image help text."
},
"optionsClearCredentialsTimeout": {
"message": "Очищать учетные данные с неактивных вкладок через (в секундах, от 0 до 3600)",
"message": "Очищать учётные данные с неактивных вкладок через (в секундах, от 0 до 3600)",
"description": "Clear credentials label text."
},
"optionsClearCredentialsTimeoutHelpText": {
"message": "Учетные данные очищаются из фоновых вкладок через определенное время. Разрешения для этих страниц будут запрошены вновь.",
"message": "Учётные данные очищаются из фоновых вкладок через определённое время. Разрешения для этих страниц будут запрошены вновь.",
"description": "Clear credentials timeout help text."
},
"optionsVersionInfoText": {
"message": "Для извлечения учетных данных KeePassXC-Browser требуется KeePassXC.",
"message": "Для извлечения учётных данных KeePassXC-Browser требуется KeePassXC.",
"description": "Settings page version info text."
},
"optionsVersionDownload": {
@ -872,19 +880,19 @@
"description": "Infinite setting text."
},
"optionsRecommended": {
"message": "Рекомендуется: $1",
"message": "Желательно: $1",
"description": "Recommended setting text."
},
"optionsShortcutsSuccess": {
"message": "Ярлык для $1 был успешно изменен.",
"message": "Горячая клавиша для $1 была успешно изменена.",
"description": "Message for successful keyboard shortcut change."
},
"optionsShortcutsInfo": {
"message": "Ярлык для $1 был сброшен.",
"message": "Горячая клавиша для $1 была сброшена.",
"description": "Info message for changing keyboard shortcuts."
},
"optionsShortcutsDanger": {
"message": "Ошибка: Ярлык для $1 изменен не был!",
"message": "Ошибка: горячая клавиша для $1 не была изменена!",
"description": "Error message for changing keyboard shortcuts."
},
"optionsImportExportSettings": {
@ -904,7 +912,7 @@
"description": "Info text about connected databases."
},
"optionsConnectedDatabasesNotFound": {
"message": "Нет подключенных баз данных.",
"message": "Нет подключённых баз данных.",
"description": "Shown in the connected databases table when there is no connected databases."
},
"optionsDatabasesRemoveIdentifier": {
@ -912,7 +920,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Вы действительно хотите удалить следующий идентификатор из списка баз данных?",
"message": "Вы действительно хотите удалить следующий идентификатор из списка базы данных:$1",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
@ -940,7 +948,7 @@
"description": "Database list column title."
},
"optionsColumnPageURL": {
"message": "URL страницы",
"message": "Адрес страницы",
"description": "Site preferences list column title."
},
"optionsColumnIgnore": {
@ -992,19 +1000,19 @@
"description": "Sort matching credentials by group and username option selection."
},
"optionsFillSortPriority": {
"message": "Сортировка учётных данных после заполнения",
"message": "Упорядочивание учётных данных после заполнения",
"description": ""
},
"optionsFillSortPriorityHelpText": {
"message": "Если выбрана опция \"Сначала соответствующие учётные данные\", учётные данные для ранее заполненного входа в систему устанавливаются первыми в списке меню автозаполнения.",
"message": "Если выбрана опция «Сначала соответствующие учётные данные», учётные данные для ранее заполненного входа в систему устанавливаются первыми в списке меню автозаполнения.",
"description": "Help text for Sort credentials after fill."
},
"optionsFillSortPriorityTotp": {
"message": "Сортировка учётных данных после заполнения для разового пароля",
"message": "Упорядочивание учётных данных после заполнения для разового пароля",
"description": ""
},
"optionsFillSortPriorityTotpHelpText": {
"message": "Если выбрана опция \"Сначала соответствующие учётные данные\", одноразовый пароль для ранее заполненного логина устанавливается первым в списке меню автозаполнения.",
"message": "Если выбрана опция «Сначала соответствующие учётные данные», одноразовый пароль для ранее заполненного логина устанавливается первым в списке меню автозаполнения.",
"description": "Help text for Sort credentials after fill for TOTP."
},
"optionsFillSortByMatchingCredentials": {
@ -1016,11 +1024,11 @@
"description": "Relevant credential first option for Sort after fill."
},
"optionsCustomFieldsNotFound": {
"message": "Нет сохраненных пользовательских полей логина.",
"message": "Нет сохранённых пользовательских полей логина.",
"description": "Shown when no saved custom credentials are saved."
},
"optionsCustomFieldsTableCaption": {
"message": "Вы можете управлять сохраненными пользовательскими полями логина, используя таблицу ниже.",
"message": "Вы можете управлять сохранёнными пользовательскими полями логина, используя таблицу ниже.",
"description": "Table caption of Custom login fields page."
},
"optionsCustomFieldsTabHelpTextFirst": {
@ -1032,7 +1040,7 @@
"description": "Saved custom login fields info text, second part."
},
"optionsCustomFieldsTabHelpTextThird": {
"message": "Здесь можно управлять сохраненными пользовательскими полями входа.",
"message": "Здесь можно управлять сохранёнными пользовательскими полями входа.",
"description": "Saved custom login fields info text, third part."
},
"optionsCustomFieldsRemove": {
@ -1048,7 +1056,7 @@
"description": "Part of confirmation text when removing saved custom login fields."
},
"optionsSitePreferencesNotFound": {
"message": "Нет игнорируемых сайтов.",
"message": "Нет неучитываемых сайтов.",
"description": "Shown when no site preferences are saved."
},
"optionsSitePreferencesRemove": {
@ -1060,27 +1068,27 @@
"description": "Site preferences info text, first part."
},
"optionsSitePreferencesTabHelpTextSecond": {
"message": "Для игнорирования новых/измененных учетных данных на каком-либо сайте добавьте их ниже или щелкните по мерцающему значку KeePassXC-Browser и выберите ",
"message": "Для неучитывания новых/изменённых учётных данных на каком-либо сайте добавьте их ниже или щёлкните по мерцающему значку KeePassXC-Browser и выберите ",
"description": "Site preferences info text, second part."
},
"optionsSitePreferencesTabHelpTextThird": {
"message": "Если сайт полностью игнорируется (выбрано <em>Отключить все функции</em>), то при посещении такого сайта плагин ничего не будет делать.",
"message": "Если сайт полностью неучитывается (выбрано <em>Отключить все функции</em>), то при посещении такого сайта расширение ничего не будет делать.",
"description": "Site preferences info text, third part."
},
"optionsSitePreferencesTabHelpTextFourth": {
"message": "Определение только по логину позволяет KeePassXC-Browser заполнять детали входа на сайтах, где логин и пароль находятся на разных страницах.",
"message": "Определение только по имени пользователя позволяет KeePassXC-Browser заполнять данные для входа на сайтах, где имя пользователя и пароль находятся на разных страницах.",
"description": "Site preferences info text, fourth part."
},
"optionsSitePreferencesImprovedInputFieldDetectionHelpText": {
"message": "Улучшенное обнаружение полей ввода позволяет более детально определять динамические поля ввода. Однако это может повлиять на производительность страницы. Используйте с осторожностью.",
"message": "Улучшенное обнаружение полей ввода позволяет более подробно определять динамические поля ввода. Однако это может повлиять на производительность страницы. Используйте с осторожностью.",
"description": "Improved Input Field Detection help text."
},
"optionsSitePreferencesManualAddText": {
"message": "Добавить URL вручную",
"message": "Добавить адрес вручную",
"description": "Label for adding site manually on Site preferences tab."
},
"optionsSitePreferencesManualAddHelp": {
"message": "URL-адрес должен начинаться с <code>https://</code>, <code>http://</code>, <code>file://</code>, or <code>ftp://</code> и должен содержать не менее 5 символов.",
"message": "Сетевой адрес должен начинаться с <code>https://</code>, <code>http://</code>, <code>file://</code>, or <code>ftp://</code> и должен содержать не менее 5 символов.",
"description": "Help text for adding site manually on Site preferences tab."
},
"optionsSitePreferencesConfirmation": {
@ -1088,15 +1096,15 @@
"description": "Confirmation text when removing site from site preferences."
},
"optionsSitePreferencesConfirmationHelpText": {
"message": "KeePassXC-Browser включит все функции для этого сайта и удалит определение только по логину.",
"message": "KeePassXC-Browser включит все функции для этого сайта и удалит определение только по имени пользователя.",
"description": "Part of confirmation text when removing site preferences."
},
"optionsSitePreferencesTableCaption": {
"message": "Вы можете управлять сохраненными настройками сайтов, используя таблицу ниже.",
"message": "Вы можете управлять сохранёнными настройками сайтов, используя таблицу ниже.",
"description": "Table caption of Site Preferences page."
},
"optionsSitePreferencesSelect": {
"message": "Опция для игнорирования деталей расширения для страницы.",
"message": "Опция для неучитывания деталей расширения для страницы.",
"description": "Title text of select element in Site Preferences."
},
"optionsAboutChrome": {
@ -1140,7 +1148,7 @@
"description": "Link text for creating a new issue."
},
"optionsAboutDebugInfo": {
"message": "Может быть использована следующая отладочная информация",
"message": "Могут быть использованы следующие отладочные сведения",
"description": "Debug info text."
},
"optionsAboutSupporters": {
@ -1152,7 +1160,7 @@
"description": "Error shown when input field has an incorrect value."
},
"optionsErrorInvalidURL": {
"message": "Неверный URL. Пожалуйста, проверьте ввод.",
"message": "Неверный адрес. Пожалуйста, проверьте ввод.",
"description": "Error shown when input field has an incorrect URL."
},
"optionsErrorValueExists": {
@ -1164,11 +1172,11 @@
"description": "User interface title in settings page"
},
"optionsFillingCredentialsTitle": {
"message": "Заполнение учетных данных",
"message": "Заполнение учётных данных",
"description": "Filling credentials title in settings page"
},
"optionsSavingCredentialsTitle": {
"message": "Сохранение учетных данных",
"message": "Сохранение учётных данных",
"description": "Saving credentials title in settings page"
},
"optionsUpdatesTitle": {

View file

@ -679,6 +679,10 @@
"message": "Pokaži obvestila.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Use monochrome toolbar icon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Shrani samo domeno.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Koliko preusmeritev je dovoljenih, preden obvestilo izgine. Privzeta vrednost je 1. Najvišja možna vrednost je neskončno.",
"message": "How many redirects are allowed until the banner disappears. Default value is 3. Maximum is infinite.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Samodejno izpolni pogovorna okna HTTP Basic Auth in oddaj prijavo.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Allow filling HTTP Basic Auth credentials.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Debug logging",
@ -811,6 +815,10 @@
"message": "Prikaži obvestila o napakah in ko je potrebna interakcija uporabnika.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Use a monochrome icon with colored badges in toolbar that adapts to light/dark browser theme.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Pri shranjevanju novih povernic, namesto celotnega URL-ja shranite samo domeno spletnega mesta.",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "Visa notifieringar.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Använd monokrom verktygsfältsikon.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Spara endast domän.",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Hur många sidor som fliken ska bläddra efter en redirect offset innan ikonen deaktiveras",
"message": "Hur många omdirigeringar som tillåts innan banderollen försvinner. Standardvärdet är 3. Max är oändligt.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Fyll automatiskt i HTTP Basic Auth-dialoger och skicka dem.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Tillåt ifyllning av HTTP-autentiseringsuppgifter",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Felsökningslogg",
@ -811,6 +815,10 @@
"message": "Visa notifieringar för fel och när användaren behöver interagera.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Använd en monokrom ikon med färgade märken i verktygsfältet som anpassar sig till ljust/mörkt webbläsartema.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Spara enbart domänen istället för hela URL:en när nya inloggningsuppgifter sparas.",
"description": "Save domain only option help text."

View file

@ -1,6 +1,6 @@
{
"extensionDescription": {
"message": "Modern web tarayıcıları için KeePassXC bütünleşmesi",
"message": "Modern tarayıcılar için KeePassXC bütünleşmesi",
"description": "Name of the extension."
},
"contextMenuFillUsernameAndPassword": {
@ -8,7 +8,7 @@
"description": "Context menu item for filling both username and password."
},
"contextMenuFillPassword": {
"message": "Yalnız parolayı doldur",
"message": "Yalnızca parolayı doldur",
"description": "Context menu item for filling password."
},
"contextMenuFillTOTP": {
@ -44,11 +44,11 @@
"description": "Unknown error."
},
"errorMessageDatabaseNotOpened": {
"message": "Veritabanıılamadı.",
"message": "Veri tabanıılamadı.",
"description": "Database not opened."
},
"errorMessageDatabaseHash": {
"message": "Veritabanı karması alınamadı.",
"message": "Veri tabanı karması alınamadı.",
"description": "Database hash not received."
},
"errorMessageClientPublicKey": {
@ -84,7 +84,7 @@
"description": "Encryption key is not recognized."
},
"errorMessageSavedDatabases": {
"message": "Kayıtlı bir veritabanı bulunamadı.",
"message": "Kayıtlı bir veri tabanı bulunamadı.",
"description": "No saved databases found."
},
"errorMessageIncorrectAction": {
@ -172,7 +172,7 @@
"description": "Username field icon hover text."
},
"usernameLockedFieldText": {
"message": "Veritabanı kilitli",
"message": "Veri tabanı kilitli",
"description": "Username field icon hover text when database is locked."
},
"usernameDisconnectedFieldText": {
@ -336,11 +336,11 @@
"description": "Popup Reload button text."
},
"popupReopenButton": {
"message": "Veritabanını yeniden aç",
"message": "Veri tabanını yeniden aç",
"description": "Popup reopen database button text."
},
"popupUsernameButton": {
"message": "Site için yalnız kullanıcı adı seçeneği ekle",
"message": "Site için yalnızca kullanıcı adı seçeneği ekle",
"description": "Button text for adding Username-only option."
},
"popupErrorEncountered": {
@ -360,7 +360,7 @@
"description": "Popup information message about Getting Started Guide."
},
"popupGettingStartedLinkText": {
"message": "Başlangıç rehberi - Web tarayıcı bütünleştirmesini kurmak",
"message": "Başlangıç rehberi - Tarayıcı bütünleştirmesini kurmak",
"description": "Popup Getting Started Guide link text."
},
"popupAlertHide": {
@ -400,7 +400,7 @@
"description": "A popup message when a connection to KeePassXC is successful."
},
"popupUsernameFieldDetected": {
"message": "Yalnız tek bir kullanıcı adı alanı algılandı. Bu adresi yalnız kullanıcı adı seçeneği etkinleştirilmiş site ayarlarına ekleyin.",
"message": "Yalnızca tek bir kullanıcı adı alanı algılandı. Bu adresi yalnızca kullanıcı adı seçeneği etkinleştirilmiş site ayarlarına ekleyin.",
"description": "Text shown when page can be added to Site Preferences with Username-only option enabled."
},
"rememberInfoText": {
@ -408,7 +408,7 @@
"description": "Message when username or password has changed."
},
"rememberSaving": {
"message": "Kimlik doğrulama bilgileri, $1 tanımlayıcısıyla bağlı veritabanına kaydedilecek",
"message": "Kimlik doğrulama bilgileri, $1 tanımlayıcısıyla bağlı veri tabanına kaydedilecek",
"description": "A message when saving or updating credentials."
},
"rememberNewUsername": {
@ -428,7 +428,7 @@
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
"message": "Bağlı veritabanında oluşturulan varsayılan küme.",
"message": "Bağlı veri tabanında oluşturulan varsayılan küme.",
"description": "Info message shown when default group set cannot be found."
},
"rememberErrorCreatingNewGroup": {
@ -444,7 +444,7 @@
"description": "Error message shown when credentials cannot be saved or updated."
},
"rememberErrorDatabaseClosed": {
"message": "Kapatılmış bir veritabanındaki kimlik doğrulama bilgileri kaydedilemez ya da güncellenemez.",
"message": "Kapatılmış bir veri tabanındaki kimlik doğrulama bilgileri kaydedilemez ya da güncellenemez.",
"description": "Error message shown when credentials cannot be saved or updated and the database is closed."
},
"rememberCredentialsNotSaved": {
@ -636,7 +636,7 @@
"description": "Use dynamic input field detection checkbox text."
},
"optionsUseObserverHelpText": {
"message": "Açılır pencereler ya da devingen iletişim kutuları bulunan sayfalarda kullanışlıdır. Yavaş bilgisayarlarda işlemci yükünü azaltmak için bu özelliği devre dışı bırakın. Devre dışı bırakıldığında, kimlik doğrulama bilgileri yalnız tuş takımı kısayolları, sağ tık menüsü ya da uzantının açılır penceresi kullanılarak doldurulabilir.",
"message": "Açılır pencereler ya da devingen iletişim kutuları bulunan sayfalarda kullanışlıdır. Yavaş bilgisayarlarda işlemci yükünü azaltmak için bu özelliği devre dışı bırakın. Devre dışı bırakıldığında, kimlik doğrulama bilgileri yalnızca tuş takımı kısayolları, sağ tık menüsü ya da uzantının açılır penceresi kullanılarak doldurulabilir.",
"description": "Use dynamic input field detection help text."
},
"optionsCheckboxOTPIcons": {
@ -679,12 +679,16 @@
"message": "Bildirimler görüntülensin.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Tek renkli araç çubuğu simgesi kullanılsın",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Yalnız etki alanı kaydedilsin.",
"message": "Yalnızca etki alanı kaydedilsin.",
"description": "Save domain only checkbox text."
},
"optionsCheckboxShowLoginNotifications": {
"message": "Veritabanına yeni kimlik bilgileri kaydedildiğinde bildirim görüntülensin.",
"message": "Veri tabanına yeni kimlik bilgileri kaydedildiğinde bildirim görüntülensin.",
"description": "Show login notifications checkbox text."
},
"optionsRedirectAllowance": {
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "Bildirim kaybolana kadar kaç yönlendirme yapılabileceğini belirtin. Varsayılan değer: 1. En fazla sonsuz olabilir.",
"message": "Bildirim kaybolana kadar kaç yönlendirme yapılabileceğini belirtin. Varsayılan değer: 3. En fazla sonsuz olabilir.",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "HTTP temel kimlik doğrulama pencereleri otomatik olarak doldurulup gönderilsin.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "HTTP temel kimlik doğrulama bilgileri yazılabilsin.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Hata ayıklama günlüğü",
@ -772,7 +776,7 @@
"description": "Use predefined sites checkbox text."
},
"optionsUsePredefinedSitesHelpText": {
"message": "Site ayarlarına, yalnız kullanıcı adı oturum açma formları bulunduğu bilinen siteleri ekler.",
"message": "Site ayarlarına, yalnızca kullanıcı adı oturum açma formları bulunduğu bilinen siteleri ekler.",
"description": "Use predefined sites option help text."
},
"optionsShowLoginFormIconHelpText": {
@ -792,7 +796,7 @@
"description": "Auto-reconnect option help text."
},
"optionsAutoFillSingleEntryHelpText": {
"message": "Yalnız tek bir kayıt alınırsa KeePassXC-Browser otomatik olarak kimlik bilgilerini doldurabilsin.",
"message": "Yalnızca tek bir kayıt alınırsa KeePassXC-Browser otomatik olarak kimlik bilgilerini doldurabilsin.",
"description": "Auto-Fill Single Entry option help text."
},
"optionsAutoFillSingleEntryWarning": {
@ -811,12 +815,16 @@
"message": "Hata bildirimlerini ve gerektiğinde kullanıcı etkileşimini görüntüler.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Renkleri tarayıcının açık/koyu tarayıcı temasına uyan tek renkli bir simge kullanılır.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Yeni kimlik doğrulama bilgileri kaydedilirken, tam adres yerine yalnız etki alanını kaydeder.",
"message": "Yeni kimlik doğrulama bilgileri kaydedilirken, tam adres yerine yalnızca etki alanını kaydeder.",
"description": "Save domain only option help text."
},
"optionsSaveDomainOnlyCustomLoginHelpText": {
"message": "Yeni özel oturum açma alanları kaydedilirken, tam adres yerine yalnız etki alanını kaydeder.",
"message": "Yeni özel oturum açma alanları kaydedilirken, tam adres yerine yalnızca etki alanını kaydeder.",
"description": "Save domain only option help text."
},
"optionsDownloadFaviconAfterSave": {
@ -904,11 +912,11 @@
"description": "Info text about connected databases."
},
"optionsConnectedDatabasesNotFound": {
"message": "Bağlantı kurulmuş bir veritabanı bulunamadı.",
"message": "Bağlantı kurulmuş bir veri tabanı bulunamadı.",
"description": "Shown in the connected databases table when there is no connected databases."
},
"optionsDatabasesRemoveIdentifier": {
"message": "Tanımlayıcı veritabanı listesinden kaldırılsın mı?",
"message": "Tanımlayıcı veri tabanı listesinden kaldırılsın mı?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
@ -916,7 +924,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
"message": "Veritabanı ile istediğiniz zaman yeniden bağlantı kurabilirsiniz.",
"message": "Veri tabanı ile istediğiniz zaman yeniden bağlantı kurabilirsiniz.",
"description": "Confirmation text when removing database from the list, second part."
},
"optionsDatabaseIdentifier": {
@ -948,7 +956,7 @@
"description": "Site preferences list column title."
},
"optionsColumnUsernameOnly": {
"message": "Yalnız kullanıcı adı algılaması",
"message": "Yalnızca kullanıcı adı algılaması",
"description": "Site preferences list column title."
},
"optionsColumnImprovedInputFieldDetection": {
@ -1068,7 +1076,7 @@
"description": "Site preferences info text, third part."
},
"optionsSitePreferencesTabHelpTextFourth": {
"message": "Yalnız kullanıcı adı algılaması, KeePassXC-Browser uzantısının, kullanıcı adı ve parola için ayrı sayfalar kullanan web sitelerinde oturum açma bilgilerini doldurabilmesini sağlar.",
"message": "Yalnızca kullanıcı adı algılaması, KeePassXC-Browser uzantısının, kullanıcı adı ve parola için ayrı sayfalar kullanan sitelerde oturum açma bilgilerini doldurabilmesini sağlar.",
"description": "Site preferences info text, fourth part."
},
"optionsSitePreferencesImprovedInputFieldDetectionHelpText": {
@ -1088,7 +1096,7 @@
"description": "Confirmation text when removing site from site preferences."
},
"optionsSitePreferencesConfirmationHelpText": {
"message": "KeePassXC-Browser bu site için tüm özellikleri etkinleştirecek ve yalnız kullanıcı adı algılamasını kaldıracak.",
"message": "KeePassXC-Browser bu site için tüm özellikleri etkinleştirecek ve yalnızca kullanıcı adı algılamasını kaldıracak.",
"description": "Part of confirmation text when removing site preferences."
},
"optionsSitePreferencesTableCaption": {
@ -1196,7 +1204,7 @@
"description": "Message shown at the bottom of autocomplete menu."
},
"lockDatabase": {
"message": "Veritabanını kilitle",
"message": "Veri tabanını kilitle",
"description": "Lock database button title text."
}
}

View file

@ -24,7 +24,7 @@
"description": "Save credentials using the credential banner."
},
"contextMenuShowPasswordGenerator": {
"message": "Показувати генератор паролів",
"message": "Показати генератор паролів",
"description": "Show password generator text."
},
"contextMenuFillAttribute": {
@ -316,7 +316,7 @@
"description": "Popup Settings button text."
},
"popupChooseCredentialsText": {
"message": "Оберіть власні поля облікових даних",
"message": "Обрати власні поля облікових даних",
"description": "Popup credential choosing button text."
},
"popupConnectButton": {
@ -536,7 +536,7 @@
"description": "Saved custom login fields tab text."
},
"optionsSitePreferencesTab": {
"message": "Налаштування сайту",
"message": "Налаштування сайтів",
"description": "Site preferences fields tab text."
},
"optionsAboutTab": {
@ -556,7 +556,7 @@
"description": "Custom login fields page header."
},
"optionsMenuSitePreferences": {
"message": "Налаштування сайту",
"message": "Налаштування сайтів",
"description": "Site preferences page header."
},
"optionsMenuAbout": {
@ -600,11 +600,11 @@
"description": "Reset button text for keyboard shortcuts."
},
"optionsButtonImport": {
"message": "Налаштування імпортування",
"message": "Імпортувати налаштування",
"description": "Import settings button text."
},
"optionsButtonExport": {
"message": "Налаштування експортування",
"message": "Експортувати налаштування",
"description": "Export settings button text."
},
"optionsLabelDefaultGroup": {
@ -624,7 +624,7 @@
"description": "Default checkbox explanation help text."
},
"optionsCheckboxUsePasswordGenerator": {
"message": "Увімкнути піктограми генератора паролів.",
"message": "Активувати піктограми генератора паролів.",
"description": "Activate password generator icons checkbox text."
},
"optionsCheckboxUsernameIcons": {
@ -660,7 +660,7 @@
"description": "Automatically fill-in single credential entry checkbox text."
},
"optionsCheckboxAutoCompleteUsernames": {
"message": "Увімкнути автозаповнення для полів з іменем користувача.",
"message": "Активувати автозаповнення для полів з іменем користувача.",
"description": "Activate autocomplete for username fields checkbox text."
},
"optionsCheckboxShowGroupNameInAutocomplete": {
@ -679,6 +679,10 @@
"message": "Показувати сповіщення.",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "Використовуйте монохромну іконку на панелі інструментів.",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "Зберігати лише домен.",
"description": "Save domain only checkbox text."
@ -696,8 +700,8 @@
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "Автоматично заповнювати й відправляти діалогові вікна HTTP Basic Auth.",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "Дозволити заповнення облікових даних HTTP Basic Auth.",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "Журнал зневадження",
@ -732,7 +736,7 @@
"description": "Theme selection header text."
},
"optionsCredentialSortSelectionHeader": {
"message": "Сортувати відповідні облікові дані за",
"message": "Спосіб сортування відповідних облікових даних",
"description": "Credential sort option header text."
},
"optionsThemeSelection": {
@ -756,7 +760,7 @@
"description": "Keyboard shortcut header text."
},
"optionsUsePasswordGeneratorHelpText": {
"message": "Додає піктограму до полів для генерування нового пароля.",
"message": "Показувати піктограму у відповідних полях для генерування нового пароля.",
"description": "Password Generator option help text."
},
"optionsUsePasswordGeneratorHelpTextSecond": {
@ -776,11 +780,11 @@
"description": "Use predefined sites option help text."
},
"optionsShowLoginFormIconHelpText": {
"message": "Додає піктограму до полів імені користувача для заповнення облікових даних одним натиском миші.",
"message": "Показувати піктограму в полях імені користувача для заповнення облікових даних одним натиском миші.",
"description": "Username field icon option help text."
},
"optionsShowOTPIconHelpText": {
"message": "Додає піктограму до полів введення, розпізнаних як OTP/2FA.",
"message": "Показувати піктограму в полях введення, розпізнаних як OTP/2FA.",
"description": "OTP field icon option help text."
},
"optionsAutoRetrieveCredentialsHelpText": {
@ -808,9 +812,13 @@
"description": "Show group name in autocomplete help text."
},
"optionsShowNotificationsHelpText": {
"message": "Показувати сповіщення про помилки та за необхідності дії користувача.",
"message": "Показувати сповіщення про помилки та, за потреби, дії користувача.",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "Використовуйте монохромну іконку з кольоровими значками на панелі інструментів, яка адаптується до світлої/темної теми браузера.",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "Для нових облікових даних зберігати лише домен, а не URL-адресу цілком.",
"description": "Save domain only option help text."
@ -940,7 +948,7 @@
"description": "Database list column title."
},
"optionsColumnPageURL": {
"message": "URL сторінки",
"message": "URL-адреса сторінки",
"description": "Site preferences list column title."
},
"optionsColumnIgnore": {
@ -992,7 +1000,7 @@
"description": "Sort matching credentials by group and username option selection."
},
"optionsFillSortPriority": {
"message": "Сортувати облікові дані після заповнення за",
"message": "Спосіб сортування облікових даних після заповнення",
"description": ""
},
"optionsFillSortPriorityHelpText": {
@ -1000,7 +1008,7 @@
"description": "Help text for Sort credentials after fill."
},
"optionsFillSortPriorityTotp": {
"message": "Сортувати облікові дані після заповнення для TOTP за",
"message": "Спосіб сортування облікових даних після заповнення TOTP",
"description": ""
},
"optionsFillSortPriorityTotpHelpText": {
@ -1028,7 +1036,7 @@
"description": "Saved custom login fields info text, first part."
},
"optionsCustomFieldsTabHelpTextSecond": {
"message": "Відкрийте сторінку й натисніть піктограму KeePassXC-Browser, а потім оберіть ",
"message": "Відкрийте сторінку й натисніть піктограму розширення KeePassXC-Browser, а потім натисніть ",
"description": "Saved custom login fields info text, second part."
},
"optionsCustomFieldsTabHelpTextThird": {
@ -1048,7 +1056,7 @@
"description": "Part of confirmation text when removing saved custom login fields."
},
"optionsSitePreferencesNotFound": {
"message": "Не знайдено налаштувань сайту.",
"message": "Не знайдено налаштувань сайтів.",
"description": "Shown when no site preferences are saved."
},
"optionsSitePreferencesRemove": {
@ -1064,7 +1072,7 @@
"description": "Site preferences info text, second part."
},
"optionsSitePreferencesTabHelpTextThird": {
"message": "Якщо сайт повністю ігнорується (вибрано <em>Вимкнути всі можливості</em>), то під час відвідування цього сайту плагін не виконуватиме жодних дій.",
"message": "Якщо сайт цілком ігнорується (вибрано <em>Вимкнути всі можливості</em>), то під час його відвідування плагін не виконуватиме жодних дій.",
"description": "Site preferences info text, third part."
},
"optionsSitePreferencesTabHelpTextFourth": {
@ -1092,7 +1100,7 @@
"description": "Part of confirmation text when removing site preferences."
},
"optionsSitePreferencesTableCaption": {
"message": "Ви можете керувати збереженими налаштуваннями сайту за допомогою таблиці.",
"message": "Ви можете керувати збереженими налаштуваннями сайтів за допомогою таблиці.",
"description": "Table caption of Site Preferences page."
},
"optionsSitePreferencesSelect": {
@ -1100,19 +1108,19 @@
"description": "Title text of select element in Site Preferences."
},
"optionsAboutChrome": {
"message": "Відвідати сторінку KeePassXC-Browser у Веб-магазині Chrome.",
"message": "Сторінка KeePassXC-Browser у веб-магазині Chrome.",
"description": "About page link to Chrome Web Store."
},
"optionsAboutMozilla": {
"message": "Відвідати сторінку KeePassXC-Browser у каталозі додатків Mozilla.",
"message": "Сторінка KeePassXC-Browser у каталозі додатків Mozilla.",
"description": "About page link to AMO."
},
"optionsAboutEdge": {
"message": "Відвідайте KeePassXC-Browser на сторінці розширень Edge.",
"message": "Сторінка KeePassXC-Browser у каталозі надбудов для Edge.",
"description": "About page link to Edge Add-ons page."
},
"optionsAboutGitHub": {
"message": "Відвідати KeePassXC-Browser на GitHub.",
"message": "Сторінка KeePassXC-Browser на GitHub.",
"description": "About page link to GitHub."
},
"optionsAboutExtensionVersion": {
@ -1132,7 +1140,7 @@
"description": "About page text of licenses."
},
"optionsAboutReportBugs": {
"message": "Повідомляти про помилки",
"message": "Повідомити про помилки",
"description": "About page text of reporting bugs."
},
"optionsAboutCreateNewIssue": {

View file

@ -679,6 +679,10 @@
"message": "显示通知。",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "使用单色工具栏图标。",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "只保存域名。",
"description": "Save domain only checkbox text."
@ -692,12 +696,12 @@
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "横幅消失前所允许的最大重定向次数。默认值为 1,最大值为无限。",
"message": "横幅消失前所允许的最大重定向次数。默认值为 3,最大值为无限。",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "自动填充 HTTP Basic 认证对话框并提交。",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "允许填充 HTTP Basic 认证凭据。",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "调试日志",
@ -811,6 +815,10 @@
"message": "出错或需要用户操作时显示提醒。",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "在工具栏中显示带彩色标记的单色图标,以适应浏览器的明亮/暗黑主题。",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "保存新凭据时,只保存域名而非完整 URL。",
"description": "Save domain only option help text."

View file

@ -679,6 +679,10 @@
"message": "顯示通知。",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
"message": "使用單色工具列圖示。",
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsSaveDomainOnly": {
"message": "只儲存網域。",
"description": "Save domain only checkbox text."
@ -688,16 +692,16 @@
"description": "Show login notifications checkbox text."
},
"optionsRedirectAllowance": {
"message": "允許的重新向數: $1",
"message": "允許的重新向數: $1",
"description": "Redirect allowance range input text."
},
"optionsRedirectAllowanceHelpText": {
"message": "橫幅消失前所允許的最大重定向次數。預設值為 1。最大值為無限。",
"message": "橫幅消失前允許的重新定向數。預設值爲 3最大值爲無限。",
"description": "Redirect allowance help text."
},
"optionsCheckboxAutoFillAndSend": {
"message": "自定填入 HTTP 基礎身份驗證對話視窗並提交。",
"description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text."
"message": "允許填入 HTTP 基本認證憑證。",
"description": "Allow filling HTTP Basic Auth credentials checkbox text."
},
"optionsDebugLogging": {
"message": "偵錯日誌",
@ -811,6 +815,10 @@
"message": "出錯或需要用戶操作時顯示提醒。",
"description": "Show notifications option help text."
},
"optionsUseMonochromeToolbarIconHelpText": {
"message": "使用單色工具列圖示和彩色標記,對應瀏覽器的亮暗色彩主題。",
"description": "Use monochrome toolbar icon option help text."
},
"optionsSaveDomainOnlyHelpText": {
"message": "儲存新憑證時,只儲存域名而非完整的網址 (URL)。",
"description": "Save domain only option help text."

View file

@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.8.7",
"version_name": "1.8.7",
"version": "1.8.8",
"version_name": "1.8.8",
"minimum_chrome_version": "93",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "keepassxc-browser",
"version": "1.8.7",
"version": "1.8.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "keepassxc-browser",
"version": "1.8.7",
"version": "1.8.8",
"license": "GPL-3.0",
"dependencies": {
"@npmcli/fs": "^2.1.0",

View file

@ -1,6 +1,6 @@
{
"name": "keepassxc-browser",
"version": "1.8.7",
"version": "1.8.8",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {