diff --git a/share/translations/keepassxc_ar.ts b/share/translations/keepassxc_ar.ts index a4fa386c91..6ea600ca32 100644 --- a/share/translations/keepassxc_ar.ts +++ b/share/translations/keepassxc_ar.ts @@ -1192,18 +1192,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID هوية امتداد خاصة - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - نظرا ل Snap sandboxing ، يجب عليك تشغيل برنامج نصي لتمكين تكامل المتصفح.<br />يمكنك الحصول على هذا البرنامج النصي من ٪1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - هناك حاجة إلى KeePassXC-Browser حتى يعمل تكامل المتصفح. <br />قم بتنزيله ل ٪1 و٪2 و٪3. %4 - - - Please see special instructions for browser extension use below - يرجى الاطلاع على التعليمات الخاصة لاستخدام ملحق المتصفح أدناه - Executable Files ملفات برامج @@ -1252,6 +1240,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1394,6 +1386,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 مُستورد من CSV ملف: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1679,6 +1680,10 @@ Are you sure you want to continue with this file?. Maintenance صيانة + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1850,11 +1855,11 @@ Are you sure you want to continue without a password? - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2253,6 +2258,121 @@ removed from the database. حقل الوصف في قاعدة البيانات + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + إزالة + + + Command Settings + + + + Name + الاسم + + + Save + احفظ + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2326,6 +2446,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [Locked] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2520,6 +2645,42 @@ Disable safe saves and try again? Database tab name modifier %1 [قاعدة بيانات جديدة] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2571,10 +2732,6 @@ Disable safe saves and try again? n/a n/a - - (encrypted) - (مُعمّى) - Select private key إختر المفتاح السري @@ -2677,6 +2834,10 @@ Would you like to correct it? %n year(s) ٪n سنةسنةسنتين٪n سنوات٪n سنة٪n سنة + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3548,6 +3709,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - استنساخ + + Passkey + + EntryAttachments @@ -5872,6 +6037,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6209,6 +6386,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key نهاية الملف غير معروفة عند قراءة المفتاح الخاص + + (encrypted) + (مُعمّى) + OpenSSHKeyGenDialog @@ -8648,11 +8829,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8690,6 +8879,37 @@ This option is deprecated, use --set-key-file instead. خطأ zlib داخلي: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_bg.ts b/share/translations/keepassxc_bg.ts index ead0646555..8af9a97a43 100644 --- a/share/translations/keepassxc_bg.ts +++ b/share/translations/keepassxc_bg.ts @@ -886,24 +886,25 @@ Please select the correct database for saving credentials. Add to existing entry - + Добавяне към запис Existing passkey found. Do you want to register a new passkey for: - + Съществува друг passkey. +Желаете ли да регистрирате нов passkey за: Select the existing passkey and press Update to replace it. - + Изберете съществуващ passkey и изберете „Обновяване“, за да бъде заменен. Authenticate passkey credentials for: - + Удостоверяване на самоличността на passkey за: Do you want to register a passkey for: - + Желаете ли да регистрирате passkey за: @@ -988,16 +989,17 @@ Do you want to delete the entry? Register a new passkey to this entry: - + Регистриране на нов passkey за този запис: KeePassXC - Update passkey - + KeePassXC - Обновяване на passkey Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Записът има passkey. +Желаете ли този passkey да бъде презаписан в %1 - %2? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Идентификатор на разширение - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Поради изолирането при пакетите от Snap, трябва да изпълните скрипт, който да разреши съчетаване с мрежовия четец.<br />Можете да получите скрипта от %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Разширението KeePassXC-Browser е необходимо, за да работи съчетаването с мрежовия четец.<br />Изтеглете за %1 и %2 и %3. %4 - - - Please see special instructions for browser extension use below - Вижте специалните инструкции за използване на разширението на мрежовия четец - Executable Files Изпълними файлове @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Позволява използване на незащитения адрес http://localhost с passkeys с цел изпитания Allow using localhost with passkeys + Използване на passkeys през localhost + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Внесено от файл с разделители: %1 + + No Title Selected + Не е избрано заглавие + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + Не е избрана колона за заглавие, следователно записите ще бъдат трудни за разграничаване. +Желаете ли внасянето да бъде извършено? + CsvParserModel @@ -1684,6 +1688,10 @@ Are you sure you want to continue with this file?. Maintenance Профилактика + + Remote Sync + Отдалечено синхронизиране + DatabaseSettingsWidgetBrowser @@ -1854,14 +1862,14 @@ Are you sure you want to continue without a password? Weak password Слаба парола - - You must enter a stronger password to protect your database. - За да защитите хранилището трябва по-добра парола. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Това е слаба парола! За по-добра защита на вашите тайни, трябва да изберете по-силна парола. + + The provided password does not meet the minimum quality requirement. + Паролата не отговаря на минималните изисквания за качество. + DatabaseSettingsWidgetEncryption @@ -2256,6 +2264,132 @@ removed from the database. Поле за описание на хранилището + + DatabaseSettingsWidgetRemote + + Sync Commands + Команди за извършване на синхронизиране + + + Remove + Премахване + + + Command Settings + Настройки на команда + + + Name + Име + + + Save + Запазване + + + Download + Изтегляне + + + Command: + Команда: + + + Download command field + Поле за командата за изтегляне + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + напр.: „sftp user@hostname“ или „scp user@hostname:отдалечено-хранилище.kdbx {TEMP_DATABASE}“ + + + Input: + Въвеждане: + + + Download input field + Поле за въвеждане при изтегляне + + + Upload + Качване + + + Upload command field + Поле за командата за качване + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + напр.: „sftp user@hostname“ или „scp {TEMP_DATABASE} user@hostname:отдалечено-хранилище.kdbx“ + + + Upload input field + Поле за въвеждане при качване + + + Name cannot be empty. + Името не трябва да бъде празно. + + + Test + Проверяване + + + Download command cannot be empty. + Командата за изтегляне не трябва да бъде празна. + + + Download failed with error: %1 + Грешка при изтегляне: %1 + + + Download finished, but file %1 could not be found. + Изтеглянето приключи, но файлът %1 не може да бъде намерен. + + + Download successful. + Изтеглянето е успешно. + + + Save Remote Settings + Запазване на отдалечени настройки + + + You have unsaved changes. Do you want to save them? + Има незапазени промени. Желаете ли да бъдат запазени? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + напр.: +get отдалечено-хранилище.kdbx {TEMP_DATABASE} +exit +--- +Низът {TEMP_DATABASE} се използва за заместител на временното местоположение на хранилището +Командата трябва да завърши. В случая на `sftp` последната изпратена команда трябва да бъде `exit` + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + напр.: +put {TEMP_DATABASE} отдалечено-хранилище.kdbx +exit +--- +Низът {TEMP_DATABASE} се използва за заместител на временното местоположение на хранилището +Командата трябва да завърши. В случая на `sftp` последната изпратена команда трябва да бъде `exit` + + + DatabaseTabWidget @@ -2329,6 +2463,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [Заключено] + + %1 [Temporary] + Database tab name modifier + %1 [Временно] + DatabaseWidget @@ -2523,6 +2662,42 @@ Disable safe saves and try again? Database tab name modifier %1 [Ново хранилище] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + Грешка при запазване на хранилището %1: %2 + + + Downloading... + Изтегляне... + + + Uploading... + Качване… + + + Syncing... + Синхронизиране… + + + Remove passkey from entry + Премахване на passkey от запис + + + Do you want to remove the passkey from this entry? + Желаете ли този passkey да бъде премахнат от записа? + EditEntryWidget @@ -2574,10 +2749,6 @@ Disable safe saves and try again? n/a липсва - - (encrypted) - (шифровано) - Select private key Избор на частен ключ @@ -2638,7 +2809,7 @@ Would you like to correct it? Would you like to save changes to this entry? - Желаете ли промените в записа да бъдат запазени? + Желаете ли промените на записа да бъдат запазени? New attribute @@ -2680,6 +2851,10 @@ Would you like to correct it? %n year(s) %n година%n години + + Failed to decrypt SSH key, ensure password is correct. + Грешка при разшифроване на ключа на SSH, уверете се, че паролата е вярна. + EditEntryWidgetAdvanced @@ -3551,6 +3726,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - копие + + Passkey + Passkey + EntryAttachments @@ -5883,6 +6062,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture Превключва разрешението за правене на екранни снимки + + Remote S&ync… + + + + Remove Passkey From Entry + Премахване на passkey от запис + + + Setup Remote Sync… + + ManageDatabase @@ -6220,6 +6411,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key Неочакван край на файла при записване на частен ключ + + (encrypted) + (шифровано) + OpenSSHKeyGenDialog @@ -6268,7 +6463,7 @@ We recommend you use the AppImage available on our downloads page. Export the following passkey entries. - + Изнасяне на следните записи на passkey. @@ -6342,15 +6537,15 @@ Do you want to overwrite it? Import the following passkey: - + Внасяне на следния passkey: Import the following passkey to this entry: - + Внасяне на следния passkey в този запис: Default passkeys group (Imported Passkeys) - + Подразбирана група за passkeys (Внесени passkeys) @@ -6373,25 +6568,27 @@ Do you want to overwrite it? Open passkey file - + Отваряне на файл с passkey Cannot import passkey - + Грешка при внасяне на passkey Cannot import passkey file "%1". Data is missing. - + Грешка при внасяне на файл с passkey „%1“. Липсват данни. Cannot import passkey file "%1". The following data is missing: %2 - + Грешка при внасяне на файл с passkey „%1“. +Следните данни липсват: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Грешка при внасяне на файл с passkey „%1“. Липсва / повреден частен ключ @@ -6840,7 +7037,7 @@ Do you want to overwrite it? QObject Database not opened - Хранилището не е отворено + Хранилището не е отключено Database hash not available @@ -8410,11 +8607,11 @@ Kernel: %3 %4 KeePassXC is not running. No open database to lock - KeePassXC не работи. Няма отворено хранилище, което да бъде зключено + KeePassXC не работи. Няма отключено хранилище, което да бъде заключено Fatal error while testing the cryptographic functions. - Фатална грешка при изпитване на криптографските функции. + Фатална грешка при проверяване на криптографските функции. KeePassXC - Error @@ -8667,11 +8864,19 @@ This option is deprecated, use --set-key-file instead. Клавишни комбинации - Unsupported KDF type, cannot decrypt json file - Неподдържан вид на ФИК, файлът с JSON не може да бъде разшифрован + Unknown passkeys error + Неочаквана грешка на passkey + + + Invalid KDF iterations, cannot decrypt json file + - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8709,6 +8914,37 @@ This option is deprecated, use --set-key-file instead. Вътрешна грешка на zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -9037,11 +9273,11 @@ This option is deprecated, use --set-key-file instead. Please wait, list of entries with passkeys is being updated… - + Изчакайте, списъкът със записи с passkeys се обновява… No entries with passkeys. - + Липсват записи с passkeys. diff --git a/share/translations/keepassxc_cs.ts b/share/translations/keepassxc_cs.ts index a180516473..84b7f5f118 100644 --- a/share/translations/keepassxc_cs.ts +++ b/share/translations/keepassxc_cs.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + Pokus o odeslání neplatného symbolu. @@ -853,19 +853,19 @@ Vyberte databázi, do které chcete přihlašovací údaje uložit. Authenticate - + Ověřit Register new - + Zaregistrovat nové Register - + Registrovat Timeout in <b>%n</b> seconds... - + Časový limit v <b>%n</b> sekundách...Časový limit v <b>%n</b> sekundách...Časový limit v <b>%n</b> sekundách...Časový limit vyprší za <b>%n</b> sekundy... Relying Party: %1 @@ -873,7 +873,7 @@ Vyberte databázi, do které chcete přihlašovací údaje uložit. Username: %1 - + Uživatelské jméno: %1 KeePassXC - Passkey credentials @@ -886,11 +886,12 @@ Vyberte databázi, do které chcete přihlašovací údaje uložit. Existing passkey found. Do you want to register a new passkey for: - + Byl nalezen existující přístupový klíč. +Chcete uložit nový přístupový klíč pro: Select the existing passkey and press Update to replace it. - + Vyberte existující přístupový klíč a stisknutím Aktualizovat jej nahraďte. Authenticate passkey credentials for: @@ -898,7 +899,7 @@ Do you want to register a new passkey for: Do you want to register a passkey for: - + Chcete uložit přístupový klíč pro: @@ -951,7 +952,8 @@ Opravdu chcete tuto položku smazat? KeePassXC - Create a new group - + KeePassXC - Vytvořit novou skupinu + Disable @@ -996,7 +998,7 @@ Do you want to overwrite the passkey in %1 - %2? Register - + Registrovat @@ -1192,18 +1194,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Identif. uživatelsky určeného rozšíření - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Z důvodu, že software ze Snap balíčku je provozován v ohraničeném prostředí, je třeba spustit skript, který zapíná napojení na webový prohlížeč. <br />Tento skript je možné získat z %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Aby fungovalo napojení na prohlížeč, je třeba KeePassXC. <br /> Stáhnete ho pro %1 a %2 a %3. %4 - - - Please see special instructions for browser extension use below - Níže si přečtěte konkrétní pokyny pro rozšíření do webového prohlížeče - Executable Files Spustitelné soubory @@ -1252,6 +1242,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1394,6 +1388,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1597,7 +1600,7 @@ Abyste tomu, aby se tato chyba objevovala, je třeba přejít do „Nastavení d Select Key File: - + Vyberte soubor klíče: <p>In addition to a password, you can use a secret file to enhance the security of your database. This file can be generated in your database's security settings.</p><p>This is <strong>not</strong> your *.kdbx database file!</p> @@ -1609,39 +1612,43 @@ Abyste tomu, aby se tato chyba objevovala, je třeba přejít do „Nastavení d <a href="#" style="text-decoration: underline">I have a key file</a> - + <a href="#" style="text-decoration: underline">Mám klíčový soubor</a> Use hardware key [Serial: %1] - + Použít hardwarový klíč [Serial: %1] Use hardware key - + Použít hardwarový klíč Your database file is NOT a key file! If you don't have a key file or don't know what that is, you don't have to select one. - + Váš databázový soubor NENÍ klíčový soubor! +Pokud nemáte klíčový soubor nebo nevíte, co to je, nemusíte ho vybrat. KeePassXC database file selected - + Vybraný databázový soubor KeePassXC The file you selected looks like a database file. A database file is NOT a key file! Are you sure you want to continue with this file?. - + Soubor, který jste vybrali, vypadá jako databázový soubor. +Databázový soubor NENÍ klíčový soubor! + +Opravdu chcete pokračovat s tímto souborem?. No hardware keys found. - + Nebyly nalezeny žádné hardwarové klíče. Refresh Hardware Keys - + Aktualizace hardwarových klíčů @@ -1677,6 +1684,10 @@ Are you sure you want to continue with this file?. Maintenance Údržba + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1790,11 +1801,11 @@ Toto je nutné pouze v případě, že vaše databáze je kopií jiné a nefungu No keys found - + Nebyly nalezeny žádné klíče Removed keys from database - + Odstraněné klíče z databáze Removed permissions @@ -1802,7 +1813,7 @@ Toto je nutné pouze v případě, že vaše databáze je kopií jiné a nefungu No entry with permissions found! - + Nebyl nalezen žádný záznam s oprávnění! @@ -1848,11 +1859,11 @@ Opravdu chcete pokračovat bez hesla? Slabé heslo - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2000,7 +2011,7 @@ Pokud tento počet ponecháte, vaše databáze nebude chráněna před útoky zk Basic - + Základní Advanced @@ -2242,6 +2253,121 @@ removed from the database. Kolonka popis databáze + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Odebrat + + + Command Settings + + + + Name + Název + + + Save + Uložit + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2315,6 +2441,11 @@ Toto je nepochybně chyba, nahlaste ji prosím vývojářům. Database tab name modifier %1 [uzamčeno] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2509,6 +2640,42 @@ Vypnout bezpečné ukládání a zkusit to znovu? Database tab name modifier %1 [nová databáze] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Stahování… + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2560,10 +2727,6 @@ Vypnout bezpečné ukládání a zkusit to znovu? n/a neaplikovatelné - - (encrypted) - (šifrováno) - Select private key Vybrat soukromou část klíče @@ -2666,6 +2829,10 @@ Chcete ji opravit? %n year(s) %n rok%n roky%n let%n roky + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3537,6 +3704,10 @@ Dotčený zásuvný modul to může rozbít. %1 - Clone %1 – klon + + Passkey + + EntryAttachments @@ -5632,11 +5803,11 @@ Doporučujeme použít AppImage, které je k dispozici v sekci stahování naši Open Database - + Otevřít databázi Create Database - + Vytvořit databázi Merge From Database @@ -5870,6 +6041,18 @@ Doporučujeme použít AppImage, které je k dispozici v sekci stahování naši Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6207,6 +6390,10 @@ Doporučujeme použít AppImage, které je k dispozici v sekci stahování naši Unexpected EOF when writing private key Neočekávaný konec souboru při zápisu soukromé části klíče + + (encrypted) + (šifrováno) + OpenSSHKeyGenDialog @@ -6291,7 +6478,7 @@ Do you want to overwrite it? Username: %1 - + Uživatelské jméno: %1 Group @@ -8653,11 +8840,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8695,6 +8890,37 @@ This option is deprecated, use --set-key-file instead. Vnitřní chyba v knihovně zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -8775,7 +9001,7 @@ This option is deprecated, use --set-key-file instead. (Expired) - + (Platnost vypršela) @@ -8865,7 +9091,7 @@ This option is deprecated, use --set-key-file instead. (Expired) - + (Platnost vypršela) @@ -9003,7 +9229,7 @@ This option is deprecated, use --set-key-file instead. Relying Party - + Předávající strana Show expired entries @@ -9011,7 +9237,7 @@ This option is deprecated, use --set-key-file instead. (Expired) - + (Platnost vypršela) Export Confirmation @@ -9019,15 +9245,15 @@ This option is deprecated, use --set-key-file instead. The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? - + Soubor přístupového klíče bude zranitelný vůči krádeži a neoprávněnému použití, pokud zůstane nezabezpečený. Jste si jistý, že chcete pokračovat? Please wait, list of entries with passkeys is being updated… - + Čekejte prosím, seznam záznamů s přístupovými klíči se aktualizuje... No entries with passkeys. - + Žádné záznamy s přístupovými klíči. @@ -9377,11 +9603,11 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> - + <html><head/><body><p>Toto nastavení nezmění deaktivace výzev koše </p></body></html> <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>Toto zlepšuje kompatibilitu s určitými aplikacemi, které hledají heslo bez předchozího odemknutí databáze.</p><p> Povolením může také dojít k chybě klienta, pokud databázi nelze odemknout během určitého časového limitu. (Obvykle 25s, ale hodnota může být jinak nastavená v aplikacích.) </p></body></html> @@ -9720,15 +9946,15 @@ Příklad: JBSWY3DPEHPK3PXP Create Database - + Vytvořit databázi Open Database - + Otevřít databázi Import File - + Importovat soubor @@ -9805,7 +10031,7 @@ Příklad: JBSWY3DPEHPK3PXP Refresh hardware keys - + Znovu načíst hardwarové klíče diff --git a/share/translations/keepassxc_de.ts b/share/translations/keepassxc_de.ts index 5182a9b668..3d0b231d00 100644 --- a/share/translations/keepassxc_de.ts +++ b/share/translations/keepassxc_de.ts @@ -888,24 +888,25 @@ Bitte wählen Sie die richtige Datenbank zum Speichern der Anmeldedaten. Add to existing entry - + Einem bestehenden Eintrag hinzufügen Existing passkey found. Do you want to register a new passkey for: - + Vorhandenen Passkey gefunden. +Möchten Sie einen neuen Passkey registrieren für: Select the existing passkey and press Update to replace it. - + Wählen Sie den vorhandenen Passkey aus und drücken Sie Update, um ihn zu ersetzen. Authenticate passkey credentials for: - + Passkey-Anmeldedaten authentifizieren für: Do you want to register a passkey for: - + Möchten Sie ein Passkey registrieren für: @@ -989,16 +990,17 @@ Möchten Sie den Eintrag löschen? Register a new passkey to this entry: - + Registrieren Sie einen neuen Passkey für diesen Eintrag: KeePassXC - Update passkey - + KeePassXC - Passkey aktualisieren Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Eintrag hat bereits einen Passkey. +Möchten Sie den Passkey in %1 - %2 überschreiben? Register @@ -1198,18 +1200,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Benutzerdefinierte Erweiterungs-ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Aufgrund von Snap Sandboxing müssen Sie ein Skript ausführen, um die Browser-Integration zu aktivieren.<br />Sie können dieses Skript erhalten unter %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser wird für die Browserintegration benötigt. <br />Laden Sie es für %1 und %2 und %3 herunter. %4 - - - Please see special instructions for browser extension use below - Bitte beachten Sie die untenstehenden speziellen Anweisungen für die Verwendung der Browser-Erweiterung - Executable Files Ausführbare Dateien @@ -1252,10 +1242,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Nutzung von unsicheren http://localhost mit Passkeys zu Testzwecken zulassen. Allow using localhost with passkeys + Nutzung von localhost mit Passkeys zulassen + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1400,6 +1394,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Aus CSV-Datei: %1 importiert + + No Title Selected + Kein Titel ausgewählt + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + Es wurde keine Titelspalte ausgewählt, so dass die Einträge schwer zu unterscheiden sind. +Sind Sie sicher, dass Sie importieren möchten? + CsvParserModel @@ -1689,6 +1693,10 @@ Sind Sie sicher, dass Sie mit dieser Datei fortfahren wollen? Maintenance Wartung + + Remote Sync + Fernsynchronisierung + DatabaseSettingsWidgetBrowser @@ -1859,14 +1867,14 @@ Wollen Sie wirklich ohne Passwort fortfahren? Weak password Schwaches Passwort - - You must enter a stronger password to protect your database. - Sie müssen ein stärkeres Passwort eingeben, um Ihre Datenbank zu schützen. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Dies ist ein schwaches Passwort! Um Ihre Geheimnisse besser zu schützen, sollten Sie ein stärkeres Passwort wählen. + + The provided password does not meet the minimum quality requirement. + Das übermittelte Passwort entspricht nicht den Mindestanforderungen. + DatabaseSettingsWidgetEncryption @@ -2263,6 +2271,133 @@ aus der Datenbank entfernt. Beschreibungsfeld der Datenbank + + DatabaseSettingsWidgetRemote + + Sync Commands + Synchronisierungsbefehle + + + Remove + Entfernen + + + Command Settings + Befehlseinstellungen + + + Name + Name + + + Save + Speichern + + + Download + Herunterladen + + + Command: + Befehl: + + + Download command field + Feld für den Download-Befehl + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + z. B.: „sftp user@hostname“ or „scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}“ + + + Input: + Eingabe: + + + Download input field + Eingabefeld für den Download + + + Upload + Hochladen + + + Upload command field + Feld für den Upload-Befehl + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + z. B.: „sftp user@hostname“ oder „scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx“ + + + Upload input field + Eingabefeld für den Upload + + + Name cannot be empty. + Der Name darf nicht leer sein. + + + Test + Test + + + Download command cannot be empty. + Der Download-Befehl darf nicht leer sein. + + + Download failed with error: %1 + Herunterladen fehlgeschlagen mit Fehler: %1 + + + Download finished, but file %1 could not be found. + Herunterladen beendet, aber Datei %1 konnte nicht gefunden werden. + + + Download successful. + Herunterladen erfolgreich. + + + Save Remote Settings + Ferneinstellungen speichern + + + You have unsaved changes. Do you want to save them? + Sie haben ungespeicherte Änderungen. Möchten Sie sie speichern? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + z. B.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} wird als Platzhalter verwendet, um die Datenbank an einem temporären Ort zu speichern +Der Befehl muss beendet werden. Im Falle von `sftp` muss als letzter Befehl `exit` gesendet werden + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + z. B.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} wird als Platzhalter verwendet, um die Datenbank an einem temporären Ort zu speichern +Der Befehl muss beendet werden. Im Falle von `sftp` muss als letzter Befehl `exit` gesendet werden + + + DatabaseTabWidget @@ -2336,6 +2471,11 @@ Das ist definitiv ein Programmfehler, bitte benachrichtigen Sie die Entwickler.< Database tab name modifier %1 [Gesperrt] + + %1 [Temporary] + Database tab name modifier + %1 [Temporär] + DatabaseWidget @@ -2531,6 +2671,42 @@ Sicheres Speichern deaktivieren und erneut versuchen? Database tab name modifier %1 [Neue Datenbank] + + Remote Sync did not contain any download or upload commands. + Fernsynchronisierung enthielt keine Download- oder Upload-Befehle. + + + Remote sync '%1' completed successfully! + Fernsynchronisierung '%1' erfolgreich abgeschlossen! + + + Remote sync '%1' failed: %2 + Fernsynchronisierung '%1' fehlgeschlagen: %2 + + + Error while saving database %1: %2 + Fehler beim Speichern der Datenbank %1: %2 + + + Downloading... + Herunterladen... + + + Uploading... + Hochladen... + + + Syncing... + Synchronisieren... + + + Remove passkey from entry + Passkey aus Eintrag entfernen + + + Do you want to remove the passkey from this entry? + Möchten Sie den Passkey aus diesem Eintrag entfernen? + EditEntryWidget @@ -2582,10 +2758,6 @@ Sicheres Speichern deaktivieren und erneut versuchen? n/a - - - (encrypted) - (verschlüsselt) - Select private key Privaten Schlüssel auswählen @@ -2688,6 +2860,10 @@ Korrigieren? %n year(s) %n Jahre%n Jahr(e) + + Failed to decrypt SSH key, ensure password is correct. + Entschlüsselung des SSH-Schlüssels fehlgeschlagen. Stellen Sie sicher, dass das Passwort korrekt ist. + EditEntryWidgetAdvanced @@ -3559,6 +3735,10 @@ Das kann dazu führen, dass die betroffenen Plugins nicht mehr richtig funktioni %1 - Clone %1 - Klon + + Passkey + Passkey + EntryAttachments @@ -5843,19 +6023,19 @@ Wir empfehlen Ihnen, das AppImage zu verwenden, das auf unserer Download-Seite v Set Theme: Automatic - Design festlegen: Automatisch + Design festlegen: automatisch Set Theme: Light - Design festlegen: Hell + Design festlegen: hell Set Theme: Dark - Design festlegen: Dunkel + Design festlegen: dunkel Set Theme: Classic - Design festlegen: Klassisch + Design festlegen: klassisch Toggle Show Menubar @@ -5863,7 +6043,7 @@ Wir empfehlen Ihnen, das AppImage zu verwenden, das auf unserer Download-Seite v Toggle Show Toolbar - + Symbolleiste ausblenden Toggle Show Preview Panel @@ -5871,7 +6051,7 @@ Wir empfehlen Ihnen, das AppImage zu verwenden, das auf unserer Download-Seite v Toggle Always on Top - + Immer im Vordergrund umschalten Toggle Hide Usernames @@ -5887,7 +6067,19 @@ Wir empfehlen Ihnen, das AppImage zu verwenden, das auf unserer Download-Seite v Toggle Allow Screen Capture - + Bildschirmaufnahme zulassen umschalten + + + Remote S&ync… + Ferns&ynchronisierung... + + + Remove Passkey From Entry + Passkey aus Eintrag entfernen + + + Setup Remote Sync… + Fernsynchronisierung einrichten... @@ -6226,6 +6418,10 @@ Wir empfehlen Ihnen, das AppImage zu verwenden, das auf unserer Download-Seite v Unexpected EOF when writing private key Unerwartetes Dateiende beim Schreiben des privaten Schlüssels + + (encrypted) + (verschlüsselt) + OpenSSHKeyGenDialog @@ -6274,7 +6470,7 @@ Wir empfehlen Ihnen, das AppImage zu verwenden, das auf unserer Download-Seite v Export the following passkey entries. - + Die folgenden Passkey-Einträge exportieren. @@ -6348,15 +6544,15 @@ Möchten Sie sie überschreiben? Import the following passkey: - + Den folgenden Passkey importieren: Import the following passkey to this entry: - + Den folgenden Passkey in diesen Eintrag importieren: Default passkeys group (Imported Passkeys) - + Standard-Passkeys-Gruppe (importierte Passkeys) @@ -6379,25 +6575,27 @@ Möchten Sie sie überschreiben? Open passkey file - + Passkey-Datei öffnen Cannot import passkey - + Passkey kann nicht importiert werden Cannot import passkey file "%1". Data is missing. - + Passkey-Datei „%1“ kann nicht importiert werden. Es fehlen Daten. Cannot import passkey file "%1". The following data is missing: %2 - + Passkey-Datei „%1“ kann nicht importiert werden. +Die folgenden Daten fehlen: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Passkey-Datei „%1“ kann nicht importiert werden. Privater Schlüssel fehlt oder ist beschädigt. @@ -7611,7 +7809,7 @@ Möchten Sie diese überschreiben? Type: Unknown (%1) - Typ: Unbekannt (%1) + Typ: unbekannt (%1) Entropy %1 (%2) @@ -8674,12 +8872,20 @@ Diese Option ist veraltet, verwenden Sie stattdessen --set-key-file.Tastenkürzel - Unsupported KDF type, cannot decrypt json file - Nicht unterstützter KDF-Typ, kann JSON-Datei nicht entschlüsseln + Unknown passkeys error + Unbekannter Passkey-Fehler - Unknown passkeys error - + Invalid KDF iterations, cannot decrypt json file + Ungültige KDF-Iterationen, JSON-Datei kann nicht entschlüsselt werden. + + + Unsupported format, ensure your Bitwarden export is password-protected + Nicht unterstütztes Format, stelle sicher, dass dein Bitwarden-Export passwortgeschützt ist. + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + Nur PBKDF und Argon2 werden unterstützt, JSON-Datei kann nicht entschlüsselt werden. @@ -8716,6 +8922,37 @@ Diese Option ist veraltet, verwenden Sie stattdessen --set-key-file.Interner Fehler in zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + Der Befehl `%1` wurde nicht rechtzeitig beendet. Der Prozess wurde beendet. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Das Hochladen der zusammengeführten Datenbank ist fehlgeschlagen. Der Befehl `%1` wurde nicht rechtzeitig beendet. Prozess wurde beendet. + + + Invalid download parameters provided. + Ungültige Download-Parameter angegeben. + + + Command `%1` failed to download database. + Der Befehl `%1` ist beim Herunterladen der Datenbank fehlgeschlagen. + + + Invalid database pointer or upload parameters provided. + Ungültiger Datenbankzeiger oder ungültige Upload-Parameter angegeben. + + + Command `%1` exited with status code: %2 + Der Befehl `%1` wurde mit Statuscode beendet: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Das Hochladen der zusammengeführten Datenbank ist fehlgeschlagen. Der Befehl `%1` wurde mit Statuscode beendet: %2 + + ReportsWidgetBrowserStatistics @@ -9044,11 +9281,11 @@ Diese Option ist veraltet, verwenden Sie stattdessen --set-key-file. Please wait, list of entries with passkeys is being updated… - + Bitte warten Sie, die Liste der Einträge mit Passkeys wird gerade aktualisiert… No entries with passkeys. - + Keine Einträge mit Passkeys. @@ -9297,7 +9534,7 @@ Diese Option ist veraltet, verwenden Sie stattdessen --set-key-file. Search (%1)… Search placeholder text, %1 is the keyboard shortcut - Suchen (%1) … + Suchen (%1)… Case sensitive diff --git a/share/translations/keepassxc_el.ts b/share/translations/keepassxc_el.ts index c4c5c73016..43b0c4c9d6 100644 --- a/share/translations/keepassxc_el.ts +++ b/share/translations/keepassxc_el.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Αναγνωριστικό προσαρμοσμένης επέκτασης - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Λόγω του Snap sandboxing, πρέπει να εκτελέσετε ένα σενάριο για να ενεργοποιήσετε την ενσωμάτωση του προγράμματος περιήγησης.<br />Μπορείτε να αποκτήσετε αυτό το σενάριο από το %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Απαιτείται το KeePassXC-Browser για να λειτουργήσει η ενσωμάτωση του προγράμματος περιήγησης. <br />Κατεβάστε το για %1 και %2 και %3. %4 - - - Please see special instructions for browser extension use below - Δείτε παρακάτω ειδικές οδηγίες για τη χρήση της επέκτασης προγράμματος περιήγησης - Executable Files Εκτελέσιμα Αρχεία @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Εισήχθη από αρχείο CSV: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1688,6 +1689,10 @@ Are you sure you want to continue with this file?. Maintenance Συντήρηση + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1858,14 +1863,14 @@ Are you sure you want to continue without a password? Weak password Αδύναμος κωδικός πρόσβασης - - You must enter a stronger password to protect your database. - Πρέπει να εισάγετε έναν ισχυρότερο κωδικό πρόσβασης για να προστατεύσετε τη βάση δεδομένων σας. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Αυτός είναι ένας αδύναμος κωδικός πρόσβασης! Για καλύτερη προστασία των μυστικών σας, θα πρέπει να επιλέξετε έναν ισχυρότερο κωδικό πρόσβασης. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2262,6 +2267,121 @@ removed from the database. Πεδίο περιγραφής βάσης δεδομένων + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Αφαίρεση + + + Command Settings + + + + Name + Όνομα + + + Save + Αποθήκευση + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2335,6 +2455,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [Κλειδωμένη] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2529,6 +2654,42 @@ Disable safe saves and try again? Database tab name modifier %1 [Νέα Βάση Δεδομένων] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Λήψη... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2580,10 +2741,6 @@ Disable safe saves and try again? n/a n/a - - (encrypted) - (κρυπτογραφημένο) - Select private key Επιλέξτε ιδιωτικό κλειδί @@ -2686,6 +2843,10 @@ Would you like to correct it? %n year(s) %n χρόνος%n χρόνια + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3557,6 +3718,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - Κλώνος + + Passkey + Passkey + EntryAttachments @@ -5887,6 +6052,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture Εναλλαγή Επιτρεπόμενης Καταγραφής Οθόνης + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6224,6 +6401,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key Μη αναμενόμενο EOF κατά τη σύνταξη ιδιωτικού κλειδιού + + (encrypted) + (κρυπτογραφημένο) + OpenSSHKeyGenDialog @@ -8671,11 +8852,19 @@ This option is deprecated, use --set-key-file instead. Συντομεύσεις - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8713,6 +8902,37 @@ This option is deprecated, use --set-key-file instead. Εσωτερικό σφάλμα zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_en_GB.ts b/share/translations/keepassxc_en_GB.ts index ae32da1f7b..87f2eae27e 100644 --- a/share/translations/keepassxc_en_GB.ts +++ b/share/translations/keepassxc_en_GB.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + Trying to send invalid keyboard symbol. @@ -886,24 +886,25 @@ Please select the correct database for saving credentials. Add to existing entry - + Add to existing entry Existing passkey found. Do you want to register a new passkey for: - + Existing passkey found. +Do you want to register a new passkey for: Select the existing passkey and press Update to replace it. - + Select the existing passkey and press Update to replace it. Authenticate passkey credentials for: - + Authenticate passkey credentials for: Do you want to register a passkey for: - + Do you want to register a passkey for: @@ -988,16 +989,17 @@ Do you want to delete the entry? Register a new passkey to this entry: - + Register a new passkey to this entry: KeePassXC - Update passkey - + KeePassXC - Update passkey Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Entry already has a passkey. +Do you want to overwrite the passkey in %1 - %2? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Custom extension ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - - - Please see special instructions for browser extension use below - Please see special instructions for browser extension use below - Executable Files Executable Files @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Allows using insecure http://localhost with passkeys for testing purposes. Allow using localhost with passkeys + Allow using localhost with passkeys + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1688,6 +1691,10 @@ Are you sure you want to continue with this file?. Maintenance Maintenance + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1858,14 +1865,14 @@ Are you sure you want to continue without a password? Weak password Weak password - - You must enter a stronger password to protect your database. - You must enter a stronger password to protect your database. - This is a weak password! For better protection of your secrets, you should choose a stronger password. This is a weak password! For better protection of your secrets, you should choose a stronger password. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2262,6 +2269,121 @@ removed from the database. Database description field + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Remove + + + Command Settings + + + + Name + Name + + + Save + Save + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2335,6 +2457,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [Locked] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2529,6 +2656,42 @@ Disable safe saves and try again? Database tab name modifier %1 [New Database] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + Remove passkey from entry + + + Do you want to remove the passkey from this entry? + Do you want to remove the passkey from this entry? + EditEntryWidget @@ -2580,10 +2743,6 @@ Disable safe saves and try again? n/a n/a - - (encrypted) - (encrypted) - Select private key Select private key @@ -2686,6 +2845,10 @@ Would you like to correct it? %n year(s) %n year%n years + + Failed to decrypt SSH key, ensure password is correct. + Failed to decrypt SSH key, ensure password is correct. + EditEntryWidgetAdvanced @@ -2887,11 +3050,11 @@ Would you like to correct it? These settings affect the entry's behaviour with the browser extension. - + These settings affect the entry's behaviour with the browser extension. Additional URLs - + Additional URLs @@ -3557,6 +3720,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - Clone + + Passkey + Passkey + EntryAttachments @@ -5506,7 +5673,7 @@ Are you sure you want to continue with this file? Show Menubar - + Show Menubar Show Toolbar @@ -5858,7 +6025,7 @@ We recommend you use the AppImage available on our downloads page. Toggle Show Menubar - + Toggle Show Menubar Toggle Show Toolbar @@ -5888,6 +6055,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + Remove Passkey From Entry + + + Setup Remote Sync… + + ManageDatabase @@ -6225,6 +6404,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key Unexpected EOF when writing private key + + (encrypted) + (encrypted) + OpenSSHKeyGenDialog @@ -6273,7 +6456,7 @@ We recommend you use the AppImage available on our downloads page. Export the following passkey entries. - + Export the following passkey entries. @@ -6347,15 +6530,15 @@ Do you want to overwrite it? Import the following passkey: - + Import the following passkey: Import the following passkey to this entry: - + Import the following passkey to this entry: Default passkeys group (Imported Passkeys) - + Default passkeys group (Imported Passkeys) @@ -6378,25 +6561,27 @@ Do you want to overwrite it? Open passkey file - + Open passkey file Cannot import passkey - + Cannot import passkey Cannot import passkey file "%1". Data is missing. - + Cannot import passkey file "%1". Data is missing. Cannot import passkey file "%1". The following data is missing: %2 - + Cannot import passkey file "%1". +The following data is missing: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Cannot import passkey file "%1". Private key is missing or malformed. @@ -8471,11 +8656,12 @@ Kernel: %3 %4 Set the key file for the database. This option is deprecated, use --set-key-file instead. - + Set the key file for the database. +This option is deprecated, use --set-key-file instead. Databases have been locked. - + Databases have been locked. Attestation not supported @@ -8672,11 +8858,19 @@ This option is deprecated, use --set-key-file instead. Shortcuts - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error + Unknown passkeys error + + + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8714,6 +8908,37 @@ This option is deprecated, use --set-key-file instead. Internal zlib error: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -9038,15 +9263,15 @@ This option is deprecated, use --set-key-file instead. The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? - + The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? Please wait, list of entries with passkeys is being updated… - + Please wait, list of entries with passkeys is being updated… No entries with passkeys. - + No entries with passkeys. @@ -9396,11 +9621,11 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> - + <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> diff --git a/share/translations/keepassxc_en_US.ts b/share/translations/keepassxc_en_US.ts index 9df7c9a4ff..a08a268fdd 100644 --- a/share/translations/keepassxc_en_US.ts +++ b/share/translations/keepassxc_en_US.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Custom extension ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - - - Please see special instructions for browser extension use below - Please see special instructions for browser extension use below - Executable Files Executable Files @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1688,6 +1689,10 @@ Are you sure you want to continue with this file?. Maintenance Maintenance + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1859,11 +1864,11 @@ Are you sure you want to continue without a password? Weak password - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2262,6 +2267,121 @@ removed from the database. Database description field + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Remove + + + Command Settings + + + + Name + Name + + + Save + Save + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2335,6 +2455,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [Locked] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2529,6 +2654,42 @@ Disable safe saves and try again? Database tab name modifier %1 [New Database] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Downloading... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2580,10 +2741,6 @@ Disable safe saves and try again? n/a n/a - - (encrypted) - (encrypted) - Select private key Select private key @@ -2686,6 +2843,10 @@ Would you like to correct it? %n year(s) %n year%n years + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3557,6 +3718,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - Clone + + Passkey + Passkey + EntryAttachments @@ -5888,6 +6053,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6225,6 +6402,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key Unexpected EOF when writing private key + + (encrypted) + (encrypted) + OpenSSHKeyGenDialog @@ -8670,11 +8851,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8712,6 +8901,37 @@ This option is deprecated, use --set-key-file instead. Internal zlib error: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_es.ts b/share/translations/keepassxc_es.ts index 41d45b75b0..9f62172623 100644 --- a/share/translations/keepassxc_es.ts +++ b/share/translations/keepassxc_es.ts @@ -11,7 +11,7 @@ Report bugs at: <a href="https://github.com/keepassxreboot/keepassxc/issues" style="text-decoration: underline;">https://github.com</a> - Informe errores en: <a href="https://github.com/keepassxreboot/keepassxc/issues" style="text-decoration: underline;">https://github.com</a> + Informar de errores en: <a href="https://github.com/keepassxreboot/keepassxc/issues" style="text-decoration: underline;">https://github.com</a> KeePassXC is distributed under the terms of the GNU General Public License (GPL) version 2 or (at your option) version 3. @@ -74,7 +74,7 @@ Command Line - Línea de órdenes + Línea de comandos Details @@ -234,7 +234,7 @@ ApplicationSettingsWidgetGeneral Basic Settings - configuración básica + Configuración básica Startup @@ -246,7 +246,7 @@ Automatically launch KeePassXC at system startup - Inicie automáticamente KeePassXC al arrancar el sistema + Iniciar automáticamente KeePassXC al arrancar el sistema Minimize window at application startup @@ -254,7 +254,7 @@ Minimize window after unlocking database - Minimizar ventana tras desbloquear base de datos. + Minimizar la ventana tras desbloquear base de datos. Remember previously used databases @@ -262,7 +262,7 @@ recent files - archivos recientes + archivos recientes Load previously open databases on startup @@ -292,12 +292,12 @@ days On database unlock, show entries that will expire within %1 days - días + días will expire within On database unlock, show entries that... - expirarán en + expirarán en File Management @@ -313,7 +313,7 @@ Automatically save non-data changes when locking database - Guardar automaticamente canbios sin datos al bloquear la base de datos + Guardar automaticamente cambios sin datos al bloquear la base de datos Automatically reload the database when modified externally @@ -474,11 +474,11 @@ Auto-Type start delay: - Retardo del inicio del auto-tecleo: + Retardo del inicio de autoescritura: Global Auto-Type shortcut: - Atajo global de autotecleo: + Atajo global de autoescritura: Auto-type start delay milliseconds @@ -491,15 +491,15 @@ Auto-Type typing delay: - Retardo de tecleo del auto-tecleo + Retardo de tecleo de autoescritura Global auto-type shortcut - Atajo global de auto-tecleo + Atajo global de autoescritura Auto-type character typing delay milliseconds - Retardo de auto-tecleo de caracteres + Retardo de autoescritura de caracteres Remember last typed entry for: @@ -514,7 +514,7 @@ Database lock timeout seconds - tiempo de espera de cierre de la base de datos + Tiempo de espera de cierre de la base de datos sec @@ -523,11 +523,11 @@ Clear clipboard after - Purga del portapapeles tras + Purgar el portapapeles tras Clear search query after - Purgar consulta de búsqueda tras + Purgar la consulta de búsqueda tras min @@ -536,7 +536,7 @@ Clipboard clear seconds - Segundos para purgar portapapeles + Segundos para purgar el portapapeles Lock databases after inactivity of @@ -607,7 +607,7 @@ Permission Required - Permiso Requerido + Permiso requerido KeePassXC requires the Accessibility permission in order to perform entry level Auto-Type. If you already granted permission, you may have to restart KeePassXC. @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + Intentando enviar símbolos de teclado incorrectos. @@ -886,24 +886,25 @@ Seleccione la base de datos correcta para guardar las credenciales. Add to existing entry - + Añadir a apunte existente Existing passkey found. Do you want to register a new passkey for: - + Passkey existente encontrada. +Desea registrar una nueva passkey para: Select the existing passkey and press Update to replace it. - + Seleccione una clave existente y presione Actualiza" para reemplazarla. Authenticate passkey credentials for: - + Autenticar credenciales de passkey de acceso para: Do you want to register a passkey for: - + Desa registrar una passkey para: @@ -988,16 +989,17 @@ Do you want to delete the entry? Register a new passkey to this entry: - + Añadir una nueva passkey de acceso para esta entrada: KeePassXC - Update passkey - + KeePassXC - Actualizar passkey Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + El apunte ya tiene un passkey. +¿Desea sobreescribirlo con el passkey en %1 - %2? Register @@ -1016,7 +1018,7 @@ Do you want to overwrite the passkey in %1 - %2? Enable browser integration - Activar integración con navegador + Activar integración con navegadores General @@ -1117,7 +1119,7 @@ Do you want to overwrite the passkey in %1 - %2? Do not ask permission for HTTP Basic Auth An extra HTTP Basic Auth setting - No solicitar permiso para Autenticación Básica HTTP + No solicitar permiso para Autenticación básica HTTP Automatically creating or updating string fields is not supported. @@ -1129,11 +1131,11 @@ Do you want to overwrite the passkey in %1 - %2? Don't display the popup suggesting migration of legacy KeePassHTTP settings. - No desplegar la ventana emergente sugiriendo migración de parámetros de KeePassHTTP heredados. + No desplegar la ventana emergente sugiriendo migración de configuraciones de KeePassHTTP heredados. Do not prompt for KeePassHTTP settings migration. - No solicitar parámetros de migración de KeePassHTTP. + No solicitar configuraciones de migración de KeePassHTTP. Updates KeePassXC or keepassxc-proxy binary path automatically to native messaging scripts on startup. @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID ID de extensión personalizado - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Debido al modo aislado de Snap, debe ejecutar un guion para habilitar la integración con el navegador. Puede obtener este guion desde %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser es necesario para que la integración del navegador funcione.<br />Descárgalo desde %1 y %2 y %3. %4 - - - Please see special instructions for browser extension use below - Vea las instrucciones especiales para el uso de extensión de navegador debajo. - Executable Files Ficheros ejecutables @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Permite usar el iseguro http://localhost con passkeys para propósitos de pruebas. Allow using localhost with passkeys + Permitir usar localhost con passkeys + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Importar desde archivo CSV: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1556,7 +1559,7 @@ To prevent this error from appearing, you must go to "Database Settings / S Desbloqueo de base de datos erróneo y no se introdujo una contraseña. ¿Desea reintentar con una contraseña vacía? -Para prevenir que aparezca este error, debe ir a «Parámetros de base de datos / Seguridad» y restablezca su contraseña. +Para prevenir que aparezca este error, debe ir a «Configuraciones de base de datos / Seguridad» y restablezca su contraseña. Retry with empty password @@ -1572,7 +1575,7 @@ Para prevenir que aparezca este error, debe ir a «Parámetros de base de datos You are using an old key file format which KeePassXC may<br>stop supporting in the future.<br><br>Please consider generating a new key file by going to:<br><strong>Database &gt; Database Security &gt; Change Key File.</strong><br> - Está usando un cerrojo con un formato antiguo que KeePassXC puede<br>dejar de mantener en el futuro.<br><br>Considere generar un cerrojo nuevo yendo a:<br><strong>Base de Datos &gt; Seguridad de Base de Datos &gt; Cambiar Cerrojo.</strong><br> + Está usando un cerrojo con un formato antiguo que KeePassXC puede<br>dejar de mantener en el futuro.<br><br>Considere generar un cerrojo nuevo yendo a:<br><strong>Base de Datos &gt; Seguridad de base de datos &gt; Cambiar cerrojo.</strong><br> Don't show this warning again @@ -1678,7 +1681,7 @@ Un archivo de base de datos no es un archivo clave. Encryption Settings - Parámetros de cifrado + Configuraciones de cifrado Browser Integration @@ -1688,6 +1691,10 @@ Un archivo de base de datos no es un archivo clave. Maintenance Mantenimiento + + Remote Sync + Sincronización remota + DatabaseSettingsWidgetBrowser @@ -1701,7 +1708,7 @@ Un archivo de base de datos no es un archivo clave. Forget all site-specific settings on entries - Olvidar todos los parámetros del sitio específico en los apuntes + Olvidar todos los configuración del sitio específico en los apuntes Refresh database root group ID @@ -1725,7 +1732,7 @@ Un archivo de base de datos no es un archivo clave. Delete the selected key? - ¿Borro la clave seleccionada? + ¿Eliminar la clave seleccionada? Do you really want to delete the selected key? @@ -1747,7 +1754,7 @@ Esto puede impedir la conexión con el complemento del navegador. Enable Browser Integration to access these settings. - Activar integración del navegador para acceder a estos parámetros. + Activar integración del navegador para acceder a estas configuraciones. Do you really want to disconnect all browsers? @@ -1761,7 +1768,7 @@ Esto puede impedir la conexión con el complemento de navegador. Successfully removed %n encryption key(s) from KeePassXC settings. - Correctamente borrada %n clave de cifrado de la configuración KeePassXC.Correctamente borrada %n claves de cifrado de los parámetros de KeePassXC.Correctamente borrada %n claves de cifrado de los parámetros de KeePassXC. + Correctamente borrada %n clave de cifrado de la configuración KeePassXC.Correctamente borrada %n claves de cifrado de los parámetros de KeePassXC.Correctamente borrada %n claves de cifrado de las configuraciones de KeePassXC. Do you really want forget all site-specific settings on every entry? @@ -1858,14 +1865,14 @@ Are you sure you want to continue without a password? Weak password Contraseña débil - - You must enter a stronger password to protect your database. - Debe introducir una contraseña más fuerte para proteger su base de datos. - This is a weak password! For better protection of your secrets, you should choose a stronger password. ¡Esta es una contraseña débil! Para una mejor protección de sus secretos, debe elegir una contraseña más fuerte. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -1993,7 +2000,7 @@ Si mantiene este número, su base de datos no estará protegida de los ataques p Failed to transform key with new KDF parameters; KDF unchanged. - Error al transformar la clave con nuevos parámetros KDF; KDF sin cambios. + Error al transformar la clave con nuevas configuraciones KDF; KDF sin cambios. MiB @@ -2034,14 +2041,14 @@ Si mantiene este número, su base de datos no estará protegida de los ataques p Enable Secret Service to access these settings. - Active el Servicio Secreto para acceder a estos parámetros. + Active el Servicio Secreto para acceder a estas configuraciones. DatabaseSettingsWidgetGeneral Database Metadata - Metadatos de la Base de Datos + Metadatos de la base de datos Database name: @@ -2069,7 +2076,7 @@ Si mantiene este número, su base de datos no estará protegida de los ataques p History Settings - Parámetros del historial + Configuraciones del historial Maximum number of history items per entry @@ -2089,7 +2096,7 @@ Si mantiene este número, su base de datos no estará protegida de los ataques p Additional Database Settings - Parámetros adicionales de base de datos + Configuraciones adicionales de base de datos Enable compression (recommended) @@ -2228,7 +2235,7 @@ papelera son eliminados de la BdD. Custom Icons Are In Use - Iconos Personalizados En Uso + Iconos personalizados en uso All custom icons are in use by at least one entry or group. @@ -2236,7 +2243,7 @@ papelera son eliminados de la BdD. Purged Unused Icons - Iconos Purgados No Utilizados + Iconos purgados no utilizados Purged %n icon(s) from the database. @@ -2262,6 +2269,131 @@ papelera son eliminados de la BdD. Campo descripción de base de datos + + DatabaseSettingsWidgetRemote + + Sync Commands + Comandos de sincronización + + + Remove + Retirar + + + Command Settings + Configuración de comandos + + + Name + Nombre + + + Save + Guardar + + + Download + Descarga + + + Command: + Comando: + + + Download command field + Fallo en el comando de descarga + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + Input: + Entrada: + + + Download input field + Campo de entrada de descarga + + + Upload + Subida + + + Upload command field + Campo de entrada de subida + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + Upload input field + Campo de entrada de subida + + + Name cannot be empty. + Nombre no puede ser vacío. + + + Test + Probar + + + Download command cannot be empty. + Comando de descarga no puede ser vacío. + + + Download failed with error: %1 + Descarga falló con el error: %1 + + + Download finished, but file %1 could not be found. + Descarga finalizada, pero el archivo %1 no se puede encontrar. + + + Download successful. + Descarga exitosa. + + + Save Remote Settings + Configuración de guardado remoto + + + You have unsaved changes. Do you want to save them? + Tiene cambios sin guardar. ¿Desea guardarlos? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} es usado como marcador para guardar la base de datos en una localización temporal +El comando tiene que finalizar. En caso de «sftp» como último comando ha de ser enviado «exit» + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} es usado como marcador para guardar la base de datos en una localización temporal +El comando tiene que finalizar. En caso de «sftp» como último comando ha de ser enviado «exit» + + DatabaseTabWidget @@ -2292,7 +2424,7 @@ Esto es definitivamente un error, por favor infórmeselo a los desarrolladores.< CSV file - Fichero *.csv + Archivo *.csv Merge database @@ -2335,6 +2467,11 @@ Esto es definitivamente un error, por favor infórmeselo a los desarrolladores.< Database tab name modifier %1 [Bloqueada] + + %1 [Temporary] + Database tab name modifier + %1 [Temporal] + DatabaseWidget @@ -2360,11 +2497,11 @@ Esto es definitivamente un error, por favor infórmeselo a los desarrolladores.< Execute command? - ¿Ejecutar instrucción? + ¿Ejecutar comando? Do you really want to execute the following command?<br><br>%1<br> - ¿Desea ejecutar la siguiente instrucción<br><br>%1<br> + ¿Desea ejecutar el siguiente comando?<br><br>%1<br> Remember my choice @@ -2505,7 +2642,7 @@ Disable safe saves and try again? Save database backup - Guardar respaldo de la base de datos + Guardar copia de seguridad de la base de datos Empty recycle bin? @@ -2528,6 +2665,42 @@ Disable safe saves and try again? Database tab name modifier %1 [Nueva base de datos] + + Remote Sync did not contain any download or upload commands. + La sincronización remota no contiene ningún comando de descarga o subida. + + + Remote sync '%1' completed successfully! + ¡Sincronización remota de «%1» completada con éxito! + + + Remote sync '%1' failed: %2 + Fallo de incronización remota «%1»: %2 + + + Error while saving database %1: %2 + Error al guardar base de datos %1: %2 + + + Downloading... + Descargando... + + + Uploading... + Subiendo... + + + Syncing... + Sincronizando... + + + Remove passkey from entry + Eliminar passkey de apunte + + + Do you want to remove the passkey from this entry? + ¿Desea eliminar el passkey de este apunte? + EditEntryWidget @@ -2545,7 +2718,7 @@ Disable safe saves and try again? Auto-Type - Auto-Tecleo + Autoescritura Browser Integration @@ -2557,7 +2730,7 @@ Disable safe saves and try again? Confirm Removal - Confirmar Eliminación + Confirmar eliminación Are you sure you want to remove this URL? @@ -2579,10 +2752,6 @@ Disable safe saves and try again? n/a n/d - - (encrypted) - (cifrado) - Select private key Seleccionar la clave privada @@ -2685,6 +2854,10 @@ Would you like to correct it? %n year(s) %n año%n años%n años + + Failed to decrypt SSH key, ensure password is correct. + Fallo al descifrar clave SSH, asegúrese que la contraseña es correcta. + EditEntryWidgetAdvanced @@ -2781,15 +2954,15 @@ Would you like to correct it? Use custom Auto-Type sequence: - Utilizar secuencia de Auto-Tecleo personalizada: + Utilizar secuencia de autoescritura personalizada: Custom Auto-Type sequence - Secuencia personalizada Auto-Tecleo + Secuencia personalizada de autoescritura Open Auto-Type help webpage - Abrir página de ayuda Auto-Tecleo + Abrir página de ayuda de autoescritura Window Associations @@ -2839,7 +3012,7 @@ Would you like to correct it? Custom Auto-Type sequence for this window - Secuencia personalizada de Auto-Tecleo para esta ventana + Secuencia personalizada de autoescritura para esta ventana @@ -2886,11 +3059,11 @@ Would you like to correct it? These settings affect the entry's behaviour with the browser extension. - + Estas configuraciones afectan al comportamiento de los apuntes con la extensión de naveador. Additional URLs - + URLs adiccionales @@ -2956,7 +3129,7 @@ Would you like to correct it? Expiration presets - Parámetros de caducidad + Configuraciones de caducidad Presets @@ -3027,7 +3200,7 @@ Would you like to correct it? Remove key from agent when database is closed/locked - Quitar clave del agente cuando la base de datos está cerrada/bloqueada + Eliminar clave del agente cuando la base de datos está cerrada/bloqueada Comment @@ -3104,11 +3277,11 @@ Would you like to correct it? Remove key from agent after - Quitar clave del agente tras + Eliminar clave del agente tras Remove key from agent after specified seconds - Quitar clave del agente tras los segundos especificados + Eliminar clave del agente tras los segundos especificados seconds @@ -3351,7 +3524,7 @@ Las extensiones mantenidas son: %1. Auto-Type: - Auto-Tecleo: + Autoescritura: Search: @@ -3359,7 +3532,7 @@ Las extensiones mantenidas son: %1. Auto-Type toggle for this and sub groups - Conmutar Auto-Tecleo para éste y subgrupos + Conmutar autoescritura para éste y subgrupos Notes: @@ -3367,7 +3540,7 @@ Las extensiones mantenidas son: %1. Default auto-type sequence field - Campo por defecto de secuencia de Auto-Tecleo + Campo por defecto de secuencia de autoescritura Notes field @@ -3379,7 +3552,7 @@ Las extensiones mantenidas son: %1. Set default Auto-Type sequence - Fijar secuencia de Auto-Tecleo por defecto + Fijar secuencia de autoescritura por defecto Search toggle for this and sub groups @@ -3533,12 +3706,12 @@ Las extensiones mantenidas son: %1. Delete plugin data? - ¿Borro los datos del complemento? + ¿Eliminar los datos del complemento? Do you really want to delete the selected plugin data? This may cause the affected plugins to malfunction. - ¿Desea borrar los datos del complemento seleccionado? + ¿Desea eliminar los datos del complemento seleccionado? Esto puede causar un mal funcionamiento de los complementos afectados. @@ -3556,6 +3729,10 @@ Esto puede causar un mal funcionamiento de los complementos afectados.%1 - Clone %1 - Clonado + + Passkey + Passkey + EntryAttachments @@ -3595,11 +3772,11 @@ Esto puede causar un mal funcionamiento de los complementos afectados. Remove selected attachment - Quitar adjunto seleccionado + Eliminar adjunto seleccionado Remove - Quitar + Eliminar Rename selected attachment @@ -3631,11 +3808,11 @@ Esto puede causar un mal funcionamiento de los complementos afectados. Confirm remove - Confirmar quitar + Confirmar eliminar Are you sure you want to remove %n attachment(s)? - ¿Desea eliminar %n dato adjunto?¿Desea eliminar %n datos adjuntos?¿Desea quitar %n datos adjuntos? + ¿Desea eliminar %n dato adjunto?¿Desea eliminar %n datos adjuntos?¿Desea eliminar %n datos adjuntos? Save attachments @@ -3805,7 +3982,7 @@ Would you like to overwrite the existing attachment? Auto-Type - Auto-Tecleo + Autoescritura Tags @@ -3845,7 +4022,7 @@ Would you like to overwrite the existing attachment? Notes - Anotaciones + Notas Expires @@ -3881,7 +4058,7 @@ Would you like to overwrite the existing attachment? Password Strength - Fortaleza de Contraseña + Fortaleza de contraseña Entry notes @@ -4532,11 +4709,11 @@ Si ocurre nuevamente entonces su archivo de base de datos puede estar corrupto.< Failed to open buffer for KDF parameters in header - Error al abrir el búfer para los parámetros KDF en la cabecera + Error al abrir el búfer para las configuraciones KDF en la cabecera Unsupported key derivation function (KDF) or invalid parameters - Función de derivación de clave no admitida (KDF) o parámetros no válidos + Función de derivación de clave no admitida (KDF) o configuraciones no válidas Legacy header fields found in KDBX4 file. @@ -4637,7 +4814,7 @@ Si ocurre nuevamente entonces su archivo de base de datos puede estar corrupto.< Failed to serialize KDF parameters variant map Translation comment: variant map = data structure for storing meta data - Ha fallado al serializar parámetros KDF en variante asociada + Ha fallado al serializar configuraciones KDF en variante asociada @@ -5322,19 +5499,19 @@ Are you sure you want to continue with this file? Sa&ve Database As… - Guardar BdD &como... + Guardar base de datos como... Database &Security… - &Seguridad de BdD… + &Seguridad de base de datos… Database &Reports… - Info&rmes de Base de Datos... + Info&rmes de base de datos... &Database Settings… - &Parámetros de base de datos… + &Configuraciones de base de datos… &Clone Entry… @@ -5358,7 +5535,7 @@ Are you sure you want to continue with this file? &Settings - &Parámetros + &Configuraciones &Password Generator @@ -5482,7 +5659,7 @@ Are you sure you want to continue with this file? Remove key from SSH Agent - Quitar clave del agente SSH + Eliminar clave del agente SSH Compact Mode @@ -5506,7 +5683,7 @@ Are you sure you want to continue with this file? Show Menubar - + Mostrar barra del menu Show Toolbar @@ -5858,7 +6035,7 @@ Le recomendamos que utilice la AppImage disponible en nuestra página de descarg Toggle Show Menubar - + Alternar mostrar barra de herramientas Toggle Show Toolbar @@ -5888,6 +6065,18 @@ Le recomendamos que utilice la AppImage disponible en nuestra página de descarg Toggle Allow Screen Capture Alternar permitir captura de pantalla + + Remote S&ync… + &Sincronización remota... + + + Remove Passkey From Entry + Eliminar passkey de apunte + + + Setup Remote Sync… + Configurar sincronización remota... + ManageDatabase @@ -5998,7 +6187,7 @@ Le recomendamos que utilice la AppImage disponible en nuestra página de descarg Encryption Settings - Parámetros de cifrado + Configuraciones de cifrado Here you can adjust the database encryption settings. Don't worry, you can change them later in the database settings. @@ -6225,6 +6414,10 @@ Le recomendamos que utilice la AppImage disponible en nuestra página de descarg Unexpected EOF when writing private key EOF inesperado al escribir la clave privada + + (encrypted) + (cifrado) + OpenSSHKeyGenDialog @@ -6273,7 +6466,7 @@ Le recomendamos que utilice la AppImage disponible en nuestra página de descarg Export the following passkey entries. - + Exportar los siguientes passkey de apuntes. @@ -6346,15 +6539,15 @@ Do you want to overwrite it? Import the following passkey: - + Importar las siguiete passkey Import the following passkey to this entry: - + Importar los siguientes passkey en este apunte: Default passkeys group (Imported Passkeys) - + Grupo por defecto de passkeys (Passkeys importadas) @@ -6377,25 +6570,27 @@ Do you want to overwrite it? Open passkey file - + Abrir el archivo de passkey Cannot import passkey - + No se pudo importar la passkey Cannot import passkey file "%1". Data is missing. - + No se pudo importar archivo clave «%1». Faltan datos. Cannot import passkey file "%1". The following data is missing: %2 - + No se pudo importar passkey «%1». +Falta los siguientes datos: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + No se pudo importar archivo passkey «%1». la clave privada esta corrupta o desaparecida @@ -8470,11 +8665,12 @@ Núcleo: %3 %4 Set the key file for the database. This option is deprecated, use --set-key-file instead. - + Establecer el archivo clave para la base de datos. +Esta opción está obsoleta, use --set-key-file. Databases have been locked. - + Las bases de datos han sido bloqueadas. Attestation not supported @@ -8664,18 +8860,26 @@ This option is deprecated, use --set-key-file instead. Action - Accion + Acción Shortcuts Atajos - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error + Error de passkey desconocido + + + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8713,6 +8917,37 @@ This option is deprecated, use --set-key-file instead. Error interno de zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + El comando «%1» no ha finalizado en tiempo. El proceso se ha finalizado. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Fallo al subir base de datos mezclada. El comando «%1» no ha finalizado en tiempo. El proceso se ha finalizado. + + + Invalid download parameters provided. + Parámetros de descarga inválidos proporcionados. + + + Command `%1` failed to download database. + El comando «%1» falló al descargar base de datos. + + + Invalid database pointer or upload parameters provided. + Puntero de base de datos o parámetros de subida inválidos proporcionados. + + + Command `%1` exited with status code: %2 + El comando «%1» terminó con código de estado: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Fallo al subir base de datos mezclada. El comando «%1» finalizó con código de estado: %2 + + ReportsWidgetBrowserStatistics @@ -9037,15 +9272,15 @@ This option is deprecated, use --set-key-file instead. The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? - El archivo de llave va ha estar vunerable a robos y usos no autorizados si lo dejas desprotegido. ¿Estas seguro de que quieres continuar? + El archivo passkey será vunerable a robos y usos no autorizados si lo deja desprotegido. ¿Desea continuar? Please wait, list of entries with passkeys is being updated… - + Espere, la lista de entradas con passkeys está siendo actualizada... No entries with passkeys. - + No hay apuntes con passkeys. @@ -9395,11 +9630,11 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> - + <html><head/><body><p>Esta configuración no sobreescribe la deshabilitación de indicaciones de la papelera de reciclaje</p></body></html> <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>Esto mejora la compatibilidad con ciertas aplicaciones que buscan constraseñas sin desbloquear la base de datos primero.</p><p>Pero habilitar esto puede también hacer fallar el cliente si la base de datos no puede ser desbloqueda en cierto tiempo. (Usualmente 25s, peoro puede ser un valor diferente en las aplicaciones). </p></body></html> @@ -9518,7 +9753,7 @@ This option is deprecated, use --set-key-file instead. Filter... - Filtro... + Filtrar... Shortcut %1 conflicts with '%2'. Overwrite shortcut? @@ -9526,7 +9761,7 @@ This option is deprecated, use --set-key-file instead. Reset Shortcuts - Resetear atajos + Restablecer atajos diff --git a/share/translations/keepassxc_et.ts b/share/translations/keepassxc_et.ts index b9e7bf34a2..aac84fbecc 100644 --- a/share/translations/keepassxc_et.ts +++ b/share/translations/keepassxc_et.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + Prooviti saata vigast klahvisümbolit. @@ -886,24 +886,25 @@ Vali, millisesse neist tunnused salvestada tuleks. Add to existing entry - + Lisa olemasolevale kirjele Existing passkey found. Do you want to register a new passkey for: - + Leidsime olemasoleva pääsuvõtme. +Kas sa soovid siia registreerida uue pääsuvõtme: Select the existing passkey and press Update to replace it. - + Asendamiseks vali olemasolev pääsuvõti ning vajuta „Uuenda“. Authenticate passkey credentials for: - + Autendi pääsuvõtme tunnused kirjele: Do you want to register a passkey for: - + Kas sa soovid sellele kirjele registreerida uue pääsuvõtme: @@ -988,16 +989,17 @@ Kas lubad selle kirje kustutada? Register a new passkey to this entry: - + Registreeri uus pääsuvõti selle kirje jaoks: KeePassXC - Update passkey - + KeePassXC - Uuenda pääsuvõti Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Kirjel „%1“ on juba pääsuvõti. +Kas soovid %1 uue pääsuvõtmega %2 üle kirjutada? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Kohandatud laienduse-ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - <i>Snap</i>’ide isoleerituse tõttu tuleb brauserilõimingu võimaldamiseks esmalt teatud skript käivitada.<br />Vajaliku skripti saab aadressilt %1. - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Lõimingu toimimiseks peab brauserile olema paigaldatud laiendus KeePassXC-Browser. <br />See on saadaval %1i, %2’i ja %3’i jaoks. %4 - - - Please see special instructions for browser extension use below - Vaata allpool brauserilaienduse kasutamise erijuhiseid. - Executable Files Rakendusfailid @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Märkimisel saad pääsuvõtmete testimiseks kasutada ebaturvalist aadressi http://localhost. Allow using localhost with passkeys + Lubata localhosti kasutamist pääsuvõtmetega + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Imporditud CSV-failist: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1688,6 +1691,10 @@ Kas oled kindel, et soovid selle failiga jätkata? Maintenance Hooldus + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1858,14 +1865,14 @@ Kas oled kindel, et soovid jätkata ilma paroolita? Weak password Nõrk parool - - You must enter a stronger password to protect your database. - Andmebaasi kaitsmiseks tuleb kasutada tugevamat parooli. - This is a weak password! For better protection of your secrets, you should choose a stronger password. See on liiga nõrk parool! Oma saladuste paremaks kaitsmiseks peaksid valima tugevama parooli. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2262,6 +2269,121 @@ eemaldatakse kirje andmebaasist. Andmebaasi kirjelduse väli + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Eemalda + + + Command Settings + + + + Name + Nimi + + + Save + Salvesta + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2335,6 +2457,11 @@ See on kahtlemata programmiviga – palun anna sellest arendajatele teada!Database tab name modifier %1 [lukus] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2529,6 +2656,42 @@ Kas keelata turvaline salvestamine ja proovida seejärel uuesti? Database tab name modifier %1 [uus andmebaas] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Allalaadimine... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + Eemalda pääsuvõti kirjelt + + + Do you want to remove the passkey from this entry? + Kas sa soovid eemalda selle pääsuvõtme sellelt kirjelt? + EditEntryWidget @@ -2580,10 +2743,6 @@ Kas keelata turvaline salvestamine ja proovida seejärel uuesti? n/a - - (encrypted) - (krüptitud) - Select private key Privaatvõtme valimine @@ -2686,6 +2845,10 @@ Kas soovid vea parandada? %n year(s) %n aasta pärast%n aasta pärast + + Failed to decrypt SSH key, ensure password is correct. + SSH-võtme dekrüptimine ei õnnestunud. Palun kontrolli, et kasutad õiget salasõna. + EditEntryWidgetAdvanced @@ -2889,11 +3052,11 @@ isegi kui see ei vasta kvaliteedinõuetele. Märgi see ruut, kui parooli keeruku These settings affect the entry's behaviour with the browser extension. - + Need seaded mõjutavad kirje käitumist brauserilaiendusega. Additional URLs - + Täiendavad URLid @@ -3559,6 +3722,10 @@ See võib põhjustada asjaomaste pluginate töös tõrkeid. %1 - Clone %1 – koopia + + Passkey + Pääsuvõti + EntryAttachments @@ -5507,7 +5674,7 @@ Kas oled kindel, et soovid selle failiga jätkata? Show Menubar - + Näita menüüriba Show Toolbar @@ -5860,7 +6027,7 @@ Võiksid kaaluda KeePassXC allalaadimislehel oleva AppImage’i kasutamist. Toggle Show Menubar - + Lülita menüüriba nähtavust Toggle Show Toolbar @@ -5890,6 +6057,18 @@ Võiksid kaaluda KeePassXC allalaadimislehel oleva AppImage’i kasutamist.Toggle Allow Screen Capture Lülita akna pildistamise lubamist + + Remote S&ync… + + + + Remove Passkey From Entry + Eemalda pääsuvõti kirjelt + + + Setup Remote Sync… + + ManageDatabase @@ -6227,6 +6406,10 @@ Võiksid kaaluda KeePassXC allalaadimislehel oleva AppImage’i kasutamist.Unexpected EOF when writing private key Ootamatu faililõpp privaatvõtme kirjutamisel + + (encrypted) + (krüptitud) + OpenSSHKeyGenDialog @@ -6275,7 +6458,7 @@ Võiksid kaaluda KeePassXC allalaadimislehel oleva AppImage’i kasutamist. Export the following passkey entries. - + Ekspordi järgnevad pääsuvõtme kirjed. @@ -6348,15 +6531,15 @@ Kas soovid selle üle kirjutada? Import the following passkey: - + Impordi järgnev pääsuvõti: Import the following passkey to this entry: - + Impordi järgnev pääsuvõti sellele kirjele: Default passkeys group (Imported Passkeys) - + Vaikimisi pääsuvõtmete grupp („Imporditud pääsuvõtmed“) @@ -6379,25 +6562,27 @@ Kas soovid selle üle kirjutada? Open passkey file - + Ava pääsuvõtme fail Cannot import passkey - + Pääsuvõtme importimine pole võimalik Cannot import passkey file "%1". Data is missing. - + Pääsuvõtmefaili „%1“ importimine pole võimalik. Andmed on puudu. Cannot import passkey file "%1". The following data is missing: %2 - + Pääsuvõtmefaili „%1“ importimine pole võimalik. +Järgmised andmed on puudu: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Pääsuvõtmefaili „%1“ importimine pole võimalik. Privaatvõti on puudu või vigane. @@ -8472,11 +8657,12 @@ Kernel: %3 %4 Set the key file for the database. This option is deprecated, use --set-key-file instead. - + Määra andmebaasi jaoks võtmefail. +See valik on aegunud, pigem kasuta „--set-key-file“. Databases have been locked. - + Andmebaasid on lukustatud. Attestation not supported @@ -8564,7 +8750,7 @@ This option is deprecated, use --set-key-file instead. Origin is empty or not allowed - + Lähtedomeen on puudu või keelatud Effective domain is not a valid domain @@ -8572,7 +8758,7 @@ This option is deprecated, use --set-key-file instead. Origin and RP ID do not match - + Lähtedomeen ja RP ID ei kattu omavahel No supported algorithms were provided @@ -8673,11 +8859,19 @@ This option is deprecated, use --set-key-file instead. Kiirklahvid - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error + Pääsuvõtmega seotud tundmatu viga + + + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8715,6 +8909,37 @@ This option is deprecated, use --set-key-file instead. Sisemine zlib-i tõrge: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -8779,19 +9004,19 @@ This option is deprecated, use --set-key-file instead. Exclude from reports - Jäetakse aruannetest välja + Jäta aruannetest välja Only show entries that have a URL - Näidatakse ainult kirjeid, millel on URL määratud + Näita ainult kirjeid, millel on URL määratud Only show entries that have been explicitly allowed or denied - Näidatakse ainult kirjeid, millel on lubatud või keelatud URL + Näita ainult kirjeid, mis on üheselt lubatud või keelatud Show expired entries - Näidatakse ka aegunud kirjeid + Näita ka aegunud kirjeid (Expired) @@ -9039,15 +9264,15 @@ This option is deprecated, use --set-key-file instead. The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? - + Kui pääsuvõtme fail jääb turvamata, siis on võimalik teda varastada ja väärkasutada. Kas sa oled kindel, et soovid jätkata? Please wait, list of entries with passkeys is being updated… - + Palun oota, uuendame pääsuvõtmega kirjete nimekirja… No entries with passkeys. - + Ühtegi pääsuvõtmega kirjet ei leidu. @@ -9397,11 +9622,15 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> - + <html><head/><body><p>See valik ei asenda prügikasti kasutuselt eemaldamise kinnitusi</p></body></html> <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>See valik parandab ühilduvust teatud rakendustega, + mis otsivad parooli ilma esmalt andmebaasi lukku avamata.</p><p>Samas võib see + põhjustada kliendi kokkujooksmise, kui andmebaasi lukku piisavalt kiiresti ei õnnestu avada. + (Tavaline ajalimiit on 25 s, aga selle võib eri rakenduste puhul erinevalt määrata.)</p></body></html> + diff --git a/share/translations/keepassxc_fi.ts b/share/translations/keepassxc_fi.ts index 70e650e976..94ce062c13 100644 --- a/share/translations/keepassxc_fi.ts +++ b/share/translations/keepassxc_fi.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + Yritettiin lähettää virheellistä näppäimistösymbolia. @@ -886,24 +886,25 @@ Valitse tietokanta, johon tiedot tallennetaan. Add to existing entry - + Lisää olemassa olevaan tietueeseen Existing passkey found. Do you want to register a new passkey for: - + Olemassa oleva passkey löytyi +Haluatko rekisteröidä uuden passkeyn sivustolle: Select the existing passkey and press Update to replace it. - + Valitse olemassa oleva passkey ja klikkaa Päivitä korvataksesi se. Authenticate passkey credentials for: - + Kirjaudu passkey-tunnuksilla sivustolle: Do you want to register a passkey for: - + Haluatko rekisteröidä passkeyn sivustolle: @@ -987,16 +988,17 @@ Haluatko poistaa tietueen? Register a new passkey to this entry: - + Rekisteröi uusi passkey tähän tietueeseen: KeePassXC - Update passkey - + KeePassXC - Päivitä passkey Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Tietueella on jo passkey. +Haluatko ylikirjoittaa passkeyn %1 - %2? Register @@ -1196,18 +1198,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Mukautetun selainlaajennuksen ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Snap:in hiekkalaatikon takia sinun täytyy suorittaa komentosarja jotta voit aktivoida selainintegraation.<br />Voit ladata komentosarjan osoitteesta %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser tarvitaan selainintegraation toimimista varten.<br />Lataa se seuraaville selaimille: %1, %2 ja %3. %4 - - - Please see special instructions for browser extension use below - Katso yksityiskohtaisemmat ohjeet selainlaajennuksen käyttöön alta - Executable Files Suoritettavat tiedostot @@ -1250,10 +1240,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Sallii turvattoman http://localhost:in käyttämisen passkeyn kanssa testaamistarkoituksessa. Allow using localhost with passkeys + Salli localhostin käyttö passkeyn kanssa + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1398,6 +1392,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Tuotu CSV-tiedostosta: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1687,6 +1690,10 @@ Oletko varma, että haluat jatkaa tämän tiedoston käyttämistä?Maintenance Ylläpito + + Remote Sync + Etäsynkronointi + DatabaseSettingsWidgetBrowser @@ -1857,14 +1864,14 @@ Oletko varma, että haluat jatkaa ilman salasanaa? Weak password Heikko salasana - - You must enter a stronger password to protect your database. - Sinun on syötettävä vahvempi salsana tietokantasi suojaamiseksi. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Tämä on heikko salsana! SInun tulisi valita vahvempi salsana tietojesi parempaa suojausta varten. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2251,6 +2258,133 @@ removed from the database. Tietokannan kuvauskenttä + + DatabaseSettingsWidgetRemote + + Sync Commands + Synkronoinnin komennot + + + Remove + Poista + + + Command Settings + Komentoasetukset + + + Name + Nimi + + + Save + Tallenna + + + Download + Lataa + + + Command: + Komento: + + + Download command field + Latauskomento epäonnistui + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + Esim. "sftp user@hostname" tai "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + Input: + Syöte: + + + Download input field + Lataa syöte + + + Upload + Lähetä + + + Upload command field + Lähetä-komento epäonnistui + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + Esim. "sftp user@hostname" tai "scp {TEMP_DATABASE user@hostname:DatabaseOnRemote.kdbx" + + + Upload input field + Lähetyksen syöte + + + Name cannot be empty. + Nimi ei voi olla tyhjä. + + + Test + Testaa + + + Download command cannot be empty. + Latauskomento ei voi olla tyhjä. + + + Download failed with error: %1 + Lataus epäonnistui virheellä: + + + Download finished, but file %1 could not be found. + Lataus päättyi, mutta tiedostoa %1 ei löydy. + + + Download successful. + Lataus onnistui. + + + Save Remote Settings + Tallenna asetukset + + + You have unsaved changes. Do you want to save them? + Sinulla on tallentamattomia asetuksia. Haluatko tallettaa ne? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + Esim. +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} -muuttujaa käytetään paikkamerkkinä tietokannan välikaikaisena sijaintina. +Komennon täytyy suoriutua. `sftp` -komennon ollessa viimeinen komento, `exit` täytyy lähettää. + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + Esim. +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} -muuttujaa käytetään paikkamerkkinä tietokannan välikaikaisena sijaintina. +Komennon täytyy suoriutua. `sftp` -komennon ollessa viimeinen komento, `exit` täytyy lähettää. + + + DatabaseTabWidget @@ -2324,6 +2458,11 @@ Tämä on selkeä virhe, joten ota yhteyttä kehittäjätiimiin. Database tab name modifier %1 [Lukittu] + + %1 [Temporary] + Database tab name modifier + %1 [Väliaikainen] + DatabaseWidget @@ -2518,6 +2657,42 @@ Ota turvallinen tallennus pois käytöstä ja yritä uudelleen? Database tab name modifier %1 [Uusi tietokanta] + + Remote Sync did not contain any download or upload commands. + Etäsynkronointi ei sisältänyt yhtään lataus- tai lähetyskomentoa. + + + Remote sync '%1' completed successfully! + Etäsynkronointi '%1' suoritettiin onnistuneesti! + + + Remote sync '%1' failed: %2 + Etäsynkronointi '%1' epäonnistui: %2 + + + Error while saving database %1: %2 + Tietokannan %1 tallennus epäonnistui: %2 + + + Downloading... + Ladataan... + + + Uploading... + Lähetetään... + + + Syncing... + Synkronoidaan... + + + Remove passkey from entry + Poista passkey tietueesta + + + Do you want to remove the passkey from this entry? + Haluatko poistaa passkeyn tästä tietueesta? + EditEntryWidget @@ -2569,10 +2744,6 @@ Ota turvallinen tallennus pois käytöstä ja yritä uudelleen? n/a ei saatavilla - - (encrypted) - (salattu) - Select private key Valitse yksityinen avain @@ -2675,6 +2846,10 @@ Haluatko korjata sen? %n year(s) %n vuosi%n vuotta + + Failed to decrypt SSH key, ensure password is correct. + SSH-avaimen purku epäonnistui. Varmista, että salasana on oikein. + EditEntryWidgetAdvanced @@ -2876,11 +3051,11 @@ Haluatko korjata sen? These settings affect the entry's behaviour with the browser extension. - + Nämä asetukset vaikuttavat tietueen käytökseen selainlaajennuksen kanssa. Additional URLs - + Lisäosoitteet @@ -3546,6 +3721,10 @@ Tämä voi vikaannuttaa tietoa käyttävän liitännäisen. %1 - Clone %1 - Klooni + + Passkey + Passkey + EntryAttachments @@ -5495,7 +5674,7 @@ Haluatko jatkaa käyttämällä tätä tiedostoa? Show Menubar - + Näytä työkalupalkki Show Toolbar @@ -5847,7 +6026,7 @@ Suosittelemme, että käytät AppImagea, jonka voit hakea lataussivustoltamme. Toggle Show Menubar - + Aseta: näytä työkalupalkki Toggle Show Toolbar @@ -5877,6 +6056,18 @@ Suosittelemme, että käytät AppImagea, jonka voit hakea lataussivustoltamme.Toggle Allow Screen Capture Aseta: salli kuvankaappaus + + Remote S&ync… + Etäs&ynkronointi... + + + Remove Passkey From Entry + Poista passkey tietueesta + + + Setup Remote Sync… + Määritä etäsynkronointi + ManageDatabase @@ -6214,6 +6405,10 @@ Suosittelemme, että käytät AppImagea, jonka voit hakea lataussivustoltamme.Unexpected EOF when writing private key Odottamaton EOF yksityistä avainta kirjoittaessa + + (encrypted) + (salattu) + OpenSSHKeyGenDialog @@ -6262,7 +6457,7 @@ Suosittelemme, että käytät AppImagea, jonka voit hakea lataussivustoltamme. Export the following passkey entries. - + Vie seuraavat passkey-tietueet. @@ -6336,15 +6531,15 @@ haluatko korvata sen? Import the following passkey: - + Tuo seuraava passkey: Import the following passkey to this entry: - + Tuo seuraava passkey tähän tietueeseen: Default passkeys group (Imported Passkeys) - + Passkeys-oletusryhmä (Tuodut passkeyt) @@ -6367,25 +6562,27 @@ haluatko korvata sen? Open passkey file - + Avaa passkey-tiedosto Cannot import passkey - + Passkeytä ei voitu tuoda Cannot import passkey file "%1". Data is missing. - + Passkey-tiedostoa "%1" ei voitu tuoda. Tietoja puuttuu. Cannot import passkey file "%1". The following data is missing: %2 - + Passkey-tiedostoa ei voida tuoda "%1". +Seuraavat tiedot puuttuvat: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Passkey-tiedostoa ei voida tuoda "%1". Yksityinen avain puuttuu tai on virheellinen. @@ -8460,11 +8657,12 @@ Ydin: %3 %4 Set the key file for the database. This option is deprecated, use --set-key-file instead. - + Aseta tietokannan avaintiedosto. +Asetus on vanhentunut, käytä sen sijaan "--set-key-file" -määritystä. Databases have been locked. - + Tietokannat on lukittu. Attestation not supported @@ -8661,11 +8859,19 @@ This option is deprecated, use --set-key-file instead. Pikanäppäimet - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error + Tuntematon passkeys-virhe + + + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8703,6 +8909,37 @@ This option is deprecated, use --set-key-file instead. Sisäinen zlib-virhe: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + Komento '%1' ei suoritutunut määritetyssä ajassa. Prosessi tuhottiin. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Yhdistetyn tietokannan lähetys epäonnistui. Komento '%1' ei suoriutunut määritetyssä ajassa. Prosessi tuhottin. + + + Invalid download parameters provided. + Väärät latausparametrit. + + + Command `%1` failed to download database. + Komento '%1' epäonnistui tietokannan lataamisessa. + + + Invalid database pointer or upload parameters provided. + Virheellinen tietokannan osoitin, tai lähetyksen parametrit. + + + Command `%1` exited with status code: %2 + Komento '%1' suoriutui paluuarvolla: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Yhdistetyn tietokannan lähetys epäonnistui. Komento '%1' loppui paluuarvolla: %2 + + ReportsWidgetBrowserStatistics @@ -9027,15 +9264,15 @@ This option is deprecated, use --set-key-file instead. The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? - + Passkey-tiedosto on altis varkauksille ja väärinkäyttöön, jos sitä ei suojata. Oletko varma, että haluat jatkaa? Please wait, list of entries with passkeys is being updated… - + Odota kun passkey-tietueiden lista päivittyy... No entries with passkeys. - + Passkeyn sisältäviä tietueita ei ole. @@ -9385,11 +9622,11 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> - + <html><head/><body><p>Tämä asetus ei ylikirjoita roskakorin ilmoitusten poistamista</p></body></html> <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>Tämä parantaa yhteensopivuutta joidenkin ohjelmien kanssa, jotka etsivät salasanoja ilman tietokannan avaamista etukäteen.</p><p>Tämän päälle laittaminen saattaa myös kaataa asiakkaan, mikäli tietokantaa ei voitu avata tiettyyn aikaan mennessä. (Yleensä 25 sekuntia, mutta arvo voi vaihdella ohjelmasta riippuen.)</p></body></html> diff --git a/share/translations/keepassxc_fil.ts b/share/translations/keepassxc_fil.ts index 6d8fcb25ad..3cb5200fae 100644 --- a/share/translations/keepassxc_fil.ts +++ b/share/translations/keepassxc_fil.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Custom na extension ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Dahil sa Snap sandboxing, dapat kang mag-run ng script para i-enable ang pag-integrate ng browser.<br />Makukuha mo ang script na ito mula sa %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Kailangan ang KeePassXC-Browser para gumana ang browser integration. <br />I-download ito para sa %1 at %2 at %3. %4 - - - Please see special instructions for browser extension use below - Pakitingnan ang mga espesyal na tagubilin para sa paggamit ng extension ng browser sa ibaba - Executable Files Mga Executable na File @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1684,6 +1685,10 @@ Are you sure you want to continue with this file?. Maintenance Maintenance + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1855,11 +1860,11 @@ Sigurado ka bang gusto mong magpatuloy nang walang password? Mahinang password - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2258,6 +2263,121 @@ na-delete mula sa database. Field ng paglalarawan ng database + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Alisin + + + Command Settings + + + + Name + Pangalan + + + Save + I-save + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2331,6 +2451,11 @@ Tiyak na bug ito, mangyaring i-ulat sa mga developer. Database tab name modifier %1 [Naka-lock] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2525,6 +2650,42 @@ I-disable ang safe save at subukang muli? Database tab name modifier %1 [Bagong Database] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2576,10 +2737,6 @@ I-disable ang safe save at subukang muli? n/a n/a - - (encrypted) - (naka-encrypt) - Select private key Pumili ng private key @@ -2682,6 +2839,10 @@ Gusto mo bang itama ito? %n year(s) %n taon%n (mga)taon + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3553,6 +3714,10 @@ Maaari itong maging sanhi ng hindi paggana ng mga apektadong plugin.%1 - Clone %1 - Clone + + Passkey + + EntryAttachments @@ -5884,6 +6049,18 @@ Inirerekomenda naming gamitin mo ang AppImage na available sa aming pahina ng mg Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6221,6 +6398,10 @@ Inirerekomenda naming gamitin mo ang AppImage na available sa aming pahina ng mg Unexpected EOF when writing private key Hindi inaasahang EOF kapag nagsusulat ng private key + + (encrypted) + (naka-encrypt) + OpenSSHKeyGenDialog @@ -8666,11 +8847,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8708,6 +8897,37 @@ This option is deprecated, use --set-key-file instead. Panloob na zlib na error: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_fr.ts b/share/translations/keepassxc_fr.ts index 4ea93c893f..1a7e61a267 100644 --- a/share/translations/keepassxc_fr.ts +++ b/share/translations/keepassxc_fr.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + Tentative d'envoi d'un caractère de clavier non reconnu. @@ -887,24 +887,25 @@ Veuillez sélectionner la base de données souhaitée pour enregistrer les ident Add to existing entry - + Ajout d'une entrée existante Existing passkey found. Do you want to register a new passkey for: - + Clé d'accès existante trouvée. +Voulez-vous enregistrer la nouvelle clé pour : Select the existing passkey and press Update to replace it. - + Sélectionnez la clé d'accès existante puis cliquez sur Mettre à jour pour la remplacer. Authenticate passkey credentials for: - + Authentifier les identifiants de la clé d'accès pour : Do you want to register a passkey for: - + Voulez-vous enregistrer la clé d'accès pour : @@ -981,7 +982,7 @@ Voulez-vous la supprimer ? Passkey - + Clé d'accès KeePassXC - Passkey credentials @@ -989,16 +990,16 @@ Voulez-vous la supprimer ? Register a new passkey to this entry: - + Enregistrer la nouvelle clé d'accès pour cette entrée : KeePassXC - Update passkey - + KeePassXC - Mise à jour de la clé d'accès Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Cette entrée a déjà une clé d'accès. Remplacer la clé dans %1 - %2 ? Register @@ -1198,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID ID d’extension personnalisé - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - En raison du bac à sable de Snap, vous devez exécuter un script afin d’activer l’intégration aux navigateurs.<br />Vous pouvez obtenir ce script sur %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser est nécessaire pour que l’intégration aux navigateurs fonctionne. <br />Téléchargez-la pour %1, %2 et %3. %4 - - - Please see special instructions for browser extension use below - Veuillez consulter ci-dessous les instructions spéciales de l’extension pour navigateurs - Executable Files Fichiers exécutables @@ -1252,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Autoriser l'utilisation peu sûre de http://localhost avec les clés d'accès à des fins de test ? Allow using localhost with passkeys + Autoriser l'utilisation de localhost avec les clés d'accès + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1398,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + Importé du fichier CSV : %1 + + + No Title Selected + Aucun titre séléctionné + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? @@ -1603,51 +1605,54 @@ Afin d’empêcher que cette erreur survienne, vous devez accéder à « Param Select Key File: - + Sélectionner le fichier clé : <p>In addition to a password, you can use a secret file to enhance the security of your database. This file can be generated in your database's security settings.</p><p>This is <strong>not</strong> your *.kdbx database file!</p> - + <p>Vous pouvez utiliser un fichier secret en plus du mot de passe pour renforcer la sécurité de votre base de données. Ce fichier peut être généré à partir des paramètres de sécurité de votre base.</p><p>Il ne s'agit <strong>pas</strong> de votre fichier de base de données *.kdbx !</p> Click to add a key file. - + Cliquer pour ajouter un fichier clé <a href="#" style="text-decoration: underline">I have a key file</a> - + <a href="#" style="text-decoration: underline">Je dispose d'un fichier clé</a> Use hardware key [Serial: %1] - + Utiliser une clé matérielle [N° de série : %1] Use hardware key - + Utiliser une clé logicielle Your database file is NOT a key file! If you don't have a key file or don't know what that is, you don't have to select one. - + Votre fichier de base de données n'est PAS un fichier clé ! +Si vous ne disposez pas de fichier clé ou ne savez pas de quoi il s'agit, n'en sélectionnez pas. KeePassXC database file selected - + Fichier de base de données KeePassXC sélectionné The file you selected looks like a database file. A database file is NOT a key file! Are you sure you want to continue with this file?. - + Le fichier sélectionné ne semble pas être une base de données. +Un fichier de base de données n'est pas un fichier clé ! +Voulez-vous poursuivre avec ce fichier ? No hardware keys found. - + Aucune clé matérielle trouvée. Refresh Hardware Keys - + Actualiser les clés logicielles @@ -1683,6 +1688,10 @@ Are you sure you want to continue with this file?. Maintenance Maintenance + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1852,14 +1861,14 @@ Voulez-vous vraiment poursuivre sans mot de passe ? Weak password Mot de passe faible - - You must enter a stronger password to protect your database. - Vous devez saisir un mot de passe plus fort pour protéger votre base de données. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Le mot de passe est trop faible ! Pour une protection efficace, choisissez un mot de passe plus fort. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2256,6 +2265,121 @@ de la base de données. Champ de description de la base de données + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Supprimer + + + Command Settings + + + + Name + Nom + + + Save + Enregistrer + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2329,6 +2453,11 @@ C’est très certainement un bogue, veuillez le signaler aux développeurs.Database tab name modifier %1 [verrouillé] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2523,6 +2652,42 @@ Désactiver les enregistrements sécurisés et réessayer ? Database tab name modifier %1 [nouvelle base de données] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Téléchargement… + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + Supprimer la clé d'accès de l'entrée + + + Do you want to remove the passkey from this entry? + Voulez-vous supprimer la clé d'accès de cette entrée ? + EditEntryWidget @@ -2574,10 +2739,6 @@ Désactiver les enregistrements sécurisés et réessayer ? n/a s.o. - - (encrypted) - (chiffrée) - Select private key Sélectionner un fichier clé @@ -2680,6 +2841,10 @@ Voulez-vous la corriger ? %n year(s) %n an%n d’années%n ans + + Failed to decrypt SSH key, ensure password is correct. + Échec lors du décryptage de la clé SSH, assurez-vous de la validité du mot de passe. + EditEntryWidgetAdvanced @@ -2881,11 +3046,11 @@ Voulez-vous la corriger ? These settings affect the entry's behaviour with the browser extension. - + Ces paramètres ont un impact sur le comportement des entrées avec l'extension du navigateur. Additional URLs - + Autres URL @@ -3549,6 +3714,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 – Cloner + + Passkey + Clé d'accès + EntryAttachments @@ -4277,7 +4446,7 @@ Vous pouvez activer le service d’icônes de sites Web de DuckDuckGo dans la se ImportWizard Import Wizard - + Assistant d'importation @@ -4288,7 +4457,7 @@ Vous pouvez activer le service d’icônes de sites Web de DuckDuckGo dans la se Entry count: %1 - + Nombre d'entrées : %1 Group @@ -4308,7 +4477,7 @@ Vous pouvez activer le service d’icônes de sites Web de DuckDuckGo dans la se Url - + URL @@ -4319,7 +4488,7 @@ Vous pouvez activer le service d’icônes de sites Web de DuckDuckGo dans la se Import File Selection - + Sélection du fichier à importer Password: @@ -4335,7 +4504,7 @@ Vous pouvez activer le service d’icônes de sites Web de DuckDuckGo dans la se Import Into: - + Importer vers : New Database @@ -4347,31 +4516,31 @@ Vous pouvez activer le service d’icônes de sites Web de DuckDuckGo dans la se Existing Database: - + Base de données existante : Import File: - + Fichier à importer : Comma Separated Values (.csv) - + Valeurs séparées par des virgules (.csv) 1Password Export (.1pux) - + Exportation 1Password (.1pux) 1Password Vault (.opvault) - + Coffre-fort 1Password (.opvault) Bitwarden (.json) - + Bitwarden (.json) KeePass 1 Database (.kdb) - + Base de données KeePass 1 (.kdb) Open OPVault @@ -4379,7 +4548,7 @@ Vous pouvez activer le service d’icônes de sites Web de DuckDuckGo dans la se Select import file - + Sélectionner le fichier à importer All files @@ -4395,23 +4564,23 @@ Vous pouvez activer le service d’icônes de sites Web de DuckDuckGo dans la se Comma Separated Values - + Valeurs séparées par une virgule 1Password Export - + Exportation 1Password Bitwarden JSON Export - + exportation Bitwarden JSON 1Password Vault - + Coffre-fort 1Password KeePass1 Database - + Base de données KeePass1 @@ -5498,7 +5667,7 @@ Voulez-vous vraiment poursuivre avec ce fichier ? Show Menubar - + Afficher la barre de menus Show Toolbar @@ -5614,15 +5783,15 @@ Nous vous recommandons d’utiliser l’AppImage proposée sur notre page de té 1Password 1PUX... - + 1Password 1PUX... Import a 1Password 1PUX file - + Importer un fichier 1Password 1PUX Import… - + Importer… Passkeys… @@ -5642,11 +5811,11 @@ Nous vous recommandons d’utiliser l’AppImage proposée sur notre page de té Open Database - + Ouvrir une base de données Create Database - + Créer une base de données Merge From Database @@ -5850,7 +6019,7 @@ Nous vous recommandons d’utiliser l’AppImage proposée sur notre page de té Toggle Show Menubar - + Permuter l'affichage de la barre de menus Toggle Show Toolbar @@ -5880,6 +6049,18 @@ Nous vous recommandons d’utiliser l’AppImage proposée sur notre page de té Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + Supprimer la clé d'accès de l'entrée + + + Setup Remote Sync… + + ManageDatabase @@ -6217,6 +6398,10 @@ Nous vous recommandons d’utiliser l’AppImage proposée sur notre page de té Unexpected EOF when writing private key Fin de fichier inattendue lors de l’écriture de la clé privée + + (encrypted) + (chiffrée) + OpenSSHKeyGenDialog @@ -6265,7 +6450,7 @@ Nous vous recommandons d’utiliser l’AppImage proposée sur notre page de té Export the following passkey entries. - + Exporter les entrées avec clé d'accès suivantes. @@ -6338,15 +6523,15 @@ Le remplacer ? Import the following passkey: - + Importer les clés d'accès suivantes : Import the following passkey to this entry: - + Exporter la clé d'accès de cette entrée : Default passkeys group (Imported Passkeys) - + Groupe par défaut des clés d'accès (clés importées) @@ -6369,25 +6554,27 @@ Le remplacer ? Open passkey file - + Ouvrir un fichier de clé d'accès Cannot import passkey - + Impossible d'importer la clé d'accès Cannot import passkey file "%1". Data is missing. - + Impossible d'importer le fichier de clé d'accès « %1 ». Données manquantes. Cannot import passkey file "%1". The following data is missing: %2 - + Impossible d'importer le fichier de clé d'accès « %1 ». +La donnée suivante est manquante : +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Impossible d'importer le fichier de clé d'accès « %1 ». La clé privée est manquante ou incorrecte. @@ -8461,11 +8648,12 @@ Noyau : %3 %4 Set the key file for the database. This option is deprecated, use --set-key-file instead. - + Définir le fichier clé pour la base. +Cette option est obsolète, utilisez plutôt --set-key-file. Databases have been locked. - + Les bases de données ont été verrouillées. Attestation not supported @@ -8553,101 +8741,101 @@ This option is deprecated, use --set-key-file instead. Origin is empty or not allowed - + La source est vide ou non autorisée Effective domain is not a valid domain - + Le véritable domaine est invalide Origin and RP ID do not match - + La source et l'identifiant du tiers ne correspondent pas No supported algorithms were provided - + Aucun algorithme pris en charge n'a été proposé Wait for timer to expire - + Veuillez attendre l'expiration du délai Challenge is shorter than required minimum length - + La longueur de l'interrogation subsidiaire est inférieure au minium requis user.id does not match the required length - + utilisateur.identifiant n'a pas la longueur requise Favorite Tag for favorite entries - + Favori File does not exist. - + Le fichier n'existe pas. Cannot open file: %1 - + Ouverture du fichier impossible : %1 Cannot parse file: %1 at position %2 - + Analyse impossible du fichier : %1 à la position %2 Failed to decrypt json file: %1 - + Échec lors du décryptage du fichier JSON : %1 Invalid encKeyValidation field - + Champ encKeyValidation invalide Invalid cipher list within encKeyValidation field - + Liste de chiffrement invalide dans le champ encKeyValidation Wrong password - + Mot de passe erroné Invalid encrypted data field - + Champ de données cryptées invalide Invalid cipher list within encrypted data field - + Liste de chiffrement invalide dans le champ des données chiffrées Cannot initialize cipher - + Impossible d'initialiser le chiffrement Cannot decrypt data - + Impossible de décrypter les données Bitwarden Import - + Importation Bitwarden Archived Tag for archived entries - + Archivé Invalid 1PUX file format: Not a valid ZIP file. - + Format de fichier 1PUX : fichier ZIP invalide. Invalid 1PUX file format: Missing export.data - + Format de fichier 1PUX : export.data manquant. 1Password Import - + Importation 1Password Enter Shortcut @@ -8662,11 +8850,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error + Erreur de clés d'accès inconnue + + + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8704,6 +8900,37 @@ This option is deprecated, use --set-key-file instead. Erreur interne zlib : + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -9028,15 +9255,15 @@ This option is deprecated, use --set-key-file instead. The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? - + Le fichier de clé d'accès sera exposé au vol où à une utilisation non autorisée s'il n'est pas sécurisé. Êtes-vous sûr·e de vouloir continuer ? Please wait, list of entries with passkeys is being updated… - + Veuillez patienter pendant la mise à jour de la liste des entrées avec clé d'accès… No entries with passkeys. - + Aucun entrée avec clé d'accès. @@ -9386,11 +9613,12 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> - + <html><head/><body><p>Ce paramètre ne se substitue pas à la désactivation des confirmations de suppression vers la corbeille. </p></body></html> <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>Permet d'améliorer la compatibilité avec certaines applications recherchant le mot de passe sans avoir à déverrouiller la base de données. +</p><p>L'activation de cette fonction peut toutefois faire planter la partie client si la base de données ne peut être déverrouillée en temps imparti (habituellement 25 secondes, mais peut varier selon les applications).</p></body></html> @@ -9729,15 +9957,15 @@ Exemple : JBSWY3DPEHPK3PXP Create Database - + Créer une base de données Open Database - + Ouvrir une base de données Import File - + Importer un fichier @@ -9814,7 +10042,7 @@ Exemple : JBSWY3DPEHPK3PXP Refresh hardware keys - + Actualiser les clés matérielles @@ -9842,7 +10070,7 @@ Exemple : JBSWY3DPEHPK3PXP (NFC) %1 [%2] - Slot %3, %4 YubiKey display fields - + (NFC) %1 [%2] - Emplacement %3, %4 Press @@ -9894,12 +10122,12 @@ Exemple : JBSWY3DPEHPK3PXP %1 [%2] - Slot %3 YubiKey NEO display fields - + %1 [%2] - Emplacement %3 %1 [%2] - Slot %3, %4 YubiKey display fields - + %1 [%2] - Emplacement %3, %4 \ No newline at end of file diff --git a/share/translations/keepassxc_fr_CA.ts b/share/translations/keepassxc_fr_CA.ts index 16230f32e6..f17f69d1d2 100644 --- a/share/translations/keepassxc_fr_CA.ts +++ b/share/translations/keepassxc_fr_CA.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID ID d’extension personnalisé - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - En raison du bac à sable de Snap, vous devez exécuter un script afin d’activer l’intégration aux navigateurs.<br />Vous pouvez obtenir ce script sur %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser est nécessaire pour que l’intégration aux navigateurs fonctionne. <br />Téléchargez-la pour %1, %2 et %3. %4 - - - Please see special instructions for browser extension use below - Veuillez consulter ci-dessous les instructions spéciales de l’extension pour navigateurs - Executable Files Fichiers exécutables @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1678,6 +1679,10 @@ Are you sure you want to continue with this file?. Maintenance Maintenance + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1848,11 +1853,11 @@ Voulez-vous vraiment poursuivre sans mot de passe? Le mot de passe est faible - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2238,6 +2243,121 @@ removed from the database. Champ de description de la base de données + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Supprimer + + + Command Settings + + + + Name + Nom + + + Save + Enregistrer + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2311,6 +2431,11 @@ C’est très certainement un bogue, veuillez le signaler aux développeurs.Database tab name modifier %1 [verrouillé] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2505,6 +2630,42 @@ Désactiver les enregistrements sécurisés et réessayer? Database tab name modifier %1 [nouvelle base de données] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Téléchargement… + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2556,10 +2717,6 @@ Désactiver les enregistrements sécurisés et réessayer? n/a s.o. - - (encrypted) - (chiffrée) - Select private key Sélectionner un fichier clé @@ -2658,6 +2815,10 @@ Would you like to correct it? %n year(s) % an%n an(s)%n an(s) + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3527,6 +3688,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 – Cloner + + Passkey + + EntryAttachments @@ -5847,6 +6012,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6184,6 +6361,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key Fin de fichier inattendue lors de l’écriture de la clé privée + + (encrypted) + (chiffrée) + OpenSSHKeyGenDialog @@ -8627,11 +8808,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8669,6 +8858,37 @@ This option is deprecated, use --set-key-file instead. Erreur interne zlib : + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_he.ts b/share/translations/keepassxc_he.ts index 138a7520b5..9ae5b99d85 100644 --- a/share/translations/keepassxc_he.ts +++ b/share/translations/keepassxc_he.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + ניסיון לשלוח סמל מקלדת לא תקין. @@ -886,7 +886,7 @@ Please select the correct database for saving credentials. Add to existing entry - + הוספה לרשומה קיימת Existing passkey found. @@ -1196,18 +1196,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID מזהה הרחבה מותאם אישית - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - עקב ארגז־חול Snap, יש להריץ תסריט בכדי לאפשר שילוב דפדפן. <br /> ניתן להפיק את התסריט מ־%1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - על מנת ששילוב הדפדפן יעבוד, נדרשKeePassXC־Browser <br /> ניתן להורד אותו ל־%1 ו־%2 ו־%3. %4 - - - Please see special instructions for browser extension use below - נא לעיין בהוראות מיוחדות לשימוש בהרחבת הדפדפן להלן - Executable Files קבצי הפעלה @@ -1256,6 +1244,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1398,6 +1390,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1683,6 +1684,10 @@ Are you sure you want to continue with this file?. Maintenance תחזוקה + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1853,11 +1858,11 @@ Are you sure you want to continue without a password? ססמה חלשה - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2254,6 +2259,121 @@ removed from the database. שדה תיאור מסד־נתונים + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + הסרה + + + Command Settings + + + + Name + שם + + + Save + שמירה + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2327,6 +2447,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [נעול] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2521,6 +2646,42 @@ Disable safe saves and try again? Database tab name modifier %1 [מסד־נתונים חדש] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + הורדה... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2572,10 +2733,6 @@ Disable safe saves and try again? n/a ל/ז - - (encrypted) - (מוצפן) - Select private key בחירת מפתח פרטי @@ -2678,6 +2835,10 @@ Would you like to correct it? %n year(s) שנה %n%n שנים%n שנים + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3549,6 +3710,10 @@ This may cause the affected plugins to malfunction. %1 - Clone שכפול %1 - + + Passkey + Passkey + EntryAttachments @@ -4349,7 +4514,7 @@ You can enable the DuckDuckGo website icon service in the security section of th Existing Database: - + מסד נתונים קיים: Import File: @@ -4357,7 +4522,7 @@ You can enable the DuckDuckGo website icon service in the security section of th Comma Separated Values (.csv) - + ערכים מופרדים בפסיקים (.csv) 1Password Export (.1pux) @@ -4397,7 +4562,7 @@ You can enable the DuckDuckGo website icon service in the security section of th Comma Separated Values - + ערכים מופרדים בפסיקים 1Password Export @@ -5500,7 +5665,7 @@ Are you sure you want to continue with this file? Show Menubar - + הצגת סרגל תפריט Show Toolbar @@ -5636,11 +5801,11 @@ We recommend you use the AppImage available on our downloads page. Quit Application - + לצאת מהיישומון Open About Dialog - + פתיחת דו־שיח על אודות Open Database @@ -5652,11 +5817,11 @@ We recommend you use the AppImage available on our downloads page. Merge From Database - + למזג ממסד נתונים Create Entry - + יצירת רשומה Edit Entry @@ -5680,19 +5845,19 @@ We recommend you use the AppImage available on our downloads page. Download All Favicons - + הורדת כל הפביקון Sort Groups A-Z - + סינון קבוצות א–ת Sort Groups Z-A - + סינון קבוצות ת–א Save Database As - + שמירת מסד נתונים בשם Show Database Security @@ -5882,6 +6047,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6219,6 +6396,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key EOF לא צפוי בעת כתיבת מפתח פרטי + + (encrypted) + (מוצפן) + OpenSSHKeyGenDialog @@ -8627,7 +8808,7 @@ This option is deprecated, use --set-key-file instead. Cannot decrypt data - + לא ניתן לפענח נתונים Bitwarden Import @@ -8648,26 +8829,34 @@ This option is deprecated, use --set-key-file instead. 1Password Import - + 1Password יובא Enter Shortcut - + הזנת קיצור־דרך Action - + פעולה Shortcuts + קיצורי־דרך + + + Unknown passkeys error - Unsupported KDF type, cannot decrypt json file + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8705,6 +8894,37 @@ This option is deprecated, use --set-key-file instead. שגיאת zlib פנימית: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -9506,19 +9726,19 @@ This option is deprecated, use --set-key-file instead. Shortcut Conflict - + התנגשות קיצור־דרך Filter... - + סינון... Shortcut %1 conflicts with '%2'. Overwrite shortcut? - + קיצור־דרך %1 מתנגש עם %2'. לכתוב על קיצור־הדרך? Reset Shortcuts - + שיצוב קיצורי־דרך @@ -9843,7 +10063,7 @@ Example: JBSWY3DPEHPK3PXP (NFC) %1 [%2] - Slot %3, %4 YubiKey display fields - + (NFC) %1 [%2] - חריץ %3, %4 Press @@ -9895,12 +10115,12 @@ Example: JBSWY3DPEHPK3PXP %1 [%2] - Slot %3 YubiKey NEO display fields - + %1 [%2] - חריץ %3 %1 [%2] - Slot %3, %4 YubiKey display fields - + %1 [%2] - חריץ %3, %4 \ No newline at end of file diff --git a/share/translations/keepassxc_hu.ts b/share/translations/keepassxc_hu.ts index c1840c4184..60ebd0f968 100644 --- a/share/translations/keepassxc_hu.ts +++ b/share/translations/keepassxc_hu.ts @@ -886,24 +886,25 @@ Válassza ki a helyes adatbázist a hitelesítő adatok mentéséhez. Add to existing entry - + Hozzáadás egy meglévő bejegyzéshez Existing passkey found. Do you want to register a new passkey for: - + Létező jelkulcs található. +Regisztrál ehhez egy új jelkulcsot: Select the existing passkey and press Update to replace it. - + Válassza ki a jelenlegi jelkulcsot, és nyomja meg a Frissítést a cseréjéhez. Authenticate passkey credentials for: - + A jelkulcs hitelesítési adatainak használata ehhez: Do you want to register a passkey for: - + Ehhez szeretne jelkulcsot regisztrálni: @@ -986,16 +987,17 @@ Valóban törli a bejegyzést? Register a new passkey to this entry: - + Új jelkulcs regisztrálása ehhez a bejegyzéshez: KeePassXC - Update passkey - + KeePassXC – Jelkulcs frissítése Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + A bejegyzéshez már tartozik jelkulcs. +Felülírja az itt található jelkulcsot: %1 – %2? Register @@ -1195,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Egyéni kiterjesztésazonosító - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - A Snap homokozó miatt egy parancsfájlt kell futtatni a böngészőintegráció engedélyezéséhez.<br />Ezt innen szerezheti be: %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - A böngészőintegráció működéséhez a KeePassXC-böngészőre van szükség. <br />Letölthető ezen böngészőkre: %1, %2, %3, 4% - - - Please see special instructions for browser extension use below - Olvassa el a böngészőkiegészítő használatáról szóló különleges utasításokat alább - Executable Files Végrehajtható fájlok @@ -1249,10 +1239,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + A nem biztonságos http://localhost engedélyezése a jelkulcsokkal tesztelési célokból. Allow using localhost with passkeys + Localhost használatának engedélyezése a jelkulcsokkal + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1397,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 CSV-fájlból importálva: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1686,6 +1689,10 @@ Biztos, hogy folytatja ezzel a fájllal? Maintenance Karbantartás + + Remote Sync + Távoli szinkronizálás + DatabaseSettingsWidgetBrowser @@ -1856,14 +1863,14 @@ Valóban jelszó nélkül folytatja? Weak password Gyenge jelszó - - You must enter a stronger password to protect your database. - Erősebb jelszót kell megadni az adatbázisa védelméhez. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Ez egy gyenge jelszó! A titkai jobb védelme érdekében adjon meg erősebb jelszót. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2260,6 +2267,133 @@ kerülnek az adatbázisból. Adatbázisleírás mező + + DatabaseSettingsWidgetRemote + + Sync Commands + Szinkronizálási parancs + + + Remove + Eltávolítás + + + Command Settings + Parancsbeállítások + + + Name + Név + + + Save + Mentés + + + Download + Letöltés + + + Command: + Parancs: + + + Download command field + Letöltő parancs mező + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + pl.: „sftp felhasznalo@kiszolgalo” vagy „scp felhasznalo@kiszolgalo:TavoliAdatbazis.kdbx {TEMP_DATABASE}” + + + Input: + Bemenet: + + + Download input field + Letöltő bemeneti mező + + + Upload + Feltöltés + + + Upload command field + Feltöltő parancs mező + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + pl.: „sftp felhasznalo@kiszolgalo” vagy „scp {TEMP_DATABASE}felhasznalo@kiszolgalo:TavoliAdatbazis.kdbx” + + + Upload input field + Feltöltő bemeneti mező + + + Name cannot be empty. + A név nem lehet üres. + + + Test + Tesztelés + + + Download command cannot be empty. + A letöltő parancs nem lehet üres. + + + Download failed with error: %1 + A letöltés hibába ütközött: %1 + + + Download finished, but file %1 could not be found. + A letöltés sikeres, de a fájl nem található: %1. + + + Download successful. + Letöltés sikeres. + + + Save Remote Settings + Távoli beállítások mentése + + + You have unsaved changes. Do you want to save them? + El nem mentett módosítások vannak. Szeretné elmenteni őket? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + pl.: +get TavoliAdatbazis.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} helyőrzőként szolgál az adatbázis ideiglenes helyen történő tárolására. +A parancsnak ki kell lépnie, ezért az „sftp” esetében utolsó parancsként az „exit” parancsot el kell küldeni. + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + pl.: +put {TEMP_DATABASE} TavoliAdatbazis.kdbx +exit +--- +{TEMP_DATABASE} helyőrzőként szolgál az adatbázis ideiglenes helyen történő tárolására. +A parancsnak ki kell lépnie, ezért az „sftp” esetében utolsó parancsként az „exit” parancsot el kell küldeni. + + + DatabaseTabWidget @@ -2333,6 +2467,11 @@ Ez határozottan hiba, jelentse a fejlesztőknek. Database tab name modifier %1 [Zárolva] + + %1 [Temporary] + Database tab name modifier + %1 [Ideiglenes] + DatabaseWidget @@ -2527,6 +2666,42 @@ Letiltható a biztonságos mentés és úgy megkísérelhető a mentés?Database tab name modifier %1 [Új adatbázis] + + Remote Sync did not contain any download or upload commands. + A távoli szinkronizálás nem tartalmazott le- vagy feltöltési parancsokat. + + + Remote sync '%1' completed successfully! + A távoli szinkronizálás sikeresen befejeződött: %1! + + + Remote sync '%1' failed: %2 + A távoli szinkronizálás (%1) sikertelen: %2 + + + Error while saving database %1: %2 + Hiba az adatbázis (%1) mentése közben: %2 + + + Downloading... + Letöltés… + + + Uploading... + Feltöltés… + + + Syncing... + Szinkronizálás… + + + Remove passkey from entry + Jelkulcs eltávolítása a bejegyzésből + + + Do you want to remove the passkey from this entry? + Valóban eltávolítja a jelkulcsot ebből a bejegyzésből? + EditEntryWidget @@ -2578,10 +2753,6 @@ Letiltható a biztonságos mentés és úgy megkísérelhető a mentés?n/a nincs - - (encrypted) - (titkosított) - Select private key Titkos kulcs kijelölése @@ -2684,6 +2855,10 @@ Szeretné kijavítani? %n year(s) %n év%n év + + Failed to decrypt SSH key, ensure password is correct. + Az SSH-kulcs visszafejtése sikertelen, győződjön meg arról, hogy a jelszó helyes. + EditEntryWidgetAdvanced @@ -2885,7 +3060,7 @@ Szeretné kijavítani? These settings affect the entry's behaviour with the browser extension. - + Ezek a beállítások hatással vannak a böngészőkiterjesztés viselkedésére. Additional URLs @@ -3555,6 +3730,10 @@ Ez a kijelölt bővítmény hibás működését eredményezheti. %1 - Clone %1 – Klón + + Passkey + Jelkulcso + EntryAttachments @@ -5884,6 +6063,18 @@ Javasoljuk az AppImage alkalmazását, amely elérhető a letöltések oldalon.< Toggle Allow Screen Capture Képernyőrögzítés engedélyezése be/ki + + Remote S&ync… + Távoli &szinkronizálás… + + + Remove Passkey From Entry + Jelkulcs eltávolítása a bejegyzésből + + + Setup Remote Sync… + Távoli szinkronizálás beállításai + ManageDatabase @@ -6221,6 +6412,10 @@ Javasoljuk az AppImage alkalmazását, amely elérhető a letöltések oldalon.< Unexpected EOF when writing private key Nem várt EOF a titkos kulcs írásakor + + (encrypted) + (titkosított) + OpenSSHKeyGenDialog @@ -6269,7 +6464,7 @@ Javasoljuk az AppImage alkalmazását, amely elérhető a letöltések oldalon.< Export the following passkey entries. - + A következő jelkulcsot tartalmazó bejegyzések exportálása. @@ -6343,15 +6538,15 @@ Felülírja? Import the following passkey: - + A következő jelkulcs importálása: Import the following passkey to this entry: - + A következő jelkulcs importálása ebbe a bejegyzésbe: Default passkeys group (Imported Passkeys) - + Jelkulcsok alapértelmezett csoportja (importált jelkulcsok) @@ -6374,25 +6569,27 @@ Felülírja? Open passkey file - + Jelkulcsfájl megnyitása Cannot import passkey - + A jelkulcs nem importálható Cannot import passkey file "%1". Data is missing. - + A(z) „%1” jelkulcsfájl nem importálható. Az adatok hiányoznak. Cannot import passkey file "%1". The following data is missing: %2 - + A(z) „%1” jelkulcsfájl nem importálható. +A következő adatok hiányoznak: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + A(z) „%1” jelkulcsfájl nem importálható. A titkos kulcs hiányzik vagy hibás. @@ -8467,7 +8664,8 @@ Kernel: %3 %4 Set the key file for the database. This option is deprecated, use --set-key-file instead. - + A kulcsfájl beállítása az adatbázishoz. +Ez a kapcsoló elavult, használja helyette a --set-key-file kapcsolót. Databases have been locked. @@ -8668,11 +8866,19 @@ This option is deprecated, use --set-key-file instead. Gyorsbillentyűk - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error + Ismeretlen, jelkulcsokkal kapcsolatos hiba + + + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8710,6 +8916,37 @@ This option is deprecated, use --set-key-file instead. Belső zlib hiba: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + A parancs nem fejeződött be időben: „%1”. A folyamat kilőve. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Nem sikerült feltölteni az egyesített adatbázist. A parancs nem fejeződött be időben: „%1”. A folyamat kilőve. + + + Invalid download parameters provided. + Érvénytelen letöltési paraméterek lettek megadva. + + + Command `%1` failed to download database. + A parancs nem tudta letölteni az adatbázist: „%1”. + + + Invalid database pointer or upload parameters provided. + Érvénytelen adatbázismutató vagy feltöltési paraméterek lettek megadva. + + + Command `%1` exited with status code: %2 + A parancs (%1) ezzel az állapotkóddal lépett ki: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Az egyesített adatbázis feltöltése sikertelen. A parancs (%1) ezzel az állapotkóddal lépett ki: %2 + + ReportsWidgetBrowserStatistics @@ -9038,11 +9275,11 @@ This option is deprecated, use --set-key-file instead. Please wait, list of entries with passkeys is being updated… - + Kis türelmet, a jelkulcsot tartalmazó elemek listája frissül… No entries with passkeys. - + Nincsenek jelkulcsot tartalmazó elemek. @@ -9392,11 +9629,12 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> - + <html><head/><body><p>Ez a beállítás nem bírálja felül a kukába helyezési kérdések letiltását </p></body></html> <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>Ez növeli a kompatibilitást bizonyos alkalmazásokkal, melyek az adatbázis előzetes feloldása nélkül keresnek jelszót.</p><p>De az engedélyezése miatt összeomolhat a kliens, ha az adatbázis nem kerül feloldásra egy bizonyos időtúllépésen belül. (Általában 25 mp, de más érték lehet megadva az alkalmazásokban.)</p></body></html> + diff --git a/share/translations/keepassxc_id.ts b/share/translations/keepassxc_id.ts index 65517114b5..a97592ed55 100644 --- a/share/translations/keepassxc_id.ts +++ b/share/translations/keepassxc_id.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID ID ekstensi khusus - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Karena adanya sandbox Snap, Anda harus menjalankan skrip untuk mengaktifkan integrasi peramban.<br />Anda bisa mendapatkan skrip ini dari %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Membutuhkan KeePassXC-Browser agar integrasi peramban bisa bekerja. <br />Silakan unduh untuk %1 dan %2 dan %3. %4 - - - Please see special instructions for browser extension use below - Lihat instruksi untuk penggunaan browser extension - Executable Files Berkas Executable @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1683,6 +1684,10 @@ Are you sure you want to continue with this file?. Maintenance Pemeliharaan + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1854,11 +1859,11 @@ Apakah Anda tetap ingin melanjutkan tanpa mengatur sandi? Kata sandi lemah - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2257,6 +2262,121 @@ dipindahkan dari basis data. Ruas deskripsi basis data + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Buang + + + Command Settings + + + + Name + Nama + + + Save + Simpan + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2330,6 +2450,11 @@ Masalah ini jelas sebuah bug, silakan laporkan ke pengembang. Database tab name modifier %1 [Dikunci] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2524,6 +2649,42 @@ Nonaktifkan penyimpanan aman dan coba lagi? Database tab name modifier %1 [Basis Data Baru] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Mengunduh... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2575,10 +2736,6 @@ Nonaktifkan penyimpanan aman dan coba lagi? n/a t/a - - (encrypted) - (terenkripsi) - Select private key Pilih kunci privat @@ -2681,6 +2838,10 @@ Would you like to correct it? %n year(s) %n tahun + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3552,6 +3713,10 @@ Ini mungkin akan menyebabkan pengaya menjadi tidak berfungsi. %1 - Clone %1 - Salinan + + Passkey + + EntryAttachments @@ -5882,6 +6047,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6219,6 +6396,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key EOF yang tidak terduga saat menulis kunci privat + + (encrypted) + (terenkripsi) + OpenSSHKeyGenDialog @@ -8664,11 +8845,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8706,6 +8895,37 @@ This option is deprecated, use --set-key-file instead. Galat zlib internal: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_it.ts b/share/translations/keepassxc_it.ts index f00f569377..a91da2af50 100644 --- a/share/translations/keepassxc_it.ts +++ b/share/translations/keepassxc_it.ts @@ -1193,18 +1193,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID ID estensione personalizzata - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - A causa del sandboxing di Snap, per abilitare l'integrazione del browser è necessario eseguire uno script. <br />È possibile ottenere questo script da %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Per far funzionare l'integrazione del browser KeePassXC-Browser. <br />Scaricarlo per %1, %2 e %3. %4 - - - Please see special instructions for browser extension use below - Per l'uso dell'estensione del browser di seguito consulta le istruzioni speciali - Executable Files File eseguibili @@ -1253,6 +1241,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1395,6 +1387,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Importato da file CSV: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1681,6 +1682,10 @@ Are you sure you want to continue with this file?. Maintenance Manutenzione + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1851,14 +1856,14 @@ Vuoi continuare senza password? Weak password Password debole - - You must enter a stronger password to protect your database. - Devi inserire una password più forte per proteggere il database. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Questa è una password debole. Per una maggiore protezione dei segreti, dovresti scegliere una password più forte. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2255,6 +2260,121 @@ rimosse dal database. Campo descrizione database + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Rimuovi + + + Command Settings + + + + Name + Nome + + + Save + Salva + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2328,6 +2448,11 @@ Questo è sicuramente un bug, segnalalo agli sviluppatori. Database tab name modifier %1 [bloccato] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2522,6 +2647,42 @@ Vuoi disabilitare i salvataggi sicuri e riprovare? Database tab name modifier %1 [nuovo database] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Scaricamento... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2573,10 +2734,6 @@ Vuoi disabilitare i salvataggi sicuri e riprovare? n/a n/a - - (encrypted) - (cifrato) - Select private key Seleziona chiave privata @@ -2679,6 +2836,10 @@ Vuoi correggerla? %n year(s) %n anno%n anni%n anni + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3550,6 +3711,10 @@ Questo potrebbe causare malfunzionamenti ai plugin interessati. %1 - Clone %1 - clone + + Passkey + Passkey + EntryAttachments @@ -5882,6 +6047,18 @@ Ti consigliamo di usare l'AppImage disponibile sulla nostra pagina download Toggle Allow Screen Capture Consenti cattura schermo + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6219,6 +6396,10 @@ Ti consigliamo di usare l'AppImage disponibile sulla nostra pagina download Unexpected EOF when writing private key EOF imprevisto durante la scrittura di una chiave privata + + (encrypted) + (cifrato) + OpenSSHKeyGenDialog @@ -8666,11 +8847,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8708,6 +8897,37 @@ This option is deprecated, use --set-key-file instead. Errore interno di zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_ja.ts b/share/translations/keepassxc_ja.ts index 4262464793..9d52a3e2f2 100644 --- a/share/translations/keepassxc_ja.ts +++ b/share/translations/keepassxc_ja.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + 無効なキーボード記号を送信しようとしています。 @@ -886,24 +886,25 @@ Please select the correct database for saving credentials. Add to existing entry - + 既存のエントリーに追加 Existing passkey found. Do you want to register a new passkey for: - + 既にパスキーが存在しています。 +新しいパスキーを追加しますか?: Select the existing passkey and press Update to replace it. - + パスキーを置き換えたい場合、既存のパスキーを選択して更新を押してください。 Authenticate passkey credentials for: - + パスキー認証情報で認証: Do you want to register a passkey for: - + パスキーを登録しますか?: @@ -988,16 +989,17 @@ Do you want to delete the entry? Register a new passkey to this entry: - + パスキーを追加するエントリー: KeePassXC - Update passkey - + KeePassXC - パスキーを更新 Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + 既にパスキーがあるエントリーです。 +%1 - %2 のパスキーを上書きしますか? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID カスタム拡張機能 ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Snap によってサンドボックス化されているため、<br />ブラウザー統合を有効にするにはスクリプトを実行する必要があります。<br />スクリプトは次の場所から入手できます: %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - ブラウザー統合の動作には KeePassXC-Browser が必要です。<br />KeePassXC-Browser は %1 用、%2 用、%3 用の 3 種類あります。%4 - - - Please see special instructions for browser extension use below - ブラウザー拡張機能を使用するには以下の手順を参照してください - Executable Files 実行ファイル @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + 安全ではない http://localhost で、テスト向けにパスキーの使用を許可します。 Allow using localhost with passkeys + ローカルホストでのパスキーの使用を許可する + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 CSV ファイルからインポートしました: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1687,6 +1690,10 @@ Are you sure you want to continue with this file?. Maintenance メンテナンス + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1858,11 +1865,11 @@ Are you sure you want to continue without a password? 弱いパスワード - You must enter a stronger password to protect your database. - + This is a weak password! For better protection of your secrets, you should choose a stronger password. + 脆弱なパスワードです! 秘密をより最適に保護するために、強固なパスワードを選択することを強くお勧めします。 - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2141,19 +2148,22 @@ add up to the specified amount at most. instead of deleting them from the database. Entries deleted from the recycle bin are removed from the database. - + エントリーをデータベースから削除せず +ゴミ箱グループに移動させます。 +ゴミ箱からエントリーを削除すると +データベースから完全に削除されます。 Autosave delay since last change - + 最終更新後、自動保存までの遅延時間 Autosave delay - + 自動保存までの遅延時間 Autosave delay since last change in minutes - + 最終更新後、自動保存までの遅延時間 (分) min @@ -2161,7 +2171,7 @@ removed from the database. Autosave delay since last change checkbox - + 最終更新後、自動保存を遅延させるチェックボックス @@ -2258,6 +2268,121 @@ removed from the database. データベースの概要フィールド + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + 削除 + + + Command Settings + + + + Name + 名前 + + + Save + 保存 + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2331,6 +2456,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [ロック] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2420,7 +2550,7 @@ This is definitely a bug, please report it to the developers. Enter a unique name or overwrite an existing search from the list: - + 独自の名前を入力するか、リストから検索結果を上書きする Save Search @@ -2525,6 +2655,42 @@ Disable safe saves and try again? Database tab name modifier %1 [新しいデータベース] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + ダウンロード中... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + エントリーからパスキーを削除する + + + Do you want to remove the passkey from this entry? + 本当にこのエントリーからパスキーを削除しますか? + EditEntryWidget @@ -2576,10 +2742,6 @@ Disable safe saves and try again? n/a N/A - - (encrypted) - (暗号化) - Select private key 秘密鍵を選択 @@ -2682,6 +2844,10 @@ Would you like to correct it? %n year(s) %n 年 + + Failed to decrypt SSH key, ensure password is correct. + SSHキーの複合に失敗しました。パスワードが正しいことを確認してください。 + EditEntryWidgetAdvanced @@ -2883,11 +3049,11 @@ Would you like to correct it? These settings affect the entry's behaviour with the browser extension. - + これらの設定はブラウザー拡張機能でのエントリーの動作に影響します。 Additional URLs - + 追加 URL @@ -3553,6 +3719,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - 複製 + + Passkey + パスキー + EntryAttachments @@ -4011,7 +4181,7 @@ Would you like to overwrite the existing attachment? Double click to copy value - + ダブルクリックすると値をコピーします Enabled @@ -4023,7 +4193,7 @@ Would you like to overwrite the existing attachment? Double click to copy to clipboard - + ダブルクリックすると、クリップボードにコピーします @@ -4034,7 +4204,7 @@ Would you like to overwrite the existing attachment? Duplicate URL - + 重複した URL @@ -4291,7 +4461,7 @@ You can enable the DuckDuckGo website icon service in the security section of th Entry count: %1 - + エントリーカウント: %1 Group @@ -4350,7 +4520,7 @@ You can enable the DuckDuckGo website icon service in the security section of th Existing Database: - + 既存のデータベース: Import File: @@ -4398,7 +4568,7 @@ You can enable the DuckDuckGo website icon service in the security section of th Comma Separated Values - + カンマ区切りテキスト (.csv) 1Password Export @@ -5501,7 +5671,7 @@ Are you sure you want to continue with this file? Show Menubar - + メニューバーを表示 Show Toolbar @@ -5853,7 +6023,7 @@ KeePassXC の配布ページから AppImage をダウンロードして使用す Toggle Show Menubar - + メニューバーの表示を切り替え Toggle Show Toolbar @@ -5883,6 +6053,18 @@ KeePassXC の配布ページから AppImage をダウンロードして使用す Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + エントリーからパスキーを削除する + + + Setup Remote Sync… + + ManageDatabase @@ -6220,6 +6402,10 @@ KeePassXC の配布ページから AppImage をダウンロードして使用す Unexpected EOF when writing private key 秘密鍵の書き込み時に予期しない EOF がありました + + (encrypted) + (暗号化) + OpenSSHKeyGenDialog @@ -6268,7 +6454,7 @@ KeePassXC の配布ページから AppImage をダウンロードして使用す Export the following passkey entries. - + 次のパスキーをエクスポートします。 @@ -6342,15 +6528,15 @@ Do you want to overwrite it? Import the following passkey: - + 次のパスキーをインポートします: Import the following passkey to this entry: - + このエントリーに次のパスキーをインポートします: Default passkeys group (Imported Passkeys) - + デフォルトのパスキーグループ (インポートしたパスキー) @@ -6373,25 +6559,27 @@ Do you want to overwrite it? Open passkey file - + パスキーファイルを開く Cannot import passkey - + パスキーをインポートできません Cannot import passkey file "%1". Data is missing. - + パスキーファイル「%1」をインポートできません。データが存在しません。 Cannot import passkey file "%1". The following data is missing: %2 - + パスキーファイル「%1」をインポートできません。 +次のデータが存在しません: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + パスキーファイル「%1」をインポートできません。秘密鍵が存在しないか形式に問題があります。 @@ -6582,7 +6770,7 @@ The following data is missing: Pick characters from every group - すべてする全ての文字種から文字を選ぶ + 選択したすべての文字種から文字を選ぶ Passphrase @@ -6833,7 +7021,7 @@ Do you want to overwrite it? Continue with weak password - + 脆弱なパスワードで続行 @@ -7331,15 +7519,15 @@ Do you want to overwrite it? Cannot remove password: The database does not have a password. - + パスワードは削除できません: データベースにパスワードがありません。 Cannot remove file key: The database does not have a file key. - + キーファイルは削除できません: データベースにキーファイルがありません。 Loading the new key file failed: %1 - + 新しいキーファイルの読み込みに失敗しました: %1 Found unexpected Key type %1 @@ -7347,7 +7535,7 @@ Do you want to overwrite it? Cannot remove all the keys from a database. - + パスキーをデータベースから削除できません。 Show a database's information. @@ -7898,7 +8086,7 @@ Available commands: Show all the attributes of the entry. - + エントリーの属性を表示する。 Show the attachments of the entry. @@ -7972,7 +8160,7 @@ Please consider generating a new key file. Please present or touch your YubiKey to continue. - + YubiKey を挿入・タッチして続行してください。 Enter password to encrypt database (optional): @@ -8467,11 +8655,12 @@ CPU アーキテクチャー: %2 Set the key file for the database. This option is deprecated, use --set-key-file instead. - + データベースにキーファイルを設定します。 +このオプションは非推奨です。--set-key-file の使用を検討してください。 Databases have been locked. - + データベースがロックされました。 Attestation not supported @@ -8588,7 +8777,7 @@ This option is deprecated, use --set-key-file instead. Favorite Tag for favorite entries - + お気に入り File does not exist. @@ -8641,7 +8830,7 @@ This option is deprecated, use --set-key-file instead. Archived Tag for archived entries - + アーカイブ Invalid 1PUX file format: Not a valid ZIP file. @@ -8668,11 +8857,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error + 不明なパスキーエラーが発生しました + + + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8710,6 +8907,37 @@ This option is deprecated, use --set-key-file instead. 内部 zlib エラー: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -8778,15 +9006,15 @@ This option is deprecated, use --set-key-file instead. Only show entries that have a URL - + URL が登録されたエントリーのみ表示する Only show entries that have been explicitly allowed or denied - + 明確に許可または拒否されたエントリーのみ表示する Show expired entries - + 期限切れのエントリーを表示する (Expired) @@ -8872,11 +9100,11 @@ This option is deprecated, use --set-key-file instead. Show expired entries - + 期限切れのエントリーを表示する Show entries that have been excluded from reports - + レポートから除外されたエントリーを表示 (Expired) @@ -9022,7 +9250,7 @@ This option is deprecated, use --set-key-file instead. Show expired entries - + 期限切れのエントリーを表示する (Expired) @@ -9034,15 +9262,15 @@ This option is deprecated, use --set-key-file instead. The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? - + パスキーファイルを安全でない環境に保存すると、盗難や不正使用の被害を受ける可能性があります。本当に続行しますか? Please wait, list of entries with passkeys is being updated… - + しばらくお待ちください。パスキーを持つエントリーは更新中です... No entries with passkeys. - + パスキーが登録されたエントリーはありません。 diff --git a/share/translations/keepassxc_km.ts b/share/translations/keepassxc_km.ts index f90713cb43..a76be4575f 100644 --- a/share/translations/keepassxc_km.ts +++ b/share/translations/keepassxc_km.ts @@ -1198,18 +1198,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID លេខសម្គាល់កម្មវិធីបន្ថែមផ្ទាល់ខ្លួន - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - ដោយសារមុខងារ Snap sandboxing នោះអ្នកត្រូវតែដំណើរការស្គ្រីបដើម្បីបើកការរួមបញ្ចូលកម្មវិធីរុករកតាមអ៊ីនធឺណិត។<br />អ្នកអាចទទួលបានស្គ្រីបនេះមកពី% 1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-កម្មវិធីរុករកតាមអ៊ីនធឺណិតត្រូវការសម្រាប់ការរួមបញ្ចូលកម្មវិធីរុករកតាមអ៊ីនធឺណិតនេះដើម្បីធ្វើការ។ <br />ទាញយកវាសម្រាប់ %1 និង %2 និង %3. %4 - - - Please see special instructions for browser extension use below - សូមមើលការណែនាំពិសេសសម្រាប់ការប្រើប្រាស់កម្មវិធីបន្ថែម​របស់កម្មវិធីរុករកតាមអ៊ីនធឺណិតខាងក្រោម - Executable Files ឯកសារដែលអនុវត្តន៍បាន @@ -1259,6 +1247,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1401,6 +1393,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1683,6 +1684,10 @@ Are you sure you want to continue with this file?. Maintenance តំហែទាំ + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1854,11 +1859,11 @@ Are you sure you want to continue without a password? ពាក្យសម្ងាត់ខ្សោយ - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2257,6 +2262,121 @@ removed from the database. កន្លែងបញ្ចូលការពណ៌នាមូលដ្ឋានទិន្នន័យ + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + ដកចេញ + + + Command Settings + + + + Name + ឈ្មោះ + + + Save + រក្សាទុក + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2330,6 +2450,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [បានចាក់សោ] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2524,6 +2649,42 @@ Disable safe saves and try again? Database tab name modifier %1 [ឃ្លាំងទិន្នន័យថ្មី] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2575,10 +2736,6 @@ Disable safe saves and try again? n/a គ្មាន - - (encrypted) - (បានអ៊ិនគ្រីប) - Select private key ជ្រើសរើសពាក្យសម្ងាត់ផ្ទាល់ខ្លួន @@ -2681,6 +2838,10 @@ Would you like to correct it? %n year(s) %n ឆ្នាំ + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3552,6 +3713,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - ក្លូន + + Passkey + + EntryAttachments @@ -5876,6 +6041,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6213,6 +6390,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key EOFដែលមិនបានរំពឹងទុកនៅពេលសរសេរសោគន្លឹះ + + (encrypted) + (បានអ៊ិនគ្រីប) + OpenSSHKeyGenDialog @@ -8658,11 +8839,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8700,6 +8889,37 @@ This option is deprecated, use --set-key-file instead. បញ្ហា zlib ខាងក្នុង៖ + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_ko.ts b/share/translations/keepassxc_ko.ts index ae3beaad01..4df09d9706 100644 --- a/share/translations/keepassxc_ko.ts +++ b/share/translations/keepassxc_ko.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID 사용자 정의 확장 기능 ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Snap 샌드박스로 인하여 브라우저 확장 기능을 사용하려면 스크립트를 실행해야 합니다.<br />%1에서 스크립트를 확인할 수 있습니다 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - 브라우저 통합 기능을 사용하려면 KeePassXC-브라우저가 필요합니다.<br />%1, %2, %3, %4용으로 다운로드할 수 있습니다. - - - Please see special instructions for browser extension use below - 브라우저 확장 기능을 위한 추가 절차를 참조하십시오 - Executable Files 실행 파일 @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 CSV 파일에서 가져옴: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1688,6 +1689,10 @@ Are you sure you want to continue with this file?. Maintenance 관리 + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1858,14 +1863,14 @@ Are you sure you want to continue without a password? Weak password 약한 암호 - - You must enter a stronger password to protect your database. - 데이터베이스를 보호하려면 더 강력한 암호를 입력해야 합니다. - This is a weak password! For better protection of your secrets, you should choose a stronger password. 암호가 너무 약합니다! 기밀 정보를 보호하려면 더 강한 암호를 입력해야 합니다. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2262,6 +2267,121 @@ removed from the database. 데이터베이스 설명 필드 + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + 삭제 + + + Command Settings + + + + Name + 이름 + + + Save + 저장 + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2335,6 +2455,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [잠김] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2528,6 +2653,42 @@ Disable safe saves and try again? Database tab name modifier %1 [새 데이터베이스] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + 다운로드 중... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2579,10 +2740,6 @@ Disable safe saves and try again? n/a 없음 - - (encrypted) - (암호화됨) - Select private key 비밀 키 선택 @@ -2685,6 +2842,10 @@ Would you like to correct it? %n year(s) %n년 + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3556,6 +3717,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - 사본 + + Passkey + Passkey + EntryAttachments @@ -5886,6 +6051,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture 화면 캡처 허용 전환 + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6223,6 +6400,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key 비밀 키를 기록하는 중 예상하지 못한 곳에서 파일이 끝남 + + (encrypted) + (암호화됨) + OpenSSHKeyGenDialog @@ -8670,11 +8851,19 @@ This option is deprecated, use --set-key-file instead. 단축키 - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8712,6 +8901,37 @@ This option is deprecated, use --set-key-file instead. 내부 zlib 오류: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_lt.ts b/share/translations/keepassxc_lt.ts index b72ad7118b..15ecfa56eb 100644 --- a/share/translations/keepassxc_lt.ts +++ b/share/translations/keepassxc_lt.ts @@ -1195,18 +1195,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Pasirinktinis plėtinio ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Dėl Snap smėlio dėžės reikia paleisti skriptą, kad būtų įjungti naršyklės integraciją.<br />Šį skriptą galite gauti iš %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser reikalinga, kad naršyklės integracija veiktų. <br />Atsisiųskite jį %1, %2 ir %3. %4 - - - Please see special instructions for browser extension use below - Toliau skaitykite specialius naršyklės plėtinio naudojimo nurodymus - Executable Files Vykdomieji failai @@ -1255,6 +1243,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1397,6 +1389,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1682,6 +1683,10 @@ Are you sure you want to continue with this file?. Maintenance Priežiūra + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1853,11 +1858,11 @@ Ar tikrai norite tęsti darbą be slaptažodžio? Silpnas slaptažodis - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2247,6 +2252,121 @@ removed from the database. Duomenų bazės aprašymo laukas + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Šalinti + + + Command Settings + + + + Name + Pavadinimas + + + Save + Įrašyti + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2320,6 +2440,11 @@ Tai tikrai klaida, praneškite apie tai kūrėjams. Database tab name modifier %1 [Užrakinta] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2514,6 +2639,42 @@ Išjunkite saugų išsaugojimą ir bandykite dar kartą? Database tab name modifier %1 [Nauja duomenų bazė] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2565,10 +2726,6 @@ Išjunkite saugų išsaugojimą ir bandykite dar kartą? n/a nėra - - (encrypted) - (šifruota) - Select private key Pasirinkti privatųjį raktą @@ -2671,6 +2828,10 @@ Ar norėtumėte ją ištaisyti? %n year(s) %n metai (-ai)%n metai (-ai)%n metai (-ai)%n metai (-ai) + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3542,6 +3703,10 @@ Dėl to gali sutrikti paveiktų papildinių veikimas. %1 - Clone %1 - Klonas + + Passkey + + EntryAttachments @@ -5874,6 +6039,18 @@ Rekomenduojame naudoti "AppImage", pasiekiamą mūsų atsisiuntimų pu Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6211,6 +6388,10 @@ Rekomenduojame naudoti "AppImage", pasiekiamą mūsų atsisiuntimų pu Unexpected EOF when writing private key Netikėta failo pabaiga, rašant privatųjį raktą + + (encrypted) + (šifruota) + OpenSSHKeyGenDialog @@ -8655,11 +8836,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8697,6 +8886,37 @@ This option is deprecated, use --set-key-file instead. Vidinė zlib klaida: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_my.ts b/share/translations/keepassxc_my.ts index 61cfab8c46..149f543fb9 100644 --- a/share/translations/keepassxc_my.ts +++ b/share/translations/keepassxc_my.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID စိတ်ကြိုက်အဆက် ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Snap ကုဒ်စမ်းသပ်သည့်နည်းလမ်းအရ သင်သည် ဘရောက်ဇာ ပေါင်းစပ်ထည့်သွင်းမှု ပြုလုပ်ရန် ရိုးရိုးပရိုဂရမ်တစ်ခုကို လည်ပတ်ရပါမည်။ <br /> သင်သည် ဤရိုးရိုးပရိုဂရမ်ကို %1 မှ ရယူနိုင်သည် - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - ဘရောက်ဇာ ပေါင်းစပ်ထည့်သွင်းမှု အလုပ်လုပ်ရန်အတွက် KeePassXC-ဘရောက်ဇာ လိုအပ်သည်။ <br />%1 နှင့် %2 နှင့် %3 အတွက် ၎င်းကို ဒေါင်းလုဒ်လုပ်ပါ။ %4 - - - Please see special instructions for browser extension use below - ကျေးဇူးပြု၍ ဘရောက်ဇာအဆက် သုံးရန် အထူးညွှန်ကြားချက်များကို အောက်တွင်ကြည့်ပါ - Executable Files လည်ပတ်လုပ်ဆောင်နိုင်သော ဖိုင်များ @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1678,6 +1679,10 @@ Are you sure you want to continue with this file?. Maintenance ပြုပြင်ထိန်းသိမ်းမှု + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1849,11 +1854,11 @@ Are you sure you want to continue without a password? အားနည်းသော စကားဝှက် - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2243,6 +2248,121 @@ removed from the database. ဒေတာဘေ့စ် ဖော်ပြချက် အကွက် + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + ဖယ်ရှားရန် + + + Command Settings + + + + Name + အမည် + + + Save + သိမ်းရန် + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2316,6 +2436,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [လော့ချထားသည်] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2510,6 +2635,42 @@ Disable safe saves and try again? Database tab name modifier %1 [ဒေတာဘေ့စ်အသစ်] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2561,10 +2722,6 @@ Disable safe saves and try again? n/a မသက်ဆိုင်ပါ - - (encrypted) - (ကုဒ်ဖြင့်ပြောင်းပြီး) - Select private key သီးသန့် စကားဝှက်သော့ကို ရွေးရန် @@ -2667,6 +2824,10 @@ Would you like to correct it? %n year(s) %n နှစ် + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3538,6 +3699,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - ပုံတူပွားခြင်း + + Passkey + + EntryAttachments @@ -5866,6 +6031,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6203,6 +6380,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key သီးသန့်စကားဝှက်သော့ ရေးစဉ် မထင်မှတ်သော EOF ဖြစ်ခဲ့သည် + + (encrypted) + (ကုဒ်ဖြင့်ပြောင်းပြီး) + OpenSSHKeyGenDialog @@ -8647,11 +8828,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8689,6 +8878,37 @@ This option is deprecated, use --set-key-file instead. စက်တွင်း zlib ပြဿနာ - + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_nb.ts b/share/translations/keepassxc_nb.ts index 8389e5eee9..1e8317a287 100644 --- a/share/translations/keepassxc_nb.ts +++ b/share/translations/keepassxc_nb.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + Forsøker å sende et ugyldig tastatursymbol. @@ -886,24 +886,25 @@ Vennligst velge riktig database for å lagre identifikasjon. Add to existing entry - + Legg til i eksisterende oppføring Existing passkey found. Do you want to register a new passkey for: - + Eksisterende tilgangsnøkkel funnet. +Vil du registrere en ny tilgangsnøkkel for: Select the existing passkey and press Update to replace it. - + Velg den eksisterende tilgangsnøkkelen, og trykk oppdater for å erstatte den. Authenticate passkey credentials for: - + Godkjenn tilgangsnøkkellegitimasjon for: Do you want to register a passkey for: - + Vil du registrere tilgangsnøkkel for: @@ -986,16 +987,17 @@ Vil du slette oppføringen? Register a new passkey to this entry: - + Registrer ny tilgangsnøkkel på denne oppføringen: KeePassXC - Update passkey - + KeePassXC - Oppdater tilgangsnøkkel Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Oppføringen har allerede en tilgangsnøkkel. +Vil du erstatte tilgangsnøkkelen i %1 - %2? Register @@ -1195,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Egendefinert utvidelse-ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - På grunn av Snap-sandkasse må du kjøre et skript for å aktivere nettleserintegrasjon.<br />Du kan få tak i dette skriptet fra %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser er nødvendig for at nettleserintegrasjonen skal fungere. <br />Last den ned for %1 og %2 og %3. %4 - - - Please see special instructions for browser extension use below - Vennligst se spesielle instruksjoner for bruk av nettleserutvidelse nedenfor - Executable Files Kjørbare filer @@ -1249,10 +1239,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Tillater bruk av usikre http://localhost med tilgangsnøkler for testformål. Allow using localhost with passkeys + Tillat bruk av localhost med tilgangsnøkler + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1391,10 +1385,19 @@ Do you want to overwrite the passkey in %1 - %2? Failed to parse CSV file: %1 - + Kunne ikke tolke CSV-fil: %1 Imported from CSV file: %1 + Importert fra CSV-fil: %1 + + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? @@ -1602,51 +1605,55 @@ For å forhindre at denne feilen vises, må du gå til "Databaseinnstilling Select Key File: - + Velg nøkkelfil: <p>In addition to a password, you can use a secret file to enhance the security of your database. This file can be generated in your database's security settings.</p><p>This is <strong>not</strong> your *.kdbx database file!</p> - + <p>I tillegg til passord, kan du bruke en nøkkelfil for å forbedre sikkerheten til databasen. Denne fila kan opprettes i databasens sikkerhetsinnstillinger.</p> <p>Dette er <strong>ikke</strong> *.kdbx-databasefilen din!</p> Click to add a key file. - + Trykk for å legge til en nøkkelfil <a href="#" style="text-decoration: underline">I have a key file</a> - + <a href="#" style="text-decoration: underline">Jeg har en nøkkelfil</a> Use hardware key [Serial: %1] - + Bruk maskinvarenøkkel [Serial: %1] Use hardware key - + Bruk maskinvarenøkkel Your database file is NOT a key file! If you don't have a key file or don't know what that is, you don't have to select one. - + Database-filen er IKKE en nøkkelfil! +Om du ikke har en nøkkelfil, eller ikke vet hva det er, trenger du ikke velge en. KeePassXC database file selected - + KeePassXC-databasefil valgt The file you selected looks like a database file. A database file is NOT a key file! Are you sure you want to continue with this file?. - + Filen du har valgt ser ut som en databasefil. +En databasefil er IKKE en nøkkelfil! + +Er du sikker på at du vil fortsette med denne filen? No hardware keys found. - + Finner ingen maskinvarenøkler. Refresh Hardware Keys - + Oppdater maskinvarenøkler @@ -1682,6 +1689,10 @@ Are you sure you want to continue with this file?. Maintenance Vedlikehold + + Remote Sync + Fjernsynkronisering + DatabaseSettingsWidgetBrowser @@ -1852,14 +1863,14 @@ Er du sikker på at du vil fortsette uten passord? Weak password Svakt passord - - You must enter a stronger password to protect your database. - Du må legge inn et sterkere passord for å beskytte databasen din. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Dette er et svakt passord! For bedre beskyttelse av hemmelighetene dine, bør du velge et sterkere passord. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2256,6 +2267,121 @@ fjernet fra databasen. Database-beskrivelsesfelt + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Fjern + + + Command Settings + + + + Name + Navn + + + Save + Lagre + + + Download + Last ned + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + Last opp + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + Navn kan ikke være tomt. + + + Test + Test + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + Nedlasting fullført. + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + Du har endringer som ikke er lagret. Vil du lagre dem? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2329,6 +2455,11 @@ Dette er definitivt en feil, rapporter det til utviklerne. Database tab name modifier %1 [Låst] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2523,6 +2654,42 @@ Deaktivere sikker lagring og prøve igjen? Database tab name modifier %1 [Ny Database] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Laster ned... + + + Uploading... + Laster opp... + + + Syncing... + Synkroniserer... + + + Remove passkey from entry + Fjern tilgangsnøkkel fra oppføringen + + + Do you want to remove the passkey from this entry? + Vil du fjerne tilgangsnøkkelen fra denne oppføringen? + EditEntryWidget @@ -2574,10 +2741,6 @@ Deaktivere sikker lagring og prøve igjen? n/a i/a - - (encrypted) - (kryptert) - Select private key Velg privat nøkkel @@ -2680,6 +2843,10 @@ Vil du rette den? %n year(s) %n år%n år + + Failed to decrypt SSH key, ensure password is correct. + Kunne ikke dekryptere SSH-nøkkelen. Sørg for at passordet er korrekt. + EditEntryWidgetAdvanced @@ -2881,11 +3048,11 @@ Vil du rette den? These settings affect the entry's behaviour with the browser extension. - + Disse innstillingene påvirker oppføringens atferd med nettleserutvidelsen. Additional URLs - + Ytterligere URL-er @@ -3551,6 +3718,10 @@ Dette kan føre til feil for de berørte programtilleggene. %1 - Clone %1 - Klone + + Passkey + Tilgangsnøkkel + EntryAttachments @@ -4279,7 +4450,7 @@ Du kan aktivere DuckDuckGo-ikonetjenesten i sikkerhetsdelen av applikasjonsinnst ImportWizard Import Wizard - + Importeringsveileder @@ -4290,7 +4461,7 @@ Du kan aktivere DuckDuckGo-ikonetjenesten i sikkerhetsdelen av applikasjonsinnst Entry count: %1 - + Antall oppføringer: %1 Group @@ -4310,7 +4481,7 @@ Du kan aktivere DuckDuckGo-ikonetjenesten i sikkerhetsdelen av applikasjonsinnst Url - + URL @@ -4321,7 +4492,7 @@ Du kan aktivere DuckDuckGo-ikonetjenesten i sikkerhetsdelen av applikasjonsinnst Import File Selection - + Importer filutvalg Password: @@ -4337,7 +4508,7 @@ Du kan aktivere DuckDuckGo-ikonetjenesten i sikkerhetsdelen av applikasjonsinnst Import Into: - + Importer til: New Database @@ -4345,35 +4516,35 @@ Du kan aktivere DuckDuckGo-ikonetjenesten i sikkerhetsdelen av applikasjonsinnst No unlocked databases available - + Ingen åpne databaser tilgjengelig Existing Database: - + Eksisterende database: Import File: - + Importer fil: Comma Separated Values (.csv) - + Kommaseparerte verdier (.csv) 1Password Export (.1pux) - + Eksporter for 1Password (.1pux) 1Password Vault (.opvault) - + 1Password-hvelv (.opvault) Bitwarden (.json) - + Bitwarden (.json) KeePass 1 Database (.kdb) - + KeePass 1-database (.kdb) Open OPVault @@ -4381,7 +4552,7 @@ Du kan aktivere DuckDuckGo-ikonetjenesten i sikkerhetsdelen av applikasjonsinnst Select import file - + Velg fil å importere All files @@ -4397,23 +4568,23 @@ Du kan aktivere DuckDuckGo-ikonetjenesten i sikkerhetsdelen av applikasjonsinnst Comma Separated Values - + Kommaseparerte verdier 1Password Export - + Eksporter for 1Password Bitwarden JSON Export - + Eksporter som Bitwarden JSON 1Password Vault - + 1Password-hvelv KeePass1 Database - + KeePass1-database @@ -5500,7 +5671,7 @@ Er du sikker på at du vil fortsette med denne filen? Show Menubar - + Vis menylinje Show Toolbar @@ -5616,15 +5787,15 @@ Vi anbefaler at du bruker det AppImage som er tilgjengelig på nedlastingssidene 1Password 1PUX... - + 1Password 1PUX Import a 1Password 1PUX file - + Importer en 1Password 1PUX-fil Import… - + Importer… Passkeys… @@ -5852,7 +6023,7 @@ Vi anbefaler at du bruker det AppImage som er tilgjengelig på nedlastingssidene Toggle Show Menubar - + Vis/skjul menylinje Toggle Show Toolbar @@ -5882,6 +6053,18 @@ Vi anbefaler at du bruker det AppImage som er tilgjengelig på nedlastingssidene Toggle Allow Screen Capture Veksle tillat skjermopptak av/på + + Remote S&ync… + Fjernsynkronisering... + + + Remove Passkey From Entry + Slett tilgangsnøkkel fra oppføring + + + Setup Remote Sync… + + ManageDatabase @@ -6219,6 +6402,10 @@ Vi anbefaler at du bruker det AppImage som er tilgjengelig på nedlastingssidene Unexpected EOF when writing private key Uventet EOF ved skriving av privat nøkkel + + (encrypted) + (kryptert) + OpenSSHKeyGenDialog @@ -6267,7 +6454,7 @@ Vi anbefaler at du bruker det AppImage som er tilgjengelig på nedlastingssidene Export the following passkey entries. - + Eksporter følgende tilgangsnøkkeloppføringer. @@ -6340,15 +6527,15 @@ Vil du erstatte den? Import the following passkey: - + Importer følgende tilgangsnøkkel: Import the following passkey to this entry: - + Importer følgende tilgangsnøkkel til denne oppføringen: Default passkeys group (Imported Passkeys) - + Standardgruppe for tilgangsnøkler (importerte tilgangsnøkler) @@ -6371,15 +6558,15 @@ Vil du erstatte den? Open passkey file - + Åpne tilgangsnøkkelfil Cannot import passkey - + Kunne ikke importere tilgangsnøkkel Cannot import passkey file "%1". Data is missing. - + Kan ikke importere tilgangsnøkkelfil "%1". Data mangler. Cannot import passkey file "%1". @@ -8468,7 +8655,7 @@ This option is deprecated, use --set-key-file instead. Databases have been locked. - + Databasen har blitt låst. Attestation not supported @@ -8585,15 +8772,15 @@ This option is deprecated, use --set-key-file instead. Favorite Tag for favorite entries - + Favoritt File does not exist. - + Filen eksisterer ikke. Cannot open file: %1 - + Kunne ikke åpne fil: %1 Cannot parse file: %1 at position %2 @@ -8613,7 +8800,7 @@ This option is deprecated, use --set-key-file instead. Wrong password - + Feil passord Invalid encrypted data field @@ -8629,16 +8816,16 @@ This option is deprecated, use --set-key-file instead. Cannot decrypt data - + Kan ikke dekryptere data Bitwarden Import - + Importer fra Bitwarden Archived Tag for archived entries - + Arkivert Invalid 1PUX file format: Not a valid ZIP file. @@ -8650,26 +8837,34 @@ This option is deprecated, use --set-key-file instead. 1Password Import - + Importer fra 1Password Enter Shortcut - + Skriv in snarvei Action - + Handling Shortcuts + Snarveier + + + Unknown passkeys error - Unsupported KDF type, cannot decrypt json file + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8707,6 +8902,37 @@ This option is deprecated, use --set-key-file instead. Intern zlib-feil: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -9039,7 +9265,7 @@ This option is deprecated, use --set-key-file instead. No entries with passkeys. - + Ingen oppføringer med tilgangsnøkler. @@ -9393,7 +9619,7 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>Dette forbedrer kompatibiliteten med enkelte programmer som søker etter passord uten å først låse opp databasen.</p><p>Men å aktivere dette kan også føre til at klienten krasjer, hvis databasen ikke kan låses opp i løpet av et gitt tidsrom. (Vanligvis 25 sekunder, men kan være en annen verdi angitt i programmene).</p></body></html> @@ -9504,15 +9730,15 @@ This option is deprecated, use --set-key-file instead. ShortcutSettingsWidget Double click an action to change its shortcut - + Dobbeltrykk på en handling for å endre snarveien Shortcut Conflict - + Snarveikonflikt Filter... - + Filtrer... Shortcut %1 conflicts with '%2'. Overwrite shortcut? @@ -9520,7 +9746,7 @@ This option is deprecated, use --set-key-file instead. Reset Shortcuts - + Tilbakestill snarveier @@ -9740,7 +9966,7 @@ Eksempel: JBSWY3DPEHPK3PXP Import File - + Importer fil @@ -9817,7 +10043,7 @@ Eksempel: JBSWY3DPEHPK3PXP Refresh hardware keys - + Oppdater maskinvarenøkler diff --git a/share/translations/keepassxc_nl.ts b/share/translations/keepassxc_nl.ts index ac1290d0c1..27784938ab 100644 --- a/share/translations/keepassxc_nl.ts +++ b/share/translations/keepassxc_nl.ts @@ -886,24 +886,25 @@ Kies de database waarin de inloggegevens dienen te worden opgeslagen. Add to existing entry - + Aan bestaand item toevoegen Existing passkey found. Do you want to register a new passkey for: - + Bestaande passkey gevonden. +Wil je een nieuwe passkey registreren voor: Select the existing passkey and press Update to replace it. - + Selecteer de bestaande passkey en druk op Bijwerken om deze te vervangen. Authenticate passkey credentials for: - + Inloggegevens verifiëren voor passkey: Do you want to register a passkey for: - + Wil je een passkey registreren voor: @@ -988,16 +989,17 @@ Wil je dit item verwijderen? Register a new passkey to this entry: - + Een nieuwe passkey registreren voor dit item: KeePassXC - Update passkey - + KeePassXC - Passkey bijwerken Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Item heeft al een passkey. +Wil je de passkey overschrijven in %1 - %2? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Aangepaste extensie-id - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Door de Snap-sandboxing moet je een script uitvoeren om browserintegratie mogelijk te maken. <br /> Dit script is te vinden op %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser is nodig om de integratie met de browser te laten werken. <br /> Download deze browserextensie voor %1 en %2 en %3. %4 - - - Please see special instructions for browser extension use below - Raadpleeg onderstaande instructies omtrent het gebruik van de browserextensie - Executable Files Uitvoerbare bestanden @@ -1251,11 +1241,15 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Maakt het gebruik van onveilige http://localhost met passkeys mogelijk voor testdoeleinden. Allow using localhost with passkeys - + Het gebruik van localhost toestaan met passkeys + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + KeePassXC-Browser is nodig om de integratie met de browser te laten werken. <br /> Download deze browserextensie voor %1 en %2 en %3. @@ -1399,6 +1393,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Geïmporteerd uit CSV-bestand: %1 + + No Title Selected + Geen titel geselecteerd + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + Er is geen titelkolom geselecteerd, items zijn zo moeilijk van elkaar te onderscheiden. +Weet je zeker dat je wilt importeren? + CsvParserModel @@ -1688,6 +1692,10 @@ Weet je zeker dat je wilt doorgaan met dit bestand? Maintenance Onderhoud + + Remote Sync + Synchronisatie op afstand + DatabaseSettingsWidgetBrowser @@ -1858,14 +1866,14 @@ Weet je zeker dat je wilt doorgaan zonder wachtwoord? Weak password Zwak wachtwoord - - You must enter a stronger password to protect your database. - Je moet een sterker wachtwoord invoeren om je database te beschermen. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Dit is een zwak wachtwoord! Voor een betere bescherming van jouw geheimen moet je een sterker wachtwoord kiezen. + + The provided password does not meet the minimum quality requirement. + Het opgegeven wachtwoord voldoet niet aan de minimale kwaliteitseisen. + DatabaseSettingsWidgetEncryption @@ -2264,6 +2272,133 @@ worden uit de database verwijderd. Database-omschrijvingveld + + DatabaseSettingsWidgetRemote + + Sync Commands + Synchronisatieopdrachten + + + Remove + Verwijderen + + + Command Settings + Opdrachtinstellingen + + + Name + Naam + + + Save + Opslaan + + + Download + Downloaden + + + Command: + Opdracht: + + + Download command field + Download-opdrachtveld + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + bv.: "sftp user@hostname" of "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + Input: + Invoer: + + + Download input field + Download-invoerveld + + + Upload + Uploaden + + + Upload command field + Upload-opdrachtveld + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + bv.: "sftp user@hostname" of "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + Upload input field + Upload-invoerveld + + + Name cannot be empty. + Naam kan niet leeg zijn. + + + Test + Testen + + + Download command cannot be empty. + Downloadopdracht kan niet leeg zijn. + + + Download failed with error: %1 + Download is mislukt met fout: %1 + + + Download finished, but file %1 could not be found. + Download is klaar, maar bestand %1 is niet gevonden. + + + Download successful. + Download succesvol. + + + Save Remote Settings + Externe instellingen opslaan + + + You have unsaved changes. Do you want to save them? + Er zijn niet-opgeslagen wijzigingen. Wil je deze opslaan? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + bijv.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} wordt gebruikt als tijdelijke aanduiding om de database op een tijdelijke locatie op te slaan +De opdracht moet worden afgesloten. In het geval van `sftp` moet de laatste opdracht `exit` worden verzonden + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + bijv.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} wordt gebruikt als tijdelijke aanduiding om de database op een tijdelijke locatie op te slaan +De opdracht moet worden afgesloten. In het geval van `sftp` moet de laatste opdracht `exit` worden verzonden + + + DatabaseTabWidget @@ -2337,6 +2472,11 @@ Dit is zeker een fout, rapporteer dit aan de ontwikkelaars. Database tab name modifier %1 [vergrendeld] + + %1 [Temporary] + Database tab name modifier + %1 [Tijdelijk] + DatabaseWidget @@ -2531,6 +2671,42 @@ Veilig opslaan uitschakelen en opnieuw proberen? Database tab name modifier %1 [nieuwe database] + + Remote Sync did not contain any download or upload commands. + Synchronisatie op afstand bevatte geen download- of uploadopdrachten. + + + Remote sync '%1' completed successfully! + Synchronisatie op afstand '%1' met succes voltooid! + + + Remote sync '%1' failed: %2 + Synchronisatie op afstand '%1' mislukt: %2 + + + Error while saving database %1: %2 + Fout bij het opslaan van database %1: %2 + + + Downloading... + Downloaden… + + + Uploading... + Uploaden… + + + Syncing... + Synchroniseren… + + + Remove passkey from entry + Passkey van item verwijderen + + + Do you want to remove the passkey from this entry? + Wil je de passkey van dit item verwijderen? + EditEntryWidget @@ -2582,10 +2758,6 @@ Veilig opslaan uitschakelen en opnieuw proberen? n/a n.v.t. - - (encrypted) - (beveiligd) - Select private key Kies een persoonlijke sleutel @@ -2688,6 +2860,10 @@ Wil je dit corrigeren? %n year(s) %n jaar%n jaren + + Failed to decrypt SSH key, ensure password is correct. + Kan SSH-sleutel niet decoderen, zorg ervoor dat het wachtwoord correct is. + EditEntryWidgetAdvanced @@ -3559,6 +3735,10 @@ Hierdoor werken de plug-ins mogelijk niet goed meer. %1 - Clone %1 - Duplicaat + + Passkey + Passkey + EntryAttachments @@ -5888,6 +6068,18 @@ We raden je aan de AppImage te gebruiken die beschikbaar is op onze downloadpagi Toggle Allow Screen Capture Schermopname toestaan wisselen + + Remote S&ync… + S&ynchronisatie op afstand… + + + Remove Passkey From Entry + Passkey van item verwijderen + + + Setup Remote Sync… + Synchronisatie op afstand instellen… + ManageDatabase @@ -6225,6 +6417,10 @@ We raden je aan de AppImage te gebruiken die beschikbaar is op onze downloadpagi Unexpected EOF when writing private key Onverwacht bestandseinde bij schrijven persoonlijke sleutel + + (encrypted) + (versleuteld) + OpenSSHKeyGenDialog @@ -6273,7 +6469,7 @@ We raden je aan de AppImage te gebruiken die beschikbaar is op onze downloadpagi Export the following passkey entries. - + De volgende passkey items exporteren: @@ -6347,15 +6543,15 @@ Wil je het overschrijven? Import the following passkey: - + De volgende passkey importeren: Import the following passkey to this entry: - + De volgende passkeys importeren naar dit item: Default passkeys group (Imported Passkeys) - + Standaardgroep voor passkeys (Imported Passkeys) @@ -6378,25 +6574,27 @@ Wil je het overschrijven? Open passkey file - + Passkey-bestand openen Cannot import passkey - + Kan passkey niet importeren Cannot import passkey file "%1". Data is missing. - + Kan passkey-bestand "%1" niet importeren. Gegevens ontbreken. Cannot import passkey file "%1". The following data is missing: %2 - + Kan passkey-bestand "%1" niet importeren. +De volgende gegevens ontbreken: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Kan passkey-bestand "%1" niet importeren. Persoonlijke sleutel ontbreekt of is ongeldig. @@ -8673,12 +8871,20 @@ Deze optie is verouderd, gebruik in plaats daarvan --set-key-file. Sneltoetsen - Unsupported KDF type, cannot decrypt json file - Niet-ondersteund KDF-type, kan json-bestand niet decoderen + Unknown passkeys error + Onbekende fout met passkey + + + Invalid KDF iterations, cannot decrypt json file + Ongeldige KDF-iteraties. Kan json-bestand niet decoderen - Unknown passkeys error - + Unsupported format, ensure your Bitwarden export is password-protected + Niet-ondersteund formaat. Zorg ervoor dat de Bitwarden-export met een wachtwoord is beveiligd + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + Alleen PBKDF en Argon2 worden ondersteund. Kan het json-bestand niet decoderen @@ -8715,6 +8921,37 @@ Deze optie is verouderd, gebruik in plaats daarvan --set-key-file. Interne zlib-fout: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + Opdracht `%1` was niet op tijd klaar. Proces is afgebroken. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Kan samengevoegde database niet uploaden. Opdracht `%1` was niet op tijd klaar. Proces is afgebroken. + + + Invalid download parameters provided. + Ongeldige downloadparameters opgegeven. + + + Command `%1` failed to download database. + Opdracht `%1` heeft de database niet gedownload. + + + Invalid database pointer or upload parameters provided. + Ongeldige database-verwijzing of uploadparameters opgegeven. + + + Command `%1` exited with status code: %2 + Opdracht `%1` is afgesloten met statuscode: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Kan samengevoegde database niet uploaden. Opdracht `%1` is afgesloten met statuscode: %2 + + ReportsWidgetBrowserStatistics @@ -9043,11 +9280,11 @@ Deze optie is verouderd, gebruik in plaats daarvan --set-key-file. Please wait, list of entries with passkeys is being updated… - + Even geduld, de lijst met items met passkeys wordt bijgewerkt… No entries with passkeys. - + Geen items met passkeys. diff --git a/share/translations/keepassxc_pl.ts b/share/translations/keepassxc_pl.ts index f51a7457b3..1039d7095a 100644 --- a/share/translations/keepassxc_pl.ts +++ b/share/translations/keepassxc_pl.ts @@ -886,24 +886,25 @@ Wybierz właściwą bazę danych do zapisania danych uwierzytelniających. Add to existing entry - + Dodaj do istniejącego wpisu Existing passkey found. Do you want to register a new passkey for: - + Znaleziono istniejący klucz dostępu. +Czy chcesz zarejestrować nowy klucz dostępu dla: Select the existing passkey and press Update to replace it. - + Wybierz istniejący klucz dostępu i naciśnij przycisk Zaktualizuj, aby go zastąpić. Authenticate passkey credentials for: - + Uwierzytelnij dane uwierzytelniające klucza dostępu dla: Do you want to register a passkey for: - + Czy chcesz zarejestrować klucz dostępu dla: @@ -988,16 +989,17 @@ Czy chcesz usunąć wpis? Register a new passkey to this entry: - + Zarejestruj nowy klucz dostępu do tego wpisu: KeePassXC - Update passkey - + KeePassXC - Zaktualizuj klucz dostępu Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Wpis ma już klucz dostępu. +Czy chcesz zastąpić klucz dostępu w %1 - %2? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Identyfikator niestandardowego rozszerzenia - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Ze względu na sandboxing Snap należy uruchomić skrypt, aby umożliwić integrację z przeglądarką.<br />Możesz uzyskać ten skrypt z %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser jest niezbędny do integracji z przeglądarką. <br />Pobierz go dla %1 oraz %2 i %3. %4 - - - Please see special instructions for browser extension use below - Zobacz poniżej specjalne instrukcje dotyczące używania rozszerzenia przeglądarki - Executable Files Pliki wykonywalne @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Umożliwia używanie niezabezpieczonego http://localhost z kluczami dostępu do celów testowych. Allow using localhost with passkeys + Zezwalaj na używanie localhost z kluczami dostępu + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1389,7 +1383,7 @@ Do you want to overwrite the passkey in %1 - %2? [%n more message(s) skipped] - [%n więcej komunikat pominięto] [%n więcej komunikatów pominięto] [%n więcej komunikatów pominięto] [%n więcej komunikatów pominięto] + [%n kolejny komunikat pominięto][%n kolejne komunikaty pominięto][%n kolejnych komunikatów pominięto][%n kolejnych komunikatów pominięto] Failed to parse CSV file: %1 @@ -1399,6 +1393,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Zaimportowano z pliku CSV: %1 + + No Title Selected + Nie wybrano tytułu + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + Nie wybrano kolumny tytułu, wpisy będą trudne do odróżnienia. +Czy na pewno chcesz importować? + CsvParserModel @@ -1688,6 +1692,10 @@ Czy na pewno chcesz kontynuować z tym plikiem? Maintenance Konserwacja + + Remote Sync + Zdalna synchronizacja + DatabaseSettingsWidgetBrowser @@ -1858,14 +1866,14 @@ Czy na pewno chcesz kontynuować bez hasła? Weak password Słabe hasło - - You must enter a stronger password to protect your database. - Aby chronić bazę danych, musisz wprowadzić silniejsze hasło. - This is a weak password! For better protection of your secrets, you should choose a stronger password. To jest słabe hasło! Aby lepiej chronić swoje sekrety, należy wybrać silniejsze hasło. + + The provided password does not meet the minimum quality requirement. + Podane hasło nie spełnia minimalnych wymagań jakościowych. + DatabaseSettingsWidgetEncryption @@ -2262,6 +2270,133 @@ z kosza są usuwane z bazy danych. Pole opisu bazy danych + + DatabaseSettingsWidgetRemote + + Sync Commands + Polecenia synchronizacji + + + Remove + Usuń + + + Command Settings + Ustawienia poleceń + + + Name + Nazwa + + + Save + Zapisz + + + Download + Pobierz + + + Command: + Polecenie: + + + Download command field + Pole polecenia pobierania + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + np.: „sftp użytkownik@nazwahosta” lub „scp użytkownik@nazwahosta:ZdalnaBazaDanych.kdbx {TEMP_DATABASE}” + + + Input: + Wejście: + + + Download input field + Pole wejścia pobierania + + + Upload + Wyślij + + + Upload command field + Pole polecenia wysyłania + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + np.: „sftp użytkownik@nazwahosta” lub „scp {TEMP_DATABASE} użytkownik@nazwahosta:ZdalnaBazaDanych.kdbx” + + + Upload input field + Pole wejścia wysyłania + + + Name cannot be empty. + Nazwa nie może być pusta. + + + Test + Testuj + + + Download command cannot be empty. + Polecenie pobierania nie może być puste. + + + Download failed with error: %1 + Pobieranie nie powiodło się z błędem: %1 + + + Download finished, but file %1 could not be found. + Pobieranie zostało zakończone, ale nie można znaleźć pliku %1. + + + Download successful. + Pobieranie powiodło się. + + + Save Remote Settings + Zapisz ustawienia zdalne + + + You have unsaved changes. Do you want to save them? + Masz niezapisane zmiany. Czy chcesz je zapisać? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + np.: +get ZdalnaBazaDanych.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} służy jako symbol zastępczy do przechowywania bazy danych w tymczasowej lokalizacji +Polecenie musi się zakończyć. W przypadku `sftp` jako ostatniego polecenia należy wysłać `exit` + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + np.: +put {TEMP_DATABASE} ZdalnaBazaDanych.kdbx +exit +--- +{TEMP_DATABASE} służy jako symbol zastępczy do przechowywania bazy danych w tymczasowej lokalizacji +Polecenie musi się zakończyć. W przypadku `sftp` jako ostatniego polecenia należy wysłać `exit` + + + DatabaseTabWidget @@ -2335,6 +2470,11 @@ Jest to z pewnością błąd, zgłoś go programistom. Database tab name modifier %1 [Zablokowana] + + %1 [Temporary] + Database tab name modifier + %1 [Tymczasowa] + DatabaseWidget @@ -2529,6 +2669,42 @@ Wyłączyć bezpieczne zapisywanie i spróbować ponownie? Database tab name modifier %1 [Nowa baza danych] + + Remote Sync did not contain any download or upload commands. + Synchronizacja zdalna nie zawierała żadnych poleceń pobierania ani wysyłania. + + + Remote sync '%1' completed successfully! + Zdalna synchronizacja „%1” zakończona pomyślnie! + + + Remote sync '%1' failed: %2 + Zdalna synchronizacja „%1” nie powiodła się: %2 + + + Error while saving database %1: %2 + Błąd podczas zapisywania bazy danych %1: %2 + + + Downloading... + Pobieranie... + + + Uploading... + Wysyłanie... + + + Syncing... + Synchronizowanie... + + + Remove passkey from entry + Usuń klucz dostępu z wpisu + + + Do you want to remove the passkey from this entry? + Czy chcesz usunąć klucz dostępu z tego wpisu? + EditEntryWidget @@ -2580,10 +2756,6 @@ Wyłączyć bezpieczne zapisywanie i spróbować ponownie? n/a nie dotyczy - - (encrypted) - (zaszyfrowane) - Select private key Wybierz klucz prywatny @@ -2686,6 +2858,10 @@ Czy chcesz go poprawić? %n year(s) %n rok%n lata%n lat%n lat + + Failed to decrypt SSH key, ensure password is correct. + Nie udało się odszyfrować klucza SSH. Upewnij się, że hasło jest poprawne. + EditEntryWidgetAdvanced @@ -3557,6 +3733,10 @@ Może to spowodować nieprawidłowe działanie wtyczek. %1 - Clone %1 - klon + + Passkey + Klucz dostępu + EntryAttachments @@ -5890,6 +6070,18 @@ Zalecamy korzystanie z AppImage dostępnego na naszej stronie pobierania.Toggle Allow Screen Capture Przełącz zezwalanie na przechwytywanie ekranu + + Remote S&ync… + Zdalna s&ynchronizacja… + + + Remove Passkey From Entry + Usuń klucz dostępu z wpisu + + + Setup Remote Sync… + Skonfiguruj zdalną synchronizację… + ManageDatabase @@ -6227,6 +6419,10 @@ Zalecamy korzystanie z AppImage dostępnego na naszej stronie pobierania.Unexpected EOF when writing private key Nieoczekiwany koniec pliku (EOF) podczas zapisu klucza prywatnego + + (encrypted) + (zaszyfrowane) + OpenSSHKeyGenDialog @@ -6275,7 +6471,7 @@ Zalecamy korzystanie z AppImage dostępnego na naszej stronie pobierania. Export the following passkey entries. - + Eksportuj następujące wpisy klucza dostępu. @@ -6289,7 +6485,8 @@ Zalecamy korzystanie z AppImage dostępnego na naszej stronie pobierania. Plik "%1.passkey" już istnieje. -Czy chcesz go zastąpić? +Czy chcesz go zastąpić? + Cannot open file @@ -6348,15 +6545,15 @@ Czy chcesz go zastąpić? Import the following passkey: - + Importuj następujący klucz dostępu: Import the following passkey to this entry: - + Importuj następujący klucz dostępu do tego wpisu: Default passkeys group (Imported Passkeys) - + Domyślna grupa kluczy dostępu (importowane klucze dostępu) @@ -6379,25 +6576,27 @@ Czy chcesz go zastąpić? Open passkey file - + Otwórz plik klucza dostępu Cannot import passkey - + Nie można zaimportować klucza dostępu Cannot import passkey file "%1". Data is missing. - + Nie można zaimportować pliku klucza dostępu "%1". Brak danych. Cannot import passkey file "%1". The following data is missing: %2 - + Nie można zaimportować pliku klucza dostępu "%1". +Brakuje następujących danych: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Nie można zaimportować pliku klucza dostępu "%1". Brak klucza prywatnego lub jest on źle sformatowany. @@ -7168,7 +7367,7 @@ Czy chcesz ją zastąpić? ERROR: Please specify one of --attribute or --totp, not both. - BŁĄD: Proszę określić jeden z --atrybut lub --totp, a nie oba. + BŁĄD: Określ jeden z --attribute lub --totp, a nie oba. Entry with path %1 has no TOTP set up. @@ -8674,12 +8873,20 @@ Ta opcja jest przestarzała, zamiast jej użyj --set-key-file. Skróty - Unsupported KDF type, cannot decrypt json file - Nieobsługiwany typ KDF, nie można odszyfrować pliku JSON + Unknown passkeys error + Nieznany błąd klucza dostępu - Unknown passkeys error - + Invalid KDF iterations, cannot decrypt json file + Nieprawidłowe iteracje KDF, nie można odszyfrować pliku JSON + + + Unsupported format, ensure your Bitwarden export is password-protected + Nieobsługiwany format. Upewnij się, że eksport Bitwarden jest chroniony hasłem + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + Obsługiwane są tylko PBKDF i Argon2, nie można odszyfrować pliku JSON @@ -8716,6 +8923,37 @@ Ta opcja jest przestarzała, zamiast jej użyj --set-key-file. Błąd wewnętrzny zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + Polecenie `%1` nie zostało zakończone na czas. Proces został usunięty. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Nie udało się wysłać scalonej bazy danych. Polecenie `%1` nie zostało zakończone na czas. Proces został usunięty. + + + Invalid download parameters provided. + Podano nieprawidłowe parametry pobierania. + + + Command `%1` failed to download database. + Poleceniu `%1` nie udało się pobrać bazy danych. + + + Invalid database pointer or upload parameters provided. + Podano nieprawidłowy wskaźnik bazy danych lub parametry wysyłania. + + + Command `%1` exited with status code: %2 + Polecenie `%1` zostało zakończone z kodem stanu: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Nie udało się wysłać scalonej bazy danych. Polecenie `%1` zostało zakończone z kodem stanu: %2 + + ReportsWidgetBrowserStatistics @@ -9044,11 +9282,11 @@ Ta opcja jest przestarzała, zamiast jej użyj --set-key-file. Please wait, list of entries with passkeys is being updated… - + Proszę czekać, lista wpisów z kluczami dostępu jest aktualizowana… No entries with passkeys. - + Brak wpisów z kluczami dostępu. @@ -9402,7 +9640,7 @@ Ta opcja jest przestarzała, zamiast jej użyj --set-key-file. <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - <html><head/><body><p>Poprawia to kompatybilność z niektórymi aplikacjami, które szukają hasła bez uprzedniego odblokowania bazy danych.</p><p>Ale włączenie tego może również spowodować awarię klienta, jeśli bazy danych nie można odblokować w określonym czasie (zwykle 25 s, ale w aplikacjach może to być inna wartość). </p></body></html> + <html><head/><body><p>Poprawia to kompatybilność z niektórymi aplikacjami, które szukają hasła bez uprzedniego odblokowania bazy danych.</p><p>Ale włączenie tego może również spowodować awarię klienta, jeśli bazy danych nie można odblokować w określonym czasie (zwykle 25 s, ale w aplikacjach może to być inna wartość). </p></body></html> diff --git a/share/translations/keepassxc_pt_BR.ts b/share/translations/keepassxc_pt_BR.ts index 0d845aa777..3f09e89d63 100644 --- a/share/translations/keepassxc_pt_BR.ts +++ b/share/translations/keepassxc_pt_BR.ts @@ -714,7 +714,7 @@ Trying to send invalid keyboard symbol. - + Tentando enviar um símbolo inválido de teclado. @@ -886,24 +886,27 @@ Por favor, selecione o banco de dados correto para salvar as credenciais. Add to existing entry - + Adicionar à entrada já existente Existing passkey found. Do you want to register a new passkey for: - + Uma chave de acesso já existente foi encontrada. +Deseja registrar uma nova chave de acesso para: + + Select the existing passkey and press Update to replace it. - + Selecione a chave de acesso existente e pressione atualizar para substituí-la. Authenticate passkey credentials for: - + Autenticar credenciais de chave de acesso para: Do you want to register a passkey for: - + Deseja registrar uma chave de acesso para: @@ -988,16 +991,17 @@ Você quer excluir a entrada? Register a new passkey to this entry: - + Registrar uma nova chave de acesso para esta entrada: KeePassXC - Update passkey - + KeePassXC - Atualizar a chave de acesso Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + A entrada já tem uma chave de acesso. +Deseja substituir a chave de acesso em %1 - %2? Register @@ -1197,18 +1201,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID ID de extensão personalizado: - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Devido ao sandbox do Snap, você deve executar um script para ativar a integração do navegador.<br />Você pode obter este script de %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - O KeePassXC-Browser é necessário para que a integração com navegador funcione. Faça o download para %1, %2 e %3. %4 - - - Please see special instructions for browser extension use below - Por favor, veja as instruções especiais para o uso da extensão do navegador abaixo - Executable Files Arquivos Executáveis @@ -1251,10 +1243,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Permite o uso inseguro de http://localhost com chaves de acesso para fins de teste. Allow using localhost with passkeys + Permite o uso do localhost com as chaves de acesso + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1395,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Importado do arquivo CSV: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1616,7 +1621,7 @@ Para impedir que esses erros apareçam, você deve ir em "Configurações d <a href="#" style="text-decoration: underline">I have a key file</a> - Eu tenho um arquivo-chave + <a href="#" style="text-decoration: underline">Eu tenho um arquivo-chave</a> Use hardware key [Serial: %1] @@ -1688,6 +1693,10 @@ Tem certeza de que deseja continuar com este arquivo? Maintenance Manutenção + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1858,14 +1867,14 @@ Tem certeza de que deseja continuar sem uma senha? Weak password Senha fraca - - You must enter a stronger password to protect your database. - Você deve inserir uma senha mais forte para proteger seu banco de dados. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Esta é uma senha fraca! Para melhor proteção dos seus segredos, você deve escolher uma senha mais forte. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2262,6 +2271,121 @@ removidos do banco de dados Campo de descrição do banco de dados + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Remover + + + Command Settings + + + + Name + Nome + + + Save + Salvar + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2335,6 +2459,11 @@ Este é definitivamente um bug, por favor denuncie para os desenvolvedores.Database tab name modifier %1 [Bloqueada] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2529,6 +2658,42 @@ Deseja desabilitar salvamento seguro e tentar novamente? Database tab name modifier %1 [Novo banco de dados] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Baixando... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + Remover a chave de acesso da entrada + + + Do you want to remove the passkey from this entry? + Deseja remover a chave de acesso desta entrada? + EditEntryWidget @@ -2580,10 +2745,6 @@ Deseja desabilitar salvamento seguro e tentar novamente? n/a n/d - - (encrypted) - (criptografado) - Select private key Escolha uma chave privada @@ -2686,6 +2847,10 @@ Gostaria de a corrigir? %n year(s) %n ano%n anos%n anos + + Failed to decrypt SSH key, ensure password is correct. + Houve uma falha ao descriptografar a chave SSH, verifique se a senha está correta. + EditEntryWidgetAdvanced @@ -2887,11 +3052,11 @@ Gostaria de a corrigir? These settings affect the entry's behaviour with the browser extension. - + Estas configurações afetam o comportamento da entrada com a extensão do navegador. Additional URLs - + URLs adicionais @@ -3557,6 +3722,10 @@ Isto pode causar mal funcionamento dos plugins afetados. %1 - Clone %1 - Clone + + Passkey + Chave de acesso + EntryAttachments @@ -5888,6 +6057,18 @@ Recomendamos que você use o AppImage disponível em nossa página de downloads. Toggle Allow Screen Capture Alternar para Permitir Captura de Tela + + Remote S&ync… + + + + Remove Passkey From Entry + remover a chave de acesso da entrada + + + Setup Remote Sync… + + ManageDatabase @@ -6225,6 +6406,10 @@ Recomendamos que você use o AppImage disponível em nossa página de downloads. Unexpected EOF when writing private key EOF inesperado enquanto escrevendp a chave privada. + + (encrypted) + (criptografado) + OpenSSHKeyGenDialog @@ -6273,7 +6458,7 @@ Recomendamos que você use o AppImage disponível em nossa página de downloads. Export the following passkey entries. - + Exportar as seguintes chaves de acesso. @@ -6347,15 +6532,15 @@ Você deseja sobrescrevê-lo? Import the following passkey: - + importar as seguintes chaves de acesso: Import the following passkey to this entry: - + Importar as seguintes chaves de acesso para esta entrada: Default passkeys group (Imported Passkeys) - + Grupo de chaves de acesso padrão (chaves de acesso importadas) @@ -6378,25 +6563,27 @@ Você deseja sobrescrevê-lo? Open passkey file - + Abrir o arquivo da chave de acesso Cannot import passkey - + Não foi possível importar a chave de acesso Cannot import passkey file "%1". Data is missing. - + Não foi possível importar o arquivo da chave de acesso "%1". Faltam dados. Cannot import passkey file "%1". The following data is missing: %2 - + Não foi possível importar o arquivo da chave de acesso "%1". +Os seguintes dados estão faltando: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Não foi possível importar o arquivo da chave de acesso "%1". A chave privada está ausente ou malformada. @@ -8471,11 +8658,12 @@ Foi encontrada a versão %2.%3.%4 Set the key file for the database. This option is deprecated, use --set-key-file instead. - + Define o arquivo da chave para o banco de dados. +Essa opção está obsoleta; em vez disso, use --set-key-file. Databases have been locked. - + Os bancos de dados foram trancados. Attestation not supported @@ -8672,11 +8860,19 @@ This option is deprecated, use --set-key-file instead. Atalhos - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error + Chave de acesso com erro desconhecido + + + Invalid KDF iterations, cannot decrypt json file - Unknown passkeys error + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8714,6 +8910,37 @@ This option is deprecated, use --set-key-file instead. Erro interno do zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -9042,11 +9269,11 @@ This option is deprecated, use --set-key-file instead. Please wait, list of entries with passkeys is being updated… - + Aguarde, a lista das entradas das chaves de acesso está sendo atualizada... No entries with passkeys. - + Não há entradas com chaves de acesso. @@ -9396,11 +9623,11 @@ This option is deprecated, use --set-key-file instead. <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> - + <html><head/><body><p>Essa configuração não substitui a desativação dos avisos da lixeira </p></body></html> <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> - + <html><head/><body><p>Isso melhora a compatibilidade com determinados aplicativos que buscam a senha sem antes desbloquear o banco de dados.<p>No entanto, esta ativação também pode travar o cliente se o banco de dados não puder ser desbloqueado dentro de um determinado limite de tempo. (Geralmente 25s, mas pode haver um valor diferente definido nos aplicativos.)</p></body></html> diff --git a/share/translations/keepassxc_pt_PT.ts b/share/translations/keepassxc_pt_PT.ts index 00fc3ec7ee..d1d6d763cd 100644 --- a/share/translations/keepassxc_pt_PT.ts +++ b/share/translations/keepassxc_pt_PT.ts @@ -124,7 +124,7 @@ Use both agents - Utilizar ambos os agentes + Usar ambos os agentes SSH_AUTH_SOCK override @@ -548,7 +548,7 @@ Enable database quick unlock (Touch ID / Windows Hello) - Ativar desbloqueio rápido da base de dados (Touch ID/Windows Hello) + Ativar desbloqueio rápido da base de dados (Touch ID / Windows Hello) Lock databases when session is locked or lid is closed @@ -611,11 +611,11 @@ KeePassXC requires the Accessibility permission in order to perform entry level Auto-Type. If you already granted permission, you may have to restart KeePassXC. - KeePassXC necessita da permissão 'Accessibility' para poder executar a escrita automática. Se já concedeu esta permissão, pode ser necessário reiniciar a aplicação. + KeePassXC necessita da permissão 'Acessibilidade' para poder executar a escrita automática. Se já concedeu esta permissão, pode ser necessário reiniciar a aplicação. KeePassXC requires the Accessibility and Screen Recorder permission in order to perform global Auto-Type. Screen Recording is necessary to use the window title to find entries. If you already granted permission, you may have to restart KeePassXC. - KeePassXC necessita das permissões 'Accessibility' e 'Screen Recorder' para poder executar a escrita automática. A permissão 'Screen recording' é necessária para associar o titulo da janela às entradas. Se já concedeu estas permissões, pode ser necessário reiniciar a aplicação. + KeePassXC necessita das permissões 'Acessibilidade' e 'Gravador de ecrã' para poder executar a escrita automática. A permissão 'Gravador de ecrã' é necessária para associar o titulo da janela às entradas. Se já concedeu estas permissões, pode ser necessário reiniciar a aplicação. Invalid entry provided @@ -702,11 +702,11 @@ AutoTypePlatformX11 Sequence aborted: Caps Lock is on - Sequência abortada: Caps Lock está ativo + Sequência abortada: tecla de bloqueio de maiúsculas está ativa Sequence aborted: Modifier keys held by user - Sequência abortada. Tecla modificadora premida pelo utilizador. + Sequência abortada: tecla modificadora premida pelo utilizador Unable to get valid keycode for key: @@ -886,24 +886,25 @@ Selecione a base de dados correta para guardar as credenciais. Add to existing entry - + Adicionar à entrada existente Existing passkey found. Do you want to register a new passkey for: - + Chave-mestra existente encontrada. +Pretende registar uma nova chave-mestra para: Select the existing passkey and press Update to replace it. - + Selecione a chave-mestra existente e prima "Atualizar" para a substituir. Authenticate passkey credentials for: - + Autenticar credenciais de chave-mestra para: Do you want to register a passkey for: - + Pretende registar uma chave-mestra para: @@ -988,16 +989,17 @@ Deseja eliminar a entrada? Register a new passkey to this entry: - + Registar uma nova chave-mestra para esta entrada: KeePassXC - Update passkey - + KeePassXC - Atualizar a chave-mestra Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + A entrada já tem uma chave-mestra. +Pretende substituir a chave-mestra em %1 - %2? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID ID da extensão personalizada - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Devido a 'Snap sandboxing', tem que executar um script para ativar a integração com o navegador.<br />Pode obter o script em %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Necessita de KeePassXC-Browser para que a integração funcione corretamente.<br /> Disponível para %1, %2 e %3. %4 - - - Please see special instructions for browser extension use below - Por favor consulte abaixo as instruções para a utilização da extensão - Executable Files Ficheiros executáveis @@ -1251,11 +1241,15 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Permite utilizar http://localhost inseguro com chaves-mestras para efeitos de teste. Allow using localhost with passkeys - + Permitir a utilização de localhost com chaves-mestras + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + É necessário o KeePassXC-Browser para que a integração do navegador de Internet funcione. <br />Descarregue-o para %1 e %2 e %3. @@ -1399,6 +1393,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Importado do ficheiro CSV: %1 + + No Title Selected + Nenhum título selecionado + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + Não selecionou um título de coluna e, assim, será difícil distinguir as entradas. +Tem a certeza de que pretende continuar com a importação? + CsvParserModel @@ -1452,7 +1456,7 @@ Do you want to overwrite the passkey in %1 - %2? %1 Backup database located at %2 %1 -Cópia de segurança localizada em %2 +Cópia de segurança da base de dados localizada em %2 Key not transformed. This is a bug, please report it to the developers. @@ -1600,7 +1604,7 @@ Para impedir que este erro surja novamente, deve aceder a "Definições da Failed to authenticate with Quick Unlock: %1 - Não foi possível autenticar com Quick Unlock: %1 + Não foi possível autenticar com desbloqueio rápido: %1 Select Key File: @@ -1688,6 +1692,10 @@ Tem a certeza de que pretende continuar com este ficheiro? Maintenance Manutenção + + Remote Sync + Sincronização remota + DatabaseSettingsWidgetBrowser @@ -1713,7 +1721,7 @@ Tem a certeza de que pretende continuar com este ficheiro? Stored browser keys - Chaves armazenadas + Chaves do navegador guardadas Remove selected key @@ -1858,14 +1866,14 @@ Tem a certeza de que deseja continuar? Weak password Palavra-passe fraca - - You must enter a stronger password to protect your database. - Tem que introduzir uma palavra-passe mais segura para proteger a sua base de dados. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Esta palavra-passe é insegura. Para proteger os seus segredos, deve utilizar uma palavra-passe mais segura. + + The provided password does not meet the minimum quality requirement. + A palavra-passe indicada não cumpre os requisitos mínimos de qualidade. + DatabaseSettingsWidgetEncryption @@ -2262,6 +2270,133 @@ removidas da base de dados. Campo Descrição da base de dados + + DatabaseSettingsWidgetRemote + + Sync Commands + Comandos de sincronização + + + Remove + Remover + + + Command Settings + Definições de comando + + + Name + Nome + + + Save + Guardar + + + Download + Descarregar + + + Command: + Comando: + + + Download command field + Campo de comando de descarregamento + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + por exemplo: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + Input: + Entrada: + + + Download input field + Campo de entrada para descarregar + + + Upload + Enviar + + + Upload command field + Campo de comando de envio + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + por exemplo: "sftp user@hostname" ou "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + Upload input field + Campo de introdução de envio + + + Name cannot be empty. + O nome não pode estar vazio. + + + Test + Testar + + + Download command cannot be empty. + O comando de descarregamento não pode estar vazio. + + + Download failed with error: %1 + O descarregamento falhou com o erro: %1 + + + Download finished, but file %1 could not be found. + O descarregamento foi concluído, mas não foi possível encontrar o ficheiro %1. + + + Download successful. + Descarregamento bem sucedido. + + + Save Remote Settings + Guardar definições remotas + + + You have unsaved changes. Do you want to save them? + Tem alterações por guardar. Pretende guardá-las? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + por exemplo: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} é utilizado como espaço reservado para armazenar a base de dados numa localização temporária +O comando tem que sair. No caso do `sftp` o último comando `exit` tem de ser enviado + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + por exemplo: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} é utilizado como espaço reservado para armazenar a base de dados numa localização temporária +O comando tem que sair. No caso do `sftp` o último comando `exit` tem de ser enviado + + + DatabaseTabWidget @@ -2335,6 +2470,11 @@ Existe aqui um erro que deve ser reportado aos programadores. Database tab name modifier %1 [Bloqueada] + + %1 [Temporary] + Database tab name modifier + %1 [Temporário] + DatabaseWidget @@ -2529,6 +2669,42 @@ Desativar salvaguardas e tentar novamente? Database tab name modifier %1 [Nova base de dados] + + Remote Sync did not contain any download or upload commands. + A sincronização remota não continha quaisquer comandos de descarregamento ou envio. + + + Remote sync '%1' completed successfully! + A sincronização remota '%1' foi concluída com êxito! + + + Remote sync '%1' failed: %2 + A sincronização remota '%1' falhou: %2 + + + Error while saving database %1: %2 + Erro ao guardar a base de dados %1: %2 + + + Downloading... + A descarregar... + + + Uploading... + A enviar... + + + Syncing... + A sincronizar... + + + Remove passkey from entry + Remover a chave-mestra da entrada + + + Do you want to remove the passkey from this entry? + Quer remover a chave-mestra desta entrada? + EditEntryWidget @@ -2580,10 +2756,6 @@ Desativar salvaguardas e tentar novamente? n/a n/d - - (encrypted) - (cifrada) - Select private key Selecionar chave privada @@ -2630,7 +2802,7 @@ Gostaria de a corrigir? An error occurred while validating the Auto-Type sequence for "%1": %2 Would you like to correct it? - Ocorreu um erro ao validar a sequência personalizada de escrita automática para %1. + Ocorreu um erro ao validar a sequência personalizada de escrita automática para "%1". %2 Gostaria de a corrigir? @@ -2686,6 +2858,10 @@ Gostaria de a corrigir? %n year(s) %n ano%n anos%n anos + + Failed to decrypt SSH key, ensure password is correct. + Falha ao desencriptar a chave SSH, verifique se a palavra-passe está correta. + EditEntryWidgetAdvanced @@ -3557,12 +3733,16 @@ Esta ação pode implicar um funcionamento errático. %1 - Clone %1 - Clone + + Passkey + Chave-mestra + EntryAttachments Cannot open file "%1" - Não foi possível abrir o ficheiro %1 + Não foi possível abrir o ficheiro "%1" @@ -5889,6 +6069,18 @@ Recomendamos que utilize a versão AppImage disponível no nosso site.Toggle Allow Screen Capture Alternar "Permitir captura de ecrã" + + Remote S&ync… + S&incronização remota... + + + Remove Passkey From Entry + Remover a chave-mestra da entrada + + + Setup Remote Sync… + Configurar a sincronização remota… + ManageDatabase @@ -6226,6 +6418,10 @@ Recomendamos que utilize a versão AppImage disponível no nosso site.Unexpected EOF when writing private key EOF inesperado ao escrever a chave privada + + (encrypted) + (cifrada) + OpenSSHKeyGenDialog @@ -6274,7 +6470,7 @@ Recomendamos que utilize a versão AppImage disponível no nosso site. Export the following passkey entries. - + Exportar as seguintes entradas de chaves-mestras. @@ -6297,7 +6493,7 @@ Deseja substituir o ficheiro existente? Cannot open file "%1" for writing. - Não foi possível abrir o ficheiro %1 para escrita + Não foi possível abrir o ficheiro "%1" para escrita Cannot write to file @@ -6348,15 +6544,15 @@ Deseja substituir o ficheiro existente? Import the following passkey: - + Importar a seguinte chave-mestra: Import the following passkey to this entry: - + Importar a seguinte chave-mestra para esta entrada: Default passkeys group (Imported Passkeys) - + Grupo de chaves-mestras predefinidas (chaves-mestras importadas) @@ -6375,29 +6571,31 @@ Deseja substituir o ficheiro existente? Cannot open file "%1" for reading. - Não foi possível abrir o ficheiro %1 para leitura + Não foi possível abrir o ficheiro "%1" para leitura. Open passkey file - + Abrir o ficheiro da chave-mestra Cannot import passkey - + Não é possível importar a chave-mestra Cannot import passkey file "%1". Data is missing. - + Não é possível importar o ficheiro da chave-mestra "%1". Os dados estão em falta. Cannot import passkey file "%1". The following data is missing: %2 - + Não é possível importar o ficheiro da chave-mestra "%1". +Faltam os seguintes dados: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Não é possível importar o ficheiro da chave-mestra "%1". A chave privada está em falta ou malformada. @@ -6408,7 +6606,7 @@ The following data is missing: Password field - Campo Palavra-passe + Campo palavra-passe Confirm password: @@ -6416,7 +6614,7 @@ The following data is missing: Repeat password field - Campo Repetição de palavra-passe + Campo repetição de palavra-passe Password @@ -6726,7 +6924,7 @@ Tem a certeza de que a deseja substituir? Logograms - Logo-gramas + Logogramas Special Characters @@ -6753,7 +6951,7 @@ Tem a certeza de que a deseja substituir? Warning: Caps Lock enabled! - Aviso: Caps Lock ativado + Aviso: tecla de bloqueio de maiúsculas está ativa! Quality: %1 @@ -6962,7 +7160,7 @@ Tem a certeza de que a deseja substituir? Cannot generate a password and prompt at the same time. - Não pode utilizar as opções "Gerar palavra-passe" e "Pedir palavra-passe" ao mesmo tempo" + Não pode utilizar as opções "Gerar palavra-passe" e "Pedir palavra-passe" ao mesmo tempo Could not create entry with path %1. @@ -7106,7 +7304,7 @@ Tem a certeza de que a deseja substituir? Could not open attachment file %1. - Não foi possível abrir o anexo %1 + Não foi possível abrir o anexo "%1" Successfully imported attachment %1 as %2 to entry %3. @@ -7180,7 +7378,7 @@ Tem a certeza de que a deseja substituir? Attribute "%1" not found. - Atributo %1 não encontrado + Atributo "%1" não encontrado Entry's "%1" attribute copied to the clipboard! @@ -8545,7 +8743,7 @@ Esta opção está obsoleta, em vez disso use --set-key-file. No Quick Unlock provider is available - Não existe qualquer fornecedor Quick Unlock + Não existe qualquer fornecedor de desbloqueio rápido Failed to init KeePassXC crypto. @@ -8674,12 +8872,20 @@ Esta opção está obsoleta, em vez disso use --set-key-file. Atalhos - Unsupported KDF type, cannot decrypt json file - Tipo de KDF não suportado, não é possível desencriptar o ficheiro json + Unknown passkeys error + Erro desconhecido de chaves-mestras - Unknown passkeys error - + Invalid KDF iterations, cannot decrypt json file + Interações KDF inválidas, não é possível decifrar o ficheiro .json + + + Unsupported format, ensure your Bitwarden export is password-protected + Formato não suportado. Verifique se a exportação Bitwarden está protegida por palavra-passe. + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + Apenas existe suporte para PBKDF e Argon2. Não foi possível decifrar o ficheiro json. @@ -8716,6 +8922,37 @@ Esta opção está obsoleta, em vez disso use --set-key-file. Erro interno zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + O comando `%1` não terminou a tempo. O processo foi interrompido. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Houve uma falha ao enviar a base de dados combinada. O comando `%1` não foi concluído a tempo. O processo foi interrompido. + + + Invalid download parameters provided. + Foram fornecidos parâmetros de descarregamento inválidos. + + + Command `%1` failed to download database. + O comando `%1` não conseguiu descarregar a base de dados. + + + Invalid database pointer or upload parameters provided. + O ponteiro da base de dados ou os parâmetros de carregamento fornecidos são inválidos. + + + Command `%1` exited with status code: %2 + O comando `%1` foi encerrado com o código de estado: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Houve uma falha ao carregar a base de dados combinada. O comando `%1` foi encerrado com o código de estado: %2 + + ReportsWidgetBrowserStatistics @@ -9044,11 +9281,11 @@ Esta opção está obsoleta, em vez disso use --set-key-file. Please wait, list of entries with passkeys is being updated… - + Aguarde, a lista de entradas com chaves-mestras está a ser atualizada… No entries with passkeys. - + Não há entradas com chaves-mestras. diff --git a/share/translations/keepassxc_ro.ts b/share/translations/keepassxc_ro.ts index 5c50fd22c1..a6ec85ace5 100644 --- a/share/translations/keepassxc_ro.ts +++ b/share/translations/keepassxc_ro.ts @@ -58,7 +58,8 @@ <html><head/><body><p><span style=" font-weight:600;">%1 </span>is requesting access to the following entries:</p></body></html> - + <html><head/><body><p><span style=" font-weight:600;">%1 </span>solicită acces la următoarele intrări: +</p></body></html> Name @@ -78,34 +79,34 @@ Details - + Detalii - Remember - + Your decision will be remembered for the duration while both the requesting client AND KeePassXC are running. + Decizia dvs. va fi reținută pe toată durata în care rulează atât clientul solicitant cât și KeePassXC. - Allow Selected - + Remember + Reține - Your decision will be remembered for the duration while both the requesting client AND KeePassXC are running. - + Allow Selected + Permiteți selectate Deny All && Future - + Refuză toate && în viitor Allow All && &Future - + Permite toate && &în viitor AccessControlDialog::DenyButton Deny for this program - + Refuză pentru acest program @@ -122,6 +123,10 @@ Use OpenSSH + + Use both agents + + SSH_AUTH_SOCK override @@ -150,10 +155,6 @@ SSH Agent connection is working! - - Use both agents - - ApplicationSettingsWidget @@ -169,6 +170,10 @@ Security Securitate + + This setting cannot be enabled when minimize on unlock is enabled. + Această setare nu poate fi activată atunci când este activată funcția de minimizare la deblocare. + Access error for config file %1 Eroare de acces pentru fisier de configurare %1 @@ -199,19 +204,19 @@ Monochrome (light) - + Monochrome (luminos) Monochrome (dark) - + Monochrome (întunecat) Colorful - + Colorată You must restart the application to set the new language. Would you like to restart now? - + Trebuie să reporniți aplicația pentru a seta noua limbă. Doriți să reporniți acum? Reset Settings? @@ -223,11 +228,7 @@ Select backup storage directory - - - - This setting cannot be enabled when minimize on unlock is enabled. - + Selectați directorul de stocare de backup @@ -246,7 +247,7 @@ Automatically launch KeePassXC at system startup - + Lansarea automată a KeePassXC la pornirea sistemului Minimize window at application startup @@ -260,6 +261,10 @@ Remember previously used databases Retine bazele de date utilizate anterior + + recent files + fișiere recente + Load previously open databases on startup la pornirea incărcarea bazelor de date deschise anterior @@ -278,22 +283,22 @@ On database unlock, show entries that - + On database unlock, show entries that have expired On database unlock, show entries that... - + au expirat days On database unlock, show entries that will expire within %1 days - + zile will expire within On database unlock, show entries that... - + va expira în termen de File Management @@ -305,11 +310,11 @@ Automatically save when locking database - + Salvare automată la blocarea bazei de date Automatically save non-data changes when locking database - + Salvare automată a modificărilor fără date atunci când se blochează baza de date Automatically reload the database when modified externally @@ -321,11 +326,11 @@ Backup destination - + Destinație de backup Specifies the database backup file location. Occurrences of "{DB_FILENAME}" are replaced with the filename of the saved database without extension. {TIME:<format>} is replaced with the backup time, see https://doc.qt.io/qt-5/qdatetime.html#toString. <format> defaults to format string "dd_MM_yyyy_hh-mm-ss". - + Specifică locația fișierului de backup al bazei de date. Ocaziile "{DB_FILENAME}" sunt înlocuite cu numele de fișier al bazei de date salvate, fără extensie. {TIME:} se înlocuiește cu ora de salvare, a se vedea https://doc.qt.io/qt-5/qdatetime.html#toString. Se utilizează în mod implicit șirul de formate "dd_MM_yyyy_hh-mm-ss". {DB_FILENAME}.old.kdbx @@ -333,7 +338,7 @@ Choose... - + Alegeți... Use alternative saving method (may solve problems with Dropbox, Google Drive, GVFS, etc.) @@ -341,11 +346,11 @@ Temporary file moved into place - + Fișierul temporar a fost mutat la locul său Directly write to database file (dangerous) - + Scrierea directă în fișierul bazei de date (periculos) Entry Management @@ -386,7 +391,7 @@ User Interface - + Interfața cu utilizatorul Toolbar button style @@ -410,11 +415,15 @@ Toolbar button style: - + Stilul butonului din bara de instrumente: + + + Show passwords in color + Afișați parolele în culori Use monospaced font for notes - + Utilizați un font monospațiat pentru note Minimize instead of app exit @@ -426,11 +435,11 @@ Tray icon type - + Tipul de pictogramă din tavă Tray icon type: - + Tipul de pictogramă din tavă: Hide window to system tray when minimized @@ -438,43 +447,43 @@ Reset settings to default… - + Resetați setările la valorile implicite... Auto-Type - Auto tiparire + Auto-tastare Use entry title to match windows for global Auto-Type - Utilizarea titlului inregistrarii pentru a se potrivi cu ferestrele pentru auto-tiparire globala + Utilizează titlul înregistrării pentru a se potrivi cu ferestrele pentru auto-tastare globală Use entry URL to match windows for global Auto-Type - Utilizați URL-ul din inregistrare pentru a se potrivi Windows pentru autotiparire globala + Utilizează URL-ul din înregistrare pentru a se potrivi cu ferestrele pentru auto-tastare globală Always ask before performing Auto-Type - Întrebați întotdeauna înainte de a efectua auto-tiparire + Întreabă întotdeauna înainte de a efectua auto-tastare Hide expired entries from Auto-Type - + Ascunde din auto-tastare înregistrările expirate Re-lock previously locked database after performing Auto-Type - Re-Lock bazei de date blocate anterior după efectuarea auto-Type + Încuie din nou baza de dată blocată anterior după efectuarea auto-tastării Auto-Type start delay: - + Întârziere la pornire pentru auto-tastare: Global Auto-Type shortcut: - + Scurtătură globală pentru auto-tastare: Auto-type start delay milliseconds - Auto-tip de pornire întârziere milisecunde + Milisecunde de întârziere la pornire pentru auto-tastare ms @@ -483,27 +492,19 @@ Auto-Type typing delay: - + Întârziere la tastare pentru auto-tastare: Global auto-type shortcut - Comandă rapidă de tip auto global + Scurtătură globală pentru auto-tastare Auto-type character typing delay milliseconds - Tipul de auto-tastare întârziere milisecunde + Milisecunde de întârziere la auto-tastare de caracter Remember last typed entry for: - - - - recent files - - - - Show passwords in color - + Țineți minte ultima intrare introdusă pentru: @@ -548,7 +549,7 @@ Enable database quick unlock (Touch ID / Windows Hello) - + Activați deblocarea rapidă a bazei de date (Touch ID / Windows Hello) Lock databases when session is locked or lid is closed @@ -558,17 +559,13 @@ Lock databases after minimizing the window Blocarea bazelor de date după Minimizarea ferestrei - - Require password repeat when it is visible - - Hide passwords when editing them - + Ascundeți parolele atunci când le editați Use placeholder for empty password fields - + Utilizați un marcaj pentru câmpurile de parolă goale Hide passwords in the entry preview panel @@ -580,11 +577,11 @@ Move entries to recycle bin without confirmation - + Mutați intrările în coșul de reciclare fără confirmare Enable double click to copy the username/password entry columns - + Activați dublu clic pentru a copia coloanele de intrare nume de utilizator/parolă Privacy @@ -596,18 +593,18 @@ Hide TOTP in the entry preview panel - + Ascundeți TOTP în panoul de previzualizare a intrării AutoType The requested Auto-Type sequence cannot be used due to an error: - + Secvența de auto-tastare cerută nu poate fi folosită din cauza unei erori: Auto-Type Error - + Eroare de auto-tastare Permission Required @@ -619,11 +616,11 @@ KeePassXC requires the Accessibility and Screen Recorder permission in order to perform global Auto-Type. Screen Recording is necessary to use the window title to find entries. If you already granted permission, you may have to restart KeePassXC. - + KeePassXC necesită permisiunile de accesibilitate și înregistrare de ecran pentru a efectua auto-tastare la nivel global. Înregistrarea ecranului este necesară pentru a folosi titlul ferestrelor pentru a găsi înregistrări. Dacă ați acordat deja permisiunea, poate fi nevoie să reporniți KeePassXC. Invalid entry provided - + Intrare invalidă furnizată Bracket imbalance detected, found extra { or } @@ -641,6 +638,10 @@ Very long delay detected, max is %1: %2 + + Entry does not have attribute for PICKCHARS: %1 + + Invalid conversion type: %1 @@ -658,10 +659,6 @@ Invalid placeholder: %1 - - Entry does not have attribute for PICKCHARS: %1 - - AutoTypeAssociationsModel @@ -703,13 +700,9 @@ AutoTypePlatformX11 - - Trying to send invalid keysym. - - Sequence aborted: Caps Lock is on - + Secvență anulată: Caps Lock este activat Sequence aborted: Modifier keys held by user @@ -719,16 +712,20 @@ Unable to get valid keycode for key: + + Trying to send invalid keyboard symbol. + + AutoTypeSelectDialog Auto-Type - KeePassXC - Auto-tip-KeePassXC + Auto-tastare - KeePassXC Double click a row to perform Auto-Type or find an entry using the search: - + Dați dublu clic pe un rând pentru a efectua auto-tastare sau pentru a găsi o înregistrare folosind căutarea: <p>You can use advanced search queries to find any entry in your open databases. The following shortcuts are useful:<br/> @@ -737,15 +734,20 @@ Ctrl+1 - Type username<br/> Ctrl+2 - Type password<br/> Ctrl+3 - Type TOTP<br/> Ctrl+4 - Use Virtual Keyboard (Windows Only)</p> - + Puteți utiliza interogări de căutare avansate pentru a găsi orice intrare în bazele de date deschise. Următoarele scurtături sunt utile: +Ctrl+F - Comutarea căutării în baza de date +Ctrl+1 - Introduceți numele de utilizator +Ctrl+2 - Introduceți parola +Ctrl+3 - Introduceți TOTP +Ctrl+4 - Folosiți tastatura virtuală (numai pentru Windows) Search all open databases - + Căutați în toate bazele de date deschise Search… - + Căutare... Type Sequence @@ -769,15 +771,15 @@ Ctrl+4 - Use Virtual Keyboard (Windows Only)</p> Copy Username - + Copiați numele de utilizator Copy Password - + Copiați parola Copy TOTP - + Copiați TOTP Use Virtual Keyboard @@ -788,43 +790,43 @@ Ctrl+4 - Use Virtual Keyboard (Windows Only)</p> BrowserAccessControlDialog KeePassXC - Browser Access Request - + KeePassXC - Solicitare de acces la browser %1 is requesting access to the following entries: - + %1 solicită acces la următoarele intrări: Remember access to checked entries - + Rețineți accesul la intrările verificate Remember - + Reține Allow access to entries - + Permiteți accesul la intrări Allow Selected - + Permiteți selectate Deny All - + Refuză toate Disable for this site + Dezactivați pentru acest site + + + Undo BrowserEntrySaveDialog - - KeePassXC-Browser Save Entry - KeePassXC-browser-ul salvare inregistrarii - Ok Ok @@ -839,13 +841,75 @@ Please select the correct database for saving credentials. Aveți mai multe baze de date deschise. Selectați baza de date corectă pentru salvarea acreditărilor. + + KeePassXC - Select Database + KeePassXC - Selectați baza de date + - BrowserService + BrowserPasskeysConfirmationDialog + + Cancel + Anulare + + + Update + + + + Authenticate + + + + Register new + Înregistrare nouă + + + Register + + + + Timeout in <b>%n</b> seconds... + + + + Relying Party: %1 + + + + Username: %1 + + - KeePassXC: Create a new group - KeePassXC: crearea unui grup nou + KeePassXC - Passkey credentials + KeePassXC - Cheie de acces pentru acreditări + + Add to existing entry + + + + Existing passkey found. +Do you want to register a new passkey for: + S-a găsit o cheie de acces existentă. +Doriți să înregistrați o nouă cheie de acces pentru: + + + + Select the existing passkey and press Update to replace it. + Selectați cheia de acces existentă și apăsați Actualizare pentru a o înlocui. + + + Authenticate passkey credentials for: + Autentificați acreditările cu cheie de acces pentru: + + + Do you want to register a passkey for: + Doriți să înregistrați o cheie de acces pentru: + + + + BrowserService A request for creating a new group "%1" has been received. Do you want to create this group? @@ -853,10 +917,6 @@ Do you want to create this group? S-a primit o solicitare de creare a unui grup nou "%1". Doriți să creați acest grup? - - KeePassXC: New key association request - KeePassXC: noua cerere de asociere cheie - You have received an association request for the following database: %1 @@ -873,79 +933,75 @@ chrome-laptop. Save and allow access Salvează și permite acces - - KeePassXC: Overwrite existing key? - KeePassXC: Suprascriere cheie existentă? - A shared encryption key with the name "%1" already exists. Do you want to overwrite it? Există deja o cheie de criptare partajată cu numele "%1" . Doriți să o suprascrieți? - - KeePassXC: Update Entry - KeePassXC: actualizare intrare - Do you want to update the information in %1 - %2? Actualizați informațiile în %1 - %2 ? - - KeePassXC: Delete entry - - A request for deleting entry "%1" has been received. Do you want to delete the entry? - + A fost primită o cerere de ștergere a intrării "%1". +Doriți să ștergeți această intrare? - Converting attributes to custom data… - Conversia atributelor in date particularizate... + %1 (Passkey) + %1 (Cheie de acces) - Abort - Anulează + KeePassXC - Create a new group + KeePassXC - Creare grup nou - KeePassXC: Converted KeePassHTTP attributes - KeePassXC: conversia atributelor KeePassHTTP + Disable + Dezactivează - Successfully converted attributes from %1 entry(s). -Moved %2 keys to custom data. - Atributele convertite cu succes din %1 intrare (i). -S-au mutat %2 chei la date particularizate. + KeePassXC - Overwrite existing key? + - - Successfully moved %n keys to custom data. - S-au mutat cu succes% n chei la date particularizate.S-au mutat cu succes% n chei la date particularizate.S-au mutat cu succes %n chei la date particularizate. + + KeePassXC - Update Entry + - KeePassXC: No entry with KeePassHTTP attributes found! - KeePassXC: n-a fost găsita nici o intrare cu KeePassHTTP atribute ! + KeePassXC - Delete entry + KeePassXC - Ștergeți intrarea - The active database does not contain an entry with KeePassHTTP attributes. - Baza de date activă nu conține nici o intrare cu atributele KeePassHTTP. + KeePassXC - New key association request + KeePassXC - Solicitare nouă de asociere chei - Don't show this warning again - Nu mai afișa acest avertisment + Passkey + Cheie de acces + + + KeePassXC - Passkey credentials + KeePassXC - Cheie de acces pentru acreditări + + + Register a new passkey to this entry: + Înregistrați o nouă cheie de acces pentru această intrare: + + + KeePassXC - Update passkey + KeePassXC - Actualizare cheie de acces - KeePassXC: Legacy browser integration settings detected - KeePassXC: Au fost detectate setările moștenite de integrare a browserului + Entry already has a passkey. +Do you want to overwrite the passkey in %1 - %2? + - Your KeePassXC-Browser settings need to be moved into the database settings. -This is necessary to maintain your current browser connections. -Would you like to migrate your existing settings now? - Setările KeePassXC-browser trebuie mutate în setările bazei de date. -Acest lucru este necesar pentru a menține conexiunile browser-ului curent. -Migrați acum setările existente? + Register + @@ -1005,11 +1061,11 @@ Migrați acum setările existente? Show a notification when credentials are requested Credentials mean login data requested via browser extension - + Afișează o notificare atunci când sunt solicitate acreditări Request to unlock the database if it is locked - + Cerere de deblocare a bazei de date în cazul în care aceasta este blocată Only entries with the same scheme (http://, https://, …) are returned. @@ -1042,7 +1098,7 @@ Migrați acum setările existente? Search in all opened databases for matching credentials Credentials mean login data requested via browser extension - + Căutați în toate bazele de date deschise pentru acreditările corespunzătoare Advanced @@ -1107,7 +1163,7 @@ Migrați acum setările existente? Browse… Button for opening file dialog - + Răsfoiți... Use a custom browser configuration location: @@ -1141,18 +1197,6 @@ Migrați acum setările existente? Custom extension ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Datorită snap sandboxing, trebuie să executați un script pentru a activa integrarea browser-ului.<br>Puteți obține acest script de la % 1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - - - - Please see special instructions for browser extension use below - Vă rugăm să consultați instrucțiunile speciale pentru utilizarea extensiei browserului de mai jos - Executable Files Fișiere executabile @@ -1169,6 +1213,14 @@ Migrați acum setările existente? Select native messaging host folder location + + Allow keepassxc-proxy to list all entries with their title, URL and UUID in connected databases. + + + + Allow limited access to all entries in connected databases (ignores site access restrictions) + + <b>Warning:</b> Only adjust these settings if necessary. @@ -1185,12 +1237,24 @@ Migrați acum setările existente? <b>Error:</b> The installed proxy executable is missing from the expected location: %1<br/>Please set a custom proxy location in the advanced settings or reinstall the application. + + Allows using insecure http://localhost with passkeys for testing purposes. + + + + Allow using localhost with passkeys + + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog Clone Entry Options - + Opțiuni de intrare pentru clonare Append ' - Clone' to title @@ -1207,14 +1271,6 @@ Migrați acum setările existente? CsvImportWidget - - Import CSV fields - Importă câmpuri CSV - - - filename - nume fișier - size, rows, columns dimensiune, rânduri, coloane @@ -1323,50 +1379,38 @@ Migrați acum setările existente? Column %1 - - Imported from CSV file - Importat din fișier CSV + + [%n more message(s) skipped] + [% n mai mult mesaj (e) ignorate][% n mai mult mesaj (e) ignorate][%n mai mult mesaj (e) ignorate] - Original data: - Datele originale: + Failed to parse CSV file: %1 + - Error(s) detected in CSV file! - Eroare (i) detectată în fișierul CSV! - - - [%n more message(s) skipped] - [% n mai mult mesaj (e) ignorate][% n mai mult mesaj (e) ignorate][%n mai mult mesaj (e) ignorate] + Imported from CSV file: %1 + Importat dintr-un fișier CSV: %1 - Error - Eroare + No Title Selected + - CSV import: writer has errors: -%1 - Import CSV: scriitor are erori: -%1 + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + CsvParserModel - - %1, %2, %3 - file info: bytes, rows, columns - %1, %2, %3 - - - %n byte(s) - % n byte (e)% n byte (e)%n byte (e) - %n row(s) + CSV row count % n rând (e)% n rând (e)%n rând (uri) %n column(s) + CSV column count % n coloană (e)% n coloană (e)%n coloană (e) @@ -1395,11 +1439,11 @@ Migrați acum setările existente? Database save is already in progress. - + Salvarea bazei de date este deja în curs de desfășurare. Could not save, database has not been initialized! - + Nu s-a putut salva, baza de date nu a fost inițializată! Database file has unmerged changes. @@ -1413,7 +1457,7 @@ Baza de date de rezervă localizată la %2 Key not transformed. This is a bug, please report it to the developers. - + Cheia nu a fost transformată. Aceasta este o eroare, vă rugăm să o raportați dezvoltatorilor. Recycle Bin @@ -1441,33 +1485,13 @@ Baza de date de rezervă localizată la %2 Password field Câmp parola - - Enter Additional Credentials (if any): - Introduceți acreditări suplimentare (dacă există): - - - Key File: - Fișier cheie: - - - Key file help - Ajutor de fișiere cheie - Hardware key slot selection Selectarea sloturilor pentru cheie hardware - - Hardware Key: - Cheie hardware: - - - Hardware key help - Ajutor cheie hardware - Key file to unlock the database - + Fișier cheie pentru deblocarea bazei de date Browse for key file @@ -1475,27 +1499,19 @@ Baza de date de rezervă localizată la %2 Browse… - + Răsfoiți... - Refresh hardware tokens - Actualizați jetoane hardware + Unlock Database + Deblocare bază de date - Refresh - Actualizează - - - Unlock Database - - - - Cancel - Anulare + Cancel + Anulare Unlock - + Deblocare Please present or touch your YubiKey to continue… @@ -1503,7 +1519,7 @@ Baza de date de rezervă localizată la %2 Database Version Mismatch - + Nepotrivire de versiune a bazei de date The database you are trying to open was most likely @@ -1513,15 +1529,21 @@ You can try to open it anyway, but it may be incomplete and saving any changes may incur data loss. We recommend you update your KeePassXC installation. - + Baza de date pe care încercați să o deschideți a fost cel mai probabil +creată de o versiune mai nouă a KeePassXC. + +Puteți încerca să o deschideți oricum, dar este posibil să fie incompletă +iar salvarea oricăror modificări poate atrage pierderi de date. + +Vă recomandăm să vă actualizați instalarea KeePassXC. Open database anyway - + Deschideți oricum baza de date Database unlock canceled. - + Deblocarea bazei de date a fost anulată. Unlock failed and no password given @@ -1541,10 +1563,6 @@ Pentru a preveni apariția acestei erori, trebuie să accesați „Setări baza Retry with empty password Încercați din nou cu parola goală - - Failed to authenticate with Touch ID - - Failed to open key file: %1 Nu a putut fi deschis fișierul cheii: %1 @@ -1578,44 +1596,65 @@ Pentru a preveni apariția acestei erori, trebuie să accesați „Setări baza Nu se poate utiliza fișierul bazei de date ca fișier cheie - You cannot use your database file as a key file. -If you do not have a key file, please leave the field empty. - Nu puteți utiliza fișierul dvs. de bază de date ca fișier cheie. -Dacă nu aveți un fișier cheie, lăsați câmpul gol. + authenticate to access the database + autentificare pentru a accesa baza de date - Detecting hardware keys… + Failed to authenticate with Quick Unlock: %1 - No hardware keys detected + Select Key File: - Select hardware key… - + <p>In addition to a password, you can use a secret file to enhance the security of your database. This file can be generated in your database's security settings.</p><p>This is <strong>not</strong> your *.kdbx database file!</p> + <p>În plus față de o parolă, puteți utiliza un fișier secret pentru a spori securitatea bazei de date. Acest fișier poate fi generat în setările de securitate ale bazei dvs. de date.</p><p>Acesta<strong> nu este</strong> fișierul dvs. de bază de date *.kdbx!</p> - <p>In addition to a password, you can use a secret file to enhance the security of your database. This file can be generated in your database's security settings.</p><p>This is <strong>not</strong> your *.kdbx database file!<br>If you do not have a key file, leave this field empty.</p><p>Click for more information…</p> + Click to add a key file. - <p>You can use a hardware security key such as a <strong>YubiKey</strong> or <strong>OnlyKey</strong> with slots configured for HMAC-SHA1.</p> -<p>Click for more information…</p> + <a href="#" style="text-decoration: underline">I have a key file</a> - authenticate to access the database + Use hardware key [Serial: %1] - Failed to authenticate with Windows Hello: %1 + Use hardware key - Windows Hello setup was canceled or failed. Quick unlock has not been enabled. + Your database file is NOT a key file! +If you don't have a key file or don't know what that is, you don't have to select one. + Fișierul bazei dvs. de date NU este un fișier cheie! +Dacă nu aveți un fișier cheie sau nu știți ce este acesta, nu trebuie să selectați unul. + + + KeePassXC database file selected + Fișier bază de date KeePassXC selectat + + + The file you selected looks like a database file. +A database file is NOT a key file! + +Are you sure you want to continue with this file?. + Fișierul pe care l-ați selectat arată ca un fișier de bază de date. +Un fișier de bază de date NU este un fișier cheie! + +Sunteți sigur că doriți să continuați cu acest fișier?. + + + No hardware keys found. + + Refresh Hardware Keys + Reîmprospătarea tastelor hardware + DatabaseSettingWidgetMetaData @@ -1626,10 +1665,6 @@ Dacă nu aveți un fișier cheie, lăsați câmpul gol. DatabaseSettingsDialog - - Advanced Settings - Setări avansate - General General @@ -1640,7 +1675,7 @@ Dacă nu aveți un fișier cheie, lăsați câmpul gol. Database Credentials - + Credențiale pentru baza de date Encryption Settings @@ -1654,6 +1689,10 @@ Dacă nu aveți un fișier cheie, lăsați câmpul gol. Maintenance + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1661,18 +1700,6 @@ Dacă nu aveți un fișier cheie, lăsați câmpul gol. KeePassXC-Browser settings Setări KeePassXC-Browser - - Convert KeePassHTTP data - - - - Convert legacy KeePassHTTP attributes to KeePassXC-Browser compatible custom data - - - - Refresh database root group ID - - Disconnect all browsers Deconectează toate navigatoarele web @@ -1681,6 +1708,10 @@ Dacă nu aveți un fișier cheie, lăsați câmpul gol. Forget all site-specific settings on entries Uita toate setările specifice site-ului pe intrările + + Refresh database root group ID + Împrospătați ID-ul grupului rădăcină al bazei de date + Stored keys Taste memorate @@ -1729,18 +1760,10 @@ This may prevent connection to the browser plugin. Chiar doriți să deconectați toate browserele? Acest lucru poate împiedica conectarea la plugin-ul browser-ului. - - KeePassXC: No keys found - KeePassXC: nu s-au găsit chei - No shared encryption keys found in KeePassXC settings. Nu sunt găsite chei de criptare partajate în setările KeePassXC. - - KeePassXC: Removed keys from database - KeePassXC: cheile sterse din baza de date - Successfully removed %n encryption key(s) from KeePassXC settings. S-a eliminat cu succes% n cheie de criptare din setările KeePassXC.S-a eliminat cu succes% n cheie de criptare din setările KeePassXC.S-a eliminat cu succes %n chei de criptare din setările KeePassXC. @@ -1759,38 +1782,42 @@ Permisiunile de accesare a intrărilor vor fi revocate. Abort Anulează - - KeePassXC: Removed permissions - KeePassXC: permisiuni eliminate - Successfully removed permissions from %n entry(s). Permisiuni eliminate cu succes de la% n intrare (e).Permisiuni eliminate cu succes de la% n intrare (e).Permisiuni eliminate cu succes pentru %n intrare(i). - - KeePassXC: No entry with permissions found! - KeePassXC: nici o intrare cu permisiuni găsit! - The active database does not contain an entry with permissions. Baza de date activă nu conține o intrare cu permisiuni. - Move KeePassHTTP attributes to custom data - Mutarea atributelor KeePassHTTP la date particularizate + Refresh database ID + Actualizați ID-ul bazei de date + + + Do you really want refresh the database ID? +This is only necessary if your database is a copy of another and the browser extension cannot connect. + Chiar doriți să reîmprospătați ID-ul bazei de date? +Acest lucru este necesar doar dacă baza de date este o copie a alteia și extensia browserului nu se poate conecta. - Do you really want to convert all legacy browser integration data to the latest standard? -This is necessary to maintain compatibility with the browser plugin. + Convert legacy KeePassHTTP attributes to KeePassXC-Browser compatible custom data - Refresh database ID + No keys found - Do you really want refresh the database ID? -This is only necessary if your database is a copy of another and the browser extension cannot connect. + Removed keys from database + Chei eliminate din baza de date + + + Removed permissions + + + + No entry with permissions found! @@ -1830,6 +1857,18 @@ Sigur continuați fără parolă? Failed to change database credentials + Nu s-a reușit modificarea credențialelor bazei de date + + + Weak password + + + + This is a weak password! For better protection of your secrets, you should choose a stronger password. + + + + The provided password does not meet the minimum quality requirement. @@ -1839,14 +1878,6 @@ Sigur continuați fără parolă? Decryption Time: Timp de decriptare: - - Change existing decryption time - Modificați timpul de decriptare existent - - - Change - Schimba - Decryption time in seconds Timpul de decriptare în secunde @@ -1869,7 +1900,7 @@ Sigur continuați fără parolă? Unless you need to open your database with other programs, always use the latest format. - + Cu excepția cazului în care aveți nevoie să vă deschideți baza de date cu alte programe, utilizați întotdeauna cel mai recent format. Encryption Algorithm: @@ -1927,11 +1958,6 @@ Sigur continuați fără parolă? KDBX 3 - - unchanged - Database decryption time is unchanged - Neschimbat - Number of rounds too high Key transformation rounds @@ -1941,7 +1967,9 @@ Sigur continuați fără parolă? You are using a very high number of key transform rounds with Argon2. If you keep this number, your database may take hours, days, or even longer to open. - + Folosiți un număr foarte mare de runde de transformare a cheilor cu Argon2. + +Dacă păstrați acest număr, este posibil ca deschiderea bazei dvs. de date să dureze ore, zile sau chiar mai mult. Understood, keep number @@ -1980,6 +2008,18 @@ If you keep this number, your database will not be protected from brute force at Threads for parallel execution (KDF settings) filet (e)filet (e)thread(s) + + Encryption Settings: + + + + Basic + + + + Advanced + Avansat + DatabaseSettingsWidgetFdoSecrets @@ -1989,7 +2029,7 @@ If you keep this number, your database will not be protected from brute force at Don't expose this database - + Nu expuneți această bază de date Expose entries under this group: @@ -2004,7 +2044,7 @@ If you keep this number, your database will not be protected from brute force at DatabaseSettingsWidgetGeneral Database Metadata - + Metadatele bazei de date Database name: @@ -2099,6 +2139,29 @@ add up to the specified amount at most. instead of deleting them from the database. Entries deleted from the recycle bin are removed from the database. + Mutarea intrărilor într-un grup de coș de gunoi +în loc să le ștergeți din baza de date. +Înregistrările șterse din coșul de gunoi sunt +eliminate din baza de date. + + + Autosave delay since last change + + + + Autosave delay + + + + Autosave delay since last change in minutes + + + + min + Min + + + Autosave delay since last change checkbox @@ -2142,11 +2205,11 @@ removed from the database. Delete selected icon(s) - + Ștergeți pictogramele selectate Delete all custom icons not in use by any entry or group - + Ștergeți toate pictogramele personalizate care nu sunt utilizate de nicio intrare sau grup Purge unused icons @@ -2158,7 +2221,7 @@ removed from the database. At least one of the selected icons is currently in use by at least one entry or group. The icons of all affected entries and groups will be replaced by the default icon. Are you sure you want to delete icons that are currently in use? - + Cel puțin una dintre pictogramele selectate este utilizată în prezent de cel puțin o intrare sau un grup. Pictogramele tuturor intrărilor și grupurilor afectate vor fi înlocuite cu pictograma implicită. Sunteți sigur că doriți să ștergeți pictogramele care sunt utilizate în prezent? Custom Icons Are In Use @@ -2196,6 +2259,121 @@ removed from the database. Câmpul descrierii bazei de date + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Înlătură + + + Command Settings + + + + Name + Nume + + + Save + Salvează + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2228,26 +2406,10 @@ Acest lucru este cu siguranta un bug, vă rugăm să raporteze la dezvoltatori.< CSV file Fișier CSV - - Select CSV file - Selectați fișierul CSV - Merge database Îmbină baza de date - - KeePass 1 database - Bază de date KeePass 1 - - - Open KeePass 1 database - Deschide bază de date KeePass 1 - - - Open OPVault - - Export database to CSV file Exportă baza de date în fișier CSV @@ -2261,21 +2423,24 @@ Acest lucru este cu siguranta un bug, vă rugăm să raporteze la dezvoltatori.< Scrierea fișierului HTML a eșuat. - Export Confirmation - Confirmare la export + Export database to XML file + - You are about to export your database to an unencrypted file. This will leave your passwords and sensitive information vulnerable! Are you sure you want to continue? - Ești pe cale să exporti baza de date într-un fișier necriptat. Acest lucru va lăsa parolele și informațiile dvs. sensibile vulnerabile! Esti sigur ca vrei sa continui? + XML file + - New Database - Bază de date nouă + Writing the XML file failed + - %1 [New Database] - Database tab name modifier - %1 [bază de date nouă] + Export Confirmation + Confirmare la export + + + You are about to export your database to an unencrypted file. This will leave your passwords and sensitive information vulnerable! Are you sure you want to continue? + Ești pe cale să exporti baza de date într-un fișier necriptat. Acest lucru va lăsa parolele și informațiile dvs. sensibile vulnerabile! Esti sigur ca vrei sa continui? %1 [Locked] @@ -2283,23 +2448,20 @@ Acest lucru este cu siguranta un bug, vă rugăm să raporteze la dezvoltatori.< %1 [blocat] - Export database to XML file - - - - XML file - - - - Writing the XML file failed + %1 [Temporary] + Database tab name modifier DatabaseWidget + + Searches and Tags + Căutări și etichete + Searching… - + Se caută... Shared group… @@ -2307,11 +2469,11 @@ Acest lucru este cu siguranta un bug, vă rugăm să raporteze la dezvoltatori.< Confirm Auto-Type - + Confirmă auto-tastarea Perform Auto-Type into the previously active window? - + Efectuează Auto-tastare în fereastra activă anterior? Execute command? @@ -2343,7 +2505,11 @@ Acest lucru este cu siguranta un bug, vă rugăm să raporteze la dezvoltatori.< Expired entries - + Intrări expirate + + + Entries expiring within %1 day(s) + No current database. @@ -2370,7 +2536,19 @@ Acest lucru este cu siguranta un bug, vă rugăm să raporteze la dezvoltatori.< Nu sunt rezultate - Lock Database? + Save + Salvează + + + Enter a unique name or overwrite an existing search from the list: + + + + Save Search + Salvați căutarea + + + Lock Database? Blocarea bazei de date? @@ -2445,7 +2623,7 @@ Dezactivați salvarea sigură și încercați din nou? Save database backup - + Salvare copie de siguranță a bazei de date Empty recycle bin? @@ -2459,24 +2637,49 @@ Dezactivați salvarea sigură și încercați din nou? Could not find database file: %1 - - Entries expiring within %1 day(s) - + + New Database + Bază de date nouă - Searches and Tags + %1 [New Database] + Database tab name modifier + %1 [bază de date nouă] + + + Remote Sync did not contain any download or upload commands. - Enter a unique name or overwrite an existing search from the list: + Remote sync '%1' completed successfully! - Save - Salvează + Remote sync '%1' failed: %2 + - Save Search + Error while saving database %1: %2 + + + + Downloading... + Descărcarea... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? @@ -2496,7 +2699,7 @@ Dezactivați salvarea sigură și încercați din nou? Auto-Type - Auto tiparire + Auto-tastare Browser Integration @@ -2530,10 +2733,6 @@ Dezactivați salvarea sigură și încercați din nou? n/a nu se aplică - - (encrypted) - (criptat) - Select private key Selectați cheia privată @@ -2565,19 +2764,23 @@ Unfortunately, any changes made have been lost. Auto-Type Validation Error - + Eroare de validare la Auto-tastare An error occurred while validating the custom Auto-Type sequence: %1 Would you like to correct it? - + A apărut o eroare la validarea secvenței de Auto-tastare personalizare: +%1 +Doriți să o corectați? An error occurred while validating the Auto-Type sequence for "%1": %2 Would you like to correct it? - + A apărut o eroare la validarea secvenței de Auto-tastare pentru "%1": +%2 +Doriți să o corectați? Entry updated successfully. @@ -2609,12 +2812,16 @@ Would you like to correct it? [PROTECTED] Press Reveal to view or edit - + Apăsați Revelați pentru a vizualiza sau edita Hide Ascunde + + %n hour(s) + + %n week(s) % n săptămână (i)% n săptămână (i)%n săptămână(i) @@ -2627,9 +2834,9 @@ Would you like to correct it? %n year(s) % n an (i)% n an (i)%n an(i) - - %n hour(s) - + + Failed to decrypt SSH key, ensure password is correct. + @@ -2696,7 +2903,7 @@ Would you like to correct it? Exclude from database reports - + Excludere din rapoartele bazei de date Foreground Color: @@ -2719,23 +2926,23 @@ Would you like to correct it? EditEntryWidgetAutoType Enable Auto-Type for this entry - Activare tiparire automat pentru această intrare + Activează auto-tastare pentru această înregistrare Inherit default Auto-Type sequence from the group - + Moștenește secvența implicită de Auto-tastare de la grup Use custom Auto-Type sequence: - + Folosește secvență de Auto-tastare personalizată: Custom Auto-Type sequence - Secvență personalizată Auto-Type + Secvență personalizată de Auto-tastare Open Auto-Type help webpage - Deschideți pagina web de ajutor Auto-Type + Deschide pagina web de ajutor pentru Auto-tastare Window Associations @@ -2749,10 +2956,20 @@ Would you like to correct it? Add new window association Adăugați asociere fereastră nouă + + + + Add item + + + Remove selected window association Eliminați asocierea ferestrei selectată + + - + Remove item + - + Window title: Titlu fereastră: @@ -2775,25 +2992,11 @@ Would you like to correct it? Custom Auto-Type sequence for this window - Secvență personalizată de tip automat pentru această fereastră - - - + - Add item - + - - - - - Remove item - - + Secvență personalizată de Auto-tastare pentru această fereastră EditEntryWidgetBrowser - - These settings affect to the entry's behaviour with the browser extension. - Aceste setări afectează comportamentul intrării cu extensia browserului. - General General @@ -2808,7 +3011,7 @@ Would you like to correct it? Only send this setting to the browser for HTTP Auth dialogs. If enabled, normal login forms will not show this entry for selection. - + Trimiteți această setare către browser numai pentru dialogurile de autentificare HTTP. Dacă este activată, formularele normale de autentificare nu vor afișa această intrare pentru selecție. Use this entry only with HTTP Basic Auth @@ -2816,16 +3019,12 @@ Would you like to correct it? Do not send this setting to the browser for HTTP Auth dialogs. If enabled, HTTP Auth dialogs will not show this entry for selection. - + Nu trimiteți această setare către browser pentru dialogurile de autentificare HTTP. Dacă este activată, dialogurile de autentificare HTTP nu vor afișa această intrare pentru selecție. Do not use this entry with HTTP Basic Auth - - Additional URL's - Adresa URL suplimentară - Add Adaugă @@ -2838,6 +3037,14 @@ Would you like to correct it? Edit Editați + + These settings affect the entry's behaviour with the browser extension. + + + + Additional URLs + + EditEntryWidgetHistory @@ -2882,7 +3089,7 @@ Would you like to correct it? EditEntryWidgetMain Edit Entry - + Editați intrarea Notes field @@ -2930,7 +3137,7 @@ Would you like to correct it? Tags list - + Listă de etichete &Username: @@ -3003,19 +3210,6 @@ Would you like to correct it? Private key Cheie privată - - External file - Fișier extern - - - Browser for key file - Browser pentru fișierul cheie - - - Browse… - Button for opening file dialog - - Attachment Atașament @@ -3032,6 +3226,23 @@ Would you like to correct it? Remove from agent Elimină din agent + + External file + Fișier extern + + + Browser for key file + Browser pentru fișierul cheie + + + Browse… + Button for opening file dialog + Răsfoiți... + + + Generate + Generează + Select attachment file Selectați fișierul de atașament @@ -3067,10 +3278,6 @@ Would you like to correct it? Icon Icon - - Browser Integration - Integrare cu browserul - Properties Proprietăți @@ -3087,6 +3294,10 @@ Would you like to correct it? Group has unsaved changes + + Browser Integration + Integrare cu browserul + Enable Activează @@ -3146,6 +3357,14 @@ Would you like to correct it? Omit WWW subdomain from matching toggle for this and sub groups + + Restrict matching to given browser key: + + + + Restrict matching to given browser key toggle for this and sub groups + + EditGroupWidgetKeeShare @@ -3179,7 +3398,7 @@ Would you like to correct it? Browse… - + Răsfoiți... Clear fields @@ -3281,15 +3500,15 @@ Extensiile acceptate sunt: %1. Use default Auto-Type sequence of parent group - + Folosește secvența implicită de Auto-tastare a grupului părinte Auto-Type: - + Auto-tastare: Search: - + Căutare: Auto-Type toggle for this and sub groups @@ -3301,7 +3520,7 @@ Extensiile acceptate sunt: %1. Default auto-type sequence field - Câmpul de secvență implicit de tip automat + Câmpul de secvență implicit de auto-tastare Notes field @@ -3313,7 +3532,7 @@ Extensiile acceptate sunt: %1. Set default Auto-Type sequence - + Setează secvența implicită de Auto-tastare Search toggle for this and sub groups @@ -3378,10 +3597,6 @@ Extensiile acceptate sunt: %1. Unable to fetch favicon. Nu pot descărca favicon. - - You can enable the DuckDuckGo website icon service under Tools -> Settings -> Security - Puteți activa serviciul de pictogramă a site-ului web DuckDuckGo în Instrumente -> Setări -> Securitate - Existing icon selected. Pictograma existentă selectată. @@ -3414,6 +3629,10 @@ Extensiile acceptate sunt: %1. The following icon(s) failed: Pictograma (ele) următoare nu a reușit:Pictograma (ele) următoare nu a reușit:Pictograma(e) următoare nu au reușit: + + You can enable the DuckDuckGo website icon service under Application Settings -> Security + + EditWidgetProperties @@ -3490,6 +3709,10 @@ Acest lucru poate provoca moduluri afectate la defecțiune. %1 - Clone %1 - Clona + + Passkey + Cheie de acces + EntryAttachments @@ -3619,11 +3842,6 @@ Acest lucru poate provoca moduluri afectate la defecțiune. Confirm Overwrite Attachment - - Attachment "%1" already exists. -Would you like to overwrite the existing attachment? - - Confirm Attachment @@ -3642,7 +3860,8 @@ Are you sure to add this file? The attachment '%1' was modified. Do you want to save the changes to your database? - + Atașamentul '%1' a fost modificat. +Doriți să salvați modificările în baza de date? Saving attachment failed @@ -3653,6 +3872,11 @@ Do you want to save the changes to your database? Error: %1 + + Attachment "%1" already exists. +Would you like to overwrite the existing attachment? + + EntryAttributesModel @@ -3693,7 +3917,7 @@ Error: %1 Password - Parola + Parolă URL @@ -3733,11 +3957,11 @@ Error: %1 Auto-Type - Auto tiparire + Auto-tastare Tags - + Etichete @@ -3847,6 +4071,10 @@ Error: %1 Has TOTP + + Background Color + + EntryPreviewWidget @@ -3867,8 +4095,8 @@ Error: %1 Parola - Notes - Notițe + URL + URL Expiration @@ -3876,19 +4104,19 @@ Error: %1 Tags - + Etichete Tags list - + Listă de etichete Username Nume utilizator - URL - URL + Notes + Notițe Advanced @@ -3904,7 +4132,7 @@ Error: %1 Autotype - autotipie + Auto-tastare Default Sequence @@ -3938,6 +4166,10 @@ Error: %1 Never Niciodată + + Double click to copy value + Dublu clic pentru a copia valoarea + Enabled Activat @@ -3946,13 +4178,9 @@ Error: %1 Disabled Dezactivat - - Double click to copy value - - Double click to copy to clipboard - + Dublu clic pentru a copia în clipboard @@ -4147,7 +4375,7 @@ This will leave your passwords and sensitive information vulnerable! HibpDownloader Online password validation failed - + Validarea parolei online a eșuat @@ -4180,11 +4408,11 @@ Puteți activa serviciul pictogramelor site-ului web DuckDuckGo în secțiunea d Please wait, processing entry list… - + Vă rugăm să așteptați, se procesează lista de intrări... Downloading… - + Se descarcă... Ok @@ -4200,85 +4428,226 @@ Puteți activa serviciul pictogramelor site-ului web DuckDuckGo în secțiunea d Downloading favicons (%1/%2)… - + Se descarcă pictogramele (%1/%2)... - KMessageWidget - - &Close - &Închide - + ImportWizard - Close message - Închide mesaj + Import Wizard + Asistent de import - Kdbx3Reader - - Missing database headers - - + ImportWizardPageReview - Unable to calculate database key - + WizardPage + Pagină de start - Unable to issue challenge-response: %1 - + Entry count: %1 + Numărul de intrări: %1 - Invalid credentials were provided, please try again. -If this reoccurs, then your database file may be corrupt. - Au fost furnizate datele de acreditare nevalide, încercați din nou. -Dacă reîncepe, atunci fișierul dvs. de bază de date poate fi corupt. + Group + Grup - Header doesn't match hash - Antetul nu se potrivește cu hash + Title + Titlu - Invalid header id size - Dimensiune ID antet nevalidă + Username + Nume utilizator - Invalid header field length: field %1 - + Password + Parolă - Invalid header data length: field %1, %2 expected, %3 found - + Url + URL - Kdbx3Writer + ImportWizardPageSelect - Invalid symmetric cipher IV size. - IV = Initialization Vector for symmetric cipher - Cifrul simetric nevalid dimensiune IV. + Form + De la - Unable to issue challenge-response: %1 - + Import File Selection + Selectarea fișierului de import - Unable to calculate database key - + Password: + Parola: - - - Kdbx4Reader - missing database headers - Lipsă de anteturi de baze de date + Key File: + Fișier cheie: - Unable to calculate database key: %1 - + Browse… + Răsfoiți... - Invalid header checksum size + Import Into: + Importați în: + + + New Database + Bază de date nouă + + + No unlocked databases available + Nu sunt disponibile baze de date deblocate + + + Existing Database: + Bază de date existentă: + + + Import File: + Importați fișierul: + + + Comma Separated Values (.csv) + Valori separate prin virgulă (.csv) + + + 1Password Export (.1pux) + + + + 1Password Vault (.opvault) + + + + Bitwarden (.json) + + + + KeePass 1 Database (.kdb) + + + + Open OPVault + + + + Select import file + Selectați fișierul de import + + + All files + Toate fișierele + + + Key files + Fișiere cheie + + + Select key file + Selectați fișier cheie + + + Comma Separated Values + Valori separate prin virgulă + + + 1Password Export + + + + Bitwarden JSON Export + + + + 1Password Vault + + + + KeePass1 Database + + + + + KMessageWidget + + &Close + &Închide + + + Close message + Închide mesaj + + + + Kdbx3Reader + + Missing database headers + + + + Unable to calculate database key + + + + Unable to issue challenge-response: %1 + + + + Invalid credentials were provided, please try again. +If this reoccurs, then your database file may be corrupt. + Au fost furnizate datele de acreditare nevalide, încercați din nou. +Dacă reîncepe, atunci fișierul dvs. de bază de date poate fi corupt. + + + Header doesn't match hash + Antetul nu se potrivește cu hash + + + Invalid header id size + Dimensiune ID antet nevalidă + + + Invalid header field length: field %1 + + + + Invalid header data length: field %1, %2 expected, %3 found + + + + + Kdbx3Writer + + Invalid symmetric cipher IV size. + IV = Initialization Vector for symmetric cipher + Cifrul simetric nevalid dimensiune IV. + + + Unable to issue challenge-response: %1 + + + + Unable to calculate database key + + + + + Kdbx4Reader + + missing database headers + Lipsă de anteturi de baze de date + + + Unable to calculate database key: %1 + + + + Invalid header checksum size Dimensiune de control antet nevalidă @@ -4476,7 +4845,10 @@ Dacă reîncepe, atunci fișierul dvs. de bază de date poate fi corupt. - + Fișierul selectat este o bază de date veche KeePass 1 (.kdb). + +Puteți să o importați făcând clic pe Bază de date > „Import KeePass 1 database...”. +Aceasta este o migrare unidirecțională. Nu veți putea deschide baza de date importată cu vechea versiune KeePassX 0.4. Not a KeePass database. @@ -4527,7 +4899,7 @@ Linia %2, coloana %3 Invalid EnableAutoType value - Valoare nevalidă pentru permite AutoTiparire + Valoare invalidă pentru permiterea auto-tastării Invalid EnableSearching value @@ -4579,7 +4951,7 @@ Linia %2, coloana %3 Auto-type association window or sequence missing - Lipsă de fereastra de asociere de tiparire auto sau secvența + Lipsește fereastra de asociere sau secvența de auto-tastare Invalid bool value @@ -4634,17 +5006,6 @@ Linia %2, coloana %3 Deschiderea cheii private a eșuat - - KeePass1OpenWidget - - Import KeePass1 Database - Importați baza de date KeePass1 - - - Unable to open the database. - Nu pot deschide baza de date. - - KeePass1Reader @@ -4881,11 +5242,11 @@ Dacă reîncepe, atunci fișierul dvs. de bază de date poate fi corupt. Generate a new key file or choose an existing one to protect your database. - + Generați un nou fișier cheie sau alegeți unul existent pentru a vă proteja baza de date. Note: Do NOT use a file that may change as that will prevent you from unlocking your database. - + Notă: NU utilizați un fișier care se poate modifica, deoarece acest lucru vă va împiedica să deblocați baza de date. Browse for key file @@ -4893,7 +5254,7 @@ Dacă reîncepe, atunci fișierul dvs. de bază de date poate fi corupt. Browse… - + Răsfoiți... Old key file format @@ -4931,7 +5292,7 @@ Mesaj: %2 <p>You can add a key file containing random bytes for additional security.</p><p>You must keep it secret and never lose it or you will be locked out.</p> - + <p>Puteți adăuga un fișier cheie care conține octeți aleatori pentru o securitate suplimentară.</p><p>Trebuie să îl păstrați secret și să nu îl pierdeți niciodată, altfel veți fi blocat.</p> Key files @@ -5001,10 +5362,6 @@ Sigur doriți să continuați cu acest fișier? &Recent Databases &Baze de date recente - - &Import - &Import - &Export &Export @@ -5015,16 +5372,20 @@ Sigur doriți să continuați cu acest fișier? &Entries - + &Intrări Copy Att&ribute - + Copiați at&ributul TOTP TOTP + + Tags + Etichete + &Groups &Grupuri @@ -5035,11 +5396,11 @@ Sigur doriți să continuați cu acest fișier? View - + Vizualizați Theme - + Temă &Quit @@ -5069,45 +5430,25 @@ Sigur doriți să continuați cu acest fișier? &New Database… &Bază de date nouă... - - Create a new database - Crearea unei baze de date noi - &Merge From Database… - - - - Merge from another KDBX database - Îmbinare dintr-o altă bază de date KDBX + &Îmbinare din bază de date... &New Entry… - - - - Add a new entry - Adăugarea unei noi intrări + &Intrare nouă... &Edit Entry… - - - - View or edit entry - Vizualizarea sau editarea intrării + &Editare intrare &Delete Entry… - + &Ștergeți intrarea... &New Group… - - - - Add a new group - Adăugarea unui grup nou + &Grup nou... &Edit Group… @@ -5115,11 +5456,11 @@ Sigur doriți să continuați cu acest fișier? &Delete Group… - + &Ștergeți grupul... Download All &Favicons… - + Descărcare toate &favicoanele... Sort &A-Z @@ -5131,63 +5472,39 @@ Sigur doriți să continuați cu acest fișier? Sa&ve Database As… - + &Salvare bază de date ca... Database &Security… - + Securitate bază de date... Database &Reports… - - - - Statistics, health check, etc. - + &Rapoarte bază de date... &Database Settings… Setări bază de &date... - - Database settings - Setări bază de date - &Clone Entry… - + &Intrare clonă... Move u&p - - Move entry one step up - - Move do&wn - - Move entry one step down - - Copy &Username - - - - Copy username to clipboard - Copiere nume utilizator în Clipboard + Copiați &numele de utilizator Copy &Password - - - - Copy password to clipboard - Copiere parolă în Clipboard + Copiați &parola &Settings @@ -5199,11 +5516,11 @@ Sigur doriți să continuați cu acest fișier? Perform &Auto-Type - Efectuați și &Auto-Tiparire + Efectuează &Auto-tastare Download &Favicon - + Descărcare &favicon Open &URL @@ -5211,32 +5528,24 @@ Sigur doriți să continuați cu acest fișier? &Lock Database - + &Blocați baza de date Lock &All Databases - + Blocați &toate bazele de date &Title &Titlu - Copy title to clipboard - Copiere titlu în Clipboard - - - Copy URL to clipboard - Copiere URL în Clipboard + Copy &URL + Copiați &URL-ul &Notes &Notițe - - Copy notes to clipboard - Copierea notelor în Clipboard - &CSV File… @@ -5249,33 +5558,21 @@ Sigur doriți să continuați cu acest fișier? KeePass 1 Database… - - Import a KeePass 1 database - Importul unei baze de date KeePass 1 - 1Password Vault… - - Import a 1Password Vault - Import 1Password Vault - CSV File… Fișier CSV... - - Import a CSV file - Importul unui fișier CSV - Show TOTP - + Afișare TOTP Show QR Code - + Afișare cod QR Set up TOTP… @@ -5285,6 +5582,10 @@ Sigur doriți să continuați cu acest fișier? Copy &TOTP Copiază &TOTP + + Copy Password and TOTP + Copiați parola și TOTP + E&mpty recycle bin coș de r&eciclare gol @@ -5295,7 +5596,7 @@ Sigur doriți să continuați cu acest fișier? Report a &Bug - + Raportați o eroare &Getting Started @@ -5307,11 +5608,7 @@ Sigur doriți să continuați cu acest fișier? &Online Help - - - - Go to online documentation - + &Ajutor online &User Guide @@ -5327,7 +5624,7 @@ Sigur doriți să continuați cu acest fișier? Save Database Backup… - + Salvați copia de siguranță a bazei de date... Add key to SSH Agent @@ -5339,35 +5636,39 @@ Sigur doriți să continuați cu acest fișier? Compact Mode - + Modul compact Automatic - + Automată Light - + Deschisă Dark - + Întunecată Classic (Platform-native) - + Clasică (platformă-nativă) + + + Show Menubar + Afișați meniul Show Toolbar - + Afișați bara de instrumente Show Preview Panel - + Afișare panou de previzualizare Always on Top - + Mereu deasupra Hide Usernames @@ -5379,6 +5680,10 @@ Sigur doriți să continuați cu acest fișier? Clone Group... + Clonează grupul... + + + &XML File… @@ -5391,13 +5696,15 @@ Sigur doriți să continuați cu acest fișier? Don't show again for this version - + Nu se afișează din nou pentru această versiune WARNING: You are using an unstable build of KeePassXC. There is a high risk of corruption, maintain a backup of your databases. This version is not meant for production use. - + AVERTISMENT: Folosiți o versiune instabilă a KeePassXC. +Există un risc ridicat de corupție, păstrați o copie de siguranță a bazelor de date. +Această versiune nu este destinată utilizării în producție. NOTE: You are using a pre-release version of KeePassXC. @@ -5407,7 +5714,13 @@ Expect some bugs and minor issues, this version is meant for testing purposes. WARNING: Your Qt version may cause KeePassXC to crash with an On-Screen Keyboard. We recommend you use the AppImage available on our downloads page. - + AVERTISMENT: Versiunea dvs. de Qt poate cauza blocarea KeePassXC cu o tastatură pe ecran. + +Vă recomandăm să folosiți AppImage disponibil pe pagina noastră de descărcări. + + + No Tags + Fără etichete Restore Entry(s) @@ -5437,6 +5750,10 @@ We recommend you use the AppImage available on our downloads page. Quit KeePassXC Părăsiți KeePassXC + + %1 Entry(s) + + Please present or touch your YubiKey to continue… @@ -5450,35 +5767,287 @@ We recommend you use the AppImage available on our downloads page. - Tags + Allow Screen Capture - No Tags + 1Password 1PUX... - - %1 Entry(s) - - - Copy Password and TOTP + Import a 1Password 1PUX file - &XML File… + Import… - XML File… + Passkeys… - Copy &URL + Import Passkey + Importare cheie de acces + + + Quit Application - Allow Screen Capture + Open About Dialog + + + + Open Database + Deschideți baza de date + + + Create Database + Creați o bază de date + + + Merge From Database + + + + Create Entry + + + + Edit Entry + Editați intrarea + + + Delete Entry + + + + Create Group + + + + Edit Group + + + + Delete Group + + + + Download All Favicons + + + + Sort Groups A-Z + + + + Sort Groups Z-A + + + + Save Database As + + + + Show Database Security + + + + Show Database Reports + + + + Show Database Settings + + + + Show Passkeys + + + + Clone Entry + + + + Move Entry Up + + + + Move Entry Down + + + + Copy Username + Copiați numele de utilizator + + + Copy Password + Copiați parola + + + Show Application Settings + + + + Show Password Generator + + + + Perform Auto-Type: {USERNAME} + + + + Perform Auto-Type: {USERNAME}{ENTER} + + + + Perform Auto-Type: {PASSWORD} + + + + Perform Auto-Type: {PASSWORD}{ENTER} + + + + Perform Auto-Type: {TOTP} + + + + Copy Title + + + + Copy URL + + + + Copy Notes + + + + Export to CSV + + + + Export to HTML + + + + Import KeePass1 Database + Importați baza de date KeePass1 + + + Import 1Password Vault + + + + Import CSV File + + + + Show TOTP QR Code + + + + Set up TOTP + + + + Empty Recycle Bin + + + + Open Donation Website + + + + Open Bug Report + + + + Open Online Documentation + + + + Open Keyboard Shortcuts Guide + + + + Save Database Backup + + + + SSH Agent: Add Key + + + + SSH Agent: Remove Key + + + + Toggle Compact Mode + + + + Set Theme: Automatic + + + + Set Theme: Light + + + + Set Theme: Dark + + + + Set Theme: Classic + + + + Toggle Show Menubar + Comutați afișare meniu + + + Toggle Show Toolbar + + + + Toggle Show Preview Panel + + + + Toggle Always on Top + + + + Toggle Hide Usernames + + + + Toggle Hide Passwords + + + + Export to XML + + + + Toggle Allow Screen Capture + + + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… @@ -5521,7 +6090,7 @@ We recommend you use the AppImage available on our downloads page. Reset any remembered decisions for this application - + Resetează toate deciziile reținute pentru această aplicație @@ -5538,26 +6107,6 @@ We recommend you use the AppImage available on our downloads page. Overwriting %1 [%2] Suprascrierea %1 [%2] - - older entry merged from database "%1" - intrare mai veche îmbinată din baza de date "%1" - - - Adding backup for older target %1 [%2] - Adăugarea copiei de rezervă pentru ținta mai veche %1 [%2] - - - Adding backup for older source %1 [%2] - Adăugarea copiei de rezervă pentru sursa mai veche %1 [%2] - - - Reapplying older target entry on top of newer source %1 [%2] - Reaplicarea intrării țintă mai vechi în partea de sus a sursei mai noi %1 [%2] - - - Reapplying older source entry on top of newer target %1 [%2] - Reaplicarea intrării sursei mai vechi în partea de sus a țintei mai noi %1 [%2] - Synchronizing from newer source %1 [%2] Sincronizarea din sursa mai nouă %1 [%2] @@ -5595,7 +6144,7 @@ We recommend you use the AppImage available on our downloads page. NewDatabaseWizard Create a new KeePassXC database… - + Crearea unei noi baze de date KeePassXC... Root @@ -5617,24 +6166,16 @@ We recommend you use the AppImage available on our downloads page. Here you can adjust the database encryption settings. Don't worry, you can change them later in the database settings. Aici aveți posibilitatea să ajustați setările de criptare a bazei de date. Nu vă faceți griji, le puteți modifica mai târziu în setările bazei de date. - - Advanced Settings - Setări avansate - - - Simple Settings - Setări simple - NewDatabaseWizardPageDatabaseKey Database Credentials - + Credențiale pentru baza de date A set of credentials known only to you that protects your database. - + Un set de credențiale cunoscute doar de dvs. care vă protejează baza de date. @@ -5705,15 +6246,6 @@ We recommend you use the AppImage available on our downloads page. Se așteaptă %1 octeți de text clar, %2 găsit - - OpVaultOpenWidget - - Read Database did not produce an instance -%1 - Citirea bazei de date nu a produs o instanță -%1 - - OpVaultReader @@ -5787,6 +6319,10 @@ We recommend you use the AppImage available on our downloads page. Unknown cipher: %1 Cifru necunoscut: %1 + + AES-256/GCM is currently not supported + + Passphrase is required to decrypt this key Passphrase este necesar pentru a decripta această tastă @@ -5804,56 +6340,229 @@ We recommend you use the AppImage available on our downloads page. KDF necunoscut: %1 - Failed to initialize cipher: %1 + Failed to initialize cipher: %1 + + + + Decryption failed: %1 + + + + Decryption failed, wrong passphrase? + Decriptarea nu a reușit, fraza de acces greșită? + + + Unexpected EOF while reading key + + + + Unsupported key part + + + + Unexpected EOF while reading public key + EOF neașteptate în timpul citirii cheii publice + + + Unknown key type: %1 + Tip de cheie necunoscut: %1 + + + Unexpected EOF while reading private key + EOF neașteptate în timp ce citiți cheia privată + + + Can't write public key as it is empty + Nu se poate scrie cheie publică, deoarece este goală + + + Unexpected EOF when writing public key + EOF neașteptate atunci când scrierea cheie publică + + + Can't write private key as it is empty + Nu se poate scrie cheie privată, deoarece este goală + + + Unexpected EOF when writing private key + EOF neașteptate atunci când scrierea cheie privată + + + (encrypted) + (criptat) + + + + OpenSSHKeyGenDialog + + SSH Key Generator + + + + Type + Tip + + + Bits + + + + Comment + Comentariu + + + + PasskeyExportDialog + + KeePassXC - Passkey Export + KeePassXC - Export de chei de acces + + + Filenames will be generated with title and .passkey file extension. + + + + Export entries + Exportul intrărilor + + + Export Selected + + + + Cancel + Anulare + + + Export to folder + + + + Export the following passkey entries. + + + + + PasskeyExporter + + KeePassXC: Passkey Export + KeePassXC - Export de chei de acces + + + File "%1.passkey" already exists. +Do you want to overwrite it? + + + + + Cannot open file + + + + Cannot open file "%1" for writing. + + + + Cannot write to file + + + + + PasskeyImportDialog + + KeePassXC - Passkey Import + KeePassXC - Import cheie de acces + + + Username: %1 + + + + Group + Grup + + + Database + Bază de date + + + Import Passkey + Importare cheie de acces + + + Import + Import + + + Cancel + Anulare + + + Entry + Intrare + + + Create new entry + Creați o intrare nouă + + + Relying Party: %1 - Decryption failed: %1 - + Import the following passkey: + Importați următoarea cheie de acces: - Decryption failed, wrong passphrase? - Decriptarea nu a reușit, fraza de acces greșită? + Import the following passkey to this entry: + Importați următoarea cheie de acces în această intrare: - Unexpected EOF while reading key - + Default passkeys group (Imported Passkeys) + Grup de chei de acces implicite (chei de acces importate) + + + PasskeyImporter - Unsupported key part - + Passkey file + Fișier cheie de acces - Unexpected EOF while reading public key - EOF neașteptate în timpul citirii cheii publice + All files + Toate fișierele - Unknown key type: %1 - Tip de cheie necunoscut: %1 + Cannot open file + - Unexpected EOF while reading private key - EOF neașteptate în timp ce citiți cheia privată + Cannot open file "%1" for reading. + - Can't write public key as it is empty - Nu se poate scrie cheie publică, deoarece este goală + Open passkey file + Deschidere fișier cheie de acces - Unexpected EOF when writing public key - EOF neașteptate atunci când scrierea cheie publică + Cannot import passkey + Nu se poate importa cheia de acces - Can't write private key as it is empty - Nu se poate scrie cheie privată, deoarece este goală + Cannot import passkey file "%1". Data is missing. + Nu se poate importa fișierul de chei de acces "%1". Datele lipsesc. - Unexpected EOF when writing private key - EOF neașteptate atunci când scrierea cheie privată + Cannot import passkey file "%1". +The following data is missing: +%2 + Nu se poate importa fișierul de chei de acces "%1". +Următoarele date lipsesc: +%2 - AES-256/GCM is currently not supported - + Cannot import passkey file "%1". Private key is missing or malformed. + Nu se poate importa fișierul de chei de acces "%1". Cheia privată lipsește sau este deformată. @@ -6034,6 +6743,10 @@ We recommend you use the AppImage available on our downloads page. Also choose from: + + Excluded characters: "0", "1", "l", "I", "O", "|", "﹒" + Caractere excluse: "0", "1", "l", "I", "O", "|", "." + Exclude look-alike characters Exclude caractere asemănătoare @@ -6068,7 +6781,7 @@ We recommend you use the AppImage available on our downloads page. Delete selected wordlist - + Ștergerea listei de cuvinte selectate Add custom wordlist @@ -6114,17 +6827,41 @@ We recommend you use the AppImage available on our downloads page. Entropy: %1 bit Entropie: %1 bit + + Password Quality: %1 + Calitate parolă: %1 + + + Poor + Password quality + Inacceptabil + + + Weak + Password quality + Slab + + + Good + Password quality + Bun + + + Excellent + Password quality + Excelent + Confirm Delete Wordlist - + Confirmați ștergerea listei de cuvinte Do you really want to delete the wordlist "%1"? - + Chiar doriți să ștergeți lista de cuvinte "%1"? Failed to delete wordlist - + Nu s-a reușit ștergerea listei de cuvinte Wordlists @@ -6159,34 +6896,6 @@ Do you want to overwrite it? Special Characters Caractere speciale - - Password Quality: %1 - Calitate parolă: %1 - - - Poor - Password quality - Inacceptabil - - - Weak - Password quality - Slab - - - Good - Password quality - Bun - - - Excellent - Password quality - Excelent - - - Excluded characters: "0", "1", "l", "I", "O", "|", "﹒" - Caractere excluse: "0", "1", "l", "I", "O", "|", "." - PasswordWidget @@ -6208,7 +6917,7 @@ Do you want to overwrite it? Warning: Caps Lock enabled! - + Avertisment: Caps Lock este activat! Quality: %1 @@ -6235,7 +6944,7 @@ Do you want to overwrite it? Excelent - Toggle password visibilty using Control + H. Open the password generator using Control + G. + Toggle password visibility using Control + H. Open the password generator using Control + G. @@ -6292,6 +7001,10 @@ Do you want to overwrite it? Continue Continua + + Continue with weak password + + QObject @@ -6578,19 +7291,19 @@ Do you want to overwrite it? Copy the given attribute to the clipboard. Defaults to "password" if not specified. Don't translate "password", it refers to the attribute. - + Copiați atributul dat în clipboard. Valoarea implicită este "password" dacă nu este specificată. Copy the current TOTP to the clipboard (equivalent to "-a totp"). - + Copiați TOTP-ul curent în clipboard (echivalent cu "-a totp"). Must match only one entry, otherwise a list of possible matches is shown. - + Trebuie să corespundă unei singure intrări, în caz contrar se afișează o listă de posibile corespondențe. Copy an entry's attribute to the clipboard. - + Copiați atributul unei intrări în clipboard. Path of the entry to clip. @@ -6599,7 +7312,7 @@ Do you want to overwrite it? Timeout before clearing the clipboard (default is %1 seconds, set to 0 for unlimited). - + Timpul de așteptare înainte de ștergerea clipboardului (valoarea implicită este %1 secunde, setată la 0 pentru nelimitat). Invalid timeout value %1. @@ -6607,7 +7320,7 @@ Do you want to overwrite it? Multiple entries matching: - + Potrivirea mai multor intrări: Using matching entry: %1 @@ -6635,7 +7348,7 @@ Do you want to overwrite it? Entry's "%1" attribute copied to the clipboard! - + Atributul "%1" al intrării a fost copiat în clipboard! Clearing the clipboard in %1 second(s)... @@ -6685,6 +7398,10 @@ Do you want to overwrite it? Too many arguments provided. + + Path of the database. + Calea către baza de date + Target decryption time in MS for the database. @@ -6705,10 +7422,6 @@ Do you want to overwrite it? Create a new database. Creează o bază de date nouă. - - Path of the database. - Calea către baza de date - Invalid decryption time %1. @@ -6753,6 +7466,158 @@ Do you want to overwrite it? Successfully created new database. Noua bază de date a fost creată cu succes. + + Unset the password for the database. + + + + Unset the key file for the database. + + + + Edit a database. + + + + Cannot use %1 and %2 at the same time. + + + + Could not change the database key. + + + + Database was not modified. + + + + Writing the database failed: %1 + Scrierea bazei de date nu a reușit: %1 + + + Successfully edited the database. + + + + Cannot remove password: The database does not have a password. + + + + Cannot remove file key: The database does not have a file key. + + + + Loading the new key file failed: %1 + Încărcarea noului fișier cheie a eșuat: %1 + + + Found unexpected Key type %1 + + + + Cannot remove all the keys from a database. + + + + Show a database's information. + Afișare informații despre o bază de date. + + + UUID: + UUID: + + + Name: + Nume: + + + Description: + Descriere: + + + Cipher: + Cifru: + + + KDF: + KDF: + + + Recycle bin is enabled. + + + + Recycle bin is not enabled. + + + + Location + Locație + + + Database created + Baza de date creată + + + Last saved + Ultima salvare + + + Unsaved changes + Modificări salvate + + + yes + da + + + no + Nu + + + Number of groups + Număr de grupuri + + + Number of entries + Numărul de intrări + + + Number of expired entries + Numărul de intrări expirate + + + Unique passwords + Parole unice + + + Non-unique passwords + Parole non-unice + + + Maximum password reuse + Reutilizarea maximă a parolei + + + Number of short passwords + Număr de parole scurte + + + Number of weak passwords + Număr de parole slabe + + + Entries excluded from reports + Mențiuni excluse din rapoarte + + + Average password length + Lungimea medie a parolei + + + %1 characters + %1 caractere + Word count for the diceware passphrase. Word conta pentru fraza de acces diceware. @@ -6804,10 +7669,6 @@ Do you want to overwrite it? Enter new password for entry: Introduceți parola nouă pentru intrare: - - Writing the database failed: %1 - Scrierea bazei de date nu a reușit: %1 - Successfully edited entry %1. Intrare editată cu succes %1. @@ -7032,106 +7893,6 @@ Do you want to overwrite it? Successfully imported database. Baza de date importată cu succes. - - Show a database's information. - - - - UUID: - UUID: - - - Name: - Nume: - - - Description: - Descriere: - - - Cipher: - Cifru: - - - KDF: - KDF: - - - Recycle bin is enabled. - - - - Recycle bin is not enabled. - - - - Location - Locație - - - Database created - - - - Last saved - Ultima salvare - - - Unsaved changes - Modificări salvate - - - yes - da - - - no - Nu - - - Number of groups - Număr de grupuri - - - Number of entries - Numărul de intrări - - - Number of expired entries - Numărul de intrări expirate - - - Unique passwords - Parole unice - - - Non-unique passwords - Parole non-unice - - - Maximum password reuse - Reutilizarea maximă a parolei - - - Number of short passwords - Număr de parole scurte - - - Number of weak passwords - Număr de parole slabe - - - Entries excluded from reports - - - - Average password length - Lungimea medie a parolei - - - %1 characters - %1 caractere - Unknown command %1 Comanda necunoscută %1 @@ -7304,6 +8065,10 @@ Comenzi disponibile: Show the protected attributes in clear text. Afișează atributele protejate într-un text clar. + + Show all the attributes of the entry. + Afișare toate atributele intrării. + Show the attachments of the entry. @@ -7361,7 +8126,10 @@ Comenzi disponibile: stop supporting in the future. Please consider generating a new key file. - + AVERTISMENT: Folosiți un format de fișier cheie vechi, pe care KeePassXC +s-ar putea să nu îl mai suporte în viitor. + +Vă rugăm să luați în considerare generarea unui nou fișier cheie. Invalid YubiKey slot %1 @@ -7371,13 +8139,17 @@ Please consider generating a new key file. Invalid YubiKey serial %1 + + Please present or touch your YubiKey to continue. + + Enter password to encrypt database (optional): Introduceți parola pentru criptarea bazei de date (opțional): Do you want to create a database with an empty password? [y/N]: - + Doriți să creați o bază de date cu o parolă goală? [y/N]: Repeat password: @@ -7502,7 +8274,7 @@ Nucleu (Kernel): %3 %4 Auto-Type - Auto tiparire + Auto-tastare SSH Agent @@ -7518,7 +8290,7 @@ Nucleu (Kernel): %3 %4 Quick Unlock - + Deblocare rapidă Secret Service Integration @@ -7708,7 +8480,7 @@ Nucleu (Kernel): %3 %4 Do you really want to delete the entry "%1" for good? - + Chiar doriți să ștergeți definitiv intrarea "%1"? Do you really want to delete %n entry(s) for good? @@ -7788,7 +8560,7 @@ Nucleu (Kernel): %3 %4 lock all open databases - + blochează toate bazele de date deschise key file of the database @@ -7798,18 +8570,18 @@ Nucleu (Kernel): %3 %4 read password of the database from stdin citi parola bazei de date de la stdin - - Locked databases. - - Database failed to lock. - + Nu s-a reușit blocarea bazei de date. Another instance of KeePassXC is already running. O altă instanță a KeePassXC este deja în execuție. + + KeePassXC is not running. No open database to lock + KeePassXC nu rulează. Nu există o bază de date deschisă pentru a fi blocată + Fatal error while testing the cryptographic functions. Eroare fatală în timpul testării funcțiilor criptografice. @@ -7823,102 +8595,260 @@ Nucleu (Kernel): %3 %4 Parolă bază de date: - Invalid Settings - TOTP - Setări invalide + Invalid Settings + TOTP + Setări invalide + + + Invalid Key + TOTP + Cheie invalidă + + + Failed to create Windows Hello credential. + + + + Failed to sign challenge using Windows Hello. + + + + Warning: Failed to block screenshot capture on a top-level window. + Avertisment: Nu s-a reușit blocarea capturării capturii de ecran pe o fereastră de nivel superior. + + + Invalid Cipher + + + + Invalid KDF + + + + Access to all entries is denied + Accesul la toate intrările este interzis + + + allow screenshots and app recording (Windows/macOS) + + + + Set the key file for the database. +This option is deprecated, use --set-key-file instead. + + + + Databases have been locked. + Bazele de date au fost blocate. + + + Attestation not supported + + + + Credential is excluded + + + + Passkeys request canceled + + + + Invalid user verification + + + + Empty public key + + + + Invalid URL provided + + + + Passkeys + + + + AES initialization failed + + + + AES encrypt failed + + + + Failed to store in Linux Keyring + + + + Polkit returned an error: %1 + + + + Could not locate key in keyring + + + + Could not read key in keyring + + + + AES decrypt failed + + + + No Polkit authentication agent was available + + + + Polkit authorization failed + + + + No Quick Unlock provider is available + + + + Failed to init KeePassXC crypto. + + + + Failed to encrypt key data. + + + + Failed to get Windows Hello credential. + + + + Failed to decrypt key data. + + + + Origin is empty or not allowed + + + + Effective domain is not a valid domain + + + + Origin and RP ID do not match + + + + No supported algorithms were provided + + + + Wait for timer to expire + + + + Challenge is shorter than required minimum length + + + + user.id does not match the required length + + + + Favorite + Tag for favorite entries + - Invalid Key - TOTP - Cheie invalidă + File does not exist. + - Failed to create Windows Hello credential. + Cannot open file: %1 - Failed to sign challenge using Windows Hello. + Cannot parse file: %1 at position %2 - Warning: Failed to block screenshot capture on a top-level window. + Failed to decrypt json file: %1 - Invalid Cipher + Invalid encKeyValidation field - Invalid KDF + Invalid cipher list within encKeyValidation field - Please present or touch your YubiKey to continue. + Wrong password - Show all the attributes of the entry. + Invalid encrypted data field - Edit a database. + Invalid cipher list within encrypted data field - Could not change the database key. + Cannot initialize cipher - Database was not modified. + Cannot decrypt data - Successfully edited the database. + Bitwarden Import - Loading the new key file failed: %1 + Archived + Tag for archived entries - Unset the password for the database. + Invalid 1PUX file format: Not a valid ZIP file. - Unset the key file for the database. + Invalid 1PUX file format: Missing export.data - Cannot use %1 and %2 at the same time. + 1Password Import - Cannot remove all the keys from a database. + Enter Shortcut - Cannot remove password: The database does not have a password. + Action - Cannot remove file key: The database does not have a file key. + Shortcuts - Found unexpected Key type %1 + Unknown passkeys error - Set the key file for the database. -This options is deprecated, use --set-key-file instead. + Invalid KDF iterations, cannot decrypt json file - KeePassXC is not running. No open database to lock + Unsupported format, ensure your Bitwarden export is password-protected - allow screenshots and app recording (Windows/macOS) + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -7957,23 +8887,42 @@ This options is deprecated, use --set-key-file instead. - ReportsWidgetBrowserStatistics + RemoteHandler - Exclude expired entries from the report + Command `%1` did not finish in time. Process was killed. - Show only entries which have URL set + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. - Show only entries which have browser settings in custom data + Invalid download parameters provided. - Double-click entries to edit. + Command `%1` failed to download database. + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + + + ReportsWidgetBrowserStatistics + + Double-click entries to edit. + Faceți dublu clic pe intrări pentru a le edita. + List of entry URLs @@ -8008,7 +8957,7 @@ This options is deprecated, use --set-key-file instead. No entries with a URL, or none has browser extension settings saved. - + Nu există intrări cu o adresă URL sau niciuna nu are setările extensiilor de browser salvate. Title @@ -8034,20 +8983,28 @@ This options is deprecated, use --set-key-file instead. Exclude from reports - - - ReportsWidgetHealthcheck - Exclude expired entries from the report - + Only show entries that have a URL + Afișați numai intrările care au un URL - Also show entries that have been excluded from reports + Only show entries that have been explicitly allowed or denied + Afișează numai intrările care au fost permise sau refuzate în mod explicit + + + Show expired entries + Afișați intrările expirate + + + (Expired) + + + ReportsWidgetHealthcheck Hover over reason to show additional details. Double-click entries to edit. - + Treceți peste motiv pentru a afișa detalii suplimentare. Faceți dublu clic pe intrări pentru a le edita. Bad @@ -8120,6 +9077,18 @@ This options is deprecated, use --set-key-file instead. Exclude from reports + + Show expired entries + Afișați intrările expirate + + + Show entries that have been excluded from reports + + + + (Expired) + + ReportsWidgetHibp @@ -8216,6 +9185,73 @@ This options is deprecated, use --set-key-file instead. + + ReportsWidgetPasskeys + + Export + Export + + + Import + Import + + + List of entry URLs + + + + Title + Titlu + + + Path + Cale + + + Username + Nume utilizator + + + URLs + + + + Edit Entry… + + + + Delete Entry(s)… + + + + Relying Party + + + + Show expired entries + Afișați intrările expirate + + + (Expired) + + + + Export Confirmation + Confirmare la export + + + The passkey file will be vulnerable to theft and unauthorized use, if left unsecured. Are you sure you want to continue? + + + + Please wait, list of entries with passkeys is being updated… + Vă rugăm să așteptați, lista de intrări cu chei de acces este în curs de actualizare... + + + No entries with passkeys. + Nu există intrări cu chei de acces. + + ReportsWidgetStatistics @@ -8248,7 +9284,7 @@ This options is deprecated, use --set-key-file instead. Database created - + Baza de date creată Last saved @@ -8324,7 +9360,7 @@ This options is deprecated, use --set-key-file instead. Entries excluded from reports - + Mențiuni excluse din rapoarte Excluding entries from reports, e. g. because they are known to have a poor password, isn't necessarily a problem but you should keep an eye on them. @@ -8379,7 +9415,7 @@ This options is deprecated, use --set-key-file instead. Security keys are not supported by the agent or the security key provider is unavailable. - + Cheile de securitate nu sunt acceptate de agent sau furnizorul de chei de securitate nu este disponibil. No agent running, cannot remove identity. @@ -8455,10 +9491,14 @@ This options is deprecated, use --set-key-file instead. Search Help Căutare ajutor + + Save Search + Salvați căutarea + Search (%1)… Search placeholder text, %1 is the keyboard shortcut - + Căutare (%1)... Case sensitive @@ -8468,10 +9508,6 @@ This options is deprecated, use --set-key-file instead. Limit search to selected group Limitați căutarea la grupul selectat - - Save Search - - SettingsClientModel @@ -8523,39 +9559,23 @@ This options is deprecated, use --set-key-file instead. Show notification when passwords are retrieved by clients - + Afișare notificare atunci când parolele sunt recuperate de către clienți <html><head/><body><p>If enabled, any attempt to read a password must be confirmed. Otherwise, clients can read passwords without confirmation when the database is unlocked.</p><p>This option only covers the access to the password of an entry. Clients can always enumerate the items of exposed databases and query their attributes.</p></body></html> - + Dacă este activată, orice încercare de a citi o parolă trebuie confirmată. În caz contrar, clienții pot citi parolele fără confirmare atunci când baza de date este deblocată. Această opțiune se referă numai la accesul la parola unei intrări. Clienții pot oricând să enumere elementele din bazele de date expuse și să interogheze atributele acestora. Confirm when passwords are retrieved by clients - - <html><head/><body><p><span style=" - font-family:'-apple-system','BlinkMacSystemFont','Segoe UI','Helvetica','Arial','sans-serif','Apple Color - Emoji','Segoe UI Emoji'; font-size:14px; color:#24292e; background-color:#ffffff;">This setting does - not override disabling recycle bin prompts</span></p></body></html> - - - Confirm when clients request entry deletion - - <html><head/><body><p>This improves compatibility with certain applications - which search for password without unlocking the database first.</p><p>But enabling this may also - crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a - different value set in applications.)</p></body></html> - - - Prompt to unlock database before searching - + Solicitare de deblocare a bazei de date înainte de căutare Exposed database groups: @@ -8577,6 +9597,14 @@ This options is deprecated, use --set-key-file instead. Save current changes to activate the plugin and enable editing of this section. + + <html><head/><body><p>This setting does not override disabling recycle bin prompts </p></body></html> + + + + <html><head/><body><p>This improves compatibility with certain applications which search for password without unlocking the database first.</p><p>But enabling this may also crash the client if the database can not be unlocked within a certain timeout. (Usually 25s, but may be a different value set in applications.) </p></body></html> + <html><head/><body><p>Acest lucru îmbunătățește compatibilitatea cu anumite aplicații care caută parola fără să deblocheze mai întâi baza de date.</p><p>Dar activarea acestui lucru poate duce la blocarea clientului dacă baza de date nu poate fi deblocată într-un anumit interval de timp. (De obicei 25s, dar poate fi o valoare diferită stabilită în aplicații).  + SettingsWidgetKeeShare @@ -8644,7 +9672,7 @@ This options is deprecated, use --set-key-file instead. ShareImport Successful import - + Import reușit @@ -8683,21 +9711,44 @@ This options is deprecated, use --set-key-file instead. - TagModel + ShortcutSettingsWidget - Expired + Double click an action to change its shortcut - Weak Passwords + Shortcut Conflict - All Entries + Filter... + + + + Shortcut %1 conflicts with '%2'. Overwrite shortcut? + + + + Reset Shortcuts + + + TagModel Clear Search + Ștergeți căutarea + + + All Entries + Toate intrările + + + Expired + + + + Weak Passwords @@ -8717,7 +9768,7 @@ This options is deprecated, use --set-key-file instead. Remove tag "%1" from all entries in this database? - + Eliminați eticheta "%1" din toate intrările din această bază de date? @@ -8864,7 +9915,7 @@ Exemplu: JBSWY3DPEHPK3PXP <strong>A new version is available.</strong><br/>KeePassXC %1 can be <a href="https://keepassxc.org/download/">downloaded here</a>. - + <strong>O nouă versiune este disponibilă.</strong><br/>KeePassXC %1 can be <a href="https://keepassxc.org/download/">downloaded here</a>. You have the latest version of KeePassXC @@ -8877,26 +9928,6 @@ Exemplu: JBSWY3DPEHPK3PXP Start storing your passwords securely in a KeePassXC database Începeți să stocați parolele în siguranță într-o bază de date KeePassXC - - Create new database - Creează o bază de date nouă - - - Open existing database - Deschide bază de date existentă - - - Import from KeePass 1 - Importă din KeePass 1 - - - Import from 1Password - Importă de la 1Password - - - Import from CSV - Importă din CSV - Recent databases Baze de date recente @@ -8909,47 +9940,36 @@ Exemplu: JBSWY3DPEHPK3PXP Welcome to KeePassXC %1 Bun venit la KeePassXC %1 - - - WinUtils - Invalid key code - + Create Database + Creați o bază de date - Global shortcut already registered to %1 - + Open Database + Deschideți baza de date - Could not register global shortcut - + Import File + Fișier de import - WindowsHello - - Failed to init KeePassXC crypto. - - + WinUtils - Failed to encrypt key data. + Invalid key code - Failed to get Windows Hello credential. + Global shortcut already registered to %1 - Failed to decrypt key data. + Could not register global shortcut YubiKey - - %1 No interface, slot %2 - - General: @@ -8961,14 +9981,6 @@ Exemplu: JBSWY3DPEHPK3PXP YubiKeyEditWidget - - Refresh hardware tokens - Actualizați jetoane hardware - - - Refresh - Actualizează - Hardware key slot selection Selectarea sloturilor pentru cheie hardware @@ -9001,10 +10013,6 @@ Exemplu: JBSWY3DPEHPK3PXP Challenge-Response set, click to change or remove - - <p>If you own a <a href="https://www.yubico.com/">YubiKey</a> or <a href="https://onlykey.io">OnlyKey</a>, you can use it for additional security.</p><p>The key requires one of its slots to be programmed as <a href="https://www.yubico.com/products/services-software/challenge-response/">HMAC-SHA1 Challenge-Response</a>.</p> - - Detecting hardware keys… @@ -9013,35 +10021,28 @@ Exemplu: JBSWY3DPEHPK3PXP No hardware keys detected - - - YubiKeyInterface - %1 Invalid slot specified - %2 + <p>If you own a <a href="https://www.yubico.com/">YubiKey</a> or <a href="https://onlykey.io">OnlyKey</a>, you can use it for additional security.</p><p>The key requires one of its slots to be programmed as <a href="https://docs.yubico.com/yesdk/users-manual/application-otp/challenge-response.html">HMAC-SHA1 Challenge-Response</a>.</p> + + Refresh hardware keys + Reîmprospătarea tastelor hardware + YubiKeyInterfacePCSC - - (PCSC) %1 [%2] Challenge-Response - Slot %3 - - The YubiKey PCSC interface has not been initialized. - - Hardware key is currently in use. - - Could not find or access hardware key with serial number %1. Please present it to continue. Hardware key is locked or timed out. Unlock or re-present it to continue. - + Cheia hardware este blocată sau a expirat. Deblocați-o sau prezentați-o din nou pentru a continua. Hardware key was not found or is not configured. @@ -9051,6 +10052,21 @@ Exemplu: JBSWY3DPEHPK3PXP Failed to complete a challenge-response, the PCSC error code was: %1 + + (NFC) %1 [%2] - Slot %3, %4 + YubiKey display fields + + + + Press + USB Challenge-Response Key interaction request + Apasă + + + Passive + USB Challenge-Response Key no interaction required + Pasiv + YubiKeyInterfaceUSB @@ -9058,14 +10074,6 @@ Exemplu: JBSWY3DPEHPK3PXP Unknown Necunoscut - - (USB) %1 [%2] Configured Slot - %3 - - - - (USB) %1 [%2] Challenge-Response - Slot %3 - %4 - - Press USB Challenge-Response Key interaction request @@ -9080,10 +10088,6 @@ Exemplu: JBSWY3DPEHPK3PXP The YubiKey USB interface has not been initialized. - - Hardware key is currently in use. - - Could not find hardware key with serial number %1. Please plug it in to continue. @@ -9100,5 +10104,15 @@ Exemplu: JBSWY3DPEHPK3PXP Failed to complete a challenge-response, the specific error was: %1 + + %1 [%2] - Slot %3 + YubiKey NEO display fields + + + + %1 [%2] - Slot %3, %4 + YubiKey display fields + + \ No newline at end of file diff --git a/share/translations/keepassxc_ru.ts b/share/translations/keepassxc_ru.ts index 320dc4b977..5c78532cfc 100644 --- a/share/translations/keepassxc_ru.ts +++ b/share/translations/keepassxc_ru.ts @@ -886,24 +886,25 @@ Please select the correct database for saving credentials. Add to existing entry - + Добавить к существующей записи Existing passkey found. Do you want to register a new passkey for: - + Существующий passkey найден. +Хотите зарегистрировать новый passkey для: Select the existing passkey and press Update to replace it. - + Выберите существующий passkey и нажмите Обновить, чтобы заменить его. Authenticate passkey credentials for: - + Аутентификация учетных данных passkey для: Do you want to register a passkey for: - + Вы хотите зарегистрировать passkey для: @@ -987,16 +988,17 @@ Do you want to delete the entry? Register a new passkey to this entry: - + Зарегистрировать новый passkey для этой записи: KeePassXC - Update passkey - + KeePassXC - Обновить passkey Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + У записи уже есть passkey. +Хотите перезаписать passkey в %1 - %2? Register @@ -1196,18 +1198,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Пользовательский идентификатор расширения - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Так как Snap это песочница, для включения браузерной интеграции нужно выполнить сценарий.<br />Этот сценарий можно получить с %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Для интеграции требуется установить расширение для браузера «KeePassXC-Browser». <br />Установите его для %1, %2 и %3. %4 - - - Please see special instructions for browser extension use below - Ознакомьтесь с инструкциями по использованию расширения браузера ниже - Executable Files Исполняемые файлы @@ -1250,10 +1240,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Позволяет использовать небезопасный http://localhost с passkeys для тестирования. Allow using localhost with passkeys + Разрешить использование localhost с passkeys + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1398,6 +1392,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Импортировано из CSV-файла: %1 + + No Title Selected + Не выбрано название + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + Не выбрано название столбца, записи будет трудно различить. +Хотите импортировать? + CsvParserModel @@ -1687,6 +1691,10 @@ Are you sure you want to continue with this file?. Maintenance Обслуживание + + Remote Sync + Удалённая синхронизация + DatabaseSettingsWidgetBrowser @@ -1857,14 +1865,14 @@ Are you sure you want to continue without a password? Weak password Слабый пароль - - You must enter a stronger password to protect your database. - Вам нужно ввести более надежный пароль для защиты вашей базы данных. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Это слабый пароль! Для лучшей защиты ваших секретов вам следует выбрать более надежный пароль. + + The provided password does not meet the minimum quality requirement. + Предоставленный пароль не соответствует минимальным требованиям к качеству. + DatabaseSettingsWidgetEncryption @@ -2261,6 +2269,133 @@ removed from the database. Поле описания базы данных + + DatabaseSettingsWidgetRemote + + Sync Commands + Команды синхронизации + + + Remove + Удалить + + + Command Settings + Параметры команд + + + Name + Имя + + + Save + Сохранить + + + Download + Загрузить + + + Command: + Команда: + + + Download command field + Поле команды загрузки + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + Например: "sftp user@hostname" или "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + Input: + Ввод: + + + Download input field + Поле ввода загрузки + + + Upload + Выгрузить + + + Upload command field + Поле команды выгрузки + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + Напимер: "sftp user@hostname" или "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + Upload input field + Поле команды выгрузки + + + Name cannot be empty. + Имя не может быть пустым. + + + Test + Тест + + + Download command cannot be empty. + Команда загрузки не может быть пустой. + + + Download failed with error: %1 + Загрузка завершилась с ошибкой: %1 + + + Download finished, but file %1 could not be found. + Загрузка завершена, но файл %1 не найден. + + + Download successful. + Загрузка завершена. + + + Save Remote Settings + Сохранить удаленные параметры + + + You have unsaved changes. Do you want to save them? + У вас есть несохраненные изменения. Хотите сохранить их? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + Например: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} используется в качестве заполнителя для хранения базы данных во временном месте. +Команда должна завершиться. В случае с `sftp` в качестве последней команды необходимо отправить `exit`. + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + Например: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} используется в качестве заполнителя для хранения базы данных во временном месте. +Команда должна завершиться. В случае с `sftp` в качестве последней команды необходимо отправить `exit`. + + + DatabaseTabWidget @@ -2334,6 +2469,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [заблокировано] + + %1 [Temporary] + Database tab name modifier + %1 [Временный] + DatabaseWidget @@ -2528,6 +2668,42 @@ Disable safe saves and try again? Database tab name modifier %1 [новая база данных] + + Remote Sync did not contain any download or upload commands. + Удаленная синхронизация не содержала команд загрузки или выгрузки. + + + Remote sync '%1' completed successfully! + Удаленная синхронизация '%1' успешно завершена! + + + Remote sync '%1' failed: %2 + Удаленная синхронизация '%1' не удалась: %2 + + + Error while saving database %1: %2 + Ошибка при сохранении базы данных %1: %2 + + + Downloading... + Загрузка... + + + Uploading... + Выгрузка... + + + Syncing... + Синхронизация... + + + Remove passkey from entry + Удалить passkey из записи + + + Do you want to remove the passkey from this entry? + Удалить passkey из этой записи? + EditEntryWidget @@ -2579,10 +2755,6 @@ Disable safe saves and try again? n/a н/д - - (encrypted) - (зашифровано) - Select private key Выберите закрытый (личный) ключ @@ -2684,6 +2856,10 @@ Would you like to correct it? %n year(s) %n год%n лет%n лет%n лет + + Failed to decrypt SSH key, ensure password is correct. + Не удалось расшифровать ключ SSH, проверьте правильность пароля. + EditEntryWidgetAdvanced @@ -3555,6 +3731,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 — клон + + Passkey + Passkey + EntryAttachments @@ -5888,6 +6068,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture Разрешить скриншоты + + Remote S&ync… + Удаленная с&инхронизация… + + + Remove Passkey From Entry + Удалить passkey из записи + + + Setup Remote Sync… + Настройка удаленной синхронизации… + ManageDatabase @@ -6225,6 +6417,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key Неожиданный конец файла при записи закрытого (личного) ключа + + (encrypted) + (зашифровано) + OpenSSHKeyGenDialog @@ -6273,7 +6469,7 @@ We recommend you use the AppImage available on our downloads page. Export the following passkey entries. - + Экспортировать следующие записи passkey. @@ -6347,15 +6543,15 @@ Do you want to overwrite it? Import the following passkey: - + Импортировать следующий passkey: Import the following passkey to this entry: - + Импортировать следующий passkey в эту запись: Default passkeys group (Imported Passkeys) - + Группа passkeys по умолчанию (Импортированные Passkeys) @@ -6378,25 +6574,27 @@ Do you want to overwrite it? Open passkey file - + Открыть passkey файл Cannot import passkey - + Не удаётся импортировать passkey Cannot import passkey file "%1". Data is missing. - + Не удаётся импортировать passkey файл "%1". Данные отсутствуют. Cannot import passkey file "%1". The following data is missing: %2 - + Не удаётся импортировать passkey файл "%1". +Следующие данные отсутствуют: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Не удаётся импортировать passkey файл "%1". Приватный ключ отсутствует или поврежден. @@ -8673,12 +8871,20 @@ This option is deprecated, use --set-key-file instead. Комбинации клавиш - Unsupported KDF type, cannot decrypt json file - Неподдерживаемый тип KDF, не удаётся расшифровать json-файл + Unknown passkeys error + Неизвестная ошибка passkeys - Unknown passkeys error - + Invalid KDF iterations, cannot decrypt json file + Недопустимые итерации KDF, невозможно расшифровать json-файл + + + Unsupported format, ensure your Bitwarden export is password-protected + Неподдерживаемый формат. Убедитесь, что экспорт Bitwarden защищен паролем + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + Поддерживаются только PBKDF и Argon2, невозможно расшифровать json-файл @@ -8715,6 +8921,37 @@ This option is deprecated, use --set-key-file instead. Внутренняя ошибка zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + Команда `%1` не завершилась вовремя. Процесс был завершен. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Не удалось загрузить объединенную базу данных. Команда `%1` не завершилась вовремя. Процесс был завершен. + + + Invalid download parameters provided. + Указаны недопустимые параметры загрузки. + + + Command `%1` failed to download database. + Команде `%1` не удалось загрузить базу данных. + + + Invalid database pointer or upload parameters provided. + Неверный указатель базы данных или указанные параметры выгрузки. + + + Command `%1` exited with status code: %2 + Команда `%1` завершилась с кодом состояния: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Не удалось загрузить объединенную базу данных. Команда `%1` завершилась с кодом состояния: %2 + + ReportsWidgetBrowserStatistics @@ -9043,11 +9280,11 @@ This option is deprecated, use --set-key-file instead. Please wait, list of entries with passkeys is being updated… - + Пожалуйста, подождите, список записей с passkeys обновляется... No entries with passkeys. - + Нет записей c passkeys. diff --git a/share/translations/keepassxc_si.ts b/share/translations/keepassxc_si.ts index 51362562d6..e599421b08 100644 --- a/share/translations/keepassxc_si.ts +++ b/share/translations/keepassxc_si.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID අභිරුචි දිගු ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Snap sandboxing හේතුවෙන්, ඔබ බ්‍රවුසර ඒකාබද්ධ කිරීම සබල කිරීමට ස්ක්‍රිප්ට් එකක් ධාවනය කළ යුතුය.<br />ඔබට මෙම ස්ක්‍රිප්ට් එක %1වෙතින් ලබාගත හැක - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser ක්‍රියා කිරීමට බ්‍රවුසර ඒකාබද්ධ කිරීම සඳහා අවශ්‍ය වේ. <br />එය %1 සහ %2 සහ %3සඳහා බාගන්න. %4 - - - Please see special instructions for browser extension use below - කරුණාකර පහත බ්‍රවුසර දිගු භාවිතය සඳහා විශේෂ උපදෙස් බලන්න - Executable Files ක්‍රියාත්මක කළ හැකි ගොනු @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1684,6 +1685,10 @@ Are you sure you want to continue with this file?. Maintenance නඩත්තු + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1855,11 +1860,11 @@ Are you sure you want to continue without a password? දුර්වල මුරපදය - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2249,6 +2254,121 @@ removed from the database. දත්තසමුදායේ විස්තර ක්‍ෂේත්‍රය + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + ඉවතලන්න + + + Command Settings + + + + Name + නම + + + Save + සුරකින්න + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2322,6 +2442,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [Locked] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2516,6 +2641,42 @@ Disable safe saves and try again? Database tab name modifier %1 [නව දත්තසමුදාය] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2567,10 +2728,6 @@ Disable safe saves and try again? n/a අ/නොවේ - - (encrypted) - (සංකේතිතයි) - Select private key පෞද්. යතුර තෝරන්න @@ -2673,6 +2830,10 @@ Would you like to correct it? %n year(s) වසර %nවසර %n + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3544,6 +3705,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - ක්ලෝනය + + Passkey + + EntryAttachments @@ -5875,6 +6040,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6212,6 +6389,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key පුද්ගලික යතුර ලියන විට අනපේක්ෂිත EOF + + (encrypted) + (සංකේතිතයි) + OpenSSHKeyGenDialog @@ -8657,11 +8838,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8699,6 +8888,37 @@ This option is deprecated, use --set-key-file instead. අභ්‍යන්තර zlib දෝෂය: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_sk.ts b/share/translations/keepassxc_sk.ts index 13b461dd2b..e7cc6f0eb8 100644 --- a/share/translations/keepassxc_sk.ts +++ b/share/translations/keepassxc_sk.ts @@ -1192,18 +1192,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Vlastné ID rozšírenia - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Kvôli ochrane Snap v sandboxe, musíte na povolenie integrácie prehliadača spustiť skript.<br />Skript môžete získať z %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Na fungovanie integrácie s prehliadačom je potrebný KeePassXC-Browser.<br /> Stiahnite ho pre %1 a %2. %3. %4 - - - Please see special instructions for browser extension use below - Prosím, pozrite si špeciálne inštrukcie na použite integrácie prehliadača nižšie - Executable Files Spustiteľné súbory @@ -1252,6 +1240,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1394,6 +1386,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1673,6 +1674,10 @@ Are you sure you want to continue with this file?. Maintenance Údržba + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1844,11 +1849,11 @@ Naozaj chcete pokračovať bez hesla? Slabé heslo - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2238,6 +2243,121 @@ removed from the database. Pole popisu databázy + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Odstrániť + + + Command Settings + + + + Name + Názov + + + Save + Uložiť + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2311,6 +2431,11 @@ Toto je určite chyba, prosím nahláste ju vývojárom. Database tab name modifier %1 [Zamknutá] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2505,6 +2630,42 @@ Vypnúť bezpečné ukladanie a skúsiť znova? Database tab name modifier %1 [Nová databáza] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Sťahovanie… + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2556,10 +2717,6 @@ Vypnúť bezpečné ukladanie a skúsiť znova? n/a neznáme - - (encrypted) - (šifrované) - Select private key Zvoľte súkromný kľúč @@ -2661,6 +2818,10 @@ Chcete to opraviť? %n year(s) %n rok%n roky%n rokov%n rokov + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3532,6 +3693,10 @@ Môže to spôsobiť nefunkčnosť dotknutých zásuvných modulov.%1 - Clone %1 – Klon + + Passkey + + EntryAttachments @@ -5866,6 +6031,18 @@ Odporúčame použiť AppImage dostupný na našej stránke sťahovaní.Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6203,6 +6380,10 @@ Odporúčame použiť AppImage dostupný na našej stránke sťahovaní.Unexpected EOF when writing private key Neočakávaný koniec súboru pri zápise súkromného kľúča + + (encrypted) + (šifrované) + OpenSSHKeyGenDialog @@ -8646,11 +8827,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8688,6 +8877,37 @@ This option is deprecated, use --set-key-file instead. Interná chyba zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_sr.ts b/share/translations/keepassxc_sr.ts index 76d244ae52..9a73e9c665 100644 --- a/share/translations/keepassxc_sr.ts +++ b/share/translations/keepassxc_sr.ts @@ -1189,18 +1189,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID ИД прилагођеног додатка - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Због Snap sandboxing-а, морате покренути скрипт да бисте омогућили интеграцију прегледача.<br />Овај скрипт можете добити од %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser је потребан да би интеграција прегледача функционисала. <br />Преузмите га за %1 и %2 и %3. %4 - - - Please see special instructions for browser extension use below - Молимо погледајте посебна упутства за употребу додатка прегледача у наставку - Executable Files Извршне датотеке @@ -1249,6 +1237,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1391,6 +1383,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1670,6 +1671,10 @@ Are you sure you want to continue with this file?. Maintenance + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1841,11 +1846,11 @@ Are you sure you want to continue without a password? Слаба лозинка - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2231,6 +2236,121 @@ removed from the database. Поље „Опис“ базе података + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Уклони + + + Command Settings + + + + Name + Име + + + Save + Сними + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2304,6 +2424,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [Блокирано] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2498,6 +2623,42 @@ Disable safe saves and try again? Database tab name modifier %1 [Нова база] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Преузимање... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2549,10 +2710,6 @@ Disable safe saves and try again? n/a / - - (encrypted) - (шифровано) - Select private key Одаберите приватни кључ @@ -2651,6 +2808,10 @@ Would you like to correct it? %n year(s) %n година(е)%n година(е)%n година(е) + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3522,6 +3683,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - Клон + + Passkey + + EntryAttachments @@ -5842,6 +6007,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6179,6 +6356,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key Неочекиван крај датотеке приликом уписивања приватног кључа + + (encrypted) + (енкриптовано) + OpenSSHKeyGenDialog @@ -8621,11 +8802,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8663,6 +8852,37 @@ This option is deprecated, use --set-key-file instead. Интерна zlib грешка: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_sv.ts b/share/translations/keepassxc_sv.ts index f25de0341d..712158abe9 100644 --- a/share/translations/keepassxc_sv.ts +++ b/share/translations/keepassxc_sv.ts @@ -886,24 +886,25 @@ Välj rätt databas för att spara inloggningsuppgifterna. Add to existing entry - + Lägg till i befintlig post Existing passkey found. Do you want to register a new passkey for: - + Befintlig passnyckel hittad. +Vill du registrera en ny passnyckel för: Select the existing passkey and press Update to replace it. - + Markera den befintliga passnyckeln och tryck "Uppdatera" för att ersätta den. Authenticate passkey credentials for: - + Autentisera passnyckeluppgifter för: Do you want to register a passkey for: - + Vill du registrera passnyckel för: @@ -988,16 +989,17 @@ Vill du ta bort posten? Register a new passkey to this entry: - + Registrera en ny passnyckel för denna post: KeePassXC - Update passkey - + KeePassXC - Uppdatera Passnyckel Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Posten har redan en passnyckel. +Vill du skriva över passnyckeln i %1 - %2? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Anpassat tilläggs-ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - På grund av Snaps sandlådeteknik, måste du köra ett skript för att aktivera webbläsarintegration.<br />Du kan hämta skriptet från %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - KeePassXC-Browser behövs för att webbläsarintegrationen ska fungera. <br />Ladda ner det för %1 och %2 och %3. %4 - - - Please see special instructions for browser extension use below - Se specialinstruktioner för webbläsarintegreringens användning nedan - Executable Files Körbara filer @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Tillåter användning av osäker http://localhost med passnycklar för teständamål. Allow using localhost with passkeys + Tillåt användning av localhost med passnycklar + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Importerat från CSV-fil: %1 + + No Title Selected + Ingen titel vald + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + Ingen titelkolumn valdes, Posterna kommer att bli svåra att särskilja. +Vill du verkligen importera? + CsvParserModel @@ -1689,6 +1693,10 @@ Vill du verkligen fortsätta med den här filen? Maintenance Underhåll + + Remote Sync + Fjärrsynkronisering + DatabaseSettingsWidgetBrowser @@ -1859,14 +1867,14 @@ Vill du verkligen fortsätta utan lösenord? Weak password Svagt lösenord - - You must enter a stronger password to protect your database. - Du måste ange ett starkare lösenord för att skydda din databas. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Detta är ett svagt lösenord! För att bättre skydda dina hemligheter, bör du välja ett starkare lösenord. + + The provided password does not meet the minimum quality requirement. + Det angivna lösenordet möter inte lägsta kvalitetskrav. + DatabaseSettingsWidgetEncryption @@ -2263,6 +2271,133 @@ tas också bort från databasen. Databasens beskrivning + + DatabaseSettingsWidgetRemote + + Sync Commands + Synkroniseringskommandon + + + Remove + Ta bort + + + Command Settings + Kommandoinställningar + + + Name + Namn + + + Save + Spara + + + Download + Ladda ner + + + Command: + Kommando: + + + Download command field + Nerladdningskommando + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + t.ex.: "sftp user@hostname" eller "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + Input: + Indata: + + + Download input field + Nerladdningens indata + + + Upload + Ladda upp + + + Upload command field + Uppladdningskommando + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + t.ex.: "sftp user@hostname" eller "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + Upload input field + Uppladdningens indata + + + Name cannot be empty. + Namnet kan inte vara tomt + + + Test + Testa + + + Download command cannot be empty. + Nerladdningskommandot kan inte vara tomt. + + + Download failed with error: %1 + Nerladdningen misslyckades med felet: %1 + + + Download finished, but file %1 could not be found. + Nerladdning slutförd, men filen %1 kunde inte hittas. + + + Download successful. + Nerladdning slutförd. + + + Save Remote Settings + Spara fjärrinställningar + + + You have unsaved changes. Do you want to save them? + Du har osparade ändringar. Vill du spara dem? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + t.ex.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} används som platshållare för att lagra databasen på en tillfällig plats +Kommandot måste avslutas. Om "sftp" är det sista kommandot måste "exit" sändas + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + t.ex.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} används som platshållare för att lagra databasen på en tillfällig plats +Kommandot måste avslutas. Om "sftp" är det sista kommandot måste "exit" sändas + + + DatabaseTabWidget @@ -2336,6 +2471,11 @@ Detta är definitivt ett programfel, rapportera det till utvecklarna.Database tab name modifier %1 [Låst] + + %1 [Temporary] + Database tab name modifier + %1 [Temporary] + DatabaseWidget @@ -2530,6 +2670,42 @@ Vill du inaktivera "Spara säkert" och försöka igen? Database tab name modifier %1 [Ny databas] + + Remote Sync did not contain any download or upload commands. + Fjärrsynkroniseringen innehöll inga ner- eller uppladdningskommandon. + + + Remote sync '%1' completed successfully! + Fjärrsynkronisering "%1" slutförd! + + + Remote sync '%1' failed: %2 + Fjärrsynkronisering "%1" misslyckades: %2 + + + Error while saving database %1: %2 + Fel när databas %1 skulle sparas: %2 + + + Downloading... + Laddar ner... + + + Uploading... + Laddar upp... + + + Syncing... + Synkroniserar... + + + Remove passkey from entry + Ta bort passnyckeln från posten + + + Do you want to remove the passkey from this entry? + Vill du ta bort passnyckeln från den här posten? + EditEntryWidget @@ -2581,10 +2757,6 @@ Vill du inaktivera "Spara säkert" och försöka igen? n/a n/a - - (encrypted) - (krypterad) - Select private key Välj privat nyckel @@ -2687,6 +2859,10 @@ Vill du korrigera det? %n year(s) %n år%n år + + Failed to decrypt SSH key, ensure password is correct. + Kunde inte avkryptera SSH-nyckel, tillse att lösenordet är korrekt. + EditEntryWidgetAdvanced @@ -3558,6 +3734,10 @@ Det kan medföra att de berörda tilläggen inte fungerar. %1 - Clone %1 - Klona + + Passkey + Passnyckel + EntryAttachments @@ -5887,6 +6067,18 @@ Vi rekommenderar att du använder den AppImage som finns på vår nerladdningssi Toggle Allow Screen Capture Tillåt/Neka skärmklipp + + Remote S&ync… + Fjärrs&ynkronisering... + + + Remove Passkey From Entry + Ta bort passnyckeln från posten + + + Setup Remote Sync… + Ställ in fjärrsynkronisering... + ManageDatabase @@ -6224,6 +6416,10 @@ Vi rekommenderar att du använder den AppImage som finns på vår nerladdningssi Unexpected EOF when writing private key Oväntad EOF, vid skrivning av privat nyckel + + (encrypted) + (krypterad) + OpenSSHKeyGenDialog @@ -6272,7 +6468,7 @@ Vi rekommenderar att du använder den AppImage som finns på vår nerladdningssi Export the following passkey entries. - + Exportera följande passnyckelposter. @@ -6346,15 +6542,15 @@ Vill du skriva över den? Import the following passkey: - + Importera följande passnyckel: Import the following passkey to this entry: - + Importera följande passnyckel till denna post: Default passkeys group (Imported Passkeys) - + Ordinarie passnyckelgrupp (Importerade passnycklar) @@ -6377,25 +6573,27 @@ Vill du skriva över den? Open passkey file - + Öppna passnyckelfil Cannot import passkey - + Kan inte importera passnyckel Cannot import passkey file "%1". Data is missing. - + Kan inte importera passnyckelfil "%1". Data saknas. Cannot import passkey file "%1". The following data is missing: %2 - + Kan inte importera passnyckelfil "%1". +Följande data saknas: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + Kan inte importera passnyckelfil "%1". Privat nyckel saknas eller är felaktig. @@ -8672,12 +8870,20 @@ Det här alternativet är föråldrat, använd --set-key-file istället.Genvägar - Unsupported KDF type, cannot decrypt json file - KDF-typen stöds inte, det går inte att dekryptera json-filen + Unknown passkeys error + Okänt passnyckelfel - Unknown passkeys error - + Invalid KDF iterations, cannot decrypt json file + Ogiltiga KDF-upprepningar, kan inte avkryptera json-filen. + + + Unsupported format, ensure your Bitwarden export is password-protected + Formatet stöds inte, tillse att din Bitwarden-export är lösenordsskyddad. + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + Endast PBKDF och Argon2 stöds, kan inte avkryptera json-filen. @@ -8714,6 +8920,37 @@ Det här alternativet är föråldrat, använd --set-key-file istället.Internt zlib-fel: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + Kommandot "%1" slutfördes inte i tid. Processen dödades. + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + Det gick inte att ladda upp den sammanslagna databasen. Kommandot %1 slutfördes inte i tid. Processen dödades. + + + Invalid download parameters provided. + Ogiltiga nerladdningsparametrar har angetts. + + + Command `%1` failed to download database. + Kunde inte ladda ner databasen med kommandot "%1". + + + Invalid database pointer or upload parameters provided. + Ogiltiga databaspekare eller uppladdningsparametrar har angetts. + + + Command `%1` exited with status code: %2 + Kommandot "%1" avslutades med statuskod: %2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + Det gick inte att ladda upp den sammanslagna databasen. Kommandot "%1" avslutades med statuskod: %2 + + ReportsWidgetBrowserStatistics @@ -9042,11 +9279,11 @@ Det här alternativet är föråldrat, använd --set-key-file istället. Please wait, list of entries with passkeys is being updated… - + Vänta! Listan över poster med passnycklar uppdateras... No entries with passkeys. - + Det finns inga poster med passnycklar. diff --git a/share/translations/keepassxc_th.ts b/share/translations/keepassxc_th.ts index 9cb11a93ae..4d49e19771 100644 --- a/share/translations/keepassxc_th.ts +++ b/share/translations/keepassxc_th.ts @@ -1201,18 +1201,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID รหัสส่วนขยายที่กำหนดเอง - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - เนื่องจาก Snap sandbox คุณต้องเรียกใช้สคริปต์เพื่อเปิดใช้งานการรวมเบราว์เซอร์ <br /> คุณสามารถรับสคริปต์นี้จาก %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - จำเป็นต้องมีโปรแกรม KeePassXC-Browser เพื่อให้การผสานกับเบราว์เซอร์ทำงานได้ <br />ดาวน์โหลดมันสำหรับ %1 และ %2 และ %3 %4 - - - Please see special instructions for browser extension use below - โปรดดูคำแนะนำพิเศษสำหรับการใช้งานส่วนขยายเบราว์เซอร์ด้านล่าง - Executable Files แฟ้มปฏิบัติการ @@ -1261,6 +1249,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1403,6 +1395,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1689,6 +1690,10 @@ Are you sure you want to continue with this file?. Maintenance ซ่อมบำรุง + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1860,11 +1865,11 @@ Are you sure you want to continue without a password? รหัสผ่านอ่อนแอ - You must enter a stronger password to protect your database. + This is a weak password! For better protection of your secrets, you should choose a stronger password. - This is a weak password! For better protection of your secrets, you should choose a stronger password. + The provided password does not meet the minimum quality requirement. @@ -2260,6 +2265,121 @@ removed from the database. ช่องคำอธิบายฐานข้อมูล + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + ลบออก + + + Command Settings + + + + Name + ชื่อ + + + Save + บันทึก + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2333,6 +2453,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [ถูกล็อก] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2527,6 +2652,42 @@ Disable safe saves and try again? Database tab name modifier %1 [ฐานข้อมูลใหม่] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + กำลังดาวน์โหลด... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2578,10 +2739,6 @@ Disable safe saves and try again? n/a n/a - - (encrypted) - (เข้ารหัสลับอยู่) - Select private key เลือกกุญแจส่วนตัว @@ -2684,6 +2841,10 @@ Would you like to correct it? %n year(s) %n ปี + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3555,6 +3716,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - Clone + + Passkey + + EntryAttachments @@ -5884,6 +6049,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6221,6 +6398,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key เกิด EOF ที่ไม่คาดคิดขณะเขียนกุญแจส่วนตัว + + (encrypted) + (เข้ารหัสลับอยู่) + OpenSSHKeyGenDialog @@ -8667,11 +8848,19 @@ This option is deprecated, use --set-key-file instead. - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8709,6 +8898,37 @@ This option is deprecated, use --set-key-file instead. ความผิดพลาดภายในของ zlib + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_tr.ts b/share/translations/keepassxc_tr.ts index 395ce30a10..35a13ae5b9 100644 --- a/share/translations/keepassxc_tr.ts +++ b/share/translations/keepassxc_tr.ts @@ -886,24 +886,25 @@ Lütfen kimlik bilgilerinin kaydedileceği doğru veri tabanını seçin. Add to existing entry - + Var olan kayda ekle Existing passkey found. Do you want to register a new passkey for: - + Var olan bir geçiş anahtarı bulundu. +Şunun için yeni bir geçiş anahtarı kaydetmek ister misiniz: Select the existing passkey and press Update to replace it. - + Var olan geçiş anahtarını seçin ve değiştirmek için Güncelle üzerine basın. Authenticate passkey credentials for: - + Şunun için geçiş anahtarı kimlik doğrulama bilgilerine izin verilsin: Do you want to register a passkey for: - + Şunun için geçiş anahtarı kaydetmek ister misiniz: @@ -988,16 +989,17 @@ Bu kaydın silinmesini ister misiniz? Register a new passkey to this entry: - + Şu kayıt için yeni bir geçiş anahtarı kaydet: KeePassXC - Update passkey - + KeePassXC - Geçiş anahtarı kaydını güncelle Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + Kaydın zaten bir geçiş anahtarı kaydı var. +%1 - %2 geçiş anahtarı kaydını değiştirmek istiyor musunuz? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Özel eklenti kimliği - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Geçici kum havuzu kullanılması nedeniyle, tarayıcı bütünleşmesini kullanmak için bir betik çalıştırmalısınız.<br />Bu betiği %1 adresinden alabilirsiniz. - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Tarayıcı bütünleşmesinin çalışması için KeePassXC-Browser gereklidir. <br />%1, %2 ve %3 tarayıcıları için indirebilirsiniz. %4 - - - Please see special instructions for browser extension use below - Lütfen aşağıdan tarayıcı eklentisi kullanımı ile ilgili özel yönergelere bakın - Executable Files Çalıştırılabilir dosyalar @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + Deneme amacıyla geçiş anahtarları ile güvenli olmayan http://localhost kullanılabilsin. Allow using localhost with passkeys + Geçiş anahtarları ile localhost kullanılabilsin + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 CSV dosyasından içe aktarıldı: %1 + + No Title Selected + Herhangi bir başlık seçilmemiş + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + Herhangi bir başlık sütunu seçilmemiş. Kayıtları ayırmak zor olacak. +İçe aktarmak istediğinize emin misiniz? + CsvParserModel @@ -1688,6 +1692,10 @@ Bu dosya ile ilerlemek istediğinize emin misiniz? Maintenance Bakım + + Remote Sync + Uzak eşitleme + DatabaseSettingsWidgetBrowser @@ -1858,14 +1866,14 @@ Bir parola ayarlamadan ilerlemek istediğinize emin misiniz? Weak password Parola kolay - - You must enter a stronger password to protect your database. - Veri tabanınızı korumak için daha zor bir parola yazmalısınız. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Bu parola kolay! Bilgilerinizi daha iyi korumak için daha zor bir parola seçmelisiniz. + + The provided password does not meet the minimum quality requirement. + Belirtilen parola en düşük kalite gereksinimini karşılamıyor. + DatabaseSettingsWidgetEncryption @@ -2262,6 +2270,121 @@ veri tabanından kaldırılır. Veri tabanı açıklama alanı + + DatabaseSettingsWidgetRemote + + Sync Commands + Eşitleme komutları + + + Remove + Kaldır + + + Command Settings + Komut ayarları + + + Name + Ad + + + Save + Kaydet + + + Download + İndir + + + Command: + Komut: + + + Download command field + İndirme komutu alanı + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + Örnek: "sftp kullaniciadi@sunucu" ya da "scp kullaniciadi@sunucu:UzakVeriTabanı.kdbx {TEMP_DATABASE}" + + + Input: + Giriş: + + + Download input field + İndirme giriş alanı + + + Upload + Yükle + + + Upload command field + Yükleme komutu alanı + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + Örnek: "sftp kullaniciadi@sunucu" ya da "scp {TEMP_DATABASE} kullaniciadi@sunucu:UzakVeriTabanı.kdbx" + + + Upload input field + Yükleme giriş alanı + + + Name cannot be empty. + Ad boş olamaz. + + + Test + Sına + + + Download command cannot be empty. + İndirme komutu boş olamaz. + + + Download failed with error: %1 + İndirme sırasında sorun çıktı: %1 + + + Download finished, but file %1 could not be found. + İndirme tamamlandı ancak %1 dosyası bulunamadı. + + + Download successful. + İndirme tamamlandı. + + + Save Remote Settings + Uzak ayarları kaydet + + + You have unsaved changes. Do you want to save them? + Kaydedilmemiş değişiklikler var. Kaydetmek ister misiniz? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2335,6 +2458,11 @@ Bu kesinlikle bir uygulama hatasıdır. Lütfen geliştiricilere bildirin.Database tab name modifier %1 [Kilitli] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2529,6 +2657,42 @@ Güvenli kaydetme kapatılarak yeniden denensin mi? Database tab name modifier %1 [Yeni veri tabanı] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + İndiriliyor... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + Kaydın geçiş anahtarını kaldır + + + Do you want to remove the passkey from this entry? + Geçiş anahtarını bu kayıttan kaldırmak istediğinize emin misiniz? + EditEntryWidget @@ -2580,10 +2744,6 @@ Güvenli kaydetme kapatılarak yeniden denensin mi? n/a yok - - (encrypted) - (şifrelenmiş) - Select private key Kişisel anahtarı seçin @@ -2686,6 +2846,10 @@ Düzeltmek ister misiniz? %n year(s) %n yıl%n yıl + + Failed to decrypt SSH key, ensure password is correct. + SSH anahtarının şifresi çözülemedi. Parolanın doğru olduğundan emin olun. + EditEntryWidgetAdvanced @@ -3557,6 +3721,10 @@ Bu işlem etkilenecek eklentilerin bozulmasına neden olabilir. %1 - Clone Kopya - %1 + + Passkey + Geçiş anahtarı + EntryAttachments @@ -4225,7 +4393,7 @@ Bu işlem, parolalarınızı ve önemli bilgilerinizi korumasız kılacak! HibpDownloader Online password validation failed - Parola çevrimiçi olarak onaylanamadı + Parola çevrim içi olarak onaylanamadı @@ -5458,7 +5626,7 @@ Bu dosyayı kullanarak ilerlemek istediğinize emin misiniz? &Online Help - &Çevrimiçi yardım + &Çevrim içi yardım &User Guide @@ -5888,6 +6056,18 @@ KeePassXC indirme sayfasında bulunan AppImage paketini kullanmanız önerilir.< Toggle Allow Screen Capture Ekran görüntüsü almayı aç/kapat + + Remote S&ync… + + + + Remove Passkey From Entry + Kaydın geçiş anahtarını kaldır + + + Setup Remote Sync… + + ManageDatabase @@ -6225,6 +6405,10 @@ KeePassXC indirme sayfasında bulunan AppImage paketini kullanmanız önerilir.< Unexpected EOF when writing private key Kişisel anahtar yazılırken dosya beklenmedik şekilde sonlandı + + (encrypted) + (şifrelenmiş) + OpenSSHKeyGenDialog @@ -6273,7 +6457,7 @@ KeePassXC indirme sayfasında bulunan AppImage paketini kullanmanız önerilir.< Export the following passkey entries. - + Şu geçiş anahtarı kayıtlarını dışa aktar. @@ -6347,15 +6531,15 @@ Do you want to overwrite it? Import the following passkey: - + Şu geçiş anahtarı kaydını içe aktar: Import the following passkey to this entry: - + Bu kayıt için şu geçiş anahtarı kaydını içe aktar: Default passkeys group (Imported Passkeys) - + Varsayılan geçiş anahtarı grubu (içe aktarılmış geçiş anahtarları) @@ -6378,25 +6562,27 @@ Do you want to overwrite it? Open passkey file - + Geçiş anahtarı dosyasını aç Cannot import passkey - + Geçiş anahtarı içe aktarılamadı Cannot import passkey file "%1". Data is missing. - + "%1" geçiş anahtarı dosyası içe aktarılamadı. Veriler eksik. Cannot import passkey file "%1". The following data is missing: %2 - + "%1" geçiş anahtarı dosyası içe aktarılamadı. +Şu veriler eksik: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + "%1" geçiş anahtarı dosyası içe aktarılamadı. Kişisel anahtar eksik ya da bozuk. @@ -8673,12 +8859,20 @@ Bu seçenekler kullanımdan kaldırıldı. yerine --set-key-file kullanın.Kısayollar - Unsupported KDF type, cannot decrypt json file - KDF türü desteklenmiyor. JSON dosyasının şifresi çözülemedi + Unknown passkeys error + Bilinmeyen geçiş anahtarları sorunu - Unknown passkeys error - + Invalid KDF iterations, cannot decrypt json file + Anahtar türetme işlevi döngüleri geçersiz. JSON dosyasının şifresi çözülemedi + + + Unsupported format, ensure your Bitwarden export is password-protected + Biçim desteklenmiyor. Bitwarden dışa aktarımınızın parola ile korunduğundan emin olun + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + Yalnızca PBKDF ve Argon2 desteklenir. JSON dosyasının şifresi çözülemedi @@ -8715,6 +8909,37 @@ Bu seçenekler kullanımdan kaldırıldı. yerine --set-key-file kullanın.İç zlib sorunu çıktı: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics @@ -8892,11 +9117,11 @@ Bu seçenekler kullanımdan kaldırıldı. yerine --set-key-file kullanın.ReportsWidgetHibp CAUTION: This report requires sending information to the Have I Been Pwned online service (https://haveibeenpwned.com). If you proceed, your database passwords will be cryptographically hashed and the first five characters of those hashes will be sent securely to this service. Your database remains secure and cannot be reconstituted from this information. However, the number of passwords you send and your IP address will be exposed to this service. - UYARI: Bu rapor için "Have I Been Pwned" çevrimiçi hizmetine (https://haveibeenpwned.com) bilgi gönderilmesi gerekir. İlerlediğinizde, veri tabanı parolalarınız şifreli olarak karıştırılır ve bu karmanın ilk beş karakteri güvenli olarak bu hizmete gönderilir. Veri tabanınız güvende kalır ve gönderilen bilgiler ile yeniden oluşturulamaz. Yalnızca, gönderdiğiniz parolaların sayısı ve IP adresiniz bu hizmete bildirilir. + UYARI: Bu rapor için "Have I Been Pwned" çevrim içi hizmetine (https://haveibeenpwned.com) bilgi gönderilmesi gerekir. İlerlediğinizde, veri tabanı parolalarınız şifreli olarak karıştırılır ve bu karmanın ilk beş karakteri güvenli olarak bu hizmete gönderilir. Veri tabanınız güvende kalır ve gönderilen bilgiler ile yeniden oluşturulamaz. Yalnızca, gönderdiğiniz parolaların sayısı ve IP adresiniz bu hizmete bildirilir. Perform Online Analysis - Çevrimiçi incelemeden geçirin + Çevrim içi incelemeden geçirin Also show entries that have been excluded from reports @@ -9043,11 +9268,11 @@ Bu seçenekler kullanımdan kaldırıldı. yerine --set-key-file kullanın. Please wait, list of entries with passkeys is being updated… - + Lütfen geçiş anahtarı bulunan kayıtların listesi güncellenirken bekleyin... No entries with passkeys. - + Geçiş anahtarı bulunan bir kayıt yok. diff --git a/share/translations/keepassxc_uk.ts b/share/translations/keepassxc_uk.ts index e56499f568..74e182ad2a 100644 --- a/share/translations/keepassxc_uk.ts +++ b/share/translations/keepassxc_uk.ts @@ -1197,18 +1197,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID Власний ідентифікатор розширення - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - Через заходи безпеки у Snap, ви маєте запустити скрипт для увімкнення інтеграції з браузером.<br />Ви можете знайти цей скрипт у %1 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - Щоб запрацювала інтеграція з браузером, потрібне розширення KeePassXC-Browser. <br />Завантажте його для %1, %2 та %3. %4 - - - Please see special instructions for browser extension use below - Нижче ви можете переглянути інструкцію для користування розширенням браузера - Executable Files Виконувані файли @@ -1257,6 +1245,10 @@ Do you want to overwrite the passkey in %1 - %2? Allow using localhost with passkeys + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. + + CloneDialog @@ -1399,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 Імпортовано з файлу CSV: %1 + + No Title Selected + + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + + CsvParserModel @@ -1688,6 +1689,10 @@ Are you sure you want to continue with this file?. Maintenance Обслуговування + + Remote Sync + + DatabaseSettingsWidgetBrowser @@ -1858,14 +1863,14 @@ Are you sure you want to continue without a password? Weak password Слабкий пароль - - You must enter a stronger password to protect your database. - Вам потрібно ввести більш складний пароль, щоб захистити вашу базу даних. - This is a weak password! For better protection of your secrets, you should choose a stronger password. Це слабкий пароль! Для кращого захисту ваших секретів, вам слід обрати складніший пароль. + + The provided password does not meet the minimum quality requirement. + + DatabaseSettingsWidgetEncryption @@ -2262,6 +2267,121 @@ removed from the database. Поле опису бази даних + + DatabaseSettingsWidgetRemote + + Sync Commands + + + + Remove + Вилучити + + + Command Settings + + + + Name + Назва + + + Save + Зберегти + + + Download + + + + Command: + + + + Download command field + + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + + Input: + + + + Download input field + + + + Upload + + + + Upload command field + + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + + Upload input field + + + + Name cannot be empty. + + + + Test + + + + Download command cannot be empty. + + + + Download failed with error: %1 + + + + Download finished, but file %1 could not be found. + + + + Download successful. + + + + Save Remote Settings + + + + You have unsaved changes. Do you want to save them? + + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + DatabaseTabWidget @@ -2335,6 +2455,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [Заблоковано] + + %1 [Temporary] + Database tab name modifier + + DatabaseWidget @@ -2529,6 +2654,42 @@ Disable safe saves and try again? Database tab name modifier %1 [Нова база даних] + + Remote Sync did not contain any download or upload commands. + + + + Remote sync '%1' completed successfully! + + + + Remote sync '%1' failed: %2 + + + + Error while saving database %1: %2 + + + + Downloading... + Завантаження... + + + Uploading... + + + + Syncing... + + + + Remove passkey from entry + + + + Do you want to remove the passkey from this entry? + + EditEntryWidget @@ -2580,10 +2741,6 @@ Disable safe saves and try again? n/a н/д - - (encrypted) - (зашифровано) - Select private key Вибрати приватний ключ @@ -2686,6 +2843,10 @@ Would you like to correct it? %n year(s) %n рік%n роки%n років%n роки + + Failed to decrypt SSH key, ensure password is correct. + + EditEntryWidgetAdvanced @@ -3557,6 +3718,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - Клон + + Passkey + Passkey + EntryAttachments @@ -5890,6 +6055,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture Дозволити знімки екрану + + Remote S&ync… + + + + Remove Passkey From Entry + + + + Setup Remote Sync… + + ManageDatabase @@ -6227,6 +6404,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key Несподіваний кінець файлу під час запису таємного ключа + + (encrypted) + (зашифровано) + OpenSSHKeyGenDialog @@ -8673,11 +8854,19 @@ This option is deprecated, use --set-key-file instead. Скорочення - Unsupported KDF type, cannot decrypt json file + Unknown passkeys error - Unknown passkeys error + Invalid KDF iterations, cannot decrypt json file + + + + Unsupported format, ensure your Bitwarden export is password-protected + + + + Only PBKDF and Argon2 are supported, cannot decrypt json file @@ -8715,6 +8904,37 @@ This option is deprecated, use --set-key-file instead. Внутрішня помилка zlib: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + + + + Invalid download parameters provided. + + + + Command `%1` failed to download database. + + + + Invalid database pointer or upload parameters provided. + + + + Command `%1` exited with status code: %2 + + + + Failed to upload merged database. Command `%1` exited with status code: %2 + + + ReportsWidgetBrowserStatistics diff --git a/share/translations/keepassxc_zh_CN.ts b/share/translations/keepassxc_zh_CN.ts index 02921a6b9b..e3d7cdacb6 100644 --- a/share/translations/keepassxc_zh_CN.ts +++ b/share/translations/keepassxc_zh_CN.ts @@ -886,24 +886,25 @@ Please select the correct database for saving credentials. Add to existing entry - + 添加到现有条目 Existing passkey found. Do you want to register a new passkey for: - + 找到已存在的通行密钥。 +您是否要注册新通行密钥到: Select the existing passkey and press Update to replace it. - + 选择已存在的通行密钥并按下更新来替换。 Authenticate passkey credentials for: - + 认证通行密钥凭据: Do you want to register a passkey for: - + 您是否要注册通行密钥到: @@ -988,16 +989,17 @@ Do you want to delete the entry? Register a new passkey to this entry: - + 注册新通行密钥到此条目: KeePassXC - Update passkey - + KeePassXC - 更新通行密钥 Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + 条目已有一个通行密钥。 +您想要覆盖 %1 - %2 中的通行密钥吗? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID 自定义扩展 ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - 由于 Snap 沙盒限制,您必须运行一个脚本才能启用浏览器集成。<br />您可以从 %1 获取此脚本 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - 要启用浏览器集成,您必须安装 KeePassXC-Browser。<br />下载适用于 %1、%2 和 %3 的版本。%4 - - - Please see special instructions for browser extension use below - 请参阅下面的浏览器扩展使用特殊说明 - Executable Files 可执行文件 @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + 允许通行密钥使用不安全的 http://localhost 用于测试目的。 Allow using localhost with passkeys + 允许通行密钥使用 localhost + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 已从 CSV 文件导入:%1 + + No Title Selected + 未选择标题 + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + 未选择标题列,条目将难以区分。 +您确定要导入吗? + CsvParserModel @@ -1688,6 +1692,10 @@ Are you sure you want to continue with this file?. Maintenance 维护 + + Remote Sync + 远程同步 + DatabaseSettingsWidgetBrowser @@ -1858,14 +1866,14 @@ Are you sure you want to continue without a password? Weak password 较弱密码 - - You must enter a stronger password to protect your database. - 您必须输入更强的密码来保护数据库。 - This is a weak password! For better protection of your secrets, you should choose a stronger password. 这是一个弱密码!为了更好地保护您的秘密,您应该选择更强的密码。 + + The provided password does not meet the minimum quality requirement. + 提供的密码未达到最低强度要求。 + DatabaseSettingsWidgetEncryption @@ -2262,6 +2270,133 @@ removed from the database. 数据库描述字段 + + DatabaseSettingsWidgetRemote + + Sync Commands + 同步命令 + + + Remove + 删除 + + + Command Settings + 命令设置 + + + Name + 名称 + + + Save + 保存 + + + Download + 下载 + + + Command: + 命令: + + + Download command field + 下载命令字段 + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + 示例:“sftp user@hostname”或“scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}” + + + Input: + 输入: + + + Download input field + 下载输入字段 + + + Upload + 上传 + + + Upload command field + 上传命令字段 + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + 示例:“sftp user@hostname”或“scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx” + + + Upload input field + 上传输入字段 + + + Name cannot be empty. + 名称不能为空。 + + + Test + 测试 + + + Download command cannot be empty. + 下载命令不能为空。 + + + Download failed with error: %1 + 下载失败,错误为:%1 + + + Download finished, but file %1 could not be found. + 下载完成,但无法找到文件 %1。 + + + Download successful. + 下载成功。 + + + Save Remote Settings + 保存远程设置 + + + You have unsaved changes. Do you want to save them? + 您有未保存的更改。要保存它们吗? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + 示例: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} 作为占位符,表示存储数据库的临时位置 +命令必须可以退出。如果最后一个命令是 `sftp` 则必须发送 `exit` 命令 + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + 示例: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} 作为占位符,表示存储数据库的临时位置 +命令必须可以退出。如果最后一个命令是 `sftp` 则必须发送 `exit` 命令 + + + DatabaseTabWidget @@ -2335,6 +2470,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [锁定] + + %1 [Temporary] + Database tab name modifier + %1 [临时] + DatabaseWidget @@ -2529,6 +2669,42 @@ Disable safe saves and try again? Database tab name modifier %1 [新建数据库] + + Remote Sync did not contain any download or upload commands. + 远程同步未包含任何下载或上传命令。 + + + Remote sync '%1' completed successfully! + 远程同步“%1”成功完成! + + + Remote sync '%1' failed: %2 + 远程同步“%1”失败:%2 + + + Error while saving database %1: %2 + 保存数据库 %1 时出错:%2 + + + Downloading... + 正在下载... + + + Uploading... + 正在上传... + + + Syncing... + 正在同步... + + + Remove passkey from entry + 从条目内移除通行密钥 + + + Do you want to remove the passkey from this entry? + 是否从此条目中移除通行密钥? + EditEntryWidget @@ -2580,10 +2756,6 @@ Disable safe saves and try again? n/a - - (encrypted) - (已加密) - Select private key 选择私钥文件 @@ -2686,6 +2858,10 @@ Would you like to correct it? %n year(s) %n 年 + + Failed to decrypt SSH key, ensure password is correct. + 解密 SSH 密钥失败,请确认密码是否正确。 + EditEntryWidgetAdvanced @@ -3557,6 +3733,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - 副本 + + Passkey + 通行密钥 + EntryAttachments @@ -5884,6 +6064,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture 切换允许屏幕截图 + + Remote S&ync… + 远程同步(&Y)… + + + Remove Passkey From Entry + 从条目内移除通行密钥 + + + Setup Remote Sync… + 设置远程同步… + ManageDatabase @@ -6221,6 +6413,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key 写入私钥时遇到意外的 EOF + + (encrypted) + (已加密) + OpenSSHKeyGenDialog @@ -6269,7 +6465,7 @@ We recommend you use the AppImage available on our downloads page. Export the following passkey entries. - + 导出以下通行密钥条目。 @@ -6343,15 +6539,15 @@ Do you want to overwrite it? Import the following passkey: - + 导入以下通行密钥: Import the following passkey to this entry: - + 导入以下通行密钥到此条目: Default passkeys group (Imported Passkeys) - + 默认通行密钥群组(导入的通行密钥) @@ -6374,25 +6570,27 @@ Do you want to overwrite it? Open passkey file - + 打开通行密钥文件 Cannot import passkey - + 无法导入通行密钥 Cannot import passkey file "%1". Data is missing. - + 无法导入通行密钥文件“%1”。数据缺失。 Cannot import passkey file "%1". The following data is missing: %2 - + 无法导入通行密钥文件“%1”。 +以下数据缺失: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + 无法导入通行密钥文件“%1”。私钥缺失或损坏。 @@ -8667,12 +8865,20 @@ This option is deprecated, use --set-key-file instead. 快捷键 - Unsupported KDF type, cannot decrypt json file - 不支持的 KDF 类型,无法解密 JSON 文件 + Unknown passkeys error + 未知通行密钥错误 - Unknown passkeys error - + Invalid KDF iterations, cannot decrypt json file + 无效的 KDF 迭代数,无法解密 JSON 文件 + + + Unsupported format, ensure your Bitwarden export is password-protected + 不支持的格式,请确认您的 Bitwarden 导出文件受密码保护 + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + 仅有 PBKDF 和 Argon2 受支持,无法解密 JSON 文件 @@ -8709,6 +8915,37 @@ This option is deprecated, use --set-key-file instead. 内部 zlib 错误: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + 命令 `%1` 未能及时完成。进程已被强制结束。 + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + 上传已合并的数据库失败。命令 `%1` 未能及时完成。进程已被强制结束。 + + + Invalid download parameters provided. + 提供的下载参数无效。 + + + Command `%1` failed to download database. + 命令 `%1` 下载数据库失败。 + + + Invalid database pointer or upload parameters provided. + 提供的数据库指针或上传参数无效。 + + + Command `%1` exited with status code: %2 + 命令 `%1` 以此状态码退出:%2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + 上传已合并的数据库失败。命令 `%1` 以此状态码退出:%2 + + ReportsWidgetBrowserStatistics @@ -9037,11 +9274,11 @@ This option is deprecated, use --set-key-file instead. Please wait, list of entries with passkeys is being updated… - + 请稍等,正在更新包含通行密钥的条目列表… No entries with passkeys. - + 无包含通行密钥的条目。 diff --git a/share/translations/keepassxc_zh_TW.ts b/share/translations/keepassxc_zh_TW.ts index 9350e7f903..aff8b83cc4 100644 --- a/share/translations/keepassxc_zh_TW.ts +++ b/share/translations/keepassxc_zh_TW.ts @@ -886,24 +886,25 @@ Please select the correct database for saving credentials. Add to existing entry - + 加入至現有項目 Existing passkey found. Do you want to register a new passkey for: - + 發現既有的通行密鑰。 +是否要註冊新的通行密鑰: Select the existing passkey and press Update to replace it. - + 選擇既有的通行密鑰並按下「更新」來替換它。 Authenticate passkey credentials for: - + 驗證通行密鑰憑證: Do you want to register a passkey for: - + 是否要註冊通行密鑰: @@ -988,16 +989,17 @@ Do you want to delete the entry? Register a new passkey to this entry: - + 註冊新的通行密鑰至此項目: KeePassXC - Update passkey - + KeePassXC - 更新通行密鑰 Entry already has a passkey. Do you want to overwrite the passkey in %1 - %2? - + 項目已經擁有一組通行密鑰。 +是否要覆寫位於 %1 - %2 的通行密鑰? Register @@ -1197,18 +1199,6 @@ Do you want to overwrite the passkey in %1 - %2? Custom extension ID 自定義擴充 ID - - Due to Snap sandboxing, you must run a script to enable browser integration.<br />You can obtain this script from %1 - 由於 Snap 的沙盒機制,您必須執行一個腳本來啟用瀏覽器整合。<br />您可以從 %1 取得這個腳本 - - - KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. %4 - 需要 KeePassXC 瀏覽器擴充才能使用整合功能。<br />可供 %1 和 %2 和 %3 下載。%4 - - - Please see special instructions for browser extension use below - 請參閱以下的具體指示,學習如何使用瀏覽器擴展 - Executable Files 可執行檔案 @@ -1251,10 +1241,14 @@ Do you want to overwrite the passkey in %1 - %2? Allows using insecure http://localhost with passkeys for testing purposes. - + 允許通行密鑰使用不安全的 http://localhost 作為測試用途。 Allow using localhost with passkeys + 允許通行密鑰使用 localhost + + + KeePassXC-Browser is needed for the browser integration to work. <br />Download it for %1 and %2 and %3. @@ -1399,6 +1393,16 @@ Do you want to overwrite the passkey in %1 - %2? Imported from CSV file: %1 匯入自 CSV 檔案:%1 + + No Title Selected + 未選擇標題 + + + No title column was selected, entries will be hard to tell apart. +Are you sure you want to import? + 未選擇標題欄,項目將難以區分。 +您確定要匯入嗎? + CsvParserModel @@ -1688,6 +1692,10 @@ Are you sure you want to continue with this file?. Maintenance 維護 + + Remote Sync + 遠端同步 + DatabaseSettingsWidgetBrowser @@ -1858,14 +1866,14 @@ Are you sure you want to continue without a password? Weak password 弱密碼 - - You must enter a stronger password to protect your database. - 您必須輸入更強的密碼來保護資料庫。 - This is a weak password! For better protection of your secrets, you should choose a stronger password. 這是一個弱密碼!為了更好地保護您的祕密,您應該選擇更強的密碼。 + + The provided password does not meet the minimum quality requirement. + 提供的密碼未達到最低強度要求。 + DatabaseSettingsWidgetEncryption @@ -2262,6 +2270,133 @@ removed from the database. 資料庫描述欄位 + + DatabaseSettingsWidgetRemote + + Sync Commands + 同步指令 + + + Remove + 移除 + + + Command Settings + 指令設定 + + + Name + 名稱 + + + Save + 儲存 + + + Download + 下載 + + + Command: + 指令: + + + Download command field + 下載指令欄 + + + e.g.: "sftp user@hostname" or "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + 範例:"sftp user@hostname" 或者 "scp user@hostname:DatabaseOnRemote.kdbx {TEMP_DATABASE}" + + + Input: + 輸入: + + + Download input field + 下載輸入欄 + + + Upload + 上傳 + + + Upload command field + 上傳指令欄 + + + e.g.: "sftp user@hostname" or "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + 範例:"sftp user@hostname" 或者 "scp {TEMP_DATABASE} user@hostname:DatabaseOnRemote.kdbx" + + + Upload input field + 上傳輸入欄 + + + Name cannot be empty. + 名稱不可爲空。 + + + Test + 測試 + + + Download command cannot be empty. + 下載命令不可爲空。 + + + Download failed with error: %1 + 下載失敗,錯誤:%1 + + + Download finished, but file %1 could not be found. + 下載完成,但無法找到檔案 %1。 + + + Download successful. + 下載成功。 + + + Save Remote Settings + 儲存遠端設定 + + + You have unsaved changes. Do you want to save them? + 您有未保存的更改。是否要保存它們? + + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + 示例: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} 作為占位符,表示保存資料庫的臨時位置 +命令必須可以退出。如果最後一個指令爲 `sftp` 則必須發送 `exit` 指令 + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + 示例: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} 作為占位符,表示保存資料庫的臨時位置 +命令必須可以退出。如果最後一個指令爲 `sftp` 則必須發送 `exit` 指令 + + + DatabaseTabWidget @@ -2335,6 +2470,11 @@ This is definitely a bug, please report it to the developers. Database tab name modifier %1 [已鎖定] + + %1 [Temporary] + Database tab name modifier + %1 [臨時] + DatabaseWidget @@ -2529,6 +2669,42 @@ Disable safe saves and try again? Database tab name modifier %1 [新資料庫] + + Remote Sync did not contain any download or upload commands. + 遠端同步未包含任何下載或上傳指令。 + + + Remote sync '%1' completed successfully! + 遠端同步「%1」成功完成! + + + Remote sync '%1' failed: %2 + 遠端同步「%1」失敗:%2 + + + Error while saving database %1: %2 + 儲存資料庫 %1 時發生錯誤:%2 + + + Downloading... + 正在下載... + + + Uploading... + 正在上傳... + + + Syncing... + 正在同步... + + + Remove passkey from entry + 從項目移除通行密鑰 + + + Do you want to remove the passkey from this entry? + 是否要從此項目移除通行密鑰? + EditEntryWidget @@ -2580,10 +2756,6 @@ Disable safe saves and try again? n/a - - (encrypted) - (已加密) - Select private key 選擇私密金鑰 @@ -2686,6 +2858,10 @@ Would you like to correct it? %n year(s) %n 年 + + Failed to decrypt SSH key, ensure password is correct. + 解密 SSH 金鑰失敗,確認密碼是否正確。 + EditEntryWidgetAdvanced @@ -2747,7 +2923,7 @@ Would you like to correct it? If checked, the entry will not appear in reports like Health Check and HIBP even if it doesn't match the quality requirements. - 勾選後,項目將不會出現在「健康檢查」或 HIBP 等報告,即使它不符合品質要求。 + 勾選後,項目將不會出現在「健康檢查」或 HIBP 等報告,即使它不符合強度要求。 Exclude from database reports @@ -3557,6 +3733,10 @@ This may cause the affected plugins to malfunction. %1 - Clone %1 - 複製 + + Passkey + 通行密鑰 + EntryAttachments @@ -5886,6 +6066,18 @@ We recommend you use the AppImage available on our downloads page. Toggle Allow Screen Capture 切換允許螢幕截圖 + + Remote S&ync… + 遠端同步(&Y)… + + + Remove Passkey From Entry + 從項目移除通行密鑰 + + + Setup Remote Sync… + 設定遠端同步… + ManageDatabase @@ -6223,6 +6415,10 @@ We recommend you use the AppImage available on our downloads page. Unexpected EOF when writing private key 寫入私密金鑰時出現意外的檔案結尾 + + (encrypted) + (已加密) + OpenSSHKeyGenDialog @@ -6271,7 +6467,7 @@ We recommend you use the AppImage available on our downloads page. Export the following passkey entries. - + 匯出以下通行密鑰項目。 @@ -6345,15 +6541,15 @@ Do you want to overwrite it? Import the following passkey: - + 匯入以下通行密鑰: Import the following passkey to this entry: - + 將以下通行密鑰匯入至此項目: Default passkeys group (Imported Passkeys) - + 預設的通行密鑰群組(匯入的通行密鑰) @@ -6376,25 +6572,27 @@ Do you want to overwrite it? Open passkey file - + 開啟通行密鑰檔案 Cannot import passkey - + 無法匯入通行密鑰 Cannot import passkey file "%1". Data is missing. - + 無法匯入通行密鑰檔案「%1」。資料遺失。 Cannot import passkey file "%1". The following data is missing: %2 - + 無法匯入通行密鑰檔案「%1」。 +以下資料有遺失: +%2 Cannot import passkey file "%1". Private key is missing or malformed. - + 無法匯入通行密鑰檔案「%1」。私鑰遺失或格式有誤。 @@ -6661,7 +6859,7 @@ The following data is missing: Password Quality: %1 - 密碼品質:%1 + 密碼強度:%1 Poor @@ -6754,7 +6952,7 @@ Do you want to overwrite it? Quality: %1 - 密碼品質:%1 + 密碼強度:%1 Poor @@ -8671,12 +8869,20 @@ This option is deprecated, use --set-key-file instead. 快捷鍵 - Unsupported KDF type, cannot decrypt json file - 不支援的 KDF 類型,無法解密 JSON 檔案 + Unknown passkeys error + 未知的通行密鑰錯誤 - Unknown passkeys error - + Invalid KDF iterations, cannot decrypt json file + 無效的 KDF 迭代數,無法解密 JSON 檔案 + + + Unsupported format, ensure your Bitwarden export is password-protected + 不支援的格式,確保您的 Bitwarden 匯出檔爲密碼保護 + + + Only PBKDF and Argon2 are supported, cannot decrypt json file + 只支援 PBKDF 與 Argon2,無法解密 JSON 檔案 @@ -8713,6 +8919,37 @@ This option is deprecated, use --set-key-file instead. 內部 zlib 錯誤: + + RemoteHandler + + Command `%1` did not finish in time. Process was killed. + 指令 `%1` 未能及時完成。程序已被強制結束。 + + + Failed to upload merged database. Command `%1` did not finish in time. Process was killed. + 上傳已合併的資料庫失敗。指令 `%1` 未能及時完成。程序已被強制結束。 + + + Invalid download parameters provided. + 提供的下載參數無效。 + + + Command `%1` failed to download database. + 指令 `%1` 下載資料庫失敗。 + + + Invalid database pointer or upload parameters provided. + 提供的資料庫指針或上傳參數無效。 + + + Command `%1` exited with status code: %2 + 指令 `%1` 以此狀態碼退出:%2 + + + Failed to upload merged database. Command `%1` exited with status code: %2 + 上傳已合併的資料庫失敗。指令 `%1` 以此狀態碼退出:%2 + + ReportsWidgetBrowserStatistics @@ -9041,11 +9278,11 @@ This option is deprecated, use --set-key-file instead. Please wait, list of entries with passkeys is being updated… - + 請稍候,正在更新擁有通行密鑰的項目清單… No entries with passkeys. - + 沒有附帶通行密鑰的項目。