[AUTO]Update localization library

Files changed:
M	common/src/commonMain/composeResources/files/localization_contributors.json
M	common/src/commonMain/composeResources/values-af-rZA/strings.xml
M	common/src/commonMain/composeResources/values-ar-rSA/strings.xml
M	common/src/commonMain/composeResources/values-ca-rES/strings.xml
M	common/src/commonMain/composeResources/values-cs-rCZ/strings.xml
M	common/src/commonMain/composeResources/values-da-rDK/strings.xml
M	common/src/commonMain/composeResources/values-de-rDE/strings.xml
M	common/src/commonMain/composeResources/values-el-rGR/strings.xml
M	common/src/commonMain/composeResources/values-en-rGB/strings.xml
M	common/src/commonMain/composeResources/values-en-rUS/strings.xml
M	common/src/commonMain/composeResources/values-es-rES/strings.xml
M	common/src/commonMain/composeResources/values-fi-rFI/strings.xml
M	common/src/commonMain/composeResources/values-fr-rFR/plurals.xml
M	common/src/commonMain/composeResources/values-fr-rFR/strings.xml
M	common/src/commonMain/composeResources/values-hu-rHU/strings.xml
M	common/src/commonMain/composeResources/values-it-rIT/strings.xml
M	common/src/commonMain/composeResources/values-iw-rIL/strings.xml
M	common/src/commonMain/composeResources/values-ja-rJP/strings.xml
M	common/src/commonMain/composeResources/values-ko-rKR/strings.xml
M	common/src/commonMain/composeResources/values-nl-rNL/strings.xml
M	common/src/commonMain/composeResources/values-no-rNO/strings.xml
M	common/src/commonMain/composeResources/values-pl-rPL/strings.xml
M	common/src/commonMain/composeResources/values-pt-rBR/strings.xml
M	common/src/commonMain/composeResources/values-pt-rPT/strings.xml
M	common/src/commonMain/composeResources/values-ro-rRO/strings.xml
M	common/src/commonMain/composeResources/values-ru-rRU/strings.xml
M	common/src/commonMain/composeResources/values-sr-rSP/strings.xml
M	common/src/commonMain/composeResources/values-sv-rSE/strings.xml
M	common/src/commonMain/composeResources/values-tr-rTR/strings.xml
M	common/src/commonMain/composeResources/values-uk-rUA/strings.xml
M	common/src/commonMain/composeResources/values-vi-rVN/strings.xml
M	common/src/commonMain/composeResources/values-zh-rCN/strings.xml
M	common/src/commonMain/composeResources/values-zh-rTW/strings.xml
This commit is contained in:
AChep 2024-10-26 15:55:59 +00:00 committed by Artem Chepurnyi
parent 819eb30cb1
commit efeb2144e2
33 changed files with 543 additions and 78 deletions

View File

