mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
Crowdin Pull (#5908)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
parent
b4926b72d9
commit
f4569cef2b
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Oor</string>
|
||||
<string name="add_folder">Voeg vouer toe</string>
|
||||
<string name="add_item">Voeg item toe</string>
|
||||
@ -998,7 +998,10 @@ Wil u na die rekening omskakel?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item bygewerk.</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Wil u na die rekening omskakel?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">عن التطبيق</string>
|
||||
<string name="add_folder">إضافة مجلّد</string>
|
||||
<string name="add_item">إضافة عنصر</string>
|
||||
@ -1010,7 +1010,14 @@
|
||||
<string name="advanced">متقدم</string>
|
||||
<string name="collapse_advanced_options">إغلاق الخيارات المتقدمة</string>
|
||||
<string name="number_of_digits">عدد الأرقام</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d ثواني</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="zero">%d seconds</item>
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="two">%d seconds</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="many">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">تم حفظ العنصر</string>
|
||||
<string name="information">معلومات</string>
|
||||
<string name="otp_type">نوع OTP</string>
|
||||
@ -1100,4 +1107,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Haqqında</string>
|
||||
<string name="add_folder">Qovluq əlavə et</string>
|
||||
<string name="add_item">Maddə əlavə edin</string>
|
||||
@ -999,7 +999,10 @@ fəaliyyəti yaxalamaq üçün sizə vaxt verəcək.</string>
|
||||
<string name="advanced">Qabaqcıl</string>
|
||||
<string name="collapse_advanced_options">Qabaqcıl seçimləri yığcamlaşdır</string>
|
||||
<string name="number_of_digits">Rəqəm sayı</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d saniyə</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Element saxlanıldı</string>
|
||||
<string name="information">Məlumat</string>
|
||||
<string name="otp_type">OTP növü</string>
|
||||
@ -1085,4 +1088,18 @@ fəaliyyəti yaxalamaq üçün sizə vaxt verəcək.</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI uyuşma aşkarlanması, Bitwarden-in avto-doldurma təkliflərini necə müəyyənləşdirdiyini idarə edir.\n<annotation emphasis="bold">Xəbərdarlıq:</annotation> “İlə başlayır”, kimlik məlumatlarının ifşa olunma riskini artıran qabaqcıl bir seçimdir.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"İlə başlayır\", kimlik məlumatlarının ifşa olunma riskini artıran qabaqcıl bir seçimdir.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">\"Müntəzəm ifadə\", yanlış istifadə edilərsə kimlik məlumatlarının ifşa olunma riskini artıran qabaqcıl bir seçimdir.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Пра праграму</string>
|
||||
<string name="add_folder">Дадаць папку</string>
|
||||
<string name="add_item">Дадаць элемент</string>
|
||||
@ -1003,7 +1003,12 @@
|
||||
<string name="advanced">Дадаткова</string>
|
||||
<string name="collapse_advanced_options">Згарнуць дадатковыя параметры</string>
|
||||
<string name="number_of_digits">Колькасць лічбаў</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d секунд</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="many">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Элемент абноўлены</string>
|
||||
<string name="information">Інфармацыя</string>
|
||||
<string name="otp_type">Тып OTP</string>
|
||||
@ -1091,4 +1096,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Относно</string>
|
||||
<string name="add_folder">Добавяне на папка</string>
|
||||
<string name="add_item">Добавяне на елемент</string>
|
||||
@ -1000,7 +1000,10 @@
|
||||
<string name="advanced">Разширени</string>
|
||||
<string name="collapse_advanced_options">Свиване на разширените настройки</string>
|
||||
<string name="number_of_digits">Брой цифри</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d секунди</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d секунда</item>
|
||||
<item quantity="other">%d секунди</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Елементът е запазен</string>
|
||||
<string name="information">Информация</string>
|
||||
<string name="otp_type">Вид еднократна парола</string>
|
||||
@ -1073,8 +1076,8 @@
|
||||
<string name="copy_error_report">Копиране на доклада за грешката</string>
|
||||
<string name="bitwarden_could_not_decrypt_this_vault_item_description_long">Битуорден не може да дешифрира този елемент от трезора. Копирайте доклада за грешката и го изпратете на поддръжката, за да избегнете загубата на данни.</string>
|
||||
<plurals name="bitwarden_could_not_decrypt_x_vault_item_copy_and_share_description_long">
|
||||
<item quantity="one">Битуорден не може да дешифрира 1 елемент от трезора. Копирайте доклада за грешката и го изпратете на поддръжката, за да избегнете загубата на данни.</item>
|
||||
<item quantity="other">Bitwarden could not decrypt %1$d vault items. Copy and share this error report with customer success to avoid additional data loss.</item>
|
||||
<item quantity="one">Битуорден не може да дешифрира %1$d елемент от трезора. Копирайте доклада за грешката и го изпратете на поддръжката, за да избегнете загубата на данни.</item>
|
||||
<item quantity="other">Битуорден не може да дешифрира %1$d елемента от трезора. Копирайте доклада за грешката и го изпратете на поддръжката, за да избегнете загубата на данни.</item>
|
||||
</plurals>
|
||||
<string name="select_a_card_for_x">Изберете карта за %s</string>
|
||||
<string name="advanced_options">Разширени настройки</string>
|
||||
@ -1086,4 +1089,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">Разпознаването на съвпадения по адрес управлява начина, по който Битуорден определя какви предложения за автоматично попълване да покаже.\n<annotation emphasis="bold">Внимание:</annotation> „Започва с“ е по-сложен метод, който е и по-рисков, тъй като може да застраши сигурността на данните за вписване.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">„Започва с“ е по-сложен метод, който е и по-рисков, тъй като може да застраши сигурността на данните за вписване.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">„Регулярен израз“ е по-сложен метод, който е и по-рисков, тъй като може да застраши сигурността на данните за вписване, ако се използва неправилно.</string>
|
||||
<string name="credential_import_was_cancelled">Внасянето на данните за вписване беше прекъснато. Не са внесени никакви данни.</string>
|
||||
<string name="import_cancelled">Внасянето е отменено</string>
|
||||
<string name="your_items_have_been_successfully_imported">Елементите бяха внесени успешно и вече могат да бъдат намерени в трезора.</string>
|
||||
<string name="import_saved_items">Внасяне на запазени елементи</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Внесете своите данни за вписване, включително секретни ключове, пароли, разплащателни карти и всякакви други лични данни от друг управител на пароли.</string>
|
||||
<string name="return_to_your_vault">Върнете се в трезора си</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Изберете управител на данни, от който да внесете елементи.</string>
|
||||
<string name="no_items_imported">Не бяха внесени никакви елементи</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">Не беше получено нищо от избрания управител на данни.</string>
|
||||
<string name="vault_sync_failed">Синхронизирането на трезора беше неуспешно</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Данните бяха внесени успешно, но трезорът не може да бъде синхронизиран. Внесените елементи няма да бъдат видими в трезора, докато не се извърши синхронизиране.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Имаше проблем при внасянето на данните. Моля, опитайте отново. Ако това се повтори, свържете се с поддръжката.</string>
|
||||
<string name="importing_items">Внасяне на елементи…</string>
|
||||
<string name="uploading_items">Качване на елементи…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">সম্বন্ধে</string>
|
||||
<string name="add_folder">ফোল্ডার জুড়ুন</string>
|
||||
<string name="add_item">বস্তু জুড়ুন</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d সেকেন্ড</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item saved</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">O aplikaciji</string>
|
||||
<string name="add_folder">Dodaj folder</string>
|
||||
<string name="add_item">Dodaj stavku</string>
|
||||
@ -1000,7 +1000,11 @@ Skeniranje će biti izvršeno automatski.</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Stavka je ažurirana.</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1087,4 +1091,18 @@ Skeniranje će biti izvršeno automatski.</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Quant a</string>
|
||||
<string name="add_folder">Afig carpeta</string>
|
||||
<string name="add_item">Afegeix element</string>
|
||||
@ -998,7 +998,10 @@ Voleu canviar a aquest compte?</string>
|
||||
<string name="advanced">Avançat</string>
|
||||
<string name="collapse_advanced_options">Redueix les opcions avançades</string>
|
||||
<string name="number_of_digits">Nombre de dígits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d segons</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Element guardat</string>
|
||||
<string name="information">Informació</string>
|
||||
<string name="otp_type">Tipus OTP</string>
|
||||
@ -1084,4 +1087,18 @@ Voleu canviar a aquest compte?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">O aplikaci</string>
|
||||
<string name="add_folder">Přidat složku</string>
|
||||
<string name="add_item">Přidat položku</string>
|
||||
@ -1005,7 +1005,12 @@ při opakování problémů.</string>
|
||||
<string name="advanced">Pokročilé</string>
|
||||
<string name="collapse_advanced_options">Sbalit pokročilé volby</string>
|
||||
<string name="number_of_digits">Počet číslic</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sekund</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d sekunda</item>
|
||||
<item quantity="few">%d sekundy</item>
|
||||
<item quantity="many">%d sekund</item>
|
||||
<item quantity="other">%d sekund</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Položka byla uložena</string>
|
||||
<string name="information">Informace</string>
|
||||
<string name="otp_type">Typ OTP</string>
|
||||
@ -1093,4 +1098,18 @@ při opakování problémů.</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">Detekce shody URI ovládá způsob, jakým Bitwarden identifikuje návrhy automatického vyplňování.\n<annotation emphasis="bold">Varování:</annotation> \"Začíná na\" je pokročilá volba se zvýšeným rizikem odhalení přihlašovacích údajů, pokud je použita nesprávně.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"Začíná na\" je pokročilá volba se zvýšeným rizikem odhalení přihlašovacích údajů.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">\"Regulární výraz\" je pokročilá volba se zvýšeným rizikem odhalení přihlašovacích údajů.</string>
|
||||
<string name="credential_import_was_cancelled">Import přihlašovacích údajů byl zrušen. Žádné přihlašovací údaje nebyly importovány.</string>
|
||||
<string name="import_cancelled">Import byl zrušen</string>
|
||||
<string name="your_items_have_been_successfully_imported">Vaše položky byly úspěšně importovány a jsou nyní viditelné ve Vašem trezoru.</string>
|
||||
<string name="import_saved_items">Importovat uložené položky</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Importujte Vaše přihlašovací údaje, včetně hesel, hesel, platebních karet a všech osobních údajů z jiného správce hesel.</string>
|
||||
<string name="return_to_your_vault">Zpět do Vašeho trezoru</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Vyberte správce přihlašovacích údajů pro import položek.</string>
|
||||
<string name="no_items_imported">Nebyly importovány žádné položky</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">Z vybraného správce přihlašovacích údajů nebyly přijaty žádné položky.</string>
|
||||
<string name="vault_sync_failed">Synchronizace trezoru se nezdařila</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Vaše položky byly úspěšně importovány, ale nemohly být synchronizovány. Importované položky nebudou viditelné v trezoru, dokud nebude provedena synchronizace.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Při importu Vašich položek došlo k chybě. Zkuste to znovu. Pokud problém přetrvává, kontaktujte podporu.</string>
|
||||
<string name="importing_items">Importování položek...</string>
|
||||
<string name="uploading_items">Nahrávání položek...</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Ynghylch</string>
|
||||
<string name="add_folder">Ychwanegu ffolder</string>
|
||||
<string name="add_item">Ychwanegu eitem</string>
|
||||
@ -1010,7 +1010,14 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="zero">%d seconds</item>
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="two">%d seconds</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="many">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Eitem wedi\'i chadw</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1100,4 +1107,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Om</string>
|
||||
<string name="add_folder">Tilføj mappe</string>
|
||||
<string name="add_item">Tilføj emne</string>
|
||||
@ -998,7 +998,10 @@ Skift til denne konto?</string>
|
||||
<string name="advanced">Avanceret</string>
|
||||
<string name="collapse_advanced_options">Sammenfold avancerede indstillinger</string>
|
||||
<string name="number_of_digits">Antal cifre</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sekunder</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Emne gemt</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP-type</string>
|
||||
@ -1084,4 +1087,18 @@ Skift til denne konto?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Über</string>
|
||||
<string name="add_folder">Ordner hinzufügen</string>
|
||||
<string name="add_item">Neuer Eintrag</string>
|
||||
@ -997,7 +997,10 @@ Möchtest du zu diesem Konto wechseln?</string>
|
||||
<string name="advanced">Erweitert</string>
|
||||
<string name="collapse_advanced_options">Erweiterte Optionen einklappen</string>
|
||||
<string name="number_of_digits">Anzahl der Ziffern</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d Sekunden</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Eintrag gespeichert</string>
|
||||
<string name="information">Informationen</string>
|
||||
<string name="otp_type">OTP-Typ</string>
|
||||
@ -1083,4 +1086,18 @@ Möchtest du zu diesem Konto wechseln?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">Die URI-Übereinstimmungserkennung steuert, wie Bitwarden Auto-Ausfüllen-Vorschläge erkennt.\n<annotation emphasis="bold">Warnung:</annotation> \"Beginnt mit\" ist eine erweiterte Option mit erhöhtem Risiko der Kompromittierung von Zugangsdaten.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"Beginnt mit\" ist eine erweiterte Option mit erhöhtem Risiko der Kompromittierung von Zugangsdaten.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">„Regulärer Ausdruck“ ist eine erweiterte Option, die bei unsachgemäßer Verwendung ein erhöhtes Risiko der Kompromittierung von Zugangsdaten darstellt.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Σχετικά</string>
|
||||
<string name="add_folder">Προσθήκη Φακέλου</string>
|
||||
<string name="add_item">Προσθήκη στοιχείου</string>
|
||||
@ -998,7 +998,10 @@
|
||||
<string name="advanced">Σύνθετα</string>
|
||||
<string name="collapse_advanced_options">Σύμπτυξη σύνθετων επιλογών</string>
|
||||
<string name="number_of_digits">Αριθμός ψηφίων</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d δευτερόλεπτα</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Το στοιχείο αποθηκεύτηκε</string>
|
||||
<string name="information">Πληροφορίες</string>
|
||||
<string name="otp_type">Τύπος OTP</string>
|
||||
@ -1084,4 +1087,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">About</string>
|
||||
<string name="add_folder">Add folder</string>
|
||||
<string name="add_item">Add item</string>
|
||||
@ -1000,7 +1000,10 @@ any issues.</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item saved</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1086,4 +1089,18 @@ any issues.</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">About</string>
|
||||
<string name="add_folder">Add folder</string>
|
||||
<string name="add_item">Add item</string>
|
||||
@ -1000,7 +1000,10 @@ any issues.</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item saved</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1086,4 +1089,18 @@ any issues.</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Acerca de</string>
|
||||
<string name="add_folder">Añadir carpeta</string>
|
||||
<string name="add_item">Añadir elemento</string>
|
||||
@ -999,7 +999,10 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</string>
|
||||
<string name="advanced">Avanzado</string>
|
||||
<string name="collapse_advanced_options">Colapsar opciones avanzadas</string>
|
||||
<string name="number_of_digits">Número de dígitos</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d segundos</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Elemento guardado</string>
|
||||
<string name="information">Información</string>
|
||||
<string name="otp_type">Tipo OTP</string>
|
||||
@ -1085,4 +1088,18 @@ seleccione Agregar TOTP para almacenar la clave de forma segura</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Rakenduse info</string>
|
||||
<string name="add_folder">Kausta lisamine</string>
|
||||
<string name="add_item">Kirje lisamine</string>
|
||||
@ -998,7 +998,10 @@ Soovid selle konto peale lülituda?</string>
|
||||
<string name="advanced">Lisavalikud</string>
|
||||
<string name="collapse_advanced_options">Peida seaded edasijõudnutele</string>
|
||||
<string name="number_of_digits">Numbrite arv</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sekundit</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Kirje salvestatud</string>
|
||||
<string name="information">Teave</string>
|
||||
<string name="otp_type">OTP tüüp</string>
|
||||
@ -1078,10 +1081,24 @@ Soovid selle konto peale lülituda?</string>
|
||||
<string name="advanced_options">Täpsemad seaded</string>
|
||||
<string name="more_about_match_detection"><annotation link="moreAboutMatchDetection">Rohkem vaste tuvastamise kohta</annotation></string>
|
||||
<string name="keep_your_credential_secure">Hoia oma andmed turvalisena</string>
|
||||
<string name="learn_more_about_how_to_keep_credentirals_secure">Learn more about how to keep credentials secure when using “%1$s”.</string>
|
||||
<string name="learn_more_about_how_to_keep_credentirals_secure">Uuri lähemalt kuidas hoida oma isikuandmeid ohutuna kasutades vahendit \"%1$s\".</string>
|
||||
<string name="are_you_sure_you_want_to_use">Are you sure you want to use “%1$s”?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options_incorrectly">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Honi buruz</string>
|
||||
<string name="add_folder">Gehitu karpeta</string>
|
||||
<string name="add_item">Gehitu elementua</string>
|
||||
@ -996,7 +996,10 @@ Kontu honetara aldatu nahi duzu?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Elementua eguneratu da.</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1082,4 +1085,18 @@ Kontu honetara aldatu nahi duzu?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">درباره</string>
|
||||
<string name="add_folder">افزودن پوشه</string>
|
||||
<string name="add_item">افزودن مورد</string>
|
||||
@ -998,7 +998,10 @@
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">مورد بهروزرسانی شد</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Tietoja</string>
|
||||
<string name="add_folder">Lisää kansio</string>
|
||||
<string name="add_item">Lisää kohde</string>
|
||||
@ -998,7 +998,10 @@ Haluatko vaihtaa tähän tiliin?</string>
|
||||
<string name="advanced">Lisäasetukset</string>
|
||||
<string name="collapse_advanced_options">Tiivistä lisäasetukset</string>
|
||||
<string name="number_of_digits">Pituus</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sekuntia</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Kohde tallennettu</string>
|
||||
<string name="information">Tiedot</string>
|
||||
<string name="otp_type">OTP:n tyyppi</string>
|
||||
@ -1084,4 +1087,18 @@ Haluatko vaihtaa tähän tiliin?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Tungkol</string>
|
||||
<string name="add_folder">Bagong Folder</string>
|
||||
<string name="add_item">Bagong Item</string>
|
||||
@ -998,7 +998,10 @@ Gusto mo bang pumunta sa account na ito?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Na-save ang item</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Gusto mo bang pumunta sa account na ito?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">À propos</string>
|
||||
<string name="add_folder">Ajouter un dossier</string>
|
||||
<string name="add_item">Ajouter un élément</string>
|
||||
@ -998,7 +998,10 @@ Voulez-vous basculer vers ce compte ?</string>
|
||||
<string name="advanced">Avancé</string>
|
||||
<string name="collapse_advanced_options">Réduire les options avancées</string>
|
||||
<string name="number_of_digits">Nombre de chiffres</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d secondes</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Élément enregistré</string>
|
||||
<string name="information">Informations</string>
|
||||
<string name="otp_type">Type OTP</string>
|
||||
@ -1084,4 +1087,18 @@ Voulez-vous basculer vers ce compte ?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Acerca de</string>
|
||||
<string name="add_folder">Engadir cartafol</string>
|
||||
<string name="add_item">Engadir elemento</string>
|
||||
@ -998,7 +998,10 @@ Queres comprobalo dende esa conta?</string>
|
||||
<string name="advanced">Avanzado</string>
|
||||
<string name="collapse_advanced_options">Colapsar opcións avanzadas</string>
|
||||
<string name="number_of_digits">Número de díxitos</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d segundos</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Elemento gardado</string>
|
||||
<string name="information">Información</string>
|
||||
<string name="otp_type">Tipo de código dun só uso</string>
|
||||
@ -1084,4 +1087,18 @@ Queres comprobalo dende esa conta?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">हमारे बारे में</string>
|
||||
<string name="add_folder">फोल्डर बनाएं</string>
|
||||
<string name="add_item">आइटम बनाएं</string>
|
||||
@ -997,7 +997,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">आइटम सेव किया गया</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1083,4 +1086,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">O aplikaciji</string>
|
||||
<string name="add_folder">Dodaj mapu</string>
|
||||
<string name="add_item">Dodaj stavku</string>
|
||||
@ -1001,7 +1001,11 @@ bilo kakav problem.</string>
|
||||
<string name="advanced">Napredno</string>
|
||||
<string name="collapse_advanced_options">Sakrij napredne mogućnosti</string>
|
||||
<string name="number_of_digits">Broj znamenki</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sek.</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d sekunda</item>
|
||||
<item quantity="few">%d sekunde</item>
|
||||
<item quantity="other">%d sekundi</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Stavka spremljena</string>
|
||||
<string name="information">Informacije</string>
|
||||
<string name="otp_type">Vrsta OTP-a</string>
|
||||
@ -1088,4 +1092,18 @@ bilo kakav problem.</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">Otkrivanje podudaranja URI-ja upravlja kako Bitwarden identificira prijedloge za auto-ispunu.\n<annotation emphasis="bold">Upozorenje:</annotation>„Počinje s” je napredna mogućnost s povećanim rizikom curenja vjerodajnica u slučaju krivog korištenja.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">„Počinje s” je napredna mogućnost s povećnim rizikom od otkrivanja vjerodajnica.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">„Regularni izraz” je napredna mogućnost s povećanim rizikom curenja vjerodajnica u slučaju krivog korištenja.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Névjegy</string>
|
||||
<string name="add_folder">Mappa hozzáadása</string>
|
||||
<string name="add_item">Elem hozzáadása</string>
|
||||
@ -165,7 +165,7 @@
|
||||
<string name="search_for_a_login_or_add_a_new_login">Keressünk egy bejelentkezést vagy adjunk hozzá új bejelentkezést.</string>
|
||||
<string name="disabled">Letiltva</string>
|
||||
<string name="bitwarden_autofill_service_alert2">A legkönnyebb módja új bejelentkezések széfbe helyezéséhez a Bitwarden automatikus kitöltés szolgáltatásból. További információ olvasható a Bitwarden automatikus kitöltés szolgáltatás használatáról a \"Beállítások\" képernyőn.</string>
|
||||
<string name="autofill_title">Autofill</string>
|
||||
<string name="autofill_title">Automatikus kitöltés</string>
|
||||
<string name="autofill_or_view">Automatikusan kitöltésre vagy megtekintésre kerüljön ez az elem?</string>
|
||||
<string name="search">Keresés</string>
|
||||
<string name="learn_org">Információ szervezetekről</string>
|
||||
@ -997,7 +997,10 @@ Szeretnénk átváltani erre a fiókra?</string>
|
||||
<string name="advanced">Bővített</string>
|
||||
<string name="collapse_advanced_options">Bővített opciók összezárása</string>
|
||||
<string name="number_of_digits">Számjegyek száma</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d másodperc</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d másodperc</item>
|
||||
<item quantity="other">%d másodperc</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Az elem szerkesztésre került.</string>
|
||||
<string name="information">Információ</string>
|
||||
<string name="otp_type">OTP típus</string>
|
||||
@ -1083,4 +1086,18 @@ Szeretnénk átváltani erre a fiókra?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">Az URI egyezés észlelése szabályozza, hogy a Bitwarden hogyan azonosítsa az automatikus kitöltési javaslatokat.\n<annotation emphous=„bold“>Figyelem:</annotation> A “Kezdés:” egy fejlett lehetőség, amely növeli a hitelesítő adatok felfedésének kockázatát.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">A “Kezdés:” egy fejlett opció, amely növeli a hitelesítő adatok felfedésének kockázatát.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“A reguláris kifejezés” egy fejlett opció, amely megnöveli a hitelesítő adatok felfedésének kockázatát, ha helytelenül használják.</string>
|
||||
<string name="credential_import_was_cancelled">A hitelesítő adatok importálása megszakításra került. Nem lett importálva hitelesítő adat.</string>
|
||||
<string name="import_cancelled">Az importálás megszakításra került.</string>
|
||||
<string name="your_items_have_been_successfully_imported">Az elemek sikeresen importálásra kerültek és most megtekinthetők a széfben.</string>
|
||||
<string name="import_saved_items">Mentett bejelentkezések importálása</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">A hitelesítő adatok, beleértve a azonosítókulcsok, jelszavak, hitelkártyák és bármely személyes személyazonossági adat egy másik jelszókezelőből.</string>
|
||||
<string name="return_to_your_vault">Vissza a saját széfbe</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Válasszunk ki egy hitelesítőadat kezelőt az elemek importálásához.</string>
|
||||
<string name="no_items_imported">Nem lett elem importálva.</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">A kiválasztott hitelesítőadat kezelőtől nem érkezett elem.</string>
|
||||
<string name="vault_sync_failed">A széf szinkronizálás sikertelen volt.</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Az elemek sikeresen importálásra kerültek, de nem lehetett szinkronizálni a széfet. Az importált elemek a szinkronizálás végrehajtásáig nem lesznek láthatók a széfben.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Probléma volt az elemek importálásával. Próbáljuk újra. Ha a probléma továbbra is fennáll, forduljunk a támogatáshoz.</string>
|
||||
<string name="importing_items">Elemek importálása…</string>
|
||||
<string name="uploading_items">Elemek feltöltése…</string>
|
||||
</resources>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Informazioni</string>
|
||||
<string name="add_folder">Aggiungi una cartella</string>
|
||||
<string name="add_item">Aggiungi un elemento</string>
|
||||
@ -997,7 +997,10 @@ Vuoi passare a questo account?</string>
|
||||
<string name="advanced">Avanzato</string>
|
||||
<string name="collapse_advanced_options">Comprimi opzioni avanzate</string>
|
||||
<string name="number_of_digits">Numero di cifre</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d secondi</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Elemento salvato</string>
|
||||
<string name="information">Informazioni</string>
|
||||
<string name="otp_type">Tipo di OTP</string>
|
||||
@ -1083,4 +1086,18 @@ Vuoi passare a questo account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">Il metodo di rilevamento URL specifica il modo in cui Bitwarden rileva l\'indirizzo per mostrare suggerimenti pertinenti di riempimento automatico.\n<annotation emphasis="bold">Attenzione:</annotation> \'Inizia con\' è un\'opzione avanzata con un rischio maggiore di esporre le credenziali.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\'Inizia con\' è un\'opzione avanzata con un rischio maggiore di esporre le credenziali.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">\'Espressione regolare\' è un\'opzione avanzata con un rischio maggiore di esporre le credenziali se usato senza cognizione di causa.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">אודות</string>
|
||||
<string name="add_folder">הוסף תיקייה</string>
|
||||
<string name="add_item">הוסף פריט</string>
|
||||
@ -1004,7 +1004,12 @@
|
||||
<string name="advanced">מתקדם</string>
|
||||
<string name="collapse_advanced_options">כווץ אפשרויות מתקדמות</string>
|
||||
<string name="number_of_digits">מספר ספרות</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d שניות</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="two">%d seconds</item>
|
||||
<item quantity="many">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">הפריט נשמר</string>
|
||||
<string name="information">מידע</string>
|
||||
<string name="otp_type">סוג OTP</string>
|
||||
@ -1092,4 +1097,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">זיהוי התאמת URI שולט באופן שבו Bitwarden מזהה הצעות למילוי אוטומטי.\n<annotation emphasis="bold">אזהרה:</annotation> ”מתחיל עם” היא אפשרות מתקדמת עם סיכון מוגבר לחשיפת אישורים.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">”מתחיל עם” היא אפשרות מתקדמת עם סיכון מוגבר לחשיפת אישורים.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">”ביטוי רגולרי” הוא אפשרות מתקדמת עם סיכון מוגבר לחשיפת אישורים אם נעשה בו שימוש לא נכון.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">アプリ情報</string>
|
||||
<string name="add_folder">フォルダーを追加</string>
|
||||
<string name="add_item">アイテムの追加</string>
|
||||
@ -995,7 +995,9 @@
|
||||
<string name="advanced">上級者向け</string>
|
||||
<string name="collapse_advanced_options">高度なオプションを閉じる</string>
|
||||
<string name="number_of_digits">桁数</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d 秒</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">項目を保存しました</string>
|
||||
<string name="information">情報</string>
|
||||
<string name="otp_type">OTPの種類</string>
|
||||
@ -1080,4 +1082,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">About</string>
|
||||
<string name="add_folder">Add folder</string>
|
||||
<string name="add_item">Add Item</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">საგანი შენახულია</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">ಬಗ್ಗೆ</string>
|
||||
<string name="add_folder">ಫೋಲ್ಡರ್ ಸೇರಿಸಿ</string>
|
||||
<string name="add_item">ಐಟಂ ಸೇರಿಸಿ</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">ಐಟಂ ನವೀಕರಿಸಲಾಗಿದೆ.</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">정보</string>
|
||||
<string name="add_folder">폴더 추가</string>
|
||||
<string name="add_item">항목 추가</string>
|
||||
@ -995,7 +995,9 @@
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">항목을 업데이트했습니다.</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1080,4 +1082,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Apie</string>
|
||||
<string name="add_folder">Pridėti aplanką</string>
|
||||
<string name="add_item">Pridėti elementą</string>
|
||||
@ -1004,7 +1004,12 @@ Ar norite pereiti prie šios paskyros?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="many">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Elementas išsaugotas</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1092,4 +1097,18 @@ Ar norite pereiti prie šios paskyros?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Par</string>
|
||||
<string name="add_folder">Pievienot mapi</string>
|
||||
<string name="add_item">Pievienot vienumu</string>
|
||||
@ -1001,7 +1001,11 @@ Vai pārslēgties uz šo kontu?</string>
|
||||
<string name="advanced">Papildu</string>
|
||||
<string name="collapse_advanced_options">Sakļaut papildu iespējas</string>
|
||||
<string name="number_of_digits">Ciparu skaits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sekundes</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="zero">%d sekunžu</item>
|
||||
<item quantity="one">%d sekunde</item>
|
||||
<item quantity="other">%d sekundes</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Vienums saglabāts</string>
|
||||
<string name="information">Informācija</string>
|
||||
<string name="otp_type">OTP veids</string>
|
||||
@ -1088,4 +1092,18 @@ Vai pārslēgties uz šo kontu?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI atbilstības noteikšana nosaka, kā Bitwarden atrod automātiskās aizpildes ieteikumus.\n<annotation emphasis="bold">Uzmanību:</annotation> “Sākas” ir lietpratējiem paredzēta iespēja ar paaugstinātu pieteikšanās datu atkāšanas bīstamību.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Sākas ar” ir lietpratējiem paredzēta iespēja ar paaugstinātu piekļuves datu atklāšanas bīstamību.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regulārā izteiksme” ir lietpratējiem paredzēta iespēja ar paaugstinātu piekļuves datu atklāšanas bīstamību.</string>
|
||||
<string name="credential_import_was_cancelled">Piekļuves datu ievietošana tika atcelta. Nekas netika ievietots.</string>
|
||||
<string name="import_cancelled">Ievietošana atcelta</string>
|
||||
<string name="your_items_have_been_successfully_imported">Vienumi tika sekmīgi ievietoti, un tie tagad ir apskatāmi glabātavā.</string>
|
||||
<string name="import_saved_items">Ievietot saglabātos vienumus</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Ievieto savus piekļuves datus, tajā skaitā piekļuves atslēgas, paroles, maksājumu kartes un jebkādu personīgo identitātes informāciju no cita paroļu pārvaldnieka!</string>
|
||||
<string name="return_to_your_vault">Atgriezties savā glabātavā</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Jāatlasa piekļuves datu pārvaldnieks, no kura ievietot vienumus.</string>
|
||||
<string name="no_items_imported">Neviens vienums nav ievietots</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">Neviens vienums netika saņemts no atlasītā piekļuves datu pārvaldnieka.</string>
|
||||
<string name="vault_sync_failed">Glabātavas sinhronizēšana neizdevās</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Vienumi tika sekmīgi ievietoti, bet nevarēja sinhronizēt glabātavu. Ievietotie vienumi nebūs redzami glabātavā, kamēr nebūs veikta sinhronizēšana.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Bija sarežģījums vienumu ievietošanā. Lūgums mēģināt vēlreiz. Ja sarežģījums nepāriet, jāsazinās ar atbalstu.</string>
|
||||
<string name="importing_items">Ievieto vienumus…</string>
|
||||
<string name="uploading_items">Augšupielādē vienumus…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">ആപ്പിനെ കുറിച്ച്</string>
|
||||
<string name="add_folder">ഫോൾഡർ ചേർക്കുക</string>
|
||||
<string name="add_item">ഇനം ചേർക്കുക</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">ഇനം പുതുക്കി.</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">आमच्या विषयी</string>
|
||||
<string name="add_folder">फोल्डर जोडा</string>
|
||||
<string name="add_item">वस्तू जोडा</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d सेकंद</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item saved</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">About</string>
|
||||
<string name="add_folder">Add folder</string>
|
||||
<string name="add_item">Add Item</string>
|
||||
@ -995,7 +995,9 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item saved</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1080,4 +1082,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Om</string>
|
||||
<string name="add_folder">Legg til en mappe</string>
|
||||
<string name="add_item">Legg til gjenstand</string>
|
||||
@ -998,7 +998,10 @@ Vil du bytte til denne kontoen?</string>
|
||||
<string name="advanced">Avansert</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Antall sifre</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Element oppdatert.</string>
|
||||
<string name="information">Informasjon</string>
|
||||
<string name="otp_type">OTP-type</string>
|
||||
@ -1084,4 +1087,18 @@ Vil du bytte til denne kontoen?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">About</string>
|
||||
<string name="add_folder">Add folder</string>
|
||||
<string name="add_item">Add Item</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">आइटम सेभ गरियो</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Over</string>
|
||||
<string name="add_folder">Map toevoegen</string>
|
||||
<string name="add_item">Item toevoegen</string>
|
||||
@ -998,7 +998,10 @@ Wilt u naar dit account wisselen?</string>
|
||||
<string name="advanced">Geavanceerd</string>
|
||||
<string name="collapse_advanced_options">Geavanceerde opties samenvouwen</string>
|
||||
<string name="number_of_digits">Aantal cijfers</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconden</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d seconde</item>
|
||||
<item quantity="other">%d seconden</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item opgeslagen</string>
|
||||
<string name="information">Informatie</string>
|
||||
<string name="otp_type">OTP-type</string>
|
||||
@ -1084,4 +1087,18 @@ Wilt u naar dit account wisselen?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">De URI match detectie bepaalt hoe Bitwarden autofill-suggesties herkent.\n<annotation emphasis="bold">Waarschuwing:</annotation> \"Begint met\" is een geavanceerde optie met verhoogd risico voor het blootstellen van inloggegevens als je het niet goed gebruikt.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"Begint met\" is een geavanceerde optie met een verhoogd risico op het blootstellen van inloggegevens.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">\"Reguliere expressie\" is een geavanceerde optie met een verhoogd risico op het blootstellen van inloggegevens als je het verkeerd gebruikt.</string>
|
||||
<string name="credential_import_was_cancelled">Import van inloggegevens geannuleerd. Er zijn geen inloggegevens geïmporteerd.</string>
|
||||
<string name="import_cancelled">Importeren geannuleerd</string>
|
||||
<string name="your_items_have_been_successfully_imported">Je items zijn met succes geïmporteerd en zijn nu zichtbaar in je kluis.</string>
|
||||
<string name="import_saved_items">Opgeslagen logins importeren</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Je inloggegevens, inclusief wachtwoorden, creditcards en persoonlijke identiteitsgegevens van een andere wachtwoordbeheerder importeren.</string>
|
||||
<string name="return_to_your_vault">Terug naar je kluis</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Selecteer een wachtwoordmanager om items van te importeren.</string>
|
||||
<string name="no_items_imported">Geen items geïmporteerd</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">Geen items ontvangen van de geselecteerde wachtwoordmanager.</string>
|
||||
<string name="vault_sync_failed">Kluissynchronisatie mislukt</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Uw items zijn met succes geïmporteerd, maar konden de kluis niet synchroniseren. Geïmporteerde items zijn niet zichtbaar in uw kluis totdat de synchronisatie is uitgevoerd.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Er ging iets mis bij het importeren van je items. Probeer het opnieuw. Als het probleem aanhoudt, neem dan contact op met support.</string>
|
||||
<string name="importing_items">Items importeren…</string>
|
||||
<string name="uploading_items">Items uploaden…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Om</string>
|
||||
<string name="add_folder">Legg til ei mappe</string>
|
||||
<string name="add_item">Legg til ei oppføring</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Oppføringa er retta.</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">About</string>
|
||||
<string name="add_folder">Add folder</string>
|
||||
<string name="add_item">Add Item</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item saved</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">O aplikacji</string>
|
||||
<string name="add_folder">Dodaj folder</string>
|
||||
<string name="add_item">Dodaj element</string>
|
||||
@ -1003,7 +1003,12 @@ Czy chcesz przełączyć się na to konto?</string>
|
||||
<string name="advanced">Zaawansowane</string>
|
||||
<string name="collapse_advanced_options">Zwiń opcje zaawansowane</string>
|
||||
<string name="number_of_digits">Liczba cyfr</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sekund</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d sekunda</item>
|
||||
<item quantity="few">%d sekundy</item>
|
||||
<item quantity="many">%d sekund</item>
|
||||
<item quantity="other">%d sekundy</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Element został zapisany</string>
|
||||
<string name="information">Informacje</string>
|
||||
<string name="otp_type">Rodzaj OTP</string>
|
||||
@ -1091,4 +1096,18 @@ Czy chcesz przełączyć się na to konto?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">Wykrywanie dopasowania to sposób, w jaki Bitwarden identyfikuje sugestie autouzupełniania.\n<annotation emphasis="bold">Ostrzeżenie:</annotation> „Rozpoczyna się od” jest zaawansowaną opcją zwiększającą ryzyko ujawnienia danych logowania.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">„Rozpoczyna się od” jest zaawansowaną opcją zwiększającą ryzyko ujawnienia danych logowania.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">„Wyrażenie regularne” jest zaawansowaną opcją zwiększającą ryzyko ujawnienia danych logowania.</string>
|
||||
<string name="credential_import_was_cancelled">Import danych logowania został anulowany. Dane logowanie nie zostały zaimportowane.</string>
|
||||
<string name="import_cancelled">Importowanie zostało anulowane</string>
|
||||
<string name="your_items_have_been_successfully_imported">Elementy zostały zaimportowane i są widoczne w sejfie.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Wróć do sejfu</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">Brak zaimportowanych elementów</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">Nie odebrano żadnych elementów z wybranego menedżera poświadczeń.</string>
|
||||
<string name="vault_sync_failed">Synchronizacja sejfu nie powiodła się</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Elementy zostały zaimportowane, ale nie można zsynchronizować sejfu. Zaimportowane elementy będą widoczne w sejfie dopiero po synchronizacji.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Wystąpił problem z importowaniem elementów. Spróbuj ponownie. Jeśli problem się powtarza, skontaktuj się z pomocą techniczną.</string>
|
||||
<string name="importing_items">Importowanie elementów…</string>
|
||||
<string name="uploading_items">Przesyłanie elementów…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Sobre</string>
|
||||
<string name="add_folder">Adicionar pasta</string>
|
||||
<string name="add_item">Adicionar Item</string>
|
||||
@ -267,7 +267,7 @@ A leitura será feita automaticamente.</string>
|
||||
<string name="address">Endereço</string>
|
||||
<string name="expiration">Vencimento</string>
|
||||
<string name="show_website_icons">Mostrar ícones dos sites</string>
|
||||
<string name="show_website_icons_help">Show website icons help</string>
|
||||
<string name="show_website_icons_help">Ajuda sobre exibir ícones de website</string>
|
||||
<string name="show_website_icons_description">Mostre uma imagem reconhecível ao lado de cada login.</string>
|
||||
<string name="icons_url">URL do Servidor de Ícones</string>
|
||||
<string name="vault_is_locked">O cofre está trancado</string>
|
||||
@ -998,7 +998,10 @@ Você deseja mudar para esta conta?</string>
|
||||
<string name="advanced">Avançado</string>
|
||||
<string name="collapse_advanced_options">Recolher opções avançadas</string>
|
||||
<string name="number_of_digits">Número de dígitos</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d segundos</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d segundos</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item salvo</string>
|
||||
<string name="information">Informação</string>
|
||||
<string name="otp_type">Tipo de OTP</string>
|
||||
@ -1084,4 +1087,18 @@ Você deseja mudar para esta conta?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">A detecção de correspondência URI controla como o Bitwarden identifica sugestões de autopreenchimento.\n<annotation emphasis="bold">Aviso:</annotation> \"Inicia com\" é uma opção avançada com maior risco de expor as credenciais.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"Começa com\" é uma opção avançada com maior risco de expor as credenciais.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">\"Expressão regular\" é uma opção avançada com alto risco de expor credenciais se usada incorretamente.</string>
|
||||
<string name="credential_import_was_cancelled">Importação de credenciais foi cancelada. Nenhuma credencial foi importada.</string>
|
||||
<string name="import_cancelled">Importação cancelada</string>
|
||||
<string name="your_items_have_been_successfully_imported">Seus itens foram importados com sucesso e estão visíveis no seu cofre.</string>
|
||||
<string name="import_saved_items">Importar itens salvos</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Importe suas credenciais, incluindo senhas, cartões de crédito e qualquer informação de identidade pessoal de outro gerente de senha.</string>
|
||||
<string name="return_to_your_vault">Retornar para o cofre</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Selecione um gerenciador de credenciais para importar itens.</string>
|
||||
<string name="no_items_imported">Nenhum item importado</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">Nenhum item recebido do gerenciador de credenciais selecionado.</string>
|
||||
<string name="vault_sync_failed">A sincronização do cofre falhou</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Seus itens foram importados com sucesso, mas não foi possível sincronizar o cofre. Itens importados não serão visíveis no seu cofre até que a sincronização seja executada.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Houve um problema ao importar seus itens. Tente novamente. Se o problema persistir, contate o suporte.</string>
|
||||
<string name="importing_items">Importando itens…</string>
|
||||
<string name="uploading_items">Enviando itens…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Acerca de</string>
|
||||
<string name="add_folder">Adicionar pasta</string>
|
||||
<string name="add_item">Adicionar item</string>
|
||||
@ -11,7 +11,7 @@
|
||||
<string name="copy_password">Copiar palavra-passe</string>
|
||||
<string name="copy_username">Copiar nome de utilizador</string>
|
||||
<string name="delete">Eliminar</string>
|
||||
<string name="deleting">Deleting…</string>
|
||||
<string name="deleting">A eliminar…</string>
|
||||
<string name="do_you_really_want_to_delete">Pretende mesmo eliminar? Esta ação não pode ser anulada.</string>
|
||||
<string name="edit">Editar</string>
|
||||
<string name="edit_folder">Editar pasta</string>
|
||||
@ -54,7 +54,7 @@
|
||||
<string name="password">Palavra-passe</string>
|
||||
<string name="save">Guardar</string>
|
||||
<string name="move">Mover</string>
|
||||
<string name="saving">Saving…</string>
|
||||
<string name="saving">A guardar…</string>
|
||||
<string name="settings">Definições</string>
|
||||
<string name="show">Mostrar</string>
|
||||
<string name="item_deleted">Item eliminado</string>
|
||||
@ -103,7 +103,7 @@
|
||||
<string name="immediately">Imediatamente</string>
|
||||
<string name="vault_timeout_log_out_confirmation_title">Definir o tempo limite da sessão para \"Terminar sessão\"?</string>
|
||||
<string name="vault_timeout_log_out_confirmation_message">Após o período de tempo limite, a sessão será terminada. Terá de estar ligado à Internet para iniciar sessão e aceder novamente ao seu cofre. As suas definições e PIN guardados neste dispositivo não serão alterados.</string>
|
||||
<string name="logging_in">Logging in…</string>
|
||||
<string name="logging_in">A iniciar sessão…</string>
|
||||
<string name="login_to_bitwarden">Iniciar sessão no Bitwarden</string>
|
||||
<string name="master_password_confirmation_val_message">A confirmação da palavra-passe não está correta.</string>
|
||||
<string name="master_password_description">A palavra-passe mestra é a palavra-passe que utiliza para aceder ao seu cofre. É muito importante que não se esqueça da sua palavra-passe mestra. Não há forma de recuperar a palavra-passe no caso de a esquecer.</string>
|
||||
@ -145,8 +145,8 @@
|
||||
<string name="select">Selecionar</string>
|
||||
<string name="item_details">Detalhes do item</string>
|
||||
<string name="item_updated">Item guardado</string>
|
||||
<string name="submitting">Submitting…</string>
|
||||
<string name="syncing">Syncing…</string>
|
||||
<string name="submitting">A submeter…</string>
|
||||
<string name="syncing">A sincronizar…</string>
|
||||
<string name="syncing_complete">Sincronização concluída</string>
|
||||
<string name="two_step_login">Verificação de dois passos</string>
|
||||
<string name="unlock_with_biometrics">Desbloquear com biometria</string>
|
||||
@ -184,7 +184,7 @@
|
||||
<string name="add_new_attachment">Adicionar novo anexo</string>
|
||||
<string name="attachments">Anexos</string>
|
||||
<string name="unable_to_download_file">Não foi possível transferir o ficheiro.</string>
|
||||
<string name="downloading">Downloading…</string>
|
||||
<string name="downloading">A transferir…</string>
|
||||
<string name="attachment_large_warning">O anexo tem %1$s de tamanho. Tem a certeza que deseja transferi-lo para o seu dispositivo?</string>
|
||||
<string name="authenticator_key">Chave de autenticação (TOTP)</string>
|
||||
<string name="verification_code_totp">Código de verificação (TOTP)</string>
|
||||
@ -398,10 +398,10 @@ A leitura será efetuada automaticamente.</string>
|
||||
<string name="save_attachment_success">Anexo guardado com sucesso</string>
|
||||
<string name="autofill_tile_accessibility_required">Por favor, ative o \"Serviço de acessibilidade de preenchimento automático\" nas definições do Bitwarden para utilizar o mosaico de preenchimento automático.</string>
|
||||
<string name="autofill_tile_uri_not_found">Nenhum campo de palavra-passe detetado</string>
|
||||
<string name="soft_deleting">Sending to trash…</string>
|
||||
<string name="soft_deleting">A mover para o lixo…</string>
|
||||
<string name="item_soft_deleted">O item foi movido para o lixo.</string>
|
||||
<string name="restore">Restaurar</string>
|
||||
<string name="restoring">Restoring…</string>
|
||||
<string name="restoring">A restaurar…</string>
|
||||
<string name="item_restored">Item restaurado</string>
|
||||
<string name="trash">Lixo</string>
|
||||
<string name="do_you_really_want_to_permanently_delete_cipher">Pretende mesmo eliminar permanentemente? Esta ação não pode ser anulada.</string>
|
||||
@ -803,7 +803,7 @@ Pretende mudar para esta conta?</string>
|
||||
<string name="need_help_check_out_import_help">Precisa de ajuda? Consulte a <annotation link="importHelp">ajuda com a importação</annotation>.</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily"><annotation emphasis="bold">Guarde o ficheiro exportado</annotation> num local do seu computador que possa encontrar facilmente.</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Este não é um servidor Bitwarden reconhecido. Poderá ter de verificar com o seu fornecedor ou atualizar o seu servidor.</string>
|
||||
<string name="syncing_logins_loading_message">Syncing logins…</string>
|
||||
<string name="syncing_logins_loading_message">A sincronizar credenciais…</string>
|
||||
<string name="download_the_browser_extension">Descarregue a extensão do navegador</string>
|
||||
<string name="go_to_bitwarden_com_download_to_integrate_bitwarden_into_browser">Vá a bitwarden.com/download para integrar o Bitwarden no seu navegador favorito para uma experiência perfeita.</string>
|
||||
<string name="use_the_web_app">Utilize a aplicação Web</string>
|
||||
@ -998,7 +998,10 @@ Pretende mudar para esta conta?</string>
|
||||
<string name="advanced">Avançadas</string>
|
||||
<string name="collapse_advanced_options">Ocultar opções avançadas</string>
|
||||
<string name="number_of_digits">Número de dígitos</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d segundos</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d segundo</item>
|
||||
<item quantity="other">%d segundos</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item guardado</string>
|
||||
<string name="information">Informações</string>
|
||||
<string name="otp_type">Tipo de OTP</string>
|
||||
@ -1084,4 +1087,18 @@ Pretende mudar para esta conta?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">A deteção de correspondência de URI controla como o Bitwarden identifica sugestões de preenchimento automático.\n<annotation emphasis="bold">Aviso:</annotation> \"Começa com\" é uma opção avançada com maior risco de expor credenciais.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"Começa com\" é uma opção avançada com um risco acrescido de exposição de credenciais.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">A \"Expressão regular\" é uma opção avançada com um risco acrescido de expor credenciais se for utilizada incorretamente.</string>
|
||||
<string name="credential_import_was_cancelled">A importação de credenciais foi cancelada. Não foram importadas credenciais.</string>
|
||||
<string name="import_cancelled">Importação cancelada</string>
|
||||
<string name="your_items_have_been_successfully_imported">Os seus itens foram importados com sucesso e podem agora ser visualizados no seu cofre.</string>
|
||||
<string name="import_saved_items">Importar itens guardados</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Importe as suas credenciais, incluindo chaves de acesso, palavras-passe, cartões de crédito e quaisquer informações de identidade pessoal de outro gestor de palavras-passe.</string>
|
||||
<string name="return_to_your_vault">Voltar ao seu cofre</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Selecione um gestor de credenciais a partir do qual importar itens.</string>
|
||||
<string name="no_items_imported">Nenhum item importado</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">Não foram recebidos quaisquer itens do gestor de credenciais selecionado.</string>
|
||||
<string name="vault_sync_failed">Falha na sincronização do cofre</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Os seus itens foram importados com sucesso, mas não foi possível sincronizar o cofre. Os itens importados não serão visíveis no seu cofre até que a sincronização seja efetuada.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Ocorreu um problema ao importar os seus itens. Por favor, tente novamente. Se o problema persistir, contacte o suporte.</string>
|
||||
<string name="importing_items">A importar itens…</string>
|
||||
<string name="uploading_items">A carregar itens…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Despre</string>
|
||||
<string name="add_folder">Adăugare dosar</string>
|
||||
<string name="add_item">Adăugare articol</string>
|
||||
@ -1001,7 +1001,11 @@ Doriți să comutați la acest cont?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Articol salvat</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1088,4 +1092,18 @@ Doriți să comutați la acest cont?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">О Bitwarden</string>
|
||||
<string name="add_folder">Добавить папку</string>
|
||||
<string name="add_item">Добавить элемент</string>
|
||||
@ -1004,7 +1004,12 @@
|
||||
<string name="advanced">Дополнительно</string>
|
||||
<string name="collapse_advanced_options">Свернуть дополнительные параметры</string>
|
||||
<string name="number_of_digits">Количество цифр</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d сек.</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d сек.</item>
|
||||
<item quantity="few">%d сек.</item>
|
||||
<item quantity="many">%d сек.</item>
|
||||
<item quantity="other">%d сек.</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Элемент сохранен</string>
|
||||
<string name="information">Информация</string>
|
||||
<string name="otp_type">Тип OTP</string>
|
||||
@ -1092,4 +1097,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Начинается с” - это расширенный вариант с повышенным риском раскрытия учетных данных.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Регулярное выражение” - это расширенный вариант с повышенным риском раскрытия учетных данных при неправильном использовании.</string>
|
||||
<string name="credential_import_was_cancelled">Импорт учетных данных был отменен. Учетные данные не были импортированы.</string>
|
||||
<string name="import_cancelled">Импорт отменен</string>
|
||||
<string name="your_items_have_been_successfully_imported">Ваши элементы успешно импортированы и теперь доступны для просмотра в вашем хранилище.</string>
|
||||
<string name="import_saved_items">Импортировать сохраненные элементы</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Импортируйте свои учетные данные, включая passkeys, пароли, кредитные карты и любую личную информацию из другого менеджера паролей.</string>
|
||||
<string name="return_to_your_vault">Вернуться в хранилище</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Выберите диспетчер учетных данных, из которого вы хотите импортировать элементы.</string>
|
||||
<string name="no_items_imported">Элементы не импортированы</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">От выбранного диспетчера учетных данных не получено никаких элементов.</string>
|
||||
<string name="vault_sync_failed">Сбой синхронизации хранилища</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Ваши элементы успешно импортированы, но не удалось синхронизировать их с хранилищем. Импортированные элементы не будут отображаться в вашем хранилище до тех пор, пока не будет выполнена синхронизация.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Возникла проблема с импортом ваших элементов. Пожалуйста, попробуйте снова. Если проблема повторится, обратитесь в службу поддержки.</string>
|
||||
<string name="importing_items">Импорт элементов…</string>
|
||||
<string name="uploading_items">Выгрузка элементов…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">පිලිබඳව</string>
|
||||
<string name="add_folder">බහාලුම එකතු කරන්න</string>
|
||||
<string name="add_item">Add Item</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item saved</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">O aplikácii</string>
|
||||
<string name="add_folder">Pridať priečinok</string>
|
||||
<string name="add_item">Pridať položku</string>
|
||||
@ -1004,7 +1004,12 @@ Chcete prepnúť na tento účet?</string>
|
||||
<string name="advanced">Rozšírené</string>
|
||||
<string name="collapse_advanced_options">Zbaliť rozšírené možnosti</string>
|
||||
<string name="number_of_digits">Počet číslic</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sek.</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d sekunda</item>
|
||||
<item quantity="few">%d sekundy</item>
|
||||
<item quantity="many">%d sekúnd</item>
|
||||
<item quantity="other">%d sekúnd</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Položka bola uložená</string>
|
||||
<string name="information">Informácia</string>
|
||||
<string name="otp_type">Typ OTP</string>
|
||||
@ -1092,4 +1097,18 @@ Chcete prepnúť na tento účet?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">Zisťovanie zhody URI ovláda ako Bitwarden identifikuje návrhy na automatické vyplnenie.\n<annotation emphasis="bold">Upozornenie:</annotation>\"Začína na\" je pokročilá možnosť so zvýšeným rizikom úniku prihlasovacích údajov.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"Začína na\" je rozšírená možnosť so zvýšeným rizikom odhalenia prihlasovacích údajov.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">\"Regulárny výraz\" je pokročilá možnosť so zvýšeným rizikom odhalenia prihlasovacích údajov, ak sa použije nesprávne.</string>
|
||||
<string name="credential_import_was_cancelled">Import prihlasovacích údajov bol zrušený. Žiadne údaje neboli importované.</string>
|
||||
<string name="import_cancelled">Import bol zrušený</string>
|
||||
<string name="your_items_have_been_successfully_imported">Položky boli úspešne importované a sú dostupné vo vašom trezore.</string>
|
||||
<string name="import_saved_items">Importovať uložené položky</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Importujte svoje prihlasovacie údaje vrátane prístupových kľúčov, hesiel, platobných kariet a akýchkoľvek osobných údajov z iného správcu hesiel.</string>
|
||||
<string name="return_to_your_vault">Späť do trezora</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Vyberte správcu hesiel, z ktorého chcete importovať položky.</string>
|
||||
<string name="no_items_imported">Žiadne položky neboli importované</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">Od vybraného správcu hesiel neboli prijaté žiadne položky.</string>
|
||||
<string name="vault_sync_failed">Synchronizácia trezora zlyhala</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Položky boli úspešne importované, ale nepodarilo sa synchronizovať trezor. Importované položky nebudú vo vašom trezore viditeľné, kým sa nevykoná synchronizácia.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">Pri importe vašich položiek došlo k problému. Skúste to znova. Ak problém pretrváva, kontaktujte podporu.</string>
|
||||
<string name="importing_items">Importujú sa položky…</string>
|
||||
<string name="uploading_items">Nahrávajú sa položky…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">O programu</string>
|
||||
<string name="add_folder">Dodaj mapo</string>
|
||||
<string name="add_item">Dodaj vnos</string>
|
||||
@ -1004,7 +1004,12 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="two">%d seconds</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Element urejen</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1092,4 +1097,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">О апликацији</string>
|
||||
<string name="add_folder">Додај фасциклу</string>
|
||||
<string name="add_item">Додај ставку</string>
|
||||
@ -1003,7 +1003,11 @@
|
||||
<string name="advanced">Напредно</string>
|
||||
<string name="collapse_advanced_options">Скупи напредне опције</string>
|
||||
<string name="number_of_digits">Број цифара</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d сек.</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Ставка сачувана</string>
|
||||
<string name="information">Информација</string>
|
||||
<string name="otp_type">Тип ОТП</string>
|
||||
@ -1090,4 +1094,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Om</string>
|
||||
<string name="add_folder">Lägg till mapp</string>
|
||||
<string name="add_item">Lägg till objekt</string>
|
||||
@ -998,7 +998,10 @@ Vill du byta till detta konto?</string>
|
||||
<string name="advanced">Avancerat</string>
|
||||
<string name="collapse_advanced_options">Fäll in avancerade alternativ</string>
|
||||
<string name="number_of_digits">Antal siffror</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d sekunder</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d sekund</item>
|
||||
<item quantity="other">%d sekunder</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Objekt sparat</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP-typ</string>
|
||||
@ -1084,4 +1087,18 @@ Vill du byta till detta konto?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI-matchning kontrollerar hur Bitwarden identifierar förslag för automatisk ifyllning.\n<annotation emphasis="bold">Varning:</annotation> ”Börjar med” är ett avancerat alternativ som medför ökad risk för att inloggningsuppgifter exponeras.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"Börjar med\" är ett avancerat alternativ med ökad risk för att röja inloggningsuppgifter.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">”Reguljära uttryck” är ett avancerat alternativ som medför ökad risk för att användaruppgifter exponeras om det används felaktigt.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">இதுபற்றி</string>
|
||||
<string name="add_folder">கோப்புறை சேர்</string>
|
||||
<string name="add_item">உருப்படியைச் சேர்</string>
|
||||
@ -998,7 +998,10 @@
|
||||
<string name="advanced">மேம்பட்ட</string>
|
||||
<string name="collapse_advanced_options">மேம்பட்ட விருப்பங்களைச் சுருக்கு</string>
|
||||
<string name="number_of_digits">இலக்கங்களின் எண்ணிக்கை</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d வினாடிகள்</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">உருப்படி சேமிக்கப்பட்டது</string>
|
||||
<string name="information">தகவல்</string>
|
||||
<string name="otp_type">OTP வகை</string>
|
||||
@ -1084,4 +1087,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">தானியங்கு நிரப்புதல் பரிந்துரைகளை Bitwarden எவ்வாறு கண்டறிகிறது என்பதை URI பொருத்தம் கண்டறிதல் கட்டுப்படுத்துகிறது.\n<annotation emphasis="bold">எச்சரிக்கை::</annotation> \"தொடங்குகிறது\" என்பது சான்றுகளை வெளிப்படுத்தும் அபாயம் கொண்ட ஒரு மேம்பட்ட விருப்பமாகும்.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"தொடங்குகிறது\" என்பது நற்சான்றிதழ்களை வெளிப்படுத்தும் அதிக ஆபத்து உள்ள ஒரு மேம்பட்ட விருப்பமாகும்.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">\"வழக்கமான வெளிப்பாடு\" என்பது தவறாகப் பயன்படுத்தப்பட்டால் நற்சான்றிதழ்களை வெளிப்படுத்தும் அபாயம் அதிகம் உள்ள ஒரு மேம்பட்ட விருப்பமாகும்.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">About</string>
|
||||
<string name="add_folder">Add folder</string>
|
||||
<string name="add_item">Add Item</string>
|
||||
@ -998,7 +998,10 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Item saved</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1084,4 +1087,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">เกี่ยวกับ</string>
|
||||
<string name="add_folder">เพิ่มโฟลเดอร์</string>
|
||||
<string name="add_item">เพิ่มรายการ</string>
|
||||
@ -995,7 +995,9 @@ Do you want to switch to this account?</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">Number of digits</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">ปรับปรุงรายการการแล้ว</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1080,4 +1082,18 @@ Do you want to switch to this account?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Hakkında</string>
|
||||
<string name="add_folder">Klasör ekle</string>
|
||||
<string name="add_item">Kayıt ekle</string>
|
||||
@ -691,7 +691,7 @@ Bu hesaba geçmek ister misiniz?</string>
|
||||
<string name="autofill_suggestion">Öneriyi otomatik doldur</string>
|
||||
<string name="continue_to_complete_web_authn_verification">WebAuthn doğrulamasını tamamlamak için devam edin.</string>
|
||||
<string name="launch_web_authn">WebAuthn\'i aç</string>
|
||||
<string name="there_was_an_error_starting_web_authn_two_factor_authentication">There was an error starting WebAuthn two factor authentication</string>
|
||||
<string name="there_was_an_error_starting_web_authn_two_factor_authentication">WebAuthn iki faktörlü kimlik doğrulamayı başlatırken bir hata oluştu</string>
|
||||
<string name="self_hosted_server_url">Kendi kendine barındırılan sunucu URL\'si</string>
|
||||
<string name="credential_operation_failed_because_user_could_not_be_verified">Kullanıcı doğrulanamadığı için hesap bilgileri işlemi başarısız oldu.</string>
|
||||
<string name="passkey_operation_failed_because_user_could_not_be_verified">Kullanıcı doğrulanamadığı için geçiş anahtarı işlemi başarısız oldu.</string>
|
||||
@ -798,7 +798,7 @@ Bu hesaba geçmek ister misiniz?</string>
|
||||
<string name="import_logins_to_bitwarden">Hesapları Bitwarden’a aktarın</string>
|
||||
<string name="in_the_bitwarden_navigation_find_the_tools_option_and_select_import_data">In the Bitwarden navigation, <annotation emphasis="bold">find the Tools</annotation> option and <annotation emphasis="bold">select Import data.</annotation></string>
|
||||
<string name="fill_out_the_form_and_import_your_saved_password_file">Fill out the form and <annotation emphasis="bold">import your saved password file.</annotation></string>
|
||||
<string name="for_your_security_be_sure_to_delete_your_saved_password_file">For your security, be sure to <annotation emphasis="bold">delete your saved password file.</annotation></string>
|
||||
<string name="for_your_security_be_sure_to_delete_your_saved_password_file">Güvenliğiniz için, <annotation emphasis="bold">kayıtlı parola dosyanızı sildiğinizden emin olun.</annotation></string>
|
||||
<string name="need_help_check_out_import_help">Yardıma mı ihtiyacınız var? <annotation link="importHelp">İçe aktarma yardımına</annotation> göz atın.</string>
|
||||
<string name="save_the_exported_file_somewhere_on_your_computer_you_can_find_easily">Dışa aktardığınız dosyayı bilgisayarınızda kolayca bulabileceğiniz bir yere <annotation emphasis="bold">kaydedin</annotation>.</string>
|
||||
<string name="this_is_not_a_recognized_bitwarden_server_you_may_need_to_check_with_your_provider_or_update_your_server">Bu Bitwarden sunucusu tanınmıyor. Servis sağlayıcınızdan bilgi alın veya sunucunuzu güncelleyin.</string>
|
||||
@ -858,15 +858,15 @@ Bu hesaba geçmek ister misiniz?</string>
|
||||
<string name="coachmark_2_of_3">2/3</string>
|
||||
<string name="you_ll_only_need_to_set_up_authenticator_key">You’ll only need to set up Authenticator Key for logins that require two-factor authentication with a code. The key will continuously generate six-digit codes you can use to log in.</string>
|
||||
<string name="coachmark_3_of_3">3/3</string>
|
||||
<string name="you_must_add_a_web_address_to_use_autofill_to_access_this_account">You must add a web address to use autofill to access this account.</string>
|
||||
<string name="you_must_add_a_web_address_to_use_autofill_to_access_this_account">Bu hesaba otomatik doldurmayı kullanarak erişmek için bir web adresi eklemeniz gerekir.</string>
|
||||
<string name="learn_about_new_logins">Yeni hesap ekleme hakkında bilgi alın</string>
|
||||
<string name="we_ll_walk_you_through_the_key_features_to_add_a_new_login">We\'ll walk you through the key features to add a new login.</string>
|
||||
<string name="we_ll_walk_you_through_the_key_features_to_add_a_new_login">Yeni bir hesap eklemek için temel özellikler konusunda size yol göstereceğiz.</string>
|
||||
<string name="explore_the_generator">Üreteci keşfedin</string>
|
||||
<string name="learn_more_about_generating_secure_login_credentials_with_guided_tour">Learn more about generating secure login credentials with a guided tour.</string>
|
||||
<string name="learn_more_about_generating_secure_login_credentials_with_guided_tour">Rehberli tur ile güvenli hesap kimlik bilgileri oluşturma hakkında daha fazla bilgi edinin.</string>
|
||||
<string name="import_client_certificate">İstemci sertifikasını içe aktar</string>
|
||||
<string name="enter_the_client_certificate_password_and_alias">Enter the client certificate password and the desired alias for this certificate.</string>
|
||||
<string name="enter_the_client_certificate_password_and_alias">İstemci sertifikası parolasını ve bu sertifika için istenen diğer adı girin.</string>
|
||||
<string name="alias">Takma Ad</string>
|
||||
<string name="use_the_generator_to_create_secure_passwords_passphrases_and_usernames">"Use the generator to create secure passwords, passphrases and usernames. "</string>
|
||||
<string name="use_the_generator_to_create_secure_passwords_passphrases_and_usernames">"Güvenli parolalar, parola cümleleri ve kullanıcı adları üretmek için üreteci kullanın. "</string>
|
||||
<string name="passphrases_are_strong_passwords_that_are_often_easier_to_remember_and_type_than_random_passwords">Passphrases are strong passwords that are often easier to remember and type than random passwords. They are helpful for logging into accounts where Autofill is not available, like a streaming service on your TV.</string>
|
||||
<string name="unique_usernames_add_an_extra_layer_of_security_and_can_help_prevent_hackers_from_finding_your_accounts">Unique usernames add an extra layer of security and can help prevent hackers from finding your accounts.</string>
|
||||
<string name="coachmark_1_of_6">1/6</string>
|
||||
@ -889,19 +889,19 @@ Bu hesaba geçmek ister misiniz?</string>
|
||||
<string name="invalid_certificate_chain">Geçersiz sertifika zinciri</string>
|
||||
<string name="system_certificates_are_not_as_secure_as_importing_certificates_to_bitwarden">Using a system certificate is less secure than storing the certificate with Bitwarden. Continuing will display a list of available system certificates if one is already installed.</string>
|
||||
<string name="link">Bağlantı</string>
|
||||
<string name="passkey_operation_failed_because_host_url_is_not_present_in_request">Passkey operation failed because host URL is not present in request.</string>
|
||||
<string name="passkey_operation_failed_because_app_signature_is_invalid">Passkey operation failed because app signature is invalid.</string>
|
||||
<string name="passkey_registration_failed_due_to_an_internal_error">Passkey registration failed due to an internal error.</string>
|
||||
<string name="passkey_operation_failed_because_relying_party_cannot_be_identified">Passkey operation failed because relying party cannot be identified.</string>
|
||||
<string name="passkey_operation_failed_because_the_request_is_invalid">Passkey operation failed because the request is invalid.</string>
|
||||
<string name="passkey_operation_failed_because_no_item_was_selected">Passkey operation failed because no item was selected.</string>
|
||||
<string name="passkey_operation_failed_because_host_url_is_not_present_in_request">Ana bilgisayar URL\'si istekte yer almadığı için geçiş anahtarı işlemi başarısız oldu.</string>
|
||||
<string name="passkey_operation_failed_because_app_signature_is_invalid">Uygulama imzası geçersiz olduğu için geçiş anahtarı işlemi başarısız oldu.</string>
|
||||
<string name="passkey_registration_failed_due_to_an_internal_error">Geçiş anahtarı kaydı dahili bir hata nedeniyle başarısız oldu.</string>
|
||||
<string name="passkey_operation_failed_because_relying_party_cannot_be_identified">Güvenen taraf tanımlanamadığı için geçiş anahtarı işlemi başarısız oldu.</string>
|
||||
<string name="passkey_operation_failed_because_the_request_is_invalid">İstek geçersiz olduğu için geçiş anahtarı işlemi başarısız oldu.</string>
|
||||
<string name="passkey_operation_failed_because_no_item_was_selected">Hiçbir kayıt seçilmediği için geçiş anahtarı işlemi başarısız oldu.</string>
|
||||
<string name="passkey_operation_failed_because_the_request_is_unsupported">İstek desteklenmediği için geçiş anahtarı işlemi başarısız oldu.</string>
|
||||
<string name="password_operation_failed_because_the_selected_item_does_not_exist">Password operation failed because the selected item does not exist.</string>
|
||||
<string name="password_operation_failed_because_no_item_was_selected">Password operation failed because no item was selected.</string>
|
||||
<string name="credential_operation_failed_because_user_verification_attempts_exceeded">Credential operation failed because user verification attempts exceeded.</string>
|
||||
<string name="credential_operation_failed_because_user_is_locked_out">Credential operation failed because user is locked out.</string>
|
||||
<string name="credential_operation_failed_because_the_selected_item_does_not_exist">Credential operation failed because the selected item does not exist.</string>
|
||||
<string name="credential_operation_failed_because_user_verification_was_cancelled">Credential operation failed because user verification was cancelled.</string>
|
||||
<string name="password_operation_failed_because_the_selected_item_does_not_exist">Seçilen kayıt mevcut olmadığından parola işlemi başarısız oldu.</string>
|
||||
<string name="password_operation_failed_because_no_item_was_selected">Hiçbir kayıt seçilmediği için parola işlemi başarısız oldu.</string>
|
||||
<string name="credential_operation_failed_because_user_verification_attempts_exceeded">Kullanıcı doğrulama denemeleri aşıldığı için kimlik bilgisi işlemi başarısız oldu.</string>
|
||||
<string name="credential_operation_failed_because_user_is_locked_out">Kullanıcı kilitli olduğu için kimlik bilgisi işlemi başarısız oldu.</string>
|
||||
<string name="credential_operation_failed_because_the_selected_item_does_not_exist">Seçilen kayıt mevcut olmadığından kimlik bilgisi işlemi başarısız oldu.</string>
|
||||
<string name="credential_operation_failed_because_user_verification_was_cancelled">Kullanıcı doğrulaması iptal edildiği için kimlik bilgisi işlemi başarısız oldu.</string>
|
||||
<string name="self_host_server_url">Kendi kendine barındırılan sunucu URL\'si</string>
|
||||
<string name="use_brave_autofill_integration">Brave otomatik doldurma entegrasyonunu kullan</string>
|
||||
<string name="use_chrome_autofill_integration">Chrome otomatik doldurma entegrasyonunu kullan</string>
|
||||
@ -921,8 +921,8 @@ Bu hesaba geçmek ister misiniz?</string>
|
||||
<string name="experiencing_an_issue">Sorun mu yaşıyorsunuz?</string>
|
||||
<string name="enable_temporary_logging_to_collect_and_inspect_logs_locally">Enable temporary logging to collect and inspect logs locally. When enabled, application states and network calls may be logged—never sensitive vault information.</string>
|
||||
<string name="to_get_started_set_a_logging_duration">To get started, set a logging duration. Logging
will automatically turn off after this period, giving you time to capture activity while reproducing
any issues.</string>
|
||||
<string name="logs_will_be_automatically_deleted_after_30_days">Logs will be automatically deleted after 30 days. Bitwarden is only able to access your log data when you share it.</string>
|
||||
<string name="for_details_on_what_is_and_isnt_logged">For details on what is and isn’t logged, visit the\n<annotation link="helpCenter">Bitwarden help center.</annotation></string>
|
||||
<string name="logs_will_be_automatically_deleted_after_30_days">Günlükler 30 gün sonra otomatik olarak silinecektir. Bitwarden günlük verilerinize yalnızca siz paylaştığınızda erişebilir.</string>
|
||||
<string name="for_details_on_what_is_and_isnt_logged">Nelerin günlüğe kaydedilip kaydedilmediği hakkında ayrıntılı bilgi için\n<annotation link="helpCenter">Bitwarden yardım merkezini ziyaret edin.</annotation></string>
|
||||
<string name="logging_duration">Log kayıt süresi</string>
|
||||
<string name="flight_recorder_one_hour">1 saat</string>
|
||||
<string name="flight_recorder_eight_hours">8 saat</string>
|
||||
@ -932,7 +932,7 @@ Bu hesaba geçmek ister misiniz?</string>
|
||||
<string name="share_all">Tümünü paylaş</string>
|
||||
<string name="unable_to_share">Paylaşılamadı</string>
|
||||
<string name="please_try_again_or_select_a_different_log">Lütfen tekrar deneyin veya farklı bir günlük seçin.</string>
|
||||
<string name="the_log_file_you_are_trying_to_share_has_been_removed">The log file you are trying to share has been removed.</string>
|
||||
<string name="the_log_file_you_are_trying_to_share_has_been_removed">Paylaşmaya çalıştığınız günlük dosyası kaldırılmış.</string>
|
||||
<string name="delete_log">Günlüğü sil</string>
|
||||
<string name="do_you_really_want_to_delete_this_log">Bu günlüğü gerçekten silmek istiyor musunuz?</string>
|
||||
<string name="delete_logs">Günlükleri sil</string>
|
||||
@ -997,7 +997,10 @@ Bu hesaba geçmek ister misiniz?</string>
|
||||
<string name="advanced">Gelişmiş</string>
|
||||
<string name="collapse_advanced_options">Gelişmiş seçenekleri daralt</string>
|
||||
<string name="number_of_digits">Basamak sayısı</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d saniye</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Hesap kaydedildi</string>
|
||||
<string name="information">Bilgi</string>
|
||||
<string name="otp_type">OTP türü</string>
|
||||
@ -1083,4 +1086,18 @@ Bu hesaba geçmek ister misiniz?</string>
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Про програму</string>
|
||||
<string name="add_folder">Додати теку</string>
|
||||
<string name="add_item">Додати запис</string>
|
||||
@ -1006,7 +1006,12 @@
|
||||
<string name="advanced">Додатково</string>
|
||||
<string name="collapse_advanced_options">Згорнути додаткові параметри</string>
|
||||
<string name="number_of_digits">Кількість цифр</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d секунд</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="few">%d seconds</item>
|
||||
<item quantity="many">%d seconds</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Запис збережено</string>
|
||||
<string name="information">Інформація</string>
|
||||
<string name="otp_type">Тип OTP</string>
|
||||
@ -1094,4 +1099,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">Функція виявлення збігів URI керує ідентифікацією пропозицій автозаповнення Bitwarden.\n<annotation emphasis="bold">Обережно!</annotation> \"Починається з\" – це функція для досвідчених користувачів, використання якої може призвести до розкриття облікових даних.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">\"Починається з\" – це функція для досвідчених користувачів, використання якої може призвести до розкриття облікових даних.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">Регулярний вираз – це функція для досвідчених користувачів, неправильне використання якої може призвести до розкриття облікових даних.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">Thông tin</string>
|
||||
<string name="add_folder">Thêm thư mục</string>
|
||||
<string name="add_item">Thêm mục</string>
|
||||
@ -997,7 +997,9 @@ các vấn đề.</string>
|
||||
<string name="advanced">Nâng cao</string>
|
||||
<string name="collapse_advanced_options">Thu gọn các tuỳ chọn nâng cao</string>
|
||||
<string name="number_of_digits">Số lượng chữ số</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d giây</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">Đã lưu mục</string>
|
||||
<string name="information">Thông tin</string>
|
||||
<string name="otp_type">Loại OTP</string>
|
||||
@ -1084,4 +1086,18 @@ các vấn đề.</string>
|
||||
<annotation emphasis="bold">Cảnh báo:</annotation> “Bắt đầu với” là một tùy chọn nâng cao, có nguy cơ cao làm lộ thông tin xác thực.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Tùy chọn ‘Bắt đầu với’ là một tùy chọn nâng cao, có nguy cơ cao làm lộ thông tin xác thực.”</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Biểu thức chính quy” là một tùy chọn nâng cao, có nguy cơ cao làm lộ thông tin xác thực nếu sử dụng không đúng cách.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">关于</string>
|
||||
<string name="add_folder">添加文件夹</string>
|
||||
<string name="add_item">添加项目</string>
|
||||
@ -996,7 +996,9 @@
|
||||
<string name="advanced">高级</string>
|
||||
<string name="collapse_advanced_options">折叠高级选项</string>
|
||||
<string name="number_of_digits">位数</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d 秒</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="other">%d 秒</item>
|
||||
</plurals>
|
||||
<string name="item_saved">项目已保存</string>
|
||||
<string name="information">信息</string>
|
||||
<string name="otp_type">OTP 类型</string>
|
||||
@ -1081,4 +1083,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI 匹配检测控制 Bitwarden 如何识别自动填充建议。\n<annotation emphasis="bold">警告:</annotation>「开始于」是一种高级选项,会增加暴露凭据的风险。</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">「开始于」是一种高级选项,会增加暴露凭据的风险。</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">「正则表达方式」是一种高级选项,若使用不当,会增加暴露凭据的风险。</string>
|
||||
<string name="credential_import_was_cancelled">凭据导入被取消。未导入任何凭据。</string>
|
||||
<string name="import_cancelled">导入已取消</string>
|
||||
<string name="your_items_have_been_successfully_imported">您的项目已成功导入,现在可以在您的密码库中查看。</string>
|
||||
<string name="import_saved_items">导入保存的项目</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">从其他密码管理器导入您的凭据,包括通行密钥、密码、信用卡以及任何个人身份信息。</string>
|
||||
<string name="return_to_your_vault">返回您的密码库</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">选择要从其中导入项目的凭据管理器。</string>
|
||||
<string name="no_items_imported">未导入任何项目</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">未从所选凭据管理器中接收到任何项目。</string>
|
||||
<string name="vault_sync_failed">密码库同步失败</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">您的项目已成功导入,但无法同步密码库。在进行同步之前,导入的项目将不会显示在您的密码库中。</string>
|
||||
<string name="there_was_a_problem_importing_your_items">导入您的项目时出现问题。请重试。如果问题仍然存在,请联系支持。</string>
|
||||
<string name="importing_items">正在导入项目…</string>
|
||||
<string name="uploading_items">正在上传项目…</string>
|
||||
</resources>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="about">關於</string>
|
||||
<string name="add_folder">新增資料夾</string>
|
||||
<string name="add_item">新增項目</string>
|
||||
@ -995,7 +995,9 @@
|
||||
<string name="advanced">進階</string>
|
||||
<string name="collapse_advanced_options">Collapse advanced options</string>
|
||||
<string name="number_of_digits">位數</string>
|
||||
<string name="refresh_period_seconds" tools:ignore="PluralsCandidate">%d seconds</string>
|
||||
<plurals name="refresh_period_seconds">
|
||||
<item quantity="other">%d seconds</item>
|
||||
</plurals>
|
||||
<string name="item_saved">項目已儲存</string>
|
||||
<string name="information">Information</string>
|
||||
<string name="otp_type">OTP type</string>
|
||||
@ -1080,4 +1082,18 @@
|
||||
<string name="default_uri_match_detection_description_advanced_options">URI match detection controls how Bitwarden identifies autofill suggestions.\n<annotation emphasis="bold">Warning:</annotation> “Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_with_increased_risk_of_exposing_credentials">“Starts with” is an advanced option with increased risk of exposing credentials.</string>
|
||||
<string name="advanced_option_increased_risk_exposing_credentials_used_incorrectly">“Regular expression” is an advanced option with increased risk of exposing credentials if used incorrectly.</string>
|
||||
<string name="credential_import_was_cancelled">Credential import was cancelled. No credentials have been imported.</string>
|
||||
<string name="import_cancelled">Import cancelled</string>
|
||||
<string name="your_items_have_been_successfully_imported">Your items have been successfully imported and are now viewable in your vault.</string>
|
||||
<string name="import_saved_items">Import saved items</string>
|
||||
<string name="import_your_credentials_from_another_password_manager">Import your credentials, including passkeys, passwords, credit cards, and any personal identity information from another password manager.</string>
|
||||
<string name="return_to_your_vault">Return to your vault</string>
|
||||
<string name="select_a_credential_manager_to_import_items_from">Select a credential manager to import items from.</string>
|
||||
<string name="no_items_imported">No items imported</string>
|
||||
<string name="no_items_received_from_the_selected_credential_manager">No items received from the selected credential manager.</string>
|
||||
<string name="vault_sync_failed">Vault sync failed</string>
|
||||
<string name="your_items_have_been_successfully_imported_but_could_not_sync_vault">Your items have been successfully imported, but could not sync the vault. Imported items will not be visible in your vault until sync is performed.</string>
|
||||
<string name="there_was_a_problem_importing_your_items">There was a problem importing your items. Please try again. If the problem persists, contact support.</string>
|
||||
<string name="importing_items">Importing items…</string>
|
||||
<string name="uploading_items">Uploading items…</string>
|
||||
</resources>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user