From 01570c2555c60903190ac86ec2d0c601f4583d9c Mon Sep 17 00:00:00 2001
From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com>
Date: Wed, 30 Jul 2025 16:06:30 -0400
Subject: [PATCH] [PM-24113] Remove Authenticator strings and translations
(#5589)
---
.../src/main/res/values-af-rZA/strings.xml | 149 -----------------
.../src/main/res/values-ar-rSA/strings.xml | 149 -----------------
.../src/main/res/values-az-rAZ/strings.xml | 149 -----------------
.../src/main/res/values-be-rBY/strings.xml | 149 -----------------
.../src/main/res/values-bg-rBG/strings.xml | 149 -----------------
.../src/main/res/values-bn-rBD/strings.xml | 149 -----------------
.../src/main/res/values-bs-rBA/strings.xml | 149 -----------------
.../src/main/res/values-ca-rES/strings.xml | 149 -----------------
.../src/main/res/values-cs-rCZ/strings.xml | 149 -----------------
.../src/main/res/values-cy-rGB/strings.xml | 149 -----------------
.../src/main/res/values-da-rDK/strings.xml | 149 -----------------
.../src/main/res/values-de-rDE/strings.xml | 149 -----------------
.../src/main/res/values-el-rGR/strings.xml | 149 -----------------
.../src/main/res/values-en-rGB/strings.xml | 149 -----------------
.../src/main/res/values-en-rIN/strings.xml | 149 -----------------
.../src/main/res/values-es-rES/strings.xml | 149 -----------------
.../src/main/res/values-et-rEE/strings.xml | 149 -----------------
.../src/main/res/values-eu-rES/strings.xml | 149 -----------------
.../src/main/res/values-fa-rIR/strings.xml | 149 -----------------
.../src/main/res/values-fi-rFI/strings.xml | 149 -----------------
.../src/main/res/values-fil-rPH/strings.xml | 149 -----------------
.../src/main/res/values-fr-rFR/strings.xml | 149 -----------------
.../src/main/res/values-gl-rES/strings.xml | 149 -----------------
.../src/main/res/values-hi-rIN/strings.xml | 149 -----------------
.../src/main/res/values-hr-rHR/strings.xml | 149 -----------------
.../src/main/res/values-hu-rHU/strings.xml | 149 -----------------
.../src/main/res/values-in-rID/strings.xml | 149 -----------------
.../src/main/res/values-it-rIT/strings.xml | 149 -----------------
.../src/main/res/values-iw-rIL/strings.xml | 149 -----------------
.../src/main/res/values-ja-rJP/strings.xml | 149 -----------------
.../src/main/res/values-ka-rGE/strings.xml | 149 -----------------
.../src/main/res/values-kn-rIN/strings.xml | 149 -----------------
.../src/main/res/values-ko-rKR/strings.xml | 149 -----------------
.../src/main/res/values-lt-rLT/strings.xml | 149 -----------------
.../src/main/res/values-lv-rLV/strings.xml | 149 -----------------
.../src/main/res/values-ml-rIN/strings.xml | 149 -----------------
.../src/main/res/values-mr-rIN/strings.xml | 149 -----------------
.../src/main/res/values-my-rMM/strings.xml | 149 -----------------
.../src/main/res/values-nb-rNO/strings.xml | 149 -----------------
.../src/main/res/values-ne-rNP/strings.xml | 149 -----------------
.../src/main/res/values-nl-rNL/strings.xml | 149 -----------------
.../src/main/res/values-nn-rNO/strings.xml | 149 -----------------
.../src/main/res/values-or-rIN/strings.xml | 149 -----------------
.../src/main/res/values-pl-rPL/strings.xml | 149 -----------------
.../src/main/res/values-pt-rBR/strings.xml | 149 -----------------
.../src/main/res/values-pt-rPT/strings.xml | 149 -----------------
.../src/main/res/values-ro-rRO/strings.xml | 149 -----------------
.../src/main/res/values-ru-rRU/strings.xml | 151 ------------------
.../src/main/res/values-si-rLK/strings.xml | 149 -----------------
.../src/main/res/values-sk-rSK/strings.xml | 149 -----------------
.../src/main/res/values-sl-rSI/strings.xml | 149 -----------------
.../src/main/res/values-sr-rSP/strings.xml | 149 -----------------
.../src/main/res/values-sv-rSE/strings.xml | 149 -----------------
.../src/main/res/values-ta-rIN/strings.xml | 149 -----------------
.../src/main/res/values-te-rIN/strings.xml | 149 -----------------
.../src/main/res/values-th-rTH/strings.xml | 149 -----------------
.../src/main/res/values-tr-rTR/strings.xml | 149 -----------------
.../src/main/res/values-uk-rUA/strings.xml | 149 -----------------
.../src/main/res/values-vi-rVN/strings.xml | 149 -----------------
.../src/main/res/values-zh-rCN/strings.xml | 150 -----------------
.../src/main/res/values-zh-rTW/strings.xml | 149 -----------------
authenticator/src/main/res/values/strings.xml | 148 -----------------
.../main/res/values/strings_non_localized.xml | 14 --
63 files changed, 9254 deletions(-)
delete mode 100644 authenticator/src/main/res/values-af-rZA/strings.xml
delete mode 100644 authenticator/src/main/res/values-ar-rSA/strings.xml
delete mode 100644 authenticator/src/main/res/values-az-rAZ/strings.xml
delete mode 100644 authenticator/src/main/res/values-be-rBY/strings.xml
delete mode 100644 authenticator/src/main/res/values-bg-rBG/strings.xml
delete mode 100644 authenticator/src/main/res/values-bn-rBD/strings.xml
delete mode 100644 authenticator/src/main/res/values-bs-rBA/strings.xml
delete mode 100644 authenticator/src/main/res/values-ca-rES/strings.xml
delete mode 100644 authenticator/src/main/res/values-cs-rCZ/strings.xml
delete mode 100644 authenticator/src/main/res/values-cy-rGB/strings.xml
delete mode 100644 authenticator/src/main/res/values-da-rDK/strings.xml
delete mode 100644 authenticator/src/main/res/values-de-rDE/strings.xml
delete mode 100644 authenticator/src/main/res/values-el-rGR/strings.xml
delete mode 100644 authenticator/src/main/res/values-en-rGB/strings.xml
delete mode 100644 authenticator/src/main/res/values-en-rIN/strings.xml
delete mode 100644 authenticator/src/main/res/values-es-rES/strings.xml
delete mode 100644 authenticator/src/main/res/values-et-rEE/strings.xml
delete mode 100644 authenticator/src/main/res/values-eu-rES/strings.xml
delete mode 100644 authenticator/src/main/res/values-fa-rIR/strings.xml
delete mode 100644 authenticator/src/main/res/values-fi-rFI/strings.xml
delete mode 100644 authenticator/src/main/res/values-fil-rPH/strings.xml
delete mode 100644 authenticator/src/main/res/values-fr-rFR/strings.xml
delete mode 100644 authenticator/src/main/res/values-gl-rES/strings.xml
delete mode 100644 authenticator/src/main/res/values-hi-rIN/strings.xml
delete mode 100644 authenticator/src/main/res/values-hr-rHR/strings.xml
delete mode 100644 authenticator/src/main/res/values-hu-rHU/strings.xml
delete mode 100644 authenticator/src/main/res/values-in-rID/strings.xml
delete mode 100644 authenticator/src/main/res/values-it-rIT/strings.xml
delete mode 100644 authenticator/src/main/res/values-iw-rIL/strings.xml
delete mode 100644 authenticator/src/main/res/values-ja-rJP/strings.xml
delete mode 100644 authenticator/src/main/res/values-ka-rGE/strings.xml
delete mode 100644 authenticator/src/main/res/values-kn-rIN/strings.xml
delete mode 100644 authenticator/src/main/res/values-ko-rKR/strings.xml
delete mode 100644 authenticator/src/main/res/values-lt-rLT/strings.xml
delete mode 100644 authenticator/src/main/res/values-lv-rLV/strings.xml
delete mode 100644 authenticator/src/main/res/values-ml-rIN/strings.xml
delete mode 100644 authenticator/src/main/res/values-mr-rIN/strings.xml
delete mode 100644 authenticator/src/main/res/values-my-rMM/strings.xml
delete mode 100644 authenticator/src/main/res/values-nb-rNO/strings.xml
delete mode 100644 authenticator/src/main/res/values-ne-rNP/strings.xml
delete mode 100644 authenticator/src/main/res/values-nl-rNL/strings.xml
delete mode 100644 authenticator/src/main/res/values-nn-rNO/strings.xml
delete mode 100644 authenticator/src/main/res/values-or-rIN/strings.xml
delete mode 100644 authenticator/src/main/res/values-pl-rPL/strings.xml
delete mode 100644 authenticator/src/main/res/values-pt-rBR/strings.xml
delete mode 100644 authenticator/src/main/res/values-pt-rPT/strings.xml
delete mode 100644 authenticator/src/main/res/values-ro-rRO/strings.xml
delete mode 100644 authenticator/src/main/res/values-ru-rRU/strings.xml
delete mode 100644 authenticator/src/main/res/values-si-rLK/strings.xml
delete mode 100644 authenticator/src/main/res/values-sk-rSK/strings.xml
delete mode 100644 authenticator/src/main/res/values-sl-rSI/strings.xml
delete mode 100644 authenticator/src/main/res/values-sr-rSP/strings.xml
delete mode 100644 authenticator/src/main/res/values-sv-rSE/strings.xml
delete mode 100644 authenticator/src/main/res/values-ta-rIN/strings.xml
delete mode 100644 authenticator/src/main/res/values-te-rIN/strings.xml
delete mode 100644 authenticator/src/main/res/values-th-rTH/strings.xml
delete mode 100644 authenticator/src/main/res/values-tr-rTR/strings.xml
delete mode 100644 authenticator/src/main/res/values-uk-rUA/strings.xml
delete mode 100644 authenticator/src/main/res/values-vi-rVN/strings.xml
delete mode 100644 authenticator/src/main/res/values-zh-rCN/strings.xml
delete mode 100644 authenticator/src/main/res/values-zh-rTW/strings.xml
delete mode 100644 authenticator/src/main/res/values/strings.xml
diff --git a/authenticator/src/main/res/values-af-rZA/strings.xml b/authenticator/src/main/res/values-af-rZA/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-af-rZA/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-ar-rSA/strings.xml b/authenticator/src/main/res/values-ar-rSA/strings.xml
deleted file mode 100644
index db435972b0..0000000000
--- a/authenticator/src/main/res/values-ar-rSA/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- المصادقة البيومترية
- إلغاء
- أضف عنصرا
- لقد حدث خطأ.
- لم نتمكن من معالجة طلبك. الرجاء المحاولة مرة أخرى أو الاتصال بنا.
- الاتصال بالإنترنت مطلوب
- الرجاء الاتصال بالإنترنت قبل المتابعة.
- Okay
- مزامنة
- نسخ
- تعديل
- إغلاق
- مصادق Bitwarden
- الاسم
- أضف تدوير العنصر
- امسح كود الاستجابة السريع ضوئيًا
- امسح رمز استجابة سريعة ضوئيًا
- حدد الكاميرا الخاصة بك في رمز QR.
- Cannot scan QR code? Enter key manually
- أدخل المفتاح يدوياً
- لا يمكن إضافة مفتاح المصادقة؟
- ﻻ، شكرًا
- الإعدادات
- تمكين إذن الكاميرا لاستخدام الماسح الضوئي
- قائمة العناصر فارغة
- ليس لديك أي عناصر لعرضها.
- أضف رمزا جديدا لتأمين حساباتك.
- أضف رمزا
- لا يمكن قراءة المفتاح.
- أضيف رمز التحقق
- اسم المستخدم
- فترة التحديث
- الخوارزمية
- إخفاء
- إظهار
- متقدم
- إغلاق الخيارات المتقدمة
- عدد الأرقام
- حفظ
- حقل %1$s مطلوب.
- %d ثواني
- جار الحفظ
- تم حفظ العنصر
- معلومات
- نوع OTP
- رموز التحقق
- لا توجد عناصر تطابق البحث
- رجوع
- مسح
- ابحث عن رموز
- الخيارات
- حاول مجددًا
- المظهر
- الافتراضي (النظام)
- السمة
- داكن
- فاتح
- تم تغيير اللغة إلى %1$s. الرجاء إعادة تشغيل التطبيق لرؤية التغيير
- تأمين حساباتك مع مصادق Bitwarden
- احصل على رموز التحقق لجميع حساباتك التي تدعم التحقق بخطوتين.
- استخدم كاميرا جهازك لمسح الرموز
- امسح رمز QR في إعدادات التحقق من خطوتين لأي حساب.
- تسجيل الدخول باستخدام الرموز الفريدة
- عند استخدام التحقق بخطوتين، ستدخل اسم المستخدم وكلمة المرور الخاصة بك وكلمة المرور التي أنشئت في هذا التطبيق.
- تخطي
- المساعدة
- تشغيل البرنامج التعليمي
- %1$s تم نسخه
- حذف العنصر
- تم حذف العنصر
- حذف
- هل تريد حقاً الحذف نهائيًا؟ لا يمكن التراجع عن ذلك.
- البيانات
- تصدير
- جار التحميل
- تأكيد التصدير
- يحتوي هذا التصدير على بياناتك بتنسيق غير مشفر. لا يجب عليك تخزين أو إرسال الملف الذي صُدِّر عبر قنوات غير آمنة (مثل البريد الإلكتروني). احذفه مباشرة بعد انتهائك من استخدامه.
- صيغة الملف
- كانت هناك مشكلة في تصدير خزانتك. إذا استمرت المشكلة، ستحتاج إلى التصدير من خزانة الويب.
- تم تصدير البيانات بنجاح
- فتح مع %1$s
- البصمات
- الأمان
- استخدام القياسات الحيوية للفتح
- العديد من محاولات القياس الحيوي الفاشلة.
- حول
- الإصدار
- متابعة
- مركز المساعدة Bitwarden
- هل تريد المتابعة إلى مركز المساعدة؟
- تعرف على المزيد حول كيفية استخدام مصادق Bitwarden في مركز المساعدة.
- سياسة الخصوصية
- هل تريد المتابعة إلى سياسة الخصوصية؟
- اطلع على سياستنا للخصوصية على bitwarden.com
- مفتاح
- إنشاء رمز التحقق
- المفتاح مطلوب.
- الاسم مطلوب.
- إرسال سجلات الأعطال
- حدثت مشكلة في استيراد خزانتك.
- مصدر الملف
- استيراد
- تم استيراد الخزانة بنجاح
- المفتاح غير صالح.
- المفضلة
- المفضلات
- النسخ الاحتياطي
- النسخ الاحتياطي للبيانات
- يتم النسخ الاحتياطي لبيانات مصادقة Bitwarden ويمكن استعادتها مع النسخ الاحتياطية لجهازك المجدولة بانتظام.
- اعرف المزيد
- الاستيراد من الملفات المحمية بكلمة مرور 2FAS غير مدعوم. حاول مرة أخرى مع ملف مصدَّر غير محمي بكلمة المرور.
- استيراد ملفات Bitwarden CSV غير مدعوم. حاول مرة أخرى مع ملف JSON مصدَّر.
- تحميل تطبيق Bitwarden
- تخزين جميع تسجيلات الدخول الخاصة بك ومزامنة رموز التحقق مباشرة مع تطبيق المصادقة.
- تنزيل الآن
- المزامنة مع تطبيق Bitwarden
- Learn more
- غير قادر على مزامنة الرموز من تطبيق Bitwarden. تأكد من تحديث كلا التطبيقين. لا يزال بإمكانك الوصول إلى الرموز الموجودة في تطبيق Bitwarden.
- %1$s | %2$s
- المزامنة مع تطبيق Bitwarden
- السماح لمزامنة تطبيق المصادقة في الإعدادات لعرض جميع رموز التحقق الخاصة بك هنا.
- خذني إلى إعدادات التطبيق
- حدث خطأ ما
- الرجاء المحاولة مرة أخرى
- Copy to Bitwarden vault
- خيار الحفظ الافتراضي
- حفظ إلى Bitwarden
- حفظ هنا
- لا شَيْء
- حدد المكان الذي ترغب في حفظ رموز التحقق الجديدة.
- تأكيد
- أُنشئَ رمز التحقق
- احفظ مفتاح المصادقة هذا هنا، أو أضفه إلى تسجيل الدخول في تطبيق Bitwarden الخاص بك.
- حفظ الخيار افتراضيا
- تمت مزامنة الحساب من تطبيق Bitwarden
- الرموز المحلية
- المعلومات المطلوبة مفقودة
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-az-rAZ/strings.xml b/authenticator/src/main/res/values-az-rAZ/strings.xml
deleted file mode 100644
index 180bb69e35..0000000000
--- a/authenticator/src/main/res/values-az-rAZ/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometrik doğrulama
- İmtina
- Element əlavə et
- Bir xəta baş verdi.
- Tələbinizi emal edə bilmədik. Lütfən yenidən sınayın və ya bizimlə əlaqə saxlayın.
- İnternet bağlantısı tələb olunur
- Davam etməzdən əvvəl lütfən internetə bağlanın.
- Yaxşı
- Sinxronlaşdırılır
- Kopyala
- Düzəliş et
- Bağla
- Bitwarden Authenticator
- Ad
- Element döndərmə əlavə et
- QR kodu skan et
- QR kodu skane et
- Kameranı QR koduna yönləndirin.
- QR kodu skan edə bilmirsiniz? Açarı əllə daxil edin
- Açarı əllə daxil et.
- Kimlik doğrulayıcı açarı əlavə edilə bilmir?
- Xeyr təşəkkürlər
- Ayarlar
- Skaneri istifadə etmək üçün kamera icazəsini fəallaşdırın
- Boş element siyahısı
- Göstəriləcək heç bir elementiniz yoxdur.
- Hesablarınızı qorumaq üçün yeni bir kod əlavə edin.
- Kod əlavə et
- Açar oxuna bilmir.
- Doğrulama kodu əlavə edildi
- İstifadəçi adı
- Təzələmə periodu
- Alqoritm
- Gizlət
- Göstər
- Qabaqcıl
- Qabaqcıl seçimləri yığcamlaşdır
- Rəqəm sayı
- Saxla
- %1$s xanası lazımlıdır.
- %d saniyə
- Saxlanılır
- Element saxlanıldı
- Məlumat
- OTP növü
- Doğrulama kodları
- Axtarışla uyuşan heç bir element yoxdur
- Geri
- Təmizlə
- Kod axtar
- Seçimlər
- Yenidən sına
- Görünüş
- İlkin (Sistem)
- Tema
- Qaranlıq
- İşıqlı
- Dil, %1$s olaraq dəyişdirildi. Dəyişiklikləri görmək üçün lütfən tətbiqi yenidən başladın
- Hesablarınızı Bitwarden Authenticator ilə qoruyun
- 2 addımlı doğrulamanı dəstəkləyən bütün hesablarınız üçün doğrulama kodu alın.
- Kodları skan etmək üçün cihazınızın kamerasını istifadə edin
- İstənilən hesab üçün 2 addımlı doğrulama ayarlarınızdakı QR kodu skan edin.
- Unikal kodları istifadə edərək hesabınıza daxil olun
- 2 addımlı doğrulamanı istifadə edərkən istifadəçi adınızı, parolunuzu və bu tətbiqdə yaradılan kodu daxil edəcəksiniz.
- Ötür
- Kömək
- Təlimi başlat
- %1$s kopyalandı.
- Elementi sil
- Element silindi
- Sil
- Həqiqətən birdəfəlik silmək istəyirsiniz? Bunun geri dönüşü yoxdur.
- Data
- Xaricə köçür
- Yüklənir
- Xaricə köçürməni təsdiqlə
- Bu xaricə köçürmə, datanızı şifrələnməmiş formatda ehtiva edir. Xaricə köçürülən faylı güvənli olmayan kanallar (e-poçt kimi) üzərində saxlamamalı və ya göndərməməlisiniz. İşiniz bitdikdən sonra onu dərhal silin.
- Fayl formatı
- Seyfin xaricə köçürülməsi zamanı problem yarandı. Əgər problem davam edərsə, veb seyfinizdən xaricə köçürməli olacaqsınız.
- Data uğurla xaricə köçürüldü
- %1$s ilə kilidi aç
- Biometrik
- Güvənlik
- Kilidi açmaq üçün biometrik istifadə et
- Həddən artıq uğursuz biometrik cəhdi.
- Haqqında
- Versiya
- Davam et
- Bitwarden Kömək Mərkəzi
- Kömək Mərkəzi ilə davam edilsin?
- Kömək Mərkəzində Bitwarden Authenticator-u necə istifadə ediləcəyi ilə bağlı ətraflı öyrənin.
- Gizlilik siyasəti
- Gizlilik Siyasətinə davam edirsiniz?
- bitwarden.com saytında gizlilik siyasətimizi nəzərdən keçirin
- Açar
- Doğrulama kodu yarat
- Açar tələb olunur.
- Ad tələb olunur.
- Çökmə jurnallarını göndər
- Seyfiniz daxilə köçürülərkən problem baş verdi.
- Fayl mənbəsi
- Daxilə köçür
- Seyfi daxilə köçürmə uğurlu oldu
- Açar yararsızdır.
- Sevimli
- Sevimlilər
- Nüsxələmə
- Data nüsxələmə
- Bitwarden Authenticator datası nüsxələndi və müntəzəm planlanmış cihaz nüsxələrinizlə bərpa edilə bilər.
- Daha ətraflı
- 2FAS parol qorumalı fayllardan daxilə köçürmə dəstəklənmir. Parol qorumalı olmayan xaricə köçürülən bir faylla yenidən sınayın.
- Bitwarden CSV fayllarını daxilə köçürmə dəstəklənmir. Xaricə köçürülən JSON faylı ilə yenidən sınayın.
- Bitwarden tətbiqini endir
- Bütün girişlərinizi saxlayın və doğrulama kodlarını birbaşa Authenticator tətbiqi ilə sinxronlaşdırın.
- İndi endir
- Bitwarden tətbiqi ilə sinxronlaşdır
- Daha ətraflı
- Kodlar, Bitwarden tətbiqindən sinxronlaşdırıla bilmir. Hər iki tətbiqin güncəl olduğuna əmin olun. Mövcud kodlarınıza Bitwarden tətbiqində müraciət etməyə davam edə bilərsiniz.
- %1$s | %2$s
- Bitwarden tətbiqi ilə sinxronlaşdır
- Bütün doğrulama kodlarınıza burada baxmaq üçün ayarlarda Authenticator tətbiqinin sinxronlaşdırmasına icazə verin.
- Məni tətbiq ayarlarına apar
- Nəsə səhv getdi
- Lütfən yenidən sınayın
- Bitwarden-ə seyfinə kopyala
- İlkin saxlama seçimi
- \"Bitwarden\"də saxla
- Burada saxla
- Yoxdur
- Yeni doğrulama kodlarını harada saxlamaq istədiyinizi seçin.
- Təsdiqlə
- Doğrulama kodu yaradıldı
- Bu kimlik doğrulayıcı açarı burada saxlayın, ya da onu Bitwarden tətbiqində bir girişə əlavə edin.
- Seçimi ilkin olaraq saxla
- Hesab, Bitwarden tətbiqindən sinxronlaşdırıldı
- Daxili anbardakı kodlar
- Tələb olunan məlumat əskikdir
- "Tələb olunan məlumatlar əskikdir (məs. 'xidmətlər' və ya 'sirr'). Faylınızı yoxlayıb yenidən sınayın. Dəstək üçün bitwarden.com/help ünvanını ziyarət edin"
- "Fayl emal oluna bilmədi"
- "Fayl emal edilə bilmədi. Bunun yararlı JSON faylı olduğuna əmin olub yenidən sınayın. Kömək lazımdır? bitwarden.com/help ünvanını ziyarət edin"
- Kömək al
- Qabaqcıl seçimləri genişləndir
- Daxili elementlər genişləndirildi, yığcamlaşdırmaq üçün toxunun.
- Daxili elementlər yığcamlaşdırıldı, genişləndirmək üçün toxunun.
- Elementlər genişləndirildi, yığcamlaşdırmaq üçün toxunun.
- Elementlər yığcamlaşdırıldı, genişləndirmək üçün toxunun.
-
diff --git a/authenticator/src/main/res/values-be-rBY/strings.xml b/authenticator/src/main/res/values-be-rBY/strings.xml
deleted file mode 100644
index 972fa2009d..0000000000
--- a/authenticator/src/main/res/values-be-rBY/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Біяметрычныя праверка
- Скасаваць
- Дадаць элемент
- Адбылася памылка.
- Мы не змаглі апрацаваць ваш запыт. Калі ласка, паспрабуйце яшчэ раз або звяжыцеся з намі.
- Патрабуецца доступ да інтэрнэту
- Перад тым, як працягнуць, падключыцеся да інтэрнэту.
- Okay
- Сінхранізацыя
- Скапіраваць
- Рэдагаваць
- Закрыць
- Bitwarden Authenticator
- Назва
- Дадаць паварот элемента
- Сканіраваць QR-код
- Сканіраваць QR-код
- Навядзіце камеру на QR-код.
- Cannot scan QR code? Enter key manually
- Увесці ключ уручную.
- Cannot add authenticator key?
- Не, дзякуй
- Налады
- Каб выкарыстоўваць сканер дайце дазвол на выкарыстанне камеры
- Пусты спіс элементаў
- У вас няма элементаў для адлюстравання.
- Дадайце новы код для абароны ўліковых запісаў.
- Дадаць код
- Немагчыма прачытаць ключ.
- Дададзены праверачны код
- Імя карыстальніка
- Перыяд абнаўлення
- Алгарытм
- Схаваць
- Паказаць
- Дадаткова
- Згарнуць дадатковыя параметры
- Колькасць лічбаў
- Захаваць
- Поле %1$s з\'яўляецца абавязковым.
- %d секунд
- Захаванне
- Элемент абноўлены
- Інфармацыя
- Тып OTP
- Праверачныя коды
- Адсутнічаюць элементы, якія адпавядаюць пошуку
- Назад
- Ачысціць
- Пошук кодаў
- Параметры
- Паспрабуйце зноў
- Знешні выгляд
- Прадвызначана (сістэмная)
- Тэма
- Цёмная
- Светлая
- Мова была зменена на %1$s. Перазапусціце праграму, каб убачыць змены
- Абараніце свае ўліковыя запісы з дапамогай Bitwarden Authenticator
- Атрымлівайце праверачныя коды для ўсіх сваіх уліковых запісаў выкарыстоўваючы двухэтапную верыфікацыі.
- Выкарыстоўвайце камеру вашай прылады для сканіравання кодаў
- Адсканіруйце QR-код у наладах двухэтапнай верыфікацыі для любога ўліковага запісу.
- Аўтарызуйцеся з дапамогай унікальных кодаў
- Пры выкарыстанні двухэтапнай верыфікацыі вы ўведзяце сваё імя карыстальніка, пароль і код, згенераваны ў гэтай праграме.
- Прапусціць
- Даведка
- Інструкцыя па запуску
- %1$s скапіраваны
- Выдаліць элемент
- Элемент быў выдалены
- Выдаліць
- Вы сапраўды хочаце выдаліць назаўсёды? Гэтае дзеянне немагчыма адрабіць.
- Даныя
- Экспарт
- Загрузка
- Пацвердзіць экспартаванне
- Пры экспартаванні файл утрымлівае даныя вашых элементаў у незашыфраваным фармаце. Іх не варта захоўваць або адпраўляць па неабароненых каналах (напрыклад, па электроннай пошце). Выдаліце іх адразу пасля выкарыстання.
- Фармат файла
- Узнікла праблема падчас экспартавання вашага сховішча. Калі праблема захаваецца, экспартуйце свае даныя з вэб-сховішча.
- Даныя паспяхова экспартаваны
- Разблакіраваць з %1$s
- Біяметрыя
- Бяспека
- Выкарыстоўваць біяметрычныя даныя для разблакіроўкі
- Занадта шмат няўдалых спроб біяметрыі.
- Пра
- Версія
- Працягнуць
- Даведачны цэнтр Bitwarden
- Працягнуць працу ў Даведачным цэнтры?
- Даведайцеся больш аб тым, як выкарыстоўваць Bitwarden Authenticator, у Даведачным цэнтры.
- Палітыка прыватнасці
- Перайсці да палітыкі прыватнасці?
- Азнаёмцеся з нашай палітыкай канфідэнцыяльнасці на сайце bitwarden.com
- Ключ
- Стварыць праверачны код
- Патрабуецца ключ.
- Патрабуецца назва.
- Адпраўляць справаздачы пра збоі
- Узнікла праблема з імпартам вашага сховішча.
- Крыніца файла
- Імпарт
- Сховішча паспяхова імпартавана
- Несапраўдны ключ.
- Абранае
- Абраныя
- Рэзервовая копія
- Рэзервовае капіраванне
- Даныя Bitwarden Authenticator захоўваюцца ў рэзервовай копіі і могуць быць адноўлены пры рэгулярным рэзервовым капіраванні прылады.
- Даведацца больш
- Імпарт з файлаў, абароненых паролем 2FAS не падтрымліваецца. Паўтарыце спробу з экспартаваным файлам, які не абаронены паролем.
- Імпарт CSV-файлаў Bitwarden не падтрымліваецца. Паўторыце спробу з экспартаваным JSON-файлам.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-bg-rBG/strings.xml b/authenticator/src/main/res/values-bg-rBG/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-bg-rBG/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-bn-rBD/strings.xml b/authenticator/src/main/res/values-bn-rBD/strings.xml
deleted file mode 100644
index 4b25cfac20..0000000000
--- a/authenticator/src/main/res/values-bn-rBD/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- বাতিল করুন
- Add item
- একটা ভুল ঘটে গেছে।
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- নাম
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- না, থাক
- সেটিংস
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- অ্যালগরিদম
- লুকান
- দেখান
- Advanced
- Collapse advanced options
- Number of digits
- সংরক্ষণ করুন
- The %1$s field is required.
- %d সেকেন্ড
- সংরক্ষণ করা হচ্ছে
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- বিকল্পসমূহ
- আবার চেষ্টা করুন
- অবয়ব
- Default (System)
- থিম
- গাঢ়
- হালকা
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- এড়িয়ে যান
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- নিরাপত্তা
- Use biometrics to unlock
- Too many failed biometrics attempts.
- সম্পর্কে
- সংস্করণ
- চালিয়ে যান
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- আরও জানুন
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-bs-rBA/strings.xml b/authenticator/src/main/res/values-bs-rBA/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-bs-rBA/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-ca-rES/strings.xml b/authenticator/src/main/res/values-ca-rES/strings.xml
deleted file mode 100644
index d7dcf0fc7b..0000000000
--- a/authenticator/src/main/res/values-ca-rES/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Verificació biomètrica
- Cancel·la
- Afig element
- S\'ha produït un error.
- No hem pogut processar la vostra sol·licitud. Torneu-ho a provar o contacteu amb nosaltres.
- Es requereix connexió a Internet
- Connecteu-vos a Internet abans de continuar.
- Okay
- Sincronitzant
- Copia
- Edita
- Tanca
- Autenticador Bitwarden
- Nom
- Afig rotació d\'elements
- Escaneja un codi QR
- Escaneja codi QR
- Dirigiu la càmera al codi QR.
- Cannot scan QR code? Enter key manually
- Introduïu la clau manualment.
- No es pot afegir la clau d\'autenticació?
- No, gràcies
- Configuració
- Habilita el permís de la càmera per utilitzar l\'escàner
- Llista d\'articles buits
- No teniu cap element per mostrar.
- Afig un codi nou per protegir els comptes.
- Afig codi
- No es pot llegir la clau.
- S\'ha afegit el codi de verificació
- Nom d\'usuari
- Període d\'actualització
- Algoritme
- Amaga
- Mostra
- Avançat
- Redueix les opcions avançades
- Nombre de dígits
- Guarda
- El camp %1$s és obligatori.
- %d segons
- S\'està guardant
- Element guardat
- Informació
- Tipus OTP
- Codis de verificació
- No hi ha elements que coincidisquen amb la cerca
- Arrere
- Esborra
- Cerca codis
- Opcions
- Torneu-ho a provar
- Aparença
- Per defecte (Sistema)
- Tema
- Fosc
- Clar
- L\'idioma s\'ha canviat a %1$s. Reinicieu l\'aplicació per veure el canvi
- Protegiu els vostres comptes amb l\'autenticador de Bitwarden
- Obteniu codis de verificació per a tots els vostres comptes que admeten la verificació en dos passos.
- Utilitzeu la càmera del dispositiu per escanejar codis
- Escaneja el codi QR a la configuració de verificació en dos passos per a qualsevol compte.
- Inicieu la sessió amb codis únics
- Quan utilitzeu la verificació en dos passos, introduïu el vostre nom d\'usuari i contrasenya i un codi generat en aquesta aplicació.
- Omet
- Ajuda
- Inicia el tutorial
- S\'ha copiat \'%1$s\'
- Suprimeix element
- Element suprimit
- Suprimeix
- Esteu segur que voleu suprimir-ho definitivament? Això no es pot desfer.
- Dades
- Exporta
- S\'està carregant
- Confirma l\'exportació
- Aquesta exportació conté les vostres dades en un format sense xifrar. No hauríeu d\'emmagatzemar ni enviar el fitxer exportat per canals no segurs (com ara el correu electrònic). Suprimiu-lo immediatament després d\'haver-lo acabat d\'utilitzar.
- Format de fitxer
- S\'ha produït un problema en exportar la caixa forta. Si el problema continua, haureu d’exportar-la des del web.
- Les dades s\'han exportat correctament
- Desbloqueja amb %1$s
- Dades biomètriques
- Seguretat
- Utilitzeu dades biomètriques per desbloquejar
- Massa intents de biometria fallits.
- Quant a
- Versió
- Continua
- Centre d\'ajuda de Bitwarden
- Voleu continuar cap al Centre d\'ajuda?
- Obteniu més informació sobre com utilitzar l\'autenticador Bitwarden al Centre d\'ajuda.
- Política de privadesa
- Voleu continuar amb la política de privadesa?
- Consulteu la nostra política de privadesa a bitwarden.com
- Clau
- Crea un codi de verificació
- La clau és obligatòria.
- El nom és obligatori.
- Envieu registres d\'error
- S\'ha produït un problema en importar la vostra caixa forta.
- Origen del fitxer
- Importa
- S\'ha importat la caixa forta correctament
- La clau no és vàlida.
- Preferit
- Preferits
- Còpia de seguretat
- Còpia de seguretat de dades
- Es fa una còpia de seguretat de les dades de l\'autenticador de Bitwarden i es poden restaurar amb les còpies de seguretat del dispositiu programades periòdicament.
- Més informació
- No s\'admet la importació de fitxers protegits amb contrasenya 2FAS. Torna-ho a provar amb un fitxer exportat que no estiga protegit amb contrasenya.
- No s\'admet la importació de fitxers CSV de Bitwarden. Torna-ho a provar amb un fitxer JSON exportat.
- Descarrega l\'aplicació Bitwarden
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Descarregueu ara
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Alguna cosa no ha anat bé
- Torna-ho a provar
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- Cap
- Select where you would like to save new verification codes.
- Confirma-ho
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Obteniu ajuda
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-cs-rCZ/strings.xml b/authenticator/src/main/res/values-cs-rCZ/strings.xml
deleted file mode 100644
index f9a2f06ba2..0000000000
--- a/authenticator/src/main/res/values-cs-rCZ/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometrické ověření
- Zrušit
- Přidat položku
- Vyskytla se chyba.
- Nepodařilo se nám zpracovat Váš požadavek. Zkuste to znovu nebo nás kontaktujte.
- Je vyžadováno připojení k internetu
- Před pokračováním se připojte k internetu.
- OK
- Synchronizování
- Kopírovat
- Upravit
- Zavřít
- Autentikátor Bitwarden
- Název
- Přidat rotaci položky
- Naskenovat QR kód
- Naskenovat QR kód
- Umístěte kameru na QR kód.
- Nelze naskenovat QR kód? Zadejte klíč ručně
- Zadejte klíč ručně.
- Nelze přidat ověřovací klíč?
- Ne, děkuji
- Nastavení
- Pro použití skeneru musíte povolit přístup ke kameře
- Prázdný seznam položek
- Nemáte žádné položky k zobrazení.
- Přidejte nový kód pro zabezpečení Vašich účtů.
- Přidat kód
- Nelze přečíst klíč.
- Ověřovací kódy byly přidány
- Uživatelské jméno
- Doba obnovení
- Algoritmus
- Skrýt
- Zobrazit
- Pokročilé
- Sbalit pokročilé volby
- Počet číslic
- Uložit
- Pole %1$s je vyžadováno.
- %d sekund
- Ukládání
- Položka byla uložena
- Informace
- Typ OTP
- Ověřovací kódy
- Neexistují žádné položky, které by odpovídaly hledání
- Zpět
- Vymazat
- Prohledat kódy
- Volby
- Zkusit znovu
- Vzhled
- Výchozí (Systémový)
- Motiv
- Tmavý
- Světlý
- Jazyk byl změněn na %1$s. Pro zobrazení změn restartujte aplikaci.
- Zabezpečte své účty pomocí Autentikátoru Bitwarden
- Získejte ověřovací kódy pro všechny své účty, které podporují dvoufázové ověření.
- Použijte kameru zařízení ke skenování kódů
- Naskenujte QR kód v nastavení dvoufázového ověření pro jakýkoli účet.
- Přihlašujte se pomocí jedinečných kódů
- Používáte-li dvoufázové ověření, zadejte své uživatelské jméno a heslo a kód vygenerovaný v této aplikaci.
- Přeskočit
- Nápověda
- Spustit tutoriál
- %1$s: zkopírováno
- Smazat položku
- Položka byla smazána
- Smazat
- Opravdu chcete trvale tuto položku smazat? Akce je nevratná.
- Data
- Exportovat
- Načítání
- Potvrdit export
- Tento export obsahuje Vaše data v nezašifrovaném formátu. Soubor exportu byste neměli ukládat ani odesílat přes nezabezpečené kanály (např. e-mailem). Smažte jej okamžitě po jeho použití.
- Formát souboru
- Při exportu Vašeho trezoru došlo k chybě. Pokud problém přetrvává, proveďte export z webového trezoru.
- Export dat proběhl úspěšně
- Odemknout pomocí %1$s
- Biometrie
- Zabezpečení
- Použít biometrii k odemknutí
- Příliš mnoho neúspěšných pokusů o biometrii.
- O aplikaci
- Verze
- Pokračovat
- Centrum nápovědy Bitwardenu
- Pokračovat do Centra nápovědy?
- Přečtěte si více o tom, jak používat Autentikátor Bitwarden v Centru nápovědy.
- Zásady ochrany osobních údajů
- Pokračovat na Zásady ochrany osobních údajů?
- Podívejte se na naše Zásady ochrany osobních údajů na bitwarden.com
- Klíč
- Vytvořit ověřovací kód
- Je vyžadován klíč.
- Název je povinný.
- Odesílat záznamy o pádech
- Při importu Vašeho trezoru nastal problém.
- Zdrojový soubor
- Importovat
- Import trezoru byl úspěšný
- Klíč je neplatný.
- Oblíbené
- Oblíbené
- Záloha
- Zálohování dat
- Data Autentikátoru Bitwarden jsou zálohována a mohou být obnovena z pravidelných záloh Vašeho zařízení.
- Dozvědět se více
- Importování ze souborů chráněných hesly 2FAS není podporován. Zkuste to znovu s exportovaným souborem, který není chráněn heslem.
- Importování CSV souborů Bitwardenu není podporováno. Zkuste to znovu s exportovaným souborem JSON.
- Stáhnout aplikaci Bitwarden
- Uložte všechny Vaše přihlašovací údaje a synchronizujte ověřovací kódy přímo s ověřovací aplikací.
- Stáhnout nyní
- Synchronizovat s aplikací Bitwarden
- Další informace
- Nelze synchronizovat kódy z aplikace Bitwarden. Zkontrolujte, zda jsou obě aplikace aktuální. Ke stávajícím kódům máte stále přístup v aplikaci Bitwarden.
- %1$s | %2$s (%3$d)
- Synchronizovat s aplikací Bitwarden
- Pokud chcete zobrazit všechny ověřovací kódy, budete muset povolit synchronizaci na všech Vašich účtech.
- Přejít do nastavení aplikace
- Něco se pokazilo
- Zkuste to znovu
- Kopírovat do trezoru Bitwarden
- Výchozí volby ukládání
- Uložit do Bitwardenu
- Uložit zde
- Žádné
- Vyberte, kde chcete uložit nové ověřovací kódy.
- Potvrdit
- Ověřovací kód byl vytvořen
- Uložte tento ověřovací klíč zde nebo ho přidejte do Vaší aplikace Bitwarden.
- Uložit volbu jako výchozí
- Účet je synchronizován s aplikací Bitwarden
- Místní kódy (%1$d)
- Chybí požadované informace
- "Chybí požadované informace (např. \"služby\" nebo \"tajné\"). Zkontrolujte soubor a zkuste to znovu. Navštivte bitwarden.com/help pro pomoc."
- "Soubor nelze zpracovat"
- "Soubor nelze zpracovat. Ujistěte se, že je to platný JSON a zkuste to znovu. Potřebujete pomoc? Navštivte bitwarden.com/help"
- Získat pomoc
- Rozbalit rozšířené volby
- Místní položky jsou rozbaleny; klepnutím sbalíte.
- Místní položky jsou sbaleny; klepnutím rozbalíte.
- Položky jsou rozbaleny; klepnutím sbalíte.
- Položky jsou sbaleny; klepnutím rozbalíte.
-
diff --git a/authenticator/src/main/res/values-cy-rGB/strings.xml b/authenticator/src/main/res/values-cy-rGB/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-cy-rGB/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-da-rDK/strings.xml b/authenticator/src/main/res/values-da-rDK/strings.xml
deleted file mode 100644
index 42ee90cf6e..0000000000
--- a/authenticator/src/main/res/values-da-rDK/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometrisk godkendelse
- Afbryd
- Tilføj emne
- En fejl er opstået.
- Anmodningen kunne ikke behandles. Forsøg igen eller kontakt os.
- Internetforbindelse kræves
- Opret forbindelse til internet for at fortsætte.
- Okay
- Synkning
- Kopiér
- Redigér
- Luk
- Bitwarden Authenticator
- Navn
- Tilføj Emnerotation
- Skan en QR-kode
- Skan QR-kode
- Ret kameraet mod QR-koden.
- Cannot scan QR code? Enter key manually
- Angiv nøgle manuelt
- Kan ikke tilføje godkendelsesnøgle?
- Nej tak
- Indstillinger
- Tildel kameratilladelse for brug af skanneren
- Tom Emneliste
- Der er ingen emner at vise.
- Tilføj en ny kode for at sikre kontiene.
- Tilføj kode
- Nøgle kan ikke læses.
- Bekræftelseskode er tilføjet
- Brugernavn
- Opdateringsperiode
- Algoritme
- Skjul
- Vis
- Avanceret
- Sammenfold avancerede indstillinger
- Antal cifre
- Gem
- Feltet %1$s er obligatorisk.
- %d sekunder
- Gemmer
- Emne gemt
- Information
- OTP-type
- Bekræftelseskoder
- Ingen emner matcher søgningen
- Retur
- Ryd
- Søg kode
- Indstillinger
- Forsøg igen
- Udseende
- Standard (system)
- Tema
- Mørk
- Lys
- Sproget er skiftet til %1$s. Genstart appen for at effektuere ændringen
- Sikre kontiene med Bitwarden Authenticator
- Få bekræftelseskoder for alle kontiene, som understøtter totrinsbekræftelse.
- Brug enhedens kamera til skanning af koder
- Skan QR-koden i indstillingen for totrinsbekræftelse for enhver konto.
- Log ind ved vha. unikke koder
- Ved brug af totrinsbekræftelse angiver man sit brugernavn og adgangskode samt en kode genereret i denne app.
- Overspring
- Hjælp
- Start tutorial
- %1$s kopieret
- Slet emne
- Emne slettet
- Slet
- Sikker på, at denne chiffer skal slettes permanent? Dette kan ikke fortrydes.
- Data
- Eksport
- Indlæser
- Bekræft eksport
- Denne eksport indeholder boksdataene i ukrypteret form. Den eksporterede fil bør derfor ikke gemmes eller sendes via usikre kanaler (f.eks. e-mail). Slet den så snart, at den ikke længere skal bruges.
- Filformat
- Et problem opstod under eksporten af boksen. Fortsætter problemet, eksportér i stedet fra web-boksen.
- Data er eksporteret
- Oplås med %1$s
- Biometri
- Sikkerhed
- Brug biometri til oplåsning
- For mange mislykkede biometriforsøg.
- Om
- Version
- Fortsæt
- Bitwarden Hjælpecenter
- Fortsæt til Hjælpecenter?
- Læs mere i Hjælpecenter om, hvordan Bitwarden bruges.
- Fortrolighedspolitik
- Fortsæt til Fortrolighedspolitik?
- Tjek vores Fortrolighedspolitik på bitwarden.com
- Nøgle
- Opret Bekræftelseskode
- Nøgle er obligatorisk.
- Navn er obligatorisk.
- Indsend nedbrudslogger
- Et problem opstod under import af boksen.
- Filkilde
- Import
- Boks er importeret
- Nøgle er ugyldig.
- Favorit
- Favoritter
- Sikkerhedskopi
- Datasikkerhedskopiering
- Bitwarden Authenticator-data sikkerhedskopieres og kan gendannes via de planlagte, regelmæssige enhedssikkerhedskopieringer.
- Læs mere
- Import fra 2FAS-adgangskodebeskyttede filer understøttes ikke. Prøv igen med en eksporteret fil uden adgangskodebeskyttelse.
- Import af Bitwarden CSV-filer understøttes ikke. Prøv igen med en eksporteret JSON-fil.
- Download Bitwarden-appen
- Gem alle logins og synk bekræftelseskoder direkte med Authenticator-appen.
- Download nu
- Synk med Bitwarden-appen
- Learn more
- Kan ikke synke koder fra Bitwarden-appen. Sørg for, at begge apps er opdaterede. Eksisterende koder kan stadig tilgås i Bitwarden-appen.
- %1$s | %2$s
- Synk med Bitwarden-appen
- Tillad Authenticator-app synkning i Indstillinger for at se alle bekræftelseskoderne her.
- Gå til til app-indstillingerne
- Noget gik galt
- Forsøg igen
- Copy to Bitwarden vault
- Standard gem-valg
- Gem i Bitwarden
- Gem her
- Intet
- Vælg, hvor nye bekræftelseskoder ønskes gemt.
- Bekræft
- Bekræftelseskode oprettet
- Gem denne Authenticator-nøgle her, eller føj den til et login i Bitwarden-appen.
- Gem valg som standard
- Konto synket fra Bitwarden-appen
- Lokale koder
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-de-rDE/strings.xml b/authenticator/src/main/res/values-de-rDE/strings.xml
deleted file mode 100644
index d5be85ac9c..0000000000
--- a/authenticator/src/main/res/values-de-rDE/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometrische Verifizierung
- Abbrechen
- Eintrag hinzufügen
- Es ist ein Fehler aufgetreten.
- Wir konnten deine Anfrage nicht bearbeiten. Bitte versuche es erneut oder kontaktiere uns.
- Internetverbindung erforderlich
- Bitte verbinde dich mit dem Internet, um fortzufahren.
- Okay
- Wird synchronisiert
- Kopieren
- Bearbeiten
- Schließen
- Bitwarden Authenticator
- Name
- Eintrags-Rotation hinzufügen
- Einen QR-Code scannen
- QR-Code scannen
- Richte deine Kamera auf den QR-Code.
- QR-Code kann nicht gescannt werden? Schlüssel manuell eingeben
- Gib den Schlüssel manuell ein.
- Authentifizierungsschlüssel lässt sich nicht hinzufügen?
- Nein, danke
- Einstellungen
- Kamerazugriff gewähren, um den Scanner zu verwenden
- Eintrags-Liste leeren
- Keine Einträge zum Anzeigen vorhanden.
- Füge einen neuen Code hinzu, um deine Konten abzusichern.
- Code hinzufügen
- Kann den Schlüssel nicht lesen.
- Verifizierungscode hinzugefügt
- Benutzername
- Aktualisierungszeitraum
- Algorithmus
- Verbergen
- Anzeigen
- Erweitert
- Erweiterte Optionen einklappen
- Anzahl der Ziffern
- Speichern
- Das Feld %1$s ist ein Pflichtfeld.
- %d Sekunden
- Wird gespeichert
- Eintrag gespeichert
- Informationen
- OTP-Typ
- Verifizierungscodes
- Es gibt keine Einträge, die mit der Suche übereinstimmen
- Zurück
- Leeren
- Codes durchsuchen
- Optionen
- Erneut versuchen
- Erscheinungsbild
- Standard (System)
- Design
- Dunkel
- Hell
- Die Sprache wurde auf %1$s geändert. Bitte starte die App neu, um die Änderung zu sehen
- Schütze deine Konten mit dem Bitwarden Authenticator
- Erhalte Verifizierungscodes für alle deine Konten, die die 2-Faktor-Authentifizierung unterstützen.
- Verwende die Kamera deines Geräts, um Codes zu scannen
- Scanne den QR-Code für jedes Konto in deinen Einstellungen für die 2-Faktor-Authentifizierung.
- Mit eindeutigen Codes anmelden
- Bei der 2-Faktor-Authentifizierung gibst du deinen Benutzernamen und dein Passwort sowie einen in dieser App generierten Code ein.
- Überspringen
- Hilfe
- Tutorial starten
- %1$s kopiert
- Eintrag löschen
- Eintrag gelöscht
- Löschen
- Wirklich dauerhaft löschen? Dieser Vorgang kann nicht rückgängig gemacht werden.
- Daten
- Export
- Wird geladen
- Export bestätigen
- Dieser Export enthält deine Eintrags-Daten in einem unverschlüsselten Format. Du solltest die exportierte Datei daher nicht über unsichere Kanäle (z. B. E-Mail) speichern oder versenden. Lösche die Datei sofort nach Ihrer Verwendung.
- Dateiformat
- Beim Exportieren deines Tresors ist ein Problem aufgetreten. Wenn das Problem weiterhin besteht, musst du aus dem Web-Tresor exportieren.
- Daten erfolgreich exportiert
- Entsperren mit %1$s
- Biometrie
- Sicherheit
- Biometrie zum Entsperren verwenden
- Zu viele fehlgeschlagene biometrische Versuche.
- Über
- Version
- Fortsetzen
- Bitwarden-Hilfezentrum
- Weiter zum Hilfezentrum?
- Erfahre mehr über die Verwendung des Bitwarden Authenticators im Hilfezentrum.
- Datenschutzbestimmungen
- Weiter zu den Datenschutzbestimmungen?
- Unsere Datenschutzbestimmungen auf bitwarden.com anschauen
- Schlüssel
- Verifizierungscode erstellen
- Schlüssel ist erforderlich.
- Name ist erforderlich.
- Absturzprotokolle senden
- Beim Importieren deines Tresors ist ein Fehler aufgetreten.
- Dateiquelle
- Import
- Tresor-Import erfolgreich
- Schlüssel ist ungültig.
- Favorit
- Favoriten
- Sicherung
- Datensicherung
- Bitwarden Authenticator Daten werden gesichert und können mit deinen regelmäßig geplanten Geräte-Sicherungen wiederhergestellt werden.
- Mehr erfahren
- Der Import aus passwortgeschützten 2FAS-Dateien wird nicht unterstützt. Versuche es erneut mit einer exportierten Datei, die nicht passwortgeschützt ist.
- Der Import von Bitwarden CSV-Dateien wird nicht unterstützt. Versuche es erneut mit einer exportierten JSON-Datei.
- Bitwarden-App herunterladen
- Speicher alle deine Zugangsdaten und synchronisiere Verifizierungscodes direkt mit der Authenticator-App.
- Jetzt herunterladen
- Mit der Bitwarden-App synchronisieren
- Mehr erfahren
- Codes aus der Bitwarden-App konnten nicht synchronisiert werden. Stelle sicher, dass beide Apps auf dem neusten Stand sind. Du kannst weiterhin auf deine existierenden Codes in der Bitwarden-App zugreifen.
- %1$s | %2$s
- Mit der Bitwarden-App synchronisieren
- Lasse die Authenticator-App-Synchronisierung in den Einstellungen zu, um hier alle deine Verifizierungscodes anzuzeigen.
- Bring mich zu den App-Einstellungen
- Etwas ist schiefgelaufen
- Bitte versuche es erneut
- In den Bitwarden-Tresor kopieren
- Standard-Speicheroption
- In Bitwarden speichern
- Hier speichern
- Keine
- Wähle aus, wo du neue Verifizierungscodes speichern möchtest.
- Bestätigen
- Verifzierungscode erstellt
- Speichere diesen Authentifizierungsschlüssel hier oder füge ihn zu Zugangsdaten in deiner Bitwarden App hinzu.
- Option als Standard speichern
- Konto über Bitwarden App synchronisiert
- Lokale Codes
- Erforderliche Informationen fehlen
- "Benötigte Informationen fehlen (z.B. „Dienste“ oder „Geheimnis“). Überprüfe deine Datei und versuche es erneut. Besuche bitwarden.com/help für Unterstützung"
- "Datei konnte nicht verarbeitet werden"
- "Datei konnte nicht verarbeitet werden. Stelle sicher, dass es sich um ein gültiges JSON handelt und versuche es erneut. Benötigst du Hilfe? Besuche bitwarden.com/help"
- Hilfe erhalten
- Erweiterte Optionen ausklappen
- Lokale Einträge sind ausgeklappt, klicke zum Einklappen.
- Lokale Einträge sind eingeklappt, klicke zum Ausklappen.
- Einträge sind ausgeklappt, klicke zum Einklappen.
- Einträge sind eingeklappt, klicke zum Ausklappen.
-
diff --git a/authenticator/src/main/res/values-el-rGR/strings.xml b/authenticator/src/main/res/values-el-rGR/strings.xml
deleted file mode 100644
index 2fc319d564..0000000000
--- a/authenticator/src/main/res/values-el-rGR/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Βιομετρική επαλήθευση
- Ακύρωση
- Προσθήκη στοιχείου
- Παρουσιάστηκε σφάλμα.
- Δεν μπορέσαμε να επεξεργαστούμε το αίτημά σας. Παρακαλούμε δοκιμάστε ξανά ή επικοινωνήστε μαζί μας.
- Απαιτείται σύνδεση στο διαδίκτυο
- Συνδεθείτε στο διαδίκτυο πριν συνεχίσετε.
- Εντάξει
- Συγχρονισμός
- Αντιγραφή
- Επεξεργασία
- Κλείσιμο
- Bitwarden Authenticator
- Όνομα
- Προσθήκη περιστροφής στοιχείου
- Σαρώστε έναν κωδικό QR
- Σάρωση κωδικού QR
- Στρέψτε την κάμερά σας στον κωδικό QR.
- Cannot scan QR code? Enter key manually
- Εισαγάγετε το κλειδί χειροκίνητα.
- Cannot add authenticator key?
- Όχι, ευχαριστώ
- Ρυθμίσεις
- Ενεργοποιήστε την άδεια πρόσβασης στην κάμερα για χρήση του σαρωτή
- Κενή καταχώρηση στοιχείου
- Δεν έχετε κανένα στοιχείο προς εμφάνιση.
- Προσθέστε έναν νέο κωδικό για να ασφαλίσετε τους λογαριασμούς σας.
- Προσθήκη κωδικού
- Δεν είναι δυνατή η ανάγνωση του κλειδιού.
- Προστέθηκε κωδικός επαλήθευσης
- Όνομα χρήστη
- Περίοδος ανανέωσης
- Αλγόριθμος
- Απόκρυψη
- Εμφάνιση
- Σύνθετα
- Σύμπτυξη σύνθετων επιλογών
- Αριθμός ψηφίων
- Αποθήκευση
- Το πεδίο «%1$s» είναι υποχρεωτικό.
- %d δευτερόλεπτα
- Αποθήκευση
- Το στοιχείο αποθηκεύτηκε
- Πληροφορίες
- Τύπος OTP
- Κωδικοί επαλήθευσης
- Δεν υπάρχουν στοιχεία που να ταιριάζουν με την αναζήτηση
- Πίσω
- Απαλοιφή
- Αναζήτηση κωδικών
- Επιλογές
- Δοκιμή ξανά
- Εμφάνιση
- Προεπιλογή (σύστημα)
- Θέμα
- Σκουρόχρωμο
- Ανοιχτόχρωμο
- Η γλώσσα έχει αλλάξει σε %1$s. Κάντε επανεκκίνηση της εφαρμογής για να δείτε την αλλαγή
- Ασφαλίστε τους λογαριασμούς σας με το Bitwarden Authenticator
- Λάβετε κωδικούς επαλήθευσης για όλους τους λογαριασμούς σας με υποστήριξη επαλήθευσης 2 βημάτων.
- Χρησιμοποιήστε την κάμερα της συσκευής σας για τη σάρωση κωδικών
- Σαρώστε τον κωδικό QR στις ρυθμίσεις επαλήθευσης 2 βημάτων για οποιονδήποτε λογαριασμό.
- Συνδεθείτε με μοναδικούς κωδικούς
- Κατά τη χρήση της επαλήθευσης 2 βημάτων, θα εισάγετε το όνομα χρήστη και τον κωδικό πρόσβασής σας, μαζί με έναν κωδικό που θα δημιουργείται σε αυτήν την εφαρμογή.
- Παράλειψη
- Βοήθεια
- Εκκίνηση οδηγού
- Το «%1$s» αντιγράφηκε
- Διαγραφή στοιχείου
- Το στοιχείο διαγράφηκε
- Διαγραφή
- Θέλετε σίγουρα να κάνετε οριστική διαγραφή; Δεν είναι δυνατή η αναίρεση αυτής της ενέργειας.
- Δεδομένα
- Εξαγωγή
- Φόρτωση
- Επιβεβαίωση εξαγωγής
- Αυτή η εξαγωγή περιέχει τα δεδομένα σας σε αποκρυπτογραφημένη μορφή. Δεν πρέπει να αποθηκεύσετε ή να στείλετε το εξαχθέν αρχείο μέσω μη ασφαλών τρόπων (όπως μέσω ηλ. ταχυδρομείου). Διαγράψτε το αμέσως μόλις τελειώσετε με τη χρήση του.
- Μορφή αρχείου
- Παρουσιάστηκε πρόβλημα κατά την εξαγωγή της κρύπτης σας. Εάν το πρόβλημα επιμένει, θα χρειαστεί να κάνετε εξαγωγή από τη διαδικτυακή κρύπτη.
- Επιτυχής εξαγωγή δεδομένων
- Ξεκλείδωμα με %1$s
- Βιομετρικά στοιχεία
- Ασφάλεια
- Χρήση βιομετρικών στοιχείων για ξεκλείδωμα
- Πάρα πολλές αποτυχημένες απόπειρες με βιομετρικά στοιχεία.
- Πληροφορίες
- Έκδοση
- Συνέχεια
- Κέντρο βοήθειας Bitwarden
- Συνέχεια στο Κέντρο βοήθειας;
- Μάθετε περισσότερα για τον τρόπο χρήσης του Bitwarden Authenticator στο Κέντρο βοήθειας.
- Πολιτική απορρήτου
- Συνέχεια στην πολιτική απορρήτου;
- Δείτε την πολιτική απορρήτου μας στο bitwarden.com
- Κλειδί
- Δημιουργία κωδικού επαλήθευσης
- Το κλειδί είναι υποχρεωτικό.
- Το όνομα είναι υποχρεωτικό.
- Υποβολή αρχείου καταγραφής σφαλμάτων
- Παρουσιάστηκε πρόβλημα κατά την εισαγωγή της κρύπτης σας.
- Προέλευση αρχείου
- Εισαγωγή
- Επιτυχής εισαγωγή κρύπτης
- Το κλειδί δεν είναι έγκυρο.
- Αγαπημένο
- Αγαπημένα
- Αντίγραφο ασφαλείας
- Αντίγραφο δεδομένων
- Τα δεδομένα του Bitwarden Authenticator αποθηκεύονται σε ένα αντίγραφο ασφαλείας και μπορούν να ανακτηθούν με την προγραμματισμένη δημιουργία εφεδρικών αντιγράφων της συσκευής σας.
- Μάθετε περισσότερα
- Η εισαγωγή από αρχεία του 2FAS με κωδικό πρόσβασης δεν υποστηρίζεται. Δοκιμάστε ξανά με ένα αρχείο που δεν προστατεύεται με κωδικό πρόσβασης.
- Η εισαγωγή αρχείων CSV του Bitwarden δεν υποστηρίζεται. Δοκιμάστε ξανά με ένα εξαχθέν αρχείο JSON.
- Λήψη της εφαρμογής Bitwarden
- Αποθηκεύστε όλες τις συνδέσεις σας και συγχρονίστε απευθείας τους κωδικούς επαλήθευσης με το Authenticator.
- Λήψη τώρα
- Συγχρονισμός με την εφαρμογή Bitwarden
- Learn more
- Δεν είναι δυνατός ο συγχρονισμός κωδικών από το Bitwarden. Βεβαιωθείτε ότι έχουν ενημερωθεί και οι δύο εφαρμογές. Μπορείτε ακόμα να αποκτήσετε πρόσβαση στους υπάρχοντες κωδικούς σας στο Bitwarden.
- %1$s | %2$s
- Συγχρονισμός με την εφαρμογή Bitwarden
- Επιτρέψτε τον συγχρονισμό του Authenticator στις ρυθμίσεις για να βλέπετε όλους τους κωδικούς επαλήθευσής σας εδώ.
- Μετάβαση στις ρυθμίσεις της εφαρμογής
- Κάτι πήγε στραβά
- Δοκιμάστε ξανά
- Copy to Bitwarden vault
- Προεπιλεγμένη επιλογή αποθήκευσης
- Αποθήκευση στο Bitwarden
- Αποθήκευση εδώ
- Κανένα
- Επιλέξτε πού θα θέλατε να αποθηκεύονται οι νέοι κωδικοί επαλήθευσης.
- Επιβεβαίωση
- Δημιουργήθηκε κωδικός επαλήθευσης
- Αποθηκεύστε αυτό το κλειδί ελέγχου ταυτότητας εδώ ή προσθέστε το σε μια σύνδεση στο Bitwarden.
- Αποθήκευση ως προεπιλογή
- Ο λογαριασμός συγχρονίστηκε από το Bitwarden
- Τοπικοί κωδικοί
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Λήψη βοήθειας
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-en-rGB/strings.xml b/authenticator/src/main/res/values-en-rGB/strings.xml
deleted file mode 100644
index 31edb00e6e..0000000000
--- a/authenticator/src/main/res/values-en-rGB/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- OK
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually.
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Centre
- Continue to Help Centre?
- Learn more about how to use Bitwarden Authenticator on the Help Centre.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favourite
- Favourites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s
- Sync with the Bitwarden app
- Allow Authenticator app syncing in settings to view all of your verification codes here.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it is valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-en-rIN/strings.xml b/authenticator/src/main/res/values-en-rIN/strings.xml
deleted file mode 100644
index 31edb00e6e..0000000000
--- a/authenticator/src/main/res/values-en-rIN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- OK
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually.
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Centre
- Continue to Help Centre?
- Learn more about how to use Bitwarden Authenticator on the Help Centre.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favourite
- Favourites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s
- Sync with the Bitwarden app
- Allow Authenticator app syncing in settings to view all of your verification codes here.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it is valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-es-rES/strings.xml b/authenticator/src/main/res/values-es-rES/strings.xml
deleted file mode 100644
index cc727de76f..0000000000
--- a/authenticator/src/main/res/values-es-rES/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Verificación biométrica
- Cancelar
- Añadir elemento
- Ha ocurrido un error.
- No hemos podido procesar tu solicitud. Por favor, inténtalo de nuevo o contacta con nosotros.
- Conexión a internet requerida
- Por favor conéctate a Internet antes de continuar.
- Vale
- Sincronizando
- Copiar
- Editar
- Cerrar
- Autenticador de Bitwarden
- Nombre
- Añadir rotación de elemento
- Escanear un código QR
- Escanear código QR
- Apunta tu cámara al código QR.
- ¿No puedes escanear el código QR? Introduce la clave manualmente
- Introducir clave manualmente.
- ¿No se puede agregar la clave del autenticador?
- No gracias
- Ajustes
- Habilita el permiso de cámara para utilizar el escáner
- Listado de elementos vacío
- No tienes ningún elemento para mostrar.
- Añade un nuevo código para proteger tus cuentas.
- Añadir código
- No se puede leer la clave.
- Código de verificación añadido
- Nombre de usuario
- Período de actualización
- Algoritmo
- Ocultar
- Mostrar
- Avanzado
- Colapsar opciones avanzadas
- Número de dígitos
- Guardar
- Se requiere el campo %1$s.
- %d segundos
- Guardando
- Elemento guardado
- Información
- Tipo OTP
- Códigos de verificación
- No hay elementos que coincidan con la búsqueda
- Atrás
- Limpiar
- Códigos de búsqueda
- Opciones
- Reinténtalo
- Apariencia
- Por defecto (Sistema)
- Tema
- Oscuro
- Claro
- El idioma ha sido cambiado a %1$s. Por favor, reinicia la aplicación para ver los cambios
- Protege tus cuentas con Bitwarden Authenticator
- Obtén códigos de verificación para todas tus cuentas que soportan verificación en 2 pasos.
- Utiliza la cámara de tu dispositivo para escanear códigos
- Escanea el código QR en los ajustes de verificación en 2 pasos de cualquier cuenta.
- Inicia sesión utilizando códigos únicos
- Cuando utilices la verificación en 2 pasos, introducirás tu nombre de usuario y contraseña y un código generado en esta aplicación.
- Omitir
- Ayuda
- Iniciar tutorial
- %1$s copiado
- Eliminar elemento
- Elemento eliminado
- Eliminar
- ¿Seguro que quieres eliminarlo permanentemente? Esto no se puede deshacer.
- Datos
- Exportar
- Cargando
- Confirmar exportación
- Esta exportación contiene tus datos en un formato sin cifrar. No debes almacenar ni enviar el archivo exportado a través de canales no seguros (como el correo electrónico). Elimínalo inmediatamente después de que hayas terminado de usarlo.
- Formato del archivo
- Hubo un problema al exportar su caja fuerte. Si el problema persiste, deberás exportar desde la caja fuerte web.
- Datos exportados correctamente
- Desbloquear con %1$s
- Datos biométricos
- Seguridad
- Usar datos biométricos para desbloquear
- Demasiados intentos fallidos de biometría.
- Acerca de
- Versión
- Continuar
- Centro de ayuda de Bitwarden
- ¿Continuar al Centro de Ayuda?
- Obtén más información sobre cómo usar Bitwarden Authenticator en el Centro de ayuda.
- Política de privacidad
- ¿Continuar a la política de privacidad?
- Echa un vistazo a nuestra política de privacidad en bitwarden.com
- Clave
- Crear código de verificación
- Se requiere clave.
- Se requiere nombre.
- Enviar registros de fallos
- Hubo un problema al importar tu caja fuerte.
- Fuente de archivo
- Importar
- Importación de la caja fuerte exitosa
- La clave no es válida.
- Favorito
- Favoritos
- Copia de seguridad
- Copia de seguridad de los datos
- Se ha hecho una copia de seguridad de los datos de Bitwarden Authenticator y se pueden restaurar con las copias de seguridad de tu dispositivo programadas regularmente.
- Más información
- No se admite la importación desde archivos protegidos con contraseña 2FAS. Inténtalo de nuevo con un archivo exportado que no esté protegido con contraseña.
- No se admite la importación de archivos CSV de Bitwarden. Inténtalo de nuevo con un archivo JSON exportado.
- Descarga la aplicación Bitwarden
- Almacena todos tus inicios de sesión y sincroniza los códigos de verificación directamente con la aplicación Authenticator.
- Descargar ahora
- Sincronizar con la aplicación Bitwarden
- Learn more
- No se pueden sincronizar los códigos desde la aplicación de Bitwarden. Asegúrate de que ambas aplicaciones estén actualizadas. Aún puedes acceder a tus códigos existentes en la aplicación de Bitwarden.
- %1$s | %2$s
- Sincronizar con la aplicación Bitwarden
- Permite la sincronización de la aplicación Authenticator en la configuración para ver todos tus códigos de verificación aquí.
- Llévame a la configuración de la aplicación
- Algo salió mal
- Por favor, reinténtalo
- Copiar a caja fuerte de Bitwarden
- Ajuste de guardado por defecto
- Guardar en Bitwarden
- Guardar aquí
- Ninguno
- Selecciona dónde te gustaría guardar los nuevos códigos de verificación.
- Confirmar
- Código de verificación creado
- Guarda esta clave de autenticador aquí o agrégala a un inicio de sesión en tu aplicación de Bitwarden.
- Guardar opción por defecto
- Cuenta sincronizada desde la aplicación de Bitwarden
- Códigos locales
- Información requerida faltante
- "Falta información requerida (por ejemplo, 'servicios' o 'secreto'). Revisa tu archivo e inténtalo de nuevo. Visita bitwarden.com/help para obtener soporte"
- "No se pudo procesar el archivo"
- "No se pudo procesar el archivo. Asegúrate de que sea un JSON válido e inténtalo de nuevo. ¿Necesitas ayuda? Visita bitwarden.com/help"
- Obtener ayuda
- Expandir opciones avanzadas
- Los elementos locales están expandidos, clic para colapsar.
- Los elementos locales están colapsados, clic para expandir.
- Los elementos están expandidos, clic para colapsar.
- Los elementos están colapsados, clic para expandir.
-
diff --git a/authenticator/src/main/res/values-et-rEE/strings.xml b/authenticator/src/main/res/values-et-rEE/strings.xml
deleted file mode 100644
index 7897667f67..0000000000
--- a/authenticator/src/main/res/values-et-rEE/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biomeetriline tuvastamine
- Cancel
- Lisa kirje
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Sünkroonimine
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Skanneeri QR-koodi
- Skanneeri QR-koodi
- Suuna telefoni kaamera QR koodile.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Ei suuda autentimise võtit lisada?
- Ei aitäh
- Settings
- Skänneri kasutamiseks luba ligipääs kaamerale
- Empty Item Listing
- Sul ei ole ühtegi kirjet.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Peida
- Näita
- Advanced
- Peida seaded edasijõudnutele
- Number of digits
- Save
- The %1$s field is required.
- %d sekundit
- Salvestan
- Kirje salvestatud
- Teave
- OTP tüüp
- Verification codes
- There are no items that match the search
- Tagasi
- Tühjenda
- Otsi koode
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Hangi kinnitamiskoodid kõikidele sinu kontodele, mis toetavad 2-astmelist kinnitamist.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- Kui sa kasutad 2-astmelist kinnitamist, sisestad sa oma kasutajanime, parooli ja selle rakenduse genereeritud koodi.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Kustuta kirje
- Item deleted
- Delete
- Oled sa kindel, et soovid jäädavalt kustudada? Seda ei saa tagasi võtta.
- Data
- Export
- Laen
- Kinnita eksportimine
- Eksporditav fail sisaldab sinu andmed, mis on krüpteerimata. Seda faili ei tohiks ebaturvaliselt hoiustada või saata ebaturvaliste kanalite kaudu (näiteks e-postiga). Kustuta see kohe peale kasutamist.
- File format
- Hoidla eksportimisel ilmnes tõrge. Probleemi jätkumisel teosta eksportimine veebihoidla kaudu.
- Andmed edukalt eksporditud
- Unlock with %1$s
- Biomeetria
- Security
- Use biometrics to unlock
- Liiga palju ebaõnnestunud biomeetriaga katseid.
- About
- Version
- Continue
- Bitwarden Help Center
- Kas soovid avada Abikeskuse?
- Uuri teisigi Bitwardeni kasutusvõimalusi Abikeskuses.
- Privaatsuspoliitika
- Continue to privacy policy?
- Vaadake meie privaatsuspoliitikat veebilehel bitwarden.com
- Key
- Loo kinnituskood
- Võti on nõutud.
- Nimi on kohustuslik.
- Teavita programmi tõrgetest
- Hoidla importimine ebaõnnestus.
- Faili allikas
- Import
- Hoidla edukalt imporditud
- Võti on kehtimatu.
- Favorite
- Favorites
- Backup
- Andmete varundamine
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Bitwardeni CSV failide importimine ei ole toetatud. Proovi uuesti eksporditud JSON failiga.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Laadi kohe alla
- Sünkroniseeri Bitwardeni rakendusega
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-eu-rES/strings.xml b/authenticator/src/main/res/values-eu-rES/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-eu-rES/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-fa-rIR/strings.xml b/authenticator/src/main/res/values-fa-rIR/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-fa-rIR/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-fi-rFI/strings.xml b/authenticator/src/main/res/values-fi-rFI/strings.xml
deleted file mode 100644
index 8c0301cde3..0000000000
--- a/authenticator/src/main/res/values-fi-rFI/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometrinen todennus
- Peruuta
- Lisää kohde
- Tapahtui virhe.
- Emme voineet käsitellä pyyntöäsi. Yritä uudelleen tai ole meihin yhteydessä.
- Verkkoyhteys vaaditaan
- Jatka muodostamalla verkkoyhteys.
- OK
- Synkronoidaan
- Kopioi
- Muokkaa
- Suljex
- Bitwarden Authenticator
- Nimi
- Lisää kohteen päivitysväli
- Skannaa QR-koodi
- Lue QR-koodi
- Kohdista kamerasi QR-koodiin.
- Eikö QR-koodin lukeminen onnistu? Syötä avain itse
- Syötä avain manuaalisesti
- Eikä todennusavaimen lisääminen onnistu?
- Ei kiitos
- Asetukset
- Anna kameran käyttöoikeus käyttääksesi skannausta
- Tyhjä kohdelistaus
- Sinulla ei ole näytettäviä kohteita.
- Lisää uusi kohde suojataksesi tilejäsi
- Lisää kohde
- Avainta ei voitu lukea.
- Vahvistuskoodi lisätty
- Käyttäjätunnus
- Päivitysaika
- Algoritmi
- Piilota
- Näytä
- Lisäasetukset
- Tiivistä lisäasetukset
- Pituus
- Tallenna
- %1$s vaaditaan.
- %d sekuntia
- Tallennetaan
- Kohde tallennettu
- Tiedot
- OTP:n tyyppi
- Vahvistuskoodit
- Ei hakutuloksia
- Takaisin
- Tyhjennä
- Hae koodeja
- Valinnat
- Yritä uudelleen
- Ulkoasu
- oletus (järjestelmä)
- Teema
- Tumma
- Vaalea
- Sovelluksen kieleksi on vaihdettu %1$s. Käynnistä sovellus uudelleen niin kieliasetukset päivittyvät.
- Suojaa tilisi Bitwarden Authenticatorilla
- Hanki vahvistuskoodit kaikille tileillesi, jotka tukevat kaksivaiheista todentamista.
- Käytä laitteesi kameraa koodien skannaamiseen
- Lue QR-koodi käyttääksesi millä vain tilillä kaksivaiheista todennusta.
- Kirjaudu sisään käyttäen kertaluontoisia koodeja
- Käyttäessäsi kaksivaiheista todennusta syötät käyttäjänimesi, salasanasi sekä tässä sovelluksessa luodun koodin.
- Ohita
- Tuki
- Opetusohjelma
- %1$s kopioitu
- Poista kohde
- Kohde poistettiin
- Poista
- Haluatko varmasti poistaa pysyvästi? Tätä ei voi perua.
- Data
- Vie
- Ladataan
- Vahvista vienti
- Tämä vienti sisältää dataasi salaamattomassa muodossa. Sinun ei pitäisi säilyttää tai lähettää vietyä tiedostoa suojaamattomien kanavien (kuten sähköpostin) kautta. Poista se välittömästi, kun et enää tarvitse sitä.
- Tiedostomuoto
- Holvisi viennissä oli ongelma. Jos ongelma jatkuu, sinun on tehtävä vienti verkkoholvin kautta.
- Tietojen vienti onnistui
- Avaa käyttäen %1$s
- Biometria
- Turvallisuus
- Avaa biometrialla
- Liian monta epäonnistunutta biometriayritystä.
- Tietoja
- Versio
- Jatka
- Bitwardenin Tukikeskus
- Jatketaanko tukikeskukseen?
- Opi lisää siitä, kuinka käyttää Bitwarden todentajaa tukikeskuksessa.
- Tietosuojakäytäntö
- Siirry tietosuojakäytäntöön
- Tutustu tietosuojakäytäntöömme osoitteessa bitwarden.com
- Avain
- Luo vahvistuskoodi
- Avain on vaaditaan.
- Nimi vaaditaan.
- Lähetä kaatumislokit
- Holvisi tuonnissa oli ongelma.
- Tiedoston lähde
- Tuo
- Holvin tuonti onnistui
- Avain ei kelpaa.
- Suosikki
- Suosikit
- Varmuuskopio
- Datan varmuuskopio
- Bitwarden Authenticatorin data on varmuuskopioitu voidaan palauttaa laitteesi yleisten varmuuskopioiden kautta.
- Lue lisää
- Tuonti 2FAS:n salasanasuojatuista tiedostoista ei ole tuettua. Yritä uudelleen tiedostolla, jota ei ole salasanasuojattu.
- Bitwardenin CSV-tiedostojen tuontia ei tueta. Yritä uudelleen viedyllä JSON-tiedostolla.
- Lataa Bitwarden-sovellus
- Varastoi kaikki kirjautumistietosi ja synkronoi vahvistuskoodit suoraan todentajasovelluksella.
- Lataa nyt
- Synkronoi Bitwarden-sovelluksen kanssa
- Lue lisää
- Koodien synkronointi Bitwarden sovelluksesta epäonnistui. Varmista, että molemmat sovellukset ovat ajan tasalla. Voit edelleen käyttää olemassa olevia koodejasi Bitwarden sovelluksessa.
- %1$s | %2$s
- Synkronoi Bitwarden-sovelluksen kanssa
- Tarkastellaksesi kaikkia vahvistuskoodejasi sinun täytyy sallia synkronointi kaikilla tileilläsi.
- Vie minut sovelluksen asetuksiin
- Jokin meni pieleen
- Ole hyvä ja yritä uudelleen
- Kopioi Bitwarden holviin
- Tallennuksen oletusasetus
- Tallenna Bitwardeniin
- Tallenna tähän
- Ei mitään
- Valitse mihin haluat tallentaa uudet vahvistuskoodit.
- Vahvista
- Vahvistuskoodi luotu
- Tallenna tämä todennusavain tähän tai lisää se kirjautumistietoon Bitwarden-sovelluksessasi.
- Tallenna vaihtoehto oletukseksi
- Tili synkronoitu Bitwarden-sovellukseen
- Paikalliset koodit (%1$d)
- Tarpeellisia tietoja puuttuu
- "Vaaditua tietoa puuttuu (esim. ‘services‘ tai ‘secret’). Tarkista tiedostosi ja yritä uudelleen. Katso bitwarden.com/help, jos tarvitse apua"
- "Tiedostoa ei voitu käsitellä"
- "Tiedostoa ei voitu käsitellä. Varmista, että se on JSON-muodossa ja yritä uudelleen. Tarvitsetko apua? Katso bitwarden.com/help"
- Hanki ohjeita
- Laajenna lisäasetukset
- Paikalliset kohteet on laajennettu. Napsauta pienentääksesi.
- Paikalliset kohteet on pienennetty. Paina laajentaaksesi.
- Kohteet on laajennettu. Paina pienentääksesi.
- Kohteet ovat tiivistetty. Paina laajentaaksesi.
-
diff --git a/authenticator/src/main/res/values-fil-rPH/strings.xml b/authenticator/src/main/res/values-fil-rPH/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-fil-rPH/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-fr-rFR/strings.xml b/authenticator/src/main/res/values-fr-rFR/strings.xml
deleted file mode 100644
index c22034c1d8..0000000000
--- a/authenticator/src/main/res/values-fr-rFR/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Vérification biométrique
- Annuler
- Ajouter un élément
- Une erreur s\'est produite.
- Nous n\'avons pas pu traiter votre requête. Veuillez réessayer ou nous contacter.
- Connexion internet requise
- Veuillez vous connecter à internet avant de continuer.
- Okay
- Synchronisation
- Copier
- Modifier
- Fermer
- Bitwarden Authenticator
- Nom
- Ajouter une rotation d\'élément
- Scanner un code QR
- Scanner le code QR
- Pointez votre caméra sur le code QR.
- Impossible de scanner le code QR ? Saisir la clé manuellement
- Saisir la clé manuellement
- Problème lors de l\'ajout de la clé d\'authentification ?
- Non merci
- Paramètres
- Activer l\'autorisation de la caméra pour utiliser le scanner
- Liste des éléments vides
- Vous n\'avez aucun élément à afficher.
- Ajouter un nouveau code pour sécuriser vos comptes.
- Ajouter le code
- Impossible de lire la clé.
- Code de vérification ajouté
- Nom d\'utilisateur
- Fréquence de mise à jour
- Algorithme
- Masquer
- Afficher
- Avancé
- Réduire les options avancées
- Nombre de chiffres
- Sauvegarder
- Le champ %1$s est requis.
- %d secondes
- Enregistrement
- Élément enregistré
- Informations
- Type OTP
- Codes de vérification
- Aucun élément ne correspond à la recherche
- Retour
- Effacer
- Codes de recherche
- Options
- Réessayer
- Apparence
- Par défaut (système)
- Thème
- Sombre
- Clair
- La langue a été changée en %1$s. Veuillez redémarrer l\'application pour voir le changement
- Sécurisez vos comptes avec Bitwarden Authenticator
- Obtenez des codes de vérification pour tous vos comptes prenant en charge la vérification en 2 étapes.
- Utilisez l\'appareil photo pour scanner les codes
- Scanner le code QR dans les paramètres de double authentification pour n\'importe quel compte.
- Connectez-vous en utilisant des codes uniques
- Lorsque vous utilisez une vérification en 2 étapes, vous saisirez votre nom d\'utilisateur et votre mot de passe ainsi qu\'un code généré dans cette application.
- Passer
- Aide
- Lancer le tutoriel
- %1$s copié
- Supprimer l\'élément
- Élément supprimé
- Supprimer
- Voulez-vous vraiment supprimer définitivement ? Cela ne peut pas être annulé.
- Données
- Exporter
- Chargement
- Confirmer l\'exportation
- Cette exportation contient vos données dans un format non chiffré. Vous ne devez pas stocker ou envoyer le fichier exporté via des canaux non sécurisés (tels que le courrier électronique). Supprimez-le immédiatement après avoir fini de l\'utiliser.
- Format de fichier
- Il y a eu un problème lors de l\'exportation de votre coffre-fort. Si le problème persiste, vous devrez exporter depuis le coffre-fort Web.
- Données exportées avec succès
- Déverrouiller avec %1$s
- Biométrie
- Sécurité
- Utiliser la biométrie pour déverrouiller
- Trop de tentatives biométriques ratées.
- À propos
- Version
- Continuer
- Centre d\'aide Bitwarden
- Continuer vers le centre d’aide ?
- Apprenez-en davantage sur la façon d’utiliser Bitwarden Authenticator sur le centre d’aide.
- Politique de confidentialité
- Poursuivre vers la politique de confidentialité ?
- Consultez notre politique de confidentialité sur bitwarden.com
- Clé
- Créer un code de vérification
- La clé est obligatoire.
- Le nom est requis.
- Soumettre les journaux de crash
- Il y a eu un problème lors de l\'importation de votre coffre-fort.
- Source du fichier
- Importer
- Importation de coffre-fort réussie
- La clé est invalide.
- Favori
- Favoris
- Sauvegarder
- Sauvegarde des données
- Les données de Bitwarden Authenticator sont sauvegardées et peuvent être restaurées avec vos sauvegardes d\'appareil programmées régulièrement.
- En savoir plus
- L\'importation à partir de fichiers protégés par mot de passe 2FAS n\'est pas prise en charge. Réessayez avec un fichier exporté qui n\'est pas protégé par mot de passe.
- L\'importation de fichiers CSV Bitwarden n\'est pas prise en charge. Réessayez avec un fichier JSON exporté.
- Télécharger l\'app Bitwarden
- Stockez toutes vos connexions et synchronisez les codes de vérification directement avec l\'application Authenticator.
- Télécharger maintenant
- Synchroniser avec l\'app Bitwarden
- En savoir plus
- Impossible de synchroniser les codes de l\'application Bitwarden. Assurez-vous que les deux applications sont à jour. Vous pouvez toujours accéder à vos codes existants dans l\'application Bitwarden.
- %1$s | %2$s (%3$d)
- Synchroniser avec l\'app Bitwarden
- Afin de visualiser tous vos codes de vérification, vous devrez autoriser la synchronisation sur tous vos comptes.
- Emmenez-moi aux paramètres de l\'application
- Un problème est survenu
- Veuillez réessayer
- Copier dans le coffre-fort de Bitwarden
- Option de sauvegarde par défaut
- Enregistrer sur Bitwarden
- Enregistrer ici
- Aucun
- Sélectionner où vous souhaitez sauvegarder les nouveaux codes de vérification.
- Confirmer
- Code de vérification créé
- Enregistrez cette clé d\'authentification ici ou ajoutez-la à une connexion dans votre application Bitwarden.
- Enregistrer l\'option par défaut
- Compte synchronisé depuis l\'application Bitwarden
- Codes locaux (%1$d)
- Informations requises manquantes
- "Les informations requises sont manquantes (par exemple, ‘services’ ou ‘secret’). Vérifiez votre fichier et réessayez. Visitez bitwarden.com/help pour obtenir de l'aide"
- "Le fichier n'a pas pu être traité"
- "Le fichier n'a pas pu être traité. Assurez-vous qu'il s'agit d'un JSON valide et réessayez. Besoin d'aide ? Visitez bitwarden.com/help"
- Obtenir de l\'aide
- Élargir les options avancées
- Les éléments locaux sont développés, cliquez pour réduire.
- Les éléments locaux sont réduits, cliquez pour développer.
- Les éléments sont développés, cliquez pour réduire.
- Les éléments sont réduits, cliquez pour les développer.
-
diff --git a/authenticator/src/main/res/values-gl-rES/strings.xml b/authenticator/src/main/res/values-gl-rES/strings.xml
deleted file mode 100644
index 01f2e9ae71..0000000000
--- a/authenticator/src/main/res/values-gl-rES/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Verifiación biométrica
- Cancelar
- Engadir elemento
- Produciuse un erro.
- Non puidemos procesar a túa solicitude. Por favor, téntao de novo ou contáctanos.
- Requírese unha conexión a Internet
- Por favor conéctese a Internet antes de continuar.
- Okay
- Sincronizando
- Copiar
- Editar
- Pechar
- Autenticador de Bitwarden
- Nome
- Engadir rotación de elementos
- Escanear un código QR
- Escanear código QR
- Apunta a túa cámara ao código QR.
- Cannot scan QR code? Enter key manually
- Introduce a clave manualmente.
- Cannot add authenticator key?
- Non, grazas
- Axustes
- Activa o permiso de cámara para empregar o escáner
- Listado de elementos baleiro
- Non tes ningún elemento para amosar.
- Engadir un novo código para asegurar as túas contas.
- Engadir código
- Non se pode ler a clave.
- Código de verificación engadido
- Nome de usuario
- Período de refresco
- Algoritmo
- Agochar
- Amosar
- Avanzado
- Colapsar opcións avanzadas
- Número de díxitos
- Gardar
- O campo %1$s é obrigatorio.
- %d segundos
- Gardando
- Elemento gardado
- Información
- Tipo de código dun só uso
- Códigos de verificación
- Non hai elementos que coincidan coa procura
- Atrás
- Limpar
- Procurar códigos
- Opcións
- Téntao de novo
- Aparencia
- Predeterminado (Sistema)
- Tema
- Escuro
- Claro
- A lingua foi cambiada a %1$s. Por favor, reinicie a aplicación para ver o cambio
- Asegura as túas contas co Autenticador de Bitwarden
- Obtén códigos de verificación para todas as túas contas que soporten verificación en dous pasos.
- Emprega a cámara do teu dispositivo para escanear códigos
- Escanea o código QR nos axustes de verificación en dous pasos de calquera conta.
- Inicia sesión empregando códigos únicos
- Cando empregues a verificación en 2 pasos, introducirás o teu nome de usuario e contrasinal e un código xerado nesta aplicación.
- Omitir
- Axuda
- Iniciar tutorial
- %1$s copiado
- Eliminar elemento
- Elemento eliminado
- Eliminar
- Esta seguro de borrar? Isto non pode ser desfeito.
- Datos
- Exportar
- Cargando
- Confirmar a exportación
- Esta exportación contén os teus datos nun formato sen encriptar. Non deberías gardar ou enviar o arquivo exportado por canais inseguros (como o correo electrónico). Elimínao inmediatamente despois de finalizar o seu uso.
- Formato de ficheiro
- Houbo un problema exportando o teu baúl. Se o problema persiste, terás que exportalo dende a páxina web.
- Exportación de datos exitosa
- Desbloquear con %1$s
- Biometría
- Seguridade
- Empregar biometría para desbloquear
- Demasiados intentos de autenticación biometrica errados.
- Acerca de
- Versión
- Continuar
- Centro de axuda de Bitwarden
- Continuar ao Centro de Axuda?
- Aprende máis de como empregar o Bitwarden Authenticator no Centro de Axuda.
- Política de privacidade
- Continuar á política de privacidade?
- Revisa a nosa política de privacidade en bitwarden.com
- Clave
- Crear código de verificación
- Requírese a clave.
- Requírese o nome.
- Enviar rexistro de fallo
- Produciuse un erro ao importar o teu baúl.
- Fonte do arquivo
- Importar
- Importación de baúl exitosa
- A clave é invalida.
- Favorito
- Favoritos
- Copia de seguridade
- Copia de seguridade
- Os datos do Autenticador de Bitwarden teñen unha copia de seguridade e poden ser restaurados dende as copias de seguridade periódicas configuradas no teu dispositivo.
- Máis información
- A importación dende arquivos 2FAS protexido por contrasinal non é soportada. Tenteo de novo cun arquivo exportado sen protección.
- A importación de ficheiros CSV de Bitwarden non está soportada. Proba de novo cun JSON.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-hi-rIN/strings.xml b/authenticator/src/main/res/values-hi-rIN/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-hi-rIN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-hr-rHR/strings.xml b/authenticator/src/main/res/values-hr-rHR/strings.xml
deleted file mode 100644
index 4fbed1c5f2..0000000000
--- a/authenticator/src/main/res/values-hr-rHR/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometrijska autentifikacija
- Odustani
- Dodaj stavku
- Došlo je do pogreške.
- Trenutno ne možemo obraditi tvoj zahtjev. Pokušaj ponovno ili nas kontaktiraj.
- Potrebna je veza s internetom
- Spoji se na internet prije nastavka.
- U redu
- Sinkronizacija
- Kopiraj
- Uredi
- Zatvori
- Bitwarden Authenticator
- Ime
- Dodaj stavku rotacije
- Skeniraj QR kôd
- Skeniraj QR kôd
- Usmjeri kameru na QR kôd.
- Ne možeš skenirati QR kôd? Ručno unesi ključ
- Ručno unesi ključ.
- Nije moguće dodati ključ autentifikatora?
- Ne hvala
- Postavke
- Za skeniranje, odobri korištenje kamere
- Isprazni popis stavki
- Nema ništa za prikaz.
- Dodaj novi kôd za zaštitu svojih računa.
- Dodaj kôd
- Ne mogu očitati ključ.
- Kôd za provjeru dodan
- Korisničko ime
- Vrijeme osvježavanja
- Algoritam
- Sakrij
- Prikaži
- Napredno
- Sakrij napredne mogućnosti
- Broj znamenki
- Spremi
- Polje %1$s je obavezno.
- %d sek.
- Spremanje
- Stavka spremljena
- Informacije
- Vrsta OTP-a
- Kodovi za provjeru
- Nema stavki koje odgovaraju pretrazi
- Natrag
- Očisti
- Pretraži kodove
- Mogućnosti
- Pokušaj ponovno
- Izgled
- Zadano (sustav)
- Tema
- Tamno
- Svijetlo
- Jezik je promijenjen u %1$s. Ponovno pokreni aplikaciju za primjenu
- Osiguraj svoje račune Bitwarden Authenticatorom
- Dobij kontrolne kodove za sve svoje račune koji podržavaju dvofaktorsku autentifikaciju.
- Koristi kameru uređaja za skeniranje kodova
- Skeniraj QR kôd u postavkama dvostruke autentifikacije za bilo koji račun.
- Prijava korištenjem jedinstvenih kodova
- Kada koristiš dvostruku autentifikaciju, unijet ćeš svoje korisničko ime i zaporku te kôd generiran u ovoj aplikaciji.
- Preskoči
- Pomoć
- Pokreni vodič
- %1$s kopirano
- Izbriši stavku
- Stavka izbrisana
- Izbriši
- Stvarno želiš izbrisati? To se ne može poništiti.
- Podaci
- Izvoz
- Učitavanje
- Potvrdi izvoz
- Ovaj izvoz sadrži podatke trezora u nešifriranom obliku! Izvezenu datoteku se ne bi smjelo pohranjivati ili slati putem nesigurnih kanala (npr. e-poštom). Izbriši ju odmah nakon korištenja.
- Format datoteke
- Dogodio se problem prilikom izvoza trezora. Ako se problem ponavlja, izvezi koristeći web trezor.
- Podaci uspješno izvezeni
- Otključaj s %1$s
- Biometrija
- Sigurnost
- Koristi biometriju za otključavanje
- Previše neuspjelih biometrijskih pokušaja.
- O aplikaciji
- Verzija
- Nastavi
- Bitwarden centar za pomoć
- Nastavi u centar za pomoć?
- Za pomoć oko korištenja Bitwarden Authenticatora posjeti centar za pomoć.
- Politika privatnosti
- Nastavi na politiku privatnosti?
- Pogledaj našu politiku privatnosti na bitwarden.com
- Ključ
- Stvori kôd za provjeru
- Ključ je obavezan.
- Ime je obavezno.
- Slanje zapisnika rušenja
- Došlo je do problema pri uvozu tvojeg trezora.
- Izvor datoteke
- Uvoz
- Trezor uspješno uvezen
- Ključ je neispravan.
- Favorit
- Favoriti
- Sigurnosna kopija
- Sigurnosna kopija podataka
- Podaci Bitwarden Authenticatora sigurnosno su kopirani i mogu se obnoviti s tvojim redovito zakazanim sigurnosnim kopijama uređaja.
- Saznaj više
- Uvoz iz datoteka zaštićenih 2FAS lozinkom nije podržan. Pokušaj ponovno s izvezenom datotekom koja nije zaštićena lozinkom.
- Uvoz Bitwarden CSV datoteka nije podržan. Pokušaj ponovno s izvezenom JSON datotekom.
- Preuzmi Bitwarden aplikaciju
- Pohrani sve svoje prijave i sinkroniziraj kôdove za provjeru izravno s aplikacijom Autentifikator.
- Preuzmi sada
- Sinkroniziraj s Bitwarden aplikacijom
- Saznaj više
- Nije moguće sinkronizirati kodove iz aplikacije Bitwarden. Provjeri jesu li obje aplikacije ažurirane. I dalje možeš pristupiti svojim postojećim kodovima u aplikaciji Bitwarden.
- %1$s | %2$s (%3$d)
- Sinkroniziraj s Bitwardenom
- Za pregled svih svojih kodova za provjeru, treba odobriti sinkronizaciju na svim tvojim računima.
- U postavke aplikacije
- Dogodila se greška
- Molimo pokušaj ponovo
- Kopiraj u Bitwarden trezor
- Zadana opcija spremanja
- Spremi u Bitwarden
- Spremi ovdje
- Nijedno
- Odaberi gdje želiš spremiti nove kodove.
- Potvrdi
- Kôd za provjeru stvoren
- Ovdje spremi autentifikatorski ključ ili ga dodaj prijavi u Bitwarden aplikaciji.
- Spremi opciju kao zadanu
- Račun sinkroniziran iz aplikacije Bitwarden
- Lokalni kodovi (%1$d)
- Potrebni podaci nedostaju
- "Nedostaju potrebni podaci (npr. „usluge” ili „tajno”). Provjeri svoju datoteku i pokušaj ponovno. Posjeti bitwarden.com/help za podršku"
- "Datoteka se ne može obraditi"
- "Datoteka se ne može obraditi. Provjeri je li JSON ispravan i pokušaj ponovno. Za pomoć posjeti bitwarden.com/help"
- Potraži pomoć
- Proširi napredne mogućnosti
- Lokalne stavke su proširene. Klikni za sažimanje.
- Lokalne stavke su sažete. Klikni za proširivanje.
- Stavke su proširene. Klikni za sažimanje.
- Stavke su sažete. Klikni za proširivanje.
-
diff --git a/authenticator/src/main/res/values-hu-rHU/strings.xml b/authenticator/src/main/res/values-hu-rHU/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-hu-rHU/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-in-rID/strings.xml b/authenticator/src/main/res/values-in-rID/strings.xml
deleted file mode 100644
index a0baae7f45..0000000000
--- a/authenticator/src/main/res/values-in-rID/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Verifikasi biometrik
- Cancel
- Tambahkan item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Sinkronisasi
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Tambahkan Item Rotasi
- Pindai kode QR
- Pindai kode QR
- Arahkan kamera Anda ke kode QR.
- Cannot scan QR code? Enter key manually
- Masukkan kunci secara manual.
- Cannot add authenticator key?
- Tidak terima kasih
- Settings
- Aktifkan izin kamera untuk menggunakan pemindai
- Hilangkan Daftar Item
- Anda tidak memiliki item untuk ditampilkan.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Sembunyikan
- Tampilkan
- Advanced
- Tutup opsi lanjutan
- Number of digits
- Save
- The %1$s field is required.
- %d detik
- Menyimpan
- Item tersimpan
- Informasi
- Tipe OTP
- Verification codes
- There are no items that match the search
- Kembali
- Bersihkan
- Cari kode
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Dapatkan kode verifikasi untuk semua akun Anda yang mendukung verifikasi 2 langkah.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Hapus item
- Item deleted
- Delete
- Anda yakin ingin menghapus secara permanen? Ini tidak dapat dibatalkan.
- Data
- Export
- Memuat
- Konfirmasi ekspor
- Ekspor ini berisi data Anda dalam format tidak terenkripsi. Anda tidak boleh menyimpan atau mengirim file yang diekspor melalui saluran yang tidak aman (seperti email). Hapus segera setelah Anda selesai menggunakannya.
- File format
- Ada masalah saat mengekspor brankas Anda. Jika masalah terus berlanjut, Anda harus mengekspor dari brankas web.
- Data berhasil diekspor
- Unlock with %1$s
- Biometrik
- Security
- Use biometrics to unlock
- Terlalu banyak kesalahan percobaan biometrik.
- About
- Version
- Continue
- Bitwarden Help Center
- Lanjutkan ke Pusat Bantuan?
- Pelajari lebih lanjut cara menggunakan Bitwarden Authenticator di Pusat Bantuan.
- Kebijakan privasi
- Continue to privacy policy?
- Lihat kebijakan privasi di bitwarden.com
- Key
- Buat kode Verifikasi
- Kunci diperlukan.
- Nama diperlukan.
- Kirim catatan kerusakan
- Terdapat galat mengimpor kunci mu.
- Sumber Berkas
- Import
- Vault berhasil diimpor
- Kunci salah.
- Favorite
- Favorites
- Backup
- Cadangan data
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Mengimpor file CSV Bitwarden tidak didukung. Coba lagi dengan file JSON yang diekspor.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-it-rIT/strings.xml b/authenticator/src/main/res/values-it-rIT/strings.xml
deleted file mode 100644
index 930354a967..0000000000
--- a/authenticator/src/main/res/values-it-rIT/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Verifica biometrica
- Annulla
- Aggiungi elemento
- Si è verificato un errore.
- Non siamo riusciti a elaborare la tua richiesta. Riprova o contattaci.
- Connessione a internet necessaria
- Connettiti a internet prima di continuare.
- Okay
- Sincronizzazione
- Copia
- Modifica
- Chiudi
- Bitwarden Authenticator
- Nome
- Aggiungi Rotazione Elemento
- Scansiona un codice QR
- Scansiona codice QR
- Inquadra il codice QR con la fotocamera.
- Cannot scan QR code? Enter key manually
- Inserisci manualmente la chiave
- Non riesci a inserire la chiave di autenticazione?
- No grazie
- Impostazioni
- Consenti a Bitwarden l\'accesso alla fotocamera per la scansione
- Elenco Oggetti Vuoto
- Non ci sono elementi da mostrare.
- Aggiungi un nuovo codice per proteggere i tuoi account.
- Aggiungi codice
- Impossibile leggere la chiave.
- Codice di verifica aggiunto
- Nome Utente
- Periodo di aggiornamento
- Algoritmo
- Nascondi
- Mostra
- Avanzato
- Comprimi opzioni avanzate
- Numero di cifre
- Salva
- Il campo %1$s è obbligatorio.
- %d secondi
- Salvataggio
- Elemento salvato
- Informazioni
- Tipo di OTP
- Codici di verifica
- Nessun elemento corrisponde alla ricerca
- Indietro
- Cancella
- Cerca codici
- Opzioni
- Riprova
- Aspetto
- Predefinito (Sistema)
- Tema
- Scuro
- Chiaro
- La lingua è stata cambiata a %1$s. Riavvia l\'app per vedere la modifica
- Proteggi i tuoi account con Bitwarden Authenticator
- Ottieni codici di verifica per tutti i tuoi account che supportano la verifica in 2 passaggi.
- Usa la fotocamera del dispositivo per scansionare i codici
- Scansiona il codice QR nelle impostazioni di verifica in 2 passaggi per qualsiasi account.
- Accedi utilizzando codici univoci
- Quando si utilizza la verifica in 2 passaggi, inserirai il nome utente e password e un codice generato in questa app.
- Salta
- Aiuto
- Avvia tutorial
- %1$s copiato
- Elimina elemento
- Elemento eliminato
- Elimina
- Sicuro di eliminare definitivamente? L\'operazione è irreversibile.
- Dati
- Esporta
- Caricamento
- Conferma esportazione
- Questa esportazione contiene i dati della cassaforte in un formato non crittografato. Non salvare o inviare il file esportato attraverso canali non protetti (come le email). Eliminalo subito dopo l\'utilizzo.
- Formato file
- Si è verificato un problema durante l\'esportazione della cassaforte. Se il problema persiste, esportala dalla cassaforte web.
- Dati esportati con successo
- Sblocca con %1$s
- Dati biometrici
- Sicurezza
- Sblocca con dati biometrici
- Troppi tentativi biometrici falliti.
- Informazioni
- Versione
- Continua
- Centro assistenza Bitwarden
- Aprire il Centro Assistenza?
- Scopri di più su come utilizzare Bitwarden Authenticator nel Centro Assistenza.
- Informativa sulla privacy
- Proseguire sull\'informativa privacy?
- Consulta la nostra privacy policy su bitwarden.com
- Chiave
- Crea codice di verifica
- La chiave è obbligatoria.
- Il nome è obbligatorio.
- Invia rapporti sugli arresti anomali
- Si è verificato un problema durante l\'importazione della cassaforte.
- Sorgente file
- Importa
- Importazione cassaforte riuscita
- Chiave non valida.
- Preferito
- Preferiti
- Backup
- Backup dati
- I dati di Bitwarden Authenticator sono salvati e possono essere ripristinati con i backup del dispositivo regolarmente pianificati.
- Per saperne di più
- L\'importazione da file protetti da password 2FAS non è supportata. Riprovare con un file esportato che non è protetto da password.
- L\'importazione di file CSV Bitwarden non è supportata. Riprova con un file JSON esportato.
- Scarica l\'app Bitwarden
- Memorizza tutti i login e sincronizza i codici di verifica direttamente con l\'app Authenticator.
- Scarica adesso
- Sincronizza con l\'app Bitwarden
- Learn more
- Impossibile sincronizzare i codici dall\'app Bitwarden. Assicurati che entrambe le app siano aggiornate. Puoi comunque accedere ai tuoi codici esistenti nell\'app Bitwarden.
- %1$s | %2$s
- Sincronizza con l\'app Bitwarden
- Consenti la sincronizzazione dell\'app Authenticator nelle impostazioni per visualizzare tutti i codici di verifica qui.
- Portami alle impostazioni dell\'app
- Qualcosa è andato storto
- Per favore riprova
- Copy to Bitwarden vault
- Opzione di salvataggio predefinita
- Salva su Bitwarden
- Salva qui
- Niente
- Seleziona dove vuoi salvare i nuovi codici di verifica.
- Conferma
- Codice di verifica creato
- Salva qui questa chiave di autenticazione, o aggiungila ad un login su Bitwarden.
- Salva in modo predefinito
- Account sincronizzato dall\'app Bitwarden
- Codici locali
- Informazioni Richieste Mancanti
- "Mancano informazioni richieste (ad es. ‘servizi’ o ‘segreto’). Controlla il tuo file e riprova. Visita bitwarden.com/help per assistenza"
- "Il file non può essere elaborato"
- "Il file non può essere elaborato. Assicurati che sia compatibile con JSON e riprova. Hai bisogno di aiuto? Visita bitwarden.com/help"
- Ottieni aiuto
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-iw-rIL/strings.xml b/authenticator/src/main/res/values-iw-rIL/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-iw-rIL/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-ja-rJP/strings.xml b/authenticator/src/main/res/values-ja-rJP/strings.xml
deleted file mode 100644
index b562970c5e..0000000000
--- a/authenticator/src/main/res/values-ja-rJP/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- 生体認証
- キャンセル
- 項目の追加
- エラーが発生しました。
- リクエストを処理できませんでした。もう一度やり直すか、お問い合わせください。
- インターネット接続が必要です
- 続行する前にインターネットに接続してください。
- OK
- 同期中
- コピー
- 編集
- 閉じる
- Bitwarden Authenticator
- 名前
- 項目に回転を追加
- QRコードを読み取る
- QRコードを読み取る
- カメラをQRコードに向けてください。
- QRコードを読み取れませんか? キーを手動で入力してください
- 手動でキーを入力する
- 認証キーを追加できませんか?
- 結構です
- 設定
- スキャナーを利用するためにカメラの使用を許可する
- 空のアイテム一覧
- 表示するアイテムがありません。
- 新しいコードを追加してアカウントを保護します。
- コードを追加
- キーが読み込めません。
- 認証コードが追加されました
- ユーザー名
- 更新頻度
- アルゴリズム
- 非表示にする
- 表示する
- 上級者向け
- 高度なオプションを閉じる
- 桁数
- 保存
- 「%1$s」欄は必須です。
- %d 秒
- 保存中
- 項目を保存しました
- 情報
- OTPの種類
- 認証コード
- 検索に一致するアイテムはありません
- 戻る
- 消去
- コードの検索
- オプション
- 再試行
- 外観
- 既定(システム)
- テーマ
- 暗
- 明
- 言語が%1$sに変更されました。変更を反映するにはアプリを再起動してください
- Bitwarden Authenticator でアカウントを保護しましょう
- 2段階認証に対応したあらゆるアカウントの認証コードを取得します。
- 端末のカメラでコードを読み取り
- 各種アカウントの2段階認証の設定時に表示される、QRコードを読み取ります。
- その時限りのコードでサインイン
- 2段階認証を行う際、ユーザー名とパスワードに加えて、このアプリで生成されたコードを入力します。
- スキップ
- ヘルプ
- チュートリアルを開始
- %1$sをコピーしました
- アイテムを削除
- アイテムが削除されました
- 削除
- 完全に削除してもよろしいですか?元に戻すことはできません。
- データ
- エクスポート
- 読み込み中
- エクスポートの確認
- このエクスポートには、暗号化されていない形式のデータが含まれています。安全でない通信路(電子メールなど)を介してエクスポートされたファイルを保存または送信しないでください。使用後は、すぐにファイルを削除してください。
- ファイル形式
- 保管庫のエクスポート中に問題が発生しました。問題が解決しない場合は、ウェブ保管庫からエクスポートする必要があります。
- データのエクスポートに成功しました
- %1$sでロック解除
- 生体認証
- セキュリティ
- 生体認証でロック解除
- 生体認証の失敗回数が多すぎます。
- このアプリについて
- バージョン
- 続ける
- Bitwarden ヘルプセンター
- ヘルプセンターに進みますか?
- ヘルプセンターでBitwarden Authenticatorの詳しい利用方法をご覧ください。
- プライバシーポリシー
- プライバシーポリシーに進みますか?
- bitwarden.com でプライバシーポリシーをご覧ください。
- キー
- 認証コードを生成
- キーは必須です。
- 名前は必須です。
- クラッシュログを送信
- 保管庫のインポート中に問題が発生しました。
- 入力するファイル
- インポート
- 保管庫のインポートに成功しました
- キーが無効です。
- お気に入り
- お気に入り
- バックアップ
- データのバックアップ
- Bitwarden Authenticator のデータは、端末の定期バックアップによってバックアップ・復元されます。
- もっと詳しく
- 2FASのパスワードで保護されたファイルからのインポートには対応しておりません。パスワード保護されていないエクスポートファイルでもう一度お試しください。
- Bitwarden CSVファイルのインポートはサポートされていません。エクスポートされたJSONファイルで再試行してください。
- Bitwarden アプリをダウンロード
- すべてのログイン情報を格納し、認証アプリに認証コードを直接同期します。
- 今すぐダウンロード
- Bitwarden アプリと同期
- Learn more
- Bitwarden アプリからコードを同期できません。両方のアプリが最新であることを確認してください。既存のコードには Bitwarden アプリでアクセスできます。
- %1$s | %2$s
- Bitwarden アプリと同期
- ここにすべての認証コードを表示するためには、認証アプリの同期を許可してください。
- アプリの設定に移動
- 何らかのエラーが発生しました
- もう一度お試しください
- Bitwarden 保管庫にコピー
- デフォルトの保存オプション
- Bitwarden に保存
- ここに保存
- なし
- 新しい認証コードを保存する場所を選択します。
- 確認
- 認証コードが作成されました
- この認証キーをここに保存するか、Bitwarden アプリでログイン情報に追加してください。
- 選択をデフォルトとして保存
- Bitwarden アプリからアカウントが同期されました
- ローカルのコード
- 必須の情報がありません
- "必須の情報がありません(例:「サービス」または「シークレット」)。ファイルを確認して再度お試しください。サポートが必要な場合は bitwarden.com/help をご覧ください"
- "ファイルを処理できませんでした"
- "ファイルを処理できませんでした。有効な JSON であることを確認し、再度お試しください。ヘルプが必要な場合は bitwarden.com/help をご覧ください"
- ヘルプを参照する
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-ka-rGE/strings.xml b/authenticator/src/main/res/values-ka-rGE/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-ka-rGE/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-kn-rIN/strings.xml b/authenticator/src/main/res/values-kn-rIN/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-kn-rIN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-ko-rKR/strings.xml b/authenticator/src/main/res/values-ko-rKR/strings.xml
deleted file mode 100644
index 60115bf19c..0000000000
--- a/authenticator/src/main/res/values-ko-rKR/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- 취소
- Add item
- 오류가 발생했습니다.
- We were unable to process your request. Please try again or contact us.
- 인터넷 연결 필요
- 계속하기 전에 인터넷에 연결해 주세요.
- Okay
- Syncing
- 복사
- 편집
- 닫기
- Bitwarden Authenticator
- 이름
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- 설정
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- 사용자 이름
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- 저장
- %1$s 필드는 반드시 입력해야 합니다.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- 설정
- 다시 시도
- Appearance
- Default (System)
- Theme
- 어두운 테마
- 밝은 테마
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s 항목을 복사했습니다.
- Delete item
- 항목을 삭제했습니다.
- 삭제
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- %1$s로 잠금 해제
- Biometrics
- 보안
- Use biometrics to unlock
- Too many failed biometrics attempts.
- 정보
- 버전
- 계속
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- 즐겨찾기
- 즐겨찾기
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- 더 알아보기
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-lt-rLT/strings.xml b/authenticator/src/main/res/values-lt-rLT/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-lt-rLT/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-lv-rLV/strings.xml b/authenticator/src/main/res/values-lv-rLV/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-lv-rLV/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-ml-rIN/strings.xml b/authenticator/src/main/res/values-ml-rIN/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-ml-rIN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-mr-rIN/strings.xml b/authenticator/src/main/res/values-mr-rIN/strings.xml
deleted file mode 100644
index a8fbeb0ce2..0000000000
--- a/authenticator/src/main/res/values-mr-rIN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- बायोमेट्रिक पडताळणी
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- QR कोड स्कॅन करा
- QR कोड स्कॅन करा
- तुमचा कॅमेरा QR कोडवर रोखा.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- नाही धन्यवाद
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- लपवा
- दाखवा
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d सेकंद
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- कोड शोधा
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- बायोमेट्रिक्स
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- गोपनीयता धोरण
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-my-rMM/strings.xml b/authenticator/src/main/res/values-my-rMM/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-my-rMM/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-nb-rNO/strings.xml b/authenticator/src/main/res/values-nb-rNO/strings.xml
deleted file mode 100644
index 4781237bbf..0000000000
--- a/authenticator/src/main/res/values-nb-rNO/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Avbryt
- Legg til gjenstand
- En feil har oppstått.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Vennligst koble deg til internett før du fortsetter.
- Okay
- Synkroniserer
- Kopier
- Rediger
- Lukk
- Bitwarden-autentiserer
- Navn
- Add Item Rotation
- Skann en QR-kode
- Skann QR-kode
- Pek kameraet ditt mot QR-koden.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- Nei takk
- Innstillinger
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Legg til kode
- Cannot read key.
- Verification code added
- Brukernavn
- Refresh period
- Algoritme
- Skjul
- Vis
- Avansert
- Collapse advanced options
- Antall sifre
- Lagre
- The %1$s field is required.
- %d seconds
- Lagrer
- Item saved
- Informasjon
- OTP-type
- Verifiseringskoder
- There are no items that match the search
- Tilbake
- Tøm
- Search codes
- Innstillinger
- Prøv igjen
- Utseende
- Standard (System)
- Tema
- Mørk
- Lys
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Hopp over
- Hjelp
- Launch tutorial
- %1$s copied
- Slett gjenstanden
- Item deleted
- Slett
- Vil du virkelig slette denne permanent? Dette kan ikke angres.
- Data
- Eksporter
- Laster
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- Filformat
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometri
- Sikkerhet
- Use biometrics to unlock
- Too many failed biometrics attempts.
- Om
- Versjon
- Fortsett
- Bitwarden Help Center
- Vil du fortsette til Hjelpesenteret?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Personvernerklæring
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Nøkkel
- Create Verification code
- Key is required.
- Et navn er påkrevd.
- Submit crash logs
- There was a problem importing your vault.
- Filens kilde
- Importer
- Vault import successful
- Nøkkelen er ugyldig.
- Favoritt
- Favoritter
- Sikkerhetskopi
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Lær mer
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Last ned nå
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Noe gikk galt
- Vennligst prøv igjen
- Copy to Bitwarden vault
- Default save option
- Lagre til Bitwarden
- Lagre her
- Ingen
- Select where you would like to save new verification codes.
- Bekreft
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Få hjelp
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-ne-rNP/strings.xml b/authenticator/src/main/res/values-ne-rNP/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-ne-rNP/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-nl-rNL/strings.xml b/authenticator/src/main/res/values-nl-rNL/strings.xml
deleted file mode 100644
index 9b4f04ad21..0000000000
--- a/authenticator/src/main/res/values-nl-rNL/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometrische verificatie
- Annuleren
- Item toevoegen
- Er is een fout opgetreden.
- We hebben je verzoek niet kunnen verwerken. Probeer het opnieuw of neem contact met ons op.
- Internetverbinding vereist
- Maak verbinding met internet voordat je verder gaat.
- Okay
- Synchroniseren
- Kopiëren
- Bewerken
- Sluiten
- Bitwarden Authenticator
- Naam
- Item rotatie toevoegen
- Scan een QR-code
- QR-code scannen
- Richt je camera op de QR code.
- Cannot scan QR code? Enter key manually
- Sleutel handmatig invoeren
- Kan authenticatorsleutel niet toevoegen?
- Nee, bedankt
- Instellingen
- Camera-toestemming inschakelen om de scanner te gebruiken
- Lege item lijst
- Je hebt geen items om weer te geven.
- Voeg een nieuwe code toe om je accounts te beveiligen.
- Code toevoegen
- Kan sleutel niet lezen.
- Verificatiecode toegevoegd
- Gebruikersnaam
- Periode verversen
- Algoritme
- Verbergen
- Toon
- Geavanceerd
- Geavanceerde opties samenvouwen
- Aantal cijfers
- Opslaan
- Het %1$s veld is verplicht.
- %d seconden
- Opslaan
- Item opgeslagen
- Informatie
- OTP-type
- Verificatiecodes
- Er zijn geen items die overeenkomen met de zoekopdracht
- Terug
- Wissen
- Codes zoeken
- Opties
- Probeer opnieuw
- Weergave
- Standaard (systeem)
- Thema
- Donker
- Licht
- De taal is gewijzigd in %1$s. Start de app opnieuw op om de wijziging te zien
- Beveilig je accounts met Bitwarden Authenticator
- Ontvang verificatiecodes voor al je accounts die tweestapsverificatie ondersteunen.
- Gebruik de camera van je apparaat om codes te scannen
- Scan de QR-code in je instellingen voor tweestapsverificatie voor elk account.
- Inloggen met unieke codes
- Als je tweestapsverificatie gebruikt, voer je je gebruikersnaam en wachtwoord in en een code die in deze app wordt gegenereerd.
- Overslaan
- Help
- Tutorial starten
- %1$s gekopieerd
- Item verwijderen
- Item verwijderd
- Verwijderen
- Wil je echt permanent verwijderen? Dit kan niet ongedaan worden gemaakt.
- Gegevens
- Exporteren
- Laden
- Export bevestigen
- Deze export bevat je gegevens in een niet-versleutelde indeling. Bewaar of verstuur het geëxporteerde bestand niet via onbeveiligde kanalen (zoals e-mail). Verwijder het onmiddellijk nadat je het hebt gebruikt.
- Bestandsformaat
- Er is een probleem opgetreden bij het exporteren van je kluis. Als het probleem zich blijft voordoen, moet je exporteren vanuit de webkluis.
- Gegevens succesvol geëxporteerd
- Ontgrendelen met %1$s
- Biometrie
- Beveiliging
- Biometrie gebruiken om te ontgrendelen
- Te veel mislukte biometriepogingen.
- Over
- Versie
- Doorgaan
- Bitwarden Helpcentrum
- Doorgaan naar Helpcentrum?
- Lees meer over het gebruik van Bitwarden Authenticator in het Helpcentrum.
- Privacybeleid
- Doorgaan naar privacybeleid?
- Bekijk ons privacybeleid op bitwarden.com
- Sleutel
- Verificatiecode aanmaken
- Sleutel is vereist.
- Naam is vereist.
- Crashlogs indienen
- Er is een probleem opgetreden bij het importeren van je kluis.
- Bestand bron
- Importeren
- Kluis succesvol geïmporteerd
- Sleutel is ongeldig.
- Favoriet
- Favorieten
- Back-up
- Gegevens back-up
- Bitwarden Authenticator gegevens worden geback-upt en kunnen worden hersteld met je regelmatig geplande apparaat back-ups.
- Leer meer
- Importeren vanuit 2FAS-bestanden met wachtwoordbeveiliging wordt niet ondersteund. Probeer het opnieuw met een geëxporteerd bestand dat niet met een wachtwoord is beveiligd.
- Het importeren van Bitwarden CSV-bestanden wordt niet ondersteund. Probeer het opnieuw met een geëxporteerd JSON-bestand.
- Download de Bitwarden app
- Sla al je logins op en synchroniseer verificatiecodes direct met de Authenticator app.
- Nu downloaden
- Synchroniseren met Bitwarden app
- Learn more
- Kan geen codes synchroniseren vanuit de Bitwarden app. Zorg ervoor dat beide apps up-to-date zijn. Je hebt nog steeds toegang tot je bestaande codes in de Bitwarden app.
- %1$s | %2$s
- Synchroniseren met de Bitwarden app
- Authenticator app synchronisatie toestaan in instellingen om hier al je verificatiecodes te bekijken.
- Breng me naar de app-instellingen
- Er ging iets mis
- Probeer opnieuw
- Copy to Bitwarden vault
- Standaard opslaan optie
- Opslaan in Bitwarden
- Hier opslaan
- Geen
- Selecteer waar je nieuwe verificatiecodes wilt opslaan.
- Bevestigen
- Verificatiecode gemaakt
- Sla deze authenticatorsleutel hier op of voeg hem toe aan een login in je Bitwarden app.
- Opslaan optie als standaard
- Account gesynchroniseerd vanuit Bitwarden app
- Lokale codes
- Verplichte informatie ontbreekt
- "Vereiste informatie ontbreekt (bijv. 'services' of 'secret'). Controleer je bestand en probeer het opnieuw. Bezoek bitwarden.com/help voor ondersteuning"
- "Bestand kon niet worden verwerkt"
- "Bestand kon niet worden verwerkt. Zorg ervoor dat het geldige JSON is en probeer het opnieuw. Hulp nodig? Ga naar bitwarden.com/help"
- Krijg hulp
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-nn-rNO/strings.xml b/authenticator/src/main/res/values-nn-rNO/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-nn-rNO/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-or-rIN/strings.xml b/authenticator/src/main/res/values-or-rIN/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-or-rIN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-pl-rPL/strings.xml b/authenticator/src/main/res/values-pl-rPL/strings.xml
deleted file mode 100644
index bd8b5e1f03..0000000000
--- a/authenticator/src/main/res/values-pl-rPL/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Weryfikacja biometryczna
- Anuluj
- Dodaj element
- Wystąpił błąd.
- Nie mogliśmy przetworzyć żądania. Spróbuj ponownie lub skontaktuj się z nami.
- Połączenie z Internetem jest wymagane
- Połącz się z internetem zanim przejdziesz dalej.
- OK
- Synchronizuję
- Kopiuj
- Edytuj
- Zamknij
- Bitwarden Authenticator
- Nazwa
- Dodaj Obrót Produktu
- Zeskanuj kod QR
- Zeskanuj kod QR
- Skieruj aparat w stronę kodu QR.
- Nie możesz zeskanować kodu QR? Wprowadź klucz ręcznie
- Wprowadź klucz ręcznie
- Nie możesz dodać klucza uwierzytelniającego?
- Nie, dziękuję
- Ustawienia
- Włącz uprawnienia aparatu do korzystania ze skanera
- Pusta lista elementów
- Nie masz żadnych elementów do wyświetlenia.
- Dodaj nowy kod, by zabezpieczyć swoje konta.
- Dodaj kod
- Nie można odczytać klucza.
- Dodano kod weryfikacyjny
- Nazwa użytkownika
- Okres odświeżenia
- Algorytm
- Ukryj
- Pokaż
- Zaawansowane
- Zwiń opcje zaawansowane
- Liczba cyfr
- Zapisz
- Pole %1$s jest wymagane.
- %d sekund
- Zapisywanie
- Element został zapisany
- Informacje
- Typ OTP
- Kody weryfikacyjne
- Brak elementów, które pasują do wyszukiwania
- Powrót
- Wyczyść
- Szukaj kodów
- Opcje
- Spróbuj ponownie
- Wygląd
- Domyślny (Systemowy)
- Motyw
- Ciemny
- Jasny
- Język został zmieniony na %1$s. Uruchom aplikację ponownie, aby zobaczyć zmiany
- Zabezpiecz swoje konta za pomocą Bitwarden Authenticator
- Uzyskaj kody weryfikacyjne dla wszystkich swoich kont, które obsługują dwuetapową weryfikację.
- Użyj aparatu do skanowania kodów
- Zeskanuj kod QR w ustawieniach weryfikacji dwuetapowej dla każdego konta.
- Zaloguj się za pomocą unikalnych kodów
- Gdy używasz dwuetapowej weryfikacji, wprowadzisz nazwę użytkownika, hasło oraz kod wygenerowany w tej aplikacji.
- Pomiń
- Pomoc
- Uruchom samouczek
- Skopiowano %1$s
- Usuń element
- Element usunięty
- Usuń
- Czy na pewno chcesz trwale usunąć? Tej operacji nie można cofnąć.
- Dane
- Eksportuj
- Ładowanie
- Potwierdź eksport
- Plik zawiera dane sejfu w niezaszyfrowanym formacie. Nie powinieneś go przechowywać, ani przesyłać poprzez niezabezpieczone kanały (takie jak poczta e-mail). Skasuj go natychmiast po użyciu.
- Format pliku
- Wystąpił problem z wyeksportowaniem sejfu. Jeśli problem nadal występuje, musisz wyeksportować dane z sejfu internetowego.
- Dane wyeksportowane pomyślnie
- Odblokuj z %1$s
- Biometria
- Zabezpieczenia
- Użyj biometrii by odblokować
- Zbyt wiele nieudanych prób biometrycznych.
- O aplikacji
- Wersja
- Kontynuuj
- Centrum pomocy Bitwarden
- Kontynuować do Centrum Pomocy?
- Dowiedz się więcej o tym, jak korzystać z uwierzytelniania Bitwarden w Centrum Pomocy.
- Polityka prywatności
- Przejść do polityki prywatności?
- Sprawdź naszą politykę prywatności na bitwarden.com
- Klucz
- Utwórz kod weryfikacyjny
- Klucz jest wymagany.
- Nazwa jest wymagana.
- Prześlij dzienniki awarii
- Podczas importowania sejfu wystąpił problem.
- Źródło pliku
- Importuj
- Import sejfu zakończony powodzeniem
- Klucz jest nieprawidłowy.
- Ulubione
- Ulubione
- Kopia zapasowa
- Kopia zapasowa danych
- Kopia zapasowa danych Bitwarden Authenticator jest wykonywana i może być przywrócona z regularnymi kopiami zapasowymi urządzenia.
- Dowiedz się więcej
- Importowanie z plików chronionych hasłami 2FAS nie jest obsługiwane. Spróbuj ponownie z eksportowanym plikiem, który nie jest chroniony hasłem.
- Importowanie plików CSV w Bitwarden nie jest obsługiwane. Spróbuj ponownie z eksportowanym plikiem JSON.
- Pobierz aplikację Bitwarden
- Przechowuj wszystkie swoje logowania i synchronizuj kody weryfikacyjne bezpośrednio z aplikacją Authenticator.
- Pobierz teraz
- Synchronizacja z aplikacją Bitwarden
- Dowiedz się więcej
- Nie można zsynchronizować kodów z aplikacji Bitwarden. Upewnij się, że obie aplikacje są aktualne. Nadal możesz uzyskać dostęp do istniejących kodów w aplikacji Bitwarden.
- %1$s | %2$s
- Synchronizuj z aplikacją Bitwarden
- Zezwalaj aplikacji Authenticator na synchronizację w ustawieniach aby wyświetlić tutaj wszystkie Twoje kody weryfikacyjne.
- Przejdź do ustawień aplikacji
- Coś poszło nie tak
- Proszę spróbować ponownie.
- Skopiuj do sejfu Bitwarden
- Domyślna opcja zapisu
- Zapisz w Bitwarden
- Zapisz tutaj
- Żaden
- Wybierz, gdzie chcesz zapisać nowe kody weryfikacyjne.
- Potwierdź
- Kod weryfikacyjny został utworzony
- Zapisz ten klucz uwierzytelniający tutaj lub dodaj go do logowania w aplikacji Bitwarden.
- Zapisz opcję jako domyślną
- Konto zsynchronizowane z aplikacji Bitwarden
- Kody lokalne
- Brakujące wymagane informacje
- "Brakuje wymaganych informacji (np. ‘services’ lub ‘secret’). Sprawdź swój plik i spróbuj ponownie. Odwiedź bitwarden.com/help by uzyskać pomoc"
- "Plik nie może zostać przetworzony"
- "Plik nie może być przetworzony. Upewnij się, że plik JSON jest prawidłowy i spróbuj ponownie. Potrzebujesz pomocy? Odwiedź bitwarden.com/help"
- Uzyskaj pomoc
- Rozwiń zaawansowane opcje
- Lokalne elementy są rozwinięte, kliknij, aby zwinąć.
- Lokalne elementy są zwijane, kliknij, aby rozwinąć.
- Elementy są rozwinięte, kliknij, aby zwinąć.
- Elementy są zwinięte, kliknij, aby rozwinąć.
-
diff --git a/authenticator/src/main/res/values-pt-rBR/strings.xml b/authenticator/src/main/res/values-pt-rBR/strings.xml
deleted file mode 100644
index 8e250eb78a..0000000000
--- a/authenticator/src/main/res/values-pt-rBR/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Verificação biométrica
- Cancelar
- Adicionar item
- Ocorreu um erro.
- Não foi possível processar o seu pedido. Por favor, tente novamente ou entre em contato conosco.
- É necessária uma conexão com a Internet
- Por favor, conecte-se à internet antes de continuar.
- Okay
- Sincronizando
- Copiar
- Editar
- Fechar
- Autenticador Bitwarden
- Nome
- Adicionar Rotação do Item
- Escanear QR code
- Escanear QR code
- Aponte sua câmera para o QR code.
- Cannot scan QR code? Enter key manually
- Insira a chave manualmente.
- Não foi possível adicionar chave de autenticação?
- Não obrigado
- Configurações
- Conceda permissão de uso da câmera para usar o scanner
- Lista de Itens Vazios
- Você não tem nenhum item para exibir.
- Adicione um novo código para proteger suas contas.
- Adicionar código
- Impossível ler a chave.
- Código de verificação adicionado
- Nome de usuário
- Período de atualização
- Algoritmo
- Ocultar
- Mostrar
- Avançado
- Recolher opções avançadas
- Número de dígitos
- Salvar
- O campo %1$s é necessário.
- %d segundos
- Salvando
- Item salvo
- Informação
- Tipo de OTP
- Códigos de verificação
- Não há itens que correspondam à pesquisa
- Voltar
- Limpar
- Buscar códigos
- Opções
- Tentar novamente
- Aparência
- Padrão (Sistema)
- Tema
- Escuro
- Claro
- O idioma foi alterado para %1$s. Por favor, reinicie o aplicativo para ver a alteração
- Proteja suas contas com o Bitwarden Authenticator
- Obtenha códigos de verificação para todas as suas contas que suportam verificação em duas etapas.
- Use a câmera do seu dispositivo para escanear códigos
- Digitalize o QR code nas configurações de verificação de duas etapas para qualquer conta.
- Fazer login usando códigos únicos
- Ao usar a verificação em duas etapas, você digitará seu nome de usuário e senha e um código gerado neste aplicativo.
- Pular
- Ajuda
- Iniciar tutorial
- %1$s copiado
- Excluir item
- Item excluído
- Excluir
- Você realmente quer excluir permanentemente? Isso não pode ser desfeito.
- Dados
- Exportar
- Carregando
- Confirmar exportação
- Esta exportação contém os dados do seu cofre em um formato não criptografado. Você não deve armazenar ou enviar o arquivo exportado por canais inseguros (como e-mail). Exclua o arquivo imediatamente após terminar de usá-lo.
- Formato do arquivo
- Houve um problema ao exportar o seu cofre. Caso o problema persista, você precisará exportar através do cofre web.
- Dados exportados com sucesso
- Desbloquear com %1$s
- Biometria
- Segurança
- Usar biometria para desbloquear
- Muitas tentativas falhas de biometria.
- Sobre
- Versão
- Continuar
- Central de Ajuda Bitwarden
- Continuar para o Centro de Ajuda?
- Saiba mais sobre como usar o Bitwarden no Centro de Ajuda.
- Política de privacidade
- Continuar para a política de privacidade?
- Confira a nossa política de privacidade em bitwarden.com
- Chave
- Criar código de verificação
- Chave é obrigatória.
- Nome é necessário.
- Enviar registros de erros
- Houve um problema ao importar o seu cofre.
- Origem do Arquivo
- Importar
- Cofre importado com sucesso
- Chave é inválida.
- Favorito
- Favoritos
- Backup
- Backup de dados
- Os dados do Bitwarden Authenticator são salvos e podem ser restaurados com os backups agendados regularmente.
- Saber mais
- Não é possível importar de arquivos protegidos por senha 2FAS. Tente novamente com um arquivo exportado que não esteja protegido por senha.
- A importação de arquivos CSV do Bitwarden não é suportada. Tente novamente com um arquivo JSON exportado.
- Baixe o aplicativo Bitwarden
- Armazene todos os seus logins e sincronize códigos de verificação diretamente com o app Autenticador.
- Baixe agora
- Sincronizar com o aplicativo Bitwarden
- Learn more
- Não é possível sincronizar os códigos do aplicativo Bitwarden. Certifique-se de que ambos os aplicativos estão atualizados. Você ainda pode acessar os códigos existentes no aplicativo Bitwarden.
- %1$s ├%2$s
- Sincronizar com o aplicativo Bitwarden
- Permitir a sincronização do app Autenticador em configurações para ver todos os seus códigos de verificação aqui.
- Me leve para as configurações do aplicativo
- Algo deu errado
- Por favor, tente novamente
- Copy to Bitwarden vault
- Opção padrão de salvar
- Salvar no Bitwarden
- Salvar aqui
- Nenhum
- Selecione onde você gostaria de salvar os novos códigos de verificação.
- Confirmar
- Código de verificação criado
- Salve esta chave de autenticador aqui, ou adicione-a a um login no seu aplicativo Bitwarden.
- Salvar opção como padrão
- Conta sincronizada do aplicativo Bitwarden
- Códigos locais
- Informações necessárias faltando
- "As informações necessárias estão faltando (ex.: 'serviços' ou 'segredo'). Verifique o seu arquivo e tente novamente. Visite bitwarden.com/help para obter suporte"
- "O arquivo não pode ser processado"
- "O arquivo não pôde ser processado. Certifique-se de que é um JSON válido e tente novamente. Precisa de ajuda? Visite bitwarden.com/help"
- Obter Ajuda
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-pt-rPT/strings.xml b/authenticator/src/main/res/values-pt-rPT/strings.xml
deleted file mode 100644
index 65318d563c..0000000000
--- a/authenticator/src/main/res/values-pt-rPT/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Verificação biométrica
- Cancelar
- Adicionar item
- Ocorreu um erro.
- Não foi possível processar o seu pedido. Por favor, tente novamente ou contacte-nos.
- Ligação à Internet necessária
- Por favor, ligue-se à Internet antes de continuar.
- OK
- A sincronizar
- Copiar
- Editar
- Fechar
- Bitwarden Authenticator
- Nome
- Adicionar rotação de item
- Ler um código QR
- Ler código QR
- Aponte a sua câmara para o código QR.
- Não consegue ler o código QR? Introduzir chave manualmente
- Introduzir a chave manualmente.
- Não é possível adicionar uma chave de autenticação?
- Não, obrigado
- Definições
- Ative a permissão da câmara para utilizar o digitalizador
- Lista de itens vazios
- Não tem itens para apresentar.
- Adicione um novo código para proteger as suas contas.
- Adicionar código
- Não é possível ler a chave.
- Códigos de verificação adicionados
- Nome de utilizador
- Período de atualização
- Algoritmo
- Ocultar
- Mostrar
- Avançadas
- Ocultar opções avançadas
- Número de dígitos
- Guardar
- O campo %1$s é obrigatório.
- %d segundos
- A guardar
- Item guardado
- Informações
- Tipo de OTP
- Códigos de verificação
- Não existem itens que correspondam à pesquisa
- Voltar
- Limpar
- Procurar códigos
- Opções
- Tentar novamente
- Aparência
- Predefinido (Sistema)
- Tema
- Escuro
- Claro
- O idioma foi alterado para %1$s. Por favor, reinicie a app para ver as alterações
- Proteja as suas contas com o Bitwarden Authenticator
- Obtenha códigos de verificação para todas as suas contas que suportam a verificação de dois passos.
- Utilize a câmara do seu dispositivo para ler códigos
- Digitalize o código QR nas suas definições de verificação de dois passos para qualquer conta.
- Inicie sessão utilizando códigos únicos
- Ao utilizar a verificação de dois passos, introduz o seu nome de utilizador e palavra-passe e um código gerado nesta aplicação.
- Saltar
- Ajuda
- Iniciar tutorial
- %1$s copiado(a)
- Eliminar item
- Item eliminado
- Eliminar
- Pretende mesmo eliminar permanentemente? Esta ação não pode ser anulada.
- Dados
- Exportar
- A carregar
- Confirmar a exportação
- Esta exportação contém os seus dados num formato não encriptado. Não deve armazenar ou enviar o ficheiro exportado através de canais não seguros (como o e-mail). Elimine-o imediatamente após terminar a sua utilização.
- Formato do ficheiro
- Ocorreu um problema ao exportar o seu cofre. Se o problema persistir, terá de exportar a partir do cofre Web.
- Dados exportados com sucesso
- Desbloquear com %1$s
- Biometria
- Segurança
- Utilizar a biometria para desbloquear
- Demasiadas tentativas falhadas de biometria.
- Acerca de
- Versão
- Continuar
- Centro de ajuda do Bitwarden
- Continuar para o Centro de ajuda?
- Saiba mais sobre como utilizar o Bitwarden Authenticator no Centro de ajuda.
- Política de privacidade
- Continuar para a política de privacidade?
- Consulte a nossa política de privacidade em bitwarden.com
- Chave
- Criar código de verificação
- É necessária uma chave.
- O nome é obrigatório.
- Submeter registo de falhas
- Ocorreu um problema ao importar o seu cofre.
- Fonte do ficheiro
- Importar
- Cofre importado com sucesso
- A chave é inválida.
- Adicionar aos favoritos
- Favoritos
- Cópia de segurança
- Cópia de segurança dos dados
- Os dados do Bitwarden Authenticator são armazenados em cópia de segurança e podem ser restaurados com as cópias de segurança regulares do dispositivo.
- Saber mais
- A importação de ficheiros 2FAS protegidos por palavra-passe não é suportada. Tente novamente com um ficheiro exportado que não esteja protegido por palavra-passe.
- A importação de ficheiros Bitwarden CSV não é suportada. Tente novamente com um ficheiro JSON exportado.
- Descarregar a app Bitwarden
- Armazene todas as suas credenciais e sincronize os códigos de verificação diretamente com a app Authenticator.
- Descarregar agora
- Sincronizar com a app Bitwarden
- Saber mais
- Não é possível sincronizar códigos da app Bitwarden. Certifique-se de que ambas as aplicações estão atualizadas. Ainda pode aceder aos seus códigos existentes na app Bitwarden.
- %1$s | %2$s (%3$d)
- Sincronizar com a app Bitwarden
- Para ver todos os seus códigos de verificação, terá de permitir a sincronização em todas as suas contas.
- Ir às definições da app
- Alguma coisa correu mal
- Por favor, tente novamente
- Copiar para o cofre Bitwarden
- Opção de guardar predefinida
- Guardar no Bitwarden
- Guardar aqui
- Nenhum
- Selecione o local onde pretende guardar os novos códigos de verificação.
- Confirmar
- Código de verificação criado
- Guarde esta chave de autenticação aqui ou adicione-a a uma credencial na sua app Bitwarden.
- Guardar opção como predefinição
- Conta sincronizada a partir da app Bitwarden
- Códigos locais (%1$d)
- Informações necessárias em falta
- "A informação necessária está em falta (por exemplo, \"serviços\" ou \"segredo\"). Verifique o seu ficheiro e tente novamente. Visite bitwarden.com/help para obter suporte"
- "O ficheiro não pôde ser processado"
- "O ficheiro não pôde ser processado. Certifique-se de que se trata de um JSON válido e tente novamente. Precisa de ajuda? Visite bitwarden.com/help"
- Obter ajuda
- Expandir opções avançadas
- Os itens locais estão expandidos, clique para recolher.
- Os itens locais estão recolhidos, clique para expandir.
- Os itens estão expandidos, clique para recolher.
- Os itens estão recolhidos, clique para expandir.
-
diff --git a/authenticator/src/main/res/values-ro-rRO/strings.xml b/authenticator/src/main/res/values-ro-rRO/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-ro-rRO/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-ru-rRU/strings.xml b/authenticator/src/main/res/values-ru-rRU/strings.xml
deleted file mode 100644
index 58c27d41ee..0000000000
--- a/authenticator/src/main/res/values-ru-rRU/strings.xml
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
- Биометрическая верификация
- Отменить
- Добавить элемент
- Произошла ошибка.
- Мы не смогли обработать ваш запрос. Пожалуйста, попробуйте еще раз или свяжитесь с нами.
- Требуется подключение к Интернету
- Прежде чем продолжить, подключитесь к Интернету.
- OK
- Синхронизация
- Копировать
- Редактировать
- Закрыть
- Аутентификатор Bitwarden
- Имя
- Добавить ротацию элементов
- Сканирование QR-кода
- Сканирование QR-кода
- Наведите камеру на QR-код.
- Не удается сосканировать QR-код? Введите ключ вручную
- Введите клавишу вручную
- Не удается добавить ключ аутентификатора?
- Нет, спасибо
- Настройки
- Дайте разрешение камеры на использование сканера
- Пустой список элементов
- У вас нет предметов для отображения.
- Добавьте новый код для защиты учетных записей.
- Добавить код
- Невозможно прочитать ключ.
- Добавлен код проверки
- Имя пользователя
- Период обновления
- Алгоритм
- Скрыть
- Показать
- Расширенный
- Свернуть дополнительные параметры
- Количество цифр
- Сохранить
- Поле %1$s является обязательным.
- %d секунд
- Сохранение
- Элемент сохранен
- Информация
- Тип OTP
- Коды верификации
- Нет элементов, соответствующих запросу
- Назад
- Очистить
- Искать коды
- Опции
- Попробуйте еще
- Внешний вид
- По умолчанию (система)
- Тема
- Темная
- Светлая
- Язык был изменен на %1$s. Пожалуйста, перезапустите приложение, чтобы увидеть изменения
- Защитите свои учетные записи с помощью аутентификатора Bitwarden
- Получите коды проверки для всех ваших учетных записей, поддерживающих 2-этапную проверку.
- Используйте камеру вашего устройства для сканирования кодов
- Сканируйте QR-код в настройках
-2-этапной верификации для любой учетной записи.
- Авторизуйтесь с помощью уникальных кодов
- При использовании 2-этапной верификации вы введете свое имя пользователя, пароль и код, сгенерированный в этом приложении.
- Пропустить
- Помощь
- Руководство по эксплуатации
- %1$s скопировано
- Удалить элемент
- Элемент удален
- Удалить
- Вы действительно хотите удалить его навсегда? Это невозможно отменить.
- Данные
- Экспорт
- Загрузка
- Подтвердите экспорт
- Этот экспорт содержит ваши данные в незашифрованном формате. Не следует хранить или отправлять экспортированный файл по незащищенным каналам (например, по электронной почте). Удалите его сразу после завершения работы.
- Формат файла
- Возникла проблема с экспортом вашего хранилища. Если проблема сохраняется, вам нужно экспортировать из
-веб хранилища.
- Данные успешно экспортированы
- Разблокируйте с помощью %1$s
- Биометрия
- Безопасность
- Используйте биометрические данные для разблокировки
- Слишком много неудачных попыток биометрии.
- О приложении
- Версия
- Продолжить
- Справочный центр Bitwarden
- Продолжить работу в Справочном центре?
- Узнайте больше о том, как использовать аутентификатор Bitwarden, в Справочном центре.
- Политика конфиденциальности
- Перейти к политике конфиденциальности?
- Ознакомьтесь с нашей политикой конфиденциальности на сайте bitwarden.com
- Ключ
- Создайте верификационный код
- Требуется ключ.
- Имя обязательно.
- Отправьте журналы сбоев
- Возникла проблема с импортом вашего хранилища.
- Источник файла
- Импорт
- Импорт хранилища прошел успешно
- Ключ недействителен.
- Избранное
- Избранное
- Резервное копирование
- Резервное копирование данных
- Данные Bitwarden Аутентификатора сохраняются в резервной копии и могут быть восстановлены при регулярном резервном копировании устройства.
- Узнать больше
- Импорт из файлов, защищенных паролем 2FAS, не поддерживается. Повторите попытку с экспортированным файлом, не защищенным паролем.
- Импорт CSV-файлов Bitwarden не поддерживается. Повторите попытку с экспортированным JSON-файлом.
- Загрузите приложение Bitwarden
- Храните все свои логины и синхронизируйте коды проверки непосредственно с приложением \"Аутентификатор\".
- Скачать сейчас
- Синхронизация с приложением Bitwarden
- Узнать больше
- Невозможно синхронизировать коды из приложения Bitwarden. Убедитесь, что оба приложения обновлены. Вы по-прежнему можете получить доступ к существующим кодам в приложении Bitwarden.
- %1$s | %2$s
- Синхронизация с приложением Bitwarden
- Разрешите синхронизацию приложения \"Аутентификатор\" в настройках, чтобы просмотреть все ваши проверочные коды здесь.
- Перейдите к настройкам приложения
- Что-то пошло не так
- Пожалуйста, попробуйте еще раз
- Скопировать в хранилище Bitwarden
- Вариант сохранения по умолчанию
- Сохранить в Bitwarden
- Сохранить здесь
- Нет
- Выберите место, где вы хотите сохранять новые проверочные коды.
- Подтвердить
- Верификационный код создан
- Сохраните этот ключ аутентификатора здесь или добавьте его к логину в приложении Bitwarden.
- Сохранить опцию по умолчанию
- Аккаунт синхронизирован из приложения Bitwarden
- Локальные коды
- Отсутствует необходимая информация
- "Отсутствует необходимая информация (например, 'services' или 'secret'). Проверьте файл и повторите попытку. Посетите bitwarden.com/help для получения поддержки"
- "Файл не удалось обработать"
- "Файл не удалось обработать. Убедитесь, что это корректный JSON, и повторите попытку. Нужна помощь? Посетите bitwarden.com/help"
- Получить помощь
- Развернуть дополнительные параметры
- Локальные элементы развернуты, нажмите, чтобы свернуть.
- Локальные элементы свернуты, нажмите, чтобы развернуть.
- Элементы развернуты, нажмите, чтобы свернуть.
- Элементы свернуты, нажмите, чтобы развернуть.
-
diff --git a/authenticator/src/main/res/values-si-rLK/strings.xml b/authenticator/src/main/res/values-si-rLK/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-si-rLK/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-sk-rSK/strings.xml b/authenticator/src/main/res/values-sk-rSK/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-sk-rSK/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-sl-rSI/strings.xml b/authenticator/src/main/res/values-sl-rSI/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-sl-rSI/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-sr-rSP/strings.xml b/authenticator/src/main/res/values-sr-rSP/strings.xml
deleted file mode 100644
index 6d38b46443..0000000000
--- a/authenticator/src/main/res/values-sr-rSP/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Биометријска провера
- Откажи
- Додај ставку
- Појавила се грешка.
- Ваш захтев није успео да буде обрађен. Покушајте поново или нас контактирајте.
- Неопходна је веза са интернетом
- Повежите се на Интернет пре него што наставите.
- Okay
- Синхронизација
- Копирај
- Уреди
- Затвори
- Bitwarden Authenticator
- Име
- Додај ротацију ставке
- Скенирај QR кôд
- Скенирајте QR кôд
- Усмерите камеру на QR код.
- Cannot scan QR code? Enter key manually
- Унесите кључ ручно.
- Не може да се дода верификациони кôд?
- Не, хвала
- Подешавања
- Омогућите дозволу камере за коришћење скенера
- Празан списак
- Немате ниједну ставку за приказ.
- Додајте нови кôд да бисте заштитили своје налоге.
- Додај кôд
- Није могуће прочитати кључ.
- Верификациони кôд је додат
- Корисничко име
- Период освежавања
- Алгоритам
- Сакриј
- Прикажи
- Напредно
- Скупи напредне опције
- Број цифара
- Сачувај
- Поље %1$s је обавезно.
- %d сек.
- Чување
- Ставка сачувана
- Информација
- Тип ОТП
- Верификациони кôдови
- Нема ставки које одговарају претрази
- Назад
- Очисти
- Претражи кодове
- Опције
- Покушајте поново
- Изглед
- Подразумевано (системско)
- Тема
- Тамна
- Светла
- Језик је промењен у %1$s. Поново покрените апликацију да бисте видели промену
- Осигурајте своје налоге помоћу Bitwarden Authenticator-а
- Добијте верификационе кодове за све ваше налоге које подржају верификације у 2 корака.
- Користите камеру уређаја за скенирање кодова
- Скенирајте QR кôд у подешавањима верификације у 2 корака за било који налог.
- Пријавите се користећи јединствене кодове
- Када користите верификацију у 2 корака, унећете своје корисничко име и лозинку и кôд генерисан у овој апликацији.
- Прескочи
- Помоћ
- Покрените водич
- %1$s копирано
- Обриши ставку
- Ставка обрисана
- Обриши
- Да ли сигурно желите да трајно избришете? Ово се не може поништити.
- Подаци
- Извези
- Учитавање
- Потврдите извоз
- Овај извоз садржи податке у нешифрираном формату. Не бисте смели да сачувате или шаљете извезену датотеку преко несигурних канала (као што је имејл). Избришите датотеку одмах након што завршите са коришћењем.
- Формат датотеке
- Дошло је до проблема при извозу сефа. Ако се проблем настави, мораћете да извезете из веб сефа.
- Податци успешно извежени
- Откључај са %1$s
- Биометријом
- Сигурност
- Користи биометријско откључавање
- Превише неуспешних покушаја биометрије.
- О апликацији
- Верзија
- Настави
- Bitwarden помоћни центар
- Настави на помоћни центар?
- Learn more about how to use Bitwarden Authenticator у помоћни центар.
- Полиса приватности
- Желите ли да наставите са политиком приватности?
- Погледајте нашу политику приватности на bitwarden.com
- Кључ
- Креирати верификациони кôд
- Кључ је неопходан.
- Име је неопходно.
- Пошаљите евиденцију о паду
- Дошло је до проблема при увозу вашег сефа.
- Изворна датотека
- Увоз
- Увоз сефа је успео
- Кључ је неважећи.
- Омиљено
- Омиљени
- Резервна копија
- Повратак података
- Направљена је резервна копија података Bitwarden Authenticator-а и могу се вратити помоћу редовних резервних копија уређаја.
- Сазнај више
- Увоз из 2ФА датотека заштићених лозинком није подржан. Покушајте поново са извезеном датотеком која није заштићена лозинком.
- Увоз Bitwarden CSV датотека није подржан. Покушајте поново са извезеном JSON датотеком.
- Преузмите апликацију Bitwarden
- Чувајте све своје пријаве и синхронизујте верификационе кôдове директно са апликацијом Authenticator.
- Преузми сада
- Синхронизујте са апликацијом Bitwarden
- Learn more
- Није могуће синхронизовати кодове из апликације Bitwarden. Уверите се да су обе апликације ажуриране. И даље можете да приступите својим постојећим кодовима у апликацији Bitwarden.
- %1$s | %2$s
- Синхронизујте са апликацијом Bitwarden
- Дозволите синхронизацију апликације Authenticator у подешавањима да бисте видели све своје верификационе кôдове овде.
- Одведи ме до подешавања апликације
- Нешто није у реду
- Покушајте поново
- Copy to Bitwarden vault
- Подразумевана опција чувања
- Сачувај у Bitwarden
- Сачувај овде
- Ниједан
- Изаберите где желите да сачувате нове верификационе кодове.
- Потврди
- Верификациони кôд је креиран
- Сачувајте овај кључ за аутентификацију овде или га додајте у пријаву у своју Bitwarden апликацију.
- Сачувај опцију као подразумевану
- Налог је синхронизован из апликације Bitwarden
- Локални кодови
- Недостају потребне информације
- "Потребне информације недостају (нпр. \"услуге\" или \"тајна\"). Проверите своју датотеку и покушајте поново. Посетите bitwarden.com/help за подршку"
- "Није могуће обрадити датотеку"
- "Датотека се не може обрадити. Осигурајте да је валидан JSON и покушајте поново. Требате помоћ? Посетите bitwarden.com/help"
- Потражи помоћ
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-sv-rSE/strings.xml b/authenticator/src/main/res/values-sv-rSE/strings.xml
deleted file mode 100644
index 3bdf5067ea..0000000000
--- a/authenticator/src/main/res/values-sv-rSE/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometrisk verifiering
- Avbryt
- Lägg till objekt
- Ett fel har inträffat.
- Vi kunde inte behandla din begäran. Försök igen eller kontakta oss.
- Internetanslutning krävs
- Anslut till internet innan du fortsätter.
- Okej
- Synkroniserar
- Kopiera
- Redigera
- Stäng
- Bitwarden Authenticator
- Namn
- Lägg till objektrotation
- Skanna en QR-kod
- Skanna QR-kod
- Rikta din kamera mot QR-koden.
- Kan du inte skanna QR-koden? Ange nyckeln manuellt
- Ange nyckel manuellt.
- Kan inte lägga till authenticator-nyckeln?
- Nej tack
- Inställningar
- Bevilja kamerabehörighet för att använda skannern
- Tom objektlistning
- Du har inga objekt att visa.
- Lägg till en ny kod för att säkra dina konton.
- Lägg till kod
- Kan inte läsa nyckel.
- Verifieringskod har lagts till
- Användarnamn
- Uppdateringstid
- Algoritm
- Dölj
- Visa
- Avancerat
- Fäll in avancerade alternativ
- Antal siffror
- Spara
- Fältet %1$s krävs.
- %d sekunder
- Sparar
- Objekt sparat
- Information
- OTP-typ
- Verifieringskoder
- Det finns inga objekt som matchar sökningen
- Tillbaka
- Rensa
- Sök koder
- Alternativ
- Försök igen
- Utseende
- Standard (System)
- Tema
- Mörkt
- Ljust
- Språket har ändrats till %1$s. Starta om appen för att aktivera ändringen
- Säkra dina konton med Bitwarden Authenticator
- Få verifieringskoder för alla dina konton som har stöd för tvåstegsverifiering.
- Använd enhetens kamera för att skanna koder
- Skanna QR-koden i inställningarna för din tvåstegsverifiering för alla konton.
- Logga in med unika koder
- När du använder tvåstegsverifiering anger du ditt användarnamn och lösenord samt en kod som genereras i den här appen.
- Hoppa över
- Hjälp
- Starta handledning
- %1$s kopierades
- Radera objekt
- Objekt togs bort
- Radera
- Är du säker på att du vill radera permanent? Detta går inte att ångra.
- Data
- Exportera
- Laddar
- Bekräfta export
- Denna export innehåller din data i ett okrypterat format. Du bör inte lagra eller skicka den exporterade filen över osäkra kanaler (t.ex. e-post). Radera den omedelbart när du är färdig med den.
- Filformat
- Det gick inte att exportera ditt valv. Om problemet kvarstår måste du exportera från webbvalvet istället.
- Dataexporten lyckades
- Lås upp med %1$s
- Biometri
- Säkerhet
- Använd biometri för att låsa upp
- För många misslyckade biometriska försök.
- Om
- Version
- Fortsätt
- Bitwarden Hjälpcenter
- Fortsätt till Hjälpcenter?
- Läs mer om hur du använder Bitwarden Authenticator i hjälpcentret.
- Integritetspolicy
- Fortsätt till integritetspolicy?
- Kolla in vår integritetspolicy på bitwarden.com
- Nyckel
- Skapa verifieringskod
- Nyckel krävs.
- Namn krävs.
- Skicka kraschloggar
- Det uppstod ett problem vid import av ditt valv.
- Filkälla
- Importera
- Import av valv lyckades
- Nyckeln är ogiltig.
- Favorit
- Favoriter
- Säkerhetskopiera
- Säkerhetskopierad data
- Bitwarden Authenticator-data säkerhetskopieras och kan återställas med dina regelbundna schemalagda säkerhetskopior.
- Läs mer
- Importera från 2FAS-lösenordsskyddade filer stöds inte. Försök igen med en exporterad fil som inte är lösenordsskyddad.
- Import av Bitwarden CSV-filer stöds inte. Försök igen med en exporterad JSON-fil.
- Ladda ner Bitwarden-appen
- Spara alla inloggningar och synkronisera verifieringskoder direkt med Authenticator-appen.
- Ladda ner nu
- Synkronisera med Bitwarden-appen
- Läs mer
- Det går inte att synkronisera koder från Bitwarden-appen. Se till att båda apparna är uppdaterade. Du kan fortfarande komma åt dina befintliga koder i Bitwarden-appen.
- %1$s | %2$s
- Synkronisera med Bitwarden-appen
- För att kunna se alla dina verifieringskoder måste du tillåta synkronisering på alla dina konton.
- Ta mig till appinställningarna
- Någonting gick fel
- Försök igen
- Kopiera till Bitwarden-valv
- Spara alternativ som standard
- Spara till Bitwarden
- Spara här
- Ingen
- Välj var du vill spara nya verifieringskoder.
- Bekräfta
- Verifieringskod skapades
- Spara denna autentiseringsnyckel här eller lägg till den i en inloggning i din Bitwarden-app.
- Spara alternativ som standard
- Konto synkroniserat från Bitwarden-appen
- Lokala koder (%1$d)
- Nödvändig information saknas
- "Nödvändig information saknas (t.ex. ”services” eller ”secret”). Kontrollera din fil och försök igen. Besök bitwarden.com/help för support"
- "Filen kunde inte behandlas"
- "Filen kunde inte behandlas. Kontrollera att det är giltig JSON och försök igen. Behöver du hjälp? Besök bitwarden.com/help"
- Få hjälp
- Expandera avancerade alternativ
- Lokala objekt är expanderade, klicka för att fälla in.
- Lokala objekt är infällda, klicka för att expandera.
- Objekt är expanderade, klicka för att fälla in.
- Objekt är infällda, klicka för att expandera.
-
diff --git a/authenticator/src/main/res/values-ta-rIN/strings.xml b/authenticator/src/main/res/values-ta-rIN/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-ta-rIN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-te-rIN/strings.xml b/authenticator/src/main/res/values-te-rIN/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-te-rIN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-th-rTH/strings.xml b/authenticator/src/main/res/values-th-rTH/strings.xml
deleted file mode 100644
index a8ce7f09ec..0000000000
--- a/authenticator/src/main/res/values-th-rTH/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-tr-rTR/strings.xml b/authenticator/src/main/res/values-tr-rTR/strings.xml
deleted file mode 100644
index e4640e1f1f..0000000000
--- a/authenticator/src/main/res/values-tr-rTR/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biyometrik doğrulama
- İptal
- Öğe ekle
- Bir hata oluştu.
- İsteğinizi işleyemedik. Lütfen tekrar deneyin veya bize ulaşın.
- İnternet bağlantısı gerekli
- Devam etmeden önce lütfen internete bağlanın.
- Tamam
- Senkronizasyon
- Kopyala
- Düzenle
- Kapat
- Bitwarden Kimlik Doğrulayıcı
- Ad
- Öğe Rotasyonu Ekle
- Bir QR kodu tarayın
- QR kodunu tarayın
- Kameranızı QR koduna yöneltin.
- QR kodu taranamıyor mu?Anahtarı manuel olarak girin
- Anahtarı elle girin.
- Doğrulama anahtarını ekleyemediniz mi?
- Hayır teşekkürler
- Ayarlar
- Tarayıcıyı kullanmak için kamera iznini etkinleştirin
- Boş Öğe Listesi
- Görüntülenecek öğeniz yok.
- Hesaplarınızı güvence altına almak için yeni bir kod ekleyin.
- Kod ekle
- Anahtar okunamıyor.
- Doğrulama kodu eklendi
- Kullanıcı adı
- Yenileme süresi
- Algoritma
- Gizle
- Göster
- Gelişmiş
- Gelişmiş seçenekleri daralt
- Rakam sayısı
- Kaydet
- %1$s alanı gerekli.
- %d saniye
- Kaydediliyor
- Öğe kaydedildi
- Bilgi
- OTP türü
- Doğrulama kodları
- Aramaya uygun öğe yok
- Geri
- Temizle
- Kodları ara
- Seçenekler
- Tekrar deneyin
- Görünüm
- Varsayılan (Sistem)
- Tema
- Koyu
- Açık
- Dil %1$s olarak değiştirildi. Değişikliği görmek için uygulamayı yeniden başlatın
- Hesaplarınızı Bitwarden Kimlik Doğrulayıcı ile güvence altına alın
- 2 adımlı doğrulamayı destekleyen tüm hesaplarınız için doğrulama kodları alın.
- Kodları taramak için cihaz kameranızı kullanın
- Herhangi bir hesap için 2 adımlı doğrulama ayarlarınızdaki QR kodunu tarayın.
- Benzersiz kodlarla oturum açın
- 2 adımlı doğrulama kullanırken, kullanıcı adınızı ve şifrenizi ve bu uygulamada oluşturulan bir kodu girersiniz.
- Atla
- Yardım
- Eğitimi başlat
- %1$s kopyalandı
- Öğeyi sil
- Öğe silindi
- Sil
- Gerçekten kalıcı olarak silmek istiyor musunuz? Bu işlem geri alınamaz.
- Veri
- Dışa aktar
- Yükleniyor
- Dışa aktarmayı onayla
- Bu dışa aktarım, verilerinizi şifrelenmemiş bir formatta içerir. Dışa aktarılan dosyayı güvenli olmayan kanallar üzerinden (e-posta gibi) saklamamalı veya göndermemelisiniz. İşiniz bittiğinde hemen silin.
- Dosya formatı
- Kasayı dışa aktarırken bir sorun oluştu. Sorun devam ederse, web kasasından dışa aktarmanız gerekecek.
- Veriler başarıyla dışa aktarıldı
- %1$s ile kilidi aç
- Biyometri
- Güvenlik
- Kilidi açmak için biyometri kullanın
- Çok fazla başarısız biyometrik deneme.
- Hakkında
- Versiyon
- Devam et
- Bitwarden Yardım Merkezi
- Yardım Merkezine devam edilsin mi?
- Bitwarden Kimlik Doğrulayıcıyı nasıl kullanacağınızı Yardım Merkezi\'nde öğrenin.
- Gizlilik politikası
- Gizlilik politikasına devam edilsin mi?
- Gizlilik politikamıza bitwarden.com adresinden göz atın
- Anahtar
- Doğrulama kodu oluştur
- Anahtar gerekli.
- Ad gerekli.
- Çökme günlüklerini gönder
- Kasayı içe aktarırken bir sorun oluştu.
- Dosya Kaynağı
- İçe aktar
- Kasa içe aktarma başarılı
- Anahtar geçersiz.
- Favori
- Favoriler
- Yedekle
- Veri yedekleme
- Bitwarden Kimlik Doğrulayıcı verileri yedeklenir ve düzenli olarak planlanan cihaz yedeklemelerinizle geri yüklenebilir.
- Daha fazla bilgi edin
- Şifre korumalı 2FAS dosyalarından içe aktarma desteklenmiyor. Şifre korumasız bir dışa aktarılan dosya ile tekrar deneyin.
- Bitwarden CSV dosyalarını içe aktarma desteklenmiyor. Bunun yerine dışa aktarılan bir JSON dosyası ile tekrar deneyin.
- Bitwarden uygulamasını indir
- Tüm giriş bilgilerinizi saklayın ve doğrulama kodlarını doğrudan Authenticator uygulaması ile senkronize edin.
- Şimdi indir
- Bitwarden uygulaması ile senkronize et
- Daha fazlasını öğren
- Bitwarden uygulamasından kodlar senkronize edilemiyor. Her iki uygulamanın da güncel olduğundan emin olun. Bitwarden uygulamasında mevcut kodlarınıza hala erişebilirsiniz.
- %1$s | %2$s
- Bitwarden uygulaması ile senkronize et
- Tüm doğrulama kodlarınızı burada görüntülemek için ayarlardan Authenticator uygulaması senkronizasyonuna izin verin.
- Beni uygulama ayarlarına götür
- Bir sorun oluştu
- Lütfen tekrar deneyin
- Bitwarden kasasına kopyala
- Varsayılan kaydetme seçeneği
- Bitwarden\'a Kaydet
- Buraya kaydet
- Yok
- Yeni doğrulama kodlarını nereye kaydetmek istediğinizi seçin.
- Onayla
- Doğrulama kodu oluşturuldu
- Bu kimlik doğrulayıcı anahtarı buraya kaydedin veya Bitwarden uygulamanızdaki bir girişe ekleyin.
- Seçeneği varsayılan olarak kaydet
- Bitwarden uygulamasından eşitlenen hesap
- Yerel kodlar
- Gerekli Bilgiler Eksik
- "Gerekli bilgi eksik (örneğin, 'services' veya 'secret'). Dosyanızı kontrol edin ve tekrar deneyin. Destek için bitwarden.com/help adresini ziyaret edin"
- "Dosya İşlenemedi"
- "Dosya işlenemedi. Geçerli JSON olduğundan emin olun ve tekrar deneyin. Yardıma mı ihtiyacınız var? bitwarden.com/help adresini ziyaret edin"
- Yardım Al
- Gelişmiş seçenekleri genişlet
- Yerel öğeler genişletildi, daraltmak için tıklayın.
- Yerel öğeler daraltıldı, genişletmek için tıklayın.
- Öğeler genişletildi, daraltmak için tıklayın.
- Öğeler daraltıldı, genişletmek için tıklayın.
-
diff --git a/authenticator/src/main/res/values-uk-rUA/strings.xml b/authenticator/src/main/res/values-uk-rUA/strings.xml
deleted file mode 100644
index 78aa6c03d8..0000000000
--- a/authenticator/src/main/res/values-uk-rUA/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Біометрична перевірка
- Скасувати
- Додати запис
- Сталася помилка.
- Нам не вдалося обробити ваш запит. Спробуйте ще раз або зв\'яжіться з нами.
- Необхідно під\'єднатися до інтернету
- Щоб продовжити, під\'єднайтеся до інтернету.
- Гаразд
- Синхронізація
- Копіювати
- Змінити
- Закрити
- Bitwarden Authenticator
- Назва
- Додати оновлення запису
- Сканувати QR-код
- Сканувати QR-код
- Наведіть камеру на QR-код.
- Не можете сканувати QR-код? Введіть ключ вручну
- Введіть ключ вручну.
- Не вдається додати ключ автентифікації?
- Ні, дякую
- Налаштування
- Увімкніть доступ до камери для використання сканера
- Порожній список записів
- У вас немає записів для показу.
- Додайте новий код, щоб захистити свої облікові записи.
- Додати код
- Неможливо прочитати ключ.
- Код підтвердження додано
- Ім\'я користувача
- Період оновлення
- Алгоритм
- Приховати
- Показати
- Додатково
- Згорнути додаткові параметри
- Кількість цифр
- Зберегти
- Поле %1$s є обов\'язковим.
- %d секунд
- Збереження
- Запис збережено
- Інформація
- Тип OTP
- Коди підтвердження
- Немає записів, що відповідають пошуку
- Назад
- Стерти
- Шукати коди
- Налаштування
- Спробуйте знову
- Вигляд
- Типова (Система)
- Тема
- Темна
- Світла
- Мову змінено на %1$s. Для застосування змін перезапустіть програму
- Захистіть свої облікові записи за допомогою Bitwarden Authenticator
- Отримуйте коди підтвердження для всіх облікових записів, які підтримують двоетапну перевірку.
- Використовуйте камеру пристрою для сканування кодів
- Скануйте QR-код у налаштуваннях двоетапної перевірки будь-якого облікового запису.
- Входьте з використанням унікальних кодів
- Використовуючи двоетапну перевірку, ви вводите ім\'я користувача, пароль, а також одноразовий код, згенерований цією програмою.
- Пропустити
- Допомога
- Запустити знайомство
- %1$s скопійовано
- Видалити запис
- Запис видалено
- Видалити
- Ви дійсно хочете остаточно видалити? Цю дію неможливо скасувати.
- Дані
- Експорт
- Завантаження
- Підтвердити експорт
- Ваші експортовані дані незашифровані. Не зберігайте і не надсилайте їх незахищеними каналами (як-от електронна пошта). Після використання негайно видаліть їх.
- Формат файлу
- Під час експорту ваших даних виникла проблема. Якщо вона не зникне, необхідно виконати експорт із вебсховища.
- Дані успішно експортовано
- Розблокування з %1$s
- Біометрія
- Безпека
- Використовувати біометрію для розблокування
- Забагато невдалих спроб біометричної перевірки.
- Про програму
- Версія
- Продовжити
- Довідковий центр Bitwarden
- Відкрити довідковий центр?
- Дізнайтеся більше про використання Bitwarden Authenticator у довідковому центрі.
- Політика приватності
- Перейти до політики приватності?
- Ознайомтеся з нашою політикою приватності на bitwarden.com
- Ключ
- Створити код підтвердження
- Необхідно ввести ключ.
- Необхідно ввести назву.
- Надсилати звіти про збої
- Виникла проблема з імпортом вашого сховища.
- Джерело файлу
- Імпорт
- Сховище успішно імпортовано
- Недійсний ключ.
- Обране
- Обране
- Резервне копіювання
- Резервне копіювання даних
- Резервне копіювання даних Bitwarden Authenticator відбувається за допомогою пристрою. Відновити дані можна будь-коли.
- Докладніше
- Імпортування даних із захищених паролем файлів 2FAS не підтримується. Повторіть спробу з експортованим файлом, який не захищено паролем.
- Імпорт CSV-файлів Bitwarden не підтримується. Повторіть спробу з експортованим файлом JSON.
- Завантажити програму Bitwarden
- Зберігайте всі паролі та синхронізуйте коди підтвердження безпосередньо з програмою Authenticator.
- Завантажити
- Синхронізувати з програмою Bitwarden
- Докладніше
- Неможливо синхронізувати коди з програмою Bitwarden. Переконайтеся, що у вас найновіші версії обох програм. Ви все одно можете отримати доступ до наявних кодів у програмі Bitwarden.
- %1$s | %2$s (%3$d)
- Синхронізувати з програмою Bitwarden
- Щоб переглянути всі коди підтвердження, необхідно дозволити синхронізацію з усіма вашими обліковими записами.
- Перейти до налаштувань програми
- Щось пішло не так
- Повторіть спробу
- Копіювати в сховище Bitwarden
- Типовий параметр збереження
- Зберегти в Bitwarden
- Зберегти тут
- Немає
- Виберіть, де ви бажаєте зберігати нові коди підтвердження.
- Підтвердити
- Код підтвердження створено
- Збережіть цей ключ автентифікації тут, або додайте його до запису в програмі Bitwarden.
- Зробити цю дію типовою
- Обліковий запис синхронізовано з програми Bitwarden
- Локальні коди (%1$d)
- Відсутня необхідна інформація
- "Необхідна інформація відсутня (наприклад, 'services' або 'secret'). Перевірте свій файл і повторіть спробу. Відвідайте bitwarden.com/help для підтримки"
- "Неможливо обробити файл"
- "Не вдалося обробити файл. Перевірте правильність JSON і повторіть спробу. Потрібна допомога? Відвідайте bitwarden.com/help"
- Отримати допомогу
- Розгорнути додаткові налаштування
- Локальні записи розгорнуто. Натисніть, щоб згорнути.
- Локальні записи згорнуто. Натисніть, щоб розгорнути.
- Записи розгорнуто. Натисніть, щоб згорнути.
- Записи згорнуто. Натисніть, щоб розгорнути.
-
diff --git a/authenticator/src/main/res/values-vi-rVN/strings.xml b/authenticator/src/main/res/values-vi-rVN/strings.xml
deleted file mode 100644
index 6e57c963f3..0000000000
--- a/authenticator/src/main/res/values-vi-rVN/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Xác minh sinh trắc học
- Hủy bỏ
- Thêm mục
- Đã xảy ra lỗi.
- Chúng tôi không thể xử lý yêu cầu của bạn. Vui lòng thử lại hoặc liên hệ hỗ trợ.
- Yêu cầu kết nối mạng
- Hãy kết nối mạng trước khi tiếp tục.
- Okay
- Đang đồng bộ
- Sao chép
- Sửa
- Đóng
- Bitwarden Authenticator
- Tên
- Thêm chu kỳ làm mới mục
- Quét mã QR
- Quét mã QR
- Đưa camera của bạn hướng về phía mã QR.
- Cannot scan QR code? Enter key manually
- Nhập khóa thủ công.
- Cannot add authenticator key?
- Không, cảm ơn
- Cài đặt
- Bật quyền của máy ảnh để sử dụng trình quét
- Danh sách mục trống
- Bạn không có mục nào để hiển thị.
- Thêm mã mới để bảo mật tài khoản của bạn.
- Thêm mã
- Không thể đọc khoá.
- Đã thêm mã xác minh
- Tên người dùng
- Chu kỳ làm mới
- Thuật toán
- Ẩn
- Hiện
- Nâng cao
- Thu gọn các tuỳ chọn nâng cao
- Số lượng chữ số
- Lưu
- Vui lòng nhập %1$s.
- %d giây
- Đang lưu
- Đã lưu mục
- Thông tin
- Loại OTP
- Mã xác minh
- Không tìm thấy
- Quay lại
- Xóa
- Tìm kiếm mã
- Tùy chọn
- Thử lại
- Giao diện
- Giống như hệ thống
- Chủ đề
- Tối
- Sáng
- Đã đổi ngôn ngữ thành %1$s. Khởi động lại ứng dụng để áp dụng
- Bảo mật tài khoản của bạn với Bitwarden Authenticator
- Nhận mã xác minh cho tất cả các tài khoản của bạn hỗ trợ xác minh 2 bước.
- Sử dụng camera của thiết bị để quét mã
- Quét mã QR trong các cài đặt xác minh hai bước của bạn cho bất kỳ tài khoản nào.
- Đăng nhập bằng mã duy nhất
- Khi sử dụng xác minh 2 bước, bạn sẽ nhập tên người dùng và mật khẩu của mình cũng như mã được tạo trong ứng dụng này.
- Bỏ qua
- Trợ giúp
- Bắt đầu hướng dẫn
- Đã sao chép %1$s
- Xóa mục
- Đã xóa mục
- Xóa
- Bạn có chắc chắn muốn xóa vĩnh viễn không? Thao tác này không thể hoàn tác.
- Dữ liệu
- Xuất dữ liệu
- Đang tải
- Xác nhận xuất
- Tập tin xuất này chứa dữ liệu mã xác minh của bạn dưới một định dạng không được mã hóa. Bạn không nên lưu trữ hay gửi tập tin này thông qua phương thức không an toàn (như email). Xóa nó ngay lập tức khi bạn đã dùng xong.
- Định dạng tập tin
- Xảy ra lỗi khi xuất kho của bạn. Nếu vấn đề vẫn tiếp diễn, hãy xuất trên bản web.
- Đã xuất dữ liệu thành công
- Mở khóa bằng %1$s
- Sinh trắc học
- Bảo mật
- Dùng sinh trắc học để mở khóa
- Xác thực sinh trắc thất bại quá nhiều lần.
- Thông tin
- Phiên bản
- Tiếp tục
- Trung tâm hỗ trợ Bitwarden
- Tiếp tục tới Trung tâm trợ giúp?
- Tìm hiểu thêm về cách sử dụng Bitwarden trong Trung tâm trợ giúp.
- Chính sách Bảo mật
- Đồng ý với chính sách bảo mật?
- Đọc chính sách bảo mật trên bitwarden.com
- Khóa
- Tạo mã xác minh
- Khoá là bắt buộc.
- Tên là bắt buộc.
- Gửi nhật ký lỗi
- Xảy ra lỗi khi nhập kho của bạn.
- Tập tin nguồn
- Nhập
- Nhập kho hoàn tất
- Khoá không hợp lệ.
- Yêu thích
- Yêu thích
- Sao lưu
- Sao lưu dữ liệu
- Dữ liệu của Bitwarden Authenticator đã được sao lưu và có thể được khôi phục bằng bản sao lưu thiết bị định kỳ của bạn.
- Tìm hiểu thêm
- Ứng dụng không hỗ trợ nhập từ các tập tin được bảo mật bằng mật khẩu 2FAS. Vui lòng thử lại với một tập tin xuất khẩu không được bảo mật bằng mật khẩu.
- Nhập tập tin CSV Bitwarden không được hỗ trợ. Vui lòng thử lại với tập tin JSON đã xuất.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-zh-rCN/strings.xml b/authenticator/src/main/res/values-zh-rCN/strings.xml
deleted file mode 100644
index dd32cf9f22..0000000000
--- a/authenticator/src/main/res/values-zh-rCN/strings.xml
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
- 生物识别验证
- 取消
- 添加项目
- 发生错误。
- 我们无法处理您的请求,请重试或联系我们。
- 需要连接网络
- 请连接网络后再试。
- Okay
- 同步中
- 复制
- 编辑
- 关闭
- Bitwarden 身份验证器
- 名称
- 添加轮换项目
- 扫描二维码
- 扫描二维码
- 将您的相机对准二维码
- Cannot scan QR code? Enter key manually
- 手动输入密钥。
- 无法添加身份验证器密钥?
- 不,谢谢
- 设置
- 启用相机权限以扫描二维码
- 空列表
- 您没有任何可显示的项目。
- 添加一个新代码来保护您的帐户
- 添加代码
- 无法读取密钥。
- 验证码已添加
- 用户名
- 刷新周期
- 算法
- 隐藏
- 显示
- 高级选项
- 折叠高级选项
- 位数
- 保存
- 需要填写 %1$s 字段
- %d 秒
- 保存中
- 项目已保存
- 信息
- OTP 类型
- 验证码
- 没有匹配搜索条件的项目
- 返回
- 清除
- 搜索动态密码
- 选项
- 请重试
- 外观样式
- 系统默认
- 主题
- 深色模式
- 浅色模式
- 语言已更改为 %1$s,请重新启动 App 以查看更改
- 使用 Bitwarden 身份验证器保护您的帐户
- 为您所有支持两步验证的帐户获取验证码。
- 使用系统相机扫描代码
- 扫描任何帐户的两步验证设置中的二维码。
- 使用唯一的代码登录
- 当使用两步验证时,您将输入您的用户名和密码以及在此应用中生成的代码。
- 跳过
- 帮助
- 打开教程
- %1$s 已复制
- 删除项目
- 项目已删除
- 删除
- 您确定要永久删除吗?此操作无法撤销。
- 数据
- 导出
- 加载中
- 确认导出
- 导出的数据包含未加密的格式。请不要在不安全的渠道(如电子邮件)上存储或发送导出的文件。使
-用后请立即删除。
- 文件格式
- 导出密码库出现问题。如果问题持续存在,请从网页版密码库导出。
- 数据导出成功
- 使用 %1$s 解锁
- 生物识别
- 安全
- 使用生物识别解锁
- 生物识别尝试次数过多。
- 关于
- 版本
- 继续
- Bitwarden 帮助中心
- 前往帮助中心吗?
- 在帮助中心了解更多如何使用 Bitwarden Authenticator 的信息。
- 隐私政策
- 查看隐私政策吗?
- 在 bitwarden.com 上查看我们的隐私政策。
- 密钥
- 创建验证码
- 密钥不能为空。
- 账户名不能为空。
- 提交崩溃日志
- 导入密码库时出现问题。
- 文件来源
- 导入
- 密码库导入成功
- 密钥无效。
- 收藏
- 收藏夹
- 备份
- 数据备份
- Bitwarden 身份验证器数据已备份,并且可以使用您的定期设备备份恢复。
- 进一步了解
- 不支持从 2FAS 密码保护文件导入,请尝试导出不受密码保护的文件。
- 不支持导入 Bitwarden CSV 文件,请使用导出的 JSON 文件重试。
- 下载 Bitwarden App
- 保存您所有的登录信息并直接与身份验证器 App 同步验证码。
- 现在就下载
- 与 Bitwarden App 同步
- Learn more
- 无法从 Bitwarden App 同步代码,请确保这两个应用程序都是最新的。您仍然可以在 Bitwarden App 中访问您现有的代码。
- %1$s | %2$s
- 与 Bitwarden App 同步
- 允许身份验证器应用在设置中同步以查看您的所有验证码。
- 跳转到应用设置
- 出错了
- 请重试
- Copy to Bitwarden vault
- 默认保存选项
- 保存到 Bitwarden
- 另存至此
- 无
- 选择保存新验证码的位置
- 确认
- 验证码已创建
- 将此身份验证器密钥保存到此处,或将其添加到您的 Bitwarden 应用程序的登录中。
- 保存选项为默认值
- 从 Bitwarden App 同步帐户
- 本地代码
- 缺少所需信息
- "缺少所需信息(例如,“服务”或“机密”)。请检查您的文件,然后再试一次。请访问 bitwarden.com/help 以获取支持"
- "无法处理文件"
- "无法处理文件。请确保它是有效的 JSON 文件后重试。需要帮助吗?请访问 bitwarden.com/help"
- 获取帮助
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values-zh-rTW/strings.xml b/authenticator/src/main/res/values-zh-rTW/strings.xml
deleted file mode 100644
index 8f5f2d2b60..0000000000
--- a/authenticator/src/main/res/values-zh-rTW/strings.xml
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
- Biometric verification
-
- Add item
- 發生錯誤。
- 我們無法處理您的請求,請再試一次或聯絡我們。
- 需要網際網路連線
- 請先連線至網際網路再繼續。
- Okay
- Syncing
- 複製
- 編輯
- 關閉
- Bitwarden 驗證器
- 名稱
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- 手動輸入金鑰
- Cannot add authenticator key?
- No thanks
- 設定
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- 新增驗證碼以保護您的帳戶。
- 新增驗證碼
- 無法讀取金鑰。
- 驗證碼已匯入
- 使用者名稱
- 更新週期
- 演算法
- Hide
- Show
- 進階
- Collapse advanced options
- 位數
- 儲存
- 必須填入 %1$s 欄位。
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- 驗證碼
- 您的密碼庫中沒有與搜尋目標一致的項目
- Back
- Clear
- Search codes
- 選項
- 再試一次
- 外觀
- 預設(系統)
- 主題
- 深色
- 淺色
- 語言已變更為 %1$s。請重新啟動應用程式以查看變更
- 使用 Bitwarden 驗證器保護您的帳戶
- Get verification codes for all your accounts that support 2-step verification.
- 使用您裝置的相機掃描驗證碼
- 掃描您帳戶兩步驟驗證設定中的 QR code。
-
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- 略過
-
-
- %1$s 已複製
- Delete item
- 已刪除項目
- 刪除
- Do you really want to permanently delete? This cannot be undone.
- 資料
- 匯出
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- 檔案格式
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- 使用 %1$s 解鎖
- Biometrics
- 安全性
- 使用生物特徵辨識解鎖
- Too many failed biometrics attempts.
- 關於
- 版本
- 繼續
- Bitwarden 說明中心
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- 繼續前往隱私權政策嗎?
- Check out our privacy policy on bitwarden.com
- 金鑰
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- 匯入
- Vault import successful
- Key is invalid.
- 我的最愛
- 我的最愛
- 備份
- Data backup
- Bitwarden 驗證器資料已備份,可透過您定期排程的裝置備份進行還原。
- 了解更多
- 不支援從受密碼保護的 2FAS 檔案匯入。請使用未受密碼保護的匯出檔案重試。
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- 下載 Bitwarden 應用程式
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- 與 Bitwarden 應用程式同步
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- 前往應用程式設定
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- 缺少必要資訊
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values/strings.xml b/authenticator/src/main/res/values/strings.xml
deleted file mode 100644
index 131136ed15..0000000000
--- a/authenticator/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,148 +0,0 @@
-
- Biometric verification
- Cancel
- Add item
- An error has occurred.
- We were unable to process your request. Please try again or contact us.
- Internet connection required
- Please connect to the internet before continuing.
- Okay
- Syncing
- Copy
- Edit
- Close
- Bitwarden Authenticator
- Name
- Add Item Rotation
- Scan a QR code
- Scan QR code
- Point your camera at the QR code.
- Cannot scan QR code? Enter key manually
- Enter key manually
- Cannot add authenticator key?
- No thanks
- Settings
- Enable camera permission to use the scanner
- Empty Item Listing
- You don\'t have any items to display.
- Add a new code to secure your accounts.
- Add code
- Cannot read key.
- Verification code added
- Username
- Refresh period
- Algorithm
- Hide
- Show
- Advanced
- Collapse advanced options
- Number of digits
- Save
- The %1$s field is required.
- %d seconds
- Saving
- Item saved
- Information
- OTP type
- Verification codes
- There are no items that match the search
- Back
- Clear
- Search codes
- Options
- Try again
- Appearance
- Default (System)
- Theme
- Dark
- Light
- The language has been changed to %1$s. Please restart the app to see the change
- Secure your accounts with Bitwarden Authenticator
- Get verification codes for all your accounts that support 2-step verification.
- Use your device camera to scan codes
- Scan the QR code in your 2-step verification settings for any account.
- Sign in using unique codes
- When using 2-step verification, you\'ll enter your username and password and a code generated in this app.
- Skip
- Help
- Launch tutorial
- %1$s copied
- Delete item
- Item deleted
- Delete
- Do you really want to permanently delete? This cannot be undone.
- Data
- Export
- Loading
- Confirm export
- This export contains your data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it.
- File format
- There was a problem exporting your vault. If the problem persists, you\'ll need to export from the web vault.
- Data exported successfully
- Unlock with %1$s
- Biometrics
- Security
- Use biometrics to unlock
- Too many failed biometrics attempts.
- About
- Version
- Continue
- Bitwarden Help Center
- Continue to Help Center?
- Learn more about how to use Bitwarden Authenticator on the Help Center.
- Privacy policy
- Continue to privacy policy?
- Check out our privacy policy on bitwarden.com
- Key
- Create Verification code
- Key is required.
- Name is required.
- Submit crash logs
- There was a problem importing your vault.
- File Source
- Import
- Vault import successful
- Key is invalid.
- Favorite
- Favorites
- Backup
- Data backup
- Bitwarden Authenticator data is backed up and can be restored with your regularly scheduled device backups.
- Learn more
- Importing from 2FAS password protected files is not supported. Try again with an exported file that is not password protected.
- Importing Bitwarden CSV files is not supported. Try again with an exported JSON file.
- Download the Bitwarden app
- Store all of your logins and sync verification codes directly with the Authenticator app.
- Download now
- Sync with Bitwarden app
- Learn more
- Unable to sync codes from the Bitwarden app. Make sure both apps are up-to-date. You can still access your existing codes in the Bitwarden app.
- %1$s | %2$s (%3$d)
- Sync with the Bitwarden app
- In order to view all of your verification codes, you’ll need to allow for syncing on all of your accounts.
- Take me to the app settings
- Something went wrong
- Please try again
- Copy to Bitwarden vault
- Default save option
- Save to Bitwarden
- Save here
- None
- Select where you would like to save new verification codes.
- Confirm
- Verification code created
- Save this authenticator key here, or add it to a login in your Bitwarden app.
- Save option as default
- Account synced from Bitwarden app
- Local codes (%1$d)
- Required Information Missing
- "Required info is missing (e.g., ‘services’ or ‘secret’). Check your file and try again. Visit bitwarden.com/help for support"
- "File Could Not Be Processed"
- "File could not be processed. Ensure it’s valid JSON and try again. Need help? Visit bitwarden.com/help"
- Get Help
- Expand advanced options
- Local items are expanded, click to collapse.
- Local items are collapsed, click to expand.
- Items are expanded, click to collapse.
- Items are collapsed, click to expand.
-
diff --git a/authenticator/src/main/res/values/strings_non_localized.xml b/authenticator/src/main/res/values/strings_non_localized.xml
index 83fddd5751..62b8d5c63a 100644
--- a/authenticator/src/main/res/values/strings_non_localized.xml
+++ b/authenticator/src/main/res/values/strings_non_localized.xml
@@ -1,18 +1,4 @@
Authenticator
-
- .json
- .csv
- Bitwarden (.json)
- 2FAS (no password)
- LastPass (.json)
- Aegis (.json)
-
-
- Feature Flags:
- Debug Menu
- Reset values
- Bitwarden authentication enabled
-