@ -3,7 +3,7 @@
"user": {
"id": "12344867",
"username": "AChep",
"fullName": "Artem Chepurnoy (AChep)",
"fullName": "Artem Chepurnyi (AChep)",
"avatarUrl": "https://crowdin-static.downloads.crowdin.com/avatar/12344867/medium/e865cf9c3b81537357e01f46ac7421d8.png",
"joined": "2023-08-24 10:35:31"
},

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">رؤية البريد الإلكتروني</string>
<string name="public_url">عنوان URL عام</string>
<string name="url">الرابط</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">عدد الوصول</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">فشل في اعتماد الطلب</string>
<string name="error_failed_open_uri">فشل في فتح URI</string>
<string name="error_failed_format_placeholder">فشل تنسيق العنصر النائب</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">مسح رمز الاستجابة السريعة</string>
<string name="scanqr_load_from_image_note">تحميل وتحليل رمز الاستجابة السريعة من ملف صورة.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">هل تريد حذف تجاوزات عنوان URL؟</string>
<string name="urloverride_empty_label">لا يوجد تجاوزات لعنوان URL</string>
<string name="setup_header_text">قم بإنشاء قبو مشفر حيث سيتم تخزين البيانات المحلية.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">كلمة مرور التطبيق</string>
<string name="setup_checkbox_biometric_auth">المصادقة البيومترية</string>
<string name="setup_biometric_auth_confirm_title">إنشاء قبو</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">لتمرير التحقق من كلمة التحقق على عميل Bitwarden غير رسمي، يجب عليك تحديد سر العميل. للعثور عليه، قم بزيارة قبو الويب / الإعدادات / مفتاح API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">سر العميل</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">تسجيل الدخول</string>
<string name="addaccount_region_section">منطقة</string>
<string name="addaccount_region_us_type">الولايات المتحدة</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">مولد كلمة المرور</string>
<string name="generator_generate_button">يولد</string>
<string name="generator_regenerate_button">تجديد</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">عبارة المرور</string>
<string name="generator_passphrase_note">توفر عبارات المرور العشوائية أفضل مزيج من سهولة التذكر والأمان.</string>
<string name="generator_passphrase_delimiter_title">محدد</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">تغيير كلمة مرور التطبيق</string>
<string name="changepassword_disclaimer_local_note">لا يتم تخزين كلمة مرور التطبيق مطلقًا على الجهاز ولا يتم إرسالها عبر الشبكة. يتم استخدامه لإنشاء مفتاح سري يستخدم لتشفير البيانات المحلية.</string>
<string name="changepassword_disclaimer_abuse_note">ما لم تكن تشك في الوصول غير المصرح به أو تكتشف برامج ضارة على الجهاز، فليست هناك حاجة لتغيير كلمة المرور إذا كانت كلمة مرور قوية وفريدة من نوعها.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">تصدير العناصر</string>
<string name="exportaccount_password_label">كلمة مرور الأرشيف</string>
<string name="exportaccount_attachments_note">سيتم إبقاء Vault مفتوحًا أثناء عملية التصدير. تتم الإشارة إلى المرفقات في بيانات المخزن. لا يتم تخزين المرفقات أبدًا في شكل غير مشفر أثناء هذه العملية.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">مجتمع رديت</string>
<string name="pref_item_github_title">مشروع جيثب</string>
<string name="pref_item_crowdin_title">مشروع كراودين</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">تراخيص مفتوحة المصدر</string>
<string name="pref_item_download_apk_title">تنزيل ملف APK</string>
<string name="pref_item_load_app_icons_title">تحميل أيقونات التطبيقات</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">يعني فتح Vault تخزين المفتاح الصحيح في ذاكرة الوصول العشوائي (RAM) الخاصة بالجهاز، واكتساب القدرة على قراءة Vault المشفر وتعديله.</string>
<string name="datasafety_remote_section">البيانات عن بعد</string>
<string name="datasafety_remote_text">يتم تخزين البيانات عن بعد على خوادم Bitwarden بتشفير المعرفة الصفرية.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">سجلات</string>
<string name="logs_start_recording_fab_title">ابدأ التسجيل</string>
<string name="logs_stop_recording_fab_title">توقف عن التسجيل</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Visibilitat del correu electrònic</string>
<string name="public_url">URL pública</string>
<string name="url">URL</string>
<string name="conceal_value">Conciliar valor</string>
<string name="field_label">Etiqueta</string>
<string name="field_value">Valor</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Recompte d'accessos</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">No s'ha pogut autoritzar la petició</string>
<string name="error_failed_open_uri">No s'ha pogut obrir una URI</string>
<string name="error_failed_format_placeholder">No s'ha pogut formatar el marcador</string>
<string name="error_failed_open_app_for">Cap aplicació instal·lada pot gestionar aquesta sol·licitud</string>
<string name="error_failed_unknown">Alguna cosa ha anat malament</string>
<string name="scanqr_title">Escaneja un codi QR</string>
<string name="scanqr_load_from_image_note">Carrega i processa un codi QR des d'un fitxer d'imatge.</string>
<string name="scanqr_camera_permission_required_text">Cal tenir accés a la càmera per a escanejar codis QR.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Eliminar les sobreescriptures d'URL?</string>
<string name="urloverride_empty_label">Cap sobreescriptura d'URL</string>
<string name="setup_header_text">Crea una caixa forta encriptada on es desaran totes les dades locals.</string>
<string name="setup_free_text">Continuant confirmes que has comprat Keyguard o tens una llicència activa.</string>
<string name="setup_field_app_password_label">Contrasenya d'aplicació</string>
<string name="setup_checkbox_biometric_auth">Autenticació biomètrica</string>
<string name="setup_biometric_auth_confirm_title">Crea una caixa forta</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Per a passar la verificació del captcha en un client de Bitwarden no oficial, has d'especificar un secret de client. Per a trobar-lo ves a Caixa Forta Web / Configuració / Clau d'API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Secret del client</string>
<string name="addaccount_create_an_account_title">Crea un compte</string>
<string name="addaccount_sign_in_button">Inicia sessió</string>
<string name="addaccount_region_section">Regió</string>
<string name="addaccount_region_us_type">Estats Units</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Generador de contrasenya</string>
<string name="generator_generate_button">Genera</string>
<string name="generator_regenerate_button">Regenerar</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Utilitza</string>
<string name="generator_passphrase_type">Contrasenya</string>
<string name="generator_passphrase_note">Les contrasenyes aleatòries proporcionen la millor combinació de memoritzabilitat i seguretat.</string>
<string name="generator_passphrase_delimiter_title">Delimitador</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Canvia la contrasenya de l'app</string>
<string name="changepassword_disclaimer_local_note">La contrasenya d'aplicació mai es desa al dispositiu ni s'envia a través de la xarxa. Es fa servir per a generar un secret que s'utilitza per a encriptar les dades locals.</string>
<string name="changepassword_disclaimer_abuse_note">A no ser que sospites d'un accés no autoritzat, o descobreixis programari maliciós al teu dispositiu, no hi ha cap necessitat de canviar la contrasenya si és una forta i única.</string>
<string name="changepassword_password_changed_successfully">La contrasenya s'ha canviat correctament</string>
<string name="exportaccount_header_title">Exportar elements</string>
<string name="exportaccount_password_label">Arxivar contrasenya</string>
<string name="exportaccount_attachments_note">La caixa forta es mantindrà desbloquejada durant el procés d'exportació. Els adjunts estan referenciats a les dades de la caixa forta. Els adjunts mai es guarden de manera desencriptada durant el procés.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Comunitat de Reddit</string>
<string name="pref_item_github_title">Projecte de GitHub</string>
<string name="pref_item_crowdin_title">Projecte de Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Llicències de programari lliure</string>
<string name="pref_item_download_apk_title">Descarrega l'arxiu APK</string>
<string name="pref_item_load_app_icons_title">Carrega icones d'App</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Desbloquejar una caixa forta vol dir desar una clau correcta a la RAM del dispositiu, guanyant l'habilitat de llegir i modificar la caixa forta encriptada.</string>
<string name="datasafety_remote_section">Dades remotes</string>
<string name="datasafety_remote_text">Les dades es desen remotament als servidors de Bitwarden amb encriptació de zero-coneixement.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Registres</string>
<string name="logs_start_recording_fab_title">Inicia la gravació</string>
<string name="logs_stop_recording_fab_title">Atura la gravació</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Viditelnost e-mailu</string>
<string name="public_url">Veřejná adresa URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Počet přihlášení</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Nepodařilo se autorizovat požadavek</string>
<string name="error_failed_open_uri">Nepodařilo se otevřít URI</string>
<string name="error_failed_format_placeholder">Nepodařilo se naformátovat proměnnou</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Načíst QR kód</string>
<string name="scanqr_load_from_image_note">Načíst a zpracovat QR kód z obrázku.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Odstranit přepsání adresy URL?</string>
<string name="urloverride_empty_label">Žádná přepsání adres URL</string>
<string name="setup_header_text">Vytvořit šifrovaný trezor, kam budou ukládána lokální data.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">Heslo aplikace</string>
<string name="setup_checkbox_biometric_auth">Biometrické přihlašování</string>
<string name="setup_biometric_auth_confirm_title">Vytvořit trezor</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Chcete-li projít ověřením captcha v neoficiálním klientovi Bitwarden, musíte zadat tajný klíč klienta. Chcete-li jej zjistit, navštivte Webový trezor / Nastavení / Zabezpečení / Klíče / Klíč API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Tajný klíč klienta</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Přihlásit se</string>
<string name="addaccount_region_section">Oblast</string>
<string name="addaccount_region_us_type">Spojené státy</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Generátor hesel</string>
<string name="generator_generate_button">Generovat</string>
<string name="generator_regenerate_button">Vygenerovat znovu</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Heslová fráze</string>
<string name="generator_passphrase_note">Náhodné heslové fráze poskytují nejlepší kombinaci zapamatovatelnosti a bezpečnosti.</string>
<string name="generator_passphrase_delimiter_title">Oddělovač</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Změnit heslo aplikace</string>
<string name="changepassword_disclaimer_local_note">Heslo aplikace se nikdy neukládá do zařízení ani není posíláno přes síť. Je používáno k vygenerování tajného klíče, kterým jsou zašifrována lokální data.</string>
<string name="changepassword_disclaimer_abuse_note">Pokud nemáte podezření na neoprávněný přístup nebo v zařízení neobjevíte škodlivý software, není třeba heslo měnit, pokud je silné a jedinečné.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export položek</string>
<string name="exportaccount_password_label">Heslo archivu</string>
<string name="exportaccount_attachments_note">Trezor zůstane během procesu exportu odemčený. Na přílohy se odkazuje v datech trezoru. Přílohy se v procesu nikdy neukládají v nezašifrované podobě.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Komunita na Redditu</string>
<string name="pref_item_github_title">GitHub projekt</string>
<string name="pref_item_crowdin_title">Crowdin projekt</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Licence open source</string>
<string name="pref_item_download_apk_title">Stáhnout soubor APK</string>
<string name="pref_item_load_app_icons_title">Načítat ikony aplikací</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Odemknutí trezoru znamená uložení správného klíče v operační paměti zařízení, čímž získáte schopnost zobrazit a upravovat obsah šifrovaného trezoru.</string>
<string name="datasafety_remote_section">Vzdálená data</string>
<string name="datasafety_remote_text">Vzdálená data jsou uložena na serverech společnosti Bitwarden s šifrováním s nulovým přístupem.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Protokoly</string>
<string name="logs_start_recording_fab_title">Spustit nahrávání</string>
<string name="logs_stop_recording_fab_title">Zastavit nahrávání</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">E-Mail Sichtbarkeit</string>
<string name="public_url">Öffentliche URL</string>
<string name="url">URL</string>
<string name="conceal_value">Verstecke den Wert</string>
<string name="field_label">Bezeichnung</string>
<string name="field_value">Wert</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Anzahl der Ansichten</string>
<!--
@ -175,7 +178,7 @@
<string name="passkey_available">Passkey verfügbar</string>
<string name="twofa_available">Zwei-Faktor-Authentifizierung verfügbar</string>
<string name="custom">Benutzerdefiniert</string>
<string name="grant_permission">Grant permission</string>
<string name="grant_permission">Zugriff gewähren</string>
<string name="create_account">Konto erstellen</string>
<string name="follow_system_settings">Systemeinstellungen folgen</string>
<!-- A feature is coming soon! -->
@ -471,9 +474,11 @@
<string name="error_failed_use_passkey">Anfrage konnte nicht autorisiert werden</string>
<string name="error_failed_open_uri">Fehler beim Öffnen einer URI</string>
<string name="error_failed_format_placeholder">Platzhalter konnte nicht formatiert werden</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">QR-Code scannen</string>
<string name="scanqr_load_from_image_note">Laden und Analysieren eines QR-Codes aus einer Bilddatei.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
<string name="scanqr_camera_permission_required_text">Kamera-Berechtigung wird benötigt, um die QR-Codes zu scannen.</string>
<!-- Title of the 'Show as Barcode' dialog -->
<string name="barcodetype_title">Barcode</string>
<string name="barcodetype_action_show_in_barcode_title">Als Barcode anzeigen</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">URL Überschreibung löschen?</string>
<string name="urloverride_empty_label">Keine URL Überschreibungen</string>
<string name="setup_header_text">Erstelle einen verschlüsselten Tresor in dem lokale Daten gespeichert werden.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App Passwort</string>
<string name="setup_checkbox_biometric_auth">Biometrische Authentifizierung</string>
<string name="setup_biometric_auth_confirm_title">Tresor erstellen</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Um die Captcha Verifizierung auf einem inoffiziellen Bitwarden Client zu bestehen, muss das Client-Geheimnis angeben werden. Um es zu finden, rufe Web Tresor / Einstellungen / API-Schlüssel auf.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client-Geheimnis</string>
<string name="addaccount_create_an_account_title">Konto erstellen</string>
<string name="addaccount_sign_in_button">Anmelden</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">Vereinigte Staaten</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Passwortgenerator</string>
<string name="generator_generate_button">Generieren</string>
<string name="generator_regenerate_button">Neu generieren</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Verwenden</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Zufällige Passphrasen bieten die beste Kombination aus Gedächtnisfähigkeit und Sicherheit.</string>
<string name="generator_passphrase_delimiter_title">Trennzeichen</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">App-Passwort ändern</string>
<string name="changepassword_disclaimer_local_note">App-Passwort wird nie auf dem Gerät gespeichert oder über das Netzwerk versendet. Es wird verwendet, um einen geheimen Schlüssel zu generieren, der zur Verschlüsselung der lokalen Daten verwendet wird.</string>
<string name="changepassword_disclaimer_abuse_note">Es sei denn, Sie vermuten unbefugten Zugriff oder eine Malware auf dem Gerät zu entdecken, es gibt keine Notwendigkeit, das Passwort zu ändern, wenn es ein starkes und einzigartiges Passwort ist.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Elemente exportieren</string>
<string name="exportaccount_password_label">Passwort archivieren</string>
<string name="exportaccount_attachments_note">Der Tresor wird während des Exportprozesses entsperrt bleiben. Die Anhänge werden in den Daten des Tresors referenziert. Die Anhänge werden niemals in einer unverschlüsselt gespeichert.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit-Community</string>
<string name="pref_item_github_title">GitHub-Projekt</string>
<string name="pref_item_crowdin_title">Crowdin-Projekt</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-Source-Lizenzen</string>
<string name="pref_item_download_apk_title">APK-Datei herunterladen</string>
<string name="pref_item_load_app_icons_title">App-Symbole laden</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Das Entsperren eines Tresors bedeutet, dass ein korrekter Schlüssel im Arbeitsspeicher eines Geräts gespeichert wird, wodurch die Fähigkeit erlangt wird, verschlüsselte Tresore zu lesen und zu ändern.</string>
<string name="datasafety_remote_section">Externe Daten</string>
<string name="datasafety_remote_text">Externe Daten werden auf Bitwarden Servern mit Null-Kenntnis-Verschlüsselung gespeichert.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Protokolle</string>
<string name="logs_start_recording_fab_title">Aufnahme starten</string>
<string name="logs_stop_recording_fab_title">Aufnahme stoppen</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorise a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorised access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licences</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Visibilidad del correo</string>
<string name="public_url">URL Pública</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Recuento de acceso</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Error al autorizar una solicitud</string>
<string name="error_failed_open_uri">Error al abrir una URI</string>
<string name="error_failed_format_placeholder">Error al formatear el marcador de posición</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Escanear código QR</string>
<string name="scanqr_load_from_image_note">Carga y analiza un código QR desde un archivo de imagen.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">¿Eliminar la anulación de la URL?</string>
<string name="urloverride_empty_label">No hay anulaciones de URL</string>
<string name="setup_header_text">Crear una bóveda cifrada donde se almacenarán los datos locales.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">Contraseña de la app</string>
<string name="setup_checkbox_biometric_auth">Autenticación biométrica</string>
<string name="setup_biometric_auth_confirm_title">Crear caja fuerte</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Para pasar la verificación captcha a un cliente no oficial de Bitwarden, debe especificar la clave secreta. Para encontrarla, ve a Web Vault / Configuración / Clave API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Iniciar sesión</string>
<string name="addaccount_region_section">Región</string>
<string name="addaccount_region_us_type">Estados Unidos</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Generador de contraseñas</string>
<string name="generator_generate_button">Generar</string>
<string name="generator_regenerate_button">Regenerar</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Frase de contraseña</string>
<string name="generator_passphrase_note">Las contraseñas aleatorias proporcionan la mejor combinación de memoria y seguridad.</string>
<string name="generator_passphrase_delimiter_title">Delimitador</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Cambiar contraseña de la app</string>
<string name="changepassword_disclaimer_local_note">La contraseña de la app nunca se almacena en el dispositivo ni se envía a través de la red. Se utiliza para generar una clave secreta que se utiliza para cifrar los datos locales.</string>
<string name="changepassword_disclaimer_abuse_note">A menos que sospeche acceso no autorizado o descubra un malware en el dispositivo, no hay necesidad de cambiar la contraseña más si es una contraseña única y fuerte.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Exportar elementos</string>
<string name="exportaccount_password_label">Archivar contraseña</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Comunidad de Reddit</string>
<string name="pref_item_github_title">Proyecto en GitHub</string>
<string name="pref_item_crowdin_title">Proyecto de Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Licencias de código abierto</string>
<string name="pref_item_download_apk_title">Descargar archivo APK</string>
<string name="pref_item_load_app_icons_title">Cargar iconos de aplicación</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Desbloquear una caja fuerte significa almacenar una clave correcta en la RAM de un dispositivo, ganando la capacidad de leer y modificar la caja fuerte cifrada.</string>
<string name="datasafety_remote_section">Datos remotos</string>
<string name="datasafety_remote_text">Los datos remotos se almacenan en servidores Bitwarden con cifrado de conocimiento cero.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Registros</string>
<string name="logs_start_recording_fab_title">Empezar a grabar</string>
<string name="logs_stop_recording_fab_title">Dejar de grabar</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -33,15 +33,15 @@
<item quantity="other"><xliff:g id="number">%1$s</xliff:g> jours</item>
</plurals>
<plurals name="weeks_plural">
<item quantity="one"><xliff:g id="number" example="1">%1$s</xliff:g> week</item>
<item quantity="other"><xliff:g id="number">%1$s</xliff:g> weeks</item>
<item quantity="one"><xliff:g id="number" example="1">%1$s</xliff:g> semaine</item>
<item quantity="other"><xliff:g id="number">%1$s</xliff:g> semaines</item>
</plurals>
<plurals name="months_plural">
<item quantity="one"><xliff:g id="number" example="1">%1$s</xliff:g> month</item>
<item quantity="other"><xliff:g id="number">%1$s</xliff:g> months</item>
<item quantity="one"><xliff:g id="number" example="1">%1$s</xliff:g> mois</item>
<item quantity="other"><xliff:g id="number">%1$s</xliff:g> mois</item>
</plurals>
<plurals name="years_plural">
<item quantity="one"><xliff:g id="number" example="1">%1$s</xliff:g> year</item>
<item quantity="other"><xliff:g id="number">%1$s</xliff:g> years</item>
<item quantity="one"><xliff:g id="number" example="1">%1$s</xliff:g> an</item>
<item quantity="other"><xliff:g id="number">%1$s</xliff:g> ans</item>
</plurals>
</resources>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Visibilité de l'e-mail</string>
<string name="public_url">Lien public</string>
<string name="url">URL</string>
<string name="conceal_value">Masquer la valeur</string>
<string name="field_label">Label</string>
<string name="field_value">Valeur</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Nombre d'accès</string>
<!--
@ -175,7 +178,7 @@
<string name="passkey_available">Clé d'authentification disponible</string>
<string name="twofa_available">Authentification à deux facteurs (2FA) disponible</string>
<string name="custom">Personnalisé</string>
<string name="grant_permission">Grant permission</string>
<string name="grant_permission">Accorder la permission</string>
<string name="create_account">Créer un compte</string>
<string name="follow_system_settings">Suivre les paramètres système</string>
<!-- A feature is coming soon! -->
@ -242,14 +245,14 @@
<string name="folder_action_change_name_title">Modifier le nom</string>
<string name="folder_action_change_names_title">Changer les noms</string>
<string name="folder_action_merge_title">Fusionner dans…</string>
<string name="folder_action_merge_confirmation_title">Are you sure you want to merge these folders?</string>
<string name="folder_action_create_title">Create a folder</string>
<string name="folder_action_merge_confirmation_title">Êtes-vous sûr de vouloir fusionner ces dossiers ?</string>
<string name="folder_action_create_title">Créer un dossier</string>
<string name="folder_delete_one_confirmation_title">Supprimer le dossier ?</string>
<string name="folder_delete_many_confirmation_title">Supprimer les dossiers ?</string>
<string name="folder_delete_confirmation_text">Ces élément(s) seront supprimés immédiatement. Vous ne pouvez pas annuler cette action.</string>
<string name="ciphers_recently_opened">Ouvert récemment</string>
<string name="ciphers_often_opened">Souvent consulté</string>
<string name="ciphers_history_empty">No history yet</string>
<string name="ciphers_history_empty">L'historique est vide</string>
<string name="ciphers_view_details">Voir les détails</string>
<string name="ciphers_save_to">Sauvegarder dans</string>
<string name="ciphers_action_add_to_favorites_title">Ajouter aux favoris</string>
@ -269,10 +272,10 @@
<string name="ciphers_action_change_passwords_title">Modifier les mots de passe</string>
<string name="ciphers_action_view_password_history_title">Voir l'historique des mots de passe</string>
<string name="ciphers_action_trash_title">Corbeille</string>
<string name="ciphers_action_trash_confirmation_title">Move to trash?</string>
<string name="ciphers_action_trash_confirmation_text">Items that have been in Trash more than 30 days will be automatically deleted.</string>
<string name="ciphers_action_trash_confirmation_title">Mettre à la corbeille ?</string>
<string name="ciphers_action_trash_confirmation_text">Les éléments qui se trouvent dans la corbeille depuis plus de 30 jours sont automatiquement supprimés.</string>
<string name="ciphers_action_restore_title">Restaurer</string>
<string name="ciphers_action_restore_confirmation_title">Restore from trash?</string>
<string name="ciphers_action_restore_confirmation_title">Restaurer depuis la corbeille ?</string>
<string name="ciphers_action_delete_title">Supprimer définitivement</string>
<string name="ciphers_action_delete_confirmation_title">Supprimer définitivement ?</string>
<string name="ciphers_action_configure_watchtower_alerts_title">Configurer les alertes Watchtower</string>
@ -471,9 +474,11 @@
<string name="error_failed_use_passkey">Impossible d'autoriser une demande</string>
<string name="error_failed_open_uri">Échec de l'ouverture de l'URL</string>
<string name="error_failed_format_placeholder">Impossible de formater l'emplacement</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scanner le code QR</string>
<string name="scanqr_load_from_image_note">Charger et analyser un code QR à partir d'un fichier image.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
<string name="scanqr_camera_permission_required_text">L'autorisation d'accéder à la caméra est nécessaire pour scanner les codes QR.</string>
<!-- Title of the 'Show as Barcode' dialog -->
<string name="barcodetype_title">Code barre</string>
<string name="barcodetype_action_show_in_barcode_title">Afficher en tant que code-barre</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Supprimer les remplacements d'URL ?</string>
<string name="urloverride_empty_label">Aucun remplacement d'URL</string>
<string name="setup_header_text">Créez un coffre-fort chiffré où les données locales seront stockées.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">Mot de passe de l'application</string>
<string name="setup_checkbox_biometric_auth">Authentification biométrique</string>
<string name="setup_biometric_auth_confirm_title">Créer un coffre-fort</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Pour passer la vérification captcha sur un client Bitwarden non officiel, vous devez spécifier le secret du client. Pour le trouver, allez dans le coffre Web / Paramètres / Clé API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Créer un compte</string>
<string name="addaccount_sign_in_button">S'inscrire</string>
<string name="addaccount_region_section">Région</string>
<string name="addaccount_region_us_type">États-Unis</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Générateur de mots de passe</string>
<string name="generator_generate_button">Générer</string>
<string name="generator_regenerate_button">Regénérer</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Utiliser</string>
<string name="generator_passphrase_type">Phrase de passe</string>
<string name="generator_passphrase_note">Les phrases de passe aléatoires fournissent la meilleure combinaison de mémorabilité et de sécurité.</string>
<string name="generator_passphrase_delimiter_title">Délimiteur</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Modifier le mot de passe de l'application</string>
<string name="changepassword_disclaimer_local_note">Le mot de passe de l'application ne sera jamais stocké sur l'appareil ni envoyé sur le réseau. Il est utilisé pour générer une clé secrète qui est utilisée pour chiffrer les données locales.</string>
<string name="changepassword_disclaimer_abuse_note">Sauf si vous soupçonnez un accès non autorisé ou si vous découvrez un logiciel malveillant sur l'appareil, il n'est pas nécessaire de changer le mot de passe si c'est un mot de passe fort et unique.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Exporter les éléments</string>
<string name="exportaccount_password_label">Archiver le mot de passe</string>
<string name="exportaccount_attachments_note">Le coffre-fort restera déverrouillé pendant le processus d'exportation. Les pièces jointes sont référencées dans les données du coffre-fort. Les pièces jointes ne sont jamais stockées en clair au cours du processus.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Communauté Reddit</string>
<string name="pref_item_github_title">Projet GitHub</string>
<string name="pref_item_crowdin_title">Projet Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Licences Open Source</string>
<string name="pref_item_download_apk_title">Télécharger le fichier APK</string>
<string name="pref_item_load_app_icons_title">Charger les icônes d'applications</string>
@ -1016,7 +1027,7 @@
<string name="pref_item_premium_membership_failed_to_load_subscriptions">Impossible de charger une liste d'abonnements</string>
<string name="pref_item_premium_membership_failed_to_load_products">Impossible de charger la liste de produits</string>
<string name="pref_item_premium_status_active">Actif</string>
<string name="pref_item_premium_status_free_trial_n">Free <xliff:g id="period" example="1 month">%1$s</xliff:g> trial</string>
<string name="pref_item_premium_status_free_trial_n">Essai gratuit de <xliff:g id="period" example="1 month">%1$s</xliff:g></string>
<string name="pref_item_premium_status_will_not_renew">Ne sera renouvelé</string>
<string name="pref_item_premium_manage_subscription_on_play_store_title">Gérer sur le Play Store</string>
<string name="pref_item_permission_post_notifications_title">Publier des notifications</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Déverrouiller un coffre-fort signifie stocker une clé correcte dans la mémoire vive d'un appareil, en obtenant une capacité de lire et de modifier le coffre chiffré.</string>
<string name="datasafety_remote_section">Données à distance</string>
<string name="datasafety_remote_text">Les données distantes sont stockées sur les serveurs Bitwarden avec un chiffrement zéro connaissance.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Activité</string>
<string name="logs_start_recording_fab_title">Démarrer l'enregistrement</string>
<string name="logs_stop_recording_fab_title">Arrêter l'enregistrement</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email láthatóság</string>
<string name="public_url">Nyilvános URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Hozzáférések száma</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Nem sikerült hitelesíteni a kérelmet</string>
<string name="error_failed_open_uri">Nem sikerült megnyitni az URI-t</string>
<string name="error_failed_format_placeholder">Nem sikerült formázni a helyettesítőt</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">QR kód beolvasása</string>
<string name="scanqr_load_from_image_note">QR-kód betöltése és elemzése egy képfájlból.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Törli az URL felülírásokat?</string>
<string name="urloverride_empty_label">Nincsenek URL felülírások</string>
<string name="setup_header_text">Hozzon létre egy titkosított széfet, ahol a helyi adatok tárolásra kerülnek.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">Alkalmazásjelszó</string>
<string name="setup_checkbox_biometric_auth">Biometrikus azonosítás</string>
<string name="setup_biometric_auth_confirm_title">Széf létrehozása</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Ahhoz, hogy egy nem hivatalos Bitwarden kliens átmenjen a captcha ellenőrzésen, meg kell adnia az kliens titkot (client secret). Ennek megtalálásához látogasson el a Webes széfbe / Beállítások / API kulcs.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Kliens titok</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Bejelentkezés</string>
<string name="addaccount_region_section">Régió</string>
<string name="addaccount_region_us_type">Egyesült Államok</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Jelszó generátor</string>
<string name="generator_generate_button">Generálás</string>
<string name="generator_regenerate_button">Újra generálás</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Jelmondat</string>
<string name="generator_passphrase_note">A véletlenszerű jelmondatok a legjobb kombinációt nyújtják emlékezhetőség és biztonság szempontjából.</string>
<string name="generator_passphrase_delimiter_title">Elválasztójel</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Alkalmazás jelszó módosítása</string>
<string name="changepassword_disclaimer_local_note">Az alkalmazásjelszó soha nem kerül tárolásra az eszközön, és nem kerül elküldésre a hálózaton keresztül. Ez egy titkos kulcs létrehozására szolgál, amely a helyi adatok titkosítására szolgál.</string>
<string name="changepassword_disclaimer_abuse_note">Hacsak nem gyanít jogosulatlan hozzáférést, vagy nem fedez fel vírust az eszközön, nincs szükség a jelszó megváltoztatására, ha az egy erős, egyedi jelszó.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Elemek exportálása</string>
<string name="exportaccount_password_label">Archívum jelszó</string>
<string name="exportaccount_attachments_note">A széf az exportálási folyamat során nyitva marad. A mellékletek a széf adatainál vannak hivatkozva. A mellékletek soha nincsenek titkosítatlan formában tárolva a folyamat során.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit Közösség</string>
<string name="pref_item_github_title">GitHub projekt</string>
<string name="pref_item_crowdin_title">Crowdin projekt</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Nyílt forráskódú licencek</string>
<string name="pref_item_download_apk_title">APK fájl letöltése</string>
<string name="pref_item_load_app_icons_title">Alkalmazás ikonok betöltése</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">A Széf feloldása a megfelelő kulcs tárolását jelenti az eszköz memóriájában, ami lehetővé teszi a titkosított Széf olvasását és módosítását.</string>
<string name="datasafety_remote_section">Távoli adatok</string>
<string name="datasafety_remote_text">A távoli adatokat a Bitwarden szerverein tárolják zéró-tudomású titkosítással.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Naplók</string>
<string name="logs_start_recording_fab_title">Rögzítés indítása</string>
<string name="logs_stop_recording_fab_title">Rögzítés leállítása</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Visibilità email</string>
<string name="public_url">URL pubblico</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Conteggio accessi</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Impossibile autorizzare la richiesta</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Impossibile formattare il segnaposto</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Crea una cassaforte criptata dove verranno salvati i dati locali.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">Password app</string>
<string name="setup_checkbox_biometric_auth">Autenticazione biometrica</string>
<string name="setup_biometric_auth_confirm_title">Crea una cassaforte</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Per superare la verifica captcha su un client Bitwarden non ufficiale, devi specificare la chiave segreta del client. Per trovarlo, visita la Cassaforte Web / Impostazioni account / Sicurezza / Chiave API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Chiave segreta del client</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Accedi</string>
<string name="addaccount_region_section">Regione</string>
<string name="addaccount_region_us_type">Stati Uniti</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Generatore password</string>
<string name="generator_generate_button">Genera</string>
<string name="generator_regenerate_button">Rigenera</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Frase d'accesso</string>
<string name="generator_passphrase_note">Le frasi di accesso casuali forniscono la migliore combinazione di memorabilità e sicurezza.</string>
<string name="generator_passphrase_delimiter_title">Separatore</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Modifica password app</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Community su Reddit</string>
<string name="pref_item_github_title">Progetto GitHub</string>
<string name="pref_item_crowdin_title">Progetto Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Licenze open source</string>
<string name="pref_item_download_apk_title">Scarica il file APK</string>
<string name="pref_item_load_app_icons_title">Carica icone App</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Sbloccare una cassaforte significa memorizzare una chiave corretta nella RAM di un dispositivo, ottenendo la capacità di leggere e modificare la cassaforte crittografata.</string>
<string name="datasafety_remote_section">Dati Remoti</string>
<string name="datasafety_remote_text">I dati remoti vengono memorizzati sui server di Bitwarden con crittografia end-to-end.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">メールアドレスの表示</string>
<string name="public_url">公開 URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">アクセス数</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">URL の上書きルールを削除しますか?</string>
<string name="urloverride_empty_label">URL の上書きルールはありません</string>
<string name="setup_header_text">ローカルデータを保存するための暗号化された保管庫を作成します。</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">アプリのパスワード</string>
<string name="setup_checkbox_biometric_auth">生体認証</string>
<string name="setup_biometric_auth_confirm_title">保管庫の作成</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">非公式の Bitwarden クライアントで CAPTCHA 認証を通過するには、クライアントシークレットを指定する必要があります。クライアントシークレットを取得するには、ウェブ保管庫 / 設定 / API キー にアクセスしてください。</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">クライアントシークレット</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">サインイン</string>
<string name="addaccount_region_section">地域</string>
<string name="addaccount_region_us_type">アメリカ合衆国</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">パスワード生成</string>
<string name="generator_generate_button">生成</string>
<string name="generator_regenerate_button">再生成</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">パスフレーズ</string>
<string name="generator_passphrase_note">ランダムなパスフレーズは、記憶性とセキュリティの最良の組み合わせを提供します。</string>
<string name="generator_passphrase_delimiter_title">区切り文字</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">アプリパスワードの変更</string>
<string name="changepassword_disclaimer_local_note">アプリのパスワードは、デバイスに保存されることも、ネットワーク経由で送信されることもありません。ローカルデータを暗号化するために使用される秘密鍵を生成するために使用されます。</string>
<string name="changepassword_disclaimer_abuse_note">不正アクセスが疑われる場合やデバイスにマルウェアを発見した場合を除いて、強力で一意のパスワードであれば、変更する必要はありません。</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit コミュニティ</string>
<string name="pref_item_github_title">GitHub プロジェクト</string>
<string name="pref_item_crowdin_title">Crowdin プロジェクト</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">オープンソースライセンス</string>
<string name="pref_item_download_apk_title">APK ファイルのダウンロード</string>
<string name="pref_item_load_app_icons_title">アプリアイコンの読み込み</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">保管庫のロック解除とは、デバイスの RAM に正しいキーを保存し、暗号化された保管庫を読み書きできるようになることを意味します。</string>
<string name="datasafety_remote_section">リモートデータ</string>
<string name="datasafety_remote_text">リモートデータは、ゼロ知識暗号化を使用して Bitwarden のサーバー上に保存されます。</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">이메일 보기 권한</string>
<string name="public_url">공개 URL</string>
<string name="url">URL</string>
<string name="conceal_value">값 숨기기</string>
<string name="field_label">라벨</string>
<string name="field_value"></string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">조회수</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">요청을 승인하지 못했습니다.</string>
<string name="error_failed_open_uri">URI를 열지 못했습니다.</string>
<string name="error_failed_format_placeholder">플레이스홀더를 만들지 못했습니다.</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">QR 코드 스캔</string>
<string name="scanqr_load_from_image_note">이미지 파일에서 QR 코드를 읽을 수 있습니다.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">URL 덮어쓰기를 삭제하시겠습니까?</string>
<string name="urloverride_empty_label">URL 덮어쓰기 없음</string>
<string name="setup_header_text">로컬 데이터를 저장할 암호화된 보관함을 만듭니다.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">앱 비밀번호</string>
<string name="setup_checkbox_biometric_auth">생체 정보 인증</string>
<string name="setup_biometric_auth_confirm_title">보관함 만들기</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">비공식 Bitwarden 클라이언트에서 캡차 인증을 통과하려면 클라이언트 비밀 키를 설정해야 합니다. 웹 보관함의 설정 / API 키 페이지에서 클라이언트 비밀 키를 확인할 수 있습니다.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">클라이언트 비밀 키</string>
<string name="addaccount_create_an_account_title">계정 만들기</string>
<string name="addaccount_sign_in_button">로그인</string>
<string name="addaccount_region_section">리전</string>
<string name="addaccount_region_us_type">미국</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">비밀번호 생성기</string>
<string name="generator_generate_button">생성</string>
<string name="generator_regenerate_button">다시 생성</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">사용</string>
<string name="generator_passphrase_type">비밀번호 문구</string>
<string name="generator_passphrase_note">무작위 비밀번호 문구는 외우기 쉽고 보안성이 뛰어난 문구 조합을 제공합니다.</string>
<string name="generator_passphrase_delimiter_title">구분 기호</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">앱 비밀번호 변경</string>
<string name="changepassword_disclaimer_local_note">앱 비밀번호는 기기에 저장되거나 인터넷으로 전송되지 않습니다. 로컬 데이터를 암호화하기 위한 비밀 키를 생성하는 데에만 사용됩니다.</string>
<string name="changepassword_disclaimer_abuse_note">강력한 비밀번호를 웹사이트마다 다르게 사용하고 있다면, 무단 접속이 의심되거나 기기에서 악성 코드가 발견되지 않는 한 비밀번호를 변경할 필요가 없습니다.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">항목 내보내기</string>
<string name="exportaccount_password_label">압축 파일 비밀번호</string>
<string name="exportaccount_attachments_note">보관함은 내보내기 진행 중에 잠금 해제 상태로 유지됩니다. 첨부 파일은 보관함 데이터에 포함되며, 내보내기 과정에서 암호화되지 않은 형식으로는 저장되지 않습니다.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit 커뮤니티</string>
<string name="pref_item_github_title">GitHub 프로젝트</string>
<string name="pref_item_crowdin_title">CrowdIn 프로젝트</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">오픈 소스 라이선스</string>
<string name="pref_item_download_apk_title">APK 파일 다운로드</string>
<string name="pref_item_load_app_icons_title">앱 아이콘 불러오기</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">보관함을 잠금 해제한다는 것은 기기의 RAM에 올바른 키를 저장하여 암호화된 보관함을 읽고 편집할 수 있게 하는 것입니다.</string>
<string name="datasafety_remote_section">원격 데이터</string>
<string name="datasafety_remote_text">원격 데이터는 영지식 증명으로 암호화한 뒤 Bitwarden 서버에 저장됩니다.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">로그</string>
<string name="logs_start_recording_fab_title">기록 시작</string>
<string name="logs_stop_recording_fab_title">기록 중지</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">E-mail zichtbaarheid</string>
<string name="public_url">Publieke URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Aantal keer bekeken</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Autoriseren van een aanvraag mislukt</string>
<string name="error_failed_open_uri">Kan URI niet openen</string>
<string name="error_failed_format_placeholder">Formatteren van de placeholder is mislukt</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Laad een QR-code uit een afbeelding.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Verwijder URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Maak een versleutelde kluis aan waar de lokale gegevens worden opgeslagen.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App-wachtwoord</string>
<string name="setup_checkbox_biometric_auth">Biometrische authenticatie</string>
<string name="setup_biometric_auth_confirm_title">Nieuwe kluis aanmaken</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Om de captcha verificatie te voltooien in een niet-officiële Bitwarden client moet je een API-sleutel invullen, deze is te vinden in je Bitwarden account. Bezoek de Bitwarden Web kluis / Instellingen / Beveiliging / Sleutels / API-sleutel, en kopieer de getoonde client secret waarde.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Inloggen</string>
<string name="addaccount_region_section">Regio</string>
<string name="addaccount_region_us_type">Verenigde Staten</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Wachtwoord generator</string>
<string name="generator_generate_button">Genereren</string>
<string name="generator_regenerate_button">Opnieuw genereren</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Wachtwoordzin</string>
<string name="generator_passphrase_note">Willekeurige wachtwoordzinnen bieden de beste combinatie van geheugen en veiligheid.</string>
<string name="generator_passphrase_delimiter_title">Scheidingsteken</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">App-wachtwoord wijzigen</string>
<string name="changepassword_disclaimer_local_note">Het app-wachtwoord wordt nooit op het apparaat opgeslagen of via het netwerk verzonden. Het wordt gebruikt om een geheime sleutel te genereren die wordt gebruikt om de lokale gegevens te versleutelen.</string>
<string name="changepassword_disclaimer_abuse_note">Zolang u geen onbevoegde toegang vermoedt of malware hebt ontdekt op uw apparaat is het niet nodig om het wachtwoord te wijzigen als u een sterk en uniek wachtwoord gebruikt.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Items exporteren</string>
<string name="exportaccount_password_label">Wachtwoord voor archief</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenties</string>
<string name="pref_item_download_apk_title">APK-bestand downloaden</string>
<string name="pref_item_load_app_icons_title">Laad app iconen</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Een kluis ontgrendelen betekent dat een correcte sleutel opgeslagen wordt in de RAM van het apparaat, zodat u de mogelijkheid krijgt om de versleutelde kluis te lezen en aan te passen.</string>
<string name="datasafety_remote_section">Externe gegevens</string>
<string name="datasafety_remote_text">Externe gegevens worden opgeslagen op Bitwarden servers met zero-knowledge encryptie.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Widoczność e-mail</string>
<string name="public_url">Publiczny adres URL</string>
<string name="url">Adres URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Ilość dostępów</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Visibilidade do e-mail</string>
<string name="public_url">URL Pública</string>
<string name="url">Endereço da URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Quantidade de acessos</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Falha ao autorizar um pedido</string>
<string name="error_failed_open_uri">Falhou em abrir a URI</string>
<string name="error_failed_format_placeholder">Falha ao formatar o espaço reservado</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Escanear código QR</string>
<string name="scanqr_load_from_image_note">Carregar e analisar um código QR a partir de um arquivo de imagem.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Excluir as substituições de URL?</string>
<string name="urloverride_empty_label">Nenhuma substituição de URL</string>
<string name="setup_header_text">Crie um cofre criptografado onde os dados locais serão armazenados.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">Senha do aplicativo</string>
<string name="setup_checkbox_biometric_auth">Autenticação biométrica</string>
<string name="setup_biometric_auth_confirm_title">Criar um cofre</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Para passar na verificação do captcha em um cliente Bitwarden não oficial, é necessário especificar a chave secreta do cliente. Para encontrá-lo, visite Web vault / Configurações / Chave de API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Chave secreta do cliente</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Iniciar sessão</string>
<string name="addaccount_region_section">Região</string>
<string name="addaccount_region_us_type">Estados Unidos</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Gerador de senha</string>
<string name="generator_generate_button">Gerar</string>
<string name="generator_regenerate_button">Gerar novamente</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Frase Secreta</string>
<string name="generator_passphrase_note">Senhas de palavras aleatórias fornecem a melhor combinação de memorização e segurança.</string>
<string name="generator_passphrase_delimiter_title">Delimitador</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Alterar senha do aplicativo</string>
<string name="changepassword_disclaimer_local_note">A senha do aplicativo nunca é armazenada no dispositivo nem enviada pela rede. Ela é usada para gerar uma chave secreta que é usada para criptografar os dados locais.</string>
<string name="changepassword_disclaimer_abuse_note">A menos que você suspeite de acesso não autorizado ou descubra um malware no dispositivo, não há necessidade de alterar a senha se ela for uma senha forte e única.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Exportar itens</string>
<string name="exportaccount_password_label">Senha do arquivo</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Comunidade no Reddit</string>
<string name="pref_item_github_title">Projeto no GitHub</string>
<string name="pref_item_crowdin_title">Projeto no Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Licenças de código-aberto</string>
<string name="pref_item_download_apk_title">Baixar arquivo APK</string>
<string name="pref_item_load_app_icons_title">Carregar ícones dos aplicativos</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Desbloquear um Cofre significa armazenar uma chave correta na memória RAM de um dispositivo, possibilitando a leitura e a modificação do Cofre criptografado.</string>
<string name="datasafety_remote_section">Dados remotos</string>
<string name="datasafety_remote_text">Os dados remotos são armazenados nos servidores do Bitwarden com criptografia de conhecimento zero.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Registros</string>
<string name="logs_start_recording_fab_title">Iniciar gravação</string>
<string name="logs_stop_recording_fab_title">Parar gravação</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Visibilidade do e-mail</string>
<string name="public_url">URL público</string>
<string name="url">Ligação</string>
<string name="conceal_value">Ocultar o valor</string>
<string name="field_label">Designação</string>
<string name="field_value">Valor</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Contagem de acessos</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Falha ao autorizar um pedido</string>
<string name="error_failed_open_uri">Falha ao abrir URI</string>
<string name="error_failed_format_placeholder">Falha ao formatar o espaço reservado</string>
<string name="error_failed_open_app_for">Nenhuma aplicação instalado pode realizar esta requisição</string>
<string name="error_failed_unknown">Algo correu mal</string>
<string name="scanqr_title">Ler código QR</string>
<string name="scanqr_load_from_image_note">Abrir e analisar um código QR a partir de uma imagem.</string>
<string name="scanqr_camera_permission_required_text">É necessária permissão de acesso
@ -577,6 +582,7 @@
<string name="urloverride_delete_many_confirmation_title">Apagar substituições de ligação URL?</string>
<string name="urloverride_empty_label">Nenhuma substituição de ligação URL</string>
<string name="setup_header_text">Criar um cofre criptografado onde os dados locais serão armazenados.</string>
<string name="setup_free_text">Ao continuar você confirmará que comprou o Keyguard ou que recebeu uma licença ativa.</string>
<string name="setup_field_app_password_label">Palavra-passe da aplicação</string>
<string name="setup_checkbox_biometric_auth">Autenticação biométrica</string>
<string name="setup_biometric_auth_confirm_title">Criar um cofre</string>
@ -623,6 +629,7 @@
<string name="addaccount_captcha_need_client_secret_note">Para passar a verificação captcha num cliente do Bitwarden não oficial, deve especificar a chave secreta de cliente. Para encontrá-la, visite o Web vault em / Configurações / Chave de API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Chave secreta</string>
<string name="addaccount_create_an_account_title">Criar uma conta</string>
<string name="addaccount_sign_in_button">Início sessão</string>
<string name="addaccount_region_section">Região</string>
<string name="addaccount_region_us_type">Estados Unidos</string>
@ -764,6 +771,8 @@
<string name="generator_header_password_title">Gerador de palavra-passe</string>
<string name="generator_generate_button">Gerar</string>
<string name="generator_regenerate_button">Gerar novamente</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Utilizar</string>
<string name="generator_passphrase_type">Frase-chave</string>
<string name="generator_passphrase_note">Senhas de palavras aleatórias fornecem a melhor combinação de memorização e segurança.</string>
<string name="generator_passphrase_delimiter_title">Limite de caracteres</string>
@ -854,6 +863,7 @@
<string name="changepassword_biometric_auth_confirm_title">Alterar palavra-passe da aplicação</string>
<string name="changepassword_disclaimer_local_note">A palavra-passe da aplicação nunca é armazenada no dispositivo nem enviada pela rede. É usada para gerar uma chave secreta que é usada para encriptar os dados locais.</string>
<string name="changepassword_disclaimer_abuse_note">A menos que você suspeite de acesso não autorizado ou descubra um malware no dispositivo, não há necessidade de alterar a senha se ela for uma senha forte e única.</string>
<string name="changepassword_password_changed_successfully">Palavra-passe alterada com sucesso</string>
<string name="exportaccount_header_title">Exportar entradas</string>
<string name="exportaccount_password_label">Palavra-passe do ficheiro</string>
<string name="exportaccount_attachments_note">O cofre será mantido desbloqueado durante o processo de exportação. Os anexos são referenciados nos dados do cofre. Os anexos nunca são armazenados sem encriptação durante o processo.</string>
@ -917,6 +927,7 @@
<string name="pref_item_reddit_community_title">Comunidade Reddit</string>
<string name="pref_item_github_title">Projeto no GitHub</string>
<string name="pref_item_crowdin_title">Projeto no Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Licenças de código aberto</string>
<string name="pref_item_download_apk_title">Transferir ficheiro APK</string>
<string name="pref_item_load_app_icons_title">Carregar ícones das aplicações</string>
@ -1086,6 +1097,10 @@
<string name="datasafety_local_unlocking_vault">Desbloquear um cofre significa armazenar uma chave correta na memória RAM do dispositivo, ganhando a capacidade de ler e modificar um cofre criptografado.</string>
<string name="datasafety_remote_section">Dados remotos</string>
<string name="datasafety_remote_text">Os dados remotos são armazenados nos servidores do Bitwarden com criptografia de conhecimento zero.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Registos</string>
<string name="logs_start_recording_fab_title">Iniciar gravação</string>
<string name="logs_stop_recording_fab_title">Parar gravação</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Видимость эл. почты</string>
<string name="public_url">Публичный URL</string>
<string name="url">URL</string>
<string name="conceal_value">Скрыть значение</string>
<string name="field_label">Метка</string>
<string name="field_value">Значение</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Количество посещений</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Ошибка авторизации запроса</string>
<string name="error_failed_open_uri">Не удалось открыть URI</string>
<string name="error_failed_format_placeholder">Не удалось форматировать поле</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Сканировать QR-код</string>
<string name="scanqr_load_from_image_note">Загрузить и обработать QR-код из изображения.</string>
<string name="scanqr_camera_permission_required_text">Разрешение на камеру требуется для сканирования QR-кодов.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Удалить переопределение URL-адреса?</string>
<string name="urloverride_empty_label">Нет переопределеных URL-адресов</string>
<string name="setup_header_text">Создайте зашифрованное хранилище, где будут храниться локальные данные.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">Пароль приложения</string>
<string name="setup_checkbox_biometric_auth">Вход по биометрии</string>
<string name="setup_biometric_auth_confirm_title">Создать хранилище</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Для прохождения проверки капчи в неофициальном клиенте Bitwarden необходимо указать закрытый ключ клиента. Чтобы найти его, посетите Веб-хранилище → Параметры → API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Закрытый ключ клиента</string>
<string name="addaccount_create_an_account_title">Создать учётную запись</string>
<string name="addaccount_sign_in_button">Авторизация</string>
<string name="addaccount_region_section">Регион</string>
<string name="addaccount_region_us_type">США</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Генератор паролей</string>
<string name="generator_generate_button">Сгенерировать</string>
<string name="generator_regenerate_button">Перегенерировать</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Использовать</string>
<string name="generator_passphrase_type">Парольная фраза</string>
<string name="generator_passphrase_note">Случайные парольные фразы обеспечивают наилучшее сочетание запоминаемости и безопасности.</string>
<string name="generator_passphrase_delimiter_title">Разделитель</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Изменить пароль приложения</string>
<string name="changepassword_disclaimer_local_note">Пароль приложения никогда не хранится на устройстве и не отправляется по сети. Он используется для генерации секретного ключа, используемого для шифрования локальных данных.</string>
<string name="changepassword_disclaimer_abuse_note">Если вы не подозреваете, что к вашему устройству был несанкционированный доступ, или вы не нашли вредоносное программное обеспечение, то не нужно изменять текущий пароль приложения, если он достаточно надежный и уникальный.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Экспорт элементов</string>
<string name="exportaccount_password_label">Пароль архива</string>
<string name="exportaccount_attachments_note">Хранилище будет разблокировано пока экспорт не закончится. Данные хранилища включают в себя информацию об экспортированных файлах. Файлы в процессе экспорта не сохраняются в не зашифрованном формате.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Сообщество Reddit</string>
<string name="pref_item_github_title">Проект на GitHub</string>
<string name="pref_item_crowdin_title">Проект на Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Лицензии открытого программного обеспечения</string>
<string name="pref_item_download_apk_title">Скачать APK файл</string>
<string name="pref_item_load_app_icons_title">Загрузить значки приложений</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Разблокировка хранилища означает сохранение корректного ключа в оперативной памяти устройства, что дает возможность читать и изменять зашифрованное хранилище.</string>
<string name="datasafety_remote_section">Облачные данные</string>
<string name="datasafety_remote_text">Облачные данные хранятся на серверах Bitwarden с шифрованием с нулевым знанием.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Логи</string>
<string name="logs_start_recording_fab_title">Начать запись</string>
<string name="logs_stop_recording_fab_title">Остановить запись</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Scan QR code</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Email visibility</string>
<string name="public_url">Public URL</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Etikett</string>
<string name="field_value">Värde</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Access count</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Skanna QR-kod</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometrisk autentisering</string>
<string name="setup_biometric_auth_confirm_title">Skapa ett valv</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Skapa ett konto</string>
<string name="addaccount_sign_in_button">Logga in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Lösenordsgenerator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Använd</string>
<string name="generator_passphrase_type">Lösenordsfras</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Ladda ner APK-fil</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">E-posta görünürlüğü</string>
<string name="public_url">Genel URL</string>
<string name="url">URL</string>
<string name="conceal_value">Değeri gizle</string>
<string name="field_label">Etiket</string>
<string name="field_value">Değer</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Erişim sayısı</string>
<!--
@ -175,7 +178,7 @@
<string name="passkey_available">Geçiş anahtarı mevcut</string>
<string name="twofa_available">İki faktörlü kimlik doğrulama mevcut</string>
<string name="custom">Özel</string>
<string name="grant_permission">Grant permission</string>
<string name="grant_permission">İzin ver</string>
<string name="create_account">Hesap oluştur</string>
<string name="follow_system_settings">Sistem ayarlarını takip et</string>
<!-- A feature is coming soon! -->
@ -471,9 +474,11 @@
<string name="error_failed_use_passkey">İstek yetkilendirme başarısız oldu</string>
<string name="error_failed_open_uri">URI açma başarısız oldu</string>
<string name="error_failed_format_placeholder">Yer tutucu biçimlendirme başarısız oldu</string>
<string name="error_failed_open_app_for">Yüklü hiçbir uygulama bu isteği karşılayamaz</string>
<string name="error_failed_unknown">Bir şeyler ters gitti</string>
<string name="scanqr_title">QR kodunu tarayın</string>
<string name="scanqr_load_from_image_note">Bir resim dosyasından QR kodu yükleyin ve analiz edin.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
<string name="scanqr_camera_permission_required_text">QR kodlarını taramak için kamera izni gereklidir.</string>
<!-- Title of the 'Show as Barcode' dialog -->
<string name="barcodetype_title">Barkod</string>
<string name="barcodetype_action_show_in_barcode_title">Barkod olarak göster</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">URL geçersiz kılmaları sil?</string>
<string name="urloverride_empty_label">URL geçersiz kılma yok</string>
<string name="setup_header_text">Yerel verilerin saklanacağı şifreli bir kasa oluşturun.</string>
<string name="setup_free_text">Devam ederek Keyguard'ı satın aldığınızı veya aktif bir lisansa sahip olduğunuzu onaylamış olursunuz.</string>
<string name="setup_field_app_password_label">Uygulama parolası</string>
<string name="setup_checkbox_biometric_auth">Biyometrik kimlik doğrulama</string>
<string name="setup_biometric_auth_confirm_title">Bir kasa oluşturun</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Resmi olmayan bir Bitwarden istemcisinde Captcha doğrulamasını geçmek için müşteri sırrını belirtmelisiniz. Bulmak için Web kasası / Ayarlar / API Anahtarı'na gidin.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Müşteri sırrı</string>
<string name="addaccount_create_an_account_title">Hesap oluştur</string>
<string name="addaccount_sign_in_button">Giriş yap</string>
<string name="addaccount_region_section">Bölge</string>
<string name="addaccount_region_us_type">Birleşik Devletler</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Parola üretici</string>
<string name="generator_generate_button">Üret</string>
<string name="generator_regenerate_button">Yeniden üret</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Kullan</string>
<string name="generator_passphrase_type">Parola cümlesi</string>
<string name="generator_passphrase_note">Rastgele parola cümleleri, unutulmazlık ve güvenlik açısından en iyi kombinasyonu sunar.</string>
<string name="generator_passphrase_delimiter_title">Ayırıcı</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Uygulama şifresini değiştir</string>
<string name="changepassword_disclaimer_local_note">Uygulama şifresi hiçbir zaman cihazda saklanmaz veya ağ üzerinden gönderilmez. Yerel verilerin şifrelenmesinde kullanılan gizli bir anahtar oluşturmak için kullanılır.</string>
<string name="changepassword_disclaimer_abuse_note">Yetkisiz erişimden şüphelenmediğiniz veya cihazda bir kötü amaçlı yazılım bulmadığınız sürece, güçlü ve benzersiz bir şifre olduğu sürece şifreyi değiştirmenize gerek yoktur.</string>
<string name="changepassword_password_changed_successfully">Parola başarıyla değiştirildi</string>
<string name="exportaccount_header_title">Öğeleri dışa aktar</string>
<string name="exportaccount_password_label">Arşiv şifresi</string>
<string name="exportaccount_attachments_note">Dışa aktarma işlemi sırasında kasa kilidi açık tutulacaktır. Ekler, kasanın verilerinde referans alınır. Ekler, süreçte hiçbir zaman şifrelenmemiş halde saklanmaz.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit topluluğu</string>
<string name="pref_item_github_title">GitHub projesi</string>
<string name="pref_item_crowdin_title">Crowdin projesi</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">ık kaynak lisansları</string>
<string name="pref_item_download_apk_title">APK dosyasını indir</string>
<string name="pref_item_load_app_icons_title">Uygulama simgelerini yükle</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Bir Kasayı açmak, cihazın RAM'inde doğru bir Anahtar saklamak ve şifrelenmiş Kasayı okuma ve değiştirme yeteneği kazanmak anlamına gelir.</string>
<string name="datasafety_remote_section">Uzaktan veri</string>
<string name="datasafety_remote_text">Uzaktan veri, Bitwarden sunucularında sıfır bilgi ile şifrelenmiş olarak saklanır.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Kayıtlar</string>
<string name="logs_start_recording_fab_title">Kaydı başlat</string>
<string name="logs_stop_recording_fab_title">Kaydı durdur</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Видимість електронної пошти</string>
<string name="public_url">Загальнодоступна URL-адреса</string>
<string name="url">URL-адреса</string>
<string name="conceal_value">Скрити значення</string>
<string name="field_label">Підпис</string>
<string name="field_value">Значення</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Кількість відвідувань</string>
<!--
@ -175,7 +178,7 @@
<string name="passkey_available">Доступний ключ доступу</string>
<string name="twofa_available">Доступна двофакторна автентифікація</string>
<string name="custom">Користувацьке</string>
<string name="grant_permission">Grant permission</string>
<string name="grant_permission">Надати дозвіл</string>
<string name="create_account">Створити обліковий запис</string>
<string name="follow_system_settings">Як у системі</string>
<!-- A feature is coming soon! -->
@ -242,14 +245,14 @@
<string name="folder_action_change_name_title">Змінити назву</string>
<string name="folder_action_change_names_title">Змінити назви</string>
<string name="folder_action_merge_title">Об'єднати в…</string>
<string name="folder_action_merge_confirmation_title">Are you sure you want to merge these folders?</string>
<string name="folder_action_create_title">Create a folder</string>
<string name="folder_action_merge_confirmation_title">Ви впевнені, що хочете об'єднати ці теки?</string>
<string name="folder_action_create_title">Створити теку</string>
<string name="folder_delete_one_confirmation_title">Видалити теку?</string>
<string name="folder_delete_many_confirmation_title">Видалити теки?</string>
<string name="folder_delete_confirmation_text">Цей запис(и) буде видалено. Ви не зможете скасовувати цю дію.</string>
<string name="ciphers_recently_opened">Нещодавно відкриті</string>
<string name="ciphers_often_opened">Часто відкриті</string>
<string name="ciphers_history_empty">No history yet</string>
<string name="ciphers_history_empty">Ще немає історії</string>
<string name="ciphers_view_details">Переглянути деталі</string>
<string name="ciphers_save_to">Зберегти в…</string>
<string name="ciphers_action_add_to_favorites_title">Додати до обраного</string>
@ -269,10 +272,10 @@
<string name="ciphers_action_change_passwords_title">Змінити паролі</string>
<string name="ciphers_action_view_password_history_title">Переглянути історію паролів</string>
<string name="ciphers_action_trash_title">Відправити у кошик</string>
<string name="ciphers_action_trash_confirmation_title">Move to trash?</string>
<string name="ciphers_action_trash_confirmation_text">Items that have been in Trash more than 30 days will be automatically deleted.</string>
<string name="ciphers_action_trash_confirmation_title">Перемістити до кошика?</string>
<string name="ciphers_action_trash_confirmation_text">Записи, що знаходяться в кошику понад 30 днів, будуть автоматично видалені.</string>
<string name="ciphers_action_restore_title">Відновити з кошика</string>
<string name="ciphers_action_restore_confirmation_title">Restore from trash?</string>
<string name="ciphers_action_restore_confirmation_title">Відновити з кошика?</string>
<string name="ciphers_action_delete_title">Видалити назавжди</string>
<string name="ciphers_action_delete_confirmation_title">Видалити назавжди?</string>
<string name="ciphers_action_configure_watchtower_alerts_title">Налаштувати сповіщення вартової вежі</string>
@ -471,9 +474,11 @@
<string name="error_failed_use_passkey">Не вдалося авторизувати запит</string>
<string name="error_failed_open_uri">Не вдалося відкрити посилання</string>
<string name="error_failed_format_placeholder">Не вдалося відформатувати поле</string>
<string name="error_failed_open_app_for">Немає встановленого застосунку, що може обробити цей запит</string>
<string name="error_failed_unknown">Сталася помилка</string>
<string name="scanqr_title">Сканувати QR-код</string>
<string name="scanqr_load_from_image_note">Завантажте з файлу та проаналізуйте QR-код.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
<string name="scanqr_camera_permission_required_text">Для сканування QR-кодів необхідний дозвіл на камеру.</string>
<!-- Title of the 'Show as Barcode' dialog -->
<string name="barcodetype_title">Штрих-код</string>
<string name="barcodetype_action_show_in_barcode_title">Штрих-код</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Видалити перевизначення URL-адреси?</string>
<string name="urloverride_empty_label">Немає перевизначених URL-адрес</string>
<string name="setup_header_text">Створити зашифроване сховище локальних даних.</string>
<string name="setup_free_text">Продовжуючи ви підтверджуєте, що придбали Keyguard або мали активну ліцензію.</string>
<string name="setup_field_app_password_label">Пароль застосунку</string>
<string name="setup_checkbox_biometric_auth">Біометрична автентифікація</string>
<string name="setup_biometric_auth_confirm_title">Створити сховище</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Щоб пройти перевірку Captcha на неофіційному клієнті Bitwarden, вам необхідно вказати клієнтський секрет (Client secret). Щоб знайти його, відвідайте Вебсторінку сховища / Налаштування / Ключ API (Web vault / Settings / API Key).</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Секретний ключ клієнта</string>
<string name="addaccount_create_an_account_title">Створити обліковий запис</string>
<string name="addaccount_sign_in_button">Увійти</string>
<string name="addaccount_region_section">Регіон</string>
<string name="addaccount_region_us_type">США</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Генератор паролів</string>
<string name="generator_generate_button">Згенерувати</string>
<string name="generator_regenerate_button">Перегенерувати</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Використати</string>
<string name="generator_passphrase_type">Парольна фраза</string>
<string name="generator_passphrase_note">Випадкові парольні фрази забезпечують найкраще поєднання запам'ятовуваності та безпеки.</string>
<string name="generator_passphrase_delimiter_title">Роздільник</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Змінити пароль застосунку</string>
<string name="changepassword_disclaimer_local_note">Пароль застосунку ніколи не зберігається на пристрої або відправляється мережею. Він використовується для генерації секретного ключа яким шифрується локальне сховище.</string>
<string name="changepassword_disclaimer_abuse_note">Якщо ви не підозрюєте що до вашого пристрою був несанкціонований доступ, або не знайшли шкідливе програмне забезпечення, то не треба змінювати поточний пароль застосунку, якщо він достатньо надійний та унікальний.</string>
<string name="changepassword_password_changed_successfully">Пароль успішно змінено</string>
<string name="exportaccount_header_title">Експорт записів</string>
<string name="exportaccount_password_label">Пароль архіву</string>
<string name="exportaccount_attachments_note">Сховище буде розблоковано поки експорт не завершиться. Дані сховища включають інформацію про експортовані файли. Файли в процесі експорту ніколи не зберігаються у не зашифрованому форматі.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit спільнота</string>
<string name="pref_item_github_title">Проєкт на GitHub</string>
<string name="pref_item_crowdin_title">Проєкт на Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Ліцензії відкритого програмного забезпечення</string>
<string name="pref_item_download_apk_title">Завантажити APK-файл</string>
<string name="pref_item_load_app_icons_title">Завантажувати іконки застосунків</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Розблокування сховища означає збереження коректного майстер-ключа в оперативній пам'яті пристрою, що дає можливість читати та редагувати зашифроване сховище.</string>
<string name="datasafety_remote_section">Віддалені дані</string>
<string name="datasafety_remote_text">Віддалені дані зберігаються на серверах Bitwarden з шифруванням з нульовим знанням.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Журнал подій</string>
<string name="logs_start_recording_fab_title">Почати запис</string>
<string name="logs_stop_recording_fab_title">Припинити запис</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">Khả năng hiển thị email</string>
<string name="public_url">URL công khai</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">Lượt truy cập</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">Không thể cấp phép cho yêu cầu</string>
<string name="error_failed_open_uri">Không mở được URI</string>
<string name="error_failed_format_placeholder">Không thể định dạng phần thay thế</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">Quét mã QR</string>
<string name="scanqr_load_from_image_note">Tải và phân tích mã QR từ tệp hình ảnh.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Xóa ghi đè URL?</string>
<string name="urloverride_empty_label">Không có ghi đè URL</string>
<string name="setup_header_text">Tạo một kho được mã hóa nơi dữ liệu cục bộ sẽ được lưu trữ.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">Mật khẩu ứng dụng</string>
<string name="setup_checkbox_biometric_auth">Xác thực sinh trắc học</string>
<string name="setup_biometric_auth_confirm_title">Tạo một kho</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">Để vượt qua xác minh captcha trên ứng dụng khách Bitwarden không chính thức, bạn phải chỉ định client secret. Để tìm thấy nó, hãy truy cập kho Web / Thiết đặt / Khóa API.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Đăng nhập</string>
<string name="addaccount_region_section">Khu vực</string>
<string name="addaccount_region_us_type">Hoa Kỳ</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Bộ tạo mật khẩu</string>
<string name="generator_generate_button">Tạo</string>
<string name="generator_regenerate_button">Tạo lại</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Cụm mật khẩu</string>
<string name="generator_passphrase_note">Cụm mật khẩu ngẫu nhiên cung cấp sự kết hợp tốt nhất giữa khả năng ghi nhớ và bảo mật.</string>
<string name="generator_passphrase_delimiter_title">Dấu phân cách</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Thay đổi mật khẩu ứng dụng</string>
<string name="changepassword_disclaimer_local_note">Mật khẩu ứng dụng không bao giờ được lưu trữ trên thiết bị cũng như không được gửi qua mạng. Nó được sử dụng để tạo khóa bí mật dùng để mã hóa dữ liệu cục bộ.</string>
<string name="changepassword_disclaimer_abuse_note">Trừ khi bạn nghi ngờ có sự truy cập trái phép hoặc phát hiện phần mềm độc hại trên thiết bị, không cần phải thay đổi mật khẩu nếu đó là mật khẩu mạnh, duy nhất.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Xuất các mục</string>
<string name="exportaccount_password_label">Lưu trữ mật khẩu</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Cộng đồng Reddit</string>
<string name="pref_item_github_title">Dự án GitHub</string>
<string name="pref_item_crowdin_title">Dự án Crowdin</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Giấy phép nguồn mở</string>
<string name="pref_item_download_apk_title">Tải xuống tệp APK</string>
<string name="pref_item_load_app_icons_title">Tải các biểu tượng ứng dụng</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Mở khóa một kho có nghĩa là lưu trữ một Chìa khóa chính xác trong RAM của thiết bị, có được khả năng đọc và sửa đổi Kho đã mã hóa.</string>
<string name="datasafety_remote_section">Dữ liệu từ xa</string>
<string name="datasafety_remote_text">Dữ liệu từ xa được lưu trữ trên máy chủ Bitwarden với mã hóa không-kiến thức.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Nhật ký</string>
<string name="logs_start_recording_fab_title">Bắt đầu ghi</string>
<string name="logs_stop_recording_fab_title">Dừng ghi</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">电子邮件可见性</string>
<string name="public_url">公开网址</string>
<string name="url">URL</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">Label</string>
<string name="field_value">Value</string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">访问次数</string>
<!--
@ -471,6 +474,8 @@
<string name="error_failed_use_passkey">授权请求失败</string>
<string name="error_failed_open_uri">无法打开 URI</string>
<string name="error_failed_format_placeholder">格式化占位符失败</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">扫描二维码</string>
<string name="scanqr_load_from_image_note">从图像文件加载并解析二维码。</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">确定要删除这些 URL 覆写吗?</string>
<string name="urloverride_empty_label">暂无 URL 覆写</string>
<string name="setup_header_text">创建加密密码库以存储本地数据。</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">应用专用密码</string>
<string name="setup_checkbox_biometric_auth">生物识别认证</string>
<string name="setup_biometric_auth_confirm_title">创建一个密码库</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">要通过非官方 Bitwarden 客户端上的验证码验证,您必须指定客户端密钥。 请访问 网页密码库 / 设置 / 安全 / API 密钥以找到它。</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">客户端密钥</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">登录</string>
<string name="addaccount_region_section">选择区域</string>
<string name="addaccount_region_us_type">美国</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">密码生成器</string>
<string name="generator_generate_button">生成</string>
<string name="generator_regenerate_button">重新生成</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">口令</string>
<string name="generator_passphrase_note">随机口令是可记忆性和安全性的最佳组合。</string>
<string name="generator_passphrase_delimiter_title">分隔符</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">更改应用专用密码</string>
<string name="changepassword_disclaimer_local_note">应用专用密码不会存储在设备上,更不会上传到服务器。它仅用于生成密钥以加密本地数据。</string>
<string name="changepassword_disclaimer_abuse_note">除非你怀疑有未经授权的访问或在设备上发现了恶意软件,否则如果密码强大且唯一则没有必要更改。</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">导出项目</string>
<string name="exportaccount_password_label">归档密码</string>
<string name="exportaccount_attachments_note">密码库将在导出过程中保持解锁。
@ -918,6 +928,7 @@
<string name="pref_item_reddit_community_title">Reddit 社区</string>
<string name="pref_item_github_title">GitHub 项目</string>
<string name="pref_item_crowdin_title">Crowdin 项目</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">开放源代码许可</string>
<string name="pref_item_download_apk_title">下载 APK 文件</string>
<string name="pref_item_load_app_icons_title">加载应用图标</string>
@ -1087,6 +1098,10 @@
<string name="datasafety_local_unlocking_vault">解锁密码库意味着在设备的内存中存储正确的密钥,从而获得读取和修改加密密码库的能力。</string>
<string name="datasafety_remote_section">远程路径</string>
<string name="datasafety_remote_text">远程数据以零知识加密方式存储在 Bitwarden 服务器上。</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">日志</string>
<string name="logs_start_recording_fab_title">开始录制</string>
<string name="logs_stop_recording_fab_title">停止录制</string>

