diff --git a/keepassxc-browser/_locales/cs/messages.json b/keepassxc-browser/_locales/cs/messages.json new file mode 100644 index 0000000..58c2190 --- /dev/null +++ b/keepassxc-browser/_locales/cs/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Napojení KeePassXC na moderní webové prohlížeče", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Vyplnit uživatelské jméno a heslo", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Vyplnit pouze heslo", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Vyplnit TOTP heslo", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Zobrazovat ikony pro vytváření hesla", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Uložit přihlašovací údaje", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Show password generator", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Přihlašovací údaje vytvoříte nebo upravíte kliknutím na ikonu rozšíření.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Zjištěno HTTP ověření s vícero přihlašovacími údaji. Klikněte na ikonu rozšíření a zvolte to správné.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Neznámá chyba.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Databáze není otevřená.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Neobdržen otisk databáze.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Nebyla obdržena veřejná část klíče klienta.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Zprávu se nedaří rozšifrovat.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Akce zrušena nebo odepřena.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Message encryption failed. Is KeePassXC running?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Přiřazení KeePassXC se nezdařilo, zkuste to znovu.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Výměna klíče se nezdařila.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Šifrovací klíč není rozpoznán.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Nenalezeny žádné uložené databáze.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Nesprávná akce.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Obdržena prázdná zpráva.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Nebyla zadána URL adresa.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Nenalezena žádná uživatelská jména.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Password generator icon", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Vytvořené heslo", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Vyplnit také následující kolonku hesla", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? bitů", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Vytváření hesel", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Vytvořit", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Zkopírovat", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Vyplnit a zkopírovat", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Chyba:\nVytvořené heslo je delší než délka, která je možná!\nBylo zkráceno, aby se vešlo.\n\nZapamatujte se nové heslo!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Vytvořit heslo", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Nedaří se obdržet vytvořené heslo.
Je KeePassXC spuštěné?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Zahodit", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Přeskočit", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Show more", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Znovu", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Potvrdit", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Přihlašovací kolonky na této stránce už byly vybrány a budou přepsány.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Zahodit výběr", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Číslo kolonky řetězce", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Zvolte kolonku pro uživatelské jméno", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Zvolte kolonku pro heslo", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Potvrďte výběr", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Potvrďte svůj výběr nebo zvolte více kolonek jako Kolonky řetězců.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Uživatelské jméno", + "description": "General text for username." + }, + "password": { + "message": "Heslo", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- žádné uživatelské jméno -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Chyba:\nNenalezena žádná uživatelská jména.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Chyba:\nV KeePassXC nalezeno více než jedno uživateské jméno!\nKliknutím na ikonu KeePassXC-Browser zobrazíte další možnosti.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Chyba:\nPro dané uživatelské jméno nebyly nalezeny žádné přihlašovací údaje.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Chyba:\nNedaří se nalézt kolonky k vyplnění.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Chyba:\nNedaří se nalézt kolonku pro heslo.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Chyba:\nNedaří se zjistit změněné přihlašovací údaje.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC – vyskakovací okno", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Nastavení", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Zvolte uživatelsky určené přihlašovací kolonky pro tuto stránku", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Připojit", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Připojit znovu", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Znovu zjistit přihlašovací kolonky", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Načíst znovu", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Znovu otevřít databázi", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser se setkalo s chybou:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Používáte starou verzi KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Stáhněte si nejnovější verzi z keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Zjišťování stavu…", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser nebyl nastaven.\nKlikněte na připojit a spárujte s KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser byl odpojen od KeePassXC.", + "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í.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser ještě nebyl připojen ke KeePassXC, ale byl nastaven s použitím identifikátoru: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser je připojený ke KeePassXC a byl nastaven s použitím následujícího identifikátoru: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Uživatelské jméno nebo heslo se změnilo! Uložit?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Přihlašovací údaje budou uloženy v připojené databázi pod identifikátorem $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Následující uživatelské jméno v tuto chvíli není uloženo: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Přihlašovací údaje s použitým uživatelským jménem jsou vyznačeny tučně: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Vyberte přihlašovací údaje, které chcete aktualizovat.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "New group(s) cannot be created.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credentials not updated. The password has not been changed.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Credentials cannot be saved or updated.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Vyberte uživatelské jméno které chcete vyplnit do stránky.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filtrovat:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Vyberte uživatelské jméno, kterým se chcete přihlásit.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Na této stránce byla nalezena více než jedna kolonka pro heslo. Klikněte do jedné z těchto kolonek pravým tlačítkem a zvolte jedno z:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL adrea:", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Uživatelské jméno:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nové", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Aktualizovat", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Zahodit", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Na této stránce se už nikdy neptat", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Zavřít", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Zahodit a zobrazit výchozí dialog ověřování", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Nastavení | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Obecná nastavení", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Připojené databáze", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Uživatelsky určené přihlašovací kolonky", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Předvolby pro stránky", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "O aplikaci", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Obecné", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Připojené databáze", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Uživatelsky určené přihlašovací kolonky", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Předvolby pro stránky", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "O aplikaci", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Nastavit klávesové zkratky", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Uložit", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Připojit", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Odebrat", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Přidat", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Zjistit případné aktualizace", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Ano, odebrat", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Storno", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Vrátit na výchozí", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Doba blikání:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Posun přesměrování:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Nejvíce umožněno (počet) přesměrování:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Zapnout vytváření hesel.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Získávat přihlašovací údaje automaticky.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Položky s jediným přihlašovacím údajem vyplňovat automaticky.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Zapnout automatické dokončování v kolonkách pro uživatelské jméno.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Zobrazit oznámení.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Uložit pouze doménu.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Zobrazit oznámení pokud mohou být do databáze uložené nové přihlašovací údaje.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Automaticky vyplňovat HTTP Basic Auth dialogy a odesílat je.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Zjišťovat případné aktualizace KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "každé 3 dny", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "každý týden", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "každý měsíc", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "nikdy", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Klávesové zkratky", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Jak nejdéle (ms) má ikona blikat po zjištění nových přihlašovacích údajů", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Nejkratší doba (ms) po kterou má ikona blikat před deaktivací z důvodu přesměrování stránky.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 pro použití pouze doby blikání a ignorování Přesměrování nejvýše (původní chování)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Kolik stránek by měl panel cyklovat po posunu přesměrování před vypnutím ikony", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Přidá do kolonky hesla tlačítko pro vytvoření nového hesla.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Hesla jsou vytvářena KeePassXC s použitím vašeho profilu vytváření hesel.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "Při aktivaci panelu KeePassXC-Browser obdrží přihlašovací údaje bezprostředně.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Pokud obdrží pouze jedinou položku, nechat KeePassXC-Browser automaticky vyplnit přihlašovací údaje.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Varování! Použití automatického vyplnění není bezpečné. Použijte pouze na vlastní nebezpečí.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Zobrazit rozbalovací seznam obsahující přihlašovací údaje, které jsou k dispozici, ve všech kolonkách pro uživatelské jméno, která se na stránce nacházejí.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Zobrazovat oznámení chyb a když je třeba interakce s uživatelem.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Při ukládání nových přihlašovacích údajů, uložit pouze doménu namísto úplné URL adresy.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Pokud jsou nalezeny přihlašovací údaje pro stránku a typ přihlášení je HTTP Basic Auth, KeePassXC-Browser se pokusí přihlásit pomocí prvního ze zadaných přihlašovacích údajů.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Dialog HTTP Basic Auth vypadá takto:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "Pro získávání přihlašovacích údajů KeePassXC-Browser potřebuje KeePassXC.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Nejnovější hotovou verzi si můžete stáhnout z $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Provozujete KeePassXC verze: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Nejnovější dostupná verze KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Výchozí: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Nekonečné: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Doporučeno: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Klávesová zkratka $1 byla úspěšně změněna.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Klávesová zkratka pro $1 byla resetována.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Chyba: Klávesová zkratka pro $1 nebyla změněna!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Ke KeePassXC-Browser jsou připojeny následující KeePassXC databáze.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Nebyly nalezeny žádné připojené databáze.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Odebrat identifikátor ze seznamu databází?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Opravdu chcete následující identifikátor odebrat ze seznamu databází?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Databázi je možné kdykoli znovu připojit.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identifikátor", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Klíč", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Naposledy použito", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Vytvořeno", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Smazat", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL adresa stránky", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorovat", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Zjišťování pouze uživatelského jména", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Smazat", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Zapnout všechny funkce", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Vypnout nové/upravené přihlašovací údaje", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Vypnout všechny funkce", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Nebyly nalezeny žádné uživatelsky určené kolonky přihlášení.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Pokud KeePassXC-Browser zjistí chybné přihlašovací kolonky, můžete ty správné určit sami.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Přejděte na stránku a klikněte na ikonu KeePassXC-Browser, pak vyberte", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Odebrat uložené uživatelsky určené přihlašovací kolonky?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Opravdu chcete odebrat uloženou uživatelsky určenou přihlašovací kolonku na stránce: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "Až tuto stránku navštívíte příště, KeePassXC-Browser automaticky zjistí přihlašovací kolonky.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Nenalezeny žádné ignorované stránky.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Odebrat stránky?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Stránky na této stránce mají přiřazenou speciální obslužnou metodu.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Pro ignorování nových/upravených přihlašovacích údajů na konkrétních stránkách, přidejte je níže nebo klikněte na blikající ikonu KeePassXC-Browser a vyberte", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Pokud jsou stránky zcela ingorovány (Je vybráno Vypnout všechny funkce), pak zásuvný modul při navštívení takových stránek nebude dělat vůbec nic.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Zjišťování pouze uživatelského jména umožňuje KeePassXC-Browser vyplnit podrobnosti přihlášení na webech, které mají oddělené stránky pro uživatelské jméno a heslo.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Add URL manually", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Opravdu chcete dané stránky odebrat ze seznamu: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser zapne pro tyto stránky všechny funkce a odebere zjišťování pouze uživatelského jména.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Navštívit KeePassXC-Browser v katalogu doplňků pro prohlížeč Chrome.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Navštívit KeePassXC-Browser v katalogu doplňků pro prohlížeč Mozilla.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Navštívit KeePassXC-Browser na portálu GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "Verze KeePassXC-Browser: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "Verze KeePassXC: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contributors", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenses", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Report bugs", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Create new issue on GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalid value. Please check the input.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Invalid URL. Please check the input.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "The value already exists in the list.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Opens a new tab", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/de/messages.json b/keepassxc-browser/_locales/de/messages.json new file mode 100644 index 0000000..4a39a98 --- /dev/null +++ b/keepassxc-browser/_locales/de/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC-Integration für moderne Webbrowser", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Benutzername und Passwort ausfüllen", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Nur Passwort ausfüllen", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "TOTP ausfüllen", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Zeige Symbole für Passwortgenerator", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Anmeldedaten speichern", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Passwortgenerator anzeigen", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Erstellen oder ändern Sie die Anmeldedaten, indem Sie auf das Erweiterungssymbol klicken.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "HTTP-Authentifizierung mit mehreren Anmeldedaten erkannt. Klicken Sie auf das Erweiterungssymbol, um die richtigen auszuwählen.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Unbekannter Fehler.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Datenbank nicht geöffnet.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Datenbank-Hash nicht empfangen.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Öffentlicher Client-Schlüssel nicht erhalten.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Nachricht kann nicht entschlüsselt werden.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Die Verbindung zu KeePassXC ist nicht möglich. Überprüfen Sie, ob die Browser-Integration in den KeePassXC-Einstellungen aktiviert ist.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Aktion abgebrochen oder abgelehnt.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Die Nachrichtenverschlüsselung ist fehlgeschlagen. Läuft KeePassXC?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC-Verbindung ist fehlgeschlagen, versuchen Sie es erneut.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Schlüsselaustausch war nicht erfolgreich.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Verschlüsselungsschlüssel wird nicht erkannt.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Keine gespeicherten Datenbanken gefunden.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Falsche Aktion.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Leere Nachricht empfangen.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Keine URL angegeben.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Keine Anmeldungen gefunden.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Passwortgenerator-Symbol", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Generiertes Passwort", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Auch das nächste Passwortfeld ausfüllen", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? Bits", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Passwortgenerator", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Generieren", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Kopieren", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Ausfüllen und kopieren", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Fehler:\nDas generierte Passwort ist länger als die zulässige Länge!\nEs wurde auf die Länge abgeschnitten.\n\nBitte merken Sie sich das neue Passwort!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Passwort generieren", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Generiertes Passwort kann nicht empfangen werden.
Wird KeePassXC ausgeführt?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Verwerfen", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Überspringen", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Mehr anzeigen", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Noch einmal", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Bestätigen", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Anmeldefelder für diese Seite sind bereits ausgewählt und werden überschrieben.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Auswahl aufheben", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Zeichenkettenfeld #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Wählen Sie ein Feld für den Benutzernamen aus", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Wählen Sie nun ein Passwortfeld aus", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Auswahl bestätigen", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Bitte bestätigen Sie Ihre Auswahl oder wählen Sie weitere Felder als Zeichenkettenfelder aus.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "Sie können die Zahlen auch verwenden, um die Eingabefelder über die Tastatur auszuwählen.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Benutzername", + "description": "General text for username." + }, + "password": { + "message": "Passwort", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- kein Benutzername -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Fehler:\nKeine Anmeldungen gefunden.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Fehler:\nIn KeePassXC wurde mehr als eine Anmeldung gefunden!\nDrücken Sie auf das KeePassXC-Browser-Symbol für weitere Optionen.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Fehler:\nKeine Anmeldedaten für den angegebenen Benutzernamen gefunden.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Fehler:\nAuszufüllende Felder können nicht gefunden werden.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Fehler:\nPasswortfeld konnte nicht gefunden werden.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Fehler:\nGeänderte Anmeldedaten konnten nicht erkannt werden.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Popup", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Einstellungen", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Benutzerdefinierte Anmeldefelder für diese Seite wählen", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Verbinden", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": " Wiederverbinden", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Anmeldefelder erneut erkennen", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Neu laden", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": " Datenbank erneut öffnen", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser hat einen Fehler festgestellt:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Sie verwenden eine alte Version von KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Bitte laden Sie die neueste Version von keepassxc.org herunter", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": " Status wird überprüft...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser wurde nicht konfiguriert. Drücken Sie auf die Schaltfläche Verbinden, um eine Verbindung mit KeePassXC herzustellen.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser wurde von KeePassXC getrennt.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Drücken Sie auf die Schaltfläche Wiederverbinden, um eine neue Verbindung herzustellen.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser wurde noch nicht mit KeePassXC verbunden, sondern über den Bezeichner konfiguriert: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser ist mit KeePassXC verbunden und wurde mit dem folgenden Bezeichner konfiguriert: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Benutzername oder Passwort geändert! Speichern?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Anmeldedaten werden in der verbundenen Datenbank mit dem Bezeichner $1 gespeichert.", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Der folgende Benutzername ist aktuell nicht gespeichert: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Die Anmeldedaten mit dem verwendeten Benutzernamen sind fett gedruckt: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Bitte wählen Sie die Anmeldedaten aus, die Sie aktualisieren möchten.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Bitte wählen Sie die Gruppe aus, zu der Sie die neuen Anmeldedaten hinzufügen möchten.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Fehler: Angegebene Standardgruppe nicht gefunden. Alle notwendigen Gruppen werden erstellt.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Neue Gruppe(n) können nicht erstellt werden.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Fehler: Anmeldedaten nicht aktualisiert. Das Passwort wurde nicht geändert.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Fehler: Anmeldedaten können nicht gespeichert oder aktualisiert werden.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Wählen Sie die Anmeldeinformationen aus, die Sie auf der Seite eingeben möchten.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filter:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Wählen Sie die Anmeldeinformationen aus, mit denen Sie sich anmelden möchten.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Auf dieser Seite wurde mehr als ein Passwortfeld gefunden. Klicken Sie mit der rechten Maustaste auf eines der Passwortfelder und wählen Sie eines der folgenden aus:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Benutzername: ", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": " Neu", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": " Aktualisieren", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Verwerfen", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Für diese Seite nie fragen", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Schließen", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": " Verwerfen und Standard-Authentifizierungsdialog anzeigen", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Einstellungen | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Allgemeine Einstellungen", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Verbundene Datenbanken", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Benutzerdefinierte Anmeldefelder", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Seiteneinstellungen", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Über", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Allgemein", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Verbundene Datenbanken", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Benutzerdefinierte Anmeldefelder", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Seiteneinstellungen", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Über", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Tastaturkürzel konfigurieren", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": " Speichern", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Verbinden", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": " Entfernen", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": " Hinzufügen", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": " Nach Aktualisierungen suchen", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Ja, jetzt entfernen", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": " Abbrechen", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Zurücksetzen", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Blinkzeit:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Umleitungswartezeit:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Maximale (Anzahl der) Umleitungen:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Standardgruppe zum Speichern neuer Passwörter:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Trennen Sie die Gruppe durch Schrägstriche, zum Beispiel: Gruppe/KinderGruppe.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Immer nachfragen, wo neue Anmeldedaten gespeichert werden sollen", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Wenn aktiviert, zeigt das Popup eine Gruppenauflistung an.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Passwortgenerator aktivieren.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Anmeldedaten automatisch abrufen.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Einträge mit einzelnen Anmeldedaten automatisch ausfüllen.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Autovervollständigung für Benutzernamensfelder aktivieren.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Benachrichtigungen anzeigen.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Nur Domain speichern.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Benachrichtigung anzeigen, wenn neue Anmeldedaten in der Datenbank gespeichert werden können.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "HTTP-Basisauthentifizierungsdialoge automatisch ausfüllen und absenden.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Nach Aktualisierungen von KeePassXC suchen:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": " alle 3 Tage", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "wöchentlich", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "monatlich", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": " nie", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Tastaturkürzel", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Maximale Zeit (ms), in der das Symbol nach dem Erkennen neuer Anmeldedaten blinken sollte", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Minimale Zeit (ms), in der das Symbol blinken sollte, bevor es aufgrund von Seitenumleitungen deaktiviert wird.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1, um nur die Blinkzeit zu verwenden und die maximalen Umleitungen zu ignorieren (altes Verhalten).", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Wie viele Weiterleitungsseiten der Tab durchlaufen darf, bevor das Icon deaktiviert wird", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Fügt den Passwortfeldern eine Schaltfläche zum Generieren eines neuen Passworts hinzu.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Passwörter werden von KeePassXC mit Hilfe Ihres Passwortgenerierungsprofils generiert.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser ruft Anmeldedaten sofort ab, wenn ein Tab aktiviert wird.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Anmeldedaten von KeePassXC-Browser automatisch ausfüllen lassen, wenn er nur einen einzigen Eintrag erhält.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Warnung! Verwendung von Autoausfüllen ist nicht sicher. Benutzung auf eigene Gefahr.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Eine Dropdown-Liste mit verfügbaren Anmeldedaten für alle Benutzernamensfelder auf einer Seite anzeigen.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Benachrichtigungen bei Fehlern, und wenn Benutzerinteraktion erforderlich ist, anzeigen.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Beim Speichern neuer Anmeldedaten nur die Domain anstatt der vollständigen URL speichern.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "KeePassXC-Browser versucht sich mit den ersten angegebenen Anmeldedaten anzumelden, wenn Anmeldedaten für eine Seite gefunden werden und der Anmeldetyp eine HTTP-Basisauthentifizierungsanfrage ist.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Ein HTTP-Basisauthentifizierungsdialog sieht wie folgt aus:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser benötigt KeePassXC, um Anmeldedaten abzurufen.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Sie können die neueste stabile Version von $1 herunterladen.", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Sie verwenden die KeePassXC-Version: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Neueste verfügbare Version von KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Standard: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Unendlich: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Empfohlen: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Das Tastaturkürzel für $1 wurde geändert.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Das Tastaturkürzel für $1 wurde auf Standard zurückgesetzt.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Fehler: Tastaturkürzel für $1 wurde nicht geändert!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Die folgenden KeePassXC-Datenbanken sind mit dem KeePassXC-Browser verbunden.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Keine verbundenen Datenbanken gefunden.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Bezeichner aus Datenbankliste entfernen?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Möchten Sie wirklich den folgenden Bezeichner aus der Datenbankliste entfernen?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Sie können Ihre Datenbank jederzeit wieder verbinden.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Bezeichner", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Schlüssel", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Zuletzt verwendet", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Erstellt", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Löschen", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "Seiten-URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorieren", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Reine Benutzernamenerkennung", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Löschen", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Alle Funktionen aktivieren", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Neue/geänderte Anmeldedaten deaktivieren", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Alle Funktionen deaktivieren", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Keine gespeicherten benutzerdefinierten Anmeldefelder gefunden.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "Sie können gespeicherte benutzerdefinierte Anmeldefelder anhand der folgenden Tabelle verwalten.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Wenn KeePassXC-Browser die falschen Anmeldefelder erkennt, können Sie die richtigen Felder selbst angeben.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Gehen Sie auf die Seite und klicken Sie auf das Symbol KeePassXC-Browser, und wählen Sie anschließend", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Gespeicherte benutzerdefinierte Anmeldefelder entfernen?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Möchten Sie die gespeicherten benutzerdefinierten Anmeldefelder wirklich entfernen auf der Seite: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser wird die Anmeldefelder beim nächsten Besuch dieser Seite automatisch erkennen.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Keine ignorierten Seiten gefunden.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Seite entfernen?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Webseiten auf dieser Seite haben spezielle Handhabungsmethoden, die mit ihnen verknüpft sind.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Um neue/geänderte Anmeldedaten auf einer bestimmten Webseite zu ignorieren, fügen Sie sie unten hinzu oder klicken Sie auf das blinkende KeePassXC-Browser-Symbol und wählen Sie", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Wenn eine Webseite vollständig ignoriert wird (Alle Funktionen deaktivieren ist ausgewählt), dann wird das Plugin beim Besuch dieser Webseite nichts tun.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Die reine Benutzernamenerkennung ermöglicht es dem KeePassXC-Browser, Zugangsdaten auf Webseiten mit separaten Seiten für Benutzername und Passwort einzugeben.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "URL manuell hinzufügen", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Möchten Sie die angegebene Webseite wirklich aus der Liste entfernen: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser aktiviert alle Funktionen dieser Webseite und entfernt die reine Benutzernamenerkennung.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "Sie können gespeicherte Seiteneinstellungen anhand der folgenden Tabelle verwalten.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option zum Ignorieren von Erweiterungsfunktionen für die Seite.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "KeePassXC-Browser im Chrome Web Store besuchen.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "KeePassXC-Browser im Mozilla Add-ons-Verzeichnis besuchen.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "KeePassXC-Browser auf GitHub besuchen.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser-Version: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC-Version: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Beitragende", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Lizenzen", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Fehler melden", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Neues Thema auf GitHub erstellen", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "Die folgenden Debug-Informationen können verwendet werden", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Ungültiger Wert. Bitte die Eingabe überprüfen.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Ungültige URL. Bitte die Eingabe überprüfen.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "Der Wert ist bereits in der Liste vorhanden.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Öffnet einen neuen Tab", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP-Basisauthentifizierungs-Dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/es/messages.json b/keepassxc-browser/_locales/es/messages.json new file mode 100644 index 0000000..d52d070 --- /dev/null +++ b/keepassxc-browser/_locales/es/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Integración de KeePassXC para navegadores web modernos.", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Llene nombre de Usuario y Contraseña", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Sólo llenar contraseña", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Llenar TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Mostrar Iconos del Generador de Contraseñas", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Guardar credenciales", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Mostrar generador de contraseña", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Crear o modificar las credenciales haciendo clic en el icono de la extensión.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Autenticación HTTP con múltiples credenciales detectadas. Haga clic en el icono de la extensión de elegir la correcta.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Error desconocido.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Base de datos no abierta.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "No se ha recibido el hash de la base de datos.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Clave pública del cliente no recibida.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "No se puede descifrar el mensaje.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "No se puede conectar a KeePassXC. Compruebe que la integración del navegador esté habilitada en la configuración de KeePassXC.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Acción cancelada o denegada.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "El cifrado del mensaje falló. ¿Se está ejecutando KeePassXC?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Asociación de KeePassXC fallida, inténtelo de nuevo.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Intercambio de claves no tuvo éxito.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "La clave de cifrado no es reconocida.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "No se encontraron bases de datos guardadas.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Acción incorrecta.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Mensaje en blanco recibido.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "No se ha proporcionado ninguna URL.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "No se encontraron inicios de sesión.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Iconos del generador de contraseña", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Contraseña generada", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "También rellenar el siguiente campo de contraseña", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? Bits", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Generador de Contraseñas", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Generar", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Copiar", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Llenar y copiar", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Error:\nLa contraseña generada es más larga que la longitud permitida!\nSe ha cortado para adaptarse a la longitud.\n\nPor favor, recuerde la nueva contraseña!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Generar contraseña", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "No se puede recibir la contraseña generada.
¿Se está ejecutando KeePassXC?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Descartar", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Saltear", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Mostrar más", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Otra vez", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Confirmar", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Los campos de inicio de sesión para esta página ya están seleccionados y se sobrescribirán.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Descartar selección", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Campo de cadena #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Elija un campo de nombre de usuario", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Ahopra elija un campo de contraseña", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Confirme su elección", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Por favor confirme su selección o elija más campos como Campos de cadena.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "También puede utilizar los números para elegir los campos de entrada desde el teclado.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Nombre de usuario", + "description": "General text for username." + }, + "password": { + "message": "Contraseña", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- Sin nombre de usuario -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Error:\nNo se encontraron inicios de sesión.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Error:\n¡Se encontró más de un inicio de sesión en KeePassXC!\nPresiona el ícono del KeePassXC-Browser para más opciones.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Error:\nNo se encontraron credenciales para el nombre de usuario dado.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Error:\nNo se pueden encontrar campos para rellenar.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Error:\nNo se puede encontrar un campo de contraseña.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Error:\nNo se pudieron detectar las credenciales cambiadas.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Emergente", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Configuración", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Elija campos de inicio de sesión personalizados para esta página", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Conectar", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Reconectar", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Redetectar campos de inicio de sesión", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Recargar", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Reabrir la base de datos", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser ha encontrado un error:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Utiliza una versión antigua de KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Por favor descargue la última versión de keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Comprobando estado...", + "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.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser se ha desconectado de KeePassXC.", + "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.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser aún no se ha conectado a KeePassXC pero se ha configurado utilizando el identificador:$1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser está conectado a KeePassXC y se ha configurado utilizando el siguiente identificador: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Nombre de usuario o contraseña cambiado! Lo guarda?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Las credenciales se guardarán en la base de datos conectada con el identificador $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "El siguiente nombre de usuario no está guardado actualmente: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Las credenciales con el nombre de usuario utilizado están marcadas en negrita: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Por favor, elija las credenciales que desea actualizar.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Elija el grupo al que desea agregar las nuevas credenciales.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: No se ha encontrado el grupo predeterminado especificado. Creando todos los grupos necesarios.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "No se puede(n) crear nuevo(s) grupo(s).", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credenciales no actualizadas. La contraseña no ha sido cambiada.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: las credenciales no se pueden guardar o actualizar.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Seleccione la información de inicio de sesión que desea que se ingrese en la página.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filtro:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Seleccione la información de inicio de sesión con la que desea iniciar sesión.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Más de un campo de contraseña encontrado en esta página. Haga clic con el botón derecho en uno de los campos de contraseña y elija uno de los siguientes:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Nombre de usuario:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nuevo", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Actualizar", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Descartar", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Nunca preguntar para esta página", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Cerrar", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Descartar y mostrar el diálogo de autenticación predeterminado", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Configuración | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Configuración general", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Bases de datos conectadas", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Campos de inicio de sesión personalizados", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Preferencias de sitio", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Acerca de", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "General", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Bases de datos conectadas", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Campos de inicio de sesión personalizados", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Preferencias de sitio", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Acerca de", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": " Configurar atajos de teclado", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Guardar", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Conectar", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Quitar", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Añadir", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Buscar actualizaciones", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Sí, eliminar ahora", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Cancelar", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Resetear", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Tiempo de parpadeo:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Desplazamiento de redirección:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Máximo (número de) Redirecciones:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Grupo predeterminado para guardar nuevas contraseñas:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separe el grupo con barras diagonales, por ejemplo: Grupo/GrupoHijo.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Siempre preguntar dónde guardar nuevas credenciales.", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Cuando está habilitado, la ventana emergente muestra una lista de grupo.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Activar generador de contraseñas.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Recuperar automáticamente las credenciales.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Rellenar automáticamente las entradas de una sola credencial.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Activar autocompletar para los campos de nombre de usuario.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Mostrar notificaciones.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Salvar el dominio únicamente.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Mostrar una notificación cuando las nuevas credenciales se pueden guardar en la base de datos.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Rellene automáticamente los cuadros de diálogo de autenticación básica de HTTP y envíelos.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Compruebe si hay actualizaciones de KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "cada 3 días", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "cada semana", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "cada mes", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "nunca", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Atajos de teclado", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Tiempo máximo (ms) que el icono debe parpadear después de detectar nuevas credenciales", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Tiempo mínimo (ms) para que el icono parpadee antes de desactivarse debido a los redireccionamientos de página.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 para usar solo el tiempo de parpadeo ignorando redireccionamientos máximos (comportamiento anterior)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "¿Cuántas páginas debe recorrer la pestaña después del desvío de redireccionamiento antes de desactivar el icono?", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Añade un botón a los campos de contraseña para generar una nueva contraseña.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "KeePassXC genera las contraseñas utilizando su perfil de generación de contraseñas.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser recuperará inmediatamente las credenciales cuando se active una pestaña.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Permitir que KeePassXC-Browser complete las credenciales automáticamente si recibe solo una entrada.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "¡Advertencia! El uso de autocompletar no es seguro. Úselo bajo su propio riesgo.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Muestre una lista desplegable que contenga las credenciales disponibles para todos los campos de nombre de usuario en una página.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Mostrar notificaciones de errores y cuándo es necesaria la interacción del usuario.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Al guardar nuevas credenciales, guarde solo el dominio en lugar de la URL completa.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Si se encuentran credenciales para una página y el tipo de inicio de sesión es una solicitud de Autenticación Básica HTTP, KeePassXC-Browser intenta iniciar sesión con las primeras credenciales dadas.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Un diálogo de Autenticación Básica de HTTP se ve así:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser necesita KeePassXC para recuperar credenciales.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "You can download the latest stable version from $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Está ejecutando la versión KeePassXC: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Última versión disponible de KeePassXC:$1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Por defecto: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Infinito: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Recomendado: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "El acceso directo para $1 ha sido cambiado con éxito.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Acceso directo para $1 se ha restablecido.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Error: Acceso directo para $1 no ha cambiado!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Las siguientes bases de datos KeePassXC están conectadas a KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "No se encontraron bases de datos conectadas.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "¿Desea eliminar el identificador de la lista de base de datos?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "¿Realmente desea eliminar el siguiente identificador de la lista de la base de datos?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Puede volver a conectar su base de datos en cualquier momento.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identificador", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Clave", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Usado por última vez", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Creado", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Eliminar", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL de la página", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorar", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Detección por nombre de usuario únicamente", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Eliminar", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Habilitar todas las características", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Desactivar credenciales nuevas/modificadas", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Desactivar todas las características", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "No se encontraron campos de inicio de sesión personalizado.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "Puede administrar los campos de inicio de sesión personalizados guardados utilizando la tabla a continuación.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Si KeePassXC-Browser detecta los campos de inicio de sesión incorrectos, usted mismo puede especificar los campos correctos.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Vaya a la página y haga clic en el icono de KeePassXC-Browser, luego seleccione", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "¿Quitar campos de inicio de sesión personalizados?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "¿Realmente desea eliminar los campos de inicio de sesión personalizados guardados en la página: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser detectará automáticamente los campos de inicio de sesión la próxima vez que visite esta página.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "No se encontraron sitios ignorados.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "¿Eliminar el sitio?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Los sitios en esta página tienen métodos de manejo especiales asociados con ellos.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Para ignorar las credenciales nuevas/modificadas en un sitio específico, agréguelas a continuación o haga clic en el icono parpadeante de KeePassXC-Browser y seleccione", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Si un sitio se ignora por completo (Desactivar todas las funciones es seleccionado), entonces el complemento no hará nada cuando visite ese sitio.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "La detección solo-nombre de usuario permite que KeePassXC-Browser complete los detalles de inicio de sesión en los sitios web con páginas separadas para el nombre de usuario y la contraseña.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Añadir URL manualmente", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "¿Realmente desea eliminar el sitio especificado de la lista: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser habilitará todas las funciones de este sitio y eliminará la detección solo-nombre de usuario.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "Puede administrar las preferencias del sitio guardado usando la tabla a continuación.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Opción para ignorar las características de extensión de la página.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Visite KeePassXC-Browser en Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Visite KeePassXC-Browser en el directorio Add-Ons de Mozilla.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Visite KeePassXC-Browser en GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "Versión de KeePassXC-Browser: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC Versión: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Colaboradores", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licencias", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Informar errores", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Crear un nuevo asunto en GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "La siguiente información de depuración puede ser utilizada", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Valor no válido. Por favor, verifique la entrada.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "URL no válida. Por favor, verifique la entrada.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "El valor ya existe en la lista.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Se abre una nueva pestaña", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "Cuadro de diálogo de autenticación básica HTTP", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/fi/messages.json b/keepassxc-browser/_locales/fi/messages.json new file mode 100644 index 0000000..f7552e1 --- /dev/null +++ b/keepassxc-browser/_locales/fi/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC-integraatio moderneille nettiselaimille", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Täytä käyttäjänimi ja salasana", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Täytä salasana", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Täytä TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Näytä salasanageneraattorin ikonit", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Tallenna tilitiedot", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Näytä salasanageneraattori", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Luo tai muokkaa tilitietoja klikkaamalla selainlaajennuksen ikonia.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Havaittiin useita tilitietoja HTTP-autentikaation yhteydessä. Klikkaa selainlaajennuksen ikonia valitaksesi oikeat tunnukset.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Tuntematon virhe.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Tietokanta ei ole avattu.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Tietokannan tiivistettä (hash) ei saatu.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Asiakkaan julkista avainta ei saatu.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Viestin salauksen purkaminen ei onnistu.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "KeePassXC:hen ei voitu yhdistää. Tarkista onko selainintegraatio päällä KeePassXC:n asetuksissa.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Toiminto peruttiin tai estettiin.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Viestin salaus epäonnistui. Onko KeePassXC käynnissä?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Liittäminen KeePassXC:hen epäonnistui, yritä uudelleen.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Avainten vaihto ei onnistunut.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Salausavainta ei tunnistettu.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Tallennettuja tietokantoja ei löytynyt.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Virheellinen toiminto.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Vastaanotettiin tyhjä viesti.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Sivuston osoitetta ei ole annettu.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Tunnuksia ei löydy.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Salasalageneraattorin ikoni", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Luotu salasana", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Täytä myös seuraava salasanakenttä", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? bittiä", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Salasanageneraattori", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Luo", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Kopioi", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Täytä ja kopioi", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Virhe:\nLuotu salasana on sallittua pidempi!\nSalasana on leikattu sopivan pituiseksi.\n\nMuista uusi salasana!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Luo salasana", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Salasanaa ei voitu luoda.
Onko KeePassXC käynnissä?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Poistu", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Ohita", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Näytä lisää", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Uudestaan", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Vahvista", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Tunnuksien kentät tälle sivustolle ovat jo valittu, ja ne ylikirjoitetaan.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Hylkää valinta", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Lisämerkkijonokenttä #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Valitse käyttäjänimen kenttä", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Valitse salasanan kenttä", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Vahvista valinta", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Vahvista valintasi tai merkitse lisää kenttiä lisämerkkijonokentiksi.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "Voit myös valita kenttiä käyttämällä näppäimistön numeroita.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Käyttäjänimi", + "description": "General text for username." + }, + "password": { + "message": "Salasana", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- ei käyttäjänimeä -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Virhe:\nTunnuksia ei löydy.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Virhe:\nKeePassXC löysi useampia tilitietoja!\nPaina selainlaajennuksen ikonia nähdäksesi lisävalinnat.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Virhe:\nTunnuksia annetulle käyttäjänimelle ei löydy.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Virhe:\nTäytön tarvitsemia kenttiä ei löydy.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Virhe:\nSalasanakenttää ei löytynyt.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Virhe:\nTilitietojen muutoksia ei havaittu.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Ponnahdusikkuna", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Asetukset", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Valitse sivustolle mukautetut tunnuskentät", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Yhdistä", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Yhdistä uudelleen", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Tunnista tunnuskentät uudelleen", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Lataa uudelleen", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Avaa tietokanta uudelleen", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser havaitsi virheen:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Käytät KeePassXC:n vanhaa versiota.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Lataa uusin versio osoitteesta keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Haetaan tilaa...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser ei ole yhdistetty. Paina Yhdistä liittääksesi selainlaajennuksen KeePassXC:hen.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser on katkaissut yhteyden KeePassXC:hen.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Paina Yhdistä uudelleen avataksesi uuden yhteyden.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser ei ole vielä yhdistetty KeePassXC:hen, mutta on asetettu käyttämään tunnistetta: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser on yhdistetty KeePassXC:hen käyttäen tunnistetta: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Käyttäjänimi tai salasana on muuttunut! Tallenna?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Tilitiedot tallennetaan yhdistettyyn tietokantaan tunnisteella $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Käyttäjänimi ei ole tällä hetkellä tallennettu: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Tilitiedot tämän hetkisellä käyttäjänimellä on lihavoitu: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Valitse tilitiedot jotka haluat päivittää.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Valitse ryhmä johon haluat tallentaa uuden tietueen.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Virhe: Asetettua oletusryhmää ei löytynyt. Luodaan tarvittavat ryhmät.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Uusia ryhmiä ei voitu luoda.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Virhe: Tietueita ei päivitetty. Salasana ei ole muuttunut.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Virhe: Tietueita ei voitu tallentaa tai päivittää.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Valitse tunnukset jotka haluat täyttää sivulle.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Suodata:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Valitse tunnukset joilla haluat kirjautua.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Sivustolta löytyy useampi salasanakenttä. Klikkaa oikealla hiiren napilla salasanakenttää ja valitse yksi seuraavista:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL:", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Käyttäjänimi:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Uusi", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Päivitä", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Poistu", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Älä kysy koskaan tälle sivustolle", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Sulje", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Poistu ja näytä autentikaation oletusdialogi", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Asetukset | KeePassXC-Browser ", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Yleiset asetukset", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Yhdistetyt tietokannat", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Mukautetut tunnuskentät", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Sivustojen asetukset", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Tietoja", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Yleiset", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Yhdistetyt tietokannat", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Mukautetut tunnuskentät", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Sivustojen asetukset", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Tietoja", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Muokkaa näppäinoikoteitä", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Tallenna", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Yhdistä", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Poista", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Lisää", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Tarkista päivitykset", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Kyllä, poista", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Peruuta", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Palauta oletus", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Vilkkumisaika:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Uudelleenohjauksien määrä:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Uudelleenohjauksien maksimimäärä:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Oletusryhmä johon uudet salasanat tallennetaan:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Erota ryhmät vinoviivalla, esimerkiksi: Ryhmä/AlaRyhmä.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Kysy aina minne uudet tietueet tallennetaan.", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Kun tämä on asetettu, ponnahdusikkuna näyttää ryhmälistauksen.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Aktivoi salasanageneraattori.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Hae tilitiedot automaattisesti.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Täytä yhden tilitiedon sisältävät tietueet automaattisesti.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Aktivoi käyttäjänimikenttien valikko.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Näytä ilmoitukset.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Tallenna vain verkkotunnus.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Näytä ilmoitus, kun uusia tilitietoja voidaan tallettaa tietokantaan.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Täytä HTTP-autentikaation dialogit automaattisesti.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Tarkista KeePassXC:n päivitykset:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "joka kolmas päivä", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "joka viikko", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "joka kuukausi", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "ei koskaan", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Pikanäppäimet", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Maksimiaika (millisekunteina) jonka ikoni vilkkuu, kun uusia tilitietoja havaitaan", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Minimiaika (millisekunteja) jonka ikoni vilkkuu sivun uudelleenohjauksen jälkeen.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 käyttää vain vilkkumisaikaa hyläten uudelleenohjauksien maksimimäärän", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Kuinka monta sivun latausta sallitaan ennen kuin ikonin vilkkuminen lakkaa", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Lisää ikonin salasanakenttien loppuun uuden salasanan luomista varten.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Salasanat luodaan käyttäen KeePassXC:n salasanageneraattorin asetuksia.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser hakee tilitiedot heti kun välilehti on aktivoitu.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Sallii KeePassXC-Browser:in täyttää tilitiedot automaattisesti, jos tietueessa on niitä vain yksi.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Varoitus! Automaattisen täytön käyttö ei ole turvallista. Käytä omalla vastuulla.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Näyttää pudotusvalikon käyttäjänimikentässä kaikista saatavilla olevista tilitiedoista kyseiselle sivulle.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Näyttää ilmoituksen virheistä, ja tilanteista jolloin käyttäjältä vaaditaan toimia.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Uusia tilitietoja tallentaessa tallenna vain verkkotunnus koko osoitteen sijasta.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Jos HTTP-autentikaatiota vaativalle sivustolle löydetään tilitiedot, KeePassXC-Browser yrittää automaattisesti kirjautua niitä käyttäen.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "HTTP-autentikaatiodialogi näyttää tältä:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser tarvitsee KeePassXC:tä hakeakseen tilitietoja.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Voit ladata viimeisimmän vakaan version osoitteesta $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Käytät KeePassXC:n versiota: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Viimeisin saatavilla oleva KeePassXC:n versio: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Oletus: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Ääretön: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Suositeltu: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Näppäinoikotie toiminnolle $1 on muutettu.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Näppäinoikotie toiminnolle $1 on palautettu oletusasetukseen.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Virhe: Näppäinoikotietä toiminnolle $1 ei pystytty muuttamaan!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Seuraavat KeePassXC:n tietokannat ovat yhdistettynä selainlaajennukseen.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Yhdistettyjä tietokantoja ei löytynyt.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Poista tunniste tietokantalistasta?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Haluatko poistaa kyseisen tunnisteen tietokantalistasta?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Voit yhdistää tietokannan myöhemmin uudelleen.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Tunniste", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Avain", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Viimeksi käytetty", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Luotu", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Poista", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "Sivun URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Älä huomioi", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Pelkän käyttäjänimikentän tunnistus", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Poista", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Käytä kaikkia ominaisuuksia", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Poista uusien/muokattujen tilitietojen tunnistus käytöstä", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Poista kaikki ominaisuudet käytöstä", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Mukautettuja tunnuskenttiä ei ole tallennettu.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "Voit hallita tallennettuja mukautettuja tunnuskenttiä käyttämällä alla olevaa taulukkoa.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Jos KeePassXC-Browser tunnistaa sivustolla väärät tunnuskentät, voit valita oikeat kentät itse.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Mene sivustolle ja klikkaa KeePassXC-Browser:in ikonia, valitse sitten", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Poista tallennetut mukautetut tunnuskentät?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Haluatko poistaa mukautetut tunnuskentät sivulta: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser tunnistaa tunnuskentät automaattisesti seuraavan kerran, kun vierailet sivulla.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Hyljättyjä sivustoja ei löydetty.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Poista sivusto?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Tällä sivulla mainitut sivustot vaativat mukautettuja asetuksia.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Poistaaksesi uusien/muokattujen tilitietojen tunnistuksen käytöstä tietyllä sivulla, lisää sivusto alle tai käytä KeePassXC-Browserin ponnahdusikkunaa ja valitse", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Jos sivusto on täysin estetty (Poista kaikki ominaisuudet käytöstä on valittu), selainlaajennusta ei käytetä lainkaan sille sivustolle.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Pelkän käyttäjänimikentän tunnistus mahdollistaa KeePassXC-Browser:in käytön sivustoilla joissa käyttäjänimi- ja salasanakenttä on jaoteltu eri sivuille.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Lisää URL manuaalisesti", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Haluatko poistaa listalta sivuston: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser käyttää tällä sivustolla kaikkia ominaisuuksia ja poistaa pelkän käyttäjänimikentän tunnistuksen käytöstä.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "Voit hallita tallennettuja sivustojen asetuksia käyttämällä alla olevaa taulukkoa.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Asetus jonka kautta selainlaajennuksen ominaisuuksia voidaan rajoittaa sivustolle.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "KeePassXC-Browser Chrome Web Storessa.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "KeePassXC-Browser Mozillan Add-ons -sivustolla.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "KeePassXC-Browser GitHubissa.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser:in versio: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC:n versio: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Osallistujat", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Lisenssit", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Raportoi virheestä", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Luo uusi virheraportti GitHubissa", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "Voit käyttää seuraavia vianjäljitystietoja", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Väärä arvo. Tarkista kenttä.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Väärä URL. Tarkista kenttä.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "Arvo on jo listassa.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Avaa uuden välilehden", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic -autentikaatiodialogi", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/fr/messages.json b/keepassxc-browser/_locales/fr/messages.json new file mode 100644 index 0000000..6c8c103 --- /dev/null +++ b/keepassxc-browser/_locales/fr/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Intégration de KeePassXC pour les navigateurs Web modernes", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Saisir nom d’utilisateur et mot de passe", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Saisir le mot de passe seulement", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Remplir TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Afficher les icônes du générateur de mots de passe", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Enregistrer les identifiants.", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Show password generator", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Créez ou modifiez les identifiants en cliquant sur l'icône de l'extension.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Authentification HTTP avec plusieurs identifiants détectée. Cliquer sur l'icône de l’extension afin de choisir le bon.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Erreur inconnue.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "La base de données n’est pas ouverte.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Empreinte numérique de la base de données non reçue.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Clé publique du client non reçue.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Impossible de déchiffrer le message.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Action annulée ou non-autorisée.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Message encryption failed. Is KeePassXC running?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "L’association avec KeePassXC a échoué, veuillez ressayer.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "L'échange de clé a échoué.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Clé de chiffrement non reconnue.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Aucune base de données enregistrée n'a été trouvée.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Action incorrecte.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Message vide reçu.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Aucune URL fournie.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Aucun identifiant trouvé.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Password generator icon", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Mot de passe généré", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Remplir également le prochain champ de mot de passe", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? Bits", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Générateur de mots de passe", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Générer", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Copier", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Saisir et copier", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Erreur:\nLe mot de passe généré est plus long que la longueur autorisée !\nIl a été tronqué à la longueur maximale.\n\nVeuillez vous souvenir du nouveau mot de passe !", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Générer un mot de passe", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Impossible de recevoir le mot de passe généré.
Est-ce que KeePassXC est en cours d'exécution ?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Fermer", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Ignorer", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Show more", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "A nouveau", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Confirmer", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Les champs d'identification de la page ont déjà été sélectionnés et seront écrasés.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Abandonner la sélection", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Champ de type chaîne de caractères #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Choisir un champ pour le nom d'utilisateur", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Choisir maintenant un champ pour le mot de passe", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Confirmer la sélection", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Veuillez confirmer votre sélection ou choisir d'autres champs de type chaîne de caractères.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Nom d’utilisateur", + "description": "General text for username." + }, + "password": { + "message": "Mot de passe", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- aucun nom d’utilisateur -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Erreur :\nAucun identifiant trouvé.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Erreur:\nPlus d'un identifiant a été trouvé dans KeePassXC !\nAppuyez sur l'icône de KeePassXC-Browser pour plus d'options.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Erreur :\nAucun identifiant trouvé pour le nom d'utilisateur donné.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Erreur:\nImpossible de trouver des champs à remplir.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Erreur:\nImpossible de trouver un champ de mot de passe.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Erreur:\nN'a pas pu détecter les identifiants modifiés.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Popup", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": " Paramètres", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Choisir des champs d'identification personnalisés pour cette page", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Connecter", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Reconnecter", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Redétecter les champs d'identification", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Recharger", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Réouvrir la base de données", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser a rencontré une erreur :", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Vous utilisez une ancienne version de KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Veuillez télécharger la dernière version depuis keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Vérification du statut ...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser n'est pas configuré. Appuyer sur le bouton Connecter pour se connecter à KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser a été déconnecté de KeePassXC.", + "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.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser ne s’est pas encore connecté à KeePassXC, mais a été configuré avec l’identifiant : $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser est connecté à KeePassXC et a été configuré avec l’identifiant suivant : $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Nom d'utilisateur ou mot de passe modifié ! Enregistrer les nouveaux identifiants ?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Les identifiants seront enregistrés dans la base de données avec l'identifiant $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Le nom d'utilisateur suivant n'est actuellement pas enregistré: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Les identifiants avec le nom d'utilisateur utilisé sont indiquées en gras : $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Veuillez choisir les identifiants à mettre à jour.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "New group(s) cannot be created.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credentials not updated. The password has not been changed.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Credentials cannot be saved or updated.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Sélectionner les informations d'authentification à insérer dans la page.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filtre :", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Sélectionner les informations d'authentification à utiliser.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Plus d'un champ de mot de passe trouvé sur cette page. Utiliser le clic-droit sur un des champs de mot de passe et choisir un des suivants:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL :", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Nom d'utilisateur :", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nouveau", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Mettre à jour", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Fermer", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Ne plus demander pour cette page", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Fermer", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Annuler et afficher la fenêtre de connexion par défaut", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Paramètres | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Paramètres généraux", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Bases de données connectées", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Champs d'authentification personnalisés", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Préférences du site", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "À propos", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Général", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Bases de données connectées", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Champs d'identification personnalisés", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Préférences du site", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "À propos", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Configurer les raccourcis clavier", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Enregistrer", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Connecter", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Supprimer", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Ajouter", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Vérifier les mises à jour", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Oui, supprimer maintenant", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": " Annuler", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Réinitialiser", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Durée du clignement :", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Rediriger l'offset :", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Nombre maximum de redirections :", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Activer le générateur de mots de passe.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Récupérer automatiquement les identifiants.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Remplir automatiquement les entrées ne contenant qu'un identifiant.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Activer l’auto-complétion pour les champs de nom d'utilisateur.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Afficher les notifications.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Enregistrer le domaine uniquement.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Afficher une notification lorsque de nouveaux identifiants peuvent être enregistrés en base de données.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Remplir et soumettre automatiquement les dialogues d’authentification HTTP Basic.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Vérifier les mises à jour de KeePassXC :", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": " tous les 3 jours", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "toutes les semaines", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": " tous les mois", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": " jamais", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Raccourcis-clavier", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Durée maximale (en ms) durant laquelle l'icône cligne après avoir détecté de nouveaux identifiants", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Durée minimale (en ms) durant laquelle l'icône cligne avant de se désactiver suite à une redirection de page.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 pour n'utiliser que la durée de clignement en ignorant le nombre maximum de redirections (Ancien comportement)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Combien de pages l'onglet doit-il parcourir après le décalage de redirection avant de désactiver l'icône ?", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Ajoute un bouton sur les champs de mot de passe permettant de générer un nouveau mot de passe.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Les mots de passe sont générés par KeePassXC en utilisant votre profil de génération de mot de passe.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser récupérera automatiquement les identifiants lorsqu'un onglet est sélectionné.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Laisse KeePassXC-Browser remplir les identifiants automatiquement si une seule entrée est retournée.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Attention ! Utiliser le remplissage automatique n'est pas sûr. Utiliser à vos propres risques.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Affiche une liste déroulante contenant tous les identifiants pour tous les champs de nom d'utilisateur sur la page.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Affiche une notification pour les erreurs ou lorsqu'une interaction avec l'utilisateur est nécessaire.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Lorsqu'un nouvel identifiant est ajouté, n'enregistrer que le domaine au lieu de l'URL complète.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Si des identifiants sont trouvés pour une page et que le type d'authentification est HTTP Basic, KeePassXC-Browser essaiera de s'authentifier avec le premier identifiant transmis.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Un dialogue d'authentification HTTP Basic ressemble à ceci :", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser nécessite KeePassXC pour récupérer des identifiants.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Vous pouvez télécharger la dernière version stable depuis $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Vous utilisez KeePassXC version : $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Dernière version disponible de KeePassXC : $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Par défaut : $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Infini : $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Recommandé : $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Le raccourci pour $1 à été modifié avec succès.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Le raccourci pour $1 à été réinitialisé.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Erreur : Le raccourci pour $1 n'a pas été modifié!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Les bases de données KeePassXC suivantes sont connectées à KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Aucune base de données trouvée.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Supprimer l'identifiant de la liste de base de données ?", + "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 ?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Vous pouvez reconnecter votre base de données en tout temps.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identifiant", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Clé", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Dernière utilisation", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Création", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Supprimer", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL de la page", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorer", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Détection des noms d'utilisateurs uniquement", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Supprimer", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Activer toutes les fonctionnalités", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Désactiver l'ajout et modification d'identifiants", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Désactiver toutes les fonctionnalités", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Aucun champ d'authentification personnalisé trouvé.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Si KeePassXC-Browser détecte les mauvais champs d'authentification, vous pouvez préciser les champs corrects vous-mêmes.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Allez sur la page et cliquez sur l'icône KeePassXC-Browser puis sélectionnez", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Supprimer les champs d'authentification personnalisés ?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Voulez-vous vraiment supprimer les champs d'authentification personnalisés sur la page suivante : $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser détectera automatiquement les champs d'authentification lors de la prochaine visite de la page.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Aucun site ignoré n’a été trouvé.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Supprimer le site ?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Les sites sur cette page possèdent des méthodes de gestion spécifique associées.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Pour ignorer l'ajout et la modification des identifiants sur un site spécifique, ajoutez-les ci-dessous ou cliquez sur l'icône KeePassXC-Browser lorsqu'elle cligne et sélectionnez", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Si un site est ignoré complètement (Désactiver toutes les fonctionnalités est sélectionné), l'extension ne fera rien lorsque le site est visité.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Détection des noms d'utilisateurs uniquement permet à KeePassXC-Browser de remplir les détails d'authentification sur les sites avec des pages séparées pour le nom d'utilisateur et le mot de passe.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Add URL manually", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Voulez-vous vraiment supprimer le site spécifié de la liste : $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser activera toutes les fonctionnalités pour ce site et supprimera la détection des noms d'utilisateurs uniquement.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Visiter KeePassXC-Browser sur le Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Visiter KeePassXC-Browser sur le site Mozilla Add-ons.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Visiter KeePassXC-Browser sur GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser version : $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "Version de KeePassXC : $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contributors", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenses", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Report bugs", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Create new issue on GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalid value. Please check the input.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Invalid URL. Please check the input.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "The value already exists in the list.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Opens a new tab", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/hu/messages.json b/keepassxc-browser/_locales/hu/messages.json new file mode 100644 index 0000000..1945071 --- /dev/null +++ b/keepassxc-browser/_locales/hu/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC integráció a modern webböngészőkhöz", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Felhasználónév és jelszó kitöltése", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Csak jelszó kitöltése", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "TOTP kitöltése", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Jelszó-előállító ikonok megjelenítése", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Hitelesítési adatok mentése", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Jelszó-előállító megjelenítése", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "A hitelesítési adatok létrehozása vagy módosítása a kiegészítő ikonjára kattintva.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Több hitelesítési adattal rendelkező HTTP hitelesítés észlelhető. Kattintson a kiegészítő ikonjára a megfelelő kiválasztásához.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Ismeretlen hiba.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Az adatbázis nincs megnyitva.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Az adatbázis kivonata nem érkezett meg.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "A kliens nyilvános kulcsa nem érkezett meg.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Nem lehet visszafejteni az üzenetet.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Nem lehet kapcsolódni a KeePassXC-hez. Ellenőrizze, hogy a böngészőintegráció engedélyezve van-e a KeePassXC beállításaiban.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "A művelet megszakítva vagy megtagadva.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Az üzenet titkosítása sikertelen. Fut a KeePassXC?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "A KeePassXC hozzárendelés sikertelen, próbálja újra.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "A kulcscsere nem volt sikeres.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "A titkosítókulcs nem ismerhető fel.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Nem találhatók elmentett adatbázisok.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Helytelen művelet.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Üres üzenet érkezett.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Nincs URL megadva.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Nem találhatók bejelentkezések.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Jelszó-előállító ikon", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Előállított jelszó", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Töltse ki a következő jelszómezőt is", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? bit", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Jelszó-előállító", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Előállítás", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Másolás", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Kitöltés és másolás", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Hiba:\nAz előállított jelszó hosszabb mint a megengedett hossz!\nLe lesz vágva a megengedett legnagyobb hossznál.\n\nJegyezze meg az új jelszót!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Jelszó előállítása", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Nem sikerült fogadni az előállított jelszót.
Fut a KeePassXC?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Eltüntetés", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Kihagyás", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Több megjelenítése", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Újra", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Megerősítés", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Az oldal bejelentkező mezői már ki lettek jelölve és felül lesznek írva.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Kijelölés elvetése", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Karakterlánc mező #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Válasszon egy felhasználónév mezőt", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Most válasszon egy jelszó mezőt", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Erősítse meg a választást", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Erősítse meg a választását vagy válasszon több mezőt karakterlánc mezőkként.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "Használhatja a billentyűzeten lévő számokat is a beviteli mezők kiválasztásához.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Felhasználónév", + "description": "General text for username." + }, + "password": { + "message": "Jelszó", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "– nincs felhasználónév –", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Hiba:\nNem találhatók bejelentkezések.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Hiba:\nTöbb mint egy bejelentkezés található a KeePassXC programban!\nNyomja meg a KeePassXC-böngésző ikont a több lehetőségért.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Hiba:\nNem találhatók hitelesítési adatok a megadott felhasználónévhez.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Hiba:\nNem találhatók kitöltendő mezők.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Hiba:\nNem található jelszó mező.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Hiba:\nNem sikerült felismerni a megváltozott hitelesítési adatokat.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC – felugró ablak", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Beállítások", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Egyéni bejelentkezési mezők kiválasztása ehhez az oldalhoz", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Kapcsolódás", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Újrakapcsolódás", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Bejelentkezési mezők újra felderítése", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Újratöltés", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Adatbázis újbóli megnyitása", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "A KeePassXC-böngésző hibát észlelt:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "A KeePassXC egy régebbi verzióját használja.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Töltse le a legújabb verziót a keepassxc.org oldalról.", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Állapot ellenőrzése…", + "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.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "A KeePassXC-böngésző le lett választva a KeePassXC programról.", + "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.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "A KeePassXC-böngésző még nem lett hozzákapcsolva a KeePassXC programhoz, de már be lett állítva a következő azonosító használatával: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "A KeePassXC-böngésző kapcsolódott a KeePassXC programhoz és be lett állítva a következő azonosító használatával: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "A felhasználónév vagy a jelszó megváltozott! Menti?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "A hitelesítési adatok a kapcsolódó adatbázisba lesznek elmentve a következő azonosítóval: $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "A következő felhasználónév jelenleg nincs elmentve: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "A hitelesítési adatok a használt felhasználónévvel félkövéren vannak megjelölve: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Válassza ki azokat a hitelesítési adatokat, amiket frissíteni szeretne.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Válassza ki a csoportot, amelyhez hozzá szeretné adni az új hitelesítési adatokat.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Hiba: a megadott alapértelmezett csoport nem található. Az összes szükséges csoport létrehozása.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Az új csoportok nem hozhatók létre.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Hiba: A hitelesítési adatok nem lettek frissítve. A jelszó nem változott.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Hiba: A hitelesítési adatokat nem lehet menteni vagy frissíteni.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Válassza ki azokat a bejelentkezési információkat, amelyeket be szeretne íratni az oldalba.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Szűrő:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Válassza ki azokat a bejelentkezési információkat, amelyekkel be szeretne jelentkezni.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Egynél több jelszó mező található ezen az oldalon. Kattintson a jobb egérgombbal a jelszó mezők egyikére, és válassza ki a következők egyikét:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Felhasználónév: ", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Új", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Frissítés", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Eltüntetés", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Sose kérdezze ennél az oldalnál", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Bezárás", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Eltüntetés és az alapértelmezett hitelesítési párbeszédablak megjelenítése", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Beállítások | KeePassXC-böngésző", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Általános beállítások", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Kapcsolódott adatbázisok", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Egyéni bejelentkezési mezők", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Oldal beállításai", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Névjegy", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Általános", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Kapcsolódott adatbázisok", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Egyéni bejelentkezési mezők", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Oldal beállításai", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Névjegy", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Gyorsbillentyűk beállítása", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Mentés", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Kapcsolódás", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Eltávolítás", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Hozzáadás", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Frissítések keresése", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Igen, azonnali eltávolítás", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Mégse", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Alapállapot", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Villogási idő:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Átirányítási eltolás:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Átirányítások legnagyobb száma:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Alapértelmezett csoport az új jelszavak mentéséhez:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Válassza el a csoportok perjellel, például: Csoport/Alcsoport.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Mindig kérdezze meg, hogy hova mentse a hitelesítési adatokat", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Ha engedélyezve van, akkor a felugró ablak megjelenít egy csoportlistát.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Jelszó-előállító bekapcsolása.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Hitelesítési adatok automatikus lekérése.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Önálló hitelesítésiadat-bejegyzések automatikus kitöltése.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Automatikus kiegészítés bekapcsolása a felhasználónév mezőknél.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Értesítések megjelenítése.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Csak tartomány mentése.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Értesítés megjelenítése, amikor új hitelesítési adatokat lehet elmenteni az adatbázisba.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Alap HTTP hitelesítési párbeszédablakok automatikus kitöltése és beküldése.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "A KeePassXC frissítéseinek keresése:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "3 naponta", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "hetente", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "havonta", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "soha", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Gyorsbillentyűk", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "A legnagyobb idő (ms), amíg az ikonnak villognia kell új hitelesítési adatok felismerésekor.", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "A legkisebb idő (ms), amíg az ikonnak villognia kell az oldal átirányítása miatti kikapcsolás előtt.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "A -1 megadásakor csak akkor használjon villogást, ha figyelmen kívül hagyja a legnagyobb átirányításokat (régi viselkedés).", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Hány oldalon kell a lapnak végiglépkednie az átirányítási eltolás után, mielőtt kikapcsolná az ikont.", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Egy gombot ad a jelszó mezőkhöz új jelszó előállításához.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "A jelszavakat a KeePassXC állítja elő a jelszó-előállító profil használatával.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "A KeePassXC-böngésző azonnal le fogja kérni a hitelesítési adatokat, amikor egy lapot aktiválnak.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "A KeePassXC-böngésző automatikusan kitölthesse a hitelesítési adatokat, ha csak egy önálló bejegyzést kap.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Figyelmeztetés! Az automatikus kitöltés használata nem biztonságos! Saját felelősségére használja.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Az elérhető hitelesítési adatokat tartalmazó legördülő lista megjelenítése az összes felhasználónév mezőnél egy adott oldalon.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Értesítések megjelenítése a hibáknál és amikor felhasználói beavatkozás szükséges.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Új hitelesítési adatok mentésekor csak a tartományt mentse el a teljes URL helyett.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Ha hitelesítési adatok találhatók egy oldalhoz, és a bejelentkezés típusa egy alap HTTP hitelesítési kérés, akkor a KeePassXC-böngésző megpróbál bejelentkezni az első megadott hitelesítési adattal.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Egy alap HTTP hitelesítési párbeszédablak így néz ki:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "A KeePassXC-böngészőnek a KeePassXC programra van szüksége a hitelesítési adatok lekéréséhez.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "A legújabb stabil verziót innen töltheti le: $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "A KeePassXC alábbi verziója fut: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "A KeePassXC legújabb elérhető verziója: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Alapértelmezett: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Végtelen: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Ajánlott: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "A funkcióhoz tartozó gyorsbillentyű sikeresen megváltozott: $1.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "A funkcióhoz tartozó gyorsbillentyű alapállapotba lett hozva:$1.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Hiba: A funkcióhoz tartozó gyorsbillentyű nem változott: $1.", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "A következő KeePassXC adatbázisok vannak kapcsolódva a KeePassXC-böngészőhöz.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Nem találhatók kapcsolódó adatbázisok.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Eltávolítja az azonosítót az adatbázislistából?", + "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?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Bármikor újrakapcsolódhat az adatbázisához.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Azonosító", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Kulcs", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Utolsó használat", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Létrehozva", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Törlés", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "Oldal URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Mellőzés", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Csak felhasználónév felismerés", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Törlés", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Az összes funkció engedélyezése", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Új vagy módosított hitelesítési adatok letiltása", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Az összes funkció letiltása", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Nem találhatók elmentett egyéni bejelentkezési mezők.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "A mentett egyéni bejelentkezési mezőket a lenti táblázat használatával kezelheti.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Ha a KeePassXC-böngésző a rossz bejelentkezési mezőket ismeri fel, akkor lehetősége van meghatározni a helyes mezőket.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Menjen az oldalra, és kattintson a KeePassXC-böngésző ikonra, majd válassza ki a következőt:", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Eltávolítja az elmentett egyéni bejelentkezési mezőket?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Valóban el szeretné távolítani az elmentett egyéni bejelentkezési mezőket ezen az oldalon: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "A KeePassXC-böngésző automatikusan fel fogja ismerni a bejelentkezési mezőket a következő alkalommal, amikor meglátogatja ezt az oldalt.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Nem találhatók mellőzött oldalak.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Eltávolítja az oldalt?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Az ezen az oldalon lévő oldalakhoz különleges kezelési módszerek vannak hozzárendelve.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Egy bizonyos oldalon lévő új vagy módosított hitelesítési adatok mellőzéséhez adja hozzá azokat lent, vagy kattintson a villogó KeePassXC-böngésző ikonra és válassza a következőt:", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Ha egy oldal teljesen mellőzött (Az összes funkció letiltása van kiválasztva), akkor a bővítmény nem fog tenni semmit, amikor meglátogatja azt az oldalt.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "A csak felhasználónév felismerése lehetővé teszi a KeePassXC-böngésző számára, hogy kitöltse a bejelentkezési részleteket a különálló felhasználónév és jelszó oldalakkal rendelkező weboldalakon.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "URL kézi hozzáadása", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Valóban el szeretné távolítani a megadott oldalt a listából: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "A KeePassXC-böngésző engedélyezni fogja az összes funkciót ennél az oldalnál, és eltávolítja a csak felhasználónév felismerést.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "A mentett oldalbeállításokat a lenti táblázat használatával kezelheti.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Lehetőség a kiterjesztés funkcióinak figyelmen kívül hagyására az oldalon.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Nézze meg a KeePassXC-böngészőt a Chrome webáruházában.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Nézze meg a KeePassXC-böngészőt a Mozilla kiegészítők könyvtárában.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Nézze meg a KeePassXC-böngészőt a GitHubon.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "A KeePassXC-böngésző verziója: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "A KeePassXC verziója: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Közreműködők", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licencek", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Hibajelentés", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Új hibajegy létrehozása a GitHubon", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "Az alábbi hibakeresési információk használhatók", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Érvénytelen érték. Ellenőrizze a bemenetet.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Érvénytelen URL. Ellenőrizze a bemenetet.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "Az érték már szerepel a listában.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Új fület nyit meg", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP egyszerű hitelesítés párbeszédablak", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/it/messages.json b/keepassxc-browser/_locales/it/messages.json new file mode 100644 index 0000000..0e0d82c --- /dev/null +++ b/keepassxc-browser/_locales/it/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Integrazione di KeePassXC per browser web moderni", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Compilare nome utente e password", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Compilare solo la password", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Compilare TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Mostra le icone del generatore di password", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Salva le credenziali", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Show password generator", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Crea o modifica le credenziali facendo clic sull'icona dell'estensione.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Rilevata autenticazione HTTP con più credenziali di accesso. Fare clic sull'icona dell'estensione per scegliere quella corretta.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Errore sconosciuto.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Database non aperto.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Hash del database non ricevuto.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Chiave pubblica del client non ricevuta.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Non è possibile decrittare il messaggio.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Azione annullata o negata.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Message encryption failed. Is KeePassXC running?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Associazione con KeePassXC non riuscita, riprovare.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Lo scambio delle chiavi non è riuscito.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "La chiave di crittografia non è riconosciuta.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Nessun database salvato trovato.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Azione non corretta.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Ricevuto un messaggio vuoto.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Nessun URL fornito.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Nessun login trovato.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Password generator icon", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Password generata", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Compilare anche il successivo campo password", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? Bit", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Generatore di password", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Genera", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Copia", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Compila e copia", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Errore: la password generata è più lunga della lunghezza consentita.\nÈ stata tagliata per adattarla alla lunghezza.\n\nRicorda la nuova password.", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Genera password", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Non è possibile ricevere la password generata.
KeePassXC è in esecuzione?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Abbandona", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Ometti", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Show more", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Di nuovo", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Conferma", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "I campi di login per questa pagina sono già selezionati e verranno sovrascritti.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Annulla la selezione", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Campo stringa n.", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Scegliere un campo nome utente", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Ora scegliere un campo password", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Confermare la selezione", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Confermare la selezione o scegliere altri campi come campi stringa.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Nome utente", + "description": "General text for username." + }, + "password": { + "message": "Password", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- nessun nome utente -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Errore:\nNessun login trovato.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Errore:\nè stato trovato più di un login in KeePassXC!\nPremere l'icona di KeePassXC-Browser per ulteriori opzioni.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Errore:\nNessuna credenziale trovata per il nome utente dato.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Errore:\nImpossibile trovare campi da riempire.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Errore:\nImpossibile trovare un campo password.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Errore:\nImpossibile rilevare le credenziali modificate.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Popup", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Impostazioni", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Scegliere i campi di accesso personalizzati per questa pagina", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Connessione", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Riconnessione", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Rilevare nuovamente i campi di login", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Ricaricare", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Riaprire il database", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser ha riscontrato un errore:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Si sta utilizzando una vecchia versione di KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Scaricare l'ultima versione da keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Controllo dello stato...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser non è stato configurato. Premere il pulsante di connessione per associarlo a KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser è stato scollegato da KeePassXC.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Premere il pulsante di riconnessione per attivare una nuova connessione.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser non è stato ancora collegato a KeePassXC ma è stato configurato usando l'identificatore: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser è collegato a KeePassXC ed è stato configurato usando il seguente identificatore: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Username o password modificati. Salvarli?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Le credenziali saranno salvate nel database connesso con l'identificatore $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Il seguente nome utente non è attualmente salvato: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Le credenziali del nome utente usato sono marcate in grassetto: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Scegliere le credenziali da aggiornare.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "New group(s) cannot be created.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credentials not updated. The password has not been changed.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Credentials cannot be saved or updated.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Selezionare le informazioni di login da inserire nella pagina.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filtro:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Selezionare le informazioni di login da usare per l'accesso.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "È stato trovato più di un campo di password in questa pagina. Fare clic su uno di essi con il pulsante destro, e scegliere uno tra:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Nome utente: ", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nuovo", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Modificare", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Chiudere", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Non chiedere mai per questa pagina", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Chiudi", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Chiudere e visualizzare la finestra di dialogo di autenticazione predefinita", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Impostazioni | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Impostazioni generali", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Database connessi", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Campi di login personalizzati", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Preferenze del sito", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Informazioni su", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Generale", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Database connessi", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Campi di login personalizzati", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Preferenze del sito", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Informazioni su", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": " Configurare le scorciatoie", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Salva", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Connetti", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Rimuovere", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Aggiungere", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Controllare gli aggiornamenti", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Sì, rimuovere ora", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Annulla", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Reset", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Tempo di lampeggio:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Reindirizzare l'offset:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Massimo (numero di) ridirezioni:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Attiva il generatore di password.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Recupera automaticamente le credenziali.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Compila automaticamente le voci a credenziale singola.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Attiva il completamento automatico per i campi nome utente.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Visualizza le notifiche.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Salva solo il dominio.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Mostra una notifica quando possono essere salvate nuove credenziali nel database.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Compila automaticamente le finestre di dialogo di autenticazione HTTP Basic e inviale.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Controlla gli aggiornamenti di KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "ogni 3 giorni", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "ogni settimana", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "ogni mese", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "mai", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Scorciatoie da tastiera", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Tempo massimo (ms) del lampeggiamento dell'icona al rilevamento di nuove credenziali", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Tempo minimo (ms) del lampeggiamento dell'icona prima di disattivarsi per ridirezioni delle pagine.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 per usare solo il tempo di lampeggiamento ignorando il massimo valore di ridirezioni (vecchio comportamento)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Quante pagine dovrebbe scorrere la scheda dopo l'offset di reindirizzamento prima di disattivare l'icona", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Aggiunge un pulsante ai campi di password per generare una nuova password.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Le password sono generate da KeePassXC usando il profilo di generazione di password scelto.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser recupererà immediatamente le credenziali quando una scheda è attivata.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Lasciare che KeePassXC-Browser compili automaticamente le credenziali se riceve solo una singola voce.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Attenzione! Utilizzare la compilazione automatica non è sicuro. Utilizzare a proprio rischio.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Visualizzare un elenco a discesa contenente le credenziali disponibili per tutti i campi del nome utente in una pagina.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Mostrare notifiche per errori e quando è necessaria l'interazione dell'utente.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Salva solo il dominio al posto dell'URL completo al salvataggio di nuove credenziali.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Se le credenziali sono state trovate per una pagina e il tipo di accesso è una richiesta di autenticazione di base HTTP, KeePassXC-Browser cerca di effettuare il login con le prime credenziali date.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Una finestra di autenticazione HTTP Basic ha il seguente aspetto:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser richiede KeePassXC per recuperare le credenziali.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "È possibile scaricare l'ultima versione stabile da $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "La versione di KeePassXC usata è: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Ultima versione disponibile di KeePassCX: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Predefinito: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Infinito: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Consigliato: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "La scorciatoia per $1 è stata modificata con successo.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "La scorciatoia per $1 è stata reimpostata.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Errore: la scorciatoia per $1 non è stata modificata!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "I seguenti database KeePassXC sono collegati a KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Nessun database connesso trovato.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Rimuovere l'identificatore dall'elenco dei database?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Si desidera davvero rimuovere il seguente identificatore dall'elenco del database?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Si può ricollegare il database in ogni momento.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identificatore", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Chiave", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Usato l'ultima volta", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Creato", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Elimina", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL della pagina", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignora", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Rilevamento solo del nome utente", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Elimina", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Attiva tutte le funzioni", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Disabilita le credenziali nuove/modificate", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Disattiva tutte le funzionalità", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Nessun campo di login personalizzato salvato è stato trovato.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": " Se KeePassXC-Browser rileva i campo di login sbagliati è possibile specificare quelli corretti.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Andare alla pagina e cliccare sull'icona di KeePassXC-Browser, quindi selezionare", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Rimuovere i campi di login personalizzati salvati?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Si desidera davvero rimuovere i campi di login personalizzati salvati nella pagina: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser cercherà di rilevare automaticamente i campi di login alla prossima visita della pagina.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Nessun sito ignorato trovato.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Rimuovere il sito?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Ai siti in questa pagina sono associati dei metodi speciali per la loro gestione.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Per ignorare credenziali aggiunte/modificate per un sito specifico aggiungerle qui di seguito o fare clic sull'icona lampeggiante di KeePassXC-Browser e selezionare", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Se un sito viene completamente ignorato (disabilitare tutte le funzionalità è selezionato), il plugin non farà nulla quando si visita questo sito.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Il rilevamento del solo nome utente permette a KeePassXC-Browser di riempire i dettagli di login su siti Web con pagine separate per username e password.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Add URL manually", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Si desidera davvero rimuovere il sito specificato dall'elenco: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser abiliterà tutte le funzioni per questo sito e rimuoverà il rilevamento dei soli nomi utente.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Visita KeePassXC-Browser in Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Visita KeePassXC-Browser nella directory di Mozilla Add-ons.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Visita KeePassXC-Browser su GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser versione: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC versione: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contributors", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenses", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Report bugs", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Create new issue on GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalid value. Please check the input.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Invalid URL. Please check the input.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "The value already exists in the list.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Opens a new tab", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/ja/messages.json b/keepassxc-browser/_locales/ja/messages.json new file mode 100644 index 0000000..133d3f3 --- /dev/null +++ b/keepassxc-browser/_locales/ja/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "モダンなウェブブラウザーのための KeePassXC 統合", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "ユーザー名とパスワードを入力", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "パスワードのみ入力", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "TOTP を入力", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "パスワード生成アイコンを表示", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "資格情報を保存", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "パスワード生成アイコンを表示", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "拡張機能のアイコンをクリックして、資格情報を作成または変更してください。", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "HTTP 認証で複数の資格情報が検出されました。拡張機能のアイコンをクリックして正しいものを選択してください。", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "不明なエラーです。", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "データベースが開かれていません。", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "データベースハッシュを受信しませんでした。", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "クライアントの公開鍵を受信しませんでした。", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "メッセージを復号できません。", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "KeePassXC に接続できません。KeePassXC の設定でブラウザー統合が有効になっているか確認してください。", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "アクションがキャンセルまたは拒否されました。", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "メッセージの暗号化に失敗しました。KeePassXC を実行していますか?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC のアソシエーションに失敗しました。再試行してください。", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "鍵交換が成功しませんでした。", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "暗号化キーが認識されません。", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "保存されたデータベースが見つかりません。", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "不正確なアクションです。", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "空のメッセージを受信しました。", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "URL がありません。", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "ログイン情報が見つかりません。", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "パスワード生成アイコン", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "生成されたパスワード", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "次のパスワードフィールドにも入力する", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? ビット", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "パスワード生成", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "生成", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "コピー", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "入力とコピー", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "エラー:\n許可された長さよりも長いパスワードが生成されました。\n長さに合わせてカットされます。\n\n新しいパスワードを忘れないでください。", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "パスワード生成", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "生成されたパスワードを受信できません。
KeePassXC を実行していますか?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "棄却", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "スキップ", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "さらに表示", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "戻る", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "確認", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "このページのログインフィールドは既に選択されているため上書きされます。", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "選択を破棄", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "文字列フィールド #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. ユーザー名フィールドを選択してください", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. パスワードフィールドを選択してください", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. 選択の確認", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "選択を確認するか、文字列フィールドとして更にフィールドを選択してください。", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "キーボードの数字キーで入力フィールドを選択できます。", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "ユーザー名", + "description": "General text for username." + }, + "password": { + "message": "パスワード", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- ユーザー名なし -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "エラー:\nログイン情報が見つかりません。", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "エラー:\nKeePassXC に複数のログイン情報が見つかりました。\nKeePassXC-Browser のアイコンを押してオプションを表示してください。", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "エラー:\nユーザー名の資格情報が見つかりません。", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "エラー:\n入力するフィールドを見つけられません。", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "エラー:\nパスワードフィールドを見つけられません。", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "エラー:\n変更された資格情報を検出できませんでした。", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - ポップアップ", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "設定", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "このページのカスタムログインフィールドを選択", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "接続", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "再接続", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "ログインフィールドを再検出", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "再読み込み", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "データベースを再度開く", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser がエラーに遭遇しました:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "KeePassXC の古いバージョンを使用しています。", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "keepassxc.org から最新バージョンをダウンロードしてください", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "ステータスをチェック中...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser はまだ設定されていません。接続ボタンを押して KeePassXC とペアリングしてください。", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser が KeePassXC から切断されました。", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "再接続ボタンを押すと新しい接続を確立します。", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser はまだ KeePassXC に接続されていませんが、識別子を使用するように設定されています: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser は KeePassXC に接続されており、次の識別子を使用するように設定されています: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "ユーザー名またはパスワードが変更されました。保存しますか?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "資格情報が識別子 $1 の接続されたデータベースに保存されました", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "次のユーザー名は現在保存されていません: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "使用されたユーザー名の資格情報は太字でマークされます: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "更新する資格情報を選択してください。", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "新しい資格情報を追加するグループを選択してください。", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "エラー: 指定されたデフォルトのグループが見つかりませんでした。必要な全てのグループを作成します。", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "新しいグループを作成できません。", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "エラー: 資格情報は更新されません。パスワードは変更されていません。", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "エラー: 資格情報を保存または更新できません。", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "ページに入力するログイン情報を選択してください。", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "フィルター:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "いずれかのログイン情報を選択してください。", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "このページで複数のパスワードフィールドが見つかりました。それらのパスワードフィールドで右クリックし、次の中から選択してください:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "ユーザー名: ", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "新規", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "更新", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "棄却", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "このページでは確認しない", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "閉じる", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "棄却してデフォルトの認証ダイアログを表示します", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "設定 | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "一般設定", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "接続されたデータベース", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "カスタムログインフィールド", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "サイト設定", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "情報", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "一般", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "接続されたデータベース", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "カスタムログインフィールド", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "サイト設定", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "情報", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": " ショートカットを設定", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "保存", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "接続", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "削除", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "追加", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "更新を確認", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "はい、今すぐ削除します", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "キャンセル", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "元に戻す", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "点滅時間:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "リダイレクトオフセット:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "最大リダイレクト数:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "新しいパスワードを保存するデフォルトのグループ:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "グループはスラッシュで区切ってください (例: グループ/子グループ)。", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "新しい資格情報をどこに保存するか常に確認する", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "有効にすると、グループの一覧をポップアップ表示します。", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "パスワード生成を有効にする。", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "資格情報を自動的に読み込む。", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "資格情報が単一のエントリーに自動入力する。", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "ユーザー名フィールドの自動補完を有効にする。", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "通知を表示する。", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "ドメインのみを保存する。", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "新しい資格情報をデータベースに保存可能な際に通知を表示する。", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "HTTP Basic 認証ダイアログに自動入力して送信する。", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "KeePassXC の更新確認:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "3日毎", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "毎週", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "毎月", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "しない", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "キーボードショートカット", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "新しい資格情報の検出後にアイコンが点滅する最長時間 (ミリ秒)", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "ページのリダイレクトによって無効になる前にアイコンが点滅する最短時間 (ミリ秒)。", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1を指定すると最大リダイレクト数を無視して点滅時間のみを使用 (古い挙動)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "アイコンが無効になる前のリダイレクトオフセット後にタブが遷移するページ数", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "新しいパスワードを生成するボタンをパスワードフィールドに追加します。", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "パスワードは KeePassXC のパスワード生成プロファイルを使用して生成されます。", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "タブがアクティブになった直後に KeePassXC-Browser が資格情報を読み込みます。", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "エントリーに対する資格情報が単一の場合は、KeePassXC-Browser に自動入力させます。", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "警告!自動入力は安全ではありません。自己責任で使用してください。", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "ページにある全てのユーザー名フィールドに、利用可能な資格情報を含んだドロップダウンリストを表示します。", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "エラーが発生した場合や、ユーザーによる操作が必要な場合は通知を表示します。", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "新しい資格情報を保存する際に、完全な URL の代わりにドメインのみを保存します。", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "ページの資格情報が存在し、ログイン方式が HTTP Basic 認証リクエストの場合、KeePassXC-Browser は最初に受け取った資格情報でログインを試みます。", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "HTTP Basic 認証ダイアログはこのような外観です:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser は資格情報の読み込みに KeePassXC を必要とします。", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "次のアドレスから最新の安定バージョンをダウンロードできます: $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "実行中の KeePassXC のバージョン: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "利用可能な KeePassXC の最新バージョン: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "デフォルト: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "無制限: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "推奨: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "ショートカット ($1) が正常に変更されました。", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "ショートカット ($1) がリセットされました。", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "エラー: ショートカット ($1) は変更されていません。", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "以下の KeePassXC データベースが KeePassXC-Browser に接続されています。", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "接続されたデータベースが見つかりません。", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "データベースリストから識別子を削除しますか?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "本当に次の識別子をデータベースから削除しますか?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "いつでもデータベースに再接続できます。", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "識別子", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "キー", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "最終使用日時", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "作成日", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "削除", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "ページの URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "無視", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "ユーザー名のみ検出", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "削除", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "全ての機能を有効にする", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "資格情報の作成/変更を無効にする", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "全ての機能を無効にする", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "保存されたカスタムログインフィールドが見つかりません。", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "保存されたカスタムログインフィールドは以下で管理できます。", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "KeePassXC-Browser がログインフィールドを間違えて検出した場合は、自分で正しいフィールドを指定できます。", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "対象のページに移動して KeePassXC-Browser のアイコンをクリックし、次のボタンを選択してください:", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "保存されたカスタムログインフィールドを削除しますか?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "本当に保存されたカスタムログインフィールドを削除しますか: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser は次にこのページに訪問した際に、ログインフィールドを自動検出します。", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "無視されるサイトが見つかりません。", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "サイトを削除しますか?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "このページにあるサイトには、特別な処理方法が割り当てられます。", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "特定のサイトの新規または変更された資格情報を無視するには、この下にある一覧に追加するか、点滅する KeePassXC-Browser のアイコンをクリックし、次のボタンを選択してください:", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "サイトを完全に無視する (全ての機能を無効にするが選択されている) 場合は、そのサイトを訪問してもプラグインは何もしません。", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "ユーザー名のみを検出することで、KeePassXC-Browser はユーザー名とパスワードが別々のページにあるウェブサイトでのログイン情報の入力を可能にします。", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "URL を手動で追加", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "本当に指定したサイトをリストから削除しますか: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser はユーザー名のみの検出を削除し、このサイトの全ての機能を有効にします。", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "保存されたサイト設定は以下で管理できます。", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "ページで拡張機能の機能を無視するためのオプションです。", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Chrome ウェブストアの KeePassXC-Browser 配布ページを開く。", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Mozilla Add-ons ディレクトリの KeePassXC-Browser 配布ページを開く。", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "GitHub の KeePassXC-Browser プロジェクトページを開く。", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser のバージョン: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC のバージョン: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "貢献者", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "ライセンス", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "バグ報告", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "GitHub で問題を報告する", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "次の情報を含めてください", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "不正な値です。入力を確認してください。", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "不正な URL です。入力を確認してください。", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "その値は既にリストに存在します。", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "新しいタブを開く", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic 認証ダイアログ", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/ko/messages.json b/keepassxc-browser/_locales/ko/messages.json new file mode 100644 index 0000000..ec76826 --- /dev/null +++ b/keepassxc-browser/_locales/ko/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "현대적인 웹 브라우저용 KeePassXC 통합", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "사용자 이름과 암호 입력", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "암호만 입력", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "TOTP 입력", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "암호 생성기 아이콘 표시", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "인증 정보 저장", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "암호 생성기 표시", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "확장 기능 아이콘을 눌러서 인증 정보를 생성하거나 수정할 수 있습니다.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "여러 개의 인증 정보를 사용할 수 있습니다. 확장 기능 아이콘을 눌러서 사용할 인증 정보를 선택하십시오.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "알 수 없는 오류입니다.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "데이터베이스를 열지 않았습니다.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "데이터베이스 해시를 수신하지 못했습니다.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "클라이언트 공개 키를 수신하지 못했습니다.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "메시지를 복호화할 수 없습니다.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "KeePassXC에 연결할 수 없습니다. KeePassXC 설정에서 브라우저 통합이 켜져 있는지 확인하십시오.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "동작이 취소되었거나 거부되었습니다.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "메시지를 암호화할 수 없습니다. KeePassXC가 실행 중입니까?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC 연결이 실패했습니다. 다시 시도하십시오.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "키 교환에 실패했습니다.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "암호화 키를 인식할 수 없습니다.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "저장된 데이터베이스를 찾을 수 없습니다.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "동작이 잘못되었습니다.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "빈 메시지를 받았습니다.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "URL을 지정하지 않았습니다.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "로그인을 찾을 수 없습니다.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "암호 생성기 아이콘", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "생성된 암호", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "다음 암호 입력 필드도 채우기", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? 비트", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "암호 생성기", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "생성", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "복사", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "채우고 복사", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "오류:\n생성된 암호가 입력이 허용된 암호보다 더 깁니다!\n허용된 길이에 맞춰서 암호를 잘랐습니다.\n\n새 암호를 기억하십시오!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "암호 생성", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "생성된 암호를 수신할 수 없습니다.
KeePassXC가 실행 중입니까?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "숨기기", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "건너뛰기", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "더 보기", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "다시 시도", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "확인", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "이 페이지의 로그인 필드가 선택되어 있으며 내용을 덮어 씁니다.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "선택 무시", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "문자열 필드 #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. 사용자 이름 필드 선택", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. 암호 필드 선택", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. 선택 확인", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "선택 사항을 확인하거나 더 많은 문자열 필드를 선택하십시오.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "키보드에서 숫자를 눌러서 입력 필드를 선택할 수 있습니다.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "사용자 이름", + "description": "General text for username." + }, + "password": { + "message": "암호", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- 사용자 이름 없음 -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "오류:\n로그인을 찾을 수 없습니다.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "오류:\nKeePassXC에 하나 이상의 로그인 정보가 있습니다!\nKeePassXC-브라우저 아이콘을 눌러서 더 많은 옵션을 보십시오.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "오류:\n지정한 사용자 이름과 일치하는 인증 정보를 찾을 수 없습니다.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "오류:\n입력할 필드를 찾을 수 없습니다.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "오류:\n암호 필드를 찾을 수 없습니다.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "오류:\n변경된 인증 정보를 감지할 수 없습니다.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - 팝업", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "설정", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "이 페이지의 사용자 정의 로그인 필드 선택", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "연결", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "다시 연결", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "로그인 필드 다시 확인", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "새로 고침", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "데이터베이스 다시 열기", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-브라우저에서 오류가 발생했습니다:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "KeePassXC의 오래된 버전을 사용하고 있습니다.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "keepassxc.org 사이트에서 최신 버전을 다운로드하십시오", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "상태 확인 중...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-브라우저가 설정되지 않았습니다. KeePassXC와 연결하려면 연결 단추를 누르십시오.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-브라우저와 KeePassXC 사이의 연결이 끊어졌습니다.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "다시 연결 단추를 눌러서 새로 연결하십시오.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-브라우저가 아직 KeePassXC에 연결되지 않았지만 다음 식별자로 설정되어 있습니다: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-브라우저가 KeePassXC에 연결되어 있고 다음 식별자로 설정되어 있습니다: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "사용자 이름이나 암호가 변경되었습니다! 저장하시겠습니까?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "인증 정보를 연결된 데이터베이스에 식별자 $1(으)로 저장합니다", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "다음 사용자 이름이 저장되지 않았습니다: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "지정한 사용자 이름을 사용하는 인증 정보는 굵게 표시됩니다: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "업데이트할 인증 정보를 선택하십시오.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "새 인증 정보를 추가할 그룹을 선택하십시오.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "오류: 지정한 기본 그룹을 찾을 수 없습니다. 필요한 모든 그룹을 만듭니다.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "새 그룹을 만들 수 없습니다.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "오류: 인증 정보를 업데이트하지 않았습니다. 암호가 변경되지 않았습니다.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "오류: 인증 정보를 저장하거나 업데이트할 수 없습니다.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "페이지에 입력할 로그인 정보를 선택하십시오.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "필터:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "로그인에 사용할 인증 정보를 선택하십시오.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "이 페이지에서 두 개 이상의 암호 필드를 찾았습니다. 암호 필드 중 하나를 오른쪽 단추로 누른 다음 선택하십시오:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL:", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "사용자 이름:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "새로 만들기", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "업데이트", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "숨기기", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "이 페이지에서 묻지 않기", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "닫기", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "숨기고 기본 인증 대화 상자 표시", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "설정 | KeePassXC-브라우저", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "일반 설정", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "연결된 데이터베이스", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "사용자 정의 로그인 필드", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "사이트 환경 설정", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "정보", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "일반", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "연결된 데이터베이스", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "사용자 정의 로그인 필드", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "사이트 환경 설정", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "정보", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "단축키 설정", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "저장", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "연결", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "삭제", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "추가", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "업데이트 확인", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "예, 삭제합니다", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "취소", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "초기화", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "깜빡임 시간:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "전환 위치:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "최대 전환 수:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "새 암호를 저장할 기본 그룹:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "슬래시로 그룹을 구분하십시오. 예: 그룹/자식그룹.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "항상 새 인증 정보를 추가할 그룹 묻기", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "이 옵션을 사용하면 팝업 창에 그룹 목록을 표시합니다.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "암호 생성기를 활성화합니다.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "자동으로 인증 정보를 가져옵니다.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "자동으로 단일 인증 정보 항목을 입력합니다.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "사용자 이름 필드 자동 완성을 사용합니다.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "알림을 표시합니다.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "도메인만 저장합니다.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "데이터베이스에 새 인증 정보를 저장할 수 있을 때 알림을 표시합니다.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "자동으로 HTTP 기본 인증 정보 항목을 입력하고 제출합니다.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "KeePassXC 업데이트 확인:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "3일마다", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "매주", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "매달", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "하지 않음", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "키보드 단축키", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "새 인증 정보를 발견한 후 아이콘을 깜빡일 최대 시간(ms)", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "페이지 전환으로 인하여 비활성화될 때까지 아이콘을 깜빡일 최소 시간(ms)", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1을 입력하면 최대 전환 회수와 상관 없이 깜빡임 시간만 사용(이전 방식)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "전환 위치 이후 아이콘을 비활성화하기 전까지 탭을 순환할 회수", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "암호 필드에 새 암호 생성기 단추를 추가합니다.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "암호 생성 프로필을 사용하여 KeePassXC에서 암호를 생성합니다.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "탭을 활성화할 때 KeePassXC-브라우저에서 인증 정보를 즉시 가져옵니다.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "인증 정보가 하나만 있을 때 KeePassXC-브라우저에서 자동으로 입력합니다.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "경고! 자동 입력은 안전하지 않을 수 있습니다. 주의하여 사용하십시오.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "페이지에 있는 모든 사용자 이름 필드에 입력할 수 있는 인증 정보 드롭다운 목록을 표시합니다.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "사용자 동작이 필요하거나 오류가 발생했을 때 알림을 표시합니다.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "새 인증 정보를 저장할 때 전체 URL 대신 도메인만 저장합니다.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "페이지 인증 정보를 찾았고 로그인 형식이 HTTP 기본 인증일 때 KeePassXC-브라우저에서 최초로 지정한 인증 정보로 로그인을 시도합니다.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "HTTP 기본 인증 대화 상자 예시:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-브라우저에서 인증 정보를 가져오려면 KeePassXC가 필요합니다.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "최신 안정 버전 다운로드: $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "실행 중인 KeePassXC 버전: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "사용 가능한 KeePassXC 최신 버전: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "기본값: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "무한대: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "추천: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "$1의 단축키가 변경되었습니다.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "$1의 단축키를 초기화했습니다.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "오류: $1의 단축키가 변경되지 않았습니다!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "다음 KeePassXC 데이터베이스가 KeePassXC-브라우저에 연결되어 있습니다.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "연결된 데이터베이스를 찾을 수 없습니다.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "데이터베이스 목록에서 식별자를 삭제하시겠습니까?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "다음 식별자를 데이터베이스 목록에서 삭제하시겠습니까?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "언제든지 데이터베이스에 다시 연결할 수 있습니다.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "식별자", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "키", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "마지막 사용", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "생성", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "삭제", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "페이지 URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "무시", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "사용자 이름만 감지", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "삭제", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "모든 기능 활성화", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "새로운/수정된 인증 정보 비활성화", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "모든 기능 비활성화", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "저장된 사용자 정의 로그인 필드가 없습니다.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "아래 표에서 저장된 사용자 정의 로그인 필드를 관리할 수 있습니다.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "KeePassXC-브라우저에서 잘못된 로그인 필드를 감지했다면 올바른 필드를 직접 지정할 수 있습니다.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "해당 페이지로 이동하여 KeePassXC-브라우저 아이콘을 누른 다음 선택하십시오", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "저장된 사용자 정의 로그인 필드를 삭제하시겠습니까?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "다음 페이지의 저장된 사용자 정의 로그인 필드를 삭제하시겠습니까: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "다음 번에 이 페이지를 방문할 때 KeePassXC-브라우저에서 자동으로 로그인 필드를 감지합니다.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "무시할 사이트를 찾을 수 없습니다.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "사이트를 삭제하시겠습니까?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "이 페이지에 있는 사이트에서는 개별적 처리 방법을 사용합니다.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "지정한 사이트에서 새로운/수정된 인증 정보를 무시하려면 아래에 추가하거나 깜빡이는 KeePassXC-브라우저 아이콘을 누른 다음 선택하십시오", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "만약 모든 기능 비활성화를 선택하여 사이트를 완전히 무시한다면 해당 사이트를 방문할 때 플러그인을 비활성화합니다.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "사용자 이름만 감지 기능을 사용하면 KeePassXC-브라우저에서 사용자 이름과 암호를 별도의 웹 페이지로 입력하는 사이트의 로그인 정보를 입력합니다.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "직접 URL 추가", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "다음 사이트를 목록에서 삭제하시겠습니까: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-브라우저는 이 사이트에서 모든 기능을 활성화하고 사용자 이름만 감지 기능을 사용하지 않습니다.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "아래 표에서 저장된 사이트별 설정을 관리할 수 있습니다.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "페이지에서 확장 기능의 기능을 무시하는 옵션입니다.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Chrome 웹 스토어의 KeePassXC-브라우저 페이지를 방문합니다.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Mozilla 확장 기능 디렉터리의 KeePassXC-브라우저 페이지를 방문합니다.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "GitHub의 KeePassXC-브라우저 페이지를 방문합니다.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-브라우저 버전: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC 버전: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "기여자", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "라이선스", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "버그 보고", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "GitHub에 새 문제점 보고하기", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "다음 디버그 정보를 사용할 수 있습니다", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "값이 잘못되었습니다. 입력값을 확인하십시오.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "URL이 잘못되었습니다. 입력값을 확인하십시오.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "값이 목록에 이미 존재합니다.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "새 탭 열기", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP 기본 인증 대화상자", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/la/messages.json b/keepassxc-browser/_locales/la/messages.json new file mode 100644 index 0000000..fc86f3d --- /dev/null +++ b/keepassxc-browser/_locales/la/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC integratio pro interretialibus navigatoribus modernis", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Imple Nomine Usorio et Tessera", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Imple Tessera Tantum", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Imple TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Ostende Tesserarum Generatoris Icones", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Serva litteras credentiales", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Ostende generatorem tesserarium", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Litteras credentialies vel creare vel mutare potes incone extensionis deprimendo.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "HTTP authenticatio cum litteris credentialibus multis invent comprehensa sunt. Deprime iconem extensionis ut recta eligas.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Error incognitus.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Datorum basis non aperta est.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Datorum basis comminutum non receptum est.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Clientis publica clavis recepta non est.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Nuntius discifrari non potest.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Non potest connexi ad KeePassXC. Comproba in KeePassXC optionibus navigatoris integrationem habilitatam esse", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Actio aut cancellata aut vetita est.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Nuntii cifrandi defecerunt. Curritne KeePassXC?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC associatio fefellit. Conare iterum.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Permutatio clavorum non successavit.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Clavis cryptographica non cognita est.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Nullae servatae datorum bases inventae sunt.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Prava actio.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Nuntius vacuus receptus.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Nullum URL praebitum est.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Nulla credentialia sunt inventa.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Icon generatoris tesserarii", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Tessera generata", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Imple quoque campum tesserarium sequentem ", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? Biti", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Tesserarum Generator", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Genera", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Exscribe", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Imple et exscribe", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Error:\nHaec tessera generata longior est quam longitudo permitta!\nSecuta est ut longitudini conveniat.\n\nMemento, si vis, novam tesseram!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Genera tesseram", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Tessera generata recepi non potest.
Curritne KeePassXC?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Dimitte", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Transi", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Ostende plus", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Iterum", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Confirme", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Campi credentiales pro hac pagina iam electi sunt et superscribentur.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Excute electum", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Campus serialis #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Campus pro nomine usorio legendo", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Campus pro tessera nunc legenda", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Confirma electionem", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Confirma, si vis, electionem tuam vel elige plures campos pro Serialibus Campis.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "Potes quoque numeris uti ut ex claviario campos inductos eligas.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Nomen usorium", + "description": "General text for username." + }, + "password": { + "message": "Tessera", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- nullum nomen usorium -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Error:\nNulla credentialia inventa sunt.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Error:\nPlus uno credentiali in KeePassXC inventum est!\nDeprime KeePassXC-Navigatoris inconem ut plus optionum videas.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Error:\nNullae litterae credentialies pro praebito nomini usorio inventae sunt.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Error:\nCampi inveniri ad implendum non possunt.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Error:\nCampus tesserarius inveniri non potest.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Error:\nMutatae litterae credentiales non inventae sunt.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Emergens", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Configuratio", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Elige personalizatos initii campos pro hac pagina.", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Connecte", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Reconnecte", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Initii campos rursus inveni", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Reonera", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Reclude datorum basim", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeepassXC-Navigator errori occurrit.", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Uteris KeePassXC veteri versione.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Extrahe, si vis, novissimam versionem ex keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Comprobans statum...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Navigator non configuratus est. Deprime malleolum connexionis ut Navigatorem cum KeePassXC copules.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Naviagator disconnexus est de KeePassXC.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Deprime malleolum cui titulus \"Reconnecte est\" ut connexum novum constituas.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Navigator non iam connexit cum KeePassXC sed configuratus est signo: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Navigator connexus cum KeePassXC et configuratus est cum sequenti signo: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Mutatum est aut nomen usorium aut tesseram. Visne id servare?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Litterae credentiales in connexa datorum basi servabuntur cum signo $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Nomen usorium sequens non servatum est: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Credentialia cum nomine usorio uso sunt graviter marcata: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Elige, si vis, litteras credentiales actualizandas.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Elige, si vis, classem cui novas litteras credentiales addere vis.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Praebita classis defalta non invenitur. Omnes classes necessarias creabuntur.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Novae classes creari non possunt.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Litterae credentiales non actualizatae sunt. Tessera non actualizata est.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Litterae credentiales aut servari aut actualizari non possunt.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Elige login-informationem quae velis inducere in pagina.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Percolator:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Elige informationem credentialem vis tibi initurum esse.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Plus uno campo tesseralio in hac pagina inventus est. Dextrorsum deprime unum campum tesseralium, et elige unum ex:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL:", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Nomen usorium:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Novum", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Actualizatio", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Dimitte", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Noli poscere umquam hanc paginam", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Claude", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Dimitte ostendeque dialogum authenticationis defaltum", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Configuratio | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Configuratio Generalis", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Datorum Bases Connectae", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Personalizati campi credentiales", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Potissima situs interretialis ", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Informatio de", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Generale", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Connectae Datorum Bases", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Campos initiailizandi sessionis personalizatos", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Potissima situs interretialis ", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Informatio de", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Configura excurtiatus", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Serva", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Connecte", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Excute", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Adde", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Comproba utrum actualizationes sunt", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Ita, excute nunc", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Cancella", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Reimpone", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Tempus in Connivendo:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Redirectionis numeratus:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Maximus numerus redirectionum:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Defalta classis ad novarum tesserarum servandum:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separa classem lineolis intercendentibus, e.g.: Classis/FiliaClassis.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Semper roga ubi oportet novas litteras credentialas servari.", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Popup habiltatu elenchum circulatum osdenit.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Activa generatorem tesserae.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Automatice litteras credentiales repete", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Automatice imple nomina singulorum credentialorum.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Activa autocomplete pro campis nominum usoriorum.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Ostende notificationes.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Serva dominium solum.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Ostende notificationem si litterae credentialiae novae in datorum basi servari possunt.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Automatice imple HTTP Basic Auth dialogos et submitte eos.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Comproba si actualizationes sint pro KeePassKC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "ternis (3) diebus", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "singulis hebdomadis", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "singulis mensibus", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "numquam", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Excurtiatus claviaturiales", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Maximum tempus (ms) oportet iconem connivere postquam novae litterae credentiales inveniuntur", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Minimum tempus (ms) oportet iconem connivere dum cesset propter redirectiones paginales.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 ut tantum tempus connivendi conferatur, praeterens Maximum Redirectionum Numerum (vetus usus)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Quot paginas periterare oportet tabellam post redirectionem ante inconem disactivandum?", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Addit malleolum campis tesserariis ad novam tesseram generandam.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "KeePassXC tesseras generat profilo tesserarum generandarum.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Navigator, cum tabella activatur, litteras credentiales statim referret. ", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Permitte ipsum KeePassXC-Navigatorem implere litteras credentiales si solum unum nomen recipiat.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Cave! Auto-implere non est tutum a periculo. Utere tuo periculo.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Ostende elenchum pendentem omnes litteras credentiales habentem omnium camporum usoriorum qui sunt in singula pagina.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Ostende notificationes cum errores sint aut congressus cum usore opus est. ", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Quotiescumque novas litteras credentiales servas, serva solum dominium pro plena URL.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Si litterae credentiales pro pagina inveniatur et login-typus est HTTP Basic Auth request, KeePassXC-Navigator intrare conabitur primis datis litteris credentialibus.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Dialogus HTTP Basic Auth similis eo videtur:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Navigator requirit KeePassXC litteras credentiales arcessere.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Novissimam versionem stabilem extrahere potes ex $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Agis KeePassXC versionem: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Novissima versio KeePassXC in promptu: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Defaltum: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Infinitum: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Suasum: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Excurtiatus pro $1 sine errore mutatus est.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Excurtiatus for $1 reimpositus est.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Error: Excurtiatus pro $1 mutatus non est!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Sequentes KeePassXC datorum bases ad KeePassXC-Navigatorem connectae sunt.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Nullae datorum bases connectae inventae sunt.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Excutiaturne indentifactor ex datorum basis tabula?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Num vis sequentem identificatorem ex datorum basis tabula excutere?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Reconnectere datorum basim semper potes.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identificator", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Clavis", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Novissime usum", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Creatum", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Dele", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "Paginae URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Praetere", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Detectio nominis usorii tantum", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Dele", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Habilita omnia propria", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Debilita litteras credentiales novas aut mutatas", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Debilita omnia propria", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Nulli personalizati campi credentiales inventi sunt.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "Tabulae inferioris opere, potes servatos campos credentiales administrare.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Si KeePassXC-Navigator inveniat falsos initializandi campos, potes ipse rectos campos indicare.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Adi ad paginam et deprime KeePassXC-Navigatoris iconem, deinde elige", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Visne excutere campos sessionis initializandi personalizatos servatos?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Num vis huius paginae campos servatos initializandi sessionis personalizatos: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Navigator initializandi campos automatice inveniet in tuo visitatione huius paginae sequenti. ", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Nulli interretiales situs praeteriti inventi sunt.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Visne excutere situm interretialem?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Situs interretiales in hac pagina habunt iis modos tractandi proprios.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Ut praetereas litteras cuiusdam situs interretialis credentiales, vel ea adde infra vel deprime iconem KeePassXC-Navigator eligeque.", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Si situs interretialis est omnino praeteritus ( Debilita omnia propria), hoc plugin nihil operabit quoties illum situm visitas.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Detectio pro nomini usorio tantum inveniendo efficit ut KeePassXC-Navigator singulas res de sessionis initio in interretilibus sitis separatas paginas pro nomine usorio et pro tessera habentis implere possit.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Adde URL manualiter", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Num vis situm interretialem praebitum ex indice excutere: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Navigator omnia pro hoc sito interretiali propria habilitabit et detectionem tantum pro nomini usorio excutiet.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "Tabulae inferioris opere, potes servata potissima administrare.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Optio ad proprium extensionis ignorandum in quaqua pagina.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Visita KeePassXC-Navigator in Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Visita KeePassXC-Navigator in Mozilla Add-ons indice.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Vistita KeePassXC-Navigator in GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Navigatoris Versio: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC Versio: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contributores", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licentiae", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Nuntia errores", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Crea novam adsumptionem in GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "Debug informatio sequens potest adhiberi", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalidus valor. Comproba, si vis, inductum.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "URL invalida. Comproba, si vis, inductum.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "Valor iam est in indice.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Tabellam novam aperit", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authenticationis dialogus", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/nl_NL/messages.json b/keepassxc-browser/_locales/nl_NL/messages.json new file mode 100644 index 0000000..c6127ff --- /dev/null +++ b/keepassxc-browser/_locales/nl_NL/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC-integratie voor moderne webbrowsers", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Gebruikersnaam en wachtwoord invullen", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Alleen wachtwoord invullen", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "TOTP invullen", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Wachtwoordgenerator-pictogrammen tonen", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Inloggegevens opslaan", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Wachtwoordgenerator weergeven", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Creëer of bewerk de inloggegevens door de klikken op het extensiepictogram.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "HTTP-authenticatie met meerdere inloggegevens gedetecteerd. Klik op het extensiepictogram om de juiste te kiezen.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Onbekende fout.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Databank niet geopend.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Geen databank-hash ontvangen.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Geen openbare client-sleutel ontvangen.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Kan bericht niet ontcijferen.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Kan niet met KeePassXC verbinden. Controleer of browser integratie aan staat in de KeePassXC instellingen.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Actie geannuleerd of geweigerd.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Berichtencryptie is niet gelukt. Is KeePassXC wel gestart?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC-associatie mislukt; probeer het opnieuw.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Sleuteluitwisseling is mislukt.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Beveiligingssleutel wordt niet herkend.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Geen opgeslagen databanken aangetroffen.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Onjuiste actie.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Leeg bericht ontvangen", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Geen URL opgegeven.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Geen inloggegevens aangetroffen.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Wachtwoordgenerator pictogram", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Gegeneerd wachtwoord", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Volgend wachtwoordveld ook invullen", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? bits", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Wachtwoordgenerator", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Genereren", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Kopiëren", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Invullen en kopiëren", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Fout:\nHet gegenereerde wachtwoord is langer dan de toegestane lengte!\nHet wachtwoord is daarom ingekort.\n\nOnthoudt het nieuwe wachtwoord!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Wachtwoord genereren", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Kan gegenereerd wachtwoord niet ontvangen.
Is KeePassXC actief?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Verwerpen", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Overslaan", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Meer", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Opnieuw", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Bevestigen", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "De inlogvelden op deze pagina zijn al geselecteerd en worden overschreven.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Selectie verwerpen", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "String-veld #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Kies een gebruikersnaamveld", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Kies een wachtwoordveld", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Bevestig de selectie", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Bevestig je selectie of kies meerdere velden als stringvelden.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Gebruikersnaam", + "description": "General text for username." + }, + "password": { + "message": "Wachtwoord", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- geen gebruikersnaam -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Fout:\nGeen inloggegevens aangetroffen.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Fout:\nEr zijn meerdere inloggegevens aangetroffen in KeePassXC!\nDruk op het KeePassXC-browserpictogram voor meer opties.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Fout:\nGeen inloggegevens aangetroffen voor de opgegeven gebruikersnaam.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Fout:\nGeen in te vullen velden aangetroffen.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Fout:\nGeen wachtwoordveld aangetroffen.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Fout:\nKan gewijzigde inloggegevens niet detecteren.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Pop-up", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Instellingen", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Kies aangepaste inlogvelden voor deze pagina", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Koppelen", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Opnieuw koppelen", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Inlogvelden opnieuw detecteren", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Herladen", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Databank heropenen", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "Er is een fout opgetreden in KeePassXC-Browser:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Je gebruikt een oude versie van KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Download de nieuwste versie op keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Bezig met controleren van status...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser is niet ingesteld. Druk op de knop 'Koppelen' om te koppelen met KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser is niet langer gekoppeld aan KeePassXC.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Druk op de knop 'Opnieuw koppelen' om een nieuwe verbinding op te zetten.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser is nog niet gekoppeld aan KeePassXC, maar is wél ingesteld met de identificatie: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser is gekoppeld aan KeePassXC en is ingesteld met de volgende identificatie: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Gebruikersnaam of wachtwoord gewijzigd. Opslaan?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "De inloggegevens worden opgeslagen in de gekoppelde databank met de identificatie $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "De volgende gebruikersnaam is nog niet opgeslagen: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "De inloggegevens met de gebruikte gebruikersnaam zijn vetgedrukt: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Kies de bij te werken inloggegevens.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "New group(s) cannot be created.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credentials not updated. The password has not been changed.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Credentials cannot be saved or updated.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Kies de inloggegevens die je wilt invullen op de pagina.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filter:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Kies de inloggegevens waarmee je wilt inloggen.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Er is meer dan één wachtwoordveld aangetroffen op deze pagina. Druk met de rechtermuisknop op één van de velden en kies één van de:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL:", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Gebruikersnaam", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nieuw", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Bijwerken", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Sluiten", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Nooit vragen op deze pagina", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Sluiten", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Sluiten en standaard authenticatievenster tonen", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Instellingen | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Algemene instellingen", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Gekoppelde databanken", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Aangepaste inlogvelden", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Websitevoorkeuren", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Over", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Algemeen", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Gekoppelde databanken", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Aangepaste inlogvelden", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Websitevoorkeuren", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Over", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Sneltoetsen instellen", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Bewaren", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Koppelen", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Verwijderen", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Toevoegen", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Controleren op updates", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Ja, nu verwijderen", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Annuleren", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Terugzetten", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Knippertijd:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Doorverwijstijd:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Maximaal aantal doorverwijzingen:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Wachtwoordgenerator activeren.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Inloggegevens automatisch ophalen.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Pagina's met één inlogveld automatisch invullen.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Auto-aanvullen inschakelen voor gebruikersnaamvelden.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Meldingen tonen.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Alleen domeinnaam opslaan.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Melding tonen als er nieuwe inloggegevens kunnen worden opgeslagen in de databank.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "HTTP Basic Auth-velden automatisch invullen en versturen.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Controleren op updates:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "elke 3 dagen", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "elke week", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "elke maand", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "nooit", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Sneltoetsen", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Maximale tijd (ms) dat het pictogram moet knipperen na het detecteren van nieuwe inloggegevens", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Minimale tijd (ms) dat het pictogram moet knipperen voordat pagina-doorverwijzingen worden uitgeschakeld.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 om knippertijd te gebruiken waarbij het maximale aantal doorverwijzingen wordt genegeerd (oorspronkelijke instelling)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Hoeveel pagina's moeten worden doorgebladerd na het doorverwijzen voordat het een pictogram wordt gedeactiveerd", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Voegt een knop toe aan wachtwoordvelden om een nieuw wachtwoord te genereren.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Wachtwoorden worden gegenereerd door KeePassXC op basis van je wachtwoordgeneratie-profiel.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser haalt inloggegevens automatisch op als een tabblad wordt geactiveerd.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Inloggegevens automatisch invullen als er slechts één veld wordt gedetecteerd.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Waarschuwing: auto-aanvullen is niet veilig. Gebruik op eigen risico.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Toont een uitklaplijst met beschikbare inloggegevens voor alle gebruikersnaamvelden op de pagina.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Toont een melding bij fouten en als gebruikershandelingen vereist zijn.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Alleen de domeinnaam opslaan i.p.v. de volledige URL bij het opslaan van nieuwe inloggegevens.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Als inloggegevens worden aangetroffen voor een pagina en de inlogsoort is HTTP Basic Auth, dan probeert KeePassXC-Browser in te loggen met de eerste de beste inloggegevens.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Een HTTP Basic Auth-venster ziet er zo uit:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-browser heeft KeePassXC nodig om inloggegevens op te halen.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Je kunt de nieuwste stabiele versie downloaden op $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Je gebruikt KeePassXC, versie: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Nieuwste beschikbare versie van KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Standaard: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Oneindig: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Aanbevolen: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Sneltoets voor $1 is veranderd.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Sneltoets voor $1 is hersteld.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Fout: Sneltoets voor $1 is niet veranderd!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "De volgende KeePassXC-databanken zijn gekoppeld aan KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Geen gekoppelde databanken aangetroffen.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Identificatie verwijderen uit databanklijst?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Weet je zeker dat je de volgende identificatie wilt verwijderen uit de databanklijst?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Je kunt je databank op elk moment opnieuw koppelen.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identificatie", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Sleutel", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Laatst gebruikt op", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Gecreëerd op", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Verwijderen", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "Pagina-URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Negeren", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Alleen gebruikersnamen detecteren", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Verwijderen", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Alle functies inschakelen", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Nieuwe/gewijzigde inloggegevens uitschakelen", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Alle functies uitschakelen", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Geen aangepaste inlogvelden aangetroffen.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Als KeePassXC-Browser de verkeerde inlogvelden detecteert, dan kun je de juiste velden zelf opgeven.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Ga naar de pagina, klik op het KeePassXC-browserpictogram en kies", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Opgeslagen aangepaste inlogvelden verwijderen?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Weet je zeker dat je de opgeslagen aangepaste inlogvelden wilt verwijderen op de pagina: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser detecteert automatisch de inlogvelden bij je volgende paginabezoek.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Geen genegeerde websites aangetroffen.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Website verwijderen?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Websites op deze pagina hebben speciale behandelingsmethoden toegewezen gekregen.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Om nieuwe/aangepaste inloggegevens op een specifieke site te nergeren, voeg ze hier onder toe of klik op het knipperende KeePassXC-Browser icoon en selecteer", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Als een site volledig is genegeerd (Alle functies uitschakelen is geselecteerd), dan zal de plugin niks doen wanneer die site bezoekt.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Alleen gebruikersnaamen detecteren laat KeePassXC-Browser inloggegevens invullen op websites met aparte pagina's voor gebruikersnaam en wachtwoord.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Add URL manually", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Weet je zeker dat je de gespecificeerde site wil verwijderen uit de lijst: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser zal alle functionaliteiten aanzetten voor deze site en alleen-gebruikersnaam detectie uitschakelen", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Bekijk KeePassXC-Browser in de Chrome Web Store", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Bekijk KeePassXC-Browser in de Mozilla Add-ons lijst", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Bekijk KeePassXC-Browser op GitHub", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser versie: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC versie: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contributors", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenses", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Report bugs", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Create new issue on GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalid value. Please check the input.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Invalid URL. Please check the input.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "The value already exists in the list.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Opens a new tab", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/pl/messages.json b/keepassxc-browser/_locales/pl/messages.json new file mode 100644 index 0000000..d62e310 --- /dev/null +++ b/keepassxc-browser/_locales/pl/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC - integracja z nowoczesnymi przeglądarkami internetowymi", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Wypełnij nazwę użytkownika i hasło", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Wypełnij tylko hasło", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Wypełnij TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Pokaż ikony generatora haseł", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Zapisz dane uwierzytelniające", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Pokaż generator haseł", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Utwórz lub zmień dane uwierzytelniające poprzez kliknięcie ikony rozszerzenia.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Uwierzytelnianie HTTP z wykrytymi wieloma danymi uwierzytelniającymi. Kliknij ikonę rozszerzenia, aby wybrać właściwe.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Nieznany błąd.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Baza danych nie została otwarta.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Nie otrzymano hashu bazy danych.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Klucz publiczny klienta nie został odebrany.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Nie można odszyfrować wiadomości.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Nie można połączyć się z KeePassXC. Sprawdź, czy integracja przeglądarki jest włączona w ustawieniach KeePassXC.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Działanie anulowane lub odrzucone.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Szyfrowanie wiadomości nie powiodło się. Czy KeePassXC jest uruchomiony?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Powiązanie KeePassXC nie powiodło się, spróbuj ponownie.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Wymiana klucza nie powiodła się.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Klucz szyfrowania nie jest rozpoznawany.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Nie znaleziono zapisanych baz danych.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Nieprawidłowe działanie.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Otrzymano pustą wiadomość.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Nie podano adresu URL.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Nie znaleziono loginów.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Ikona generatora haseł", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Wygenerowane hasło", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Wypełnij także kolejne pole hasła", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? bity", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Generator hasła", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Wygeneruj", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Skopiuj", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Wypełnij i skopiuj", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Błąd:\nWygenerowane hasło jest dłuższe niż dozwolona długość!\nZostało przycięte, aby pasowało do długości.\n\nZapamiętaj nowe hasło!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Wygeneruj hasło", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Nie można odebrać wygenerowanego hasła.
Czy KeePassXC jest włączony?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Odwołaj", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Pomiń", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Pokaż więcej", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Jeszcze raz", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Potwierdź", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Pola logowania dla tej strony są już wybrane i zostaną nadpisane.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Odrzuć wybór", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Pole ciągów #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Wybierz pole nazwy użytkownika", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Teraz wybierz pole hasła", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Potwierdź wybór", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "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": { + "message": "Możesz także użyć liczb, aby wybrać pola wprowadzania z klawiatury.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Nazwa użytkownika", + "description": "General text for username." + }, + "password": { + "message": "Hasło", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- brak nazwy użytkownika -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Błąd:\nNie znaleziono loginów.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Błąd:\nZnaleziono więcej niż jeden login w KeePassXC!\nWciśnij 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": { + "message": "Błąd:\nNie znaleziono danych uwierzytelniających dla podanej nazwy użytkownika.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Błąd:\nNie można znaleźć pól do wypełnienia.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Błąd:\nNie można znaleźć pola hasła.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Błąd:\nNie można wykryć zmienionych danych uwierzytelniających", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - popup", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Ustawienia", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Wybierz niestandardowe pola logowania dla tej strony", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Połącz", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Połącz ponownie", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Ponownie wykryj pola logowania", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Przeładuj", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": " Ponownie otwórz bazę danych", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser napotkał błąd:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Używasz starej wersji KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Pobierz najnowszą wersję z keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Sprawdzanie stanu...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser nie został skonfigurowany. Wciśnij przycisk połączenia, aby sparować z KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser został odłączony od KeePassXC.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Wciśnij przycisk ponownego połączenia, aby ustanowić nowe połączenie.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser jeszcze nie połączył się z KeePassXC, ale został skonfigurowany przy użyciu identyfikatora: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser jest połączony z KeePassXC i został skonfigurowany przy użyciu następującego identyfikatora: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Nazwa użytkownika lub hasło zostały zmienione! Zapisać to?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Dane uwierzytelniające zostaną zapisane w podłączonej bazie danych z identyfikatorem $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Następująca nazwa użytkownika nie jest obecnie zapisana: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Dane uwierzytelniające z używaną nazwą użytkownika są oznaczone pogrubieniem: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Wybierz dane uwierzytelniające, które chcesz zaktualizować.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Wybierz grupę, do której chcesz dodać nowe dane uwierzytelniające.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Błąd: Nie znaleziono określonej domyślnej grupy. Tworzenie wszystkich niezbędnych grup.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Nie można utworzyć nowych grup lub grupy.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Błąd: Dane uwierzytelniające nie zostały zaktualizowane. Hasło nie zostało zmienione.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Błąd: Nie można zapisać ani zaktualizować danych uwierzytelniających.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Wybierz dane logowania, które chcesz wprowadzić na stronie.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filtr:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Wybierz dane logowania, z którymi chcesz się zalogować.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Znaleziono więcej niż jedno pole hasła na tej stronie. Kliknij prawym przyciskiem myszy jedno z pól hasła i wybierz jedno z:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "Adres URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Nazwa użytkownika: ", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nowe", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Zaktualizuj", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Odwołaj", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Nigdy nie pytaj o tę stronę", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Zamknij", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Odwołaj i pokaż domyślne okno uwierzytelniania", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Ustawienia | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Ustawienia główne", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Podłączone bazy danych", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Niestandardowe pola logowania", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Ustawienia witryny", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Informacje", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Ogólne", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Podłączone bazy danych", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Niestandardowe pola logowania", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Ustawienia witryny", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Informacje", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": " Skonfiguruj skróty", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Zapisz", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Połącz", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Usuń", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Dodaj", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Sprawdź aktualizacje", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Tak, usuń teraz", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Anuluj", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Resetuj", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Czas migania:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Przesunięcie przekierowania:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Maksymalna liczba przekierowań:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Domyślna grupa do zapisywania nowych haseł:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Oddziel grupę ukośnikami, na przykład: Grupa/Podgrupa.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Zawsze pytaj, gdzie zapisać nowe dane uwierzytelniające", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Po włączeniu popup pokazuje listę grup.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Aktywuj generator haseł.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Automatycznie pobieraj dane uwierzytelniające.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Automatycznie wypełnij pojedyncze wpisy.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Aktywuj autouzupełnianie dla pól nazwy użytkownika.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Pokaż powiadomienia.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Zapisz tylko domenę.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Pokaż powiadomienie, gdy nowe dane uwierzytelniające mogą zostać zapisane w bazie danych.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Automatycznie wypełniaj okna dialogowe podstawowego uwierzytelniania HTTP i przesyłaj je.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Sprawdź dostępność aktualizacji KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "co 3 dni", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "co tydzień", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "co miesiąc", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "nigdy", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Skróty klawiszowe", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Maksymalny czas (ms), w którym ikona powinna migać po wykryciu nowych danych uwierzytelniających", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Minimalny czas (ms), w któym ikona powinna migać przed dezaktywacją z powodu przekierowań strony.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1, aby używać tylko czasu migania z ignorowaniem maksymalnych przekierowań (stare zachowanie)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Ile stron powinna przejść karta po przesunięciu przekierowania przed dezaktywacją ikony", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Dodaje przycisk do pól hasła w celu wygenerowania nowego hasła.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Hasła są generowane przez KeePassXC przy użyciu profilu generowania haseł.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser natychmiast odbierze dane uwierzytelniające po aktywowaniu karty.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Pozwól KeePassXC-Browser automatycznie wypełnić dane uwierzytelniające, jeśli otrzyma tylko jeden wpis.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Ostrzeżenie! Korzystanie z automatycznego wypełniania nie jest bezpieczne. Używaj na własne ryzyko.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Pokaż listę rozwijaną zawierającą dostępne dane uwierzytelniające dla wszystkich pól nazwy użytkownika na stronie.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Pokaż powiadomienia o błędach, i gdy wymagana jest interakcja użytkownika.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Zapisując nowe dane uwierzytelniające, zapisz tylko domenę zamiast pełnego adresu URL.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Jeśli znaleziono dane uwierzytelniające dla strony, a typem logowania jest żądanie podstawowego uwierzytelniania HTTP, KeePassXC-Browser spróbuje zalogować się przy użyciu pierwszych danych uwierzytelniających.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Okno dialogowe podstawowego uwierzytelniania HTTP wygląda następująco:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser potrzebuje KeePassXC do pobierania danych uwierzytelniających.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Możesz pobrać najnowszą stabilną wersję z $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Używasz KeePassXC w wersji: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Najnowsza dostępna wersja KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Domyślne: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Nieskończone: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Polecane: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Skrót do $1 został pomyślnie zmieniony.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Skrót dla $1 został zresetowany.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Błąd: Skrót dla $1 nie został zmieniony!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Następujące bazy danych KeePassXC są podłączone do KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Nie znaleziono podłączonych baz danych.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Usunąć identyfikator z listy baz danych?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Czy na pewno chcesz usunąć następujący identyfikator z listy baz danych?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Możesz ponownie połączyć się z bazą danych w dowolnym momencie.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identyfikator", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Klucz", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Ostatnio używana", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Utworzona", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Usuwanie", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "Adres URL strony", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorowanie", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Wykrywanie tylko nazwy użytkownika", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Usuwanie", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Włącz wszystkie funkcje", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Wyłącz nowe/zmodyfikowane dane uwierzytelniające", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Wyłącz wszystkie funkcje", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Nie znaleziono zapisanych niestandardowych pól logowania.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "Możesz zarządzać zapisanymi niestandardowymi polami logowania, korzystając z poniższej tabeli.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Jeśli KeePassXC-Browser wykryje niewłaściwe pola logowania, możesz samodzielnie określić poprawne pola.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Przejdź do strony i kliknij ikonę KeePassXC-Browser, a następnie wybierz ", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Usunąć zapisane niestandardowe pola logowania?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Czy na pewno chcesz usunąć zapisane niestandardowe pola logowania na stronie: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser automatycznie wykryje pola logowania przy następnej wizycie na tej stronie.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Nie znaleziono ignorowanych witryn.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Usunąć witrynę?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Witryny na tej stronie zawierają specjalne metody obsługi.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Aby zignorować nowe/zmodyfikowane dane uwierzytelniające na określonej witrynie, dodaj je poniżej lub kliknij migającą ikonę KeePassXC-Browser i wybierz", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Jeżeli witryna jest w pełni ignorowana (Wyłącz wszystkie funkcje jest wybrane), wtyczka nie zrobi nic podczas odwiedzania tej witryny.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Wykrywanie tylko nazwy użytkownika pozwala KeePassXC-Browser na wpełnienie danych logowania na witrynach internetowych z osobnymi stronami dla nazwy użytkownika i hasła.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Dodaj ręcznie adres URL", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Czy na pewno chcesz usunąć określoną witrynę z listy: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser włączy wszystkie funkcje dla tej witryny i usunie wykrywanie tylko nazwy użytkownika.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "Możesz zarządzać zapisanymi preferencjami witryny, korzystając z poniższej tabeli.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Opcja ignorowania funkcji rozszerzenia strony.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Odwiedź KeePassXC-Browser w Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Odwiedź KeePassXC-Browser w katalogu Dodatki do Firefoksa.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Odwiedź KeePassXC-Browser na GitHubie.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "Wersja KeePassXC-Browser: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "Wersja KeePassXC: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Współtwórcy", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licencje", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Zgłoś błędy", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Utwórz nowy problem techniczny na GitHubie", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "Można użyć następujących informacji debugowania", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Niewłaściwa wartość. Sprawdź dane wejściowe.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Niewłaściwy adres URL. Sprawdź dane wejściowe.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "Wartość już istnieje na liście.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Otwiera nową kartę", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "Okno dialogowe podstawowego uwierzytelniania HTTP", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/pt/messages.json b/keepassxc-browser/_locales/pt/messages.json new file mode 100644 index 0000000..93f910c --- /dev/null +++ b/keepassxc-browser/_locales/pt/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Integração KeepassXC para os navegadores modernos", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Preencher nome de utilizador e palavra-passe", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Preencher palavra-passe", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Preencher TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Mostrar ícones do gerador de palavra-passe", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Guardar credenciais", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Show password generator", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Criar ou modificar credenciais clicando no ícone da extensão.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Detetada autenticação HTTP com múltiplas credenciais. Clique no ícone da extensão para escolher as corretas.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Erro desconhecido.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Base de dados não aberta.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "'Hash' da base de dados não recebida.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Chave pública do cliente não recebida.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Não foi possível decifrar a mensagem.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Ação cancelada ou recusada.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Message encryption failed. Is KeePassXC running?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Falha ao associar o KeePassXC. Tente novamente.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Troca de chaves não efetuada com sucesso.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Chave de cifra não reconhecida.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Não existem bases de dados guardadas.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Ação incorreta.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Recebida uma mensagem vazia.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Nenhum URL indicado.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Credenciais não encontradas.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Password generator icon", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Palavra-passe gerada", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Preencher também o campo seguinte da palavra-passe", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? bits", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Gerador de palavra-passe", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Gerar", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Copiar", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Preencher e copiar", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Erro:\nA palavra-passe gerada tem um tamanho superior ao permitido.\nO tamanho foi ajustado.\n\nPor favor memorize a nova palavra-passe!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Gerar palavra-passe", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "A palavra-passe gerada não foi recebida.
O KeepassXC está em execução?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Rejeitar", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Ignorar", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Show more", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Novamente", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Confirmação", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Os campo para esta página já foram selecionados e serão substituídos.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Rejeitar seleção", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Campo de cadeia #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Escolha o campo para o nome de utilizador", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Agora escolha o campo para a palavra-passe", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Confirme a seleção", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Confirme a sua seleção ou escolha mais campos como campos de cadeia.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Nome de utilizador", + "description": "General text for username." + }, + "password": { + "message": "Palavra-passe", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- sem nome de utilizador -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Erro:\nCredenciais não encontradas.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Erro:\nExiste mais do que uma credencial no KeePassXC!\nPrima no ícone KeePassXC-Browser para ver mais opções.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Erro:\nNão existem credenciais para o nome de utilizador encontrado.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Erro:\nNão foram encontrados campos que possam ser preenchidos.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Erro:\nNão foi possível detetar o campo de palavra-passe.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Erro:\nNão foi possível detetar as credenciais alteradas.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Alerta", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Definições", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Escolha os campos de autenticação personalizados para esta página", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Conetar", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Reconetar", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Redetetar campos de autenticação", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Recarregar", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Reabrir base de dados", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser encontrou um erro:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Está a usar uma versão antiga do KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Descarregue a versão mais recente em keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "A verificar o estado...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "O KeePassXC-Browser não foi configurado. Pressione o botão de conexão para emparelhar com o KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "O KeePassXC-Browser foi desconectado do KeePassXC.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Prima o botão Reconectar para estabelecer uma nova ligação.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "O KeePassXC-Browser ainda não se conectou ao KeePassXC, mas foi configurado utilizando o identificador: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "O KeePassXC-Browser está conectado ao KeePassXC e foi configurado utilizando o seguinte identificador: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Nome de utilizador ou palavra-passe alterada. Guardar alterações?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "As credenciais serão guardadas na base de dados conectada com o identificador $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "O seguinte nome de utilizador não está guardado: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "As credenciais para o nome de utilizador utilizado estão marcadas a negrito: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Por favor escolha as credenciais que deseja atualizar.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "New group(s) cannot be created.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credentials not updated. The password has not been changed.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Credentials cannot be saved or updated.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Selecione a informação que deseja guardar para esta página.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filtrar:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Selecione as informações de autenticação com as quais gostaria de se autenticar.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Foi encontrado mais do que um campo de palavra-passe nesta página. Clique com o botão direito do rato num dos campos de palavra-passe e escolha um dos seguintes:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Nome de utilizador:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nova", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Atualizar", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Rejeitar", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Não voltar a perguntar para esta página", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Fechar", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Rejeitar e mostrar o diálogo de autenticação padrão.", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Definições | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Definições gerais", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Bases de dados conectadas", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Campos personalizados de autenticação", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Preferências do site", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Acerca", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Geral", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Bases de dados conectadas", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Campos personalizados de autenticação", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Preferências do site", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Acerca", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Configurar atalhos", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Guardar", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Conetar", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Remover", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Adicionar", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Procurar atualizações", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Sim, remover agora", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": " Cancelar", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Repôr", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Tempo de intermitência:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Atraso de redirecionamento:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Número (máximo) de redirecionamentos:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Ativar gerador de palavras-passe.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Obter credenciais automaticamente.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Preencher automaticamente as entradas de credenciais únicas.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Ativar conclusão automática para o campo nome de utilizador.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Mostrar notificações.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Guardar apenas domínio.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Mostrar uma notificação se as novas credenciais puderem ser guardadas.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Preencher e enviar automaticamente as caixas de diálogo de autenticação básica HTTP.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Procurar por atualizações do KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "a cada 3 dias", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "a cada semana", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "a cada mês", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "nunca", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Teclas de atalho", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Tempo máximo (ms) que o ícone deve piscar após detetar novas credenciais", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Tempo mínimo (ms) que o ícone deve piscar antes de desativar devido a redirecionamentos de página.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 para usar apenas o tempo de piscar ignorando o máximo de redirecionamentos (comportamento antigo)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Quantas páginas deve o separador percorrer após o atraso de redirecionamento antes de desativar o ícone", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Adiciona um botão aos campos de palavras-passe para gerar uma nova palavra-passe.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "As palavras-passe serão geradas no KeePassXC utilizando o seu perfil de criação de palavras-passe.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser irá obter automaticamente as credenciais quando um separador for ativado.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Deixar o KeePassXC-Browser preencher automaticamente as credenciais se receber apenas uma única entrada.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Atenção! O preenchimento automático não é seguro. Use-o por sua conta e risco.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Mostrar uma lista suspensa contendo as credenciais disponíveis para todos os campos nome de utilizador de uma página.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Mostrar notificações para erros e quando for necessária qualquer interação.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Ao guardar as novas credenciais, guardar apenas o domínio e não o URL.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Se forem encontradas credenciais para uma página e o tipo de autenticação for uma solicitação de autenticação básica HTTP, o KeePassXC-Browser tentará fazer a autenticação com as primeiras credenciais encontradas.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Um diálogo de autenticação básica HTTP é parecido com este:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser necessita do KeePassXC para obter as credenciais.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Pode descarregar a versão mais recente em $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Está a utilizar o KeePassXC, versão: $1 ", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "A versão mais recente do KeePassXC é a:$1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Padrão: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Infinito: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Recomendado: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "O atalho para $1foi mudado com successo", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "O atalho para $1foi reposto", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Erro: O atalho para $1não foi mudado!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "As seguintes bases de dados do KeePassXC estão conectadas ao KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Não foi encontrada uma base de dados conectada.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Remover identificador da lista de bases de dados?", + "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?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Pode reconectar a sua base de dados a qualquer momento.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identificador", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Chave", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Última utilização", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Criada", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Apagar", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL da página", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorar", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Deteção apenas de nome de utilizador", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Apagar", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Ativar todas as funcionalidades", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Desativar credenciais novas/modificadas.", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Desativar todas as funcionalidades", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Não foi encontrado um campo de autenticação personalizado guardado.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Se o KeePassXC-Browser detetar os campos de autenticação errados, você poderá especificar os campos corretos.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Aceda à página, clique no ícone KeePassXC-Browser e selecione", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Remover campos de autenticação personalizados guardados?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Tem a certeza de que deseja remover os campos personalizados de autenticação guardados para a página: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "O KeePassXC-Browser detetará automaticamente os campos de autenticação na próxima vez que visitar esta página.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Não existem sites ignorados.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Remover site?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Os sites nesta página têm métodos especiais de manipulação associados.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Para ignorar credenciais novas/alteradas num site específico, adicione-as abaixo ou clique no ícone do KeePassXC-Browser intermitente e selecione", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Se um site for totalmente ignorado (se a opção Desativar todas as funcionalidades for selecionada), o suplemento não fará nada ao visitar este site.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "A deteção de apenas nome de utilizador permite que o KeePassXC-Browser preencha os detalhes de autenticação em sites com páginas distintas para nome de utilizador e palavra-passe.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Add URL manually", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Tem a certeza de que deseja remover o site especificado da lista$1?", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "O KeePassXC-Browser irá ativar todos as funcionalidades para este site e removerá a deteção única do nome de utilizador.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Aceder a KeePassXC-Browser na Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Aceder a KeePassXC-Browser no diretório de extras Mozilla.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Aceda a KeePassXC-Browser no GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser versão: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC versão: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contributors", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenses", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Report bugs", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Create new issue on GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalid value. Please check the input.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Invalid URL. Please check the input.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "The value already exists in the list.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Opens a new tab", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/pt_BR/messages.json b/keepassxc-browser/_locales/pt_BR/messages.json new file mode 100644 index 0000000..778ffb5 --- /dev/null +++ b/keepassxc-browser/_locales/pt_BR/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Integração ao KeePassXC para navegadores modernos", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Preencher usuário e senha", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Preencher apenas senha", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Preencher TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Mostrar ícones do gerador de senhas", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Salvar credenciais", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Exibir gerador de senhas", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Crie ou modifique as credenciais clicando no ícone da extensão.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Autenticação HTTP com várias credenciais detectadas. Clique no ícone da extensão para escolher o correto.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Erro desconhecido.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "O banco de dados não está aberto.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Hash do banco de dados não recebido.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Chave pública do cliente não recebida.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Não é possível descriptografar a mensagem.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Não foi possível conectar ao KeePassXC. Verifique se a integração do navegador está ativada nas configurações do KeePassXC.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Ação cancelada ou negada.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "A criptografia de mensagens falhou. O KeePassXC está em execução?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "A associação ao KeePassXC falhou, tente novamente.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "A troca de chaves não foi bem sucedida.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "A chave de criptografia não foi reconhecida.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Nenhum banco de dados salvo foi encontrado.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Ação incorreta.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Mensagem vazia recebida.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Nenhuma URL fornecida.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Nenhum login encontrado.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Ícone do gerador de senhas", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Senha gerada.", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Preencher também o próximo campo de senha", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? Bits", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Gerador de senhas", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Gerar", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Copiar", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Preencher e copiar", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Erro:\nA senha gerada é maior que o tamanho permitido!\nEla foi cortada para caber no tamanho.\n\nPor favor, lembre-se da nova senha!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Gerar senha", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Não é possível receber a senha gerada.
O KeePassXC está aberto?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Cancelar", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Pular", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Mostrar mais", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Novamente", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Confirmar", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Os campos de login para esta página já estão selecionados e serão sobrescritos.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Descartar seleção", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Campo de string #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Escolha um campo de usuário", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Agora escolha um campo de senha", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Confirme a seleção", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Por favor, confirme sua seleção ou escolha mais campos como Campos de String.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "Você também pode usar os números para escolher os campos de entrada do teclado.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Usuário", + "description": "General text for username." + }, + "password": { + "message": "Senha", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- sem usuário -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Erro:\nNenhum login encontrado.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Erro:\nMais de um login foi encontrado no KeePassXC!\nPressione o ícone do KeePassXC-Browser para mais opções.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Erro:\nNenhuma credencial encontrada para o nome de usuário.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Erro:\nNão foi possível encontrar campos para preencher.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Erro:\nNão é possível encontrar um campo de senha.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Erro:\nNão foi possível detectar as credenciais alteradas.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Popup", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Configurações", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Escolha campos de login personalizados para esta página", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Conectar", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Reconectar", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Redetectar os campos de login", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Recarregar", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Reabrir banco de dados", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "O KeePassXC-Browser encontrou um erro:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Você está usando uma versão antiga do KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Por favor, faça download da versão atualizada em keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Checando status...", + "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.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "O KeePassXC-Browser foi desconectado do KeePassXC.", + "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.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "O KeePassXC-Browser ainda não se conectou ao KeePassXC, mas foi configurado usando o identificador: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "O KeePassXC-Browser está conectado ao KeePassXC e foi configurado usando o seguinte identificador: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Usuário ou senha modificados! Salvar?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Credenciais serão salvas no banco de dados conectado com o identificador $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "O seguinte nome de usuário não está salvo atualmente: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "As credenciais com o nome de usuário usado estão marcadas em negrito: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Por favor, escolha as credenciais que você deseja atualizar.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Por favor, escolha o grupo que você deseja adicionar as novas credenciais.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Erro: Grupo padrão especificado não encontrado. Criando todos os grupos necessários.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Novo(s) grupo(s) não pode(m) ser criado(s).", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Erro: Credenciais não atualizadas. A senha não foi alterada.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Erro: Credenciais não podem ser salvas ou atualizadas.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Selecione as informações de login que você gostaria de inserir na página.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filtro:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Selecione as informações de login com as quais você gostaria de fazer login.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Mais de um campo de senha encontrado nesta página. Clique com o botão direito do mouse em um dos campos de senha e escolha um dos seguintes:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL:", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Usuário:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nova", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Atualizar", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Dispensar", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Nunca pergunte nesta página", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Fechar", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Dispensar e mostrar a caixa de diálogo de autenticação padrão", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Configurações | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Configurações Gerais", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Bancos de dados conectados", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Campos de login personalizados", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Preferencias de sites", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Sobre", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Geral", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Bancos de dados conectados", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Campos de login personalizados", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Preferências de site", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Sobre", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Configurar atalhos", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Salvar", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Conectar", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Remover", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Adicionar", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Checar por atualizações", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Sim, remover agora", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Cancelar", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Restaurar", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Tempo Piscando:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Atraso de redirecionamento:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Máximo (número de) redirecionamentos:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Grupo padrão para salvar novas senhas:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separe o grupo com barras, por exemplo: Grupo/SubGrupo.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Sempre perguntar onde salvar novas credenciais", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Quando ativado, um balão mostra uma lista de grupos.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Ativar o gerador de senhas.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Recuperar credenciais automaticamente.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Preencha automaticamente as entradas de credenciais únicas.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Ative o preenchimento automático para campos de nome de usuário.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Mostrar notificações.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Salvar apenas o domínio.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Mostrar uma notificação quando novas credenciais podem ser salvas no banco de dados.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Preencha automaticamente as caixas de diálogo de Autenticação Básica HTTP e envie-as.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Verificar atualizações do KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "a cada 3 dias", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "toda semana", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "todo mês", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "nunca", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Atalhos do teclado", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Tempo máximo (ms) que o ícone deve piscar após detectar novas credenciais", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Tempo mínimo (ms) o ícone deve piscar antes de desativar devido a redirecionamentos de página.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 para usar apenas o tempo de piscar ignorando o máximo de redirecionamentos (comportamento antigo)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Quantas páginas a aba deve percorrer após o atraso de redirecionamento antes de desativar o ícone", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Adiciona um botão aos campos de senha para gerar uma nova senha.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "As senhas são geradas pelo KeePassXC usando o seu perfil de geração de senha.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "O KeePassXC-Browser recuperará as credenciais imediatamente quando uma aba for ativada.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Deixe o KeePassXC-Browser preencher automaticamente as credenciais se receber apenas uma única entrada.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Atenção! Usar o preenchimento automático não é seguro. Use por sua conta e risco.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Mostrar uma lista suspensa contendo as credenciais disponíveis para todos os campos de nome de usuário em uma página.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Mostrar notificações de erros e quando a interação do usuário é necessária.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Ao salvar novas credenciais, salve apenas o domínio em vez da URL completa.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Se forem encontradas credenciais para uma página e o tipo de login for uma solicitação de Autenticação Básica de HTTP, o KeePassXC-Browser tentará efetuar login com as primeiras credenciais encontradas.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Uma caixa de diálogo de Autenticação Básica de HTTP é assim:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "O KeePassXC-Browser precisa do KeePassXC para buscar as credenciais.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Você pode baixar a última versão estável em $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Você está executando a versão do KeePassXC: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Última versão disponível do KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Padrão: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Infinito: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Recomendado: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Atalho para $1 foi alterado com sucesso.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Atalho para $1 foi restaurado.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Erro: Atalho para $1 não foi alterado!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Os seguintes bancos de dados do KeePassXC estão conectados ao KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Nenhum banco de dados conectado encontrado.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Remover identificador da lista de banco de dados?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Você realmente quer remover o seguinte identificador da lista de banco de dados?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Você pode reconectar seu banco de dados a qualquer momento.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identificador", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Chave", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Último uso", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Criado", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Excluir", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL da página", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorar", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Detecção apenas de nome de usuário", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Excluir", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Habilitar todas as funcionalidades", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Desativar credenciais novas/modificadas", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Desativar todos os recursos", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Nenhum campo de login personalizado salvo encontrado.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "Você pode gerenciar os campos de login personalizados salvos usando a tabela abaixo.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Se o KeePassXC-Browser detectar os campos de login errados, você mesmo poderá especificar os campos corretos.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Vá até a página, clique no ícone do KeePassXC-Browser e selecione", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Remover campos de login personalizados salvos?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Você realmente deseja remover os campos de login personalizados salvos na página: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "O KeePassXC-Browser detectará automaticamente os campos de login na próxima vez que você visitar esta página.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Nenhum site ignorado encontrado.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Remover site?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Sites nesta página têm métodos especiais de manipulação associados a eles.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Para ignorar credenciais novas/modificadas em um site específico, adicione-as abaixo ou clique no ícone do KeePassXC-Browser piscando e selecione", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Se um site for totalmente ignorado (Desativar todos os recursos for selecionado), o plug-in não fará nada ao visitar esse site.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "A detecção somente de nome de usuário permite que o KeePassXC-Browser preencha os detalhes de login em sites com páginas separadas para nome de usuário e senha.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Adicionar URL manualmente", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Você realmente quer remover o site especificado da lista: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "O KeePassXC-Browser habilitará todos os recursos para este site e removerá a detecção somente de nome de usuário.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "Você pode gerenciar as preferências do site salvo usando a tabela abaixo.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Opção para ignorar recursos de extensão para a página.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Visite o KeePassXC-Browser na Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Visite o KeePassXC-Browser no diretório de extensões do Firefox.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Visite o KeePassXC-Browser no GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "Versão do KeePassXC-Browser: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "Versão do KeePassXC: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contribuidores", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenças", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Relatar defeitos", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Criar um relatório no GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "As seguintes informações de depuração podem ser usadas", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Valor inválido. Por favor, verifique a entrada.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "URL inválida. Por favor, verifique a entrada.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "O valor já existe na lista.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Abre uma nova aba", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "Diálogo Básico de Autenticação HTTP", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/pt_PT/messages.json b/keepassxc-browser/_locales/pt_PT/messages.json new file mode 100644 index 0000000..d545774 --- /dev/null +++ b/keepassxc-browser/_locales/pt_PT/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Integração KeepassXC para os navegadores modernos", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Preencher nome de utilizador e palavra-passe", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Preencher palavra-passe", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Preencher TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Mostrar ícones do gerador de palavra-passe", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Guardar credenciais", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Ver gerador de palavra-passe", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Criar ou modificar credenciais clicando no ícone da extensão.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Detetada autenticação HTTP com múltiplas credenciais. Clique no ícone da extensão para escolher as corretas.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Erro desconhecido.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Base de dados não aberta.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "'Hash' da base de dados não recebida.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Chave pública do cliente não recebida.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Não foi possível decifrar a mensagem.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Não é possível ligar a KeePassXC. Verifique se a integração do browser está ativada nas definições do KeePassXC", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Ação cancelada ou recusada.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Falhou a encriptação da mensagem. O KeePassXC está em execução?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Falha ao associar o KeePassXC. Tente novamente.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Troca de chaves não efetuada com sucesso.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Chave de cifra não reconhecida.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Não existem bases de dados guardadas.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Ação incorreta.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Recebida uma mensagem vazia.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Nenhum URL indicado.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Credenciais não encontradas.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Ícone do gerador de palavra-passe", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Palavra-passe gerada", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Preencher também o campo seguinte da palavra-passe", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? bits", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Gerador de palavra-passe", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Gerar", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Copiar", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Preencher e copiar", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Erro:\nA palavra-passe gerada tem um tamanho superior ao permitido.\nO tamanho foi ajustado.\n\nPor favor memorize a nova palavra-passe!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Gerar palavra-passe", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "A palavra-passe gerada não foi recebida.
O KeepassXC está em execução?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Rejeitar", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Ignorar", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Ver mais", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Novamente", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Confirmação", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Os campo para esta página já foram selecionados e serão substituídos.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Rejeitar seleção", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Campo de cadeia #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Escolha o campo para o nome de utilizador", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Agora escolha o campo para a palavra-passe", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Confirme a seleção", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Confirme a sua seleção ou escolha mais campos como campos de cadeia.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Nome de utilizador", + "description": "General text for username." + }, + "password": { + "message": "Palavra-passe", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- sem nome de utilizador -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Erro:\nCredenciais não encontradas.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Erro:\nExiste mais do que uma credencial no KeePassXC!\nPrima no ícone KeePassXC-Browser para ver mais opções.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Erro:\nNão existem credenciais para o nome de utilizador encontrado.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Erro:\nNão foram encontrados campos que possam ser preenchidos.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Erro:\nNão foi possível detetar o campo de palavra-passe.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Erro:\nNão foi possível detetar as credenciais alteradas.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Alerta", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Definições", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Escolha os campos de autenticação personalizados para esta página", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Conetar", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Reconetar", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Redetetar campos de autenticação", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Recarregar", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Reabrir base de dados", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser encontrou um erro:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Está a usar uma versão antiga do KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Descarregue a versão mais recente em keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "A verificar o estado...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "O KeePassXC-Browser não foi configurado. Pressione o botão de conexão para emparelhar com o KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "O KeePassXC-Browser foi desconectado do KeePassXC.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Prima o botão Reconectar para estabelecer uma nova ligação.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "O KeePassXC-Browser ainda não se conectou ao KeePassXC, mas foi configurado utilizando o identificador: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "O KeePassXC-Browser está conectado ao KeePassXC e foi configurado utilizando o seguinte identificador: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Nome de utilizador ou palavra-passe alterada. Guardar alterações?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "As credenciais serão guardadas na base de dados conectada com o identificador $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "O seguinte nome de utilizador não está guardado: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "As credenciais para o nome de utilizador utilizado estão marcadas a negrito: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Por favor escolha as credenciais que deseja atualizar.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Novo(s) grupo(s) não pode(m) ser criado(s)", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Erro: Credenciais não foram guardadas. A palavra-passe não foi alterada.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Erro: As credenciais podem podem ser guardadas ou atualizadas", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Selecione a informação que deseja guardar para esta página.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filtrar:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Selecione as informações de autenticação com as quais gostaria de se autenticar.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Foi encontrado mais do que um campo de palavra-passe nesta página. Clique com o botão direito do rato num dos campos de palavra-passe e escolha um dos seguintes:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Nome de utilizador:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Nova", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Atualizar", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Rejeitar", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Não voltar a perguntar para esta página", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Fechar", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Rejeitar e mostrar o diálogo de autenticação padrão.", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Definições | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Definições gerais", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Bases de dados conectadas", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Campos personalizados de autenticação", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Preferências do site", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Acerca", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Geral", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Bases de dados conectadas", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Campos personalizados de autenticação", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Preferências do site", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Acerca", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Configurar atalhos", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Guardar", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Conetar", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Remover", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Adicionar", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Procurar atualizações", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Sim, remover agora", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": " Cancelar", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Repor", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Tempo de intermitência:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Atraso de redirecionamento:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Número (máximo) de redirecionamentos:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Ativar gerador de palavras-passe.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Obter credenciais automaticamente.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Preencher automaticamente as entradas de credenciais únicas.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Ativar conclusão automática para o campo nome de utilizador.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Mostrar notificações.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Guardar apenas domínio.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Mostrar uma notificação se as novas credenciais puderem ser guardadas.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Preencher e enviar automaticamente as caixas de diálogo de autenticação básica HTTP.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Procurar por atualizações do KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "a cada 3 dias", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "a cada semana", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "a cada mês", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "nunca", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Teclas de atalho", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Tempo máximo (ms) que o ícone deve piscar após detetar novas credenciais", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Tempo mínimo (ms) que o ícone deve piscar antes de desativar devido a redirecionamentos de página.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 para usar apenas o tempo de piscar ignorando o máximo de redirecionamentos (comportamento antigo)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Quantas páginas deve o separador percorrer após o atraso de redirecionamento antes de desativar o ícone", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Adiciona um botão aos campos de palavras-passe para gerar uma nova palavra-passe.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "As palavras-passe serão geradas no KeePassXC utilizando o seu perfil de criação de palavras-passe.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser irá obter automaticamente as credenciais quando um separador for ativado.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Deixar o KeePassXC-Browser preencher automaticamente as credenciais se receber apenas uma única entrada.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Atenção! O preenchimento automático não é seguro. Use-o por sua conta e risco.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Mostrar uma lista suspensa contendo as credenciais disponíveis para todos os campos nome de utilizador de uma página.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Mostrar notificações para erros e quando for necessária qualquer interação.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Ao guardar as novas credenciais, guardar apenas o domínio e não o URL.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Se forem encontradas credenciais para uma página e o tipo de autenticação for uma solicitação de autenticação básica HTTP, o KeePassXC-Browser tentará fazer a autenticação com as primeiras credenciais encontradas.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Um diálogo de autenticação básica HTTP é parecido com este:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser necessita do KeePassXC para obter as credenciais.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Pode descarregar a versão mais recente em $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Está a utilizar o KeePassXC, versão: $1 ", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "A versão mais recente do KeePassXC é a:$1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Padrão: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Infinito: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Recomendado: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "O atalho para $1foi mudado com successo", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "O atalho para $1foi reposto", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Erro: O atalho para $1não foi mudado!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "As seguintes bases de dados do KeePassXC estão conectadas ao KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Não foi encontrada uma base de dados conectada.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Remover identificador da lista de bases de dados?", + "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?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Pode reconectar a sua base de dados a qualquer momento.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identificador", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Chave", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Última utilização", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Criada", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Apagar", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL da página", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorar", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Deteção apenas de nome de utilizador", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Apagar", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Ativar todas as funcionalidades", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Desativar credenciais novas/modificadas.", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Desativar todas as funcionalidades", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Não foi encontrado um campo de autenticação personalizado guardado.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Se o KeePassXC-Browser detetar os campos de autenticação errados, você poderá especificar os campos corretos.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Aceda à página, clique no ícone KeePassXC-Browser e selecione", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Remover campos de autenticação personalizados guardados?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Tem a certeza de que deseja remover os campos personalizados de autenticação guardados para a página: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "O KeePassXC-Browser detetará automaticamente os campos de autenticação na próxima vez que visitar esta página.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Não existem sites ignorados.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Remover site?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Os sites nesta página têm métodos especiais de manipulação associados.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Para ignorar credenciais novas/alteradas num site específico, adicione-as abaixo ou clique no ícone do KeePassXC-Browser intermitente e selecione", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Se um site for totalmente ignorado (se a opção Desativar todas as funcionalidades for selecionada), o suplemento não fará nada ao visitar este site.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "A deteção de apenas nome de utilizador permite que o KeePassXC-Browser preencha os detalhes de autenticação em sites com páginas distintas para nome de utilizador e palavra-passe.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Add URL manually", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Tem a certeza de que deseja remover o site especificado da lista$1?", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "O KeePassXC-Browser irá ativar todos as funcionalidades para este site e removerá a deteção única do nome de utilizador.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Aceder a KeePassXC-Browser na Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Aceder a KeePassXC-Browser no diretório de extras Mozilla.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Aceda a KeePassXC-Browser no GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser versão: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC versão: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contributors", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenças", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Reportar bugs", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Create new issue on GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Valor inválido. Por favor verifique a entrada.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "URL inválido. Por favor verifique a entrada.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "O valor já existe na lista.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Abre um novo separador", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/ru/messages.json b/keepassxc-browser/_locales/ru/messages.json new file mode 100644 index 0000000..506430a --- /dev/null +++ b/keepassxc-browser/_locales/ru/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Интеграция KeePassXC в современные веб-браузеры", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Заполнить логин и пароль", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Заполнить только пароль", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Заполнить одноразовый пароль", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Показывать значки генератора паролей", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Сохранить учетные данные", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Показать генератор паролей", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Создайте или измените учетные данные, щелкнув по значку расширения.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Обнаружена HTTP-аутентификация с несколькими учетными данными. Щелкните по значку расширения и выберите нужные.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Неизвестная ошибка.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "База данных не открыта.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Не получен хеш базы данных.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Не получен открытый (публичный) ключ клиента.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Невозможно расшифровать сообщение.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Не удается соединиться с KeePassXC. Убедитесь, что интеграция с браузером включена в настройках KeePassXC.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Действие отменено или отклонено.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Шифрование сообщения не удалось. KeePassXC выполняется?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Ошибка ассоциирования KeePassXC, попробуйте еще раз.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Не выполнен обмен ключами.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Не распознан ключ шифрования.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Нет сохраненных баз данных.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Некорректное действие.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Получено пустое сообщение.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Не указан URL.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Нет логинов.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Значок генератора паролей", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Сгенерированный пароль", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Также заполнять следующее поле пароля", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? бит", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Генератор паролей", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Создать", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Скопировать", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Заполнить и скопировать", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "ОШИБКА:\nСгенерированный пароль длиннее допустимого!\nОн усечен до предельной длины.\n\nЗапомните новый пароль!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Создать пароль", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Невозможно получить сгенерированный пароль.
Запущена ли программа KeePassXC?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Отклонить", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Пропустить", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Показать больше", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Снова", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Подтвердить", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Поля логина для этой страницы уже выбраны и будут перезаписаны.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Отменить выбор", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Строковое поле #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Выберите поле логина", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Выберите поле пароля", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Подтвердите выбор", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Подтвердите свой выбор или выберите дополнительные поля Строковые поля.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "Вы также можете использовать числа для выбора полей ввода с клавиатуры.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Логин", + "description": "General text for username." + }, + "password": { + "message": "Пароль", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- нет логина -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "ОШИБКА:\nНе найдены логины.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "ОШИБКА:\nВ KeePassXC обнаружено более одного логина!\nНажмите значок KeePassXC-Browser для дополнительных опций.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "ОШИБКА:\nДля указанного логина нет учетных данных.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "ОШИБКА:\nНет полей для заполнения.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "ОШИБКА:\nНе найдено поле пароля.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "ОШИБКА:\nНе обнаружены измененные учетные данные.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "Всплывающее окно KeePassXC", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Настройки", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Выбор пользовательских полей входа для этой страницы", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Соединиться", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Соединиться заново", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Переопределить поля логина", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Перезагрузить", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Переоткрыть базу данных", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser обнаружил ошибку:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Вы используете устаревшую версию KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Пожалуйста, загрузите последнюю версию с сайта keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Проверка статуса...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser не настроен. Нажмите кнопку подключения, чтобы связать его с KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser отключен от KeePassXC.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Нажмите кнопку переподключения, чтобы установить новую связь.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser еще не подключен к KeePassXC, но настроен с помощью идентификатора: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser подключен к KeePassXC и настроен с помощью этого идентификатора: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Изменились логин или пароль! Сохранить?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Учетные данные будут сохранены в подключенной базе данных с идентификатором $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Следующий логин сейчас не сохранен: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Учетные данные с используемым логином выделены жирным: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Выберите учетные данные, которые хотите обновить.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Пожалуйста, выберите группу, в которую Вы хотите добавить новые учетные данные.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Ошибка: указанная группа по умолчанию не найдена. Создание всех необходимых групп.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Не удается создать новую(ые) группу(ы).", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Ошибка: учетные данные не обновлены. Пароль не был изменен.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Ошибка: учетные данные не могут быть сохранены или обновлены.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Выберите информацию для входа на эту страницу.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Фильтр:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Выберите информацию для входа, которую вы использовали.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "На этой странице более одного поля для ввода пароля. Щелкните правой кнопкой мыши по одному из полей и выберите один из:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Логин:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Новые", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Обновить", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Отклонить", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Не спрашивать для этой страницы", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Закрыть", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Отклонить и показать диалог аутентификации по умолчанию", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Настройки | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Общие настройки", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Подключенные базы", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Свои поля логина", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Настройки сайта", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Сведения", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Общие", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Подключенные базы", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Свои поля логина", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Настройки сайта", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Сведения", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Настроить ярлыки", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Сохранить", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Подключение", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Удалить", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Добавить", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Проверить обновления", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Да, удалить сейчас", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Отмена", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Сброс", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Время мерцания:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Смещение перенаправления:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Максимум перенаправлений:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Группа по умолчанию для сохранения новых паролей:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Разделите группу слэшами, например: Группа/ДочерняяГруппа.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Всегда спрашивать, куда сохранять новые учетные данные", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Когда включено, всплывающее окошко показывает список групп.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Вызов генератора паролей.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Автоматически извлекать учетные данные.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Автозаполнение элементов с единственными учетными данными.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Автозаполнение для полей логина.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Показывать уведомления.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Сохранять только домен.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Показывать уведомление, когда есть новые учетные данные для сохранения в базе данных.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Автозаполнение окон с простой HTTP-аутентификацией и отправка данных.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Проверять обновления KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "каждые 3 дня", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "каждую неделю", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "каждый месяц", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "никогда", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Клавиатурные сокращения", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Максимальное время (мс) мерцания значка при обнаружении новых учетных данных", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Минимальное время (мс) мерцания значка перед деактивацией из-за перенаправлений страниц.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 = использовать только время мерцания, игнорируя максимум перенаправлений (старое поведение)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Число страниц для цикличного перебора после смещения перенаправления перед деактивацией значка", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Добавляет кнопку к полям пароля для генерирования нового пароля.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Пароли, созданные KeePassXC с помощью вашего профиля генерирования паролей.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser будет извлекать учетные данные сразу при активации вкладки.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Разрешить KeePassXC-Browser автоматически заполнять учетные данные, если он получает только одиночный элемент.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Внимание! Автозаполнение небезопасно! Используйте его на свой риск.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Показывать выпадающий список с доступными учетными данными для всех полей логина на странице.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Уведомлять об ошибках, когда требуется вмешательство пользователя.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "При сохранении новых учетных данных сохранять только домен, а не полный URL.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Если на странице есть учетные данные, и тип входа - запрос простой HTTP-аутентификации, KeePassXC-Browser войти с первыми указанными учетными данными.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Окно простой HTTP-аутентификации выглядит так:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "Для извлечения учетных данных KeePassXC-Browser требуется KeePassXC.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Новейшую стабильную версию можно загрузить с $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "У вас сейчас KeePassXC версии $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Новейшая версия KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "По умолчанию: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Неопределенный: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Рекомендуется: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Ярлык для $1 был успешно изменен.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Ярлык для $1 был сброшен.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Ошибка: Ярлык для $1 изменен не был!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Эти базы данных KeePassXC подключены к KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Нет подключенных баз данных.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Удалить идентификатор из списка баз данных?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Вы действительно хотите удалить следующий идентификатор из списка баз данных?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Базу данных можно в любое время подключить повторно.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Идентификатор", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Ключ", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Последний", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Создан", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Удалить", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL страницы", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Пропустить", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Определение только по логину", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Удалить", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Включить все функции", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Отключить новые/измененные учетные данные", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Отключить все функции", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Нет сохраненных пользовательских полей логина.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "Вы можете управлять сохраненными пользовательскими полями логина, используя таблицу ниже.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Если KeePassXC-Browser обнаруживает неверные поля логина, вы можете сами указать правильные поля.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Перейдите на страницу и нажмите значок KeePassXC-Browser, затем выберите ", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Удалить сохраненные пользовательские поля логина?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Вы действительно хотите удалить сохраненные пользовательские поля логина на странице: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser будет автоматически обнаруживать поля логина при следующем посещении этой страницы.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Нет игнорируемых сайтов.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Удалить сайт?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "У сайтов на этой странице особые связанные с ними методы обработки.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Для игнорирования новых/измененных учетных данных на каком-либо сайте добавьте их ниже или щелкните по мерцающему значку KeePassXC-Browser и выберите ", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Если сайт полностью игнорируется (выбрано Отключить все функции), то при посещении такого сайта плагин ничего не будет делать.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Определение только по логину позволяет KeePassXC-Browser заполнять детали входа на сайтах, где логин и пароль находятся на разных страницах.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Добавить URL вручную", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Вы действительно хотите удалить указанный сайт из списка: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser включит все функции для этого сайта и удалит определение только по логину.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "Вы можете управлять сохраненными настройками сайтов, используя таблицу ниже.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Опция для игнорирования деталей расширения для страницы.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "KeePassXC-Browser в Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "KeePassXC-Browser в каталоге дополнений Mozilla.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "KeePassXC-Browser на GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "Версия KeePassXC-Browser: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "Версия KeePassXC: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Авторы", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Лицензии", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Сообщать об ошибках", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Создать новую проблему на GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "Может быть использована следующая отладочная информация", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Неверное значение. Пожалуйста, проверьте ввод.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Неверный URL. Пожалуйста, проверьте ввод.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "Значение уже существует в списке.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Открывает новую закладку", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "Диалог базовой аутентификации HTTP", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/sv/messages.json b/keepassxc-browser/_locales/sv/messages.json new file mode 100644 index 0000000..f444af5 --- /dev/null +++ b/keepassxc-browser/_locales/sv/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC integration för moderna webbläsare", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Ange Användarnamn och Lösenord", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Ange endast lösenord", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Ange TOTP", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Visa ikoner för lösenordsgeneratorn", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Spara autentiseringsuppgifter", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Show password generator", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Skapa eller ändra autentiseringsuppgifterna genom att klicka på tilläggsikonen.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "HTTP-autentisering med multipla användaruppgifter upptäckt. Klicka på utöknings-ikonen för att välja den korrekta användaruppgiften.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Okänt fel", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Databas ej öppnad.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Databas hash ej mottagen.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Klientens publika nyckel ej mottagen.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Kan inte avkryptera meddelande.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Åtgärden avbröts eller nekades.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Message encryption failed. Is KeePassXC running?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC associering misslyckades, försök igen.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Nyckelutbytet misslyckades.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Krypteringsnyckeln är okänd.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Inga sparade databaser hittade.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Felaktig åtgärd.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Tomt meddelande mottaget.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "Ingen URL tillhandahållen.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Inga inloggningar hittade.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Password generator icon", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Genererat lösenord", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Fyll även i nästa lösenords-fält", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? bitar", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Lösenords-generator", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Generera", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Kopiera", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Fyll och kopiera", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Fel:\nDet genererade lösenordet är längre än den tillåtna längden!\nDet har kortats ned för att passa längden.\n\nVänligen kom ihåg det nya lösenordet!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Generera lösenord", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Kan inte ta emot det genererade lösenordet.
Är KeePassXC igångstartat?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Avfärda", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Hoppa över", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Show more", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Igen", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Bekräfta", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Inloggningsfält för denna sidan är redan valda och kommer att skrivas över.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Kasta markering", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Sträng-fält #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Välj ett användarnamn fältet", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Välj nu ett lösenord fältet", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Bekräfta val", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Vänligen bekräfta ditt val eller välj fler fält som Strängfält.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Användarnamn", + "description": "General text for username." + }, + "password": { + "message": "Lösenord", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- inget användarnamn -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Fel:\nInga inloggningar hittades.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Fel:\nMer än en inloggning hittades i KeePassXC!\nTryck på ikonen för KeePassXC-Browser för fler alternativ.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Fel:\nInga autentiseringsuppgifter funna för angivet användarnamn.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Fel:\nKan inte hitta fält att fylla i.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Fel:\nKan inte hitta ett lösenordsfält.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Fel:\nKan inte hitta ändrade autentiseringsuppgifter.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - Popup", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Inställningar", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Välj anpassade inloggningsfält för denna sidan", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Anslut", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": " Återanslut", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": " Återidentifiera inloggningsfälten", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Ladda om", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": " Återöppna databas", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser har påträffat ett fel:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Du använder en gammal version av KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Vänligen ladda ner den senaste versionen från keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": " Kontrollerar status...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser har inte konfigurerats. Tryck på anslutningsknappen för att parkoppla med KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser har kopplats ned från KeePassXC.", + "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.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser har ännu inte anslutit till KeePassXC men har konfigurerats med identifieraren: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser är ansluten till KeePassXC och har konfigurerats med följande identifierare: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Användarnamn eller lösenord ändrat! Spara det?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Inloggningsuppgifter sparas i den anslutna databasen med identifierare $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Följande användarnamn sparas för närvarande inte: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Inloggningsuppgifterna med det angivna användarnamnet är markerat med fetstil: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Vänligen välj de uppgifter du vill uppdatera.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "New group(s) cannot be created.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credentials not updated. The password has not been changed.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Credentials cannot be saved or updated.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Välj inloggningsuppgifterna som du vill ska anges på sidan.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Filter:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Välj inloggningsuppgifter som du vill bli inloggad med.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Fler än ett lösenordsfält hittades på denna sidan. Högerklicka på ett av lösenordsfälten och välj en av:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Användarnamn: ", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": " Nytt", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": " Uppdatera", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": " Avfärda", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Fråga aldrig för den här sidan", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Stäng", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Avfärda och visa den förinställda autentiseringsdialogen", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Inställningar | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Allmänna inställningar", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Anslutna databaser", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Egenvalda inloggningsfält", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Förval för sidan", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Om", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Allmänt", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Anslutna databaser", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Egenvalda inloggningsfält", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Förval för sidan", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Om", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Konfigurera genvägar", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Spara", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Anslut", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Ta bort", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Lägg till", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Leta efter uppdateringar", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Ja, ta bort nu", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Avbryt", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Återställ", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Blinktid:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Styr om Offset:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Maximalt antal omdirigeringar:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Aktivera lösenordsgenerator", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Hämta inloggningsuppgifter automatiskt.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Fyll automatiskt i single-credential uppgifter.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Aktivera autokomplettering av fält för användarnamn.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Visa notifieringar.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Spara endast domän.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Visa en notifikation när nya inloggningsuppgifter har hittats i databasen.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Fyll automatiskt i HTTP Basic Auth-dialoger och skicka dem.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Leta efter uppdateringar av KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "var 3:e dag", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "varje vecka", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "varje månad", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "aldrig", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Tangentbords-genvägar", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Maximal tid (i ms) som ikonen ska blinka efter att ha hittat nya inloggningsuppgifter.", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Minsta tid (i ms) som ikonen ska blinka innan deaktivering på grund av omdirigeringar på sidan.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 för att endast använda blinktid och ignorera Maximalt antal omdirigeringar (gammalt beteende)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Hur många sidor som fliken ska bläddra efter en redirect offset innan ikonen deaktiveras", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Lägger till en knapp i lösenordsfält för generering av ett nytt lösenord.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Lösenord genereras av KeePassXC och använder din lösenordsgenereringsprofil.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser kommer omedelbart att hämta inloggningsuppgifter när en flik aktiveras.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Låt KeePassXC-Browser fylla i inloggningsuppgifter automatiskt om den bara tar emot ett inlägg.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Varning! Användning av autofyll är inte säkert. Använd på egen risk.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Visa en rull-lista innehållande tillgängliga inloggningsuppgifter för alla användarnamnsfält på en sida.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Visa notifieringar för fel och när användaren behöver interagera.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Spara enbart domänen istället för hela URL:en när nya inloggningsuppgifter sparas.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Om inloggningsuppgifter hittas för en sida och inloggningstypen är en HTTP Basic Auth begäran så kommer KeePassXC-Browser att försöka logga in med den först angivna inloggningsuppgiften.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "En HTTP Basic Auth dialog ser ut så här:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser behöver KeePassXC för att hämta inloggningsuppgifter.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Du kan ladda ner den senaste stabila versionen från $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Du använder KeePassXC version: $1 ", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Senaste tillgänliga version av KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Förinställt: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Oändlig: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Rekommenderad: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Genväg för $1 har ändrats framgångsrikt.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Genväg för $1 har återställts.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Fel: Genväg för $1 har inte ändrats!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Följande KeePassXC-databaser är anslutna till KeePassXC-Browser.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Inga anslutna databaser funna.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Ta bort identifierare från databaslistan?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Vill du verkligen ta bort följande identifierare från databaslistan?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Du kan återansluta till din databas när som helst.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Identifierare", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Nyckel", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Senast använd", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Skapad", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Ta bort", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "Sid-URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Ignorera", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Identifiera endast användarnamn", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Ta bort", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Aktivera alla funktioner", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Inaktivera nya/ändrade autentiseringsuppgifter", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Inaktivera alla funktioner", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Inga sparade anpassade inloggningsfält hittade.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Om KeePassXC-Browser upptäcker fel inloggningsfält så kan du själv ange korrekta fält.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Gå till sidan och klicka på ikonen för KeePassXC-Browser, välj sedan", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Ta bort anpassade inloggningsfält?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Vill du verkligen ta bort det sparade anpassade inloggningsfältet för sidan: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser kommer automatiskt att identifiera inloggningsfälten nästa gång du besöker denna sidan.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Inga ignorerade sidor funna.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Ta bort sida?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Siter på denna sidan har speciella hanteringsmetoder associerade.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "För att ignorera nya/ändrade uppgifter för en specifik sida, lägg till dem nedan eller klicka på den blinkande ikonen för KeePassXC-Browser och välj", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Om en site ignoreras totalt (Avaktivera alla funktioner är vald) så kommer pluginen inte att göra någonting då sidan besöks.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Identifiering med enbart användarnamn låter KeePassXC-Browser fylla i inloggningsuppgifter på siter med separata sidor för användarnamn och lösenord.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Add URL manually", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Vill du verkligen ta bort den angivna siten från listan: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser kommer att aktivera alla funktioner för denna siten och ta bort identifiering som bygger på enbart användarnamn.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Gå till KeePassXC-Browser in Chrome Web Store.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Gå till KeePassXC-Browser i Mozilla Add-ons directory.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Gå till KeePassXC-Browser på GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser Version: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC Version: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Contributors", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenses", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Report bugs", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Create new issue on GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalid value. Please check the input.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Invalid URL. Please check the input.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "The value already exists in the list.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Opens a new tab", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/tr/messages.json b/keepassxc-browser/_locales/tr/messages.json new file mode 100644 index 0000000..002b92a --- /dev/null +++ b/keepassxc-browser/_locales/tr/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Modern web tarayıcıları için KeePassXC bütünleşmesi", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Kullanıcı Adı ve Parolayı Doldur", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Sadece Parolayı Doldur", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "TOTP Doldur", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Parola Oluşturucu Simgelerini Göster", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Kimlik bilgilerini kaydet", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Parola oluşturucuyu göster", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Uzantı simgesine tıklayarak kimlik bilgilerini oluşturun veya değiştirin.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Birden çok kimlik bilgisi ile HTTP kimlik doğrulaması algılandı. Doğru olanı seçmek için uzantı simgesine tıklayın.", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Bilinmeyen hata.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Veritabanı açılmadı.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Veritabanı karma alınmadı.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "İstemci ortak anahtar alınmadı.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Mesaj şifresi çözülemiyor.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "KeePassXC'ye bağlanılamıyor. Tarayıcı bütünleşmesinin KeePassXC ayarlarında etkin olduğunu kontrol edin.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Eylem iptal edildi veya reddedildi.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "İleti şifreleme başarısız. KeePassXC çalışıyor mu?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC ilişkilendirmesi başarısız, tekrar deneyin.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Anahtar değişimi başarısız oldu.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Şifreleme anahtarı tanınmıyor.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Kayıtlı veritabanları bulunamadı.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Yanlış eylem.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Boş mesaj alındı.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "URL sağlanmadı.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Hiçbir giriş bulunamadı.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Parola üreticisi simgesi", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Oluşturulan parola", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Ayrıca bir sonraki parola alanını doldurun", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "Bit ???", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Parola Oluşturucu", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Oluştur", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Kopyala", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Doldur ve kopyala", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Hata\nOluşturulan parola izin verilen uzunluktan daha uzun!\nUzunluğa uyacak şekilde kısaltıldı.\n\nLütfen yeni parolayı unutma!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Parola oluştur", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Oluşturulan parola alınamıyor.
KeePassXC çalışıyor mu?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Yoksay", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Atla", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Daha fazla göster", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Tekrarla", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Onayla", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Bu sayfa için giriş alanları seçildi ve üzerine yazılacak.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Seçimi bırak", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Dize alanı #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Bir kullanıcı adı alanı seçin", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Şimdi bir parola alanı seçin", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Seçimi onaylayın", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Lütfen seçiminizi onaylayın veya Dizi alanları olarak daha fazla alan seçin.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "Girdi alanlarını klavyeden seçmek için de sayıları kullanabilirsiniz.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Kullanıcı adı", + "description": "General text for username." + }, + "password": { + "message": "Parola", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- kullanıcı adı yok -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Hata\nHiçbir giriş bulunamadı.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Hata:\nKeePassXC'de birden fazla giriş bulundu!\nDaha fazla seçenek için KeePassXC-Tarayıcı simgesine basın.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Hata:\nVerilen kullanıcı adı için kimlik bilgisi bulunamadı.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Hata:\nDoldurulacak alanlar bulunamıyor.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Hata:\nParola alanı bulunamadı", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Hata:\nDeğiştirilen kimlik bilgileri tespit edilemedi.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeepassXc - Açılır Pencere", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Ayarlar", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Bu sayfa için özel giriş alanları seç", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Bağlan", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Yeniden bağlan", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Giriş alanlarını yeniden belirle", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Tekrarla", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Veritabanını yeniden aç", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Tarayıcı bir hatayla karşılaştı:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "KeePassXC'nin eski sürümünü kullanıyorsunuz.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Lütfen keepassxc.org adresinden en son sürümü indirin.", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Durum kontrol ediliyor...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Tarayıcı yapılandırılmamış. KeePassXC ile eşleştirmek için bağlantıya basın.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Tarayıcı KeePassXC ile bağlantısı kesildi.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Yeni bir bağlantı kurmak için yeniden bağlan düğmesine basın.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Tarayıcı henüz KeePassXC'ye bağlanmadı, ancak tanımlayıcı kullanılarak yapılandırıldı: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Tarayıcı KeePassXC'ye bağlı ve aşağıdaki tanımlayıcı kullanılarak yapılandırıldı: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Kullanıcı adı veya parola değiştirildi! Kaydet?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Kimlik bilgileri, tanımlayıcı ile bağlı veritabanına kaydedilecek $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Şu kullanıcı adı şu anda kaydedilmedi: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Kullanılan kullanıcı adına sahip kimlik bilgileri koyu olarak işaretlenmiştir: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Lütfen güncellemek istediğiniz kimlik bilgilerini seçin.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Lütfen yeni kimlik bilgilerini eklemek istediğiniz kümeyi seçin.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Hata: Belirtilen öntanımlı küme bulunamadı. Gerekli tüm kümelerin oluşturulması.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "Yeni küme oluşturulamıyor.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Hata: Kimlik bilgileri güncellenmedi. Parola değiştirilmedi.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Hata: Kimlik bilgileri kaydedilemez veya güncellenemez.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Sayfaya girmek istediğiniz giriş bilgilerini seçin.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Süzgeç:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Giriş yapmak istediğiniz giriş bilgisini seçin.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "Bu sayfada birden fazla parola alanı bulundu. Parola alanlarından birine sağ tıklayın ve şunlardan birini seçin:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "kullanıcı adı:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Yeni", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Güncelle", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Yoksay", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Bu sayfayı asla sorma", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Kapat", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Öntanımlı kimlik doğrulama iletişim kutusunu kapatın ve gösterin", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Ayarlar | KeePassXC-Tarayıcı", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Genel Ayarlar", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Bağlı Veritabanları", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Özel giriş alanları", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Site tercihleri", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Hakkında", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Genel", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Bağlı Veritabanları", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Özel giriş alanları", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Site tercihleri", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Hakkında", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Kısayolları yapılandır", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Kaydet", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Bağlan", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Kaldır", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Ekle", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Güncellemeleri kontrol et", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Evet, şimdi kaldır", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "İptal", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Sıfırla", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Göz Yumma Zamanı:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Redirect Offset:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Maximum (Number of) Redirects:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Yeni parolaları kaydetmek için öntanımlı küme:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Her zaman yeni kimlik bilgilerinin nereye kaydedileceğini sor", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "Etkinleştirildiğinde, açılır pencerede bir küme listesi gösterilir.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Parola oluşturucuyu etkinleştir.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Kimlik bilgilerini otomatik olarak al.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Automatically fill in single-credential entries.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Kullanıcı adı alanları için otomatik tamamlamayı etkinleştir.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Bildirimleri göster.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Yalnızca etki alanını kaydet.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Yeni kimlik bilgileri veritabanına kaydedildiğinde bir bildirim göster.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "HTTP Temel Kimlik Doğrulama iletişim kutularını otomatik olarak doldur ve gönder.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "KeePassXC güncellemelerini kontrol et:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "her 3 günde", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "her hafta", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "her ay", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "asla", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Klavye kısayolları", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Yeni kimlik bilgileri tespit edildikten sonra simgenin yanıp sönmesi gereken azami süre (ms)", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Yeni kimlik bilgileri tespit edildikten sonra simgenin yanıp sönmesi gereken asgari süre (ms)", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 to only use blink time ignoring Maximum Redirects (old behavior)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "How many pages should the tab cycle through after the redirect offset before deactivating the icon", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Yeni bir parola oluşturmak için parola alanlarına bir düğme ekler.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Parolalar, parola oluşturma profilinizi kullanarak KeePassXC tarafından üretilir.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Tarayıcı, bir sekme etkinleştirildiğinde hemen kimlik bilgilerini alır.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Yalnızca tek bir giriş alırsa KeePassXC-Tarayıcı'nın otomatik olarak kimlik bilgilerini doldurmasına izin ver.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Uyarı! Otomatik doldurmayı kullanmak güvenli değildir. Kullanım kendi sorumluluğunuzdadır.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Bir sayfadaki tüm kullanıcı adı alanları için mevcut bilgileri içeren bir açılır liste göster.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Hata bildirimlerini ve kullanıcı etkileşimi gerektiğinde göster.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Yeni kimlik bilgilerini kaydederken, tam URL yerine yalnızca etki alanını kaydet.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Bir sayfa için kimlik bilgileri bulunursa ve giriş türü bir HTTP Temel Kimlik Doğrulama isteği ise, KeePassXC-Tarayıcı ilk verilen kimlik bilgileriyle giriş yapmaya çalışır.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Bir HTTP Temel Kimlik Doğrulama iletişim kutusu şöyle görünür:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Tarayıcı, kimlik bilgilerini almak için KeePassXC'e ihtiyaç duyuyor.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "En son kararlı sürümü indirebilirsiniz $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "KeePassXC $1 sürümünü çalıştırıyorsunuz", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "KeePassXC'nin mevcut en son sürümü: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Öntanımlı: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Infinite: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Tavsiye edilen: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "$1 kısayolu başarıyla değiştirildi.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "$1 kısayolu sıfırlandı.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Hata: $1 için kısayol değişmedi!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "Aşağıdaki KeePassXC veritabanları KeePassXC-Tarayıcıya bağlanmıştır.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Bağlı veritabanı bulunamadı.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Tanımlayıcı veritabanı listesinden kaldırılsın mı?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Aşağıdaki tanımlayıcıyı gerçekten veritabanı listesinden çıkarmak istiyor musunuz?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Veritabanınızı istediğiniz zaman yeniden bağlayabilirsiniz.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Tanıtıcı", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Anahtar", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Son kullanılan", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Oluşturulan", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Sil", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "Sayfa URL'si", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Yoksay", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Sadece kullanıcı adı Tespiti", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Dil", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Tüm özellikleri etkinleştir", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Yeni/değiştirilmiş kimlik bilgilerini devre dışı bırak", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Tüm özellikleri devre dışı bırak", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Kaydedilmiş özel giriş alanı bulunamadı.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "Kayıtlı özel giriş alanlarını aşağıdaki tabloyu kullanarak yönetebilirsiniz.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "KeePassXC-Tarayıcı yanlış giriş alanlarını tespit ederse, doğru alanları kendiniz belirleyebilirsiniz.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Sayfaya gidin ve KeePassXC-Tarayıcı simgesine tıkla, sonra seç", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Kayıtlı özel giriş alanları kaldırılsın mı?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Sayfadaki kayıtlı özel giriş alanlarını gerçekten kaldırmak istiyor musunuz: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Tarayıcı bu sayfayı bir sonraki ziyaretinizde giriş alanlarını otomatik olarak algılar.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Yok sayılan site bulunamadı.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Site kaldırılsın mı?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Bu sayfadaki siteler, kendisiyle ilişkilendirilen özel işleme yöntemlerine sahiptir.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Belirli bir sitedeki yeni / değiştirilmiş kimlik bilgilerini yok saymak için aşağıya ekleyin veya yanıp sönen KeePassXC-Tarayıcı simgesini tıkla ve seç", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Bir site tamamen yok sayılırsa (Tüm özellikleri devre dışı bırak seçiliyse) eklenti bu siteyi ziyaret ederken hiçbir şey yapmaz.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Sadece kullanıcı adı tespiti, KeePassXC-Tarayıcı, kullanıcı adı ve parola için ayrı sayfalara sahip web sitelerinde oturum açma detaylarını doldurmasına izin verir.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "URL'yi elle ekle", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Belirtilen siteyi listeden gerçekten kaldırmak istiyor musunuz: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Tarayıcı bu site için tüm özellikleri sağlayacak ve sadece kullanıcı adı tespitini kaldıracak.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "Kayıtlı site tercihlerini aşağıdaki tabloyu kullanarak yönetebilirsiniz.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Sayfanın eklenti özelliklerini yok sayma seçeneği.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Chrome Web Mağazası'nda KeePassXC-Tarayıcı'yı ziyaret edin.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Mozilla Eklentileri dizininde KeePassXC-Tarayıcı'yı ziyaret edin.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "GitHub'da KeePassXC-Tarayıcı'yı ziyaret edin.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Tarayıcı Sürümü: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC Sürümü: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Katkıda bulunanlar", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Lisanslar", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Hataları raporla", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "GitHub'da yeni konu oluştur", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "Aşağıdaki hata ayıklama bilgisi kullanılabilir", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Geçersiz değer. Lütfen girişi kontrol edin.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Geçersiz URL. Lütfen girişi kontrol edin.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "Değer listede zaten var.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Yeni bir sekme açar", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Temel Kimlik Doğrulama iletişim kutusu", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/uk/messages.json b/keepassxc-browser/_locales/uk/messages.json new file mode 100644 index 0000000..39021f2 --- /dev/null +++ b/keepassxc-browser/_locales/uk/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "Сполучення KeePassXC з сучасними переглядачами тенет", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "Заповнити ім'я користувача і пароль", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "Заповнити тільки пароль", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "Заповнити ТОП", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "Показувати значок генератора паролів", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "Зберегти реєстраційні дані", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "Показувати генератор паролів", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "Клацніть значок додатка, щоб створити або змінити реєстраційні дані.", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "Знайдено декілька реєстраційних записів для перевіряння HTTP. Клацніть на значку розширення, щоб вибрати потрібні,", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "Невідома помилка.", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "Сховище не відкрите.", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "Контрольну суму сховища не одержано.", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "Відкритий ключ користувача не одержано.", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "Неможливо розшифрувати повідомлення.", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings.", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "Дію скасовано або заборонено.", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "Message encryption failed. Is KeePassXC running?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "Прив'язка KeePassXC зазнала невдачі, спробуйте ще раз.", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "Обмін ключами зазнав невдачі.", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "Шифрувальний ключ не розпізнано.", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "Збережених сховищ не знайдено.", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "Хибна дія.", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "Одержано порожнє повідомлення.", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "URL не надано.", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "Імен користувача не знайдено.", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "Password generator icon", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "Створений пароль", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "Також заповнити наступне поле, яке має тип пароля", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? бітів", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "Генератор паролів", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "Створити", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "Скопіювати", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "Заповнити та скопіювати", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "Помилка:\nСтворений пароль довший за дозволену довжину!\nВін був вкорочений до максимальної дозволеної довжини.\n\nБудь ласка, запам'ятайте новий пароль!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "Створити пароль", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "Неможливо одержати створений пароль.
Можливо, KeePassXC не запущено?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "Відкинути", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "Пропустити", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "Show more", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "Знову", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "Схвалити", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "Реєстраційні поля вже було вибрано для цієї сторінки. Їх буде перезаписано.", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "Відкинути вибране", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "Текстове поле №", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. Виберіть поле імені користувача", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. Тепер виберіть поле пароля", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. Схваліть вибір", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "Будь ласка, схваліть свій вибір або вкажіть додаткові текстові поля.", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "Ім'я користувача", + "description": "General text for username." + }, + "password": { + "message": "Пароль", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- без імені користувача -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "Помилка:\nРеєстраційних даних не знайдено.", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "Помилка:\nЗнайдено більш одного реєстраційного запису у KeePassXC!\nНатисніть значок KeePassXC-Переглядача для додаткових дій.", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "Помилка:\nРеєстраційних даних для вказаного імені користувача не знайдено.", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "Помилка:\nНеможливо знайти поля для заповнення.", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "Помилка:\nНеможливо знайти поле пароля.", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "Помилка:\nЗміни реєстраційних даних не виявлено.", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "Вигульк KeePassXC", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "Налаштування", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "Choose custom login fields for this page", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "Сполучити", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "Сполучити заново", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "Заново виявити поля реєстраційних даних", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "Оновити", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "Заново відкрити сховище", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Переглядач натрапив на помилку:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "Ви використовуєте застарілу версію KeePassXC.", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "Будь ласка, завантажте останню версію з keepassxc.org", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "Перевіряння стану...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Переглядач не налаштовано. Натисніть кнопку «Сполучити», щоб під'єднати переглядач до KeePassXC.", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Переглядач було від'єднано від KeePassXC.", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "Натисніть кнопку «Сполучити заново», щоб знову встановити зв'язок.", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Переглядач ще не під'єднувався до KeePassXC але був налаштований з таким ідентифікатором: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Переглядач зараз сполучений з KeePassXC і був налаштований з таким ідентифікатором: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "Ім'я користувача чи пароль було змінено! Зберегти зміни?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "Реєстраційні дані будуть збережені у сполученому сховищі з ідентифікатором $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "Таке ім'я користувача не було збережене: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "Реєстраційні дані з використаним іменем користувача позначені жирним шрифтом: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "Будь ласка, виберіть реєстраційні дані, які Ви хочете оновити.", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "New group(s) cannot be created.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credentials not updated. The password has not been changed.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Credentials cannot be saved or updated.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "Виберіть реєстраційні дані, які Ви хочете ввести на цій сторінці.", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "Фільтр:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "Виберіть реєстраційні дані, з якими Ви хочете ввійти.", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "На цій сторінці знайдено декілька парольних полів. Клацніть правою кнопкою на одному з них та виберіть одну з дій:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL: ", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "Ім'я користувача", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "Новий", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "Оновити", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "Відкинути", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "Ніколи не питати для цієї сторінки", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "Закрити", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "Відкинути і показати типовий діалог перевіряння пароля", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "Налаштування | KeePassXC-Переглядач", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "Загальні налаштування", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "Сполучені сховища", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "Власні реєстраційні поля", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "Налаштування сторінки", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "Про розширення", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "Загальні", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "Сполучені сховища", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "Власні реєстраційні поля", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "Налаштування сторінки", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "Про розширення", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "Налаштувати сполучення клавіш", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "Зберегти", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "Сполучити", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "Видалити", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "Додати", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "Перевірити наявність оновлень", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "Так, видалити негайно", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "Скасувати", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "Reset", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "Тривалість блимання:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Зміщення кількості перенаправлень: ", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Максимальна кількість перенаправлень: ", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "Увімкнути генератор паролів.", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "Автоматично видобувати реєстраційні дані.", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "Автоматично заповнювати, якщо сховище містить лише один збіг.", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "Увімкнути автозаповнення для полів з іменем користувача.", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "Показувати повідомлення.", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "Зберігати тільки домени.", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "Показувати повідомлення, коли є нагода додати нові реєстраційні дані до сховища.", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "Автоматично заповнювати й надсилати діалоги HTTP Basic Auth.", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "Перевярити наявність оновлень KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "раз на 3 дні", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "щотижня", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "щомісяця", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "ніколи", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "Сполучення клавіш", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Максимальна тривалість (мс) блимання значка після виявлення нових реєстраційних даних", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Мінімальна тривалість (мс) блимання значка до вимкнення, обумовленого перенаправленнями сторінки.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 для означення тривалості блимання, що ігнорує максимальну кількість перенаправлень (стара поведінка)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "Кількість сторінок понад зміщення кількості перенаправлень, яку має пройти цикл табуляції перед тим, як вимкнути значок", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Додає до парольних полів кнопку для створення нового паролю.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "KeePassXC створює паролі з використанням Ваших налаштувань генератора паролів.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Переглядач видобуде реєстраційні дані безпосередньо після активування вкладки.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Дозволити переглядачу KeePassXC автоматично заповнювати поля з реєстраційними даними, якщо він одержує лише один запис.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Обережно! Використання автозаповнення може бути небезпечним. Користуйтеся на власний ризик.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Показувати спадний список з доступними реєстраційними даними для кожного поля імені користувача на сторінці.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Показувати повідомлення про помилки та коли необхідні додаткові дії користувача.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "Під час збереження реєстраційних даних, зберігати тільки домен, а не всю адресу URL.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "Якщо реєстраційні дані знайдено для сторінки і типом перевірки є HTTP Basic Auth, KeePassXC-Переглядач спробує увійти використовуючи перший доступний запис.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "Діалог HTTP Basic Auth виглядає так:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Переглядач потребує KeePassXC для видобування реєстраційних даних.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "Ви можете завантажити найновішу стабільну версію з $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "Встановлена версія KeePassXC: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "Найновіша доступна версія KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "Типово: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "Нескінченність: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "Рекомендовано: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "Shortcut for $1 has been successfully changed.", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "Shortcut for $1 has been reset.", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Error: Shortcut for $1 has not been changed!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "До KeePassXC-Переглядача підключені такі сховища KeePassXC.", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "Підключених сховищ не знайдено.", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Видалити ідентифікатор з переліку сховищ?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Ви дійсно хочете видалити такий ідентифікатор з переліку сховищ?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "Ви можете заново під'єднати Ваше сховище у будь-який час.", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "Ідентифікатор", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "Ключ", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "Останнє використання", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "Створено", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "Видалено", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "URL сторінки", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "Нехтувати", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Визначення виключно за іменем користувача", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "Видалити", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "Увімкнути всі можливості", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Вимкнути додавання і змінення реєстраційних даних", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "Вимкнути всі можливості", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "Не знайдено жодного власного реєстраційного поля.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "Якщо KeePassXC-Переглядач помилково визначить реєстраційні поля, Ви можете вказати їх самостійно.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Перейдіть до сторінки і натисніть значок KeePassXC-Переглядач, потім виберіть ", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Видалити збережені власні реєстраційні поля?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "Ви дійсно хочете видалити власні реєстраційні поля збережені для такої сторінки: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Переглядач автоматично визначить реєстраційні поля під час наступних відвідувань сторінки.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "Нехтуваних сайтів не знайдено.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "Видалити сторінку?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Для сайтів на цій сторінці призначені особливі методи поводження.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "Для нехтування новими або оновленими реєстраційними даними на окремому сайті, додайте його нижче або клацніть на блимкому значку KeePassXC-Переглядача і виберіть", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "Якщо сайт повністю знехтувано (вибрано Вимкнути усі можливості), то розширення не робитиме нічого під час відвідання цього сайту.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Визначення виключно за іменем користувача дозволяє KeePassXC–Переглядачу заповнювати реєстраційні поля на сайтах, що запитують ім'я користувача і пароль на окремих сторінках.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Додати URL вручну", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Ви дійсно хочете видалити позначену сторінку зі списку: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Переглядач увімкне всі можливості для цього сайту і скасує визначення виключно за іменем користувача.", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "Відвідати сторінку KeePassXC-Переглядача у Веб-магазині Chrome.", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "Відвідати сторінку KeePassXC-Переглядач у покажчику розширень Mozilla.", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "Відвідати KeePassXC-Переглядач на GitHub.", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "Версія KeePassXC-Переглядач: $1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "Версія KeePassXC: $1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "Спільнота:", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "Licenses", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "Report bugs", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "Create new issue on GitHub", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalid value. Please check the input.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Invalid URL. Please check the input.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "The value already exists in the list.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "Opens a new tab", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/zh_CN/messages.json b/keepassxc-browser/_locales/zh_CN/messages.json new file mode 100644 index 0000000..1f781f8 --- /dev/null +++ b/keepassxc-browser/_locales/zh_CN/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC 与现代 Web 浏览器的集成", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "填写用户名和密码", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "仅填写密码", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "填写一次性密码。", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "显示密码生成器图标", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "保存凭据", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "显示密码生成器", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "单击扩展图标创建或修改凭据。", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "检测到多个凭据的 HTTP 身份验证。 单击扩展图标以选择正确的扩展图标。", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "未知错误。", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "数据库未打开。", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "未收到数据库哈希。", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "未收到客户端公钥。", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "无法解密消息。", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "无法连接到KeePassXC。 检查KeePassXC设置中是否启用了浏览器集成。", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "行动被取消或被拒绝。", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "消息加密失败。KeepassXC正在运行吗?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC 整合失败,请再尝试一下。", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "密钥交换没有成功。", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "无法识别加密密钥。", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "找不到保存的数据库。", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "行动不正确。", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "收到空消息。", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "没有提供URL。", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "找不到登录信息。", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "密码生成器图标", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "生成密码", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "同时填写下一个密码字段", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? 位", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "密码生成器", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "生成", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "复制", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "填写并复制", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "错误:\n生成的密码长于允许的长度!\n它被剪裁以适应长度。\n\n请记住新密码!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "生成密码", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "无法接收生成的密码。
KeePassXC 正在运行吗?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "关闭", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "跳过", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "显示更多", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "重试", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "确认", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "此页面的登录字段已被选中,将被覆盖。", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "放弃选择", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "字符串字段#", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1.选择用户名字段", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2.现在选择一个密码字段", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3.确认选择", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "请确认您的选择或选择更多字段作为字符串字段。", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "您还可以使用数字从键盘中选择输入字段。", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "用户名", + "description": "General text for username." + }, + "password": { + "message": "密码", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- 没有用户名 -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "错误:\n找不到登录信息。", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "错误:\n在 KeePassXC 中找到了多个登录名!\n点击 KeePassXC-Browser 图标查看更多选项。", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "错误:\n找不到给定用户名的凭据。", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "错误:\n找不到要填写的字段。", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "错误:\n无法找到密码字段。", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "错误:\n无法检测更改的凭据。", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - 弹出窗口", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "设置", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "选择此页面的自定义登录字段", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "连接", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "重新连接", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "重新检测登录字段", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "重新加载", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "重新打开数据库", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser 遇到错误:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "您使用旧版本的 KeePassXC。", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "请从 keepassxc.org 下载最新版本", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "正在检查状态...", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser 尚未被设置。按“连接”按钮可与 KeePassXC 配对。", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC 已断开与 KeePassXC-Browser 的连接。", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "按重新连接按钮建立新的连接。", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser 尚未连接到 KeePassXC,但已使用标识符进行了配置: $1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser 已连接到 KeePassXC,并且已使用以下标识符进行了配置: $1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "用户名或密码已更改!是否保存?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "凭据将用标识符 $1 保存在连接的数据库中", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "以下用户名尚未保存: $1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "被使用用户名的凭据已被标记为粗体: $1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "请选择要更新的凭据。", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "请选择要添加新凭据的组。", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "错误:未找到指定的默认群组。创建所有必要的群组。", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "无法创建新群组。", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "错误:凭据未更新。密码尚未更改。", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "错误:无法保存或更新凭据。", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "选择您希望在页面中输入的登录信息。", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "筛选:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "选择您要登录的登录信息。", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "在此页面中找到多个密码字段。右键单击其中一个密码字段,然后选择其中一个:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "链接:", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "用户名:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "新增", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "更新", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "关闭", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "永远不要问这个页面", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "关闭", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "关闭并显示默认身份验证对话框", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "设置 | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "常规设置", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "连接的数据库", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "自定义登录字段", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "网站首选项", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "关于", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "常规", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "连接数据库", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "自定义登录字段", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "网站首选项", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "关于", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "配置快捷方式", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "保存", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "连接", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "删除", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "添加", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "检查更新", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "是的,立即删除", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "取消", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "重置", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "闪烁时间:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "重定向偏移:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "重定向的最大值(数量):", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "保存新密码的默认群组:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "使用斜杠分隔群组,例如:Group / ChildGroup。", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "始终询问保存新凭据的位置", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "启用后,弹出窗口将显示群组列表。", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "激活密码生成器。", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "自动检索凭据。", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "自动填写单凭证条目。", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "激活用户名字段的自动完成功能。", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "显示通知。", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "仅保存域。", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "在可以将新凭据保存到数据库时显示通知。", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "自动填写 HTTP 基本身份验证对话框并提交。", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "检查更新 KeePassXC:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "每3天", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "每周", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "每月", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "从不", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "键盘快捷键", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "检测到新的条目后图标闪烁的最长时间(毫秒)", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "图标在页面重定向导致的停用前闪烁的最小时间(毫秒)。", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 只使用闪烁时间忽略最大重定向(旧行为)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "在停用图标之前,在重定向偏移之后,tab 应循环遍历多少页", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "向密码字段添加一个用于生成新密码的按钮。", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "密码是由 KeePassXC 使用您的密码生成配置文件生成的。", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser 将在选项卡是激活状态时立即获取凭据。", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "当获取到的条目只有一条时,让 KeePassXC-Browser 自动填写凭据。", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "警告! 使用自动填充并不安全。 使用风险由您自己承担。", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "显示一个包含了页面上所有用户名字段的可用凭据的列表。", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "显示错误通知以及需要用户交互的时间。", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "保存新凭据时,仅保存域而不是完整的 URL。", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "如果在页面上找到凭据,并且登录类型是 HTTP 基本身份验证请求时,KeePassXC-Browser 将尝试使用第一个凭据登录。", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "HTTP 基本验证对话框如下所示:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser 需要 KeePassXC 来检索凭据。", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "您可以从 $1 下载最新的稳定版本", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "您正在运行 KeePassXC 版本: $1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "最新版本的 KeePassXC: $1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "默认值: $1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "无限: $1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "推荐: $1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "$1 的快捷方式已成功更改。", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "$1 的快捷方式已重置。", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "错误: $1 的快捷方式未更改!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "以下 KeePassXC 数据库连接到 KeePassXC-Browser。", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "未找到连接的数据库。", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "是否从数据库列表中删除标识符?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "是否确实要从数据库列表中删除以下标识符?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "您可以随时重新连接数据库。", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "标识符", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "密钥", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "上次使用", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "创建", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "删除", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "页面网址", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "忽略", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "仅用户名检测", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "删除", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "启用所有功能", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "禁用新的/修改的凭据", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "禁用所有功能", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "找不到保存的自定义登录字段。", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "您可以使用下表管理保存的自定义登录字段。", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "如果 KeePassXC-Browser 检测到错误的登录字段,您可以自己指定正确的字段。", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "转到页面并单击 KeePassXC-Browser 图标,然后选择", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "是否删除已保存的自定义登录字段?", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmation": { + "message": "是否确实要删除页上保存的自定义登录字段: $1", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser 将在您下次访问此页面时自动检测登录字段。", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "未找到被忽略的站点。", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "删除站点?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "此页面上的网站具有与之相关的特殊处理方法。", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "要在特定站点上忽略新的或已修改的凭据,请在下面添加它们或单击闪烁的 KeePassXC-Browser 图标,然后选择", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "如果站点被完全忽略( 禁用所有功能 被选中),则在访问该站点时插件将不执行任何操作。", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "仅用户名检测允许 KeePassXC-Browser 在访问用户名与密码是在不同页面的网站时填写登录信息。", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "手动添加 URL", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "您真的要从列表中删除指定的站点: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser 将在此站点启用所有功能并删除仅用户名检测。", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "您可以使用下表管理保存的网站首选项。", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "用于忽略页面的扩展功能的选项。", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "访问 Chrome 应用商店中的 KeePassXC-Browser。", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "访问 Mozilla 附加组件目录中的 KeePassXC-Browser。", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "访问 GitHub 上的 KeePassXC-Browser。", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser 版本:$1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC 版本:$1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "贡献", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "许可证", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "报告错误", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "在 GitHub 上创建新问题", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "可以使用以下调试信息", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "无效的值。请检查输入。", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "无效的 URL。请检查输入。", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "该值已存在于列表中。", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "打开新选项卡", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "\"http 基本身份验证\" 对话框", + "description": "Options page HTTP Basic Auth dialog text" + } +} diff --git a/keepassxc-browser/_locales/zh_TW/messages.json b/keepassxc-browser/_locales/zh_TW/messages.json new file mode 100644 index 0000000..4605e04 --- /dev/null +++ b/keepassxc-browser/_locales/zh_TW/messages.json @@ -0,0 +1,850 @@ +{ + "extensionDescription": { + "message": "KeePassXC 與現代瀏覽器的整合", + "description": "Name of the extension." + }, + "contextMenuFillUsernameAndPassword": { + "message": "填入使用者名稱和密碼", + "description": "Context menu item for filling both username and password." + }, + "contextMenuFillPassword": { + "message": "僅填入密碼", + "description": "Context menu item for filling password." + }, + "contextMenuFillTOTP": { + "message": "填入限時單次密碼", + "description": "Context menu item for filling Time-based One Time Password." + }, + "contextMenuShowPasswordGeneratorIcons": { + "message": "顯示密碼產生器圖示", + "description": "Show password generator icon on every password input field." + }, + "contextMenuSaveCredentials": { + "message": "儲存憑證", + "description": "Save credentials using the extension popup icon." + }, + "contextMenuShowPasswordGenerator": { + "message": "顯示密碼產生器", + "description": "Show password generator text." + }, + "rememberCredentialsPopup": { + "message": "點選擴展圖示來建立或更改憑證。", + "description": "Notification text when saving credentials from the context menu." + }, + "multipleCredentialsDetected": { + "message": "偵測到多個 HTTP 身份驗證的憑證。點選擴展圖示來選擇正確的憑證。", + "description": "Notification when HTTP Authentication has multiple credentials detected." + }, + "errorMessageUnknown": { + "message": "未知錯誤。", + "description": "Unknown error." + }, + "errorMessageDatabaseNotOpened": { + "message": "資料庫未開啟。", + "description": "Database not opened." + }, + "errorMessageDatabaseHash": { + "message": "未收到資料庫雜湊值。", + "description": "Database hash not received." + }, + "errorMessageClientPublicKey": { + "message": "未收到客戶端公鑰。", + "description": "Client public key not received." + }, + "errorMessageDecrypt": { + "message": "無法解密訊息。", + "description": "Cannot decrypt message." + }, + "errorMessageTimeout": { + "message": "無法連線到 KeePassXC。請確認 KeePassXC 的瀏覽器整合功能已啟用。", + "description": "Cannot connect to KeePassXC. Check that browser integration is enabled in KeePassXC settings." + }, + "errorMessageCanceled": { + "message": "動作被取消或是被拒絕。", + "description": "Action canceled or denied." + }, + "errorMessageEncrypt": { + "message": "訊息加密失敗。KeePassXC 是否正在執行?", + "description": "Message encryption failed. Is KeePassXC running?" + }, + "errorMessageAssociate": { + "message": "KeePassXC 配對失敗,請再試一次。", + "description": "KeePassXC association failed, try again." + }, + "errorMessageKeyExchange": { + "message": "金鑰交換失敗。", + "description": "Key exchange was not successful." + }, + "errorMessageEncryptionKey": { + "message": "無法辨認加密金鑰。", + "description": "Encryption key is not recognized." + }, + "errorMessageSavedDatabases": { + "message": "找不到儲存的資料庫。", + "description": "No saved databases found." + }, + "errorMessageIncorrectAction": { + "message": "行動不正確。", + "description": "Incorrect action." + }, + "errorMessageEmptyMessage": { + "message": "收到空訊息。", + "description": "Empty message received." + }, + "errorMessageNoURL": { + "message": "沒有提供 URL。", + "description": "No URL provided." + }, + "errorMessageNoLogins": { + "message": "找不到登錄資訊。", + "description": "No logins found." + }, + "passwordGeneratorIcon": { + "message": "密碼產生器圖示", + "description": "Alt attribute text of the password generator icon." + }, + "passwordGeneratorPlaceholder": { + "message": "產生密碼", + "description": "Input field placeholder for generated password." + }, + "passwordGeneratorLabel": { + "message": "同時填入下一個密碼欄位", + "description": "Checkbox text below the password generator input field." + }, + "passwordGeneratorBits": { + "message": "??? 位", + "description": "Bits of the generated password." + }, + "passwordGeneratorTitle": { + "message": "密碼產生器", + "description": "Password generator dialog title." + }, + "passwordGeneratorGenerate": { + "message": "產生", + "description": "Generate button text in password generator." + }, + "passwordGeneratorCopy": { + "message": "複製", + "description": "Copy button text in password generator." + }, + "passwordGeneratorFillAndCopy": { + "message": "填入並複製", + "description": "Fill and copy button text in password generator." + }, + "passwordGeneratorErrorTooLong": { + "message": "錯誤:\n產生的密碼超出允許的長度!\n已將其截斷已符合長度。\n\n請記住新的密碼!", + "description": "A warning text shown in the password generator." + }, + "passwordGeneratorGenerateText": { + "message": "產生密碼", + "description": "Password icon title text." + }, + "passwordGeneratorError": { + "message": "無法接收產生的密碼。
KeePassXC 正在執行嗎?", + "description": "Password generator error text when KeePassXC is closed." + }, + "defineDismiss": { + "message": "撤銷", + "description": "Dismiss button text when choosing custom login fields." + }, + "defineSkip": { + "message": "略過", + "description": "Skip button text when choosing custom login fields." + }, + "defineMore": { + "message": "顯示更多", + "description": "More button text when choosing custom login fields." + }, + "defineAgain": { + "message": "重試", + "description": "Again button text when choosing custom login fields." + }, + "defineConfirm": { + "message": "確認", + "description": "Confirm button text when choosing custom login fields." + }, + "defineAlreadySelected": { + "message": "此網頁的登錄欄位已被選擇,所以將會被覆蓋。", + "description": "A text shown when custom credentials fields are already set for the page." + }, + "defineDiscard": { + "message": "放棄選擇", + "description": "Discard selection button text when choosing custom login fields." + }, + "defineStringField": { + "message": "字串欄位 #", + "description": "Text for string field." + }, + "defineChooseUsername": { + "message": "1. 選擇使用者名稱欄位", + "description": "Choosing a username field text when choosing custom login fields." + }, + "defineChoosePassword": { + "message": "2. 現在選擇一個密碼欄位", + "description": "Choosing a password field text when choosing custom login fields." + }, + "defineConfirmSelection": { + "message": "3. 確認選擇", + "description": "Confirm a selection text when choosing custom login fields." + }, + "defineHelpText": { + "message": "請確認您的選擇,或是選擇更多欄位作為字串欄位。", + "description": "Confirm a selection text when choosing custom login fields which contains string fields." + }, + "defineKeyboardText": { + "message": "You can also use the numbers to choose the input fields from keyboard.", + "description": "Help text when choosing custom login fields." + }, + "username": { + "message": "使用者名稱", + "description": "General text for username." + }, + "password": { + "message": "密碼", + "description": "General text for password." + }, + "credentialsNoUsername": { + "message": "- 無使用者名稱 -", + "description": "Shown when no username is set in the credentials." + }, + "credentialsNoLoginsFound": { + "message": "錯誤:\n找不到登錄資訊。", + "description": "Shown when no credentials are found for the current page." + }, + "credentialsMultipleFound": { + "message": "錯誤:\n在 KeePassXC 中找到多個登錄資訊!\n點選 KeePassXC-Browser 圖示來檢視更多選項。", + "description": "Alert message when trying to fill username and/or password when multiple credentials are found." + }, + "credentialsNoUsernameFound": { + "message": "錯誤:\n找不到該使用者名稱的憑證。", + "description": "Alert message when no credentials are found for the given username." + }, + "fieldsFill": { + "message": "錯誤:\n找不到該填入的欄位。", + "description": "Alert message when no fields are found to fill in." + }, + "fieldsNoPasswordField": { + "message": "錯誤:\n無法找到密碼欄位。", + "description": "Message shown when no password fields are found." + }, + "rememberNothingChanged": { + "message": "錯誤:\n無法找到修改後的憑證。", + "description": "Message shown when trying to save credentials that haven't changed." + }, + "popupTitle": { + "message": "KeePassXC - 彈出視窗", + "description": "Popup window title." + }, + "popupSettingsText": { + "message": "設定", + "description": "Popup Settings button text." + }, + "popupChooseCredentialsText": { + "message": "為此網頁定義登錄欄位", + "description": "Popup credential choosing button text." + }, + "popupConnectButton": { + "message": "連線", + "description": "Popup Connect button text." + }, + "popupReconnectButton": { + "message": "重新連線", + "description": "Popup Reconnect button text." + }, + "popupRedetectButton": { + "message": "重新偵測登錄欄位", + "description": "Popup Redetect login fields button text." + }, + "popupReloadButton": { + "message": "重新載入", + "description": "Popup Reload button text." + }, + "popupReopenButton": { + "message": "重新開啟資料庫", + "description": "Popup reopen database button text." + }, + "popupErrorEncountered": { + "message": "KeePassXC-Browser 遇到錯誤:", + "description": "A text shown above error message in the popup." + }, + "popupUpdateAvailable": { + "message": "您使用了舊版的 KeePassXC。", + "description": "Popup warning message about old version of KeePassXC." + }, + "popupDownloadNewVersion": { + "message": "請從 keepassxc.org 下載最新版本", + "description": "Popup warning message link when KeePassXC version is not up-to-date." + }, + "popupCheckingStatus": { + "message": "檢查狀態中…", + "description": "Checking status message in popup." + }, + "popupNotConfigured": { + "message": "KeePassXC-Browser 尚未設定。請按下連線按鈕來與 KeePassXC 配對。", + "description": "A popup message shown when the extension has not been connected to KeePassXC." + }, + "popupNeedReconfigure": { + "message": "KeePassXC-Browser 已與 KeePassXC 斷線。", + "description": "A popup message shown when the extension has been disconnected from KeePassXC." + }, + "popupNeedReconfigureMessage": { + "message": "按下重新連線按鈕來建立新連線。", + "description": "A popup message shown when reconnect is needed." + }, + "popupConfiguredNotAssociated": { + "message": "KeePassXC-Browser 尚未與 KeePassXC 連線,但是已經被設定為使用此識別碼:$1", + "description": "A popup message shown when KeePassXC is not connected but configured." + }, + "popupConfiguredAndAssociated": { + "message": "KeePassXC-Browser 已與 KeePassXC 連線,且設定為使用此識別碼:$1", + "description": "A popuo message when a connection to KeePassXC is succesful." + }, + "popupRememberInfoText": { + "message": "使用者名稱或是密碼已更改!是否要儲存?", + "description": "Popup message when username or password has changed." + }, + "popupRememberSaving": { + "message": "憑證將會儲存於已連線的資料庫,識別碼為 $1", + "description": "A popup message when saving or updating credentials." + }, + "popupRememberNewUsername": { + "message": "以下使用者名稱尚未儲存:$1", + "description": "A popup message shown when a new username is detected when saving credentials." + }, + "popupRememberUsernameExists": { + "message": "該使用者名稱對應的憑證將以粗體標記:$1", + "description": "A popup message shown when a existing username is detected when saving credentials." + }, + "popupRememberChooseCredentials": { + "message": "請選擇您要更新的憑證。", + "description": "A popup message shown choosing what credentials user wants to update." + }, + "popupRememberChooseGroup": { + "message": "Please choose the group you want to add the new credentials.", + "description": "A popup message shown choosing what group user wants to use for new credentials." + }, + "popupRememberErrorDefaultGroupNotFound": { + "message": "Error: Specified default group not found. Creating all necessary groups.", + "description": "Error message shown when default group set cannot be found." + }, + "popupRememberErrorCreatingNewGroup": { + "message": "New group(s) cannot be created.", + "description": "Error message shown when new groups cannot be created." + }, + "popupRememberErrorPasswordNotChanged": { + "message": "Error: Credentials not updated. The password has not been changed.", + "description": "Error message shown when credential password is not changed." + }, + "popupRememberErrorCannotSaveCredentials": { + "message": "Error: Credentials cannot be saved or updated.", + "description": "Error message shown when credentials cannot be saved or updated." + }, + "popupLoginText": { + "message": "選擇您希望在頁面中輸入的登入資訊。", + "description": "A popup message shown when one or multiple credentials are present." + }, + "popupFilterText": { + "message": "篩選器:", + "description": "Text for login credentials quick filter." + }, + "popupAuthText": { + "message": "選擇您要使用的登入資訊。", + "description": "A popup message shown when doing HTTP Authentication with multiple credentials present." + }, + "popupMultiplePasswordFields": { + "message": "此頁面包含一個以上的密碼欄位。右鍵點選其中一個密碼欄位,並選擇以下其一:", + "description": "A popup message shown when web page has multiple password fields." + }, + "popupURL": { + "message": "URL:", + "description": "URL. Might not need any translation." + }, + "popupUsername": { + "message": "使用者名稱:", + "description": "A username field name shown on credential update." + }, + "popupButtonNew": { + "message": "新增", + "description": "New button text in popup when updating credentials." + }, + "popupButtonUpdate": { + "message": "更新", + "description": "Update button text in popup when updating credentials." + }, + "popupButtonDismiss": { + "message": "撤銷", + "description": "Dismiss button text in popup when updating credentials." + }, + "popupButtonIgnore": { + "message": "永不於此網頁詢問", + "description": "Ignore button text in popup or in notification when updating credentials." + }, + "popupButtonClose": { + "message": "關閉", + "description": "Close button text in popup or in notification." + }, + "popupButtonDismissHttpAuth": { + "message": "撤銷並顯示預設身份驗證彈出視窗", + "description": "Dismiss button text when in HTTP Authentication popup." + }, + "optionsTitle": { + "message": "設定 | KeePassXC-Browser", + "description": "Options page title." + }, + "optionsGeneralSettingsTab": { + "message": "一般設定", + "description": "General Settings tab text." + }, + "optionsConnectedDatabasesTab": { + "message": "已連結的資料庫", + "description": "Connected Databases tab text." + }, + "optionsCustomFieldsTab": { + "message": "自定登入欄位", + "description": "Saved custom login fields tab text." + }, + "optionsSitePreferencesTab": { + "message": "網站設定", + "description": "Site preferences fields tab text." + }, + "optionsAboutTab": { + "message": "關於", + "description": "About tab text." + }, + "optionsMenuGeneral": { + "message": "一般", + "description": "General settings page header." + }, + "optionsMenuConnectedDatabases": { + "message": "已連結的資料庫", + "description": "Connected Databases page header." + }, + "optionsMenuCustomFields": { + "message": "自定登入欄位", + "description": "Custom login fields page header." + }, + "optionsMenuSitePreferences": { + "message": "網站設定", + "description": "Site preferences page header." + }, + "optionsMenuAbout": { + "message": "關於", + "description": "About page header." + }, + "optionsConfigureShortcuts": { + "message": "設定快速鍵", + "description": "Keyboard shortcut button and title text." + }, + "optionsButtonSave": { + "message": "儲存", + "description": "Save button text." + }, + "optionsButtonConnect": { + "message": "連線", + "description": "Connect button text." + }, + "optionsButtonRemove": { + "message": "移除", + "description": "Remove button text." + }, + "optionsButtonAdd": { + "message": "新增", + "description": "Add button text." + }, + "optionsButtonUpdate": { + "message": "檢查更新", + "description": "Check for updates button text." + }, + "optionsButtonRemoveNow": { + "message": "是,立即刪除", + "description": "Confirm button text when removing database key or custom login fields." + }, + "optionsButtonCancel": { + "message": "取消", + "description": "Cancel button text when removing database key or custom login fields." + }, + "optionsButtonReset": { + "message": "重設", + "description": "Reset button text for keyboard shortcuts." + }, + "optionsLabelBlinkTime": { + "message": "閃爍時間:", + "description": "Blink Time option text." + }, + "optionsLabelRedirectOffset": { + "message": "Redirect Offset:", + "description": "Redirect Offset option text." + }, + "optionsLabelRedirectAllowance": { + "message": "Maximum (Number of) Redirects:", + "description": "RMaximum (Number of) Redirects options text." + }, + "optionsLabelDefaultGroup": { + "message": "Default group for saving new passwords:", + "description": "Default group options text." + }, + "optionsDefaultGroupHelpText": { + "message": "Separate the group with slashes, for example: Group/ChildGroup.", + "description": "Default group help text." + }, + "optionsLabelDefaultGroupCheckboxText": { + "message": "Always ask where to save new credentials", + "description": "Default group checkbox help text." + }, + "optionsLabelDefaultGroupCheckboxHelpText": { + "message": "When enabled, the popup shows a group listing.", + "description": "Default checkbox explanation help text." + }, + "optionsCheckboxUsePasswordGenerator": { + "message": "啟用密碼產生器。", + "description": "Activate password generator checkbox text." + }, + "optionsCheckboxAutoRetrieveCredentials": { + "message": "自動獲取憑證。", + "description": "Automatically retrieve credentials checkbox text." + }, + "optionsCheckboxAutoFillSingleEntry": { + "message": "自動填入單一憑證條目。", + "description": "Automatically fill-in single credential entry checkbox text." + }, + "optionsCheckboxAutoCompleteUsernames": { + "message": "啟用使用者名稱欄位的自動完成。", + "description": "Activate autocomplete for username fields checkbox text." + }, + "optionsCheckboxShowNotifications": { + "message": "顯示通知。", + "description": "Show notifications checkbox text." + }, + "optionsSaveDomainOnly": { + "message": "只儲存網域。", + "description": "Save domain only checkbox text." + }, + "optionsCheckboxShowLoginNotifications": { + "message": "當可以儲存新憑證至資料庫時顯示通知。", + "description": "Show login notifications checkbox text." + }, + "optionsCheckboxAutoFillAndSend": { + "message": "自定填入 HTTP 基礎身份驗證對話視窗並提交。", + "description": "Auto fill HTTP Basic Auth dialogs and send them checkbox text." + }, + "optionsRadioText": { + "message": "檢查 KeePassXC 的更新:", + "description": "Text above radio buttons in the settings page." + }, + "optionsRadioThreeDays": { + "message": "每三天", + "description": "Radio button text." + }, + "optionsRadioWeek": { + "message": "每週", + "description": "Radio button text." + }, + "optionsRadioMonth": { + "message": "每月", + "description": "Radio button text." + }, + "optionsRadioNever": { + "message": "永不", + "description": "Radio button text." + }, + "optionsKeyboardShortcutsHeader": { + "message": "快速鍵", + "description": "Keyboard shortcut header text." + }, + "optionsBlinkTimeHelpText": { + "message": "Maximum time (ms) the icon should blink after detecting new credentials", + "description": "Blink Time option help text." + }, + "optionsRedirectOffsetHelpText": { + "message": "Minimum time (ms) the icon should blink before deactivating due to page redirects.", + "description": "Redirect Offset option help text." + }, + "optionsRedirectOffsetHelpTextSecond": { + "message": "-1 to only use blink time ignoring Maximum Redirects (old behavior)", + "description": "Redirect Offset option help text, second part." + }, + "optionsRedirectAllowanceHelpText": { + "message": "How many pages should the tab cycle through after the redirect offset before deactivating the icon", + "description": "Redirect Allowance option help text." + }, + "optionsUsePasswordGeneratorHelpText": { + "message": "Adds a button to password fields for generating a new password.", + "description": "Password Generator option help text." + }, + "optionsUsePasswordGeneratorHelpTextSecond": { + "message": "Passwords are generated by KeePassXC using your password generation profile.", + "description": "Password Generator option help text, second part." + }, + "optionsAutoRetrieveCredentialsHelpText": { + "message": "KeePassXC-Browser will immediately retrieve credentials when a tab is activated.", + "description": "Auto-Retrive Credentials option help text." + }, + "optionsAutoFillSingleEntryHelpText": { + "message": "Let KeePassXC-Browser automatically fill in credentials if it receives only a single entry.", + "description": "Auto-Fill Single Entry option help text." + }, + "optionsAutoFillSingleEntryWarning": { + "message": "Warning! Using auto-fill is not safe. Use at your own risk.", + "description": "Auto-Fill Single Entry warning text." + }, + "optionsAutocompleteUsernamesHelpText": { + "message": "Show a dropdown list containing available credentials for all username fields on a page.", + "description": "Autocomplete Usernames option help text." + }, + "optionsShowNotificationsHelpText": { + "message": "Show notifications for errors and when user interaction is required.", + "description": "Show notifications option help text." + }, + "optionsSaveDomainOnlyHelpText": { + "message": "When saving new credentials, save only the domain instead of full URL.", + "description": "Save domain only option help text." + }, + "optionsAutoFillAndSendHelpText": { + "message": "If credentials are found for a page and the login-type is an HTTP Basic Auth request, KeePassXC-Browser tries to login with the first given credentials.", + "description": "Auto-Fill And Send option help text." + }, + "optionsAutoFillAndSendHelpTextSecond": { + "message": "An HTTP Basic Auth dialog looks like this:", + "description": "HTTP Basic Auth image help text." + }, + "optionsVersionInfoText": { + "message": "KeePassXC-Browser needs KeePassXC to retrieve credentials.", + "description": "Settings page version info text." + }, + "optionsVersionDownload": { + "message": "You can download the latest stable version from $1", + "description": "Settings page download link." + }, + "optionsVersionRunning": { + "message": "您正在執行的 KeePassXC 版本:$1", + "description": "Settings page info text of user's KeePassXC version." + }, + "optionsLatestVersion": { + "message": "最新可用的 KeePassXC 版本:$1", + "description": "Settings page info text about the latest KeePassXC version." + }, + "optionsDefault": { + "message": "預設值:$1", + "description": "Default setting text." + }, + "optionsInfinite": { + "message": "無限:$1", + "description": "Infinite setting text." + }, + "optionsRecommended": { + "message": "建議值:$1", + "description": "Recommended setting text." + }, + "optionsShortcutsSuccess": { + "message": "$1 的快速鍵已成功更改。", + "description": "Message for successful keyboard shortcut change." + }, + "optionsShortcutsInfo": { + "message": "$1 的快速鍵已重設。", + "description": "Info message for changing keyboard shortcuts." + }, + "optionsShortcutsDanger": { + "message": "Error: Shortcut for $1 has not been changed!", + "description": "Error message for changing keyboard shortcuts." + }, + "optionsConnectedDatabasesText": { + "message": "以下的 KeePassXC 資料庫已連結到 KeePassXC-Browser。", + "description": "Info text about connected databases." + }, + "optionsConnectedDatabasesNotFound": { + "message": "找不到已連線的資料庫。", + "description": "Shown in the connected databases table when there is no connected databases." + }, + "optionsDatabasesRemoveIdentifier": { + "message": "Remove identifier from database list?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmFirst": { + "message": "Do you really want to remove the following identifier from the database list?", + "description": "Confirmation text when removing database from the list." + }, + "optionsDatabasesRemoveIdentifierConfirmSecond": { + "message": "您可以在任何時候重新與您的資料庫連線。", + "description": "Confirmation text when removing database from the list, second part." + }, + "optionsDatabaseIdentifier": { + "message": "識別碼", + "description": "Database list column title." + }, + "optionsDatabaseKey": { + "message": "金鑰", + "description": "Database list column title." + }, + "optionsDatabaseLastUsed": { + "message": "上次使用", + "description": "Database list column title." + }, + "optionsDatabaseCreated": { + "message": "建立", + "description": "Database list column title." + }, + "optionsDatabaseDelete": { + "message": "刪除", + "description": "Database list column title." + }, + "optionsColumnPageURL": { + "message": "網頁 URL", + "description": "Site preferences list column title." + }, + "optionsColumnIgnore": { + "message": "忽略", + "description": "Site preferences list column title." + }, + "optionsColumnUsernameOnly": { + "message": "Username-only Detection", + "description": "Site preferences list column title." + }, + "optionsColumnDelete": { + "message": "刪除", + "description": "Site preferences list column title." + }, + "optionsSelectionNothing": { + "message": "啟用所有功能", + "description": "Site preferences option selection." + }, + "optionsSelectionNormal": { + "message": "Disable new/modified credentials", + "description": "Site preferences option selection." + }, + "optionsSelectionFull": { + "message": "停用所有功能", + "description": "Site preferences option selection." + }, + "optionsCustomFieldsNotFound": { + "message": "No saved custom login fields found.", + "description": "Shown when no saved custom credentials are saved." + }, + "optionsCustomFieldsTableCaption": { + "message": "You can manage saved custom login fields using the table below.", + "description": "Table caption of Custom login fields page." + }, + "optionsCustomFieldsTabHelpTextFirst": { + "message": "If KeePassXC-Browser detects the wrong login fields, you are able to specify the correct fields yourself.", + "description": "Saved custom login fields info text, first part." + }, + "optionsCustomFieldsTabHelpTextSecond": { + "message": "Go to the page and click on the KeePassXC-Browser icon, then select ", + "description": "Saved custom login fields info text, second part." + }, + "optionsCustomFieldsRemove": { + "message": "Remove saved custom login fields?", + "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", + "description": "Confirmation text when removing saved custom login fields." + }, + "optionsCustomFieldsConfirmationHelpText": { + "message": "KeePassXC-Browser will automatically detect the login fields next time you visit this page.", + "description": "Part of confirmation text when removing saved custom login fields." + }, + "optionsSitePreferencesNotFound": { + "message": "No ignored sites found.", + "description": "Shown when no ignored sites are saved." + }, + "optionsSitePreferencesRemove": { + "message": "移除網站?", + "description": "Confirmation text when removing ignored sites from the list." + }, + "optionsSitePreferencesTabHelpTextFirst": { + "message": "Sites on this page have special handling methods associated with them.", + "description": "Site preferences info text, first part." + }, + "optionsSitePreferencesTabHelpTextSecond": { + "message": "To ignore new/modified credentials on a specific site, add them below or click the blinking KeePassXC-Browser icon and select", + "description": "Site preferences info text, second part." + }, + "optionsSitePreferencesTabHelpTextThird": { + "message": "If a site is fully ignored (Disable all features is selected), then the plugin will do nothing when visiting that site.", + "description": "Site preferences info text, third part." + }, + "optionsSitePreferencesTabHelpTextFourth": { + "message": "Username-only detection allows KeePassXC-Browser to fill in login details on websites with separate pages for username and password.", + "description": "Site preferences info text, fourth part." + }, + "optionsSitePreferencesManualAddText": { + "message": "Add URL manually", + "description": "Label for adding site manually on Site preferences tab." + }, + "optionsSitePreferencesConfirmation": { + "message": "Do you really want to remove the specified site from the list: $1", + "description": "Confirmation text when removing site from site preferences." + }, + "optionsSitePreferencesConfirmationHelpText": { + "message": "KeePassXC-Browser 將對此網站啟用所有功能,並移除只針對使用者名稱的偵測。", + "description": "Part of confirmation text when removing site preferences." + }, + "optionsSitePreferencesTableCaption": { + "message": "You can manage saved site preferences using the table below.", + "description": "Table caption of Site Preferences page." + }, + "optionsSitePreferencesSelect": { + "message": "Option to ignore extension features for the page.", + "description": "Title text of select element in Site Preferences." + }, + "optionsAboutChrome": { + "message": "瀏覽 Chrome 線上應用程式商店上的 KeePassXC-Browser。", + "description": "About page link to Chrome Web Store." + }, + "optionsAboutMozilla": { + "message": "瀏覽 Mozilla 附加元件站上的 KeePassXC-Browser。", + "description": "About page link to AMO." + }, + "optionsAboutGitHub": { + "message": "瀏覽 GitHub 上的 KeePassXC-Browser。", + "description": "About page link to GitHub." + }, + "optionsAboutExtensionVersion": { + "message": "KeePassXC-Browser 版本:$1", + "description": "About page text of extension version." + }, + "optionsAboutKeePassXCVersion": { + "message": "KeePassXC 版本:$1", + "description": "About page text of KeePassXC version." + }, + "optionsAboutContributors": { + "message": "貢獻者", + "description": "About page text of contributors." + }, + "optionsAboutLicenses": { + "message": "授權", + "description": "About page text of licenses." + }, + "optionsAboutReportBugs": { + "message": "回報錯誤", + "description": "About page text of reporting bugs." + }, + "optionsAboutCreateNewIssue": { + "message": "在 GitHub 上建立新 issue", + "description": "Link text for creating a new issue." + }, + "optionsAboutDebugInfo": { + "message": "The following debug info can be used", + "description": "Debug info text." + }, + "optionsErrorInvalidValue": { + "message": "Invalid value. Please check the input.", + "description": "Error shown when input field has an incorrect value." + }, + "optionsErrorInvalidURL": { + "message": "Invalid URL. Please check the input.", + "description": "Error shown when input field has an incorrect URL." + }, + "optionsErrorValueExists": { + "message": "The value already exists in the list.", + "description": "Error shown when trying to add a duplicate value to the list." + }, + "openNewTab": { + "message": "開新分頁", + "description": "Title attribute text." + }, + "httpAuthDialog": { + "message": "HTTP Basic Authentication dialog", + "description": "Options page HTTP Basic Auth dialog text" + } +}