Update to 1.9.4

This commit is contained in:
varjolintu 2024-10-25 18:06:45 +03:00
parent 47dc2adee6
commit 784aea85c4
36 changed files with 412 additions and 278 deletions

View file

@ -1,3 +1,17 @@
1.9.4 (2024-10-26)
=========================
- Add configuration option for passkeys default group [#2346]
- Add icon offset exception [#2356]
- Add support for draggable banners [#2359]
- Add support for managed settings using 3rdparty policy [#2366]
- Fix exception on Credential Banner [#2326]
- Fix content positioning with CSS zoom (thanks Xia0xia0Xia0) [#2341]
- Fix Predefined Sites for some pages [#2351]
- Fix illegal invocation of getPublicKey and getPublicKeyAlgorithm with passkeys (thanks Keroosha) [#2323]
- Fix translations [#2361]
- Fix to ignore animation elements when using dynamic input field detection [#2367]
- Refactor Improved Input Field Detection to handle Shadow DOM better [#2360]
1.9.3 (2024-08-24)
=========================
- Fix allowing content scripts on XHTML pages [#2314]
@ -38,7 +52,7 @@
1.9.0.5 (2024-05-12)
=========================
- Remove obsolete hashed scripts from manifest [#2195]
- Remove obsolete hashed scripts from manifest [#2195]
1.9.0.4 (2024-05-03)
=========================

View file

@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "KeePassXC-Browser",
"version": "1.9.3",
"version_name": "1.9.3",
"version": "1.9.4",
"version_name": "1.9.4",
"minimum_chrome_version": "93",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.9.3",
"version": "1.9.4",
"description": "__MSG_extensionDescription__",
"author": "KeePassXC Team",
"icons": {

View file

@ -523,7 +523,7 @@
"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": {
@ -714,6 +714,10 @@
"message": "Разделете групите с наклонени черти, например: Група/Подгрупа.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Група по подразбиране при добавяне на Passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Винаги да пита къде да бъдат запазвани новите регистрации",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "на всеки 3 дена",
"message": "на всеки три дена",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Наистина ли желаете да премахнете следния идентификатор от списъка: $1",
"message": "Желаете следния идентификатор да премахнат от списъка: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Kliknutím na ikonu KeePassXC-Browser zobrazíte další možnosti.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser nebyl nastaven.\nKlikněte na připojit a spárujte s KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Kliknutím na tlačítko připojit znovu navážete nové připojení.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Zvolte skupinu, do které chcete přidat nové přihlašovací údaje.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separate the group with slashes, for example: Group/ChildGroup.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Always ask where to save new credentials",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "každé 3 dny",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Opravdu chcete následující identifikátor odebrat ze seznamu databází?",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Tryk på KeePassXC-Browser-ikonet for flere valgmuligheder.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser er ikke blevet konfigureret. Tryk på opret forbindelse-knappen for at parre med KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Tryk på genopret forbindelse-knappen for at etablere en ny forbindelse.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Vælg venligst den gruppe som de nye loginoplysninger skal tilføjes til.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separer gruppen med skråstreg, f.eks.: Gruppe/Undergruppe.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Spørg altid hvor nye loginoplysninger skal gemmes",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "hver 3. dag",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Vil du virkelig fjerne følgende identifikator fra databaselisten: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Bitte wählen Sie die Gruppe aus, zu der Sie die neuen Anmeldedaten hinzufügen möchten.",
"message": "Bitte wählen Sie eine Gruppe aus, in der neue Anmeldedaten gespeichert werden sollen.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Trennen Sie die Gruppe durch Schrägstriche, zum Beispiel: Gruppe/KinderGruppe.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Standardgruppe zum Speichern neuer Passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Immer nachfragen, wo neue Anmeldedaten gespeichert werden sollen",
"description": "Default group checkbox help text."

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Πατήστε το εικονίδιο KeePassXC-Browser για περισσότερες επιλογές.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "Το KeePassXC-Browser δεν έχει ρυθμιστεί. Πατήστε το κουμπί σύνδεσης για σύζευξη με το KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Πατήστε το κουμπί επανασύνδεσης για να δημιουργήσετε μια νέα σύνδεση.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Επιλέξτε την ομάδα που θέλετε να προσθέσετε τα νέα διαπιστευτήρια.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Διαχωρίστε την ομάδα με καθέτους, για παράδειγμα: Ομάδα/Θυγατρική Ομάδα.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Να γίνεται πάντα ερώτηση για το πού να αποθηκεύονται τα νέα διαπιστευτήρια ",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "κάθε 3 ημέρες",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Θέλετε πραγματικά να καταργήσετε το ακόλουθο αναγνωριστικό από τη λίστα βάσεων δεδομένων: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Press the KeePassXC-Browser icon for more options.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser has not been configured. Press the connect button to pair with KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Press the reconnect button to establish a new connection.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Please choose the group you want to add the new credentials to.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separate the group with slashes. For example: Group/ChildGroup.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Always ask where to save new credentials",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "every 3 days",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Do you really want to remove the following identifier from the database list: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Pulse el icono KeePassXC-Browser para más opciones.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser no ha sido configurado. Presione el botón de conexión para emparejar con KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Presione el botón de reconexión para establecer una nueva conexión.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Elija el grupo que desea agregar las nuevas credenciales.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separe el grupo con barras diagonales, por ejemplo: Grupo/Grupo-Hijo.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Siempre preguntar dónde guardar nuevas credenciales.",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "cada 3 días",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Desea eliminar el siguiente identificador de la lista de la base de datos: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -184,7 +184,7 @@
"description": "Credential is excluded."
},
"errorMessagePasskeysRequestCanceled": {
"message": "Passkeys-pyyntö on peruttu.",
"message": "Pääsyavainpyyntö on peruttu.",
"description": "Passkeys request canceled."
},
"errorMessagePasskeysInvalidUserVerification": {
@ -220,7 +220,7 @@
"description": "Wait for timer to expire."
},
"errorMessagePasskeysUnknownError": {
"message": "Tuntematon passkeys-virhe.",
"message": "Tuntematon pääsyavainvirhe.",
"description": "Unknown passkeys error."
},
"errorMessagePasskeysInvalidChallenge": {
@ -714,6 +714,10 @@
"message": "Erota ryhmät vinoviivalla, esimerkiksi: Ryhmä/AlaRyhmä.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Oletusryhmä johon uudet pääsyavaimet tallennetaan:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Kysy aina minne uudet tietueet tallennetaan.",
"description": "Default group checkbox help text."
@ -787,7 +791,7 @@
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsCheckboxUseCompactMode": {
"message": "Use compact mode",
"message": "Käytä kompaktia tilaa",
"description": "Whether the compact mode (legacy dropdown) should be enabled."
},
"optionsSaveDomainOnly": {
@ -919,7 +923,7 @@
"description": "Autocomplete Usernames option help text."
},
"optionsShowGroupNameInAutocompleteHelpText": {
"message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.",
"message": "Kun tietueita löytyy eri ryhmistä, näytetään ryhmän nimi. Vaikuttaa vain kompaktissa tilassa.",
"description": "Show group name in autocomplete help text."
},
"optionsShowNotificationsHelpText": {
@ -931,7 +935,7 @@
"description": "Use monochrome toolbar icon option help text."
},
"optionsUseCompactModeHelpText": {
"message": "Use a compact version of the dropdown list to select credentials.",
"message": "Käytä kompaktia versiota listasta, kun valitset sivulla tietueita.",
"description": "Use compact (legacy) mode help text."
},
"optionsSaveDomainOnlyHelpText": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Haluatko poistaa seuraavan tunnisteen tietokantalistasta: $1",
"message": "Haluatko poistaa seuraavan tunnisteen tietokantalistasta: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
@ -1315,11 +1319,11 @@
"description": "Extension title in settings page"
},
"optionsPasskeysTitle": {
"message": "Passkeyt",
"message": "Pääsyavaimet",
"description": "Passkeys settings title in settings page."
},
"optionsPasskeysEnable": {
"message": "Ota käyttöön passkeyt",
"message": "Ota käyttöön pääsyavaimet",
"description": "Enabled passkeys option text."
},
"optionsPasskeysEnableHelpText": {
@ -1331,7 +1335,7 @@
"description": "Enabled passkeys fallback option text."
},
"optionsPasskeysEnableFallbackHelpText": {
"message": "Kun aktivoitu, epäonnistunut tai peruutettu pyyntö KeePassXC:lle ohjaa selaimen omaan passkeys-pyyntöön. Mikäli asetus on pois päältä, yhteys KeePassXC:hen on vaadittu, ja peruutettu pyyntö epäonnistuu suoraan. Oletus: aktivoitu.",
"message": "Kun aktivoitu, epäonnistunut tai peruutettu pyyntö KeePassXC:lle ohjaa selaimen omaan pääsyavainpyyntöön. Mikäli asetus on pois päältä, yhteys KeePassXC:hen on vaadittu, ja peruutettu pyyntö epäonnistuu suoraan. Oletus: aktivoitu.",
"description": "Passkeys fallback option help text."
},
"openNewTab": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Pour plus doptions, cliquez sur licône de KeePassXC-Browser.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser n'est pas configuré. Appuyer sur le bouton Connecter pour se connecter à KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Appuyer sur le bouton Reconnecter pour établir une nouvelle connexion.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Veuillez choisir le groupe auquel ajouter les nouveaux identifiants.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Divisez le groupe avec des barres obliques, par exemple : Groupe/GroupeEnfant.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Toujours demander où enregistrer les nouvelles informations didentification",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": " tous les 3 jours",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Voulez-vous vraiment supprimer l'identifiant suivant de la liste des bases de données ?",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -4,7 +4,7 @@
"description": "Name of the extension."
},
"addSitePreferenceButtonTitle": {
"message": "Add Site Preferences for this URL.",
"message": "הוספת העדפות אתר למען URL זה.",
"description": "Add button title text on Site Preferences tab."
},
"allowIframeButtonTitle": {
@ -16,7 +16,7 @@
"description": "Connect button title text."
},
"copyDebugInfoButtonTitle": {
"message": "Copy debug info to clipboard.",
"message": "העתקת מידע ניפוי תקלים ללוח גזירים.",
"description": "Copy debug info button title text on About tab."
},
"dismissHttpAuthButtonTitle": {
@ -36,19 +36,19 @@
"description": "Reload button title text."
},
"removeConnectedDatabaseButtonTitle": {
"message": "Remove connected database from KeePassXC-Browser.",
"message": "הסרת מסדי נתונים מחוברים מדפדפן־KeePassXC.",
"description": "Remove button title on Connected Databases tab."
},
"removeCustomLoginFieldsButtonTitle": {
"message": "Remove Custom Login Fields for this URL.",
"message": "הסרת שדות התחברות מותאמים אישית מ־URL זה.",
"description": "Remove button title on Custom Login Fields tab."
},
"removeSitePreferencesButtonTitle": {
"message": "Remove Site Preferences for this URL.",
"message": "הסרת העדפות אתר מ־URL זה.",
"description": "Remove button title on Site Preferences tab."
},
"reopenDatabaseButtonTitle": {
"message": "Reopen current active database.",
"message": "פתיחת מסד־נתונים נוכחי פעיל מחדש.",
"description": "Reopen database button title text."
},
"usernameButtonTitle": {
@ -72,7 +72,7 @@
"description": "Show password generator icon on every password input field."
},
"contextMenuSaveCredentials": {
"message": "Save Credentials",
"message": "שמירת נתוני־אמנה",
"description": "Save credentials using the credential banner."
},
"contextMenuShowPasswordGenerator": {
@ -80,7 +80,7 @@
"description": "Show password generator text."
},
"contextMenuFillAttribute": {
"message": "Fill Attribute…",
"message": "מילוי תכונה...",
"description": "Context menu parent item for filling a custom attribute."
},
"contextMenuRequestGlobalAutoType": {
@ -160,47 +160,47 @@
"description": "Error notification text shown when filled password is longer than defined maxLength of the input field."
},
"errorMessageNoGroupsFound": {
"message": "No groups found.",
"message": "לא נמצאו קבוצות.",
"description": "No groups found."
},
"errorMessageCannotCreateNewGroup": {
"message": "Cannot create new group.",
"message": "לא ניתן ליצור קבוצה חדשה.",
"description": "Cannot create new group."
},
"errorMessageNoValidUuidProvided": {
"message": "No valid UUID provided.",
"message": "לא סופק UUID תקין.",
"description": "No valid UUID provided."
},
"errorMessageAccessToAllEntriesDenied": {
"message": "Access to all entries denied.",
"message": "גישה לכול הרשומות נדחתה.",
"description": "Access to all entries denied."
},
"errorMessagePasskeysAttestationNotSupported": {
"message": "Attestation not supported.",
"message": "אימות לא נתמך.",
"description": "Attestation not supported."
},
"errorMessagePasskeysCredentialIsExcluded": {
"message": "Credential is excluded.",
"message": "נתוני אמנה הוחרגו.",
"description": "Credential is excluded."
},
"errorMessagePasskeysRequestCanceled": {
"message": "Passkeys request canceled.",
"message": "בקשת passkeys בוטלה.",
"description": "Passkeys request canceled."
},
"errorMessagePasskeysInvalidUserVerification": {
"message": "Invalid user verification.",
"message": "אימות משתמש לא תקין.",
"description": "Invalid user verification."
},
"errorMessagePasskeysEmptyPublicKey": {
"message": "Empty public key.",
"message": "מפתח ציבורי ריק.",
"description": "Empty public key."
},
"errorMessagePasskeysInvalidUrlProvided": {
"message": "Invalid URL provided.",
"message": "סופק מען URL לא תקין.",
"description": "Invalid URL provided."
},
"errorMessagePasskeysOriginNotAllowed": {
"message": "Origin is empty or not allowed.",
"message": "מקור ריק או אסור.",
"description": "Origin is empty or not allowed."
},
"errorMessagePasskeysDomainNotValid": {
@ -216,11 +216,11 @@
"description": "No supported algorithms were provided."
},
"errorMessagePasskeysWaitforLifeTimer": {
"message": "Wait for timer to expire.",
"message": "להמתין לתפוגת קוצב זמן.",
"description": "Wait for timer to expire."
},
"errorMessagePasskeysUnknownError": {
"message": "Unknown passkeys error.",
"message": "שגיאת passkeys לא ידועה.",
"description": "Unknown passkeys error."
},
"errorMessagePasskeysInvalidChallenge": {
@ -232,7 +232,7 @@
"description": "user.id does not match the required length."
},
"errorMessagePasskeysContextIsNotSecure": {
"message": "Context is not secure.",
"message": "הקשר לא מאובטח.",
"description": "Context is not secure."
},
"errorNotConnected": {
@ -252,7 +252,7 @@
"description": "A warning text shown in the password generator."
},
"passwordGeneratorGenerateText": {
"message": "Generate password.",
"message": "חילול סיסמה.",
"description": "Password icon title text."
},
"passwordGeneratorNotSupported": {
@ -263,15 +263,15 @@
"description": "Username field icon hover text."
},
"usernameFieldTextNoCredentials": {
"message": "No credentials to fill.",
"message": "אין נתוני אמנה למילוי.",
"description": "Username field icon hover text when no credentials are."
},
"usernameLockedFieldText": {
"message": "Database is locked.",
"message": "מסד נתונים נעול.",
"description": "Username field icon hover text when database is locked."
},
"usernameDisconnectedFieldText": {
"message": "KeePassXC is disconnected.",
"message": "KeePassXC מנותק.",
"description": "Username field icon hover text when KeePassXC is disconnected."
},
"totp": {
@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "לחיצה על סמל דפדפן־KeePassXC לקבלת אפשרויות נוספות.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -407,7 +407,7 @@
"description": "Popup Settings button text."
},
"popupChooseCredentialsText": {
"message": "Choose Custom Login Fields",
"message": "נא לבחור שדה התחברות מותאם אישית",
"description": "Popup credential choosing button text."
},
"popupConnectButton": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "דפדפן־KeePassXC לא תוצר. נא ללחץ על לחצן ההתחברות לצימוד ל־KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "נא ללחץ על לחצן ה'חיבור מחדש' כדי ליצור חיבור חדש.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "נא לבחור את הקבוצה להוספת נתוני־האמנה החדשים.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -587,7 +587,7 @@
"description": "A popup message shown when web page has multiple password fields."
},
"popupUsername": {
"message": "Username:",
"message": "שם משתמש:",
"description": "A username field name shown on credential update."
},
"popupButtonNew": {
@ -599,11 +599,11 @@
"description": "Update button text in popup when updating credentials."
},
"popupButtonCancel": {
"message": "Cancel",
"message": "ביטול",
"description": "Cancel button text in popup when updating credentials."
},
"popupButtonBack": {
"message": "Back",
"message": "אחורה",
"description": "Back button text in popup when updating credentials."
},
"popupButtonIgnore": {
@ -631,11 +631,11 @@
"description": "Connected Databases tab text."
},
"optionsCustomFieldsTab": {
"message": "Custom Login Fields",
"message": "שדות התחברות מותאמים אישית",
"description": "Saved Custom Login Fields tab text."
},
"optionsSitePreferencesTab": {
"message": "Site Preferences",
"message": "העדפות אתר",
"description": "Site Preferences fields tab text."
},
"optionsAboutTab": {
@ -651,11 +651,11 @@
"description": "Connected Databases page header."
},
"optionsMenuCustomFields": {
"message": "Custom Login Fields",
"message": "שדות התחברות מותאמים אישית",
"description": "Custom Login Fields page header."
},
"optionsMenuSitePreferences": {
"message": "Site Preferences",
"message": "העדפות אתר",
"description": "Site Preferences page header."
},
"optionsMenuAbout": {
@ -714,6 +714,10 @@
"message": "הפרדת הקבוצה באמצעות לוכסן, לדוגמה: קבוצה/קבוצת צאצא.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "קבוצת בררת מחדל לשמירת passkeys חדשות:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "לשאול תמיד היכן לשמור נתוני־אמנה חדשים",
"description": "Default group checkbox help text."
@ -723,11 +727,11 @@
"description": "Default checkbox explanation help text."
},
"optionsCheckboxUsePasswordGenerator": {
"message": "Activate password generator icons",
"message": "שפעול סמלי מחולל ססמאות.",
"description": "Activate password generator icons checkbox text."
},
"optionsCheckboxUsernameIcons": {
"message": "Activate username field icons",
"message": "שפעול סמלי שדות שם משתמש.",
"description": "Activate username field icons textbox text."
},
"optionsUseObserver": {
@ -739,15 +743,15 @@
"description": "Use dynamic input field detection help text."
},
"optionsCheckboxOTPIcons": {
"message": "Activate 2FA/OTP field icons",
"message": "שפעול סמלי שדה 2FA/OTP.",
"description": "Activate OTP field icons textbox text."
},
"optionsCheckboxAutoRetrieveCredentials": {
"message": "Automatically retrieve credentials",
"message": "אחזר נתוני־אמנה באופן אוטומטי.",
"description": "Automatically retrieve credentials checkbox text."
},
"optionsCheckboxAutomaticReconnect": {
"message": "Automatically reconnect to KeePassXC",
"message": "התחברות מחדש ל־KeePassXC באופן אוטומטי",
"description": "Auto-reconnect checkbox text."
},
"optionsAutomaticReconnectWarning": {
@ -755,15 +759,15 @@
"description": "Auto-reconnect warning message."
},
"optionsCheckboxAutoFillSingleEntry": {
"message": "Automatically fill in single-credential entries",
"message": "מילוי אוטומטי של רשומות עם אישור יחיד.",
"description": "Automatically fill-in single credential entry checkbox text."
},
"optionsCheckboxAutoFillSingleTotp": {
"message": "Automatically fill in single TOTP entries",
"message": "מילוי אוטומטי של רשומות עם TOTP יחיד.",
"description": "Automatically fill-in single TOTP entries checkbox text."
},
"optionsCheckboxAutoCompleteUsernames": {
"message": "Activate autocomplete for username fields",
"message": "שפעול השלמה אוטומטית בשדות שם משתמש.",
"description": "Activate autocomplete for username fields checkbox text."
},
"optionsCheckboxShowGroupNameInAutocomplete": {
@ -779,7 +783,7 @@
"description": "Auto-submit help text."
},
"optionsCheckboxShowNotifications": {
"message": "Show notifications",
"message": "הצגת הודעות",
"description": "Show notifications checkbox text."
},
"optionsCheckboxUseMonochromeToolbarIcon": {
@ -787,11 +791,11 @@
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsCheckboxUseCompactMode": {
"message": "Use compact mode",
"message": "להשתמש במצב צמום",
"description": "Whether the compact mode (legacy dropdown) should be enabled."
},
"optionsSaveDomainOnly": {
"message": "Save domain only",
"message": "שמירת תחום בלבד",
"description": "Save domain only checkbox text."
},
"optionsCheckboxShowLoginNotifications": {
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "כל 3 ימים",
"message": "כל שלושה ימים",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "האם להסיר את המזהה הבא מרשימת מסדי הנתונים: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
@ -1175,7 +1179,7 @@
"description": "Part of confirmation text when removing saved Custom Login Fields."
},
"optionsSitePreferencesNotFound": {
"message": "No Site Preferences found.",
"message": "לא נמצאו העדפות אתר.",
"description": "Shown when no Site Preferences are saved."
},
"optionsSitePreferencesRemove": {
@ -1267,7 +1271,7 @@
"description": "About page text of reporting bugs."
},
"optionsAboutCreateNewIssue": {
"message": "Create new issue on GitHub.",
"message": "יצירת סוגיה חדשה ב־GitHub.",
"description": "Link text for creating a new issue."
},
"optionsAboutDebugInfo": {
@ -1315,19 +1319,19 @@
"description": "Extension title in settings page"
},
"optionsPasskeysTitle": {
"message": "Passkeys",
"message": "passkeys",
"description": "Passkeys settings title in settings page."
},
"optionsPasskeysEnable": {
"message": "Enable passkeys",
"message": "אפשור passkeys",
"description": "Enabled passkeys option text."
},
"optionsPasskeysEnableHelpText": {
"message": "Enable support for Web Authentication.",
"message": "אפשור תמיכה לאימות מרשתת.",
"description": "Passkeys option help text."
},
"optionsPasskeysEnableFallback": {
"message": "Enable passkeys fallback",
"message": "אפשור נסיגת passkeys לאחור",
"description": "Enabled passkeys fallback option text."
},
"optionsPasskeysEnableFallbackHelpText": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Nyomja meg a KeePassXC-böngésző ikont a több lehetőségért.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "A KeePassXC-böngésző nem lett beállítva. Nyomja meg a kapcsolódás gombot a KeePassXC programmal történő párosításához.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Nyomja meg az újrakapcsolódás gombot egy új kapcsolat kiépítéséhez.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Jelölje ki a csoportot, amelyhez hozzá szeretné adni az új hitelesítési adatokat.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Válassza el a csoportok perjellel, például: Csoport/Alcsoport.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Alapértelmezett csoport az új jelkulcsok mentéséhez:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Mindig kérdezze meg, hogy hova mentse a hitelesítési adatokat",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "3 naponta",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Valóban el szeretné távolítani a következő azonosítót az adatbázislistából? $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Klik ikon KeePassXC-Browser untuk opsi lainnya.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser belum dikonfigurasi. Tekan tombol hubungkan untuk memasangkan dengan KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Tekan tombol hubungkan kembali untuk membuat koneksi baru.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Harap pilih grup yang ingin Anda tambahkan kredensial baru.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Pisahkan grup dengan '/', contoh: Grup/Subgrup",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Selalu bertanya dimana menyimpan kredensial baru",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "setiap 3 hari",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"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": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Per ulteriori opzioni seleziona l'icona KeePassXC-Browser.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser non è stato configurato. Per associarlo a KeePassXC seleziona il pulsante Connetti.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Per attivare una nuova connessione seleziona Riconnetti.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Scegli il gruppo a cui aggiungere le nuove credenziali.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separa il gruppo con barre, ad esempio: Gruppo/GruppoFiglio.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Chiedi sempre dove salvare le nuove credenziali",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "ogni 3 giorni",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Vuoi davvero rimuovere il seguente identificatore dall'elenco del database?",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -4,7 +4,7 @@
"description": "Name of the extension."
},
"addSitePreferenceButtonTitle": {
"message": "この URL にサイト設定を追加。",
"message": "この URL にサイト設定を追加します。",
"description": "Add button title text on Site Preferences tab."
},
"allowIframeButtonTitle": {
@ -12,43 +12,43 @@
"description": "Allow Cross-Origin iframes button title text."
},
"connectButtonTitle": {
"message": "現在アクティブなデータベースをKeePassXC-Browser に接続。",
"message": "現在アクティブなデータベースをKeePassXC-Browser に接続します。",
"description": "Connect button title text."
},
"copyDebugInfoButtonTitle": {
"message": "デバッグ情報をクリップボードにコピー。",
"message": "デバッグ情報をクリップボードにコピーします。",
"description": "Copy debug info button title text on About tab."
},
"dismissHttpAuthButtonTitle": {
"message": "Dismisses Basic HTTP Auth.",
"message": "Basic 認証を解除する。",
"description": "Dismiss HTTP Auth button title text."
},
"reconnectButtonTitle": {
"message": "Reconnect current active database to KeePassXC-Browser.",
"message": "現在アクティブなデータベースを KeePassXC-Browser に再接続します。",
"description": "Reconnect button title text."
},
"redetectButtonTitle": {
"message": "Redetects all input fields on the page.",
"message": "ページのすべての入力欄を再検出します。",
"description": "Redetect login fields button title text."
},
"reloadButtonTitle": {
"message": "Reloads the extension and reconnects to KeePassXC.",
"message": "拡張機能を再読み込みして KeePassXC に再接続します。",
"description": "Reload button title text."
},
"removeConnectedDatabaseButtonTitle": {
"message": "Remove connected database from KeePassXC-Browser.",
"message": "接続されているデータベースを KeePassXC-Browser から削除します。",
"description": "Remove button title on Connected Databases tab."
},
"removeCustomLoginFieldsButtonTitle": {
"message": "Remove Custom Login Fields for this URL.",
"message": "この URL のカスタムログインフィールドを削除します。",
"description": "Remove button title on Custom Login Fields tab."
},
"removeSitePreferencesButtonTitle": {
"message": "Remove Site Preferences for this URL.",
"message": "この URL のサイト設定を削除します。",
"description": "Remove button title on Site Preferences tab."
},
"reopenDatabaseButtonTitle": {
"message": "Reopen current active database.",
"message": "現在のアクティブなデータベースを再開する。",
"description": "Reopen database button title text."
},
"usernameButtonTitle": {
@ -80,7 +80,7 @@
"description": "Show password generator text."
},
"contextMenuFillAttribute": {
"message": "Fill Attribute…",
"message": "属性を入力…",
"description": "Context menu parent item for filling a custom attribute."
},
"contextMenuRequestGlobalAutoType": {
@ -208,7 +208,7 @@
"description": "Effective domain is not a valid domain."
},
"errorMessagePasskeysDomainRpIdMismatch": {
"message": "Origin and RP ID do not match.",
"message": "オリジンと RP ID が一致しません。",
"description": "Origin and RP ID do not match."
},
"errorMessagePasskeysNoSupportedAlgorithms": {
@ -216,15 +216,15 @@
"description": "No supported algorithms were provided."
},
"errorMessagePasskeysWaitforLifeTimer": {
"message": "Wait for timer to expire.",
"message": "タイマーの終了を待つ。",
"description": "Wait for timer to expire."
},
"errorMessagePasskeysUnknownError": {
"message": "Unknown passkeys error.",
"message": "不明なパスキーのエラーです。",
"description": "Unknown passkeys error."
},
"errorMessagePasskeysInvalidChallenge": {
"message": "Challenge is shorter than required minimum length.",
"message": "チャレンジの長さが必要最低限より短い",
"description": "Challenge is shorter than required minimum length."
},
"errorMessagePasskeysInvalidUserId": {
@ -252,14 +252,14 @@
"description": "A warning text shown in the password generator."
},
"passwordGeneratorGenerateText": {
"message": "Generate password.",
"message": "パスワードを生成",
"description": "Password icon title text."
},
"passwordGeneratorNotSupported": {
"message": "Launching the password generator is not supported in this KeePassXC version. Please update KeePassXC to a newer version."
},
"usernameFieldText": {
"message": "Fill credentials from KeePassXC.",
"message": "KeePassXC から認証情報を反映",
"description": "Username field icon hover text."
},
"usernameFieldTextNoCredentials": {
@ -267,11 +267,11 @@
"description": "Username field icon hover text when no credentials are."
},
"usernameLockedFieldText": {
"message": "Database is locked.",
"message": "データベースがロックされています。",
"description": "Username field icon hover text when database is locked."
},
"usernameDisconnectedFieldText": {
"message": "KeePassXC is disconnected.",
"message": "KeePassXC に接続していません。",
"description": "Username field icon hover text when KeePassXC is disconnected."
},
"totp": {
@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "KeePassXC-Browser のアイコンを押してオプションを表示してください。",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -391,7 +391,7 @@
"description": "Message shown when no password fields are found."
},
"fieldsPasswordFillNotAccepted": {
"message": "Filling password to a plain text field is prevented.",
"message": "プレーンテキストフィールドへのパスワード入力は許可されていません。",
"description": "Message shown when password fill to a plain text field is prevented."
},
"rememberNothingChanged": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser はまだ設定されていません。接続ボタンを押して KeePassXC とペアリングしてください。",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "再接続ボタンを押すと新しい接続を確立します。",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -499,7 +499,7 @@
"description": "Text shown when page can be added to Site Preferences with Username-only option enabled."
},
"popupIframeDetected": {
"message": "A Cross-Origin iframe was detected. Add the URL to Site Preferences with Allow Cross-Origin iframes option enabled?",
"message": "クロスオリジン iframe を検出しました。クロスオリジン iframe を許可して、URL をサイト設定に追加しますか?",
"description": "Text shown when page can be added to Site Preferences with Allow Cross-Origin iframes option enabled."
},
"rememberInfoText": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "新しい資格情報を追加するグループを選択してください。",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "グループはスラッシュで区切ってください (例: グループ/子グループ)。",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "新しいパスキーを保存するデフォルトのグループ:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "新しい資格情報をどこに保存するか常に確認する",
"description": "Default group checkbox help text."
@ -747,7 +751,7 @@
"description": "Automatically retrieve credentials checkbox text."
},
"optionsCheckboxAutomaticReconnect": {
"message": "Automatically reconnect to KeePassXC",
"message": "KeePassXC へ自動的に再接続する",
"description": "Auto-reconnect checkbox text."
},
"optionsAutomaticReconnectWarning": {
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "3 日毎",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1023,7 +1027,7 @@
"description": "Import settings confirmation dialog help text."
},
"optionsConnectedDatabasesText": {
"message": "KeePassXC-Browser が接続したデータベースです。",
"message": "KeePassXC-Browser に接続されているデータベースです。",
"description": "Info text about connected databases."
},
"optionsConnectedDatabasesNotFound": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "本当に次の識別子をデータベース一覧から削除しますか: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
@ -1147,7 +1151,7 @@
"description": "Shown when no saved custom credentials are saved."
},
"optionsCustomFieldsTableCaption": {
"message": "You can manage saved Custom Login Fields using the table.",
"message": "この表から保存したカスタムログインフィールドを管理できます。",
"description": "Table caption of Custom Login Fields page."
},
"optionsCustomFieldsTabHelpTextFirst": {
@ -1159,15 +1163,15 @@
"description": "Saved Custom Login Fields info text, second part."
},
"optionsCustomFieldsTabHelpTextThird": {
"message": "On this page you can manage saved Custom Login Fields.",
"message": "このページでは保存したカスタムログインフィールドを管理できます。",
"description": "Saved Custom Login Fields info text, third part."
},
"optionsCustomFieldsRemove": {
"message": "Remove saved Custom Login Fields?",
"message": "保存したカスタムログインフィールドを削除しますか?",
"description": "Confirmation text when removing saved Custom Login Fields."
},
"optionsCustomFieldsConfirmation": {
"message": "Do you really want to remove the saved Custom Login Fields on the page: $1",
"message": "本当にページ: $1 のカスタムログインフィールドを削除しますか?",
"description": "Confirmation text when removing saved Custom Login Fields."
},
"optionsCustomFieldsConfirmationHelpText": {
@ -1215,7 +1219,7 @@
"description": "Help text for adding site manually on Site Preferences tab."
},
"optionsSitePreferencesConfirmation": {
"message": "本当に指定したサイトをリストから削除しますか: $1",
"message": "本当にサイト: $1 をリストから削除しますか?",
"description": "Confirmation text when removing site from Site Preferences."
},
"optionsSitePreferencesConfirmationHelpText": {
@ -1223,7 +1227,7 @@
"description": "Part of confirmation text when removing Site Preferences."
},
"optionsSitePreferencesTableCaption": {
"message": "You can manage saved Site Preferences using the table.",
"message": "この表から保存したサイト設定を管理できます。",
"description": "Table caption of Site Preferences page."
},
"optionsSitePreferencesSelect": {
@ -1267,7 +1271,7 @@
"description": "About page text of reporting bugs."
},
"optionsAboutCreateNewIssue": {
"message": "Create new issue on GitHub.",
"message": "GitHub で問題を報告する。",
"description": "Link text for creating a new issue."
},
"optionsAboutDebugInfo": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "KeePassXC-브라우저 아이콘을 눌러서 더 많은 옵션을 보십시오.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-브라우저가 설정되지 않았습니다. KeePassXC와 연결하려면 연결 단추를 누르십시오.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "다시 연결 단추를 눌러서 새로 연결하십시오.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "새 자격 증명을 추가할 그룹을 선택하십시오.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "슬래시로 그룹을 구분하십시오. 예: 그룹/자식그룹.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "항상 새 자격 증명을 추가할 그룹 묻기",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "3일마다",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "다음 식별자를 데이터베이스 목록에서 삭제하시겠습니까?",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -267,7 +267,7 @@
"description": "Username field icon hover text when no credentials are."
},
"usernameLockedFieldText": {
"message": "Database is locked.",
"message": "Duomenų bazė užrakinta.",
"description": "Username field icon hover text when database is locked."
},
"usernameDisconnectedFieldText": {
@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Paspauskite \"KeePassXC-Browser\" piktogramą, kad gautumėte daugiau parinkčių.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser nebuvo sukonfigūruota. Paspauskite prisijungimo mygtuką, norėdami suporuoti su KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Norėdami užmegzti naują ryšį, paspauskite prisijungimo iš naujo mygtuką.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Pasirinkite grupę, į kurią norite įtraukti naujus kredencialus.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Atskirkite grupę pasviraisiais brūkšniais, pvz., grupė / vaikų grupė.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Visada klauskite, kur išsaugoti naujus kredencialus",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "kas 3 dienas",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Ar tikrai norite iš duomenų bazių sąrašo pašalinti šį identifikatorių: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "နောက်ထပ် ရွေးချယ်မှုများအတွက် KeePassXC ဘရောက်ဇာ အိုင်ကွန်ကို နှိပ်ပါ။",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-ဘရောက်ဇာကို မချိန်ညှိရသေးပါ။ KeePassXC နှင့် ချိတ်ရန်အတွက် ချိတ်ဆက်ရန် ခလုတ်ကို နှိပ်ပါ။",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "ချိတ်ဆက်မှုအသစ် ပြုလုပ်ရန်အတွက် ပြန်လည်ချိတ်ဆက်ရန် ခလုတ်ကို နှိပ်ပါ။",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "ကျေးဇူးပြု၍ အထောက်အထားသစ်များကို ထည့်လိုသော အုပ်စုကို ရွေးပါ။",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "အုပ်စုကို (/) သင်္ကေတဖြင့် ခွဲပါ၊ ဥပမာ - Group/ChildGroup။",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "အထောက်အထားသစ်များကို ဘယ်မှာ သိမ်းရမလဲ အမြဲမေးပါ",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "၃ ရက်တစ်ကြိမ်",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "ဤကိုယ်ပိုင်အမှတ်သင်္ကေတကို ဒေတာဘေ့စ်စာရင်းမှ အမှန်တကယ် ဖယ်ရှားလိုပါသလား - $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Trykk på KeePassXCBrowser-ikonet for flere alternativer.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXCBrowser er ikke konfigurert. Trykk på koble til-knappen for å pare med KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Trykk på koble til på nytt-knappen for å opprette en ny tilkobling.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Velg gruppen du vil legge den nye identifikasjonen i.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Skill gruppen med skråstreker, for eksempel: Gruppe/Underordnet gruppe.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Spør alltid hvor nye identifikasjoner skal lagres",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "hver tredje dag",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Vil du virkelig fjerne følgende identifikator fra databaselisten: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Klik op het pictogram KeePassXC-Browser voor meer opties.",
"message": "Klik het KeePassXC-browserpictogram voor meer opties.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser is nog niet ingesteld. Klik op Verbinden om te koppelen met KeePassXC.",
"message": "KeePassXC-Browser is niet geconfigureerd. Klik op de knop Verbinden om te koppelen met KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Druk Opnieuw verbinden om een nieuwe koppeling te maken.",
"message": "Klik op de knop Opnieuw verbinden om een nieuwe verbinding tot stand te brengen.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Kies de groep waaraan de nieuwe inloggegevens moeten worden toegevoegd.",
"message": "Kies een groep om nieuwe inloggegevens op te slaan.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Groep en subgroep scheiden met schuine strepen, bijv.: Groep/Subgroep.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Standaardgroep voor opslag van nieuwe passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Altijd vragen waar nieuwe inloggegevens moeten worden opgeslagen",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "elke 3 dagen",
"message": "elke drie dagen",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Weet je zeker dat je de volgende identificatie van de databaselijst wilt verwijderen: $1",
"message": "Wil je dit item echt uit de databaselijst verwijderen?: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -331,7 +331,7 @@
"description": "Choose String Fields a selection text when choosing Custom Login Fields."
},
"defineHelpText": {
"message": "Potwierdź swój wybór lub wybierz więcej pól jako <em>Pola ciągów</em>.",
"message": "Potwierdź swój wybór lub wybierz więcej pól jako pola ciągów.",
"description": "Confirm a selection text when choosing Custom Login Fields which contains string fields."
},
"defineKeyboardText": {
@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Wciśnij ikonę KeePassXC-Browser, aby uzyskać więcej opcji.",
"message": "Kliknij ikonę KeePassXC-Browser, aby uzyskać więcej opcji.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser nie został skonfigurowany. Wciśnij przycisk podłączenia, aby sparować z KeePassXC.",
"message": "KeePassXC-Browser nie został skonfigurowany. Kliknij przycisk podłączenia, aby sparować z KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Wciśnij przycisk ponownego podłączenia, aby ustanowić nowe połączenie.",
"message": "Kliknij przycisk ponownego podłączenia, aby ustanowić nowe połączenie.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -519,11 +519,11 @@
"description": "A message shown when an existing username is detected when saving credentials."
},
"rememberChooseCredentials": {
"message": "Wybierz dane uwierzytelniające, które chcesz zaktualizować.",
"message": "Wybierz dane uwierzytelniające do zaktualizowania.",
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Wybierz grupę, do której chcesz dodać nowe dane uwierzytelniające.",
"message": "Wybierz grupę do przechowywania nowych danych uwierzytelniających.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Oddziel grupę ukośnikami, na przykład: Grupa/Podgrupa.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Domyślna grupa do zapisywania nowych kluczy dostępu:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Zawsze pytaj, gdzie zapisać nowe dane uwierzytelniające",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "co 3 dni",
"message": "co trzy dni",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Czy na pewno chcesz usunąć następujący identyfikator z listy baz danych: $1",
"message": "Czy na pewno chcesz usunąć następujący identyfikator z listy baz danych: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Pressione o ícone do KeePassXC-Browser para mais opções.",
"message": "Clique no ícone KeePassXC-Browser para mais opções.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "O KeePassXC-Browser não foi configurado. Pressione o botão de conexão para conectar com o KeePassXC.",
"message": "KeePassXC-Browser não foi configurado. Clique no botão conectar para emparelhar com KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Pressione o botão de reconexão para estabelecer uma nova conexão.",
"message": "Clique no botão reconectar para estabelecer uma nova conexão.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Escolha o grupo onde você deseja adicionar as novas credenciais.",
"message": "Escolha um grupo para armazenar novas credenciais.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separe o grupo com barras, por exemplo: Grupo/SubGrupo.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Grupo padrão para salvar novas chaves de acesso:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Sempre pergunte onde salvar as novas credenciais",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "a cada 3 dias",
"message": "a cada três dias",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Deseja realmente remover o seguinte identificador da lista do banco de dados: $1",
"message": "Você realmente deseja remover o seguinte identificador da lista do banco de dados: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Prima o ícone KeePassXC-Browser para mais opções",
"message": "Clique no ícone KeePassXC-Browser para mais opções.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser não foi configurado. Prima o botão Conectar para emparelhar com KeePassXC.",
"message": "O KeePassXC-Browser não foi configurado. Prima o botão de conectar para emparelhar com KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Prima o botão 'Conectar novamente' para estabelecer uma nova ligação",
"message": "Prima o botão de conectar novamente para estabelecer uma nova conexão.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Escolha o grupo para o qual pretende adicionar as novas credenciais",
"message": "Escolha o grupo para o qual pretende adicionar as novas credenciais.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separe os grupos com barra. Por exemplo: Grupo/Subgrupo",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Grupo predefinido para guardar as novas chaves-mestra:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Perguntar sempre para guardar novas credenciais",
"description": "Default group checkbox help text."
@ -787,7 +791,7 @@
"description": "Use monochrome toolbar icon checkbox text."
},
"optionsCheckboxUseCompactMode": {
"message": "Use compact mode",
"message": "Usar modo compacto",
"description": "Whether the compact mode (legacy dropdown) should be enabled."
},
"optionsSaveDomainOnly": {
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "a cada 3 dias",
"message": "de três em três dias",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -883,7 +887,7 @@
"description": "Use predefined sites checkbox text."
},
"optionsUsePredefinedSitesHelpText": {
"message": "Adds common sites that have username-only login forms to the Site Preferences.",
"message": "Adiciona sites comuns que têm formulários de início de sessão apenas com o nome de utilizador às preferências do site.",
"description": "Use predefined sites option help text."
},
"optionsShowLoginFormIconHelpText": {
@ -919,7 +923,7 @@
"description": "Autocomplete Usernames option help text."
},
"optionsShowGroupNameInAutocompleteHelpText": {
"message": "When credentials are returned from different groups, the group name will be shown. Only affects the compact mode.",
"message": "Quando as credenciais são devolvidas de grupos diferentes, o nome do grupo será apresentado. Afeta apenas o modo compacto.",
"description": "Show group name in autocomplete help text."
},
"optionsShowNotificationsHelpText": {
@ -931,7 +935,7 @@
"description": "Use monochrome toolbar icon option help text."
},
"optionsUseCompactModeHelpText": {
"message": "Use a compact version of the dropdown list to select credentials.",
"message": "Usa uma versão compacta da lista pendente para selecionar as credenciais.",
"description": "Use compact (legacy) mode help text."
},
"optionsSaveDomainOnlyHelpText": {
@ -939,7 +943,7 @@
"description": "Save domain only option help text."
},
"optionsSaveDomainOnlyCustomLoginHelpText": {
"message": "When saving new Custom Login Fields, save only the domain instead of full URL.",
"message": "Ao guardar novos campos de início de sessão personalizados, guarda apenas o domínio em vez do URL completo.",
"description": "Save domain only option help text."
},
"optionsDownloadFaviconAfterSave": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Tem a certeza de que deseja remover o seguinte identificador da lista da base de dados: $1",
"message": "Pretende realmente remover o seguinte identificador da lista da base de dados: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {
@ -1143,11 +1147,11 @@
"description": "Relevant credential first option for Sort after fill."
},
"optionsCustomFieldsNotFound": {
"message": "No saved Custom Login Fields found.",
"message": "Não foram encontrados campos de início de sessão personalizados guardados.",
"description": "Shown when no saved custom credentials are saved."
},
"optionsCustomFieldsTableCaption": {
"message": "You can manage saved Custom Login Fields using the table.",
"message": "Pode gerir os campos de início de sessão personalizados guardados utilizando a tabela.",
"description": "Table caption of Custom Login Fields page."
},
"optionsCustomFieldsTabHelpTextFirst": {
@ -1159,15 +1163,15 @@
"description": "Saved Custom Login Fields info text, second part."
},
"optionsCustomFieldsTabHelpTextThird": {
"message": "On this page you can manage saved Custom Login Fields.",
"message": "Nesta página, pode gerir os campos de início de sessão personalizados guardados.",
"description": "Saved Custom Login Fields info text, third part."
},
"optionsCustomFieldsRemove": {
"message": "Remove saved Custom Login Fields?",
"message": "Remover campos de início de sessão personalizados guardados?",
"description": "Confirmation text when removing saved Custom Login Fields."
},
"optionsCustomFieldsConfirmation": {
"message": "Do you really want to remove the saved Custom Login Fields on the page: $1",
"message": "Pretende realmente remover os campos de início de sessão personalizados guardados na página: $1",
"description": "Confirmation text when removing saved Custom Login Fields."
},
"optionsCustomFieldsConfirmationHelpText": {
@ -1175,7 +1179,7 @@
"description": "Part of confirmation text when removing saved Custom Login Fields."
},
"optionsSitePreferencesNotFound": {
"message": "No Site Preferences found.",
"message": "Não foram encontradas preferências do site.",
"description": "Shown when no Site Preferences are saved."
},
"optionsSitePreferencesRemove": {
@ -1223,7 +1227,7 @@
"description": "Part of confirmation text when removing Site Preferences."
},
"optionsSitePreferencesTableCaption": {
"message": "You can manage saved Site Preferences using the table.",
"message": "Pode gerir as preferências do site guardadas utilizando a tabela.",
"description": "Table caption of Site Preferences page."
},
"optionsSitePreferencesSelect": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Apăsați pe pictograma KeePassXC-browser pentru mai multe opțiuni.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-browser nu a fost configurat. Apăsați butonul de conectare pentru a asocia cu KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Apăsați butonul reconectare pentru a stabili o conexiune nouă.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Vă rugăm să alegeți grupul la care doriți să adăugați noile acreditări.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separarea grupului cu slashes, de exemplu: grup/ChildGroup.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Întrebați întotdeauna unde să salvați acreditările noi",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "la fiecare 3 zile",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Doriți să eliminați următorul identificator din lista de baze de date: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Нажмите на значок KeePassXC-Browser для дополнительных опций.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser не настроен. Нажмите кнопку подключения, чтобы связаться с KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Нажмите кнопку переподключения, чтобы установить новое соединение.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Пожалуйста, выберите группу, в которую вы хотите добавить новые учётные данные.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Разделите группу косыми чертам, например: Группа/ДочерняяГруппа.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Всегда спрашивать, куда сохранять новые учётные данные",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "каждые 3 дня",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Вы действительно хотите удалить следующий идентификатор из списка базы данных:$1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Za več možnosti pritisnite na ikono KeePassXC-Browser.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser ni nastavljen. Pritisnite gumb za povezavo, da se povežete s KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Pritisnite gumb za ponovno povezavo, da vzpostavite novo povezavo.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Prosimo izberite skupino, v katero želite dodati nove poverilnice.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Skupino ločite s poševnicami, na primer: Skupina/Podskupina.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Vedno vprašaj kam shraniti nove poverilnice",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "vsake 3 dni",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Ali ste prepričani, da želite s seznama baz odstraniti naslednji identifikator: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser har inte konfigurerats. Tryck på anslutningsknappen för att parkoppla med KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Tryck på återanslut-knappen för att upprätta en ny anslutning.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Välj i vilken grupp du vill lägga till de nya autentiseringsuppgifterna.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Separate the group with slashes, for example: Group/ChildGroup.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Always ask where to save new credentials",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "var 3:e dag",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Vill du verkligen ta bort följande identifierare från databaslistan?",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Daha fazla seçenek için KeePassXC-Tarayıcı simgesine tıklayın.",
"message": "Daha fazla seçenek için KeePassXC-Browser simgesine tıklayın.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Lütfen yeni kimlik doğrulama bilgilerini eklemek istediğiniz kümeyi seçin.",
"message": "Lütfen yeni kimlik doğrulama bilgilerini kaydetmek istediğiniz grubu seçin.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -627,7 +627,7 @@
"description": "General Settings tab text."
},
"optionsConnectedDatabasesTab": {
"message": "Bağlı veritabanları",
"message": "Bağlı veri tabanları",
"description": "Connected Databases tab text."
},
"optionsCustomFieldsTab": {
@ -647,7 +647,7 @@
"description": "General settings page header."
},
"optionsMenuConnectedDatabases": {
"message": "Bağlı veritabanları",
"message": "Bağlı veri tabanları",
"description": "Connected Databases page header."
},
"optionsMenuCustomFields": {
@ -714,6 +714,10 @@
"message": "Grupları bölü karakteri ile ayırarak yazın. Örnek: Grup/AltGrup.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Yeni geçiş anahtarlarının kaydedileceği varsayılan grup:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Her zaman yeni kimlik doğrulama bilgilerinin nereye kaydedileceği sorulur",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "3 günde bir",
"message": "üç günde bir",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1023,7 +1027,7 @@
"description": "Import settings confirmation dialog help text."
},
"optionsConnectedDatabasesText": {
"message": "KeePassXC-Browser ile bağlantısı kurulmuş KeePassXC veritabanları.",
"message": "KeePassXC-Browser ile bağlantısı kurulmuş KeePassXC veri tabanları.",
"description": "Info text about connected databases."
},
"optionsConnectedDatabasesNotFound": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Şu tanımlayıcıyı veritabanları listesinden kaldırmak istediğinize emin misiniz: $1",
"message": "Şu tanımlayıcıyı veri tabanları listesinden kaldırmak istediğinize emin misiniz: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "Натисніть піктограму KeePassXC-Browser для додаткових параметрів.",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser не було налаштовано. Натисніть кнопку \"Під'єднати\" для з'єднання з KeePassXC.",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "Натисніть кнопку \"Повторно під'єднати\" для встановлення нового з'єднання.",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "Оберіть групу, до якої ви хочете додати нові облікові дані.",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "Розділяйте групи розділювачами, наприклад: Група/Підгрупа.",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "Default group for saving new passkeys:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "Завжди питати де зберегти нові облікові дані",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "кожні 3 дні",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "Ви дійсно хочете вилучити зі списку баз даних вказаний ідентифікатор: $1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -523,7 +523,7 @@
"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": {
@ -714,6 +714,10 @@
"message": "使用斜杠分隔群组名例如Group/ChildGroup。",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "保存新通行密钥的默认群组:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "始终询问保存新凭据的位置",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "每 3 天",
"message": "每天",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "您确定要从数据库列表中删除以下标识符吗:$1",
"message": "您确定要从数据库列表中删除以下标识符吗:$1",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -367,7 +367,7 @@
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsMultipleFoundSecondLine": {
"message": "點擊 KeePassXC-Browser 圖示展開更多選項。",
"message": "Click the KeePassXC-Browser icon for more options.",
"description": "Alert message when trying to fill username and/or password when multiple credentials are found."
},
"credentialsNoUsernameFound": {
@ -475,7 +475,7 @@
"description": "Checking status message in popup."
},
"popupNotConfigured": {
"message": "KeePassXC-Browser 尚未設定。請按下連線按鈕來與 KeePassXC 配對。",
"message": "KeePassXC-Browser has not been configured. Click the connect button to pair with KeePassXC.",
"description": "A popup message shown when the extension has not been connected to KeePassXC."
},
"popupNeedReconfigure": {
@ -483,7 +483,7 @@
"description": "A popup message shown when the extension has been disconnected from KeePassXC."
},
"popupNeedReconfigureMessage": {
"message": "按下重新連線按鈕來建立新連線。",
"message": "Click the reconnect button to establish a new connection.",
"description": "A popup message shown when reconnect is needed."
},
"popupConfiguredNotAssociated": {
@ -523,7 +523,7 @@
"description": "A message shown choosing what credentials user wants to update."
},
"rememberChooseGroup": {
"message": "請選擇要添加新憑證的群組。",
"message": "Please choose a group to store new credentials.",
"description": "A message shown choosing what group user wants to use for new credentials."
},
"rememberInfoDefaultGroupNotFound": {
@ -714,6 +714,10 @@
"message": "使用斜槓分隔群組例如Group/ChildGroup。",
"description": "Default group help text."
},
"optionsLabelDefaultPasskeyGroup": {
"message": "儲存新通行密鑰的預設群組:",
"description": "Default passkey group options text."
},
"optionsLabelDefaultGroupCheckboxText": {
"message": "始終詢問儲存新憑證的位置",
"description": "Default group checkbox help text."
@ -823,7 +827,7 @@
"description": "Text above radio buttons in the settings page."
},
"optionsRadioThreeDays": {
"message": "每 3 天",
"message": "every three days",
"description": "Radio button text."
},
"optionsRadioWeek": {
@ -1035,7 +1039,7 @@
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmFirst": {
"message": "真的要從資料庫清單移除以下的識別碼:$1",
"message": "Do you really want to remove the following identifier from the database list: $1?",
"description": "Confirmation text when removing database from the list."
},
"optionsDatabasesRemoveIdentifierConfirmSecond": {

View file

@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "KeePassXC-Browser",
"version": "1.9.3",
"version_name": "1.9.3",
"version": "1.9.4",
"version_name": "1.9.4",
"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.9.3",
"version": "1.9.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "keepassxc-browser",
"version": "1.9.3",
"version": "1.9.4",
"license": "GPL-3.0",
"dependencies": {
"@npmcli/fs": "^2.1.0"

View file

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