View File

@ -25,6 +25,9 @@
<string name="email_visibility">電子郵件可見性</string>
<string name="public_url">公共URL</string>
<string name="url">網址</string>
<string name="conceal_value">Conceal value</string>
<string name="field_label">標籤</string>
<string name="field_value"></string>
<!-- Access count increases every time someone opens a send and looks and the page -->
<string name="access_count">訪問次數</string>
<!--
@ -101,9 +104,9 @@
<string name="organizations">組織</string>
<string name="organizations_empty_label">No organizations</string>
<string name="misc">雜項</string>
<string name="category">Category</string>
<string name="command">Command</string>
<string name="execute_command">Execute</string>
<string name="category">類別</string>
<string name="command">命令</string>
<string name="execute_command">執行</string>
<!-- Add (something) -->
<string name="add">新增</string>
<string name="add_integration">Add integration</string>
@ -111,14 +114,14 @@
<string name="accounts">帳號</string>
<string name="accounts_empty_label">無帳號</string>
<string name="account_none">無帳號</string>
<string name="type">Type</string>
<string name="type">類型</string>
<string name="options">選項</string>
<string name="send">發送</string>
<string name="reset">重設</string>
<string name="length">Length</string>
<string name="length">長度</string>
<string name="security">安全性</string>
<string name="contact_info">聯繫方式</string>
<string name="identity_title">Title</string>
<string name="identity_title">標題</string>
<string name="identity_first_name">名字</string>
<string name="identity_middle_name">中間名</string>
<string name="identity_last_name">姓氏</string>
@ -132,13 +135,13 @@
<string name="expiration_date">Expiration date</string>
<string name="expiration_date_custom">自訂</string>
<string name="expiration_date_never">Never</string>
<string name="select_linked_type">Select a type</string>
<string name="select_file">Select a file</string>
<string name="select_linked_type">選擇類型</string>
<string name="select_file">選取檔案</string>
<string name="autofill">Autofill</string>
<string name="autofill_and_save_uri">Autofill and save app or website info</string>
<string name="passkey">Passkey</string>
<string name="passkey_create_header">Create a passkey</string>
<string name="passkey_unlock_header">Unlock Keyguard</string>
<string name="passkey">Passkeys</string>
<string name="passkey_create_header">建立 Passkeys</string>
<string name="passkey_unlock_header">解鎖 Keyguard</string>
<string name="passkey_auth_via_header">Confirming auth request…</string>
<string name="passkeys">Passkeys</string>
<!--
@ -156,7 +159,7 @@
https://www.w3.org/TR/webauthn-2/#discoverable-credential
-->
<string name="passkey_discoverable">Discoverable</string>
<string name="passkey_user_username">Username</string>
<string name="passkey_user_username">使用者名稱</string>
<string name="passkey_user_display_name">Display name</string>
<string name="ignored_alerts">Ignored alerts</string>
<string name="api_key">API 金鑰</string>
@ -221,29 +224,29 @@
<string name="bitwarden_premium_required">Requires Bitwarden premium</string>
<string name="bitwarden_unofficial_server">Unofficial Bitwarden server</string>
<string name="account_last_synced_at">Last synced at <xliff:g id="date" example="1 January 1970 12:30">%1$s</xliff:g></string>
<string name="account_action_change_name_title">Change name</string>
<string name="account_action_change_color_title">Change color</string>
<string name="account_action_change_name_title">變更名稱</string>
<string name="account_action_change_color_title">變更顏色</string>
<string name="account_action_change_master_password_hint_title">Change master password hint</string>
<string name="account_action_sign_out_title">Sign out</string>
<string name="account_action_sign_in_title">Sign in</string>
<string name="account_action_export_vault_title">Export vault</string>
<string name="account_action_sign_out_title">登出</string>
<string name="account_action_sign_in_title">登入</string>
<string name="account_action_export_vault_title">匯出密碼庫</string>
<string name="account_action_export_individual_vault_title">Export individual vault</string>
<string name="account_action_hide_title">Hide items</string>
<string name="account_action_hide_title">隱藏項目</string>
<string name="account_action_hide_text">Hide the items from the main screens of the app</string>
<string name="account_action_email_verify_instructions_title">Visit Web vault to verify your email address</string>
<string name="account_action_premium_purchase_instructions_title">Upgrade your account to a premium membership and unlock some great additional features</string>
<string name="account_action_tfa_title">Two-factor authentication</string>
<string name="account_action_tfa_title">兩步驟驗證</string>
<string name="account_action_tfa_text">Require login verification with another device such as a security key, authenticator app, SMS or email</string>
<string name="account_action_tfa_active_status">Active</string>
<string name="account_action_items_title">Items</string>
<string name="account_action_log_out_title">Log out</string>
<string name="account_log_out_confirmation_title">Log out?</string>
<string name="account_action_items_title">項目</string>
<string name="account_action_log_out_title">退出</string>
<string name="account_log_out_confirmation_title">您確定要退出嗎?</string>
<string name="account_log_out_confirmation_text">All of the not synchronized changes will be lost!</string>
<string name="folder_action_change_name_title">Change name</string>
<string name="folder_action_change_names_title">Change names</string>
<string name="folder_action_change_name_title">變更名稱</string>
<string name="folder_action_change_names_title">變更名稱</string>
<string name="folder_action_merge_title">Merge into…</string>
<string name="folder_action_merge_confirmation_title">Are you sure you want to merge these folders?</string>
<string name="folder_action_create_title">Create a folder</string>
<string name="folder_action_create_title">新增資料夾</string>
<string name="folder_delete_one_confirmation_title">Delete the folder?</string>
<string name="folder_delete_many_confirmation_title">Delete the folders?</string>
<string name="folder_delete_confirmation_text">This item(s) will be deleted immediately. You can not undo this action.</string>
@ -251,22 +254,22 @@
<string name="ciphers_often_opened">Often opened</string>
<string name="ciphers_history_empty">No history yet</string>
<string name="ciphers_view_details">View details</string>
<string name="ciphers_save_to">Save to</string>
<string name="ciphers_save_to">儲存至</string>
<string name="ciphers_action_add_to_favorites_title">Add to favourites</string>
<string name="ciphers_action_remove_from_favorites_title">Remove from favourites</string>
<string name="ciphers_action_enable_auth_reprompt_title">Enable auth re-prompt</string>
<string name="ciphers_action_disable_auth_reprompt_title">Disable auth re-prompt</string>
<string name="ciphers_action_edit_title">Edit</string>
<string name="ciphers_action_edit_title">編輯</string>
<string name="ciphers_action_merge_title">Merge into…</string>
<string name="ciphers_action_copy_title">Copy to…</string>
<string name="ciphers_action_export_title">Export</string>
<string name="ciphers_action_export_title">匯出</string>
<string name="ciphers_action_change_folder_title">Move to folder</string>
<string name="ciphers_action_change_name_title">Change name</string>
<string name="ciphers_action_change_names_title">Change names</string>
<string name="ciphers_action_add_password_title">Add password</string>
<string name="ciphers_action_add_passwords_title">Add passwords</string>
<string name="ciphers_action_change_password_title">Change password</string>
<string name="ciphers_action_change_passwords_title">Change passwords</string>
<string name="ciphers_action_change_name_title">變更名稱</string>
<string name="ciphers_action_change_names_title">變更名稱</string>
<string name="ciphers_action_add_password_title">新增密碼</string>
<string name="ciphers_action_add_passwords_title">新增密碼</string>
<string name="ciphers_action_change_password_title">變更密碼</string>
<string name="ciphers_action_change_passwords_title">變更密碼</string>
<string name="ciphers_action_view_password_history_title">View password history</string>
<string name="ciphers_action_trash_title">垃圾桶</string>
<string name="ciphers_action_trash_confirmation_title">Move to trash?</string>
@ -380,7 +383,7 @@
<string name="copy_url">複製網址</string>
<string name="copy_uri">複製網址</string>
<string name="copy_send">Copy send</string>
<string name="copy_package_name">Copy package name</string>
<string name="copy_package_name">複製套件名稱</string>
<string name="copy_password">複製密碼</string>
<string name="copy_username">複製使用者名稱</string>
<string name="copy_email">複製電子信箱</string>
@ -460,22 +463,24 @@
<string name="error_must_have_at_least_n_symbols">Must be at least <xliff:g id="length" example="15">%1$d</xliff:g> symbols long</string>
<string name="error_must_have_exactly_n_symbols">Must be <xliff:g id="length" example="15">%1$d</xliff:g> symbols long</string>
<string name="error_invalid_domain">Invalid domain</string>
<string name="error_invalid_email">Invalid email</string>
<string name="error_invalid_url">Invalid URL</string>
<string name="error_invalid_uri">Invalid URI</string>
<string name="error_invalid_email">無效的電子郵件</string>
<string name="error_invalid_url">無效的網址</string>
<string name="error_invalid_uri">無效的網址</string>
<string name="error_invalid_card_number">Invalid card number</string>
<string name="error_incorrect_password">Incorrect password</string>
<string name="error_incorrect_password">不正確的密碼</string>
<string name="error_failed_generate_kdf_hash_oom">Failed to create a key, not enough memory. Please check your KDF server settings.</string>
<string name="error_failed_generate_otp_code">Failed to generate OTP code</string>
<string name="error_failed_create_passkey">Failed to create a passkey</string>
<string name="error_failed_use_passkey">Failed to authorize a request</string>
<string name="error_failed_open_uri">Failed to open a URI</string>
<string name="error_failed_format_placeholder">Failed to format the placeholder</string>
<string name="scanqr_title">Scan QR code</string>
<string name="error_failed_open_app_for">No installed app can handle this request</string>
<string name="error_failed_unknown">Something went wrong</string>
<string name="scanqr_title">掃描 QR 圖碼</string>
<string name="scanqr_load_from_image_note">Load and parse a QR code from an image file.</string>
<string name="scanqr_camera_permission_required_text">Camera permission is required to scan the QR codes.</string>
<!-- Title of the 'Show as Barcode' dialog -->
<string name="barcodetype_title">Barcode</string>
<string name="barcodetype_title">條碼</string>
<string name="barcodetype_action_show_in_barcode_title">Show as Barcode</string>
<string name="barcodetype_copy_otp_secret_code_note">Copy this authenticator to another device by scanning the QR code.</string>
<!-- Title of the 'Date picker' dialog -->
@ -486,15 +491,15 @@
<string name="justdeleteme_title">How to delete an account?</string>
<string name="justdeleteme_subtitle">A collection of info of how to delete your account from web services</string>
<!-- Simple process -->
<string name="justdeleteme_difficulty_easy_label">Easy</string>
<string name="justdeleteme_difficulty_easy_label">簡單</string>
<!-- Some extra steps involved -->
<string name="justdeleteme_difficulty_medium_label">Medium</string>
<string name="justdeleteme_difficulty_medium_label">中等</string>
<!-- Cannot be fully deleted without contacting customer services -->
<string name="justdeleteme_difficulty_hard_label">Hard</string>
<string name="justdeleteme_difficulty_hard_label">困難</string>
<!-- Account can only be deleted if you live in a location with privacy rights -->
<string name="justdeleteme_difficulty_limited_availability_label">Limited availability</string>
<!-- Cannot be deleted -->
<string name="justdeleteme_difficulty_impossible_label">Impossible</string>
<string name="justdeleteme_difficulty_impossible_label">不可能</string>
<string name="justdeleteme_send_email_title">Send email</string>
<string name="justdeleteme_search_placeholder">Search websites</string>
<string name="justdeleteme_empty_label">No instructions</string>
@ -502,16 +507,16 @@
<string name="justgetmydata_title">How to get my data?</string>
<string name="justgetmydata_subtitle">A collection of info of how to get the from your account from web services</string>
<!-- Simple process -->
<string name="justgetmydata_difficulty_easy_label">Easy</string>
<string name="justgetmydata_difficulty_easy_label">簡單</string>
<!-- Some extra steps involved -->
<string name="justgetmydata_difficulty_medium_label">Medium</string>
<string name="justgetmydata_difficulty_medium_label">中等</string>
<!-- Cannot be fully obtained without contacting customer services -->
<string name="justgetmydata_difficulty_hard_label">Hard</string>
<string name="justgetmydata_difficulty_hard_label">困難</string>
<!-- Cannot be obtained without verifying you live in an area with privacy laws -->
<string name="justgetmydata_difficulty_limited_availability_label">Limited availability</string>
<!-- Cannot be obtained -->
<string name="justgetmydata_difficulty_impossible_label">Impossible</string>
<string name="justgetmydata_send_email_title">Send an email</string>
<string name="justgetmydata_difficulty_impossible_label">不可能</string>
<string name="justgetmydata_send_email_title">傳送電子郵件</string>
<string name="justgetmydata_search_placeholder">Search websites</string>
<string name="justgetmydata_empty_label">No instructions</string>
<string name="tfa_directory_title">Two-factor authentication</string>
@ -576,6 +581,7 @@
<string name="urloverride_delete_many_confirmation_title">Delete the URL overrides?</string>
<string name="urloverride_empty_label">No URL overrides</string>
<string name="setup_header_text">Create an encrypted vault where the local data will be stored.</string>
<string name="setup_free_text">By continuing you confirm that you have purchased the Keyguard or have had an active license.</string>
<string name="setup_field_app_password_label">App password</string>
<string name="setup_checkbox_biometric_auth">Biometric authentication</string>
<string name="setup_biometric_auth_confirm_title">Create a vault</string>
@ -622,6 +628,7 @@
<string name="addaccount_captcha_need_client_secret_note">To pass the captcha verification on an unofficial Bitwarden client, you must specify the client secret. To find it, visit Web vault / Settings / API Key.</string>
<!-- A label on top of the Client secret field -->
<string name="addaccount_captcha_need_client_secret_label">Client secret</string>
<string name="addaccount_create_an_account_title">Create an account</string>
<string name="addaccount_sign_in_button">Sign in</string>
<string name="addaccount_region_section">Region</string>
<string name="addaccount_region_us_type">United States</string>
@ -763,6 +770,8 @@
<string name="generator_header_password_title">Password generator</string>
<string name="generator_generate_button">Generate</string>
<string name="generator_regenerate_button">Regenerate</string>
<!-- 'Use' generated password as a password -->
<string name="generator_use_button">Use</string>
<string name="generator_passphrase_type">Passphrase</string>
<string name="generator_passphrase_note">Random passphrases provide the best combination of memorability and security.</string>
<string name="generator_passphrase_delimiter_title">Delimiter</string>
@ -853,6 +862,7 @@
<string name="changepassword_biometric_auth_confirm_title">Change app password</string>
<string name="changepassword_disclaimer_local_note">App password never gets stored on the device nor sent over the network. It is used to generate a secret key that is used to encrypt the local data.</string>
<string name="changepassword_disclaimer_abuse_note">Unless you suspect unauthorized access or discover a malware on the device, there is no need to change the password if it is a strong, unique password.</string>
<string name="changepassword_password_changed_successfully">Password changed successfully</string>
<string name="exportaccount_header_title">Export items</string>
<string name="exportaccount_password_label">Archive password</string>
<string name="exportaccount_attachments_note">Vault will be kept unlocked during the export process. The attachments are referenced in the vault's data. The attachments are never stored in an unencrypted form in the process.</string>
@ -916,6 +926,7 @@
<string name="pref_item_reddit_community_title">Reddit community</string>
<string name="pref_item_github_title">GitHub project</string>
<string name="pref_item_crowdin_title">Crowdin project</string>
<string name="pref_item_crowdin_view_all_contributors_title">View all</string>
<string name="pref_item_open_source_licenses_title">Open-source licenses</string>
<string name="pref_item_download_apk_title">Download APK file</string>
<string name="pref_item_load_app_icons_title">Load App icons</string>
@ -1085,6 +1096,10 @@
<string name="datasafety_local_unlocking_vault">Unlocking a Vault means storing a correct Key in a device's RAM, gaining an ability to read and modify encrypted Vault.</string>
<string name="datasafety_remote_section">Remote data</string>
<string name="datasafety_remote_text">Remote data is stored on Bitwarden servers with zero-knowledge encryption.</string>
<!-- Title of the 'Localization contributors' screen -->
<string name="localization_contributors_title">Localization contributors</string>
<string name="localization_contributors_search_placeholder">Search contributors</string>
<string name="localization_contributors_empty_label">No contributors</string>
<string name="logs_header_title">Logs</string>
<string name="logs_start_recording_fab_title">Start recording</string>
<string name="logs_stop_recording_fab_title">Stop recording</string>