diff --git a/.eslintrc.js b/.eslintrc.js
index 99c5559ed..5eac001d8 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,23 +1,21 @@
module.exports = {
root: true,
- parser: '@typescript-eslint/parser',
+ parser: "@typescript-eslint/parser",
parserOptions: {
- "ecmaVersion": 6
+ ecmaVersion: 6,
},
- plugins: [
- '@typescript-eslint',
- ],
+ plugins: ["@typescript-eslint"],
extends: [
- 'eslint:recommended',
- 'plugin:@typescript-eslint/eslint-recommended',
- 'plugin:@typescript-eslint/recommended',
+ "eslint:recommended",
+ "plugin:@typescript-eslint/eslint-recommended",
+ "plugin:@typescript-eslint/recommended",
],
env: {
- "amd": true,
- "node": true,
+ amd: true,
+ node: true,
},
rules: {
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/explicit-function-return-type": "off",
- }
+ },
};
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e9e90435a..c4e2793f3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
run-tests:
runs-on: ubuntu-latest
name: Run tests
- needs: [ build ]
+ needs: [build]
steps:
- uses: actions/checkout@v2
@@ -53,9 +53,9 @@ jobs:
- name: Install dependencies
run: npm ci
env:
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
+ PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
- name: Test code
- uses: mujo-code/puppeteer-headful@master
+ uses: mymindstorm/puppeteer-headful@8f745c770f7f4c0f9f332d7c43a775f90e53779a
with:
args: npm test
diff --git a/README.md b/README.md
index 44712e5d4..505aa1306 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,16 @@
> Authenticator generates 2-Step Verification codes in your browser.
-## Available for Chrome, Firefox, Microsoft Edge and Safari
+## Available for Chrome, Firefox, and Microsoft Edge
-[](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai) [](https://addons.mozilla.org/en-US/firefox/addon/auth-helper?src=external-github) [](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio) [](https://apps.apple.com/us/app/authen/id1602945200?mt=12)
+[](https://chrome.google.com/webstore/detail/authenticator/bhghoamapcdpbohphigoooaddinpkbai) [](https://addons.mozilla.org/en-US/firefox/addon/auth-helper?src=external-github) [](https://microsoftedge.microsoft.com/addons/detail/ocglkepbibnalbgmbachknglpdipeoio)
+
+
+### Safari Edition
+
+A Safari edition of Authenticator is available on the App Store. We do not provide official support for the Safari edition.
+
+[](https://apps.apple.com/us/app/authen/id1602945200?mt=12)
## Build Setup
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 000000000..e4ebbe40c
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,11 @@
+# Security Policy
+
+## Supported Versions
+
+We support the latest versions published on the Chrome, Firefox, and Edge extension stores.
+
+## Reporting a Vulnerability
+
+Report potential vulnerabilities privately via [this form](https://github.com/Authenticator-Extension/Authenticator/security/advisories/new).
+Where appropriate, include a proof-of-concept and reproduction steps.
+We strive to provide an initial response within five days, but as this is a volunteer-run project, we make no guarantees.
\ No newline at end of file
diff --git a/_locales/ar/messages.json b/_locales/ar/messages.json
index 9e9183b41..9afd6c792 100644
--- a/_locales/ar/messages.json
+++ b/_locales/ar/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "يقوم المصادق بإنشاء رموز المصادقة ذات عاملين في المتصفح الخاص بك.",
- "description": "Extension Description."
- },
- "added": {
- "message": " تم إضافته.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "رمز QR غير معروف.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "سرية الحساب غير صالحة",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "إضافة حساب",
- "description": "Add account."
- },
- "add_qr": {
- "message": "مسح رمز QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "الإدخال اليدوي",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "فشل الاستيراد. إذا كنت تقوم بترحيل البيانات من Google Authenticator، الرجاء إعادة تصدير بياناتك من Google Authenticator وحاول مرة أخرى.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "بعض بيانات الحساب لم يتم استيرادها بنجاح.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "إغلاق",
- "description": "Close."
- },
- "ok": {
- "message": "موافق",
- "description": "OK."
- },
- "yes": {
- "message": "نعم",
- "description": "Yes."
- },
- "no": {
- "message": "لا",
- "description": "No."
- },
- "account": {
- "message": "حساب",
- "description": "Account."
- },
- "accountName": {
- "message": "اسم المستخدم",
- "description": "Account Name."
- },
- "issuer": {
- "message": "المصدر",
- "description": "Issuer."
- },
- "secret": {
- "message": "سر",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "تم بنجاح",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "فشل التحديث.",
- "description": "Update Failure."
- },
- "about": {
- "message": "عن",
- "description": "About."
- },
- "settings": {
- "message": "الاعدادات",
- "description": "Settings."
- },
- "security": {
- "message": "الحماية",
- "description": "Security."
- },
- "current_phrase": {
- "message": "كلمة المرور الحالية",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "كلمة السرّ الجديدة",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "كلمة المرور",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "تأكيد كلمة المرور",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "هل أنت متأكد من حذف هذا الحساب؟ لا يمكن التراجع عن هذا الإجراء.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "أفهم أنه سيتم حذف جميع بياناتي بشكل لا رجعة فيه.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "إعادة تعيين Authenticator"
- },
- "delete_all_warning": {
- "message": "سيؤدي هذا إلى حذف جميع بياناتك وإعادة تعيين Authenticator بالكامل. لن تتمكن من استعادة أي بيانات محذوفة! يجب مراعاة حفظ نسخة احتياطية قبل إعادة تعيين Authenticator."
- },
- "security_warning": {
- "message": "سيتم استخدام كلمة المرور هذه لتشفير الحسابات الخاصة بك. لن يساعدك أحد إذا كنت قد نسيت كلمة المرور.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "حدِّث",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "لا يمكنك إضافة حساب جديد حتى يتم فك تشفير جميع الحسابات. الرجاء إدخال كلمة المرور الصحيحة قبل المتابعة.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "لن يتم تضمين الحسابات التي لا يمكن فك تشفيرها في هذه النسخة الاحتياطية.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "عبارة المرور غير متطابقة.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "مشفَّر",
- "description": "Encrypted."
- },
- "copied": {
- "message": "تم النسخ!",
- "description": "Copied."
- },
- "feedback": {
- "message": "المشاكل",
- "description": "Feedback."
- },
- "translate": {
- "message": "ترجمة",
- "description": "Translate."
- },
- "source": {
- "message": "العربية",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "أدخل كلمة المرور لفك تشفير بيانات الحساب.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "مزامنة الساعة مع جوجل",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "تذكر كلمات المرور",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "تحذير! التوقيت المحلي بعيد جدًا، الرجاء إصلاحه قبل المتابعة.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "هل لديك نسخة احتياطية للحسابات الخاصة بك؟ لا تنتظر حتى فوات الاوان!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "فشل في التقاط الرمز, يرجى إعادة تحميل الصفحة والمحاولة مرة أخرى.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "على أساس الوقت",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Counter Based",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "تفضيلات",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "مقياس",
- "description": "Scale"
- },
- "export_info": {
- "message": "تحذير: جميع نسخك الاحتياطية غير مشفرة. هل ترغب في إضافة حساب إلى آخر التطبيق؟ مرر فوق الجزء الأيمن العلوي من أي حساب، و اضغط على الزر المخفي.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "ملف قابل للتنزيل",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "استيراد النسخة الاحتياطية",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "استيراد ملف النسخ الاحتياطي",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "استيراد نسخة احتياطية لصورة QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "استيراد النسخة الاحتياطية الغير مشفرة",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "تم الاستيراد بنجاح، ولكن لم يتم التعرف على بعض رموز QR.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "يمكنك تحديد ملفات متعددة لاستيراد نسخة احتياطية على دفعات.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "إظهار كافة الإدخالات",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "تحذير: النسخ الاحتياطية غير مشفرة. استخدم على مسؤوليتك الخاصة.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "يجب توفير كلمة المرور الصحيحة لاستيراد النسخ الاحتياطي.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "يتم تخزين كلمة المرور الخاصة بك محلياً، يرجى تغييره في القائمة أمان فورا.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "احذف",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "تنزيل النسخة الاحتياطية المحمية بكلمة مرور",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "بحث",
- "description": "Search"
- },
- "popout": {
- "message": "الوضع المنبثق",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "قفل",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "حرّر",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "النسخ الاحتياطي اليدوي",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "استخدام ميزة الملء التلقائي",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "تباين عالي",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "المظهر",
- "description": "Theme"
- },
- "theme_light": {
- "message": "فاتح",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "غامق",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "بسيط",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "مبسط",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "تباين عالي",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "تلقائياً النسخ الاحتياطي البيانات الخاصة بك للتخزين وخدمات الطرف الثالث.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "مزامنة المتصفح",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "تسجيل الدخول",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "تسجيل الدخول (الأعمال التجارية)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "لماذا تتطلب حسابات الأعمال المزيد من الصلاحيات؟"
- },
- "log_out": {
- "message": "تسجيل خروج",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "كان هناك مشكلة الاتصال بحسابك $SERVICE$ ، الرجاء تسجيل الدخول مرة أخرى.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "لديك واحد أو أكثر من حسابات البخار أو عاصفة ثلجية. لن النسخ الاحتياطية غير مشفرة باستخدام استمارة موحدة احتياطية.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "يمكنك استيراد نسخ احتياطية من بعض التطبيقات الأخرى.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "لمعرفة المزيد",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "جاري التحميل..."
- },
- "autolock": {
- "message": "أقفال بعد"
- },
- "minutes": {
- "message": "دقائق"
- },
- "advanced": {
- "message": "إعدادات متقدمة"
- },
- "period": {
- "message": "المدة"
- },
- "type": {
- "message": "نوع"
- },
- "invalid": {
- "message": "معطل"
- },
- "digits": {
- "message": "وحدات"
- },
- "algorithm": {
- "message": "الخوارزمية"
- },
- "smart_filter": {
- "message": "الفلتر الذكي"
- },
- "backup": {
- "message": "نسخ احتياطي"
- },
- "backup_file_info": {
- "message": "قم بالنسخ الاحتياطي لبياناتك إلى ملف."
- },
- "password_policy_default_hint": {
- "message": "كلمة المرور الخاصة بك لا تفي بمتطلبات أمان مؤسستك. اتصل بالمسؤول للحصول على مزيد من المعلومات."
- },
- "advisor": {
- "message": "مستشار"
- },
- "advisor_insight_password_not_set": {
- "message": "تعيين كلمة مرور لحماية بياناتك."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "تفعيل القفل التلقائي لحماية بياناتك."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "مزامنة المتصفح معطلة. تمكينه يسمح للمزامنة بين الحسابات عبر المتصفحات."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "يمكن تمكين التعبئة التلقائية لملء الرموز تلقائياً في مواقع الويب."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "تفعيل الفلتر الذكي يسمح بالوصول السريع إلى الحسابات."
- },
- "show_all_insights": {
- "message": "إظهار جميع الرؤى."
- },
- "no_insight_available": {
- "message": "لم يتم العثور على رؤية، كل شيء يبدو جيدًا!"
- },
- "danger": {
- "message": "خطر"
- },
- "warning": {
- "message": "تحذير"
- },
- "info": {
- "message": "معلومات"
- },
- "dismiss": {
- "message": "تجاهل"
- },
- "learn_more": {
- "message": "لمعرفة المزيد"
- },
- "enable_context_menu": {
- "message": "إضافة إلى قائمة السياق"
- },
- "no_entires": {
- "message": "لا توجد حسابات لعرضها. أضف حسابك الأول الآن."
- },
- "permissions": {
- "message": "الصلاحيات"
- },
- "permission_revoke": {
- "message": "تعطيل"
- },
- "permission_show_required_permissions": {
- "message": "إظهار الأذونات غير القابلة للتعطيل"
- },
- "permission_required": {
- "message": "هذه الصلاحية اساسية و لا يمكن تعطيلها."
- },
- "permission_active_tab": {
- "message": "الوصول إلى علامة التبويب الحالية لمسح رموز QR."
- },
- "permission_storage": {
- "message": "الوصول إلى تخزين المتصفح لتخزين بيانات الحساب."
- },
- "permission_identity": {
- "message": "يسمح بتسجيل الدخول إلى خدمات تخزين طرف ثالث."
- },
- "permission_clipboard_write": {
- "message": "يمنح صلاحية الكتابة فقط إلى الحافظة لنسخ الرموز إلى الحافظة عند النقر على الحساب."
- },
- "permission_context_menus": {
- "message": "يضيف Authenticator إلى القائمة."
- },
- "permission_sync_clock": {
- "message": "يسمح بمزامنة الساعة مع جوجل."
- },
- "permission_dropbox": {
- "message": "يسمح بالنسخ الاحتياطي إلى Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "يجب عليك تعطيل النسخ الاحتياطي لـ Dropbox أولاً."
- },
- "permission_drive": {
- "message": "يسمح بالنسخ الاحتياطي لGoogle Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "يجب عليك تعطيل النسخ الاحتياطي لـ Google Drive أولاً."
- },
- "permission_onedrive": {
- "message": "يسمح بالنسخ الاحتياطي لـ OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "يجب عليك تعطيل النسخ الاحتياطي لـ OneDrive أولاً."
- },
- "permission_unknown_permission": {
- "message": "صلاحية غير معروفة. إذا وجدت هذه الرسالة، يرجى إرسال تقرير عن الأخطاء."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "الموثق",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "المدقق",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "يقوم المصادق بإنشاء رموز المصادقة ذات عاملين في المتصفح الخاص بك.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " تم إضافته.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "رمز استجابة سريع غير معروف.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "الإجابة السرية الخاص غير مطابق",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "إضافة حساب",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "مسح رمز QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "الإدخال اليدوي",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "فشل الاستيراد. إذا كنت تقوم بترحيل البيانات من Google Authenticator، الرجاء إعادة تصدير بياناتك من Google Authenticator وحاول مرة أخرى.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "بعض من بيانات الحساب لم يتم استيرادها بنجاح.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "إغلاق",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "موافق",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "إجابه",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "لا",
+ "description": "No."
+ },
+ "account": {
+ "message": "حساب",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "اسم المستخدم",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "المصدر",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "سري",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "تم بنجاح",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "فشل التحديث.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "نبذه عن",
+ "description": "About."
+ },
+ "settings": {
+ "message": "الاعدادات",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "حماية الخصوصية",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "كلمة المرور الحالية",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "كلمة السرّ الجديدة",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "كلمة المرور",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "تأكيد كلمة المرور",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "هل أنت متأكد من حذف هذا الحساب؟ لا يمكن التراجع عن هذا الإجراء.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "أفهم أنه سيتم حذف جميع بياناتي بشكل لا رجعة فيه.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "إعادة تعيين Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "سيؤدي هذا إلى حذف جميع بياناتك وإعادة تعيين Authenticator بالكامل. لن تتمكن من استعادة أي بيانات محذوفة! يجب مراعاة حفظ نسخة احتياطية قبل إعادة تعيين Authenticator."
+ },
+ "security_warning": {
+ "message": "هذا الكود الخاص سوف يستخدم لتشفير حسابك.\nلا نقدر على مساعدتك إذا فقدت هذا الكود الخاص.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "تطوير",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "لن تقدر على فتح حساب جديد حتى يتم فك تشفير كل الحسابات. الرجاء إضافة كلمة المرور الصحيحة لاستكمال العملية.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "الحسابات الغير قابله لفك التشفير لان يتم تضمينها إلى النسخة الاحتياطية.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "كلمة السر غير صحيحة.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "مشفَّر",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "تَمَّ النَّسخ",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "التقييم والملاحظات",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "ترجمة",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "المصدر",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "أدخل كلمة المرور لفك تشفير بيانات الحساب.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "مزامنة الساعة مع جوجل",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "تذكر كلمة السر",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "تحذير! التوقيت المحلي بعيد جدًا، الرجاء إصلاحه قبل المتابعة.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "هل لديك نسخة احتياطية للحسابات الخاصة بك؟ لا تنتظر حتى تصبح متأخرًا",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "فشل في التقاط الرمز, يرجى إعادة تحميل الصفحة والمحاولة مرة أخرى.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "على أساس الوقت",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Counter Based",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "التفضيلات",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "مقياس",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "تحذير: جميع نسخك الاحتياطية غير مشفرة. هل ترغب في إضافة حساب إلى تطبيق آخر؟ مرر فوق الجزء الأيمن العلوي من أي حساب، و اضغط على الزر المخفي.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "تنزيل النسخة الاحتياطية",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "استيراد النسخة الاحتياطية",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "استيراد ملف النسخ الاحتياطي",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "استيراد نسخة احتياطية لصورة QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "قم بادخال صورة الكود",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "استيراد نسخة احتياطية نصية",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "استيراد عناوين OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "تم الاستيراد بنجاح، ولكن لم يتم التعرف على بعض رموز QR.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "يمكنك تحديد ملفات متعددة لاستيراد نسخة احتياطية على دفعات.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "إظهار كافة الإدخالات",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "تحذير: النسخ الاحتياطية غير مشفرة. استخدم على مسؤوليتك الخاصة.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "يجب توفير كلمة المرور الصحيحة لاستيراد النسخ الاحتياطي.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "كلمة المرور الخاصة بك مخزنة محلياً، يرجى تغييرها في قائمة الأمان على الفور.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "إزالة",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "تنزيل النسخة الاحتياطية المحمية بكلمة مرور",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "بحث",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "نمط منبثق",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "قفل",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "تحرير",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "النسخ الاحتياطي اليدوي",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "استخدام الملء التلقائي",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "استخدام التباين العالي",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "السمة",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "مضيء",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "مظلم",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "بسيط",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "مدمج",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "تباين عالي",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "مسطحة",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "النسخ الاحتياطي التلقائي لبياناتك إلى خِدْمَات تخزين طرف ثالث.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "مزامنة المتصفح",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "تسجيل الدخول",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "تسجيل الدخول (الأعمال التجارية)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "لماذا تتطلب حسابات الأعمال المزيد من الصلاحيات؟"
+ },
+ "log_out": {
+ "message": "تسجيل الخروج",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "كان هناك مشكلة الاتصال بحسابك $SERVICE$، الرجاء تسجيل الدخول مرة أخرى.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "لديك حساب أو أكثر من Steam أو Blizzard لن تستخدم النسخ الاحتياطية غير المشفرة تنسيق النسخ الاحتياطي الموحد.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "يمكنك استيراد نسخ احتياطية من بعض التطبيقات الأخرى.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "لمعرفة المزيد",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "جاري التحميل..."
+ },
+ "autolock": {
+ "message": "القفْل بعد"
+ },
+ "minutes": {
+ "message": "دقائق"
+ },
+ "advanced": {
+ "message": "متقدم"
+ },
+ "period": {
+ "message": "الفترة"
+ },
+ "type": {
+ "message": "نوع"
+ },
+ "invalid": {
+ "message": "معطل"
+ },
+ "digits": {
+ "message": "وحدات"
+ },
+ "algorithm": {
+ "message": "الخوارزمية"
+ },
+ "smart_filter": {
+ "message": "الفلتر الذكي"
+ },
+ "backup": {
+ "message": "نسخ احتياطي"
+ },
+ "backup_file_info": {
+ "message": "قم بالنسخ الاحتياطي لبياناتك إلى ملف."
+ },
+ "password_policy_default_hint": {
+ "message": "كلمة المرور الخاصة بك لا تفي بمتطلبات أمان مؤسستك. اتصل بالمسؤول للحصول على مزيد من المعلومات."
+ },
+ "advisor": {
+ "message": "مستشار"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "تعيين كلمة مرور لحماية بياناتك."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "تفعيل القفل التلقائي لحماية بياناتك."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "مزامنة المتصفح معطلة. تمكينه يسمح للمزامنة بين الحسابات عبر المتصفحات."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "يمكن تمكين التعبئة التلقائية لملء الرموز تلقائياً في مواقع الويب."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "تفعيل الفلتر الذكي يسمح بالوصول السريع إلى الحسابات."
+ },
+ "show_all_insights": {
+ "message": "إظهار جميع الرؤى."
+ },
+ "no_insight_available": {
+ "message": "لم يتم العثور على رؤية، كل شيء يبدو جيدًا!"
+ },
+ "danger": {
+ "message": "خطر"
+ },
+ "warning": {
+ "message": "تحذير"
+ },
+ "info": {
+ "message": "معلومات"
+ },
+ "dismiss": {
+ "message": "تجاهل"
+ },
+ "learn_more": {
+ "message": "لمعرفة المزيد"
+ },
+ "enable_context_menu": {
+ "message": "إضافة إلى قائمة السياق"
+ },
+ "no_entires": {
+ "message": "لا توجد حسابات لعرضها. أضف حسابك الأول الآن."
+ },
+ "permissions": {
+ "message": "الصلاحيات"
+ },
+ "permission_revoke": {
+ "message": "تعطيل"
+ },
+ "permission_show_required_permissions": {
+ "message": "إظهار الأذونات غير القابلة للتعطيل"
+ },
+ "permission_required": {
+ "message": "هذه الصلاحية اساسية و لا يمكن تعطيلها."
+ },
+ "permission_active_tab": {
+ "message": "الوصول إلى علامة التبويب الحالية لمسح رموز QR."
+ },
+ "permission_storage": {
+ "message": "الوصول إلى تخزين المتصفح لتخزين بيانات الحساب."
+ },
+ "permission_identity": {
+ "message": "يسمح بتسجيل الدخول إلى خدمات تخزين طرف ثالث."
+ },
+ "permission_alarms": {
+ "message": "يسمح للقفل التلقائي بالعمل."
+ },
+ "permission_scripting": {
+ "message": "أدخل النص في الشريط الظاهر لمسح رمز الاستجابة السريع والسماح للملء التلقائي بالعمل."
+ },
+ "permission_clipboard_write": {
+ "message": "يمنح صلاحية الكتابة فقط إلى الحافظة لنسخ الرموز إلى الحافظة عند النقر على الحساب."
+ },
+ "permission_context_menus": {
+ "message": "يضيف Authenticator إلى القائمة."
+ },
+ "permission_sync_clock": {
+ "message": "يسمح بمزامنة الساعة مع جوجل."
+ },
+ "permission_dropbox": {
+ "message": "يسمح بالنسخ الاحتياطي إلى Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "يجب عليك تعطيل النسخ الاحتياطي لـ Dropbox أولاً."
+ },
+ "permission_drive": {
+ "message": "يسمح بالنسخ الاحتياطي لGoogle Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "يجب عليك تعطيل النسخ الاحتياطي لـ Google Drive أولاً."
+ },
+ "permission_onedrive": {
+ "message": "يسمح بالنسخ الاحتياطي لـ OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "يجب عليك تعطيل النسخ الاحتياطي لـ OneDrive أولاً."
+ },
+ "permission_unknown_permission": {
+ "message": "صلاحية غير معروفة. إذا وجدت هذه الرسالة، يرجى إرسال تقرير عن الأخطاء."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "تحذير: يقوم المدقق الذكي بمطابقة اسم الاختصاص مع الحساب بشكل غير جيد. تأكد دائمًا من أنك على موقع التبويب الصحيح قبل إدخال الرمز!"
+ }
+}
diff --git a/_locales/bg/messages.json b/_locales/bg/messages.json
index 88487f880..74bd8712b 100644
--- a/_locales/bg/messages.json
+++ b/_locales/bg/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Удостоверител",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Удостоверител",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator generates two-factor authentication codes in your browser.",
- "description": "Extension Description."
- },
- "added": {
- "message": " е добавен.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Неразпознат QR код.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Invalid account secret",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Add account",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Сканирайте QR кода",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Ръчно въвеждане",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Some account data was not imported successfully.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Затвори",
- "description": "Close."
- },
- "ok": {
- "message": "Добре",
- "description": "OK."
- },
- "yes": {
- "message": "Да",
- "description": "Yes."
- },
- "no": {
- "message": "Не",
- "description": "No."
- },
- "account": {
- "message": "Профил",
- "description": "Account."
- },
- "accountName": {
- "message": "Username",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Издател",
- "description": "Issuer."
- },
- "secret": {
- "message": "Секретен",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Успешно.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Неуспешно.",
- "description": "Update Failure."
- },
- "about": {
- "message": "За Нас",
- "description": "About."
- },
- "settings": {
- "message": "Настройки",
- "description": "Settings."
- },
- "security": {
- "message": "Сигурност",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Сегашна парола",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Нова парола",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Парола",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Потвърди паролата",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Are you sure you want to delete this account? This action cannot be undone.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "I understand that all of my data will be irrecoverably deleted.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Reset Authenticator"
- },
- "delete_all_warning": {
- "message": "This will delete all of your data and completely reset Authenticator. You will not be able to recover any deleted data! You should consider saving a backup before resetting Authenticator."
- },
- "security_warning": {
- "message": "This password will be used to encrypt your accounts. No one can help you if you forget the password.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Актуализация",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "You cannot add a new account until all accounts are decrypted. Please enter the correct password before continuing.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Accounts that were not able to be decrypted will not be included in this backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Паролите не съвпадат.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Криптиран",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Копирано",
- "description": "Copied."
- },
- "feedback": {
- "message": "Обратна връзка",
- "description": "Feedback."
- },
- "translate": {
- "message": "Превод",
- "description": "Translate."
- },
- "source": {
- "message": "Изходен код",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Въведете парола за да декриптирате данните.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Синхронизиране на часовника с Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Запомни паролата",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Внимание! Вашият часовник не е верен, моля го оправя преди да продължите.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Do you have a backup for your accounts? Don't wait until it's too late!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Заснемането неуспешно, моля презаредете страницата и опитайте отново.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Време на базата",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Брояч на базата",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferences",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Мащаб",
- "description": "Scale"
- },
- "export_info": {
- "message": "Предупреждение: всички резервни копия са декриптирани. Искате ли да добавите акаунт към друго приложение? Задръжте над горната част на всяка сметка и натиснете скрития бутон.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Изтегляне на резервното копие",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Импорт на резервен архив",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Импорт на резервен архивен файл",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Import QR Image Backup",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Импорт на Текстов архив",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "You can select multiple files to import backup in batches.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Покажи всички записи",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Предупреждение: архивни файлове са декриптирани. Използвайте на свой собствен риск.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Трябва да въведете правилна парола, за да импортните архива.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Паролата ви се съхранява локално, моля променете го от менюто за сигурност незабавно.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Премахни",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Изтегляне на защитени с парола архиви",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Търсене",
- "description": "Search"
- },
- "popout": {
- "message": "Изскачащ Прозорец",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Заключване",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Редактирай",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Използване на автоматичното попълване",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Висок контраст",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Theme",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Light",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Dark",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "High Contrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Автоматично архивиране на вашите данни на външна памет.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Вход",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "Изход",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Имаше проблем свързване с вашия $SERVICE$ акаунт, моля влезте отново.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "You have one or more Steam or Blizzard accounts. Unencrypted backups will not use standardized backup format.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "You can import backups from some other applications.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Learn more",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Loading..."
- },
- "autolock": {
- "message": "Lock after"
- },
- "minutes": {
- "message": "minutes"
- },
- "advanced": {
- "message": "Advanced"
- },
- "period": {
- "message": "Period"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Invalid"
- },
- "digits": {
- "message": "Digits"
- },
- "algorithm": {
- "message": "Algorithm"
- },
- "smart_filter": {
- "message": "Smart Filter"
- },
- "backup": {
- "message": "Backup"
- },
- "backup_file_info": {
- "message": "Backup your data to a file."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Удостоверител",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Удостоверяване",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Удостоверителя генерира 2-фактурна защита, за вашият браузър.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " е добавен.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Неразпознат QR код.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Невалиден клон на сметка",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Добави акаунт",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Сканирайте QR кода",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Ръчно въвеждане",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Някои данни за акаунта не бяха импортирани успешно.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Затвори",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Добре",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Да",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Не",
+ "description": "No."
+ },
+ "account": {
+ "message": "Профил",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Username",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Издател",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Секретен",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Успешно.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Неуспешно.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "За Нас",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Настройки",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Сигурност",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Сегашна парола",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Нова парола",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Парола",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Потвърди паролата",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Наистина ли искате да изтриете този акаунт? Това действие не може да бъде отменено.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Разбирам, че всичките ми данни ще бъдат изтрити необратимо.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Нулирай Удостоверител"
+ },
+ "delete_all_warning": {
+ "message": "Това ще изтрие всичките ви данни и изцяло ще изтрие Удостоверителя. Няма да можете да възстановите изтритите данни! Препоръчваме за архивирате, преди да нулирате Удостоверителя."
+ },
+ "security_warning": {
+ "message": "Тази парола ще се използва за кодиране на вашите акаунти. Никой не може да ви помогне, ако си забравите паролата.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Актуализация",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Не можете да добавите нов акаунт, докато акаунтът не се декриптира. Въведете правилната парола.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Акаунти, които не могат да се декриптират, няма да бъдат включени в това резервно копие.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Паролите не съвпадат.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Криптиран",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Копирано",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Обратна връзка",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Превод",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Изходен код",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Въведете парола за да декриптирате данните.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Синхронизиране на часовника с Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Запомни паролата",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Внимание! Вашият часовник не е верен, моля го оправя преди да продължите.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Имате ли резервно копие на акаунтите? Не чакайте, докато не стане твърде късно!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Заснемането неуспешно, моля презаредете страницата и опитайте отново.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Опитвате се да сканирате QR код от локален файл? Use Вместо това импортирайте резервно копие на QR изображението.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Време на базата",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "На база брояч",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Предпочитания",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Мащаб",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Предупреждение: всички резервни копия са декриптирани. Искате ли да добавите акаунт към друго приложение? Задръжте над горната част на всяка сметка и натиснете скрития бутон.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Изтегляне на резервното копие",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Импорт на резервен архив",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Импорт на резервен архивен файл",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Импорт на резервно копие на QR изображение",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Импорт на QR изображения",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Импорт на Текстов архив",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Импорт на OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Успешен импорт, но някои QR кодове не бяха разпознати.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Можете да изберете много файлове за импорт на партиди от резервни копия.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Покажи всички записи",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Предупреждение: архивни файлове са декриптирани. Използвайте на свой собствен риск.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Трябва да въведете правилна парола, за да импортните архива.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Паролата ви се съхранява локално, моля променете го от менюто за сигурност незабавно.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Премахни",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Изтегляне на защитени с парола архиви",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Търсене",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Изскачащ Прозорец",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Заключване",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Редактирай",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Ръчно архивиране",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Използване на автоматичното попълване",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Висок контраст",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Тема",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Светъл",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Тъмен",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Проста",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Компактна",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Висок контраст",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Плоска",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Автоматично архивиране на вашите данни на външна памет.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Синхронизация на браузера",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Вход",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Вписване (Бизнес)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Защо за бизнес акаунтите са задължителни повече разрешения?"
+ },
+ "log_out": {
+ "message": "Изход",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Имаше проблем свързване с вашия $SERVICE$ акаунт, моля влезте отново.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Имате един или повече Steam или Blizzard акаунти. Некриптираните резервни копия няма да използват стандартизиран формат за архивиране.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Можете да импортирате резервни копия от други приложения.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Научете повече",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Зареждане..."
+ },
+ "autolock": {
+ "message": "Заключване след"
+ },
+ "minutes": {
+ "message": "минути"
+ },
+ "advanced": {
+ "message": "Разширени"
+ },
+ "period": {
+ "message": "Период"
+ },
+ "type": {
+ "message": "Тип"
+ },
+ "invalid": {
+ "message": "Невалидно"
+ },
+ "digits": {
+ "message": "Цифри"
+ },
+ "algorithm": {
+ "message": "Алгоритъм"
+ },
+ "smart_filter": {
+ "message": "Умен филтър"
+ },
+ "backup": {
+ "message": "Резервно копие"
+ },
+ "backup_file_info": {
+ "message": "Архивирайте данните си във файл."
+ },
+ "password_policy_default_hint": {
+ "message": "Паролата ви не отговоря на стандартите за сигурност на организацията ви. Свържете сес администратора си за повече информация."
+ },
+ "advisor": {
+ "message": "Съветник"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Задайте парола, за да защитите данните си."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Активирайте автоматично заключване, за да защитите данните си."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Синхронизирането на браузера е деактивирано. Активирането му позволява синхронизиране на акаунтите в различните браузери."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Можете да активирате автоматично попълване на кодове в уебсайтовете."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Активирането на смарт филтър позволява бърз достъп до акаунти."
+ },
+ "show_all_insights": {
+ "message": "Покажи всички съвети."
+ },
+ "no_insight_available": {
+ "message": "Не са открити съвети, всичко изглежда наред!"
+ },
+ "danger": {
+ "message": "Опасност"
+ },
+ "warning": {
+ "message": "Внимание"
+ },
+ "info": {
+ "message": "Информация"
+ },
+ "dismiss": {
+ "message": "Отхвърли"
+ },
+ "learn_more": {
+ "message": "Научете повече"
+ },
+ "enable_context_menu": {
+ "message": "Добави в контектното меню"
+ },
+ "no_entires": {
+ "message": "Няма акаунти. Добавете първия си акаунт сега."
+ },
+ "permissions": {
+ "message": "Разрешения"
+ },
+ "permission_revoke": {
+ "message": "Оттегли"
+ },
+ "permission_show_required_permissions": {
+ "message": "Покажи неподлежащи на оттегляне разрешения"
+ },
+ "permission_required": {
+ "message": "Това е задължително разрешение и не може да се оттегли."
+ },
+ "permission_active_tab": {
+ "message": "Достъп до текущия раздел за сканиране на QR кодове."
+ },
+ "permission_storage": {
+ "message": "Достъп до памет на браузер за запаметяване на данни за акаунта."
+ },
+ "permission_identity": {
+ "message": "Позволи вход в услуги за съхранение на 3-ти страни."
+ },
+ "permission_alarms": {
+ "message": "Позволява задействане на автоматичното заключване."
+ },
+ "permission_scripting": {
+ "message": "Вкарва скриптове в текущия раздел за сканиране на QR кодове и разрешаване на автоматично попълване."
+ },
+ "permission_clipboard_write": {
+ "message": "Дава само write-only достъп до клавиатурата с цел копиране на кодове в клипборда, когато кликнете върху акаунта."
+ },
+ "permission_context_menus": {
+ "message": "Добавя Удостоверител в контекстното меню."
+ },
+ "permission_sync_clock": {
+ "message": "Позволява синхронизация на часовника с Google."
+ },
+ "permission_dropbox": {
+ "message": "Позволява архивиране в Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Първо трябва да деактивирате архивирането в Dropbox."
+ },
+ "permission_drive": {
+ "message": "Позволява архивиране в Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Първо трябва да деактивирате архивирането в Google Drive."
+ },
+ "permission_onedrive": {
+ "message": "Позволява архивиране в OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Първо трябва да деактивирате архивирането в OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Неизвестно разрешение. Ако виждате това съобщение, изпратете доклад за грешка."
+ },
+ "phrase_wrong": {
+ "message": "Невярна парола"
+ },
+ "activate_auto_filter": {
+ "message": "Предупреждение: Интелигентният филтър търси приблизително съвпадение на името на домейна с акаунта. Преди да въведете код, винаги проверявайте дали сте в правилния уебсайт!"
+ }
+}
diff --git a/_locales/bn/messages.json b/_locales/bn/messages.json
index 24719bde4..acef2f20c 100644
--- a/_locales/bn/messages.json
+++ b/_locales/bn/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "অথেন্টিকেটর",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "অথেন্টিকেটর",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "অথেন্টিকেটর আপনার ব্রাউজারে টু-ফ্যাক্টর অথেন্টিকেশন কোড উৎপন্ন করে।",
- "description": "Extension Description."
- },
- "added": {
- "message": "যোগ করা হয়েছে।",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "অস্বীকৃত কিউ-আর কোড।",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "অবৈধ অ্যাকাউন্ট সিক্রেট",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "অ্যাকাউন্ট যোগ করুন",
- "description": "Add account."
- },
- "add_qr": {
- "message": "কিউ-আর কোড স্ক্যান করুন",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "ম্যানুয়াল এন্ট্রি",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "আমদানি করতে ব্যর্থ। যদি আপনি গুগল অথেন্টিকেটর থেকে ডেটা স্থানান্তরিত করে থাকেন, অনুগ্রহ করে গুগল অথেন্টিকেটর থেকে আপনার ডেটা পুনঃআমদানি করুন এবং আবার চেষ্টা করুন।",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "কিছু অ্যাকাউন্ট ডেটা সফলভাবে আমদানি করা হয়নি।",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "বন্ধ করুন",
- "description": "Close."
- },
- "ok": {
- "message": "ঠিক আছে",
- "description": "OK."
- },
- "yes": {
- "message": "হ্যাঁ",
- "description": "Yes."
- },
- "no": {
- "message": "না",
- "description": "No."
- },
- "account": {
- "message": "অ্যাকাউন্ট",
- "description": "Account."
- },
- "accountName": {
- "message": "ব্যবহারকারীর নাম",
- "description": "Account Name."
- },
- "issuer": {
- "message": "প্রদানকারী",
- "description": "Issuer."
- },
- "secret": {
- "message": "সিক্রেট",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "সফল।",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "ব্যর্থ।",
- "description": "Update Failure."
- },
- "about": {
- "message": "সম্বন্ধে",
- "description": "About."
- },
- "settings": {
- "message": "সেটিংস",
- "description": "Settings."
- },
- "security": {
- "message": "নিরাপত্তা",
- "description": "Security."
- },
- "current_phrase": {
- "message": "চলতি পাসওয়ার্ড",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "নতুন পাসওয়ার্ড",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "পাসওয়ার্ড",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "পাসওয়ার্ড নিশ্চিত করুন",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "আপনি কি সত্যিই এই অ্যাকাউন্টটি মুছে ফেলতে চান? এই কাজের ফলে আর ফিরে পাওয়া যাবে না।",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "আমি বুঝতে পেরেছি যে আমার সকল ডেটা অপূরণীয়ভাবে মুছে ফেলা হবে।",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "অথেন্টিকেটর রিসেট করুন"
- },
- "delete_all_warning": {
- "message": "এই কাজের ফলে আপনার সকল ডেটা মুছে ফেলা হবে এবং সম্পূর্ণভাবে অথেন্টিকেটর রিসেট করা হবে। আপনি কোনোভাবেই যেকোনো মুছে ফেলা ডেটা পুনরুদ্ধার করতে পারবেন না! অথেন্টিকেটর রিসেট করার পূর্বে ব্যাকআপ ডেটা সংরক্ষণ করার ব্যাপারে আপনার বিবেচনা করা উচিত।"
- },
- "security_warning": {
- "message": "এই পাসওয়ার্ড আপনার অ্যাকাউন্টকে এনক্রিপ্ট করতে কাজে লাগবে। কেউ আপনাকে সাহায্য করবে না যদি আপনি পাসওয়ার্ড ভুলে যান।",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "আপডেট",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "যতক্ষণ না পর্যন্ত আপনার অ্যাকাউন্টগুলো ডিক্রিপ্ট (খোলা) হবে ততক্ষণ পর্যন্ত আপনি আর নতুন অ্যাকাউন্ট যোগ করতে পারবেন না। অনুগ্রহ করে চালিয়ে যাওয়ার আগে সঠিক পাসওয়ার্ড প্রবেশ করান।",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "যেগুলো অ্যাকাউন্ট ডিক্রিপ্ট হতে সক্ষম নয়, সেগুলো আর ব্যাকআপে আসবে না।",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "পাসওয়ার্ড মিলছে না",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "এনক্রিপ্ট করা হয়েছে",
- "description": "Encrypted."
- },
- "copied": {
- "message": "অনুলিপি করা হয়েছে",
- "description": "Copied."
- },
- "feedback": {
- "message": "মতামত",
- "description": "Feedback."
- },
- "translate": {
- "message": "অনুবাদ",
- "description": "Translate."
- },
- "source": {
- "message": "সোর্স কোড",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "অ্যাকাউন্ট ডেটা ডিক্রিপ্ট করতে (খুলতে) পাসওয়ার্ড প্রবেশ করান।",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "গুগলের সাথে ক্লক সুসংগত করুন",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "পাসওয়ার্ড মনে রাখুন",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "সাবধান! আপনার স্থানীয় ঘড়ি অনেক আগে গিয়েছে, অনুগ্রহ করে চালিয়ে যেতে সংশোধন করুন।",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "আপনার অ্যাকাউন্টগুলোর জন্য ব্যাকআপ আছে? দেরি হওয়ার আগে আর অপেক্ষা নয়!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "ক্যাপচার করতে ব্যর্থ, অনুগ্রহ করে পেজ রিলোড করুন আর আবার চেষ্টা করুন।",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "আপনি একটি স্থানীয় ফাইল থেকে কিউ-আর কোড স্ক্যান করতে চেষ্টা করছেন কি? এর বদলে ইম্পোর্ট কিউ-আর ইমেজ ব্যাকআপ ব্যবহার করুন।",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "সময় ভিত্তিক",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "কাউন্টার ভিত্তিক",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "পছন্দসমূহ",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "স্কেল",
- "description": "Scale"
- },
- "export_info": {
- "message": "সতর্কতাঃ সকল ব্যাকআপগুলো এনক্রিপ্টেড নয়। অন্য আরেকটি অ্যাপে একটি অ্যাকাউন্ট যোগ করতে চান? যেকোনো একাউন্টের উপর-ডান অংশে যান আর গোপন বাটনে চাপ দিন।",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "ব্যাকআপ ফাইল ডাউনলোড করুন",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "ব্যাকআপ আমদানি করুন",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "ব্যাকআপ ফাইল আমদানি করুন",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "কিউ-আর ইমেজ ব্যাকআপ আমদানি করুন",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "টেক্সট ব্যাকআপ আমদানি করুন",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "সফলভাবে আমদানি করা হয়েছে, কিন্তু কিছু কিউ-আর ইমেজ চেনা যাচ্ছে না।.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "ব্যাকআপ আমদানি ব্যাচে করতে আপনি একাধিক ফাইল নির্বাচন করতে পারবেন।",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "সকল এন্ট্রি দেখান",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "সাবধানঃ ব্যাকআপগুলো এনক্রিপ্টেড নয়। নিজের ঝুঁকিতে ব্যবহার করুন।",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "ব্যাকআপগুলো আমদানি করতে আপনাকে সঠিক পাসওয়ার্ড প্রবেশ করাতে হবে।",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "আপনার পাসওয়ার্ড স্থানীয়ভাবে সংরক্ষণ করা হয়েছে, অনুগ্রহ করে নিরাপত্তা মেনুতে অবিলম্বে পরিবর্তন করুন।",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "অপসারণ করুন",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "পাসওয়ার্ড-সংরক্ষিত ব্যাকআপ ডাউনলোড করুন",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "অনুসন্ধান",
- "description": "Search"
- },
- "popout": {
- "message": "পপ-আপ মোড",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "লক করুন",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "সম্পাদন করুন",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "ম্যানুয়াল ব্যাকআপ",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "অটোফিল ব্যবহার করুন",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "উচ্চ কন্ট্র্যাস্ট ব্যবহার করুন",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "থিম",
- "description": "Theme"
- },
- "theme_light": {
- "message": "লাইট",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "ডার্ক",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "সিম্পল",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "কমপ্যাক্ট",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "উচ্চ কন্ট্র্যাস্ট",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "তৃতীয় পক্ষের স্টোরেজ সেবাসমূহে আপনার ডেটা স্বয়ংক্রিয়ভাবে ব্যাকআপ করুন।",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "ব্রাউজার সিঙ্ক",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "সাইন ইন করুন",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "সাইন ইন করুন (ব্যবসায়িক)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "ব্যবসায়িক একাউন্টগুলোতে বেশি অনুমতির প্রয়োজন পড়ে কেন?"
- },
- "log_out": {
- "message": "লগআউট করুন",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "আপনার $SERVICE$ অ্যাকাউন্টে সংযোগ প্রদানে একটি সমস্যা সংঘটিত হয়েছে, অনুগ্রহ করে আবার সাইন ইন করুন।",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "আপনার কাছে এক বা একাধিক স্টিম অথবা ব্লিজার্ড অ্যাকাউন্ট আছে। খোলা বা আনএনক্রিপ্টেড ব্যাকআপগুলো প্রমিত ব্যাকআপ ফরমেট ব্যবহার করবে না।",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "অন্য কিছু অ্যাপ্লিকেশনগুলো থেকে আপনি ব্যাকআপ আমদানি করতে পারবেন।",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "আরো জানুন",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "লোড করা হচ্ছে..."
- },
- "autolock": {
- "message": "লক করুন"
- },
- "minutes": {
- "message": "মিনিটের পরে"
- },
- "advanced": {
- "message": "উন্নত"
- },
- "period": {
- "message": "সময়সীমা"
- },
- "type": {
- "message": "ধরন"
- },
- "invalid": {
- "message": "অবৈধ"
- },
- "digits": {
- "message": "ডিজিটস"
- },
- "algorithm": {
- "message": "অ্যালগরিদম"
- },
- "smart_filter": {
- "message": "স্মার্ট ফিল্টার"
- },
- "backup": {
- "message": "ব্যাকআপ"
- },
- "backup_file_info": {
- "message": "একটি ফাইলে আপনার ডেটা ব্যাকআপ করুন।"
- },
- "password_policy_default_hint": {
- "message": "আপনার পাসওয়ার্ড আপনার প্রতিষ্ঠানের নিরাপত্তা প্রয়োজনীয়তায় মিলছে না। আরো তথ্য জানতে আপনার পরিচালকের সাথে যোগাযোগ করুন।"
- },
- "advisor": {
- "message": "উপদেষ্টা"
- },
- "advisor_insight_password_not_set": {
- "message": "আপনার ডেটা সুরক্ষিত করতে একটি পাসওয়ার্ড সেট করুন।"
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "আপনার ডেটা সুরক্ষিত রাখতে অটো-লক চালু করুন।"
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "ব্রাউজার সিঙ্ক অচল। চালু করলে আপনার অ্যাকাউন্টগুলো ব্রাউজারজুড়ে সিঙ্ক হবে, যেখানে আপনার ব্রাউজারে এই এক্সটেনশন চালু করা আছে।"
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "ওয়েবসাইটে কোড স্বয়ংক্রিয়ভাবে পূরণ করতে অটোফিল চালু করা যাবে"
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "স্মার্ট ফিল্টার চালু করার ফলে অ্যাকাউন্টে কুইক এক্সেস পাওয়া যাবে।"
- },
- "show_all_insights": {
- "message": "সকল অন্তর্দৃষ্টি দেখান।"
- },
- "no_insight_available": {
- "message": "কোন অন্তর্দৃষ্টি পাওয়া যায়নি, সবকিছু ভালো দেখা যাচ্ছে!"
- },
- "danger": {
- "message": "বিপজ্জনক"
- },
- "warning": {
- "message": "সাবধান"
- },
- "info": {
- "message": "তথ্য"
- },
- "dismiss": {
- "message": "খারিজ করুন"
- },
- "learn_more": {
- "message": "আরো জানুন"
- },
- "enable_context_menu": {
- "message": "কন্টেক্সট মেনুতে যোগ করুন"
- },
- "no_entires": {
- "message": "কোন অ্যাকাউন্ট দেখা যাচ্ছে না। আপনার প্রথম অ্যাকাউন্ট যোগ করুন।"
- },
- "permissions": {
- "message": "অনুমতিসমূহ"
- },
- "permission_revoke": {
- "message": "অনুমতি প্রত্যাহার"
- },
- "permission_show_required_permissions": {
- "message": "প্রয়োজনীয় অনুমতি দেখান"
- },
- "permission_required": {
- "message": "এই অনুমতি জরুরি এবং এটা বন্ধ করা যাবে না।."
- },
- "permission_active_tab": {
- "message": "কিউআর কোডটি স্ক্যান করার জন্য বর্তমান ট্যাব এর অ্যাক্সেস করুন।"
- },
- "permission_storage": {
- "message": "অ্যাকাউন্টের সকল তথ্য সংরক্ষণ এর জন্য ব্রাউজারের স্টোরএজ অ্যাক্সেস করুন।"
- },
- "permission_identity": {
- "message": "তৃতীয় পক্ষের ক্লাউড স্টোরএজ সেবায় যুক্ত হওয়ার অনুমতি। "
- },
- "permission_clipboard_write": {
- "message": "আপনি যখন অ্যাকাউন্টে ক্লিক করেন তখন ক্লিপবোর্ডে কোডটি কপি করতে ক্লিপবোর্ডে শুধুমাত্র লেখার অ্যাক্সেস প্রদান করে।"
- },
- "permission_context_menus": {
- "message": "কনট্যাক্স মেনু তে অথেন্টিকেটর যুক্ত করুন। "
- },
- "permission_sync_clock": {
- "message": "গুগল এর সাথে ঘড়ি সিঙ্ক করুন।"
- },
- "permission_dropbox": {
- "message": "ড্রপবক্সের ব্যাকআপ চালু করুন।"
- },
- "permission_dropbox_cannot_revoke": {
- "message": "আপনাকে অবশ্যই ড্রপবক্সের ব্যাকআপ বন্ধ করতে হবে"
- },
- "permission_drive": {
- "message": "গুগল ড্রাইভের ব্যাকআপ চালু করুন।"
- },
- "permission_drive_cannot_revoke": {
- "message": "আপনাকে অবশ্যই গুগ্রল ড্রাইভের ব্যাকআপ বন্ধ করতে হবে।"
- },
- "permission_onedrive": {
- "message": "ওয়ানড্রাইভ এর ব্যাকআপ চালু করুন।"
- },
- "permission_onedrive_cannot_revoke": {
- "message": "আপনাকে অবশ্যই ওয়ানড্রাইভ এর ব্যাকআপ বন্ধ করতে হবে."
- },
- "permission_unknown_permission": {
- "message": "অনুমতি অজানা। আপনি যদি এই লেখাটি দেখে থাকেন, তাহলে দয়া করে বাগ রিপোর্ট পাঠান"
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "অথেন্টিকেটর",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "অথেন্টিকেটর",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "অথেন্টিকেটর আপনার ব্রাউজারে টু-ফ্যাক্টর অথেন্টিকেশন কোড উৎপন্ন করে।",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": "যোগ করা হয়েছে।",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "অস্বীকৃত কিউ-আর কোড।",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "অবৈধ অ্যাকাউন্ট সিক্রেট",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "অ্যাকাউন্ট যোগ করুন",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "কিউ-আর কোড স্ক্যান করুন",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "ম্যানুয়াল এন্ট্রি",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "আমদানি করতে ব্যর্থ। যদি আপনি গুগল অথেন্টিকেটর থেকে ডেটা স্থানান্তরিত করে থাকেন, অনুগ্রহ করে গুগল অথেন্টিকেটর থেকে আপনার ডেটা পুনঃআমদানি করুন এবং আবার চেষ্টা করুন।",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "কিছু অ্যাকাউন্ট ডেটা সফলভাবে আমদানি করা হয়নি।",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "বন্ধ করুন",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "ঠিক আছে",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "হ্যাঁ",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "না",
+ "description": "No."
+ },
+ "account": {
+ "message": "অ্যাকাউন্ট",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "ব্যবহারকারীর নাম",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "প্রদানকারী",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "সিক্রেট",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "সফল।",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "ব্যর্থ।",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "সম্বন্ধে",
+ "description": "About."
+ },
+ "settings": {
+ "message": "সেটিংস",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "নিরাপত্তা",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "চলতি পাসওয়ার্ড",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "নতুন পাসওয়ার্ড",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "পাসওয়ার্ড",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "পাসওয়ার্ড নিশ্চিত করুন",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "আপনি কি সত্যিই এই অ্যাকাউন্টটি মুছে ফেলতে চান? এই কাজের ফলে আর ফিরে পাওয়া যাবে না।",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "আমি বুঝতে পেরেছি যে আমার সকল ডেটা অপূরণীয়ভাবে মুছে ফেলা হবে।",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "অথেন্টিকেটর রিসেট করুন"
+ },
+ "delete_all_warning": {
+ "message": "এই কাজের ফলে আপনার সকল ডেটা মুছে ফেলা হবে এবং সম্পূর্ণভাবে অথেন্টিকেটর রিসেট করা হবে। আপনি কোনোভাবেই যেকোনো মুছে ফেলা ডেটা পুনরুদ্ধার করতে পারবেন না! অথেন্টিকেটর রিসেট করার পূর্বে ব্যাকআপ ডেটা সংরক্ষণ করার ব্যাপারে আপনার বিবেচনা করা উচিত।"
+ },
+ "security_warning": {
+ "message": "এই পাসওয়ার্ড আপনার অ্যাকাউন্টকে এনক্রিপ্ট করতে কাজে লাগবে। কেউ আপনাকে সাহায্য করবে না যদি আপনি পাসওয়ার্ড ভুলে যান।",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "আপডেট",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "যতক্ষণ না পর্যন্ত আপনার অ্যাকাউন্টগুলো ডিক্রিপ্ট (খোলা) হবে ততক্ষণ পর্যন্ত আপনি আর নতুন অ্যাকাউন্ট যোগ করতে পারবেন না। অনুগ্রহ করে চালিয়ে যাওয়ার আগে সঠিক পাসওয়ার্ড প্রবেশ করান।",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "যেগুলো অ্যাকাউন্ট ডিক্রিপ্ট হতে সক্ষম নয়, সেগুলো আর ব্যাকআপে আসবে না।",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "পাসওয়ার্ড মিলছে না",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "এনক্রিপ্ট করা হয়েছে",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "অনুলিপি করা হয়েছে",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "মতামত",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "অনুবাদ",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "সোর্স কোড",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "অ্যাকাউন্ট ডেটা ডিক্রিপ্ট করতে (খুলতে) পাসওয়ার্ড প্রবেশ করান।",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "গুগলের সাথে ক্লক সুসংগত করুন",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "পাসওয়ার্ড মনে রাখুন",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "সাবধান! আপনার স্থানীয় ঘড়ি অনেক আগে গিয়েছে, অনুগ্রহ করে চালিয়ে যেতে সংশোধন করুন।",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "আপনার অ্যাকাউন্টগুলোর জন্য ব্যাকআপ আছে? দেরি হওয়ার আগে আর অপেক্ষা নয়!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "ক্যাপচার করতে ব্যর্থ, অনুগ্রহ করে পেজ রিলোড করুন আর আবার চেষ্টা করুন।",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "আপনি একটি স্থানীয় ফাইল থেকে কিউ-আর কোড স্ক্যান করতে চেষ্টা করছেন কি? এর বদলে ইম্পোর্ট কিউ-আর ইমেজ ব্যাকআপ ব্যবহার করুন।",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "সময় ভিত্তিক",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "কাউন্টার ভিত্তিক",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "পছন্দসমূহ",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "স্কেল",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "সতর্কতাঃ সকল ব্যাকআপগুলো এনক্রিপ্টেড নয়। অন্য আরেকটি অ্যাপে একটি অ্যাকাউন্ট যোগ করতে চান? যেকোনো একাউন্টের উপর-ডান অংশে যান আর গোপন বাটনে চাপ দিন।",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "ব্যাকআপ ফাইল ডাউনলোড করুন",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "ব্যাকআপ আমদানি করুন",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "ব্যাকআপ ফাইল আমদানি করুন",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "কিউ-আর ইমেজ ব্যাকআপ আমদানি করুন",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "টেক্সট ব্যাকআপ আমদানি করুন",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "সফলভাবে আমদানি করা হয়েছে, কিন্তু কিছু কিউ-আর ইমেজ চেনা যাচ্ছে না।.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "ব্যাকআপ আমদানি ব্যাচে করতে আপনি একাধিক ফাইল নির্বাচন করতে পারবেন।",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "সকল এন্ট্রি দেখান",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "সাবধানঃ ব্যাকআপগুলো এনক্রিপ্টেড নয়। নিজের ঝুঁকিতে ব্যবহার করুন।",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "ব্যাকআপগুলো আমদানি করতে আপনাকে সঠিক পাসওয়ার্ড প্রবেশ করাতে হবে।",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "আপনার পাসওয়ার্ড স্থানীয়ভাবে সংরক্ষণ করা হয়েছে, অনুগ্রহ করে নিরাপত্তা মেনুতে অবিলম্বে পরিবর্তন করুন।",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "অপসারণ করুন",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "পাসওয়ার্ড-সংরক্ষিত ব্যাকআপ ডাউনলোড করুন",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "অনুসন্ধান",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "পপ-আপ মোড",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "লক করুন",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "সম্পাদন করুন",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "ম্যানুয়াল ব্যাকআপ",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "অটোফিল ব্যবহার করুন",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "উচ্চ কন্ট্র্যাস্ট ব্যবহার করুন",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "থিম",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "লাইট",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "ডার্ক",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "সিম্পল",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "কমপ্যাক্ট",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "উচ্চ কন্ট্র্যাস্ট",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "তৃতীয় পক্ষের স্টোরেজ সেবাসমূহে আপনার ডেটা স্বয়ংক্রিয়ভাবে ব্যাকআপ করুন।",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "ব্রাউজার সিঙ্ক",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "সাইন ইন করুন",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "সাইন ইন করুন (ব্যবসায়িক)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "ব্যবসায়িক একাউন্টগুলোতে বেশি অনুমতির প্রয়োজন পড়ে কেন?"
+ },
+ "log_out": {
+ "message": "লগআউট করুন",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "আপনার $SERVICE$ অ্যাকাউন্টে সংযোগ প্রদানে একটি সমস্যা সংঘটিত হয়েছে, অনুগ্রহ করে আবার সাইন ইন করুন।",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "আপনার কাছে এক বা একাধিক স্টিম অথবা ব্লিজার্ড অ্যাকাউন্ট আছে। খোলা বা আনএনক্রিপ্টেড ব্যাকআপগুলো প্রমিত ব্যাকআপ ফরমেট ব্যবহার করবে না।",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "অন্য কিছু অ্যাপ্লিকেশনগুলো থেকে আপনি ব্যাকআপ আমদানি করতে পারবেন।",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "আরো জানুন",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "লোড করা হচ্ছে..."
+ },
+ "autolock": {
+ "message": "লক করুন"
+ },
+ "minutes": {
+ "message": "মিনিটের পরে"
+ },
+ "advanced": {
+ "message": "উন্নত"
+ },
+ "period": {
+ "message": "সময়সীমা"
+ },
+ "type": {
+ "message": "ধরন"
+ },
+ "invalid": {
+ "message": "অবৈধ"
+ },
+ "digits": {
+ "message": "ডিজিটস"
+ },
+ "algorithm": {
+ "message": "অ্যালগরিদম"
+ },
+ "smart_filter": {
+ "message": "স্মার্ট ফিল্টার"
+ },
+ "backup": {
+ "message": "ব্যাকআপ"
+ },
+ "backup_file_info": {
+ "message": "একটি ফাইলে আপনার ডেটা ব্যাকআপ করুন।"
+ },
+ "password_policy_default_hint": {
+ "message": "আপনার পাসওয়ার্ড আপনার প্রতিষ্ঠানের নিরাপত্তা প্রয়োজনীয়তায় মিলছে না। আরো তথ্য জানতে আপনার পরিচালকের সাথে যোগাযোগ করুন।"
+ },
+ "advisor": {
+ "message": "উপদেষ্টা"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "আপনার ডেটা সুরক্ষিত করতে একটি পাসওয়ার্ড সেট করুন।"
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "আপনার ডেটা সুরক্ষিত রাখতে অটো-লক চালু করুন।"
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "ব্রাউজার সিঙ্ক অচল। চালু করলে আপনার অ্যাকাউন্টগুলো ব্রাউজারজুড়ে সিঙ্ক হবে, যেখানে আপনার ব্রাউজারে এই এক্সটেনশন চালু করা আছে।"
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "ওয়েবসাইটে কোড স্বয়ংক্রিয়ভাবে পূরণ করতে অটোফিল চালু করা যাবে"
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "স্মার্ট ফিল্টার চালু করার ফলে অ্যাকাউন্টে কুইক এক্সেস পাওয়া যাবে।"
+ },
+ "show_all_insights": {
+ "message": "সকল অন্তর্দৃষ্টি দেখান।"
+ },
+ "no_insight_available": {
+ "message": "কোন অন্তর্দৃষ্টি পাওয়া যায়নি, সবকিছু ভালো দেখা যাচ্ছে!"
+ },
+ "danger": {
+ "message": "বিপজ্জনক"
+ },
+ "warning": {
+ "message": "সাবধান"
+ },
+ "info": {
+ "message": "তথ্য"
+ },
+ "dismiss": {
+ "message": "খারিজ করুন"
+ },
+ "learn_more": {
+ "message": "আরো জানুন"
+ },
+ "enable_context_menu": {
+ "message": "কন্টেক্সট মেনুতে যোগ করুন"
+ },
+ "no_entires": {
+ "message": "কোন অ্যাকাউন্ট দেখা যাচ্ছে না। আপনার প্রথম অ্যাকাউন্ট যোগ করুন।"
+ },
+ "permissions": {
+ "message": "অনুমতিসমূহ"
+ },
+ "permission_revoke": {
+ "message": "অনুমতি প্রত্যাহার"
+ },
+ "permission_show_required_permissions": {
+ "message": "প্রয়োজনীয় অনুমতি দেখান"
+ },
+ "permission_required": {
+ "message": "এই অনুমতি জরুরি এবং এটা বন্ধ করা যাবে না।."
+ },
+ "permission_active_tab": {
+ "message": "কিউআর কোডটি স্ক্যান করার জন্য বর্তমান ট্যাব এর অ্যাক্সেস করুন।"
+ },
+ "permission_storage": {
+ "message": "অ্যাকাউন্টের সকল তথ্য সংরক্ষণ এর জন্য ব্রাউজারের স্টোরএজ অ্যাক্সেস করুন।"
+ },
+ "permission_identity": {
+ "message": "তৃতীয় পক্ষের ক্লাউড স্টোরএজ সেবায় যুক্ত হওয়ার অনুমতি। "
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "আপনি যখন অ্যাকাউন্টে ক্লিক করেন তখন ক্লিপবোর্ডে কোডটি কপি করতে ক্লিপবোর্ডে শুধুমাত্র লেখার অ্যাক্সেস প্রদান করে।"
+ },
+ "permission_context_menus": {
+ "message": "কনট্যাক্স মেনু তে অথেন্টিকেটর যুক্ত করুন। "
+ },
+ "permission_sync_clock": {
+ "message": "গুগল এর সাথে ঘড়ি সিঙ্ক করুন।"
+ },
+ "permission_dropbox": {
+ "message": "ড্রপবক্সের ব্যাকআপ চালু করুন।"
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "আপনাকে অবশ্যই ড্রপবক্সের ব্যাকআপ বন্ধ করতে হবে"
+ },
+ "permission_drive": {
+ "message": "গুগল ড্রাইভের ব্যাকআপ চালু করুন।"
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "আপনাকে অবশ্যই গুগ্রল ড্রাইভের ব্যাকআপ বন্ধ করতে হবে।"
+ },
+ "permission_onedrive": {
+ "message": "ওয়ানড্রাইভ এর ব্যাকআপ চালু করুন।"
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "আপনাকে অবশ্যই ওয়ানড্রাইভ এর ব্যাকআপ বন্ধ করতে হবে."
+ },
+ "permission_unknown_permission": {
+ "message": "অনুমতি অজানা। আপনি যদি এই লেখাটি দেখে থাকেন, তাহলে দয়া করে বাগ রিপোর্ট পাঠান"
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/ca/messages.json b/_locales/ca/messages.json
index ce18f1721..1bc087388 100644
--- a/_locales/ca/messages.json
+++ b/_locales/ca/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator genera codis d'autenticació en dos passos al vostre navegador.",
- "description": "Extension Description."
- },
- "added": {
- "message": " s'ha afegit.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Codi QR no reconegut.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Clau secreta del compte no vàlida",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Afegeix compte",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Escaneja codi QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Entrada manual",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "La importació ha fallat. Si esteu migrant dades de Google Authenticator, torneu a exportar les dades i proveu-ho de nou.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Algunes dades del compte no s'han importat correctament.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Tanca",
- "description": "Close."
- },
- "ok": {
- "message": "D'acord",
- "description": "OK."
- },
- "yes": {
- "message": "Sí",
- "description": "Yes."
- },
- "no": {
- "message": "No",
- "description": "No."
- },
- "account": {
- "message": "Compte",
- "description": "Account."
- },
- "accountName": {
- "message": "Nom d'usuari",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Emissor",
- "description": "Issuer."
- },
- "secret": {
- "message": "Clau secreta",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Fet.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Ha fallat.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Quant a",
- "description": "About."
- },
- "settings": {
- "message": "Preferències",
- "description": "Settings."
- },
- "security": {
- "message": "Seguretat",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Contrasenya actual",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nova contrasenya",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Contrasenya",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Confirma la contrasenya",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Segur que voleu eliminar aquest compte? Aquesta acció no es pot desfer.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Entenc que totes les meves dades s'esborraran i seran impossibles de recuperar.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Reinicialitza l'Authenticator"
- },
- "delete_all_warning": {
- "message": "Això esborrarà totes les vostres dades i reiniciarà completament l'Authenticator. No podreu recuperar cap dada un cop esborrades! Considereu de fer una còpia de seguretat abans de reiniciar l'Authenticator."
- },
- "security_warning": {
- "message": "Aquesta contrasenya s'emprarà per xifrar els vostres comptes. Ningú us podrà ajudar si oblideu la contrasenya.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Actualitza",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "No podeu afegir un nou compte fins que s'hagin desxifrat tots els comptes. Escriviu la contrasenya correcta abans de continuar.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Els comptes que no s'han pogut desxifrar no s'inclouran en aquesta còpia de seguretat.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "La contrasenya no concorda.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Xifrat",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Copiat",
- "description": "Copied."
- },
- "feedback": {
- "message": "Retroacció",
- "description": "Feedback."
- },
- "translate": {
- "message": "Tradueix",
- "description": "Translate."
- },
- "source": {
- "message": "Codi font",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Escriviu la contrasenya per desxifrar les dades del compte.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sincronitzar el rellotge amb Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Recorda la contrasenya",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Compte! El rellotge del vostre sistema està massa desajustat, solucioneu-ho abans de continuar.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Ja heu fet una còpia de seguretat dels vostres comptes? No espereu a fer-ho quan ja sigui massa tard!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "La captura ha fallat, recarregueu la pàgina i torneu-ho a provar.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Proveu de llegir un codi QR des d'un arxiu local? Enlloc d'això, utilitzeu la importació de còpies de seguretat d'imatges QR.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "En base al temps",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "En base a un comptador",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferències",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Escala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Atenció: les còpies de seguretat no estan xifrades. Voleu afegir un compte per a una altra aplicació? Passeu el ratolí per la cantonada superior dreta de qualsevol compte i premeu el botó ocult.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Descarrega còpia de seguretat",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importa còpia de seguretat",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importa fitxer de còpia de seguretat",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importa còpia d'imatge QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importa còpia de seguretat com a text pla",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "S'ha importat correctament, però alguns codis QR no s'han reconegut.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Podeu seleccionar diversos fitxers per importar la còpia en lots.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Mostra totes les entrades",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Atenció: tingueu en consideració que les còpies de seguretat no estan xifrades.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Heu de proporcionar la contrasenya correcta per poder importar còpies de seguretat.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "La contrasenya està emmagatzemada localment, canvieu-la al menú de seguretat immediatament.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Elimina",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Descarrega còpia de seguretat protegida per contrasenya",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Cerca",
- "description": "Search"
- },
- "popout": {
- "message": "Panell emergent",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Bloqueja",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Edita",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Còpia de seguretat manual",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Utilitza l'emplenament automàtic",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Contrast alt",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Clar",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Fosc",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Senzill",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compacte",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Alt contrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Fes una còpia de seguretat automàtica de les dades a un servei d'emmagatzematge de tercers.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Sincronització amb el Navegador",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Inicia sessió",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Inicia sessió (Negocis)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Perquè els comptes de negocis demanen més permisos?"
- },
- "log_out": {
- "message": "Desconnecta",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Hi ha hagut un problema en connectar amb el vostre compte a $SERVICE$, torneu a iniciar la sessió.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Teniu un o més comptes de Steam o de Blizzard. Les còpies de seguretat sense xifrar no utilitzaran un format estàndard de còpia de seguretat.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Podeu importar còpies de seguretat d'altres aplicacions.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Saber-ne més",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Carregant..."
- },
- "autolock": {
- "message": "Bloqueja passats"
- },
- "minutes": {
- "message": "minuts"
- },
- "advanced": {
- "message": "Avançat"
- },
- "period": {
- "message": "període"
- },
- "type": {
- "message": "Tipus"
- },
- "invalid": {
- "message": "No és vàlid"
- },
- "digits": {
- "message": "Dígits"
- },
- "algorithm": {
- "message": "Algorisme"
- },
- "smart_filter": {
- "message": "Filtre intel·ligent"
- },
- "backup": {
- "message": "Còpia de seguretat"
- },
- "backup_file_info": {
- "message": "Fes una còpia de les dades a un fitxer."
- },
- "password_policy_default_hint": {
- "message": "La contrasenya no compleix els requeriments de seguretat de la teva companyia. Contacta amb el teu administrador per a més informació."
- },
- "advisor": {
- "message": "Assessor"
- },
- "advisor_insight_password_not_set": {
- "message": "Establiu una contrasenya per protegir les vostres dades."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Activeu el bloqueig automàtic per protegir les vostres dades."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "La sincronització està desactivada. Habilitar-la permet que els comptes es sincronitzin entre navegadors."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Podeu activar l'emplenament automàtic per omplir els codis a les pàgines web."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Activar el filtre intel·ligent permet l'accés ràpid als comptes."
- },
- "show_all_insights": {
- "message": "Mostra tots els punts de vista."
- },
- "no_insight_available": {
- "message": "No s'han trobat punts de vista, tot sembla correcte!"
- },
- "danger": {
- "message": "Perill"
- },
- "warning": {
- "message": "Advertència"
- },
- "info": {
- "message": "Informació"
- },
- "dismiss": {
- "message": "Descarta"
- },
- "learn_more": {
- "message": "Saber-ne més"
- },
- "enable_context_menu": {
- "message": "Afegeix al menú contextual"
- },
- "no_entires": {
- "message": "Sense comptes per mostrar. Afegiu un compte ara."
- },
- "permissions": {
- "message": "Permisos"
- },
- "permission_revoke": {
- "message": "Revoca"
- },
- "permission_show_required_permissions": {
- "message": "Mostra els permisos no revocables"
- },
- "permission_required": {
- "message": "Aquest és un permís obligatori i no es pot revocar."
- },
- "permission_active_tab": {
- "message": "Accés a la pestanya actual per escanejar codis QR."
- },
- "permission_storage": {
- "message": "Accés a l'emmagatzematge del navegador per emmagatzemar les dades del compte."
- },
- "permission_identity": {
- "message": "Permet iniciar sessió en serveis d'emmagatzematge de tercers."
- },
- "permission_clipboard_write": {
- "message": "Atorga accés només d'escriptura al porta-retalls per copiar codis al porta-retalls quan feu clic al compte."
- },
- "permission_context_menus": {
- "message": "Afegeix Authenticator al menú contextual."
- },
- "permission_sync_clock": {
- "message": "Permet la sincronització del rellotge amb Google."
- },
- "permission_dropbox": {
- "message": "Permet còpies de seguretat a Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Primer heu de desactivar la còpia de seguretat a Dropbox."
- },
- "permission_drive": {
- "message": "Permet còpies de seguretat a Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "Primer heu de desactivar la còpia de seguretat a Google Drive."
- },
- "permission_onedrive": {
- "message": "Permet còpies de seguretat a OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Primer heu de desactivar la còpia de seguretat a OneDrive."
- },
- "permission_unknown_permission": {
- "message": "Permís desconegut. Si veieu aquest missatge, envieu un informe d'error."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator genera codis d'autenticació en dos passos al vostre navegador.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " s'ha afegit.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Codi QR no reconegut.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Clau secreta del compte no vàlida",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Afegeix compte",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Escaneja codi QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Entrada manual",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "La importació ha fallat. Si esteu migrant dades de Google Authenticator, torneu a exportar les dades i proveu-ho de nou.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Algunes dades del compte no s'han importat correctament.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Tanca",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "D'acord",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Sí",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "No",
+ "description": "No."
+ },
+ "account": {
+ "message": "Compte",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nom d'usuari",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Emissor",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Clau secreta",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Fet.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Ha fallat.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Quant a",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Preferències",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Seguretat",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Contrasenya actual",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nova contrasenya",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Contrasenya",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Confirma la contrasenya",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Segur que voleu eliminar aquest compte? Aquesta acció no es pot desfer.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Entenc que totes les meves dades s'esborraran i seran impossibles de recuperar.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Reinicialitza l'Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "Això esborrarà totes les vostres dades i reiniciarà completament l'Authenticator. No podreu recuperar cap dada un cop esborrades! Considereu de fer una còpia de seguretat abans de reiniciar l'Authenticator."
+ },
+ "security_warning": {
+ "message": "Aquesta contrasenya s'emprarà per xifrar els vostres comptes. Ningú us podrà ajudar si oblideu la contrasenya.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Actualitza",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "No podeu afegir un nou compte fins que s'hagin desxifrat tots els comptes. Escriviu la contrasenya correcta abans de continuar.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Els comptes que no s'han pogut desxifrar no s'inclouran en aquesta còpia de seguretat.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "La contrasenya no concorda.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Xifrat",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Copiat",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Retroacció",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Tradueix",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Codi font",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Escriviu la contrasenya per desxifrar les dades del compte.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sincronitzar el rellotge amb Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Recorda la contrasenya",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Compte! El rellotge del vostre sistema està massa desajustat, solucioneu-ho abans de continuar.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Ja heu fet una còpia de seguretat dels vostres comptes? No espereu a fer-ho quan ja sigui massa tard!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "La captura ha fallat, recarregueu la pàgina i torneu-ho a provar.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Proveu de llegir un codi QR des d'un arxiu local? Enlloc d'això, utilitzeu la importació de còpies de seguretat d'imatges QR.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "En base al temps",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "En base a un comptador",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferències",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Escala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Atenció: les còpies de seguretat no estan xifrades. Voleu afegir un compte per a una altra aplicació? Passeu el ratolí per la cantonada superior dreta de qualsevol compte i premeu el botó ocult.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Descarrega còpia de seguretat",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importa còpia de seguretat",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importa fitxer de còpia de seguretat",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importa còpia d'imatge QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importa còpia de seguretat com a text pla",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "S'ha importat correctament, però alguns codis QR no s'han reconegut.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Podeu seleccionar diversos fitxers per importar la còpia en lots.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Mostra totes les entrades",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Atenció: tingueu en consideració que les còpies de seguretat no estan xifrades.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Heu de proporcionar la contrasenya correcta per poder importar còpies de seguretat.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "La contrasenya està emmagatzemada localment, canvieu-la al menú de seguretat immediatament.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Elimina",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Descarrega còpia de seguretat protegida per contrasenya",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Cerca",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Panell emergent",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Bloqueja",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Edita",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Còpia de seguretat manual",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Utilitza l'emplenament automàtic",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Contrast alt",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Clar",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Fosc",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Senzill",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compacte",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Alt contrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Planer",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Fes una còpia de seguretat automàtica de les dades a un servei d'emmagatzematge de tercers.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Sincronització amb el Navegador",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Inicia sessió",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Inicia sessió (Negocis)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Perquè els comptes de negocis demanen més permisos?"
+ },
+ "log_out": {
+ "message": "Desconnecta",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Hi ha hagut un problema en connectar amb el vostre compte a $SERVICE$, torneu a iniciar la sessió.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Teniu un o més comptes de Steam o de Blizzard. Les còpies de seguretat sense xifrar no utilitzaran un format estàndard de còpia de seguretat.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Podeu importar còpies de seguretat d'altres aplicacions.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Saber-ne més",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Carregant..."
+ },
+ "autolock": {
+ "message": "Bloqueja passats"
+ },
+ "minutes": {
+ "message": "minuts"
+ },
+ "advanced": {
+ "message": "Avançat"
+ },
+ "period": {
+ "message": "període"
+ },
+ "type": {
+ "message": "Tipus"
+ },
+ "invalid": {
+ "message": "No és vàlid"
+ },
+ "digits": {
+ "message": "Dígits"
+ },
+ "algorithm": {
+ "message": "Algorisme"
+ },
+ "smart_filter": {
+ "message": "Filtre intel·ligent"
+ },
+ "backup": {
+ "message": "Còpia de seguretat"
+ },
+ "backup_file_info": {
+ "message": "Fes una còpia de les dades a un fitxer."
+ },
+ "password_policy_default_hint": {
+ "message": "La contrasenya no compleix els requeriments de seguretat de la teva companyia. Contacta amb el teu administrador per a més informació."
+ },
+ "advisor": {
+ "message": "Assessor"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Establiu una contrasenya per protegir les vostres dades."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Activeu el bloqueig automàtic per protegir les vostres dades."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "La sincronització està desactivada. Habilitar-la permet que els comptes es sincronitzin entre navegadors."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Podeu activar l'emplenament automàtic per omplir els codis a les pàgines web."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Activar el filtre intel·ligent permet l'accés ràpid als comptes."
+ },
+ "show_all_insights": {
+ "message": "Mostra tots els punts de vista."
+ },
+ "no_insight_available": {
+ "message": "No s'han trobat punts de vista, tot sembla correcte!"
+ },
+ "danger": {
+ "message": "Perill"
+ },
+ "warning": {
+ "message": "Advertència"
+ },
+ "info": {
+ "message": "Informació"
+ },
+ "dismiss": {
+ "message": "Descarta"
+ },
+ "learn_more": {
+ "message": "Saber-ne més"
+ },
+ "enable_context_menu": {
+ "message": "Afegeix al menú contextual"
+ },
+ "no_entires": {
+ "message": "Sense comptes per mostrar. Afegiu un compte ara."
+ },
+ "permissions": {
+ "message": "Permisos"
+ },
+ "permission_revoke": {
+ "message": "Revoca"
+ },
+ "permission_show_required_permissions": {
+ "message": "Mostra els permisos no revocables"
+ },
+ "permission_required": {
+ "message": "Aquest és un permís obligatori i no es pot revocar."
+ },
+ "permission_active_tab": {
+ "message": "Accés a la pestanya actual per escanejar codis QR."
+ },
+ "permission_storage": {
+ "message": "Accés a l'emmagatzematge del navegador per emmagatzemar les dades del compte."
+ },
+ "permission_identity": {
+ "message": "Permet iniciar sessió en serveis d'emmagatzematge de tercers."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Atorga accés només d'escriptura al porta-retalls per copiar codis al porta-retalls quan feu clic al compte."
+ },
+ "permission_context_menus": {
+ "message": "Afegeix Authenticator al menú contextual."
+ },
+ "permission_sync_clock": {
+ "message": "Permet la sincronització del rellotge amb Google."
+ },
+ "permission_dropbox": {
+ "message": "Permet còpies de seguretat a Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Primer heu de desactivar la còpia de seguretat a Dropbox."
+ },
+ "permission_drive": {
+ "message": "Permet còpies de seguretat a Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Primer heu de desactivar la còpia de seguretat a Google Drive."
+ },
+ "permission_onedrive": {
+ "message": "Permet còpies de seguretat a OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Primer heu de desactivar la còpia de seguretat a OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Permís desconegut. Si veieu aquest missatge, envieu un informe d'error."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/cs/messages.json b/_locales/cs/messages.json
index 57a61c6a7..d944e99cb 100644
--- a/_locales/cs/messages.json
+++ b/_locales/cs/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator generuje kódy dvoufázového ověření ve Vašem prohlížeči.",
- "description": "Extension Description."
- },
- "added": {
- "message": " byl přidán.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "QR kód nebyl rozpoznán.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Neplatné číslo účtu",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Přidat účet",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Naskenovat QR kód",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Ruční zadání",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import se nezdařil. Pokud migrujete data z Google Authenticator, prosím znovu exportujte svá data z Google Authenticator a zkuste to znovu.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Některá data účtu nebyla úspěšně importována.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Zavřít",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Ano",
- "description": "Yes."
- },
- "no": {
- "message": "Ne",
- "description": "No."
- },
- "account": {
- "message": "Účet",
- "description": "Account."
- },
- "accountName": {
- "message": "Název účtu",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Vydavatel",
- "description": "Issuer."
- },
- "secret": {
- "message": "Secret",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Úspěch.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Došlo k chybě.",
- "description": "Update Failure."
- },
- "about": {
- "message": "O aplikaci",
- "description": "About."
- },
- "settings": {
- "message": "Nastavení",
- "description": "Settings."
- },
- "security": {
- "message": "Zabezpečení",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Stávající heslo",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nové heslo",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Heslo",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Potvrzení hesla",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Opravdu chcete tento účet smazat? Tuto akci nelze vrátit zpět.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Chápu, že všechna moje data budou nenávratně smazána.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Resetovat autentifikátor"
- },
- "delete_all_warning": {
- "message": "Tímto smažete všechna vaše data a kompletně obnovíte autentifikátor. Nebudete moci obnovit žádná odstraněná data! Před resetováním autentifikátoru byste měli zvážit uložení zálohy."
- },
- "security_warning": {
- "message": "Toto heslo bude použito k šifrování vašich účtů. Nikdo vám nemůže pomoci, pokud zapomenete heslo.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Aktualizovat",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Nelze přidat nový účet, dokud nejsou všechny účty dešifrovány. Před pokračováním zadejte prosím správné heslo.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Účty které nebylo možno dešifrovat nebudou zahrnuty v této záloze.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Heslo se neshoduje.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Šifrováno",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Zkopírováno",
- "description": "Copied."
- },
- "feedback": {
- "message": "Zpětná vazba",
- "description": "Feedback."
- },
- "translate": {
- "message": "Přeložit",
- "description": "Translate."
- },
- "source": {
- "message": "Zdrojový kód",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Zadejte heslo pro dešifrování dat účtu.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Synchronizovat hodiny s Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Zapamatovat si heslo",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Pozor! Váš místní čas se velmi liší, před pokračováním jej prosím opravte.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Máte zálohu vašich účtů? Nečekejte než je příliš pozdě!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Získávání dat selhalo, prosím načtěte stránku znovu a opakujte akci.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Snažíte se naskenovat QR kód z místního souboru? Použijte raději Import QR Image Backup.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Na základě času",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Založeno na počítadle",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Vyskakovací stránka",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Měřítko",
- "description": "Scale"
- },
- "export_info": {
- "message": "Upozornění: Všechny zálohy jsou nešifrované. Chcete přidat účet do jiné aplikace? Najeďte na pravou horní část libovolného účtu a stiskněte na skryté tlačítko.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Stáhnout záložní soubor",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importovat zálohu",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importovat záložní soubor",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Import QR Image Backup",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importovat textovou zálohu",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import proběhl úspěšně, ale některé kódy QR se nepodařilo rozpoznat.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Můžete vybrat více souborů pro dávkový import záloh.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Show all entries",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Upozornění: zálohy nejsou šifrované. Používáte je na vlastní nebezpečí.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Je nutné zadat správné heslo pro import zálohy.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Vaše heslo je lokálně uloženo, prosím změňte to ihned v menu zabezpečení.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Odstranit",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Stáhnout zálohy chráněné heslem",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Hledat",
- "description": "Search"
- },
- "popout": {
- "message": "Popup mód",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Zámek",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Upravit",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Ruční zálohování",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Použití automatického vyplňování",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Použít vysoký kontrast",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Motiv",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Světlý",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Tmavý",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Jednoduché",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Krátký",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Vysoký kontrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatically backup your data to 3rd party storage services.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Přihlásit se",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "Odhlásit se",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Při připojování k vašemu účtu $SERVICE$ došlo k problému, přihlaste se prosím znovu.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "You have one or more Steam or Blizzard accounts. Unencrypted backups will not use standardized backup format.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "You can import backups from some other applications.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Learn more",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Načítání..."
- },
- "autolock": {
- "message": "Zamknout po"
- },
- "minutes": {
- "message": "minutách"
- },
- "advanced": {
- "message": "Pokročilé"
- },
- "period": {
- "message": "Period"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Invalid"
- },
- "digits": {
- "message": "Digits"
- },
- "algorithm": {
- "message": "Algoritmus"
- },
- "smart_filter": {
- "message": "Chytrý filtr"
- },
- "backup": {
- "message": "Záloha"
- },
- "backup_file_info": {
- "message": "Backup your data to a file."
- },
- "password_policy_default_hint": {
- "message": "Vaše heslo nesplňuje bezpečnostní požadavky vaší organizace. Pro více informací kontaktujte svého správce."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Nastavte si heslo pro ochranu vašich dat."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Povolení smart filtru umožňuje rychlý přístup k účtům."
- },
- "show_all_insights": {
- "message": "Zobrazit všechny náhledy."
- },
- "no_insight_available": {
- "message": "Nebyly nalezeny žádné náhledy, vše vypadá dobře!"
- },
- "danger": {
- "message": "Nebezpečí"
- },
- "warning": {
- "message": "Varování"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Zavřít"
- },
- "learn_more": {
- "message": "Zjistit více"
- },
- "enable_context_menu": {
- "message": "Přidat do kontextové nabídky"
- },
- "no_entires": {
- "message": "Žádné účty k zobrazení. Přidejte svůj první účet nyní."
- },
- "permissions": {
- "message": "Oprávnění"
- },
- "permission_revoke": {
- "message": "Odvoláno"
- },
- "permission_show_required_permissions": {
- "message": "Zobrazit neodvolatelná oprávnění"
- },
- "permission_required": {
- "message": "Tato složka je vyžadována systémem, proto nemůže být odstraněna."
- },
- "permission_active_tab": {
- "message": "Přístup k aktuální záložce pro skenování QR kódů."
- },
- "permission_storage": {
- "message": "Přístup k úložišti prohlížeče pro ukládání dat účtu."
- },
- "permission_identity": {
- "message": "Umožňuje přihlášení ke službám úložiště třetích stran."
- },
- "permission_clipboard_write": {
- "message": "Umožňuje přístup do schránky pouze pro zápis a kopírování kódů do schránky po kliknutí na účet."
- },
- "permission_context_menus": {
- "message": "Přidá Authenticator do kontextové nabídky."
- },
- "permission_sync_clock": {
- "message": "Umožnit synchronizaci hodin s Google."
- },
- "permission_dropbox": {
- "message": "Umožňuje zálohování na Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Nejdříve musíte zakázat zálohu Dropboxu."
- },
- "permission_drive": {
- "message": "Umožňuje zálohování na Disk Google."
- },
- "permission_drive_cannot_revoke": {
- "message": "Nejdříve musíte zakázat zálohu Google drive."
- },
- "permission_onedrive": {
- "message": "Umožňuje zálohu do One drive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Nejdříve musíte zakázat zálohu One drive."
- },
- "permission_unknown_permission": {
- "message": "Neznámé oprávnění. Pokud uvidíte tuto zprávu, pošlete prosím hlášení o chybě."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator generuje kódy dvoufázového ověření ve Vašem prohlížeči.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " byl přidán.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "QR kód nebyl rozpoznán.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Neplatné číslo účtu",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Přidat účet",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Naskenovat QR kód",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Ruční zadání",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import se nezdařil. Pokud migrujete data z Google Authenticator, prosím znovu exportujte svá data z Google Authenticator a zkuste to znovu.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Některá data účtu nebyla úspěšně importována.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Zavřít",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ano",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Ne",
+ "description": "No."
+ },
+ "account": {
+ "message": "Účet",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Název účtu",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Vydavatel",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Secret",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Úspěch.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Došlo k chybě.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "O aplikaci",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Nastavení",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Zabezpečení",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Stávající heslo",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nové heslo",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Heslo",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Potvrzení hesla",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Opravdu chcete tento účet smazat? Tuto akci nelze vrátit zpět.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Chápu, že všechna moje data budou nenávratně smazána.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Resetovat autentifikátor"
+ },
+ "delete_all_warning": {
+ "message": "Tímto smažete všechna vaše data a kompletně obnovíte autentifikátor. Nebudete moci obnovit žádná odstraněná data! Před resetováním autentifikátoru byste měli zvážit uložení zálohy."
+ },
+ "security_warning": {
+ "message": "Toto heslo bude použito k šifrování vašich účtů. Nikdo vám nemůže pomoci, pokud zapomenete heslo.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Aktualizovat",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Nelze přidat nový účet, dokud nejsou všechny účty dešifrovány. Před pokračováním zadejte prosím správné heslo.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Účty které nebylo možno dešifrovat nebudou zahrnuty v této záloze.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Heslo se neshoduje.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Šifrováno",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Zkopírováno",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Zpětná vazba",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Přeložit",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Zdrojový kód",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Zadejte heslo pro dešifrování dat účtu.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Synchronizovat hodiny s Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Zapamatovat si heslo",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Pozor! Váš místní čas se velmi liší, před pokračováním jej prosím opravte.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Máte zálohu vašich účtů? Nečekejte než je příliš pozdě!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Získávání dat selhalo, prosím načtěte stránku znovu a opakujte akci.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Snažíte se naskenovat QR kód z místního souboru? Použijte raději Import QR Image Backup.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Na základě času",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Založeno na počítadle",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Vyskakovací stránka",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Měřítko",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Upozornění: Všechny zálohy jsou nešifrované. Chcete přidat účet do jiné aplikace? Najeďte na pravou horní část libovolného účtu a stiskněte na skryté tlačítko.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Stáhnout záložní soubor",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importovat zálohu",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importovat záložní soubor",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Import QR Image Backup",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Importovat QR obrázky",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importovat textovou zálohu",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Importovat OTP URL",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import proběhl úspěšně, ale některé kódy QR se nepodařilo rozpoznat.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Můžete vybrat více souborů pro dávkový import záloh.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Show all entries",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Upozornění: zálohy nejsou šifrované. Používáte je na vlastní nebezpečí.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Je nutné zadat správné heslo pro import zálohy.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Vaše heslo je lokálně uloženo, prosím změňte to ihned v menu zabezpečení.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Odstranit",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Stáhnout zálohy chráněné heslem",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Hledat",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Popup mód",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Zámek",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Upravit",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Ruční zálohování",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Použití automatického vyplňování",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Použít vysoký kontrast",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Motiv",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Světlý",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Tmavý",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Jednoduché",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Krátký",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Vysoký kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Ploché",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatically backup your data to 3rd party storage services.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browser Sync",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Přihlásit se",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Sign in (Business)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Why do business accounts require more permissions?"
+ },
+ "log_out": {
+ "message": "Odhlásit se",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Při připojování k vašemu účtu $SERVICE$ došlo k problému, přihlaste se prosím znovu.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Máte jeden nebo více Steam nebo Blizzard účtů. Nešifrované zálohy nebudou využívat standardní formát.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "You can import backups from some other applications.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Číst více",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Načítání..."
+ },
+ "autolock": {
+ "message": "Zamknout po"
+ },
+ "minutes": {
+ "message": "minutách"
+ },
+ "advanced": {
+ "message": "Pokročilé"
+ },
+ "period": {
+ "message": "Sekunda"
+ },
+ "type": {
+ "message": "Typ"
+ },
+ "invalid": {
+ "message": "Neplatné"
+ },
+ "digits": {
+ "message": "Klávesa"
+ },
+ "algorithm": {
+ "message": "Algoritmus"
+ },
+ "smart_filter": {
+ "message": "Chytrý filtr"
+ },
+ "backup": {
+ "message": "Záloha"
+ },
+ "backup_file_info": {
+ "message": "Zálohovat data do souboru."
+ },
+ "password_policy_default_hint": {
+ "message": "Vaše heslo nesplňuje bezpečnostní požadavky vaší organizace. Pro více informací kontaktujte svého správce."
+ },
+ "advisor": {
+ "message": "Poradce"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Nastavte si heslo pro ochranu vašich dat."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Enable auto-lock to protect your data."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Synchronizace prohlížeče je vypnuta. Zapnutím zapnete synchronizaci účtu napříč prohlížeči."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill can be enabled to automatically fill codes into websites."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Povolení smart filtru umožňuje rychlý přístup k účtům."
+ },
+ "show_all_insights": {
+ "message": "Zobrazit všechny náhledy."
+ },
+ "no_insight_available": {
+ "message": "Nebyly nalezeny žádné náhledy, vše vypadá dobře!"
+ },
+ "danger": {
+ "message": "Nebezpečí"
+ },
+ "warning": {
+ "message": "Varování"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Zavřít"
+ },
+ "learn_more": {
+ "message": "Zjistit více"
+ },
+ "enable_context_menu": {
+ "message": "Přidat do kontextové nabídky"
+ },
+ "no_entires": {
+ "message": "Žádné účty k zobrazení. Přidejte svůj první účet nyní."
+ },
+ "permissions": {
+ "message": "Oprávnění"
+ },
+ "permission_revoke": {
+ "message": "Odvoláno"
+ },
+ "permission_show_required_permissions": {
+ "message": "Zobrazit neodvolatelná oprávnění"
+ },
+ "permission_required": {
+ "message": "Tato složka je vyžadována systémem, proto nemůže být odstraněna."
+ },
+ "permission_active_tab": {
+ "message": "Přístup k aktuální záložce pro skenování QR kódů."
+ },
+ "permission_storage": {
+ "message": "Přístup k úložišti prohlížeče pro ukládání dat účtu."
+ },
+ "permission_identity": {
+ "message": "Umožňuje přihlášení ke službám úložiště třetích stran."
+ },
+ "permission_alarms": {
+ "message": "Umožňuje funkci automatického zamykání."
+ },
+ "permission_scripting": {
+ "message": "Vloží do aktuální karty skripty pro skenování QR kódů a umožní automatické vyplňování."
+ },
+ "permission_clipboard_write": {
+ "message": "Umožňuje přístup do schránky pouze pro zápis a kopírování kódů do schránky po kliknutí na účet."
+ },
+ "permission_context_menus": {
+ "message": "Přidá Authenticator do kontextové nabídky."
+ },
+ "permission_sync_clock": {
+ "message": "Umožnit synchronizaci hodin s Google."
+ },
+ "permission_dropbox": {
+ "message": "Umožňuje zálohování na Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Nejdříve musíte zakázat zálohu Dropboxu."
+ },
+ "permission_drive": {
+ "message": "Umožňuje zálohování na Disk Google."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Nejdříve musíte zakázat zálohu Google drive."
+ },
+ "permission_onedrive": {
+ "message": "Umožňuje zálohu do One drive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Nejdříve musíte zakázat zálohu One drive."
+ },
+ "permission_unknown_permission": {
+ "message": "Neznámé oprávnění. Pokud uvidíte tuto zprávu, pošlete prosím hlášení o chybě."
+ },
+ "phrase_wrong": {
+ "message": "Neplatné heslo"
+ },
+ "activate_auto_filter": {
+ "message": "Varování: Inteligentní filtr volně přiřazuje název domény k účtu. Před zadáním kódu vždy zkontrolujte, zda jste na správné webové stránce!"
+ }
+}
diff --git a/_locales/da/messages.json b/_locales/da/messages.json
index 35a4ed8d1..d7974aa39 100644
--- a/_locales/da/messages.json
+++ b/_locales/da/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Autentificering",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Autentificering",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator genererer to-faktor autentificeringskoder i din browser.",
- "description": "Extension Description."
- },
- "added": {
- "message": " er tilføjet.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Ukendt QR-kode.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Ugyldig kontohemmelighed",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Tilføj konti",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Skan QR-kode",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Manuel indtastning",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Some account data was not imported successfully.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Luk",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Ja",
- "description": "Yes."
- },
- "no": {
- "message": "Nej",
- "description": "No."
- },
- "account": {
- "message": "Konto",
- "description": "Account."
- },
- "accountName": {
- "message": "Brugernavn",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Udstederen",
- "description": "Issuer."
- },
- "secret": {
- "message": "Hemmelighed",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Succes.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Fejl.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Om",
- "description": "About."
- },
- "settings": {
- "message": "Indstillinger",
- "description": "Settings."
- },
- "security": {
- "message": "Sikkerhed",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Nuværende Adgangskode",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Ny adgangskode",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Adgangskode",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Bekræft adgangskode",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Er du sikker på, at du vil slette denne konto? Denne handling kan ikke fortrydes.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "I understand that all of my data will be irrecoverably deleted.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Nulstil Autentificering"
- },
- "delete_all_warning": {
- "message": "This will delete all of your data and completely reset Authenticator. You will not be able to recover any deleted data! You should consider saving a backup before resetting Authenticator."
- },
- "security_warning": {
- "message": "Denne adgangskode bruges til at kryptere dine konti. Ingen kan hjælpe dig, hvis du glemmer adgangskoden.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Opdatér",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "You cannot add a new account until all accounts are decrypted. Please enter the correct password before continuing.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Accounts that were not able to be decrypted will not be included in this backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Kodeord passer ikke.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Krypteret",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopieret",
- "description": "Copied."
- },
- "feedback": {
- "message": "Feedback",
- "description": "Feedback."
- },
- "translate": {
- "message": "Oversæt",
- "description": "Translate."
- },
- "source": {
- "message": "Kildekode",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Indtast adgangskode for at dekryptere kontodata.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Synk. historik med Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Husk adgangskoder",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Advarsel!!!! Dit lokale ur er for langt væk, du skal rette det, inden du fortsætter.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Har du en sikkerhedskopi til dine konti? Vent ikke til det er for sent!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Optagelsen mislykkedes. Genindlæs siden igen, og prøv igen.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Tidsbaseret",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Tællebaseret",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Præferencer",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Skaler",
- "description": "Scale"
- },
- "export_info": {
- "message": "Advarsel: alle sikkerhedskopier er ikke krypteret. Vil du føje en konto til en anden app? Hold markøren over den øverste højre del af enhver konto, og tryk på den skjulte knap.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Download sikkerhedskopifil",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importer sikkerhedskopi",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importer sikkerhedskopifil",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Import QR Image Backup",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importer sikkerhedskopiering af tekst",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "You can select multiple files to import backup in batches.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Vis alle poster",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Advarsel: sikkerhedskopier er ikke krypteret. Brug det på din egen risiko.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Du skal angive korrekt adgangskode for at importere sikkerhedskopier.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Din adgangskode gemmes lokalt, skal du straks ændre den i sikkerheds-menuen.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Fjern",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Download adgangskodebeskyttet sikkerhedskopi",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Søg",
- "description": "Search"
- },
- "popout": {
- "message": "Pop-up-tilstand",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Lås",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Rediger",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Brug autofyld",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Brug høj kontrast",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Lys",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Mørk",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Høj Kontrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Sikkerhedskopier automatisk dine data til tredjepartslagertjenester.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Synkronisering",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Log ind",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Log ind (Buisness)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Hvorfor kræver forretningskonti flere tilladelser?"
- },
- "log_out": {
- "message": "Log af",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Der opstod et problem med forbindelse til din $service$ konto, skal du logge ind igen.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Du har en eller flere Steam- eller Blizzard-konti. Ikke-krypterede sikkerhedskopier bruger ikke et standardiseret backupformat.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Du kan importere sikkerhedskopier fra nogle andre applikationer.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Lær mere",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Indlæser..."
- },
- "autolock": {
- "message": "Lås efter"
- },
- "minutes": {
- "message": "minutter"
- },
- "advanced": {
- "message": "Avanceret"
- },
- "period": {
- "message": "Periode"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Ugyldigt"
- },
- "digits": {
- "message": "Cifre"
- },
- "algorithm": {
- "message": "Algoritme"
- },
- "smart_filter": {
- "message": "Smart Filter"
- },
- "backup": {
- "message": "Sikkerhedskopi"
- },
- "backup_file_info": {
- "message": "Sikkerhedskopier dine data til en fil."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autentificering",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autentificering",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator genererer to-faktor autentificeringskoder i din browser.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " er tilføjet.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Ukendt QR-kode.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Ugyldig kontohemmelighed",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Tilføj konti",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Skan QR-kode",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Manuel indtastning",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import mislykkedes. Hvis du migrerer data fra Google Authenticator, skal du geneksportere dine data fra Google Authenticator og prøve igen.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Nogle kontodata blev ikke importeret.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Luk",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ja",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nej",
+ "description": "No."
+ },
+ "account": {
+ "message": "Konto",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Brugernavn",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Udstederen",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Hemmelighed",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Succes.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Fejl.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Om",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Indstillinger",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Sikkerhed",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Nuværende Adgangskode",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Ny adgangskode",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Adgangskode",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Bekræft adgangskode",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Er du sikker på, at du vil slette denne konto? Denne handling kan ikke fortrydes.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Jeg forstår, at alle mine data vil blive uopretteligt slettet.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Nulstil Autentificering"
+ },
+ "delete_all_warning": {
+ "message": "Dette vil slette alle dine data og helt nulstille Authenticator. Du vil ikke være i stand til at gendanne slettede data! Du bør overveje at gemme en sikkerhedskopi, før du nulstiller Authenticator."
+ },
+ "security_warning": {
+ "message": "Denne adgangskode bruges til at kryptere dine konti. Ingen kan hjælpe dig, hvis du glemmer adgangskoden.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Opdatér",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Du kan ikke tilføje en ny konto før alle konti er dekrypteret. Indtast den korrekte adgangskode, før du fortsætter.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Konti, der ikke var i stand til at blive dekrypteret vil ikke blive inkluderet i denne backup.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Kodeord passer ikke.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Krypteret",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopieret",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Feedback",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Oversæt",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Kildekode",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Indtast adgangskode for at dekryptere kontodata.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Synk. historik med Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Husk adgangskoder",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Advarsel!!!! Dit lokale ur er for langt væk, du skal rette det, inden du fortsætter.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Har du en sikkerhedskopi til dine konti? Vent ikke til det er for sent!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Optagelsen mislykkedes. Genindlæs siden igen, og prøv igen.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Prøver du at scanne QR-koden fra en lokal fil? Brug i stedet Importér QR-billedsikkerhedskopier.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Tidsbaseret",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Tællebaseret",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Præferencer",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skaler",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Advarsel: alle sikkerhedskopier er ikke krypteret. Vil du føje en konto til en anden app? Hold markøren over den øverste højre del af enhver konto, og tryk på den skjulte knap.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Download sikkerhedskopifil",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importer sikkerhedskopi",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importer sikkerhedskopifil",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importér QR-billedsikkerhedskopi",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importer sikkerhedskopiering af tekst",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import lykkedes, men nogle QR-koder kunne ikke genkendes.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Du kan vælge flere filer at importere backup i partier.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Vis alle poster",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Advarsel: sikkerhedskopier er ikke krypteret. Brug det på din egen risiko.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Du skal angive korrekt adgangskode for at importere sikkerhedskopier.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Din adgangskode gemmes lokalt, skal du straks ændre den i sikkerheds-menuen.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Fjern",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Download adgangskodebeskyttet sikkerhedskopi",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Søg",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Pop-up-tilstand",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Lås",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Rediger",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manuel Sikkerhedskopi",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Brug autofyld",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Brug høj kontrast",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Lys",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Mørk",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Simpel",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompakt",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Høj Kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flad",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Sikkerhedskopier automatisk dine data til tredjepartslagertjenester.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browser Synkronisering",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Log ind",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Log ind (Buisness)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Hvorfor kræver forretningskonti flere tilladelser?"
+ },
+ "log_out": {
+ "message": "Log af",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Der opstod et problem med forbindelse til din $service$ konto, skal du logge ind igen.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Du har en eller flere Steam- eller Blizzard-konti. Ikke-krypterede sikkerhedskopier bruger ikke et standardiseret backupformat.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Du kan importere sikkerhedskopier fra nogle andre applikationer.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Lær mere",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Indlæser..."
+ },
+ "autolock": {
+ "message": "Lås efter"
+ },
+ "minutes": {
+ "message": "minutter"
+ },
+ "advanced": {
+ "message": "Avanceret"
+ },
+ "period": {
+ "message": "Periode"
+ },
+ "type": {
+ "message": "Type"
+ },
+ "invalid": {
+ "message": "Ugyldigt"
+ },
+ "digits": {
+ "message": "Cifre"
+ },
+ "algorithm": {
+ "message": "Algoritme"
+ },
+ "smart_filter": {
+ "message": "Smart Filter"
+ },
+ "backup": {
+ "message": "Sikkerhedskopi"
+ },
+ "backup_file_info": {
+ "message": "Sikkerhedskopier dine data til en fil."
+ },
+ "password_policy_default_hint": {
+ "message": "Din adgangskode opfylder ikke din organisations sikkerhedskrav. Kontakt din administrator for mere information."
+ },
+ "advisor": {
+ "message": "Rådgiver"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Angiv en adgangskode for at beskytte dine data."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Aktivér auto-lås for at beskytte dine data."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browsersynkronisering er deaktiveret. Aktivering af det gør det muligt at synkronisere konti på tværs af browsere."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autoudfyld kan aktiveres for automatisk at udfylde koder på hjemmesider."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Aktivering af smart filter giver hurtig adgang til konti."
+ },
+ "show_all_insights": {
+ "message": "Vis al indsigt."
+ },
+ "no_insight_available": {
+ "message": "Ingen indsigt fundet, alt ser godt ud!"
+ },
+ "danger": {
+ "message": "Fare"
+ },
+ "warning": {
+ "message": "Advarsel"
+ },
+ "info": {
+ "message": "Information"
+ },
+ "dismiss": {
+ "message": "Afvis"
+ },
+ "learn_more": {
+ "message": "Få mere at vide"
+ },
+ "enable_context_menu": {
+ "message": "Føj til kontekstmenu"
+ },
+ "no_entires": {
+ "message": "Ingen konti at vise. Tilføj din første konto nu."
+ },
+ "permissions": {
+ "message": "Tilladelser"
+ },
+ "permission_revoke": {
+ "message": "Træk tilbage"
+ },
+ "permission_show_required_permissions": {
+ "message": "Vis ikke-genkaldelige tilladelser"
+ },
+ "permission_required": {
+ "message": "Dette er en krævet tilladelse og kan ikke tilbagekaldes."
+ },
+ "permission_active_tab": {
+ "message": "Adgang til den aktuelle fane for at skanne QR-koder."
+ },
+ "permission_storage": {
+ "message": "Adgang til browserlagring for at gemme kontodata."
+ },
+ "permission_identity": {
+ "message": "Tillader at logge ind på 3. parts lagertjenester."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Giver skrivebeskyttet adgang til udklipsholderen for at kopiere koder til udklipsholderen, når du klikker på kontoen."
+ },
+ "permission_context_menus": {
+ "message": "Tilføjer Authenticator til kontekstmenuen."
+ },
+ "permission_sync_clock": {
+ "message": "Tillader ur-synkronisering med Google."
+ },
+ "permission_dropbox": {
+ "message": "Tillader backup til Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Du skal deaktivere Dropbox backup først."
+ },
+ "permission_drive": {
+ "message": "Tillader backup til Google Drev."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Du skal deaktivere Google Drev backup først."
+ },
+ "permission_onedrive": {
+ "message": "Tillader backup til OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Du skal deaktivere OneDrive backup først."
+ },
+ "permission_unknown_permission": {
+ "message": "Ukendt tilladelse. Hvis du ser denne besked, så send venligst en fejlrapport."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/de/messages.json b/_locales/de/messages.json
index f7a48ac16..49f1197d3 100644
--- a/_locales/de/messages.json
+++ b/_locales/de/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authentifizierung",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator erzeugt Zwei-Faktor-Authentifizierungscodes in Ihrem Browser.",
- "description": "Extension Description."
- },
- "added": {
- "message": " wurde hinzugefügt.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Unbekannter QR-Code.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Ungültiges Kontogeheimnis",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Konto hinzufügen",
- "description": "Add account."
- },
- "add_qr": {
- "message": "QR Code scannen",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Manuelle Eingabe",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import fehlgeschlagen. Wenn Sie Daten von Google Authenticator migrieren, exportieren Sie bitte Ihre Daten erneut aus dem Google Authenticator und versuchen Sie es erneut.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Einige Kontodaten wurden nicht erfolgreich importiert.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Schließen",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Ja",
- "description": "Yes."
- },
- "no": {
- "message": "Nein",
- "description": "No."
- },
- "account": {
- "message": "Benutzerkonto",
- "description": "Account."
- },
- "accountName": {
- "message": "Benutzername",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Herausgeber",
- "description": "Issuer."
- },
- "secret": {
- "message": "Schlüssel",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Erfolgreich.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Fehler.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Über",
- "description": "About."
- },
- "settings": {
- "message": "Einstellungen",
- "description": "Settings."
- },
- "security": {
- "message": "Sicherheit",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Aktuelles Passwort",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Neues Passwort",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Passwort",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Passwort bestätigen",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Sind Sie sicher, dass Sie diesen Account löschen wollen? Diese Aktion kann nicht rückgängig gemacht werden.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Ich verstehe, dass alle meine Daten unwiederbringlich gelöscht werden.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Authenticator zurücksetzen"
- },
- "delete_all_warning": {
- "message": "Dies wird alle Ihre Daten löschen und den Authenticator komplett zurücksetzen. Sie werden keine gelöschten Daten wiederherstellen können! Sie sollten erwägen, ein Backup zu speichern, bevor Sie den Authenticator zurücksetzen."
- },
- "security_warning": {
- "message": "Dieses Passwort wird für die Verschlüsselung ihrer Konten/Accounts benutzt werden. Niemand kann ihnen helfen, wenn Sie dieses Passwort vergessen.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Aktualisieren",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Sie können kein neues Konto hinzufügen, bis alle Konten entschlüsselt sind. Bitte geben Sie das richtige Passwort ein, bevor Sie fortfahren.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Konten, die nicht entschlüsselt werden konnten, werden nicht in dieses Backup aufgenommen.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Passwort stimmt nicht überein.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Verschlüsselt",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopiert",
- "description": "Copied."
- },
- "feedback": {
- "message": "Rückmeldung",
- "description": "Feedback."
- },
- "translate": {
- "message": "Übersetzen",
- "description": "Translate."
- },
- "source": {
- "message": "Quellcode",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Kennwort eingeben um Kontoinformationen zu entschlüsseln.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Zeitgeber mit Google synchronisieren",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Passwort merken",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Achtung! Ihre lokale Uhrzeit hat eine zu große Abweichung, bitte beheben bevor Sie fortfahren.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Haben Sie ein Backup für ihre Accounts? Warten Sie nicht bis es zu spät ist!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Aufnahme fehlgeschlagen, bitte aktualisieren Sie die Seite und versuchen Sie es erneut.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Wollen Sie QR-Codes von einer lokalen Datei scannen? Verwenden Sie stattdessen QR-Code-Sicherung.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Zeitbasiert",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Zählerbasiert",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Einstellungen",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Skalieren",
- "description": "Scale"
- },
- "export_info": {
- "message": "Warnung: Alle Sicherungen sind unverschlüsselt! Wollen Sie ein Konto zu einer anderen App hinzufügen? Fahren Sie mit dem Mauszeiger über den oberen, rechten Teil des Kontos und drücken Sie die versteckte Schaltfläche.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Backup-Datei herunterladen",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Backup importieren",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Backup-Datei importieren",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "QR-Bildsicherung importieren",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Text-Sicherung importieren",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import erfolgreich, aber einige QR-Codes konnten nicht erkannt werden.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Zum Importieren können Sie mehrere Sicherungsdateien zur Stapelverarbeitung auswählen.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Alle Einträge anzeigen",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Vorsicht: Sicherungen, die in Dropbox gespeichert werden, sind nicht verschlüsselt. Benutzung auf eigene Gefahr.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Sie müssen das richtige Passwort angeben, um Sicherungsdateien zu importieren.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Ihr Passwort wird lokal gespeichert, bitte ändern Sie es im Sicherheitsmenü sofort.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Löschen",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Passwort-geschützte Sicherung herunterladen",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Suche",
- "description": "Search"
- },
- "popout": {
- "message": "Popup-Modus",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Sperren",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Bearbeiten",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manuelles Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Autofill verwenden",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Hohen Kontrast benutzen",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Farbschema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Hell",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Dunkel",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Einfach",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Kompakt",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Hoher Kontrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatische Sicherung auf Drittanbieter-Speicher.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser-Synchronisation",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Anmelden",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Anmelden (Geschäftskonto)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Warum benötigen Geschäftskonten mehr Berechtigungen?"
- },
- "log_out": {
- "message": "Abmelden",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Es gab ein Problem beim Verbinden zu ihrem $SERVICE$ Konto, bitte melden sie sich neu an.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Du hast ein oder mehrere Steam- oder Blizzard-Konten. Unverschlüsselte Backups werden kein standardisiertes Backup-Format verwenden.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Sie können Backups aus einigen anderen Anwendungen importieren.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Weitere Informationen",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Laden..."
- },
- "autolock": {
- "message": "Sperren nach"
- },
- "minutes": {
- "message": "Minuten"
- },
- "advanced": {
- "message": "Erweiterte"
- },
- "period": {
- "message": "Zeitraum"
- },
- "type": {
- "message": "Typ"
- },
- "invalid": {
- "message": "Ungültig"
- },
- "digits": {
- "message": "Ziffern"
- },
- "algorithm": {
- "message": "Algorithmus"
- },
- "smart_filter": {
- "message": "Intelligente Filter"
- },
- "backup": {
- "message": "Sicherung"
- },
- "backup_file_info": {
- "message": "Sichern Sie Ihre Daten in eine Datei."
- },
- "password_policy_default_hint": {
- "message": "Ihr Passwort entspricht nicht den Sicherheitsanforderungen Ihrer Organisation. Kontaktieren Sie Ihren Administrator für weitere Informationen."
- },
- "advisor": {
- "message": "Ratgeber"
- },
- "advisor_insight_password_not_set": {
- "message": "Lege ein Passwort zum Schutz deiner Daten fest."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Erlaube automatisches Sperren, um deine Daten zu schützen."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser-Synchronisation ist deaktiviert. Aktivieren erlaubt die Synchronisierung von Konten in Browsern."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill kann aktiviert werden, um automatisch Codes in Webseiten auszufüllen."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Das Aktivieren von Smart Filter erlaubt schnellen Zugriff auf Konten."
- },
- "show_all_insights": {
- "message": "Alle Warnungen anzeigen."
- },
- "no_insight_available": {
- "message": "Keine Warnungen, alle Einstellungen entsprechen den Empfehlungen!"
- },
- "danger": {
- "message": "Risiko"
- },
- "warning": {
- "message": "Warnung"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Verwerfen"
- },
- "learn_more": {
- "message": "Weitere Informationen"
- },
- "enable_context_menu": {
- "message": "Zum Kontextmenü hinzufügen"
- },
- "no_entires": {
- "message": "Keine Konten zum Anzeigen. Erstes Konto jetzt hinzufügen."
- },
- "permissions": {
- "message": "Berechtigungen"
- },
- "permission_revoke": {
- "message": "Widerrufen"
- },
- "permission_show_required_permissions": {
- "message": "Nicht widerrufbare Berechtigungen anzeigen"
- },
- "permission_required": {
- "message": "Dies ist eine erforderliche Erlaubnis und kann nicht widerrufen werden."
- },
- "permission_active_tab": {
- "message": "Zugriff auf die aktuelle Registerkarte, um QR-Codes zu scannen."
- },
- "permission_storage": {
- "message": "Zugriff auf Browserspeicherung, um Kontodaten zu speichern."
- },
- "permission_identity": {
- "message": "Einloggen bei externen Speicherdiensten zulassen."
- },
- "permission_clipboard_write": {
- "message": "Gewährt Schreibzugriff auf die Zwischenablage, um Codes in die Zwischenablage zu kopieren, wenn Sie auf das Konto klicken."
- },
- "permission_context_menus": {
- "message": "Fügt Authenticator dem Kontextmenü hinzu."
- },
- "permission_sync_clock": {
- "message": "Synchronisierung mit Google zulassen."
- },
- "permission_dropbox": {
- "message": "Backup auf Dropbox zulassen."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Sie müssen zuerst das Dropbox-Backup deaktivieren."
- },
- "permission_drive": {
- "message": "Backup auf OneDrive zulassen."
- },
- "permission_drive_cannot_revoke": {
- "message": "Sie müssen zuerst das Google-Backup deaktivieren."
- },
- "permission_onedrive": {
- "message": "Backup auf OneDrive zulassen."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Sie müssen zuerst das OneDrive-Backup deaktivieren."
- },
- "permission_unknown_permission": {
- "message": "Unbekannte Berechtigung. Wenn Sie diese Nachricht sehen, senden Sie bitte einen Fehlerbericht."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authentifizierung",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator erzeugt Zwei-Faktor-Authentifizierungscodes in Ihrem Browser.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " wurde hinzugefügt.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Unbekannter QR-Code.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Ungültiges Kontogeheimnis",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Konto hinzufügen",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "QR Code scannen",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Manuelle Eingabe",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import fehlgeschlagen. Wenn Sie Daten von Google Authenticator migrieren, exportieren Sie bitte Ihre Daten erneut aus dem Google Authenticator und versuchen Sie es erneut.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Einige Kontodaten wurden nicht erfolgreich importiert.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Schließen",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ja",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nein",
+ "description": "No."
+ },
+ "account": {
+ "message": "Benutzerkonto",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Benutzername",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Herausgeber",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Schlüssel",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Erfolgreich.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Fehler.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Über",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Einstellungen",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Sicherheit",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Aktuelles Passwort",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Neues Passwort",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Passwort",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Passwort bestätigen",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Sind Sie sicher, dass Sie diesen Account löschen wollen? Diese Aktion kann nicht rückgängig gemacht werden.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Ich verstehe, dass alle meine Daten unwiederbringlich gelöscht werden.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Authenticator zurücksetzen"
+ },
+ "delete_all_warning": {
+ "message": "Dies wird alle Ihre Daten löschen und den Authenticator komplett zurücksetzen. Sie werden keine gelöschten Daten wiederherstellen können! Sie sollten erwägen, ein Backup zu speichern, bevor Sie den Authenticator zurücksetzen."
+ },
+ "security_warning": {
+ "message": "Dieses Passwort wird für die Verschlüsselung ihrer Konten/Accounts benutzt werden. Niemand kann ihnen helfen, wenn Sie dieses Passwort vergessen.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Aktualisieren",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Sie können kein neues Konto hinzufügen, bis alle Konten entschlüsselt sind. Bitte geben Sie das richtige Passwort ein, bevor Sie fortfahren.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Konten, die nicht entschlüsselt werden konnten, werden nicht in dieses Backup aufgenommen.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Passwort stimmt nicht überein.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Verschlüsselt",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopiert",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Rückmeldung",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Übersetzen",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Quellcode",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Kennwort eingeben um Kontoinformationen zu entschlüsseln.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Zeitgeber mit Google synchronisieren",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Passwort merken",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Achtung! Ihre lokale Uhrzeit hat eine zu große Abweichung, bitte beheben bevor Sie fortfahren.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Haben Sie ein Backup für ihre Accounts? Warten Sie nicht bis es zu spät ist!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Aufnahme fehlgeschlagen, bitte aktualisieren Sie die Seite und versuchen Sie es erneut.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Wollen Sie QR-Codes von einer lokalen Datei scannen? Verwenden Sie stattdessen QR-Code-Sicherung.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Zeitbasiert",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Zählerbasiert",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Einstellungen",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skalieren",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Warnung: Alle Sicherungen sind unverschlüsselt! Wollen Sie ein Konto zu einer anderen App hinzufügen? Fahren Sie mit dem Mauszeiger über den oberen, rechten Teil des Kontos und drücken Sie die versteckte Schaltfläche.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Backup-Datei herunterladen",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Backup importieren",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Backup-Datei importieren",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "QR-Bildsicherung importieren",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "QR-Bilder importieren",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Text-Sicherung importieren",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "OTP-URLs importieren",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import erfolgreich, aber einige QR-Codes konnten nicht erkannt werden.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Zum Importieren können Sie mehrere Sicherungsdateien zur Stapelverarbeitung auswählen.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Alle Einträge anzeigen",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Vorsicht: Sicherungen, die in Dropbox gespeichert werden, sind nicht verschlüsselt. Benutzung auf eigene Gefahr.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Sie müssen das richtige Passwort angeben, um Sicherungsdateien zu importieren.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Ihr Passwort wird lokal gespeichert, bitte ändern Sie es im Sicherheitsmenü sofort.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Löschen",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Passwort-geschützte Sicherung herunterladen",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Suche",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Popup-Modus",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Sperren",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Bearbeiten",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manuelles Backup",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Autofill verwenden",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Hohen Kontrast benutzen",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Farbschema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Hell",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Dunkel",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Einfach",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompakt",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Hoher Kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flach",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatische Sicherung auf Drittanbieter-Speicher.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browser-Synchronisation",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Anmelden",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Anmelden (Geschäftskonto)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Warum benötigen Geschäftskonten mehr Berechtigungen?"
+ },
+ "log_out": {
+ "message": "Abmelden",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Es gab ein Problem beim Verbinden zu ihrem $SERVICE$ Konto, bitte melden sie sich neu an.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Du hast ein oder mehrere Steam- oder Blizzard-Konten. Unverschlüsselte Backups werden kein standardisiertes Backup-Format verwenden.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Sie können Backups aus einigen anderen Anwendungen importieren.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Weitere Informationen",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Laden..."
+ },
+ "autolock": {
+ "message": "Sperren nach"
+ },
+ "minutes": {
+ "message": "Minuten"
+ },
+ "advanced": {
+ "message": "Erweiterte"
+ },
+ "period": {
+ "message": "Zeitraum"
+ },
+ "type": {
+ "message": "Typ"
+ },
+ "invalid": {
+ "message": "Ungültig"
+ },
+ "digits": {
+ "message": "Ziffern"
+ },
+ "algorithm": {
+ "message": "Algorithmus"
+ },
+ "smart_filter": {
+ "message": "Intelligente Filter"
+ },
+ "backup": {
+ "message": "Sicherung"
+ },
+ "backup_file_info": {
+ "message": "Sichern Sie Ihre Daten in eine Datei."
+ },
+ "password_policy_default_hint": {
+ "message": "Ihr Passwort entspricht nicht den Sicherheitsanforderungen Ihrer Organisation. Kontaktieren Sie Ihren Administrator für weitere Informationen."
+ },
+ "advisor": {
+ "message": "Ratgeber"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Lege ein Passwort zum Schutz deiner Daten fest."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Erlaube automatisches Sperren, um deine Daten zu schützen."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browser-Synchronisation ist deaktiviert. Aktivieren erlaubt die Synchronisierung von Konten in Browsern."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill kann aktiviert werden, um automatisch Codes in Webseiten auszufüllen."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Das Aktivieren von Smart Filter erlaubt schnellen Zugriff auf Konten."
+ },
+ "show_all_insights": {
+ "message": "Alle Warnungen anzeigen."
+ },
+ "no_insight_available": {
+ "message": "Keine Warnungen, alle Einstellungen entsprechen den Empfehlungen!"
+ },
+ "danger": {
+ "message": "Risiko"
+ },
+ "warning": {
+ "message": "Warnung"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Verwerfen"
+ },
+ "learn_more": {
+ "message": "Weitere Informationen"
+ },
+ "enable_context_menu": {
+ "message": "Zum Kontextmenü hinzufügen"
+ },
+ "no_entires": {
+ "message": "Keine Konten zum Anzeigen. Erstes Konto jetzt hinzufügen."
+ },
+ "permissions": {
+ "message": "Berechtigungen"
+ },
+ "permission_revoke": {
+ "message": "Widerrufen"
+ },
+ "permission_show_required_permissions": {
+ "message": "Nicht widerrufbare Berechtigungen anzeigen"
+ },
+ "permission_required": {
+ "message": "Dies ist eine erforderliche Erlaubnis und kann nicht widerrufen werden."
+ },
+ "permission_active_tab": {
+ "message": "Zugriff auf die aktuelle Registerkarte, um QR-Codes zu scannen."
+ },
+ "permission_storage": {
+ "message": "Zugriff auf Browserspeicherung, um Kontodaten zu speichern."
+ },
+ "permission_identity": {
+ "message": "Einloggen bei externen Speicherdiensten zulassen."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Gewährt Schreibzugriff auf die Zwischenablage, um Codes in die Zwischenablage zu kopieren, wenn Sie auf das Konto klicken."
+ },
+ "permission_context_menus": {
+ "message": "Fügt Authenticator dem Kontextmenü hinzu."
+ },
+ "permission_sync_clock": {
+ "message": "Synchronisierung mit Google zulassen."
+ },
+ "permission_dropbox": {
+ "message": "Backup auf Dropbox zulassen."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Sie müssen zuerst das Dropbox-Backup deaktivieren."
+ },
+ "permission_drive": {
+ "message": "Backup auf OneDrive zulassen."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Sie müssen zuerst das Google-Backup deaktivieren."
+ },
+ "permission_onedrive": {
+ "message": "Backup auf OneDrive zulassen."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Sie müssen zuerst das OneDrive-Backup deaktivieren."
+ },
+ "permission_unknown_permission": {
+ "message": "Unbekannte Berechtigung. Wenn Sie diese Nachricht sehen, senden Sie bitte einen Fehlerbericht."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/el/messages.json b/_locales/el/messages.json
index 77a59aa1a..8aead6ffc 100644
--- a/_locales/el/messages.json
+++ b/_locales/el/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Επαληθευτής",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Επαληθευτής",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Ο επαληθευτής δημιουργεί κωδικούς ταυτότητας δυο παραγόντων στο πρόγραμμα περιήγησής σας.",
- "description": "Extension Description."
- },
- "added": {
- "message": " έχει προστεθεί.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Ο κώδικας QR δεν αναγνωρίστηκε.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Μη έγκυρο μυστικό λογαριασμού",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Προσθήκη λογαριασμού",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Σάρωση κώδικα QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Χειροκίνητη εισαγωγή",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Η εισαγωγή απέτυχε. Αν μεταφέρετε δεδομένα από το Google Authenticator, επανεξάγετέ τα και προσπαθήστε ξανά.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Ορισμένα από τα δεδομένα του λογαριασμού σας δεν εισήχθησαν με επιτυχία.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Κλείσιμο",
- "description": "Close."
- },
- "ok": {
- "message": "Εντάξει",
- "description": "OK."
- },
- "yes": {
- "message": "Ναι",
- "description": "Yes."
- },
- "no": {
- "message": "Όχι",
- "description": "No."
- },
- "account": {
- "message": "Λογαριασμός",
- "description": "Account."
- },
- "accountName": {
- "message": "Όνομα χρήστη",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Εκδότης",
- "description": "Issuer."
- },
- "secret": {
- "message": "Μυστικό",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Επιτυχία.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Αποτυχία.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Σχετικά",
- "description": "About."
- },
- "settings": {
- "message": "Ρυθμίσεις",
- "description": "Settings."
- },
- "security": {
- "message": "Ασφάλεια",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Παλιός κωδικός πρόσβασης",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Νέος κωδικός πρόσβασης",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Κωδικός πρόσβασης",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Επιβεβαίωση κωδικού πρόσβασης",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτόν τον λογαριασμό; Δε θα μπορέσετε να αναιρέσετε αυτήν την ενέργεια αργότερα.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Καταλαβαίνω ότι όλα τα δεδομένα μου θα διαγραφούν οριστικά.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Επαναφορά Επαληθευτή"
- },
- "delete_all_warning": {
- "message": "Αυτό θα διαγράψει όλα σας τα δεδομένα και θα επαναφέρει πλήρως τον Επαληθευτή. Δε θα μπορείτε να ανακτήσετε τυχόν διαγραμμένα δεδομένα, γι' αυτό σας συνιστούμε να δημιουργήσετε ένα αντίγραφο ασφαλείας πριν την επαναφορά."
- },
- "security_warning": {
- "message": "Αυτός ο κωδικός πρόσβασης θα χρησιμοποιηθεί για την κρυπτογράφηση των λογαριασμών σας. Κανείς δεν μπορεί να σας βοηθήσει σε περίπτωση που τον ξεχάσετε.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Ενημέρωση",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Δεν μπορείτε να προσθέσετε ένα νέο λογαριασμό μέχρι όλοι οι λογαριασμοί να έχουν αποκρυπτογραφηθεί. Εισάγετε τον σωστό κωδικό πρόσβασης για να συνεχίσετε.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Οι λογαριασμοί που δεν αποκρυπτογραφήθηκαν δε θα συμπεριληφθούν σε αυτό το αντίγραφο ασφαλείας.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Ο κωδικός δεν ταιριάζει.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Κρυπτογραφημένο",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Αντιγράφηκε",
- "description": "Copied."
- },
- "feedback": {
- "message": "Αξιολογήστε μας",
- "description": "Feedback."
- },
- "translate": {
- "message": "Συνεισφέρετε στη μετάφραση",
- "description": "Translate."
- },
- "source": {
- "message": "Πηγαίος κώδικας",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Εισάγετε τον κωδικό πρόσβασης για να αποκρυπτογραφήσετε τα δεδομένα του λογαριασμού.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Συγχρονισμός ρολογιού με την Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Απομνημόνευση κωδικού πρόσβασης",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Προσοχή! Τοπικό ρολόι σας απέχει πάρα πολύ από την πραγματική ώρα. Διορθώστε το για να συνεχίσετε.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Έχετε δημιουργήσει αντίγραφα ασφαλείας για τους λογαριασμούς σας; Μην περιμένετε έως ότου είναι πολύ αργά!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Η καταγραφή απέτυχε, επαναφορτώστε τη σελίδα και προσπαθήστε ξανά.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Προσπαθείτε να σαρώσετε τον κωδικό QR από ένα τοπικό αρχείο; Κάντε κλικ στο \"Εισαγωγή αντιγράφου ασφαλείας εικόνας QR\".",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Βάσει χρόνου",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Με μετρητή",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Ρυθμίσεις",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Κλίμακα",
- "description": "Scale"
- },
- "export_info": {
- "message": "Προσοχή: κανένα από τα αντίγραφα ασφαλείας σας δεν είναι κρυπτογραφημένα. Θέλετε να προσθέσετε ένα λογαριασμό σε μια άλλη εφαρμογή; Σύρετε το ποντίκι στο επάνω δεξιά μέρος οποιουδήποτε λογαριασμού και κάντε κλικ στο κρυφό κουμπί.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Λήψη αρχείου",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Εισαγωγή αντιγράφου ασφαλείας",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Import Backup File",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Εισαγωγή αντιγράφου ασφαλείας εικόνας QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Εισαγωγή αντιγράφου ασφαλείας κειμένου",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Η εισαγωγή ολοκληρώθηκε με επιτυχία, αλλά ορισμένοι κώδικες QR δεν αναγνωρίστηκαν.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Μπορείτε να επιλέξετε περισσότερα από ένα αρχεία αντιγράφων ασφαλείας.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Εμφάνιση όλων των λογαριασμών",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Προσοχή: τα αντίγραφα ασφαλείας δεν είναι κρυπτογραφημένα. Χρησιμοποιήστε τα με δική σας ευθύνη.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Ο κωδικός πρόσβασης πρέπει να είναι σωστός για να εισαχθούν τα αντίγραφα ασφαλείας.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Ο κωδικός πρόσβασης είναι αποθηκευμένος τοπικά στον υπολογιστή σας. Σας συνιστούμε να τον αλλάξετε από το μενού ασφαλείας αμέσως.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Αφαίρεση",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Λήψη αντιγράφων ασφαλείας που προστατεύονται με κωδικό",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Αναζήτηση",
- "description": "Search"
- },
- "popout": {
- "message": "Αναδυόμενο παράθυρο",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Κλείδωμα",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Επεξεργασία",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Χειροκίνητη δημιουργία αντιγράφων ασφαλείας",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Αυτόματη συμπλήρωση",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Χρήση υψηλής αντίθεσης",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Θέμα",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Φωτεινό",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Σκούρο",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Απλό",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Συμπαγές",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Υψηλή αντίθεση",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Δημιουργήστε αυτόματα αντίγραφα ασφαλείας των δεδομένων σας σε υπηρεσίες αποθήκευσης τρίτων.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Συγχρονισμός δεδομένων",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Σύνδεση",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Σύνδεση (Επιχείρηση)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Γιατί οι λογαριασμοί των επιχειρήσεων χρειάζονται περισσότερα δικαιώματα για να λειτουργήσουν σωστά;"
- },
- "log_out": {
- "message": "Αποσύνδεση",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Υπήρξε ένα πρόβλημα στην σύνδεση με τον λογαριασμό σας $SERVICE$. Προσπαθήστε να συνδεθείτε ξανά.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Έχετε έναν ή παραπάνω Steam ή Blizzard λογαριασμούς. Τα αντίγραφα ασφαλείας που δεν έχουν κρυπτογραφηθεί δε θα ακολουθήσουν τη συνηθισμένη μορφή των άλλων αντιγράφων.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Μπορείτε να εισάγετε αντίγραφα ασφαλείας από άλλες εφαρμογές.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Μάθετε περισσότερα",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Φόρτωση..."
- },
- "autolock": {
- "message": "Κλείδωμα μετά από"
- },
- "minutes": {
- "message": "λεπτά"
- },
- "advanced": {
- "message": "Για προχωρημένους"
- },
- "period": {
- "message": "Περίοδος"
- },
- "type": {
- "message": "Τύπος"
- },
- "invalid": {
- "message": "Μη έγκυρο"
- },
- "digits": {
- "message": "Ψηφία"
- },
- "algorithm": {
- "message": "Αλγόριθμος"
- },
- "smart_filter": {
- "message": "Έξυπνο φίλτρο"
- },
- "backup": {
- "message": "Αντίγραφο Ασφαλείας"
- },
- "backup_file_info": {
- "message": "Αποθηκεύστε τα δεδομένα σας σε ένα αρχείο."
- },
- "password_policy_default_hint": {
- "message": "Ο κωδικός πρόσβασής σας δεν πληροί τις προαπαιτήσεις ασφαλείας του οργανισμού σας. Επικοινωνήστε με τοn διαχειριστή σας για περισσότερες πληροφορίες."
- },
- "advisor": {
- "message": "Σύμβουλος"
- },
- "advisor_insight_password_not_set": {
- "message": "Δημιουργήστε έναν κωδικό για να προστατέψετε τα δεδομένα σας."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Ενεργοποιήστε το αυτόματο κλείδωμα για να προστατεύσετε τα δεδομένα σας."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Ο συγχρονισμός είναι απενεργοποιημένος. Εάν τον ενεργοποιήσετε, θα μπορείτε να συγχρονίσετε τους λογαριασμούς σας σε περισσότερα από ένα προγράμματα περιήγησης."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Ενεργοποιήστε την αυτόματη συμπλήρωση έτσι ώστε οι κωδικοί σας να εισάγονται αυτόματα στις ιστοσελίδες."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Ενεργοποιήστε το «έξυπνο» φίλτρο για να έχετε γρήγορη πρόσβαση στους λογαριασμούς που χρειάζεστε."
- },
- "show_all_insights": {
- "message": "Εμφάνιση όλων των συμβουλών."
- },
- "no_insight_available": {
- "message": "Δε βρήκαμε καμία συμβουλή για εσάς, όλα φαίνονται τέλεια!"
- },
- "danger": {
- "message": "Κίνδυνος"
- },
- "warning": {
- "message": "Προσοχή"
- },
- "info": {
- "message": "Πληροφορία"
- },
- "dismiss": {
- "message": "Κλείσιμο"
- },
- "learn_more": {
- "message": "Μάθετε περισσότερα"
- },
- "enable_context_menu": {
- "message": "Προσθήκη στο μενού περιβάλλοντος"
- },
- "no_entires": {
- "message": "Δεν υπάρχει κανένας λογαριασμός εδώ. Προσθέστε έναν τώρα."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Επαληθευτής",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Επαληθευτής",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Ο επαληθευτής δημιουργεί κωδικούς ταυτότητας δυο παραγόντων στο πρόγραμμα περιήγησής σας.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " έχει προστεθεί.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Ο κώδικας QR δεν αναγνωρίστηκε.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Μην έγκυρο μυστικό λογαριασμού",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Προσθήκη λογαριασμού",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Σάρωση κώδικα QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Χειροκίνητη εισαγωγή",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Η εισαγωγή απέτυχε. Αν μεταφέρετε δεδομένα από το Google Authenticator, επανεξάγετέ τα και προσπαθήστε ξανά.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Ορισμένα από τα δεδομένα του λογαριασμού σας δεν εισήχθησαν με επιτυχία.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Κλείσιμο",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Εντάξει",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ναι",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Όχι",
+ "description": "No."
+ },
+ "account": {
+ "message": "Λογαριασμός",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Όνομα χρήστη",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Εκδότης",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Μυστικό",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Επιτυχία.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Αποτυχία.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Σχετικά",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Ρυθμίσεις",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Ασφάλεια",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Τρέχον Κωδικός",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Νέος κωδικός πρόσβασης",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Κωδικός πρόσβασης",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Επιβεβαίωση κωδικού πρόσβασης",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτόν τον λογαριασμό; Δε θα μπορέσετε να αναιρέσετε αυτήν την ενέργεια αργότερα.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Καταλαβαίνω ότι όλα τα δεδομένα μου θα διαγραφούν οριστικά.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Επαναφορά Επαληθευτή"
+ },
+ "delete_all_warning": {
+ "message": "Αυτό θα διαγράψει όλα σας τα δεδομένα και θα επαναφέρει πλήρως τον Επαληθευτή. Δε θα μπορείτε να ανακτήσετε τυχόν διαγραμμένα δεδομένα, γι' αυτό σας συνιστούμε να δημιουργήσετε ένα αντίγραφο ασφαλείας πριν την επαναφορά."
+ },
+ "security_warning": {
+ "message": "Αυτός ο κωδικός πρόσβασης θα χρησιμοποιηθεί για την κρυπτογράφηση των λογαριασμών σας. Κανείς δεν μπορεί να σας βοηθήσει σε περίπτωση που τον ξεχάσετε.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Ενημέρωση",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Δεν μπορείτε να προσθέσετε ένα νέο λογαριασμό μέχρι όλοι οι λογαριασμοί να έχουν αποκρυπτογραφηθεί. Εισάγετε τον σωστό κωδικό πρόσβασης για να συνεχίσετε.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Οι λογαριασμοί που δεν αποκρυπτογραφήθηκαν δε θα συμπεριληφθούν σε αυτό το αντίγραφο ασφαλείας.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Ο κωδικός δεν ταιριάζει.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Κρυπτογραφημένο",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Αντιγράφηκε",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Αξιολογήστε μας",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Συνεισφέρετε στη μετάφραση",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Πηγαίος κώδικας",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Εισάγετε τον κωδικό πρόσβασης για να αποκρυπτογραφήσετε τα δεδομένα του λογαριασμού.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Συγχρονισμός ρολογιού με την Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Απομνημόνευση κωδικού πρόσβασης",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Προσοχή! Τοπικό ρολόι σας απέχει πάρα πολύ από την πραγματική ώρα. Διορθώστε το για να συνεχίσετε.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Έχετε δημιουργήσει αντίγραφα ασφαλείας για τους λογαριασμούς σας; Μην περιμένετε έως ότου είναι πολύ αργά!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Η καταγραφή απέτυχε, επαναφορτώστε τη σελίδα και προσπαθήστε ξανά.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Προσπαθείτε να σαρώσετε τον κωδικό QR από ένα τοπικό αρχείο; Κάντε κλικ στο \"Εισαγωγή αντιγράφου ασφαλείας εικόνας QR\".",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Βάσει χρόνου",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Με μετρητή",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Ρυθμίσεις",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Κλίμακα",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Προσοχή: κανένα από τα αντίγραφα ασφαλείας σας δεν είναι κρυπτογραφημένα. Θέλετε να προσθέσετε ένα λογαριασμό σε μια άλλη εφαρμογή; Σύρετε το ποντίκι στο επάνω δεξιά μέρος οποιουδήποτε λογαριασμού και κάντε κλικ στο κρυφό κουμπί.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Λήψη αρχείου",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Εισαγωγή αντιγράφου ασφαλείας",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Import Backup File",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Εισαγωγή αντιγράφου ασφαλείας εικόνας QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Εισαγωγή εικόνων QR",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Εισαγωγή αντιγράφου ασφαλείας κειμένου",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Εισαγωγή διευθύνσεων URL OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Η εισαγωγή ολοκληρώθηκε με επιτυχία, αλλά ορισμένοι κώδικες QR δεν αναγνωρίστηκαν.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Μπορείτε να επιλέξετε περισσότερα από ένα αρχεία αντιγράφων ασφαλείας.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Εμφάνιση όλων των λογαριασμών",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Προσοχή: τα αντίγραφα ασφαλείας δεν είναι κρυπτογραφημένα. Χρησιμοποιήστε τα με δική σας ευθύνη.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Ο κωδικός πρόσβασης πρέπει να είναι σωστός για να εισαχθούν τα αντίγραφα ασφαλείας.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Ο κωδικός πρόσβασης είναι αποθηκευμένος τοπικά στον υπολογιστή σας. Σας συνιστούμε να τον αλλάξετε από το μενού ασφαλείας αμέσως.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Αφαίρεση",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Λήψη αντιγράφων ασφαλείας που προστατεύονται με κωδικό",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Αναζήτηση",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Αναδυόμενο παράθυρο",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Κλείδωμα",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Επεξεργασία",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Χειροκίνητη δημιουργία αντιγράφων ασφαλείας",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Αυτόματη συμπλήρωση",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Χρήση υψηλής αντίθεσης",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Θέμα",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Φωτεινό",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Σκούρο",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Απλό",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Συμπαγές",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Υψηλή αντίθεση",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Απλό",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Δημιουργήστε αυτόματα αντίγραφα ασφαλείας των δεδομένων σας σε υπηρεσίες αποθήκευσης τρίτων.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Συγχρονισμός δεδομένων",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Σύνδεση",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Σύνδεση (Επιχείρηση)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Γιατί οι λογαριασμοί των επιχειρήσεων χρειάζονται περισσότερα δικαιώματα για να λειτουργήσουν σωστά;"
+ },
+ "log_out": {
+ "message": "Αποσύνδεση",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Υπήρξε ένα πρόβλημα στην σύνδεση με τον λογαριασμό σας $SERVICE$. Προσπαθήστε να συνδεθείτε ξανά.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Έχετε έναν ή παραπάνω Steam ή Blizzard λογαριασμούς. Τα αντίγραφα ασφαλείας που δεν έχουν κρυπτογραφηθεί δε θα ακολουθήσουν τη συνηθισμένη μορφή των άλλων αντιγράφων.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Μπορείτε να εισάγετε αντίγραφα ασφαλείας από άλλες εφαρμογές.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Μάθετε περισσότερα",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Φόρτωση..."
+ },
+ "autolock": {
+ "message": "Κλείδωμα μετά από"
+ },
+ "minutes": {
+ "message": "λεπτά"
+ },
+ "advanced": {
+ "message": "Για προχωρημένους"
+ },
+ "period": {
+ "message": "Περίοδος"
+ },
+ "type": {
+ "message": "Τύπος"
+ },
+ "invalid": {
+ "message": "Μη έγκυρο"
+ },
+ "digits": {
+ "message": "Ψηφία"
+ },
+ "algorithm": {
+ "message": "Αλγόριθμος"
+ },
+ "smart_filter": {
+ "message": "Έξυπνο φίλτρο"
+ },
+ "backup": {
+ "message": "Αντίγραφο Ασφαλείας"
+ },
+ "backup_file_info": {
+ "message": "Αποθηκεύστε τα δεδομένα σας σε ένα αρχείο."
+ },
+ "password_policy_default_hint": {
+ "message": "Ο κωδικός πρόσβασής σας δεν πληροί τις προαπαιτήσεις ασφαλείας του οργανισμού σας. Επικοινωνήστε με τοn διαχειριστή σας για περισσότερες πληροφορίες."
+ },
+ "advisor": {
+ "message": "Σύμβουλος"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Δημιουργήστε έναν κωδικό για να προστατέψετε τα δεδομένα σας."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Ενεργοποιήστε το αυτόματο κλείδωμα για να προστατεύσετε τα δεδομένα σας."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Ο συγχρονισμός είναι απενεργοποιημένος. Εάν τον ενεργοποιήσετε, θα μπορείτε να συγχρονίσετε τους λογαριασμούς σας σε περισσότερα από ένα προγράμματα περιήγησης."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Ενεργοποιήστε την αυτόματη συμπλήρωση έτσι ώστε οι κωδικοί σας να εισάγονται αυτόματα στις ιστοσελίδες."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Ενεργοποιήστε το «έξυπνο» φίλτρο για να έχετε γρήγορη πρόσβαση στους λογαριασμούς που χρειάζεστε."
+ },
+ "show_all_insights": {
+ "message": "Εμφάνιση όλων των συμβουλών."
+ },
+ "no_insight_available": {
+ "message": "Δε βρήκαμε καμία συμβουλή για εσάς, όλα φαίνονται τέλεια!"
+ },
+ "danger": {
+ "message": "Κίνδυνος"
+ },
+ "warning": {
+ "message": "Προσοχή"
+ },
+ "info": {
+ "message": "Πληροφορία"
+ },
+ "dismiss": {
+ "message": "Κλείσιμο"
+ },
+ "learn_more": {
+ "message": "Μάθετε περισσότερα"
+ },
+ "enable_context_menu": {
+ "message": "Προσθήκη στο μενού περιβάλλοντος"
+ },
+ "no_entires": {
+ "message": "Δεν υπάρχει κανένας λογαριασμός εδώ. Προσθέστε έναν τώρα."
+ },
+ "permissions": {
+ "message": "Δικαιώματα"
+ },
+ "permission_revoke": {
+ "message": "Ανάκληση"
+ },
+ "permission_show_required_permissions": {
+ "message": "Εμφάνιση αδειών που δεν ανακαλούνται"
+ },
+ "permission_required": {
+ "message": "Αυτό είναι ένα δικαίωμα που απαιτείται και δεν μπορεί να ανακληθεί."
+ },
+ "permission_active_tab": {
+ "message": "Πρόσβαση στην τρέχουσα καρτέλα για σάρωση QR κωδικών."
+ },
+ "permission_storage": {
+ "message": "Πρόσβαση στον αποθηκευτικό χώρο του προγράμματος περιήγησης για την αποθήκευση δεδομένων του λογαριασμού σας."
+ },
+ "permission_identity": {
+ "message": "Επιτρέπει τη σύνδεση σε υπηρεσίες αποθήκευσης τρίτων."
+ },
+ "permission_alarms": {
+ "message": "Επιτρέπει το αυτόματο κλείδωμα να λειτουργήσει."
+ },
+ "permission_scripting": {
+ "message": "Χορηγεί κώδικα στην τρέχουσα καρτέλα για να σκανάρει κωδικούς QR και να συμπληρώσει αυτόματα ώστε να λειτουργήσει."
+ },
+ "permission_clipboard_write": {
+ "message": "Παραχωρεί πρόσβαση στο πρόχειρο για την αντιγραφή και επικόλληση κωδικών όταν κάνετε κλικ στον αντίστοιχο λογαριασμό."
+ },
+ "permission_context_menus": {
+ "message": "Προσθέτει τον Επαληθευτή στο μενού περιβάλλοντος."
+ },
+ "permission_sync_clock": {
+ "message": "Επιτρέπει τον συγχρονισμό ρολογιού με την Google."
+ },
+ "permission_dropbox": {
+ "message": "Επιτρέπει τη δημιουργία αντιγράφων ασφαλείας στο Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Πρέπει πρώτα να απενεργοποιήσετε τη δημιουργία αντιγράφων ασφαλείας του Dropbox."
+ },
+ "permission_drive": {
+ "message": "Επιτρέπει τη δημιουργία αντιγράφων ασφαλείας στο Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Πρέπει πρώτα να απενεργοποιήσετε τη δημιουργία αντιγράφων ασφαλείας του Google Drive."
+ },
+ "permission_onedrive": {
+ "message": "Επιτρέπει τη δημιουργία αντιγράφων ασφαλείας στο OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Πρέπει πρώτα να απενεργοποιήσετε τα αντίγραφα ασφαλείας του OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Άγνωστο δικαίωμα. Αν δείτε αυτό το μήνυμα, στείλτε μας μια αναφορά σφάλματος."
+ },
+ "phrase_wrong": {
+ "message": "Λανθασμένος κωδικός πρόσβασης"
+ },
+ "activate_auto_filter": {
+ "message": "Προσοχή: Το έξυπνο φίλτρο δεν αντιστοιχίζει με ακρίβεια τον κάθε λογαριασμό με την ιστοσελίδα όπου αυτός δημιουργήθηκε. Για τον λόγο αυτό, πρέπει πάντα να ελέγχετε αν βρίσκεστε στη σωστή ιστοσελίδα προτού εισάγετε τον κωδικό!"
+ }
+}
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 5fb85b082..1509958f1 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -1,518 +1,524 @@
-{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator generates two-factor authentication codes in your browser.",
- "description": "Extension Description."
- },
- "added": {
- "message": " has been added.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Unrecognized QR code.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Invalid account secret",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Add account",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Scan QR Code",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Manual Entry",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Some account data was not imported successfully.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Close",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Yes",
- "description": "Yes."
- },
- "no": {
- "message": "No",
- "description": "No."
- },
- "account": {
- "message": "Account",
- "description": "Account."
- },
- "accountName": {
- "message": "Username",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Issuer",
- "description": "Issuer."
- },
- "secret": {
- "message": "Secret",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Success.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Failure.",
- "description": "Update Failure."
- },
- "about": {
- "message": "About",
- "description": "About."
- },
- "settings": {
- "message": "Settings",
- "description": "Settings."
- },
- "security": {
- "message": "Security",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Current Password",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "New Password",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Password",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Confirm Password",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Are you sure you want to delete this account? This action cannot be undone.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "I understand that all of my data will be irrecoverably deleted.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Reset Authenticator"
- },
- "delete_all_warning": {
- "message": "This will delete all of your data and completely reset Authenticator. You will not be able to recover any deleted data! You should consider saving a backup before resetting Authenticator."
- },
- "security_warning": {
- "message": "This password will be used to encrypt your accounts. No one can help you if you forget the password.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Update",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "You cannot add a new account until all accounts are decrypted. Please enter the correct password before continuing.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Accounts that were not able to be decrypted will not be included in this backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Password does not match.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Encrypted",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Copied",
- "description": "Copied."
- },
- "feedback": {
- "message": "Feedback",
- "description": "Feedback."
- },
- "translate": {
- "message": "Translate",
- "description": "Translate."
- },
- "source": {
- "message": "Source Code",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Enter password to decrypt account data.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sync Clock with Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Remember Password",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Caution! Your local clock is too far off, please fix it before continuing.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Do you have a backup for your accounts? Don't wait until it's too late!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Capture failed, please reload the page and try again.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Time Based",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Counter Based",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferences",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Scale",
- "description": "Scale"
- },
- "export_info": {
- "message": "Warning: all backups are unencrypted. Want to add an account to another app? Hover over the top right part of any account and hit the hidden button.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Download Backup File",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Import Backup",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Import Backup File",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Import QR Image Backup",
- "description": "Import qr image backup."
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_backup_code": {
- "message": "Import Text Backup",
- "description": "Import backup code."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "You can select multiple files to import backup in batches.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Show all entries",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Warning: backups are unencrypted. Use at your own risk.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "You must provide correct password to import backups.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Your password is stored locally, please change it in the security menu immediately.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Remove",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Download Password-Protected Backup",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Search",
- "description": "Search"
- },
- "popout": {
- "message": "Popup mode",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Lock",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Edit",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Use Autofill",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Use High Contrast",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Theme",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Light",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Dark",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "High Contrast",
- "description": "High Contrast theme"
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "storage_sync_info": {
- "message": "Automatically backup your data to 3rd party storage services.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Sign in",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "Logout",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "There was an issue connecting to your $SERVICE$ account, please sign in again.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "You have one or more Steam or Blizzard accounts. Unencrypted backups will not use standardized backup format.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "You can import backups from some other applications.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Learn more",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Loading..."
- },
- "autolock": {
- "message": "Lock after"
- },
- "minutes": {
- "message": "minutes"
- },
- "advanced": {
- "message": "Advanced"
- },
- "period": {
- "message": "Period"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Invalid"
- },
- "digits": {
- "message": "Digits"
- },
- "algorithm": {
- "message": "Algorithm"
- },
- "smart_filter": {
- "message": "Smart Filter"
- },
- "backup": {
- "message": "Backup"
- },
- "backup_file_info": {
- "message": "Backup your data to a file."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
+{
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator generates two-factor authentication codes in your browser.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " has been added.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Unrecognized QR code.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Invalid account secret",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Add account",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Scan QR Code",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Manual Entry",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Some account data was not imported successfully.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Close",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Yes",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "No",
+ "description": "No."
+ },
+ "account": {
+ "message": "Account",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Username",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Issuer",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Secret",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Success.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Failure.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "About",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Settings",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Security",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Current Password",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "New Password",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Password",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Confirm Password",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Are you sure you want to delete this account? This action cannot be undone.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "I understand that all of my data will be irrecoverably deleted.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Reset Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "This will delete all of your data and completely reset Authenticator. You will not be able to recover any deleted data! You should consider saving a backup before resetting Authenticator."
+ },
+ "security_warning": {
+ "message": "This password will be used to encrypt your accounts. No one can help you if you forget the password.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Update",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "You cannot add a new account until all accounts are decrypted. Please enter the correct password before continuing.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Accounts that were not able to be decrypted will not be included in this backup.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Password does not match.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Encrypted",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Copied",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Feedback",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Translate",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Source Code",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Enter password to decrypt account data.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sync Clock with Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Remember Password",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Caution! Your local clock is too far off, please fix it before continuing.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Do you have a backup for your accounts? Don't wait until it's too late!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Capture failed, please reload the page and try again.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Time Based",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Counter Based",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferences",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Scale",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Warning: all backups are unencrypted. Want to add an account to another app? Hover over the top right part of any account and hit the hidden button.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Download Backup File",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Import Backup",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Import Backup File",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Import QR Image Backup",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Import Text Backup",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import successful, but some QR codes could not be recognized.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "You can select multiple files to import backup in batches.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Show all entries",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Warning: backups are unencrypted. Use at your own risk.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "You must provide correct password to import backups.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Your password is stored locally, please change it in the security menu immediately.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Remove",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Download Password-Protected Backup",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Search",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Popup mode",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Lock",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Edit",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manual Backup",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Use Autofill",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Use High Contrast",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Theme",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Light",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Dark",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Simple",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compact",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "High Contrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatically backup your data to 3rd party storage services.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browser Sync",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Sign in",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Sign in (Business)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Why do business accounts require more permissions?"
+ },
+ "log_out": {
+ "message": "Logout",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "There was an issue connecting to your $SERVICE$ account, please sign in again.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
+ },
+ "otp_unsupported_warn": {
+ "message": "You have one or more Steam or Blizzard accounts. Unencrypted backups will not use standardized backup format.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "You can import backups from some other applications.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Learn more",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Loading..."
+ },
+ "autolock": {
+ "message": "Lock after"
+ },
+ "minutes": {
+ "message": "minutes"
+ },
+ "advanced": {
+ "message": "Advanced"
+ },
+ "period": {
+ "message": "Period"
+ },
+ "type": {
+ "message": "Type"
+ },
+ "invalid": {
+ "message": "Invalid"
+ },
+ "digits": {
+ "message": "Digits"
+ },
+ "algorithm": {
+ "message": "Algorithm"
+ },
+ "smart_filter": {
+ "message": "Smart Filter"
+ },
+ "backup": {
+ "message": "Backup"
+ },
+ "backup_file_info": {
+ "message": "Backup your data to a file."
+ },
+ "password_policy_default_hint": {
+ "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
+ },
+ "advisor": {
+ "message": "Advisor"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Set a password to protect your data."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Enable auto-lock to protect your data."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill can be enabled to automatically fill codes into websites."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Enabling smart filter allows for quick access to accounts."
+ },
+ "show_all_insights": {
+ "message": "Show all insights."
+ },
+ "no_insight_available": {
+ "message": "No insights found, everything looks good!"
+ },
+ "danger": {
+ "message": "Danger"
+ },
+ "warning": {
+ "message": "Warning"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Dismiss"
+ },
+ "learn_more": {
+ "message": "Learn more"
+ },
+ "enable_context_menu": {
+ "message": "Add to context menu"
+ },
+ "no_entires": {
+ "message": "No accounts to display. Add your first account now."
+ },
+ "permissions": {
+ "message": "Permissions"
+ },
+ "permission_revoke": {
+ "message": "Revoke"
+ },
+ "permission_show_required_permissions": {
+ "message": "Show non-revocable permissions"
+ },
+ "permission_required": {
+ "message": "This is a required permission and cannot be revoked."
+ },
+ "permission_active_tab": {
+ "message": "Access to the current tab to scan QR codes."
+ },
+ "permission_storage": {
+ "message": "Access to browser storage to store account data."
+ },
+ "permission_identity": {
+ "message": "Allows sign in to 3rd party storage services."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
+ },
+ "permission_context_menus": {
+ "message": "Adds Authenticator to context menu."
+ },
+ "permission_sync_clock": {
+ "message": "Allows clock sync with Google."
+ },
+ "permission_dropbox": {
+ "message": "Allows backup to Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "You must disable Dropbox backup first."
+ },
+ "permission_drive": {
+ "message": "Allows backup to Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "You must disable Google Drive backup first."
+ },
+ "permission_onedrive": {
+ "message": "Allows backup to OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "You must disable OneDrive backup first."
+ },
+ "permission_unknown_permission": {
+ "message": "Unknown permission. If see this message, please send a bug report."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
}
diff --git a/_locales/es/messages.json b/_locales/es/messages.json
index b6bf20346..87c6775e5 100644
--- a/_locales/es/messages.json
+++ b/_locales/es/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Autenticación",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator genera códigos de autenticación de dos factores en su navegador.",
- "description": "Extension Description."
- },
- "added": {
- "message": " ha sido añadido.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Código QR no reconocido.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Clave secreta de la cuenta invalida",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Añadir cuenta",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Escanear un código QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Entrada manual",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Error al importar. Si intentas migrar datos desde el Autenticador de Google, exporta de nuevo los datos y vuelve a intentarlo.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Los datos de algunas cuentas no se importaron correctamente.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Cerrar",
- "description": "Close."
- },
- "ok": {
- "message": "Aceptar",
- "description": "OK."
- },
- "yes": {
- "message": "Sí",
- "description": "Yes."
- },
- "no": {
- "message": "No",
- "description": "No."
- },
- "account": {
- "message": "Cuenta",
- "description": "Account."
- },
- "accountName": {
- "message": "Nombre de usuario",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Emisor",
- "description": "Issuer."
- },
- "secret": {
- "message": "Clave secreta",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Éxito.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Falla.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Acerca de",
- "description": "About."
- },
- "settings": {
- "message": "Preferencias",
- "description": "Settings."
- },
- "security": {
- "message": "Seguridad",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Contraseña actual",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nueva contraseña",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Contraseña",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Confirmar contraseña",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "¿Estás seguro que deseas borrar esta cuenta? Esta acción no se puede deshacer.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Entiendo que todos mis datos serán eliminados de forma irrecuperable.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Restablecer auntenticador"
- },
- "delete_all_warning": {
- "message": "Esto eliminará todos tus datos y restablecerá completamente Authenticator. ¡No podrás recuperar ningún dato eliminado! Deberías considerar guardar una copia de seguridad antes de resetear Authenticator."
- },
- "security_warning": {
- "message": "Esta contraseña se utilizará para cifrar tus cuentas. Nadie puede ayudarte si olvidas la contraseña.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Actualizar",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "No puedes añadir una nueva cuenta hasta que todas las demás cuentas estén descifradas. Por favor introduzca la contraseña correcta antes de continuar.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Las cuentas que no se pudieron descifrar no se incluirán en esta copia de seguridad.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "La contraseña no coincide.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Cifrado",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Copiado",
- "description": "Copied."
- },
- "feedback": {
- "message": "Su opinión",
- "description": "Feedback."
- },
- "translate": {
- "message": "Traducir",
- "description": "Translate."
- },
- "source": {
- "message": "Código Fuente",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Introduzca la contraseña para descifrar los datos de la cuenta.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sincronizar el reloj con Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Recordar la contraseña",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "¡Peligro! Tu reloj local está demasiado desfasado, corrígelo antes de continuar.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "¿Tienes una copia de seguridad para tus cuentas? ¡No esperes hasta que sea demasiado tarde!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "La captura falló. Es necesario recargar la página e intentarlo de nuevo.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "¿Quieres escanear un código QR desde un archivo local? Usa la opción «Importar copia de seguridad de imagen QR».",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Basado en tiempo",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Basado en un contador",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferencias",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Escala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Advertencia: todas las copias de seguridad están sin encriptar. ¿Quieres añadir una cuenta para otra aplicación? Pasa el ratón por encima de la esquina superior-derecha de cualquier cuenta y pulsa el botón oculto.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Descargar una copia de seguridad",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importar una copia de seguridad",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importar un archivo con la copia de seguridad",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importar copia de seguridad de imagen QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importar el Texto de la Copia de Seguridad",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Se importó correctamente, sin embargo, algunas imágenes QR no pudieron ser reconocidas.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Puedes seleccionar varios archivos para importar copias de seguridad por lotes.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Mostrar todas las entradas",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Advertencia: las copias de seguridad no están encriptadas. Lo cuál no se recomienda, pero es bajo tu propio riesgo.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Debes indicar una contraseña correcta para poder importar una copia de seguridad.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Tu contraseña se almacena localmente. Cámbiala en el menú de seguridad inmediatamente.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Eliminar",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Descargar copia de seguridad protegida por contraseña",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Buscar",
- "description": "Search"
- },
- "popout": {
- "message": "Modo ventana emergente",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Bloquear",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Editar",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Copia de seguridad manual",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Usar auto-completado",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Utilizar contraste alto",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Claro",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Oscuro",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compacto",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Alto contraste",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Realizar copias de seguridad automáticas de tus datos en servicios de almacenamiento de terceros.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Sincronización con el navegador",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Iniciar sesión",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Iniciar sesión (cuenta empresarial)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "¿Por qué las cuentas empresariales necesitan más permisos?"
- },
- "log_out": {
- "message": "Cerrar sesión",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Ha habido un problema al conectarse a tu cuenta $SERVICE$. Inténtalo de nuevo.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Tienes una o más cuentas de Steam o Blizzard. Las copias de seguridad no cifradas no utilizarán el formato de copia de seguridad estandarizado.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Puedes importar copias de seguridad desde otras aplicaciones.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Aprende más",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Cargando..."
- },
- "autolock": {
- "message": "Bloquear después"
- },
- "minutes": {
- "message": "minutos"
- },
- "advanced": {
- "message": "Avanzado"
- },
- "period": {
- "message": "Periodo"
- },
- "type": {
- "message": "Tipo"
- },
- "invalid": {
- "message": "Inválido"
- },
- "digits": {
- "message": "Dígitos"
- },
- "algorithm": {
- "message": "Algoritmo"
- },
- "smart_filter": {
- "message": "Filtro inteligente"
- },
- "backup": {
- "message": "Copia de seguridad"
- },
- "backup_file_info": {
- "message": "Guarda en un archivo una copia de seguridad de tus datos."
- },
- "password_policy_default_hint": {
- "message": "La contraseña no cumple los requisitos de seguridad de tu organización. Para obtener más información, ponte en contacto con el administrador."
- },
- "advisor": {
- "message": "Recomendaciones"
- },
- "advisor_insight_password_not_set": {
- "message": "Crea una contraseña para proteger tus datos."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Habilita el bloqueo automático para proteger tus datos."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "La sincronización del navegador está deshabilitada. Si la habilitas, podrás sincronizar tus cuentas entre distintos navegadores."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "La función Autocompletar permite rellenar automáticamente códigos en sitios web."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Al activar el filtro inteligente, podrás acceder rápidamente a las cuentas."
- },
- "show_all_insights": {
- "message": "Mostrar todas las recomendaciones."
- },
- "no_insight_available": {
- "message": "No se encontraron recomendaciones, ¡parece que todo está bien!"
- },
- "danger": {
- "message": "Peligro"
- },
- "warning": {
- "message": "Advertencia"
- },
- "info": {
- "message": "Información"
- },
- "dismiss": {
- "message": "Descartar"
- },
- "learn_more": {
- "message": "Más información"
- },
- "enable_context_menu": {
- "message": "Agregar al menú contextual"
- },
- "no_entires": {
- "message": "No hay cuentas para mostrar. Añade tu primera cuenta ahora."
- },
- "permissions": {
- "message": "Permisos"
- },
- "permission_revoke": {
- "message": "Revocar"
- },
- "permission_show_required_permissions": {
- "message": "Mostrar permisos no revocables"
- },
- "permission_required": {
- "message": "Este es un permiso requerido y no puede ser revocado."
- },
- "permission_active_tab": {
- "message": "Acceder a la pestaña actual para escanear códigos QR."
- },
- "permission_storage": {
- "message": "Acceder al almacenamiento del navegador para guardar los datos de la cuenta."
- },
- "permission_identity": {
- "message": "Permitir iniciar sesión en servicios para almacenamiento de terceros."
- },
- "permission_clipboard_write": {
- "message": "Otorga acceso de sólo escritura al portapapeles para copiar codigos al portapapeles cuando haga clic en la cuenta."
- },
- "permission_context_menus": {
- "message": "Agregar Authenticator al menú contextual."
- },
- "permission_sync_clock": {
- "message": "Habilitar sincronización del reloj con Google."
- },
- "permission_dropbox": {
- "message": "Habilitar copias de seguridad con Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Primero debe deshabilitar la copia de seguridad de Dropbox."
- },
- "permission_drive": {
- "message": "Permitir copias de seguridad de Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "Primero debes desactivar la copia de seguridad de Google Drive."
- },
- "permission_onedrive": {
- "message": "Permite la copia de seguridad a OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Primero debes desactivar la copia de seguridad de OneDrive."
- },
- "permission_unknown_permission": {
- "message": "Permiso desconocido. Si ve este mensaje, por favor envíe un informe de error."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autenticador",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autenticación",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator genera códigos de autenticación de dos factores en su navegador.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " ha sido añadido.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Código QR no reconocido.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Clave secreta de la cuenta invalida",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Añadir cuenta",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Escanear un código QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Entrada manual",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Error al importar. Si intentas migrar datos desde el Autenticador de Google, exporta de nuevo los datos y vuelve a intentarlo.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Los datos de algunas cuentas no se importaron correctamente.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Cerrar",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Aceptar",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Sí",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "No",
+ "description": "No."
+ },
+ "account": {
+ "message": "Cuenta",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nombre de usuario",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Emisor",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Clave secreta",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Éxito.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Falla.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Acerca de",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Preferencias",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Seguridad",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Contraseña actual",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nueva contraseña",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Contraseña",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Confirmar contraseña",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "¿Estás seguro que deseas borrar esta cuenta? Esta acción no se puede deshacer.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Entiendo que todos mis datos serán eliminados de forma irrecuperable.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Restablecer auntenticador"
+ },
+ "delete_all_warning": {
+ "message": "Esto eliminará todos tus datos y restablecerá completamente Authenticator. ¡No podrás recuperar ningún dato eliminado! Deberías considerar guardar una copia de seguridad antes de resetear Authenticator."
+ },
+ "security_warning": {
+ "message": "Esta contraseña se utilizará para cifrar tus cuentas. Nadie puede ayudarte si olvidas la contraseña.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Actualizar",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "No puedes añadir una nueva cuenta hasta que todas las demás cuentas estén descifradas. Por favor introduzca la contraseña correcta antes de continuar.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Las cuentas que no se pudieron descifrar no se incluirán en esta copia de seguridad.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "La contraseña no coincide.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Cifrado",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Copiado",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Su opinión",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Traducir",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Código Fuente",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Introduzca la contraseña para descifrar los datos de la cuenta.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sincronizar el reloj con Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Recordar la contraseña",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "¡Peligro! Tu reloj local está demasiado desfasado, corrígelo antes de continuar.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "¿Tienes una copia de seguridad cuentas¡No esperes hasta que sea demasiado tarde!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "La captura falló. Es necesario recargar la página e intentarlo de nuevo.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "¿Quieres escanear un código QR desde un archivo local? Usa la opción «Importar copia de seguridad de imagen QR».",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Basado en tiempo",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Basado en un contador",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferencias",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Escala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Advertencia: todas las copias de seguridad están sin encriptar. ¿Quieres añadir una cuenta para otra aplicación? Pasa el ratón por encima de la esquina superior-derecha de cualquier cuenta y pulsa el botón oculto.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Descargar una copia de seguridad",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importar una copia de seguridad",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importar un archivo con la copia de seguridad",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importar copia de seguridad de imagen QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importar el Texto de la Copia de Seguridad",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Se importó correctamente, sin embargo, algunas imágenes QR no pudieron ser reconocidas.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Puedes seleccionar varios archivos para importar copias de seguridad por lotes.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Mostrar todas las entradas",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Advertencia: las copias de seguridad no están encriptadas. Lo cuál no se recomienda, pero es bajo tu propio riesgo.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Debes indicar una contraseña correcta para poder importar una copia de seguridad.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Tu contraseña se almacena localmente. Cámbiala en el menú de seguridad inmediatamente.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Eliminar",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Descargar copia de seguridad protegida por contraseña",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Buscar",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Modo ventana emergente",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Bloquear",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Editar",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Copia de seguridad manual",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Usar auto-completado",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Utilizar contraste alto",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Claro",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Oscuro",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Simple",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compacto",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Alto contraste",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Plano",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Realizar copias de seguridad automáticas de tus datos en servicios de almacenamiento de terceros.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Sincronización con el navegador",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Iniciar sesión",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Iniciar sesión (cuenta empresarial)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "¿Por qué las cuentas empresariales necesitan más permisos?"
+ },
+ "log_out": {
+ "message": "Cerrar sesión",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Ha habido un problema al conectarse a tu cuenta $SERVICE$. Inténtalo de nuevo.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Tienes una o más cuentas de Steam o Blizzard. Las copias de seguridad no cifradas no utilizarán el formato de copia de seguridad estandarizado.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Puedes importar copias de seguridad desde otras aplicaciones.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Aprende más",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Cargando..."
+ },
+ "autolock": {
+ "message": "Bloquear después"
+ },
+ "minutes": {
+ "message": "minutos"
+ },
+ "advanced": {
+ "message": "Avanzado"
+ },
+ "period": {
+ "message": "Periodo"
+ },
+ "type": {
+ "message": "Tipo"
+ },
+ "invalid": {
+ "message": "Inválido"
+ },
+ "digits": {
+ "message": "Dígitos"
+ },
+ "algorithm": {
+ "message": "Algoritmo"
+ },
+ "smart_filter": {
+ "message": "Filtro inteligente"
+ },
+ "backup": {
+ "message": "Copia de seguridad"
+ },
+ "backup_file_info": {
+ "message": "Guarda en un archivo una copia de seguridad de tus datos."
+ },
+ "password_policy_default_hint": {
+ "message": "La contraseña no cumple los requisitos de seguridad de tu organización. Para obtener más información, ponte en contacto con el administrador."
+ },
+ "advisor": {
+ "message": "Recomendaciones"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Crea una contraseña para proteger tus datos."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Habilita el bloqueo automático para proteger tus datos."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "La sincronización del navegador está deshabilitada. Si la habilitas, podrás sincronizar tus cuentas entre distintos navegadores."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "La función Autocompletar permite rellenar automáticamente códigos en sitios web."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Al activar el filtro inteligente, podrás acceder rápidamente a las cuentas."
+ },
+ "show_all_insights": {
+ "message": "Mostrar todas las recomendaciones."
+ },
+ "no_insight_available": {
+ "message": "No se encontraron recomendaciones, ¡parece que todo está bien!"
+ },
+ "danger": {
+ "message": "Peligro"
+ },
+ "warning": {
+ "message": "Advertencia"
+ },
+ "info": {
+ "message": "Información"
+ },
+ "dismiss": {
+ "message": "Descartar"
+ },
+ "learn_more": {
+ "message": "Más información"
+ },
+ "enable_context_menu": {
+ "message": "Agregar al menú contextual"
+ },
+ "no_entires": {
+ "message": "No hay cuentas para mostrar. Añade tu primera cuenta ahora."
+ },
+ "permissions": {
+ "message": "Permisos"
+ },
+ "permission_revoke": {
+ "message": "Revocar"
+ },
+ "permission_show_required_permissions": {
+ "message": "Mostrar permisos no revocables"
+ },
+ "permission_required": {
+ "message": "Este es un permiso requerido y no puede ser revocado."
+ },
+ "permission_active_tab": {
+ "message": "Acceder a la pestaña actual para escanear códigos QR."
+ },
+ "permission_storage": {
+ "message": "Acceder al almacenamiento del navegador para guardar los datos de la cuenta."
+ },
+ "permission_identity": {
+ "message": "Permitir iniciar sesión en servicios para almacenamiento de terceros."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Otorga acceso de sólo escritura al portapapeles para copiar codigos al portapapeles cuando haga clic en la cuenta."
+ },
+ "permission_context_menus": {
+ "message": "Agregar Authenticator al menú contextual."
+ },
+ "permission_sync_clock": {
+ "message": "Habilitar sincronización del reloj con Google."
+ },
+ "permission_dropbox": {
+ "message": "Habilitar copias de seguridad con Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Primero debe deshabilitar la copia de seguridad de Dropbox."
+ },
+ "permission_drive": {
+ "message": "Permitir copias de seguridad de Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Primero debes desactivar la copia de seguridad de Google Drive."
+ },
+ "permission_onedrive": {
+ "message": "Permite la copia de seguridad a OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Primero debes desactivar la copia de seguridad de OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Permiso desconocido. Si ve este mensaje, por favor envíe un informe de error."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/et/messages.json b/_locales/et/messages.json
index 816ad9b1f..802df3bb0 100644
--- a/_locales/et/messages.json
+++ b/_locales/et/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Autentikaator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Autentikaator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Autentikaator genereerib teie brauseris mitmikautentimise koode.",
- "description": "Extension Description."
- },
- "added": {
- "message": " on lisatud.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Tuvastamatu QR kood.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Kehtetu konto saladus",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Lisa konto",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Skaneeri QR kood",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Sisesta käsitsi",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Importimine ebaõnnestus. Kui migreerite andmeid Google Authenticator'ist, eksportige andmed sealt uuesti ning proovige uuesti.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Osa konto andmeid ei õnnestunud importida.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Sulge",
- "description": "Close."
- },
- "ok": {
- "message": "Olgu",
- "description": "OK."
- },
- "yes": {
- "message": "Jah",
- "description": "Yes."
- },
- "no": {
- "message": "Ei",
- "description": "No."
- },
- "account": {
- "message": "Konto",
- "description": "Account."
- },
- "accountName": {
- "message": "Kasutajanimi",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Väljastaja",
- "description": "Issuer."
- },
- "secret": {
- "message": "Saladus",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Õnnestus.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Ebaõnnestus.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Teave",
- "description": "About."
- },
- "settings": {
- "message": "Seaded",
- "description": "Settings."
- },
- "security": {
- "message": "Turvalisus",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Kehtiv salasõna",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Uus salasõna",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Salasõna",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Kinnita salasõna",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Kas te olete kindel, et soovite selle konto kustutada? Seda toimingut ei saa tagasi võtta.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Ma mõistan, et kõik minu andmed kustutatakse pöördumatult.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Lähtesta autentikaator"
- },
- "delete_all_warning": {
- "message": "See kustutab kõik teie andmed ja lähtestab Autentikaatori täielikult. Kustutatud andmeid ei saa taastada! Enne Autentikaatori lähtestamist peaksite kaaluma varukoopia loomist."
- },
- "security_warning": {
- "message": "Seda salasõna kasutatakse teie kontode krüpteerimiseks. Kui unustate salasõna, ei saa keegi teid aidata.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Uuenda",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Uut kontot ei saa lisada kuni kõik kontod on dekrüpteeritud. Palun sisestage enne jätkamist õige salasõna.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Kontosid, mida ei olnud võimalik lahti krüpteerida, ei kaasata käesolevasse varukoopiasse.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Salasõna ei kattu.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Krüpteeritud",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopeeritud",
- "description": "Copied."
- },
- "feedback": {
- "message": "Tagasiside",
- "description": "Feedback."
- },
- "translate": {
- "message": "Tõlkimine",
- "description": "Translate."
- },
- "source": {
- "message": "Lähtekood",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Kontoandmete dekrüpteerimiseks sisestage salasõna.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sünkrooni kell Google'ga",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Mäleta salasõna",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Ettevaatust! Teie kohalik kell liiga mööda, palun parandage enne jätkamist.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Kas teil on varukoopia oma kontode jaoks? Ärge oodake, kuni on liiga hilja!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Jäädvustus ebaõnnestus, laadige leht uuesti ja proovige uuesti.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Ajapõhine",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Loenduripõhine",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Eelistused",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Suum",
- "description": "Scale"
- },
- "export_info": {
- "message": "Hoiatus: Kõik varukoopiad on krüpteerimata. Kas soovite lisada konto mõnda teise rakendusse? Suunake kursor mis tahes paremal ülaosas asuvale kontole ja vajutage peidetud nupule.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Laadi alla varukoopia fail",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Impordi varukoopia",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Impordi varukoopia fail",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Impordi QR pildi varukoopia",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Impordi tekst-varukoopia",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Importimine õnnestus, kuid mõnesid QR'i koode ei suudetud tuvastada.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Saate importida varukoopiaid partiidena, valides mitu faili.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Kuva kõik kirjed",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Hoiatus: Varukoopiad on krüpteerimata. Kasutamine enda vastutusel.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Varukoopiate importimiseks peate sisestama õige salasõna.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Teie salasõna hoiustatakse kohapeal, palun muutke seda kohe turvalisuse menüüst.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Eemalda",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Laadi alla parooliga kaitstud varukoopia",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Otsi",
- "description": "Search"
- },
- "popout": {
- "message": "Hüpikakna režiim",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Lukusta",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Muuda",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manuaalne varundus",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Automaatne täitmine",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Kõrge kontrastsus",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Teema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Hele",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Tume",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Lihtne",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Kompaktne",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Kõrge kontrastsus",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Varundage oma andmed automaatselt kolmanda osapoole salvestusteenustesse.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Brauseri sünk",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Logi sisse",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Logi sisse (ettevõte)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Miks ettevõtte kontod nõuavad rohkem õiguseid?"
- },
- "log_out": {
- "message": "Logi välja",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Teie kontoga $SERVICE$ ühendamisel tekkis probleem, palun logige uuesti sisse.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Teil on üks või mitu Steami või Blizzardi kontot. Krüpteerimata varukoopiad ei kasuta standardiseeritud varundusvormingut.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Varukoopiaid saate importida ka mõnedest teisest rakendustest.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Lisateave",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Laadimine..."
- },
- "autolock": {
- "message": "Lukusta pärast"
- },
- "minutes": {
- "message": "minutit"
- },
- "advanced": {
- "message": "Lisavalikud"
- },
- "period": {
- "message": "Periood"
- },
- "type": {
- "message": "Liik"
- },
- "invalid": {
- "message": "Kehtetu"
- },
- "digits": {
- "message": "Numbrid"
- },
- "algorithm": {
- "message": "Algoritm"
- },
- "smart_filter": {
- "message": "Nutikas filter"
- },
- "backup": {
- "message": "Varundus"
- },
- "backup_file_info": {
- "message": "Varundage enda andmed failiks."
- },
- "password_policy_default_hint": {
- "message": "Teie salasõna ei vasta teie organisatsiooni turvanõuetele. Lisateabe saamiseks kontakteeruge oma administraatoriga."
- },
- "advisor": {
- "message": "Nõuandja"
- },
- "advisor_insight_password_not_set": {
- "message": "Määrake enda andmete kaitsmiseks salasõna."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Oht"
- },
- "warning": {
- "message": "Hoiatus"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Sulge"
- },
- "learn_more": {
- "message": "Lisateave"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "Pole kontosid, mida kuvada. Lisage enda esimene konto."
- },
- "permissions": {
- "message": "Õigused"
- },
- "permission_revoke": {
- "message": "Võta tagasi"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autentikaator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autentikaator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Autentikaator genereerib teie brauseris mitmikautentimise koode.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " on lisatud.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Tuvastamatu QR kood.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Kehtetu konto saladus",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Lisa konto",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Skaneeri QR kood",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Sisesta käsitsi",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Importimine ebaõnnestus. Kui migreerite andmeid Google Authenticator'ist, eksportige andmed sealt uuesti ning proovige uuesti.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Osa konto andmeid ei õnnestunud importida.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Sulge",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Olgu",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Jah",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Ei",
+ "description": "No."
+ },
+ "account": {
+ "message": "Konto",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Kasutajanimi",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Väljastaja",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Saladus",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Õnnestus.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Ebaõnnestus.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Teave",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Seaded",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Turvalisus",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Kehtiv salasõna",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Uus salasõna",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Salasõna",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Kinnita salasõna",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Kas te olete kindel, et soovite selle konto kustutada? Seda toimingut ei saa tagasi võtta.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Ma mõistan, et kõik minu andmed kustutatakse pöördumatult.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Lähtesta autentikaator"
+ },
+ "delete_all_warning": {
+ "message": "See kustutab kõik teie andmed ja lähtestab Autentikaatori täielikult. Kustutatud andmeid ei saa taastada! Enne Autentikaatori lähtestamist peaksite kaaluma varukoopia loomist."
+ },
+ "security_warning": {
+ "message": "Seda salasõna kasutatakse teie kontode krüpteerimiseks. Kui unustate salasõna, ei saa keegi teid aidata.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Uuenda",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Uut kontot ei saa lisada kuni kõik kontod on dekrüpteeritud. Palun sisestage enne jätkamist õige salasõna.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Kontosid, mida ei olnud võimalik lahti krüpteerida, ei kaasata käesolevasse varukoopiasse.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Salasõna ei kattu.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Krüpteeritud",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopeeritud",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Tagasiside",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Tõlkimine",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Lähtekood",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Kontoandmete dekrüpteerimiseks sisestage salasõna.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sünkrooni kell Google'ga",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Mäleta salasõna",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Ettevaatust! Teie kohalik kell liiga mööda, palun parandage enne jätkamist.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Kas teil on varukoopia oma kontode jaoks? Ärge oodake, kuni on liiga hilja!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Jäädvustus ebaõnnestus, laadige leht uuesti ja proovige uuesti.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Ajapõhine",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Loenduripõhine",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Eelistused",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Suum",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Hoiatus: Kõik varukoopiad on krüpteerimata. Kas soovite lisada konto mõnda teise rakendusse? Suunake kursor mis tahes paremal ülaosas asuvale kontole ja vajutage peidetud nupule.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Laadi alla varukoopia fail",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Impordi varukoopia",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Impordi varukoopia fail",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Impordi QR pildi varukoopia",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Impordi tekst-varukoopia",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Importimine õnnestus, kuid mõnesid QR'i koode ei suudetud tuvastada.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Saate importida varukoopiaid partiidena, valides mitu faili.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Kuva kõik kirjed",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Hoiatus: Varukoopiad on krüpteerimata. Kasutamine enda vastutusel.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Varukoopiate importimiseks peate sisestama õige salasõna.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Teie salasõna hoiustatakse kohapeal, palun muutke seda kohe turvalisuse menüüst.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Eemalda",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Laadi alla parooliga kaitstud varukoopia",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Otsi",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Hüpikakna režiim",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Lukusta",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Muuda",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manuaalne varundus",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Automaatne täitmine",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Kõrge kontrastsus",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Teema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Hele",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Tume",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Lihtne",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompaktne",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Kõrge kontrastsus",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Tasane",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Varundage oma andmed automaatselt kolmanda osapoole salvestusteenustesse.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Brauseri sünk",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Logi sisse",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Logi sisse (ettevõte)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Miks ettevõtte kontod nõuavad rohkem õiguseid?"
+ },
+ "log_out": {
+ "message": "Logi välja",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Teie kontoga $SERVICE$ ühendamisel tekkis probleem, palun logige uuesti sisse.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Teil on üks või mitu Steami või Blizzardi kontot. Krüpteerimata varukoopiad ei kasuta standardiseeritud varundusvormingut.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Varukoopiaid saate importida ka mõnedest teisest rakendustest.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Lisateave",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Laadimine..."
+ },
+ "autolock": {
+ "message": "Lukusta pärast"
+ },
+ "minutes": {
+ "message": "minutit"
+ },
+ "advanced": {
+ "message": "Lisavalikud"
+ },
+ "period": {
+ "message": "Periood"
+ },
+ "type": {
+ "message": "Liik"
+ },
+ "invalid": {
+ "message": "Kehtetu"
+ },
+ "digits": {
+ "message": "Numbrid"
+ },
+ "algorithm": {
+ "message": "Algoritm"
+ },
+ "smart_filter": {
+ "message": "Nutikas filter"
+ },
+ "backup": {
+ "message": "Varundus"
+ },
+ "backup_file_info": {
+ "message": "Varundage enda andmed failiks."
+ },
+ "password_policy_default_hint": {
+ "message": "Teie salasõna ei vasta teie organisatsiooni turvanõuetele. Lisateabe saamiseks kontakteeruge oma administraatoriga."
+ },
+ "advisor": {
+ "message": "Nõuandja"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Määrake enda andmete kaitsmiseks salasõna."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Enable auto-lock to protect your data."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill can be enabled to automatically fill codes into websites."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Enabling smart filter allows for quick access to accounts."
+ },
+ "show_all_insights": {
+ "message": "Show all insights."
+ },
+ "no_insight_available": {
+ "message": "No insights found, everything looks good!"
+ },
+ "danger": {
+ "message": "Oht"
+ },
+ "warning": {
+ "message": "Hoiatus"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Sulge"
+ },
+ "learn_more": {
+ "message": "Lisateave"
+ },
+ "enable_context_menu": {
+ "message": "Add to context menu"
+ },
+ "no_entires": {
+ "message": "Pole kontosid, mida kuvada. Lisage enda esimene konto."
+ },
+ "permissions": {
+ "message": "Õigused"
+ },
+ "permission_revoke": {
+ "message": "Võta tagasi"
+ },
+ "permission_show_required_permissions": {
+ "message": "Show non-revocable permissions"
+ },
+ "permission_required": {
+ "message": "This is a required permission and cannot be revoked."
+ },
+ "permission_active_tab": {
+ "message": "Access to the current tab to scan QR codes."
+ },
+ "permission_storage": {
+ "message": "Access to browser storage to store account data."
+ },
+ "permission_identity": {
+ "message": "Allows sign in to 3rd party storage services."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
+ },
+ "permission_context_menus": {
+ "message": "Adds Authenticator to context menu."
+ },
+ "permission_sync_clock": {
+ "message": "Allows clock sync with Google."
+ },
+ "permission_dropbox": {
+ "message": "Allows backup to Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "You must disable Dropbox backup first."
+ },
+ "permission_drive": {
+ "message": "Allows backup to Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "You must disable Google Drive backup first."
+ },
+ "permission_onedrive": {
+ "message": "Allows backup to OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "You must disable OneDrive backup first."
+ },
+ "permission_unknown_permission": {
+ "message": "Unknown permission. If see this message, please send a bug report."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/fa/messages.json b/_locales/fa/messages.json
index 520dee123..d2f67ac13 100644
--- a/_locales/fa/messages.json
+++ b/_locales/fa/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "احراز هویت کننده",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "افزونه Authenticator کدهای تأیید هویت دو مرحلهای را در مرورگر شما تولید میکند.",
- "description": "Extension Description."
- },
- "added": {
- "message": " اضافه شده است.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "QR code شناسایی نشد.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "رمز حساب نامعتبر است",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "افزودن حساب کاربری",
- "description": "Add account."
- },
- "add_qr": {
- "message": "اسکن QR Code",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "وارد کردن به طور دستی",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "وارد کردن انجام نشد. اگر از Google Authenticator مهاجرت میکنید، لطفا دوباره ازGoogle Authenticator داده خود را خروجی بگیرید و دوباره تلاش کنید.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "برخی دادههای حساب به طور موفق وارد نشدند.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "بستن",
- "description": "Close."
- },
- "ok": {
- "message": "تایید",
- "description": "OK."
- },
- "yes": {
- "message": "بله",
- "description": "Yes."
- },
- "no": {
- "message": "خیر",
- "description": "No."
- },
- "account": {
- "message": "حساب",
- "description": "Account."
- },
- "accountName": {
- "message": "نام کاربری",
- "description": "Account Name."
- },
- "issuer": {
- "message": "صادرکننده",
- "description": "Issuer."
- },
- "secret": {
- "message": "رمز",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "با موفقیت انجام شد.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "ناموفق بود.",
- "description": "Update Failure."
- },
- "about": {
- "message": "درباره",
- "description": "About."
- },
- "settings": {
- "message": "تنظیمات",
- "description": "Settings."
- },
- "security": {
- "message": "امنیت",
- "description": "Security."
- },
- "current_phrase": {
- "message": "کلمه عبور فعلی",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "کلمه عبور جدید",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "کلمه عبور",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "تأیید کلمه عبور",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "آیا مطمئن هستید که میخواهید این حساب را حذف کنید؟ این عملیات قابل بازگردانی نیست.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "من متوجه هستم که تمام دادههای من بدون امکان بازیابی حذف خواهند شد.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "ریست کردن افزونه احراز هویت"
- },
- "delete_all_warning": {
- "message": "این تمام دادههای شما را حذف کرده و افزونه Authenticator را به طور کامل بازنشانی میکند. شما بعداً قادر نخواهید بود دادههای حذف شده را بازیابی کنید! شما باید قبل از بازنشانی افزونه Authenticator از دادههای خود نسخه پشتیبان تهیه کنید."
- },
- "security_warning": {
- "message": "این کلمه عبور برای رمزنگاری حسابهای شما استفاده خواهد شد. اگر این کلمه عبور را فراموش کنید راه دیگری برای بازگردانی آن وجود ندارد.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "بهروز رسانی",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "تا رمزگشایی همه حساب ها ، نمی توانید حساب جدیدی اضافه کنید. لطفا قبل از ادامه رمز عبور صحیح را وارد کنید.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "حسابهایی که امکان رمزگشایی ندارند، در این نسخه پشتیبان گنجانده نمی شوند.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "کلمه عبور منطبق نیست.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "رمزگذاری شده",
- "description": "Encrypted."
- },
- "copied": {
- "message": "کپی شد",
- "description": "Copied."
- },
- "feedback": {
- "message": "ﺑﺎﺯﺧﻮﺭﺩ",
- "description": "Feedback."
- },
- "translate": {
- "message": "ترجمه",
- "description": "Translate."
- },
- "source": {
- "message": "کد منبع",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "کلمه عبور را برای رمزگشایی دادهها وارد نمایید.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "همگامسازی ساعت با گوگل",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "به خاطر سپردن کلمه عبور",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "اخطار! ساعت محلی شما نادرست است، لطفا قبل از ادامه آن را تصحیح نمایید.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "آیا یک نسخه پشتیبان برای حسابهای خود دارید؟ صبر نکنید تا خیلی دیر شود!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "تصویربرداری موفق نبود. لطفا صفحه را مجدد بارگذاری کرده و دوباره تلاش کنید.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "آیا شما میخواهید رمزینه را از روی یک فایل در دستگاه خود اسکن کنید؟ بجای آن از گزینه ورود عکس پشتیبان استفاده کنید.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "مبتنی بر زمان",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "مبتنی بر شمارنده",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "تنظیمات",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "مقیاس",
- "description": "Scale"
- },
- "export_info": {
- "message": "هشدار: تمام نسخههای پشتیبان رمزنگاری شدهاند. آیا میخواهید یک حساب را به اپلیکیشن دیگری اضافه کنید؟ به قسمت سمت راست و بالای هر حساب رفته و دکمه مخفی را کلیک کنید.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "دانلود فایل پشتیبان",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "ایمپورت کردن فایل پشتیبان",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "وارد کردن فایل پشتیبان",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "وارد کردن نسخه پشتیبان تصویر QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "ایمپورت کردن پشتیبان متنی",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "درون ریزی با موفقیت انجام شد، اما تعدادی از تصاویر QR شناسایی نشد.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "شما میتوانید چندین فایل تصویر را انتخاب کنید تا نسخههای پشتیبان به صورت دستهای وارد شوند.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "نمایش تمام ورودیها",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "هشدار: فایلهای پشتیبان رمزنگاری نشدهاند. با مسئولیت خودتان استفاده کنید.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "باید کلمه عبور صحیح را برای وارد کردن فایلهای پشتیبان ارائه دهید.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "کلمه عبور شما به صورت محلی ذخیره شده است، لطفا هر چه زودتر آن را در منوی امنیت تغییر دهید.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "حذف",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "دانلود فایل پشتیبان محافظت شده توسط کلمه عبور",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "جستجو",
- "description": "Search"
- },
- "popout": {
- "message": "حالت پنجره",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "قفل کردن",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "ویرایش",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "پشتیبان گیری دستی",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "استفاده از قابلیت تکمیل خودکار",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "استفاده از کنتراست بالا",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "تم",
- "description": "Theme"
- },
- "theme_light": {
- "message": "روشن",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "تیره",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "ساده",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "حالت فشرده",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "کنتراست بالا",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "گرفتن نسخه پشتیبان خودکار از دادههای شما توسط سرویسهای شخص ثالث.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "همسانسازی داده های مرورگر",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "ورود",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "ورود (تجاری)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "چرا حساب تجاری نیاز به مجوزهای امنیتی بیشتری دارد ؟"
- },
- "log_out": {
- "message": "خروج از حساب",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "مشکلی در ارتباط با حساب $SERVICE$ شما وجود داشت، لطفا دوباره وارد شوید.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "شما یک یا چند حساب Steam یا Blizzard دارید. نسخههای پشتیبان رمزنگاری نشده از فرمت پشتیبان استانداردسازی شده استفاده نخواهند کرد.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "میتوانید نسخههای پشتیبان را از سایر برنامهها ایمپورت کنید.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "بیشتر بدانید",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "درحال بارگذاری..."
- },
- "autolock": {
- "message": "قفل کردن پس از"
- },
- "minutes": {
- "message": "دقیقه"
- },
- "advanced": {
- "message": "پیشرفته"
- },
- "period": {
- "message": "دوره زمانی"
- },
- "type": {
- "message": "نوع"
- },
- "invalid": {
- "message": "نامعتبر"
- },
- "digits": {
- "message": "ارقام"
- },
- "algorithm": {
- "message": "الگوریتم"
- },
- "smart_filter": {
- "message": "فیلتر هوشمند"
- },
- "backup": {
- "message": "پشتیبان گیری"
- },
- "backup_file_info": {
- "message": "ایجاد فایل پشتیبان از دادههای شما"
- },
- "password_policy_default_hint": {
- "message": "رمز عبور شما شرایط امنیتی سازمان شما را برآورده نمی کند. برای کسب اطلاعات بیشتر با سرپرست خود تماس بگیرید."
- },
- "advisor": {
- "message": "مشاور"
- },
- "advisor_insight_password_not_set": {
- "message": "یک گذرواژه تنظیم کنید تا از برنامههای شما محافظت کند."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "برای محافظت از داده های خود ، قفل خودکار را فعال کنید."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "همگام سازی مرورگر غیرفعال شده است. فعال کردن آن اجازه می دهد تا حساب ها در سراسر مرورگرها همگام سازی شوند."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "برای تکمیل خودکار کدها در وب سایت ها ، می توان تکمیل خودکار را فعال کرد."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "فعال کردن فیلتر هوشمند اجازه دسترسی سریع به حساب ها را می دهد."
- },
- "show_all_insights": {
- "message": "نمایش همه اطلاعات آماری."
- },
- "no_insight_available": {
- "message": "اطلاعات آماریی یافت نشد ، همه چیز خوب به نظر می رسد!"
- },
- "danger": {
- "message": "خطر"
- },
- "warning": {
- "message": "هشدار"
- },
- "info": {
- "message": "اطلاعات"
- },
- "dismiss": {
- "message": "رد کردن"
- },
- "learn_more": {
- "message": "بیشتر بدانید"
- },
- "enable_context_menu": {
- "message": "افزودن به منوی زمینه"
- },
- "no_entires": {
- "message": "هیچ حسابی برای نمایش وجود ندارد. اکنون اولین حساب خود را اضافه کنید."
- },
- "permissions": {
- "message": "دسترسي ها"
- },
- "permission_revoke": {
- "message": "ابطال"
- },
- "permission_show_required_permissions": {
- "message": "نمایش دسترسی های غیر قابل لغو"
- },
- "permission_required": {
- "message": "این یک مجوز الزامی است و قابل ابطال نیست."
- },
- "permission_active_tab": {
- "message": "دسترسی به تب فعلی برای اسکن کدهای QR."
- },
- "permission_storage": {
- "message": "دسترسی به فضای ذخیره سازی مرورگر برای ذخیره داده های حساب."
- },
- "permission_identity": {
- "message": "اجازه ورود به سرویسهای ذخیرهسازی شخص ثالث."
- },
- "permission_clipboard_write": {
- "message": "وقتی روی حساب کلیک میکنید، به کلیپبورد دسترسی فقط نوشتنی برای کپی کردن کدها در کلیپبورد میدهد."
- },
- "permission_context_menus": {
- "message": "Authenticator را به منوی context اضافه می کند."
- },
- "permission_sync_clock": {
- "message": "اجازه همگام سازی ساعت با Google را می دهد."
- },
- "permission_dropbox": {
- "message": "امکان پشتیبان گیری در Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "ابتدا باید نسخه پشتیبان Dropbox را غیرفعال کنید."
- },
- "permission_drive": {
- "message": "امکان تهیه نسخه پشتیبان در Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "ابتدا باید پشتیبانگیری Google Drive را غیرفعال کنید."
- },
- "permission_onedrive": {
- "message": "امکان تهیه نسخه پشتیبان در OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "ابتدا باید پشتیبان گیری OneDrive را غیرفعال کنید."
- },
- "permission_unknown_permission": {
- "message": "مجوز نامعلوم. در صورت مشاهده این پیام، لطفاً گزارش اشکال ارسال کنید."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "احراز هویت کننده",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "افزونه Authenticator کدهای تأیید هویت دو مرحلهای را در مرورگر شما تولید میکند.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " اضافه شده است.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "QR code شناسایی نشد.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "رمز حساب نامعتبر است",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "افزودن حساب",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "اسکن QR Code",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "وارد کردن بصورت دستی",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "وارد کردن انجام نشد. اگر از Google Authenticator مهاجرت میکنید، لطفا دوباره از Google Authenticator داده خود را خروجی بگیرید و دوباره تلاش کنید.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "برخی دادههای حساب به طور موفق وارد نشدند.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "بستن",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "تایید",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "بله",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "خیر",
+ "description": "No."
+ },
+ "account": {
+ "message": "حساب",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "نام کاربری",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "صادرکننده",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "رمز",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "با موفقیت انجام شد.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "ناموفق بود.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "درباره",
+ "description": "About."
+ },
+ "settings": {
+ "message": "تنظیمات",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "امنیت",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "کلمه عبور فعلی",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "کلمه عبور جدید",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "کلمه عبور",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "تأیید کلمه عبور",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "آیا مطمئن هستید که میخواهید این حساب را حذف کنید؟ این عملیات قابل بازگردانی نیست.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "من متوجه هستم که تمام دادههای من بدون امکان بازیابی حذف خواهند شد.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "بازنشانی Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "این تمام دادههای شما را حذف کرده و افزونه Authenticator را به طور کامل بازنشانی میکند. شما بعداً قادر نخواهید بود دادههای حذف شده را بازیابی کنید! شما باید قبل از بازنشانی افزونه Authenticator از دادههای خود نسخه پشتیبان تهیه کنید."
+ },
+ "security_warning": {
+ "message": "این کلمه عبور برای رمزنگاری حسابهای شما استفاده خواهد شد. اگر این کلمه عبور را فراموش کنید راه دیگری برای بازگردانی آن وجود ندارد.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "بهروز رسانی",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "تا رمزگشایی همه حساب ها ، نمی توانید حساب جدیدی اضافه کنید. لطفا قبل از ادامه رمز عبور صحیح را وارد کنید.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "حسابهایی که امکان رمزگشایی ندارند، در این نسخه پشتیبان گنجانده نمی شوند.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "کلمه عبور منطبق نیست.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "رمزگذاری شده",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "کپی شد",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "ﺑﺎﺯﺧﻮﺭﺩ",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "ترجمه",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "کد منبع",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "کلمه عبور را برای رمزگشایی دادهها وارد نمایید.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "همگامسازی ساعت با گوگل",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "به خاطر سپردن کلمه عبور",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "اخطار! ساعت محلی شما نادرست است، لطفا قبل از ادامه آن را تصحیح نمایید.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "آیا یک نسخه پشتیبان برای حسابهای خود دارید؟ صبر نکنید تا خیلی دیر شود!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "تصویربرداری موفق نبود. لطفا صفحه را مجدد بارگذاری کرده و دوباره تلاش کنید.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "آیا شما میخواهید رمزینه را از روی یک فایل در دستگاه خود اسکن کنید؟ بجای آن از گزینه ورود عکس پشتیبان استفاده کنید.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "مبتنی بر زمان",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "مبتنی بر شمارنده",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "تنظیمات",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "مقیاس",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "هشدار: تمام نسخههای پشتیبان رمزنگاری شدهاند. آیا میخواهید یک حساب را به اپلیکیشن دیگری اضافه کنید؟ به قسمت سمت راست و بالای هر حساب رفته و دکمه مخفی را کلیک کنید.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "دانلود فایل پشتیبان",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "ایمپورت کردن فایل پشتیبان",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "وارد کردن فایل پشتیبان",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "وارد کردن نسخه پشتیبان تصویر QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "وارد کردن تصاویر QR",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "وارد کردن پشتیبان متنی",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "URL های OTP را وارد کنید",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "درون ریزی با موفقیت انجام شد، اما برخی از کدهای QR شناسایی نشدند.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "می توانید چندین فایل را برای وارد کردن نسخه پشتیبان به صورت دسته ای انتخاب کنید.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "نمایش تمام ورودیها",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "هشدار: فایلهای پشتیبان رمزنگاری نشدهاند. با مسئولیت خودتان استفاده کنید.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "باید کلمه عبور صحیح را برای وارد کردن فایلهای پشتیبان ارائه دهید.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "کلمه عبور شما به صورت محلی ذخیره شده است، لطفا هر چه زودتر آن را در منوی امنیت تغییر دهید.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "حذف",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "دانلود فایل پشتیبان محافظت شده توسط کلمه عبور",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "جستجو",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "حالت پنجره",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "قفل کردن",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "ویرایش",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "پشتیبان گیری دستی",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "استفاده از قابلیت تکمیل خودکار",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "استفاده از کنتراست بالا",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "تم",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "روشن",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "تیره",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "ساده",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "حالت فشرده",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "کنتراست بالا",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "تخت",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "گرفتن نسخه پشتیبان خودکار از دادههای شما توسط سرویسهای شخص ثالث.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "همگامسازی مرورگر",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "ورود",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "ورود (تجاری)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "چرا حساب تجاری نیاز به مجوزهای امنیتی بیشتری دارد ؟"
+ },
+ "log_out": {
+ "message": "خروج از حساب",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "مشکلی در ارتباط با حساب $SERVICE$ شما وجود داشت، لطفا دوباره وارد شوید.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "شما یک یا چند حساب Steam یا Blizzard دارید. نسخههای پشتیبان رمزنگاری نشده از فرمت پشتیبان استانداردسازی شده استفاده نخواهند کرد.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "میتوانید نسخههای پشتیبان را از سایر برنامهها ایمپورت کنید.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "بیشتر بدانید",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "درحال بارگذاری..."
+ },
+ "autolock": {
+ "message": "قفل کردن پس از"
+ },
+ "minutes": {
+ "message": "دقیقه"
+ },
+ "advanced": {
+ "message": "پیشرفته"
+ },
+ "period": {
+ "message": "دوره زمانی"
+ },
+ "type": {
+ "message": "نوع"
+ },
+ "invalid": {
+ "message": "نامعتبر"
+ },
+ "digits": {
+ "message": "ارقام"
+ },
+ "algorithm": {
+ "message": "الگوریتم"
+ },
+ "smart_filter": {
+ "message": "فیلتر هوشمند"
+ },
+ "backup": {
+ "message": "پشتیبان گیری"
+ },
+ "backup_file_info": {
+ "message": "ایجاد فایل پشتیبان از دادههای شما"
+ },
+ "password_policy_default_hint": {
+ "message": "رمز عبور شما شرایط امنیتی سازمان شما را برآورده نمی کند. برای کسب اطلاعات بیشتر با سرپرست خود تماس بگیرید."
+ },
+ "advisor": {
+ "message": "مشاور"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "برای محافظت از داده های خود رمز عبور تعیین کنید."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "برای محافظت از داده های خود ، قفل خودکار را فعال کنید."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "همگام سازی مرورگر غیرفعال شده است. فعال کردن آن اجازه می دهد تا حساب ها در سراسر مرورگرها همگام سازی شوند."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "تکمیل خودکار میتواند برای پر کردن خودکار کدها در وبسایتها فعال شود."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "فعال کردن فیلتر هوشمند اجازه دسترسی سریع به حساب ها را می دهد."
+ },
+ "show_all_insights": {
+ "message": "نمایش همه اطلاعات آماری."
+ },
+ "no_insight_available": {
+ "message": "بینشی یافت نشد ، همه چیز خوب به نظر می رسد!"
+ },
+ "danger": {
+ "message": "خطر"
+ },
+ "warning": {
+ "message": "هشدار"
+ },
+ "info": {
+ "message": "اطلاعات"
+ },
+ "dismiss": {
+ "message": "رد"
+ },
+ "learn_more": {
+ "message": "بیشتر بدانید"
+ },
+ "enable_context_menu": {
+ "message": "افزودن به منوی زمینه"
+ },
+ "no_entires": {
+ "message": "هیچ حسابی برای نمایش وجود ندارد. اکنون اولین حساب خود را اضافه کنید."
+ },
+ "permissions": {
+ "message": "دسترسي ها"
+ },
+ "permission_revoke": {
+ "message": "ابطال"
+ },
+ "permission_show_required_permissions": {
+ "message": "نمایش دسترسی های غیر قابل لغو"
+ },
+ "permission_required": {
+ "message": "این یک مجوز الزامی است و قابل ابطال نیست."
+ },
+ "permission_active_tab": {
+ "message": "دسترسی به تب فعلی برای اسکن کدهای QR."
+ },
+ "permission_storage": {
+ "message": "دسترسی به فضای ذخیره سازی مرورگر برای ذخیره داده های حساب."
+ },
+ "permission_identity": {
+ "message": "اجازه ورود به سرویسهای ذخیرهسازی شخص ثالث."
+ },
+ "permission_alarms": {
+ "message": "اجازه می دهد قفل خودکار کار کند."
+ },
+ "permission_scripting": {
+ "message": "اسکریپتها را به برگه فعلی تزریق کنید تا کدهای QR را اسکن کنید و اجازه دهید پر کردن خودکار کار کند."
+ },
+ "permission_clipboard_write": {
+ "message": "وقتی روی حساب کلیک میکنید، به کلیپبورد دسترسی فقط نوشتنی برای کپی کردن کدها در کلیپبورد میدهد."
+ },
+ "permission_context_menus": {
+ "message": "Authenticator را به منوی زمینه اضافه می کند."
+ },
+ "permission_sync_clock": {
+ "message": "اجازه همگام سازی ساعت با Google را می دهد."
+ },
+ "permission_dropbox": {
+ "message": "امکان پشتیبان گیری در Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "ابتدا باید پشتیبان گیری Dropbox را غیرفعال کنید."
+ },
+ "permission_drive": {
+ "message": "امکان تهیه نسخه پشتیبان در Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "ابتدا باید پشتیبانگیری Google Drive را غیرفعال کنید."
+ },
+ "permission_onedrive": {
+ "message": "امکان تهیه نسخه پشتیبان در OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "ابتدا باید پشتیبان گیری OneDrive را غیرفعال کنید."
+ },
+ "permission_unknown_permission": {
+ "message": "مجوز نامعلوم. در صورت مشاهده این پیام، لطفاً یک گزارش اشکال ارسال کنید."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/fi/messages.json b/_locales/fi/messages.json
index d415ccdc8..26458d6e0 100644
--- a/_locales/fi/messages.json
+++ b/_locales/fi/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator-laajennus tuottaa kaksivaiheisen tunnistuksen tunnuslukuja selaimessasi.",
- "description": "Extension Description."
- },
- "added": {
- "message": " on lisätty.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Tunnistamaton QR-koodi.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Invalid account secret",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Add account",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Lue QR-koodi",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Manuaalinen syöttö",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Some account data was not imported successfully.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Sulje",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Kyllä",
- "description": "Yes."
- },
- "no": {
- "message": "Ei",
- "description": "No."
- },
- "account": {
- "message": "Tili",
- "description": "Account."
- },
- "accountName": {
- "message": "Username",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Käyttäjä",
- "description": "Issuer."
- },
- "secret": {
- "message": "Salausavain",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Valmista.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Epäonnistui.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Tietoja",
- "description": "About."
- },
- "settings": {
- "message": "Asetukset",
- "description": "Settings."
- },
- "security": {
- "message": "Suojaus",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Nykyinen salasana",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Uusi salasana",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Salasana",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Vahvista salasana",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Haluatko varmasti poistaa tämän tilin? Toimintoa ei voi peruuttaa.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "I understand that all of my data will be irrecoverably deleted.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Reset Authenticator"
- },
- "delete_all_warning": {
- "message": "This will delete all of your data and completely reset Authenticator. You will not be able to recover any deleted data! You should consider saving a backup before resetting Authenticator."
- },
- "security_warning": {
- "message": "Salasanaa käytetään tilisi salauksessa. Kukaan ei voi auttaa sinua, jos unohdat salasanasi.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Päivitä",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "You cannot add a new account until all accounts are decrypted. Please enter the correct password before continuing.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Accounts that were not able to be decrypted will not be included in this backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Salasanat eivät vastaa toisiaan.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Salattu",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopioitu",
- "description": "Copied."
- },
- "feedback": {
- "message": "Lähetä palautetta",
- "description": "Feedback."
- },
- "translate": {
- "message": "Käännä",
- "description": "Translate."
- },
- "source": {
- "message": "Lähdekoodi",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Anna salasana salataksesi tilin tiedot.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Synkronoi kello Googlen kanssa",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Muista salasana",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Varoitus! Aseta kellosi oikeaan aikaan ennen jatkamista.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Onko sinulla varmuuskopio tileistäsi? Ota varmuuskopio, ennen kuin se on myöhäistä!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Kuvakaappaus epäonnistu. Lataa sivu uudelleen ja kokeile vielä kerran.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Aikaperusteinen",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Laskuriperusteinen",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Asetukset",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Skaala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Varoitus: kaikki varmuuskopiot ovat salaamattomia. Haluatko lisätä tilin toiseen ohjelmaan? Vie kohdistin minkä tahansa tilin oikean yläkulman päälle ja klikkaa esiin tulevaa painiketta.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Lataa varmuuskopiotiedosto",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Tuo varmuuskopio",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Tuo varmuuskopiotiedosto",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Import QR Image Backup",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Tuo tekstivarmuuskopio",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "You can select multiple files to import backup in batches.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Näytä kaikki tilit",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Varoitus: varmuuskopiot ovat salaamattomia. Käytä toimintoa harkiten.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Anna oikea salasana tuodaksesi varmuuskopiot.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Salasanaasi on säilytetty paikallisessa säilössä. Vaihda salasanasi mahdollisimman pian.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Poista",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Lataa salasanasuojattu varmuuskopio",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Etsi",
- "description": "Search"
- },
- "popout": {
- "message": "Ponnahdusikkuna",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Lukitse",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Muokkaa",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Täytä automaattisesti",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Suuri kontrasti",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Theme",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Light",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Dark",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "High Contrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Varmuuskopioi automaattisesti ulkopuoliseen tallennuspalveluun.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Kirjaudu",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "Kirjaudu ulos",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Virhe yhdistettäessä palveluun $SERVICE$. Kirjaudu uudelleen.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Sinulla on vähintään yksi Steam tai Blizzard -tili. Salaamattomat varmuuskopiot eivät ole normaalissa varmuuskopiomuodossa.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Voit tuoda varmuuskopioita muista ohjelmista.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Lisätietoja",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Loading..."
- },
- "autolock": {
- "message": "Lock after"
- },
- "minutes": {
- "message": "minutes"
- },
- "advanced": {
- "message": "Advanced"
- },
- "period": {
- "message": "Period"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Invalid"
- },
- "digits": {
- "message": "Digits"
- },
- "algorithm": {
- "message": "Algorithm"
- },
- "smart_filter": {
- "message": "Smart Filter"
- },
- "backup": {
- "message": "Backup"
- },
- "backup_file_info": {
- "message": "Backup your data to a file."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator-laajennus tuottaa kaksivaiheisen todennuksen tunnuslukuja selaimessasi.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " on lisätty.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Tunnistamaton QR-koodi.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Virheellinen tilin salaisuus",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Lisää tili",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Lue QR-koodi",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Manuaalinen syöttö",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Tuonti epäonnistui. Jos olet siirtämässä tietoja Google Authenticatorista, vie tietosi Google Authenticatorista uudelleen ja yritä uudelleen.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Joitakin tilitietojen tuonti epäonnistui.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Sulje",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Kyllä",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Ei",
+ "description": "No."
+ },
+ "account": {
+ "message": "Tili",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Käyttäjätunnus",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Myöntäjä",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Salausavain",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Onnistui.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Epäonnistui.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Tietoja",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Asetukset",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Suojaus",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Nykyinen salasana",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Uusi salasana",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Salasana",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Vahvista salasana",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Haluatko varmasti poistaa tilin? Tätä ei ole mahdollista kumota.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Ymmärrän, että kaikki tietoni poistetaan pysyvästi.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Palauta Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "Tämä poistaa kaikki tiedot ja palauttaa Authenticatorin täysin. Poistettujen tietojen palautus ei ole mahdollista! Ennen palautusta on syytä harkita varmuuskopiointia."
+ },
+ "security_warning": {
+ "message": "Salasanaa käytetään tiliesi salaukseen. Kukaan ei voi auttaa, jos unohdat sen.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Päivitä",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Et voi lisätä uutta tiliä ennen kaikkien tilien salauksen purkua. Syötä oikea salasana ennen jatkamista.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Tähän varmuuskopioon ei sisällytetä tilejä, joiden salausta ei voitu purkaa.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Salasanat eivät täsmää.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Salattu",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopioitu",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Palaute",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Käännä",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Lähdekoodi",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Pura tilin tietojen salaus syöttämällä salasana.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Synkronoi kello Googlen kanssa",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Muista salasana",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Varoitus! Aseta kellosi oikeaan aikaan ennen jatkamista.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Onko sinulla varmuuskopio tileistäsi? Ota varmuuskopio, ennen kuin se on myöhäistä!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Kaappaus epäonnistu. Päivitä sivu ja yritä uudelleen.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Yritätkö lukea QR-koodia paikallisesta tiedostosta? Käytä sen sijaan \"Tuo QR-kuvan varmuuskopio\" -toimintoa.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Aikaperusteinen",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Laskuriperusteinen",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Asetukset",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skaalaus",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Varoitus: kaikki varmuuskopiot ovat salaamattomia. Haluatko lisätä tilin toiseen sovellukseen? Vie kohdistin minkä tahansa tilin oikean yläkulman päälle ja paina esiin tulevaa piilotettua painiketta.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Lataa varmuuskopiotiedosto",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Tuo varmuuskopio",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Tuo varmuuskopiotiedosto",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Tuo QR-kuvan varmuuskopio",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Tuo tekstivarmuuskopio",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Tuonti onnistui, mutta joitakin QR-koodeja ei tunnistettu.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Voit valita useita tiedostoja tuodaksesi varmuuskopion erissä.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Näytä kaikki kohteet",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Varoitus: varmuuskopiot ovat salaamattomia. Käytä toimintoa harkiten.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Syötä oikea salasana tuodaksesi varmuuskopiot.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Salasanasi on tallennettu paikallisesti. Vaihda se suojausvalikosta välittömästi.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Poista",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Lataa salasanasuojattu varmuuskopio",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Haku",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Ponnahdustila",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Lukitse",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Muokkaa",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manuaalinen varmuuskopiointi",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Käytä automaattitäyttöä",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Suuri kontrasti",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Teema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Vaalea",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Tumma",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Yksinkertainen",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Tiivis",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Suuri kontrasti",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Tasainen",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Varmuuskopioi tietosi ulkoisiin tallennuspalveluihin automaattisesti.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Selaimen synkronointi",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Kirjaudu",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Kirjaudu (yritykset)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Miksi yritystilit vaativat laajempia käyttöoikeuksia?"
+ },
+ "log_out": {
+ "message": "Kirjaudu ulos",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Virhe yhdistettäessä palveluun $SERVICE$. Kirjaudu uudelleen.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Sinulla on ainakin yksi Steam- tai Blizzard-tili. Salaamattomat varmuuskopiot eivät ole normaalissa varmuuskopiomuodossa.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Voit tuoda myös joidenkin muiden sovellusten varmuuskopioita.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Lue lisää",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Ladataan..."
+ },
+ "autolock": {
+ "message": "Lukitse kun on kulunut"
+ },
+ "minutes": {
+ "message": "minuuttia"
+ },
+ "advanced": {
+ "message": "Lisäasetukset"
+ },
+ "period": {
+ "message": "Piste"
+ },
+ "type": {
+ "message": "Tyyppi"
+ },
+ "invalid": {
+ "message": "Virheellinen"
+ },
+ "digits": {
+ "message": "Numerot"
+ },
+ "algorithm": {
+ "message": "Algoritmi"
+ },
+ "smart_filter": {
+ "message": "Älykäs suodatin"
+ },
+ "backup": {
+ "message": "Varmuuskopiointi"
+ },
+ "backup_file_info": {
+ "message": "Varmuuskopioi tietosi tiedostoon."
+ },
+ "password_policy_default_hint": {
+ "message": "Salasanasi ei vastaa organisaatiosi suojausvaatimuksia. Lisätietoja saat järjestelmänvalvojaltasi."
+ },
+ "advisor": {
+ "message": "Opas"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Aseta salasana tietojesi suojaamiseksi."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Ota automaattinen lukitus käyttöön tietojesi suojaamiseksi."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Selaimen synkronointi ei ole käytössä. Sen käyttöönotto mahdollistaa tilien synkronoinnin eri laitteiden selainten välillä."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Ota automaattitäyttö käyttöön täyttääksesi koodit verkkosivustoille automaattisesti."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Älykkään suodattimen käyttöönotto mahdollistaa nopean pääsyn tileihin."
+ },
+ "show_all_insights": {
+ "message": "Näytä kaikki huomiot."
+ },
+ "no_insight_available": {
+ "message": "Huomautettavaa ei löytynyt ja kaikki näyttää hyvältä!"
+ },
+ "danger": {
+ "message": "Vaarallinen"
+ },
+ "warning": {
+ "message": "Varoitus"
+ },
+ "info": {
+ "message": "Informatiiviinen"
+ },
+ "dismiss": {
+ "message": "Sulje"
+ },
+ "learn_more": {
+ "message": "Lue lisää"
+ },
+ "enable_context_menu": {
+ "message": "Lisää sisältövalikkoon"
+ },
+ "no_entires": {
+ "message": "Näytettäviä tilejä ei ole. Lisää ensimmäinen tilisi nyt."
+ },
+ "permissions": {
+ "message": "Käyttöoikeudet"
+ },
+ "permission_revoke": {
+ "message": "Kumoa"
+ },
+ "permission_show_required_permissions": {
+ "message": "Näytä ei-kumottavissa olevat oikeudet"
+ },
+ "permission_required": {
+ "message": "Pakollinen käyttöoikeus, jonka kumoaminen ei ole mahdollista."
+ },
+ "permission_active_tab": {
+ "message": "Nykyisen välilehden käyttöoikeus QR-koodien lukuun."
+ },
+ "permission_storage": {
+ "message": "Selaimen tallennustilan käyttöoikeus tilitietojen säilytykseen."
+ },
+ "permission_identity": {
+ "message": "Sallii kirjautumisen ulkoisiin tallennuspalveluihin."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Myöntää pelkän kirjoitusoikeuden leikepöydälle koodien kopiointiin tilejä painettaessa."
+ },
+ "permission_context_menus": {
+ "message": "Lisää Authenticator sisältövalikkoon."
+ },
+ "permission_sync_clock": {
+ "message": "Sallii kellon synkronoinnin Googlen kanssa."
+ },
+ "permission_dropbox": {
+ "message": "Sallii varmuuskopioinnin Dropboxiin."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Dropbox-varmuuskopiointi on ensin poistettava käytöstä."
+ },
+ "permission_drive": {
+ "message": "Sallii varmuuskopioinnin Google Driveen."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Google Drive -varmuuskopiointi on ensin poistettava käytöstä."
+ },
+ "permission_onedrive": {
+ "message": "Sallii varmuuskopioinnin OneDriveen."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "OneDrive-varmuuskopiointi on ensin poistettava käytöstä."
+ },
+ "permission_unknown_permission": {
+ "message": "Tuntematon käyttöoikeus. Jos näet tämän viestin, lähetä virheilmoitus."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json
index 51a885951..05a8f0593 100644
--- a/_locales/fr/messages.json
+++ b/_locales/fr/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator génère des codes d'authentification à deux facteurs dans votre navigateur.",
- "description": "Extension Description."
- },
- "added": {
- "message": " a été ajouté.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Le code QR n'a pas été reconnu.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Secret du compte invalide",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Ajouter un compte",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Scanner le QR code",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Saisie manuelle",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Échec de l'importation. Si vous migrez des données depuis Google Authenticator, veuillez ré-exporter vos données depuis Google Authenticator et réessayer.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Certaines données de compte n'ont pas été importées correctement.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Fermer",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Oui",
- "description": "Yes."
- },
- "no": {
- "message": "Non",
- "description": "No."
- },
- "account": {
- "message": "Compte",
- "description": "Account."
- },
- "accountName": {
- "message": "Nom d'utilisateur",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Émetteur",
- "description": "Issuer."
- },
- "secret": {
- "message": "Secret",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Succès.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Échec.",
- "description": "Update Failure."
- },
- "about": {
- "message": "À propos",
- "description": "About."
- },
- "settings": {
- "message": "Paramètres",
- "description": "Settings."
- },
- "security": {
- "message": "Sécurité",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Mot de passe actuel",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nouveau mot de passe",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Mot de passe",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Confirmer le Mot de Passe",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Êtes-vous sûr de vouloir supprimer ce compte ? Cette action ne peut pas être annulée.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Je comprends que toutes mes données seront définitivement supprimées.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Réinitialiser Authentificator"
- },
- "delete_all_warning": {
- "message": "Cela supprimera toutes vos données et réinitialisera complètement Authentificator. Vous ne serez pas en mesure de récupérer des données supprimées ! Vous devriez envisager d'enregistrer une sauvegarde avant de réinitialiser Authentificator."
- },
- "security_warning": {
- "message": "Ce mot de passe sera utilisé pour crypter vos comptes. Personne ne peut vous aider si vous oubliez le mot de passe.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Mise à jour",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Vous ne pouvez pas ajouter de nouveau compte tant que tous les comptes ne sont pas déchiffrés. Veuillez entrer le mot de passe correct avant de continuer.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Les comptes qui n'ont pas pu être déchiffrés ne seront pas inclus dans cette sauvegarde.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Le mot de passe est incorrect.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Chiffré",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Copié",
- "description": "Copied."
- },
- "feedback": {
- "message": "Commentaires",
- "description": "Feedback."
- },
- "translate": {
- "message": "Traduire",
- "description": "Translate."
- },
- "source": {
- "message": "Code source",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Saisissez le mot de passe pour déchiffrer les données du compte.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Synchroniser l'horloge avec Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Enregistrer le mot de passe",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Attention ! Un décalage trop important existe avec votre horloge locale, réglez ce problème avant de continuer.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Avez-vous sauvegardé vos comptes ? N'attendez pas qu'il soit trop tard !",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "La capture a échouée, veuillez recharger la page et réessayer.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Essayez-vous de scanner le code QR à partir d'un fichier local ? Utilisez plutôt l'importation de sauvegarde d'images QR.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Basé sur le temps",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Basé sur un compteur",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Préférences",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Mise à l'échelle",
- "description": "Scale"
- },
- "export_info": {
- "message": "Attention: les sauvegardes ne sont pas protégées par chiffrement. Voulez-vous ajouter un compte à une autre application ? Survollez la partie supérieure à droite d'un des comptes et cliquez sur le bouton caché qui apparaît.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Télécharger un fichier de sauvegarde",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importer une sauvegarde",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importer un fichier de sauvegarde",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importer une image d'un code QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importer une sauvegarde textuelle",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Importation réussie, mais certains codes QR n'ont pas pu être reconnus.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Vous pouvez sélectionner plusieurs fichiers pour importer les sauvegardes en lots.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Afficher toutes les entrées",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Attention : les sauvegardes ne sont pas chiffrées. Utilisez-les à vos propres risques.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Vous devez fournir le mot de passe pour importer une sauvegarde.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Votre mot de passe est stocké localement, veuillez le changer immédiatement par l'intermédiaire du menu sécurité.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Supprimer",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Télécharger une sauvegarde protégée par mot de passe",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Rechercher",
- "description": "Search"
- },
- "popout": {
- "message": "Mode popup",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Verrouiller",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Modifier",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Sauvegarde manuelle",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Utiliser le remplissage automatique",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Utiliser le contraste élevé",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Thème",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Clair",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Sombre",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Contraste élevé",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Sauvegardez automatiquement vos données vers des services de stockage tiers.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Synchronisation du navigateur",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Se connecter",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Se connecter (professionnel)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Pourquoi les comptes professionnels requièrent-ils plus d'autorisations ?"
- },
- "log_out": {
- "message": "Déconnexion",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Il y a eu un problème de connexion à votre compte $SERVICE$ , veuillez vous connecter à nouveau.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Vous avez un ou plusieurs comptes Steam ou Blizzard. Les sauvegardes non chiffrées n'utiliseront pas de format de sauvegarde standardisé.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Vous pouvez importer des sauvegardes depuis d'autres applications.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "En savoir plus",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Chargement..."
- },
- "autolock": {
- "message": "Verrouiller après"
- },
- "minutes": {
- "message": "minutes"
- },
- "advanced": {
- "message": "Avancé"
- },
- "period": {
- "message": "Période"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Invalide"
- },
- "digits": {
- "message": "Chiffres"
- },
- "algorithm": {
- "message": "Algorithme"
- },
- "smart_filter": {
- "message": "Filtre Intelligent"
- },
- "backup": {
- "message": "Sauvegarde"
- },
- "backup_file_info": {
- "message": "Sauvegardez vos données dans un fichier."
- },
- "password_policy_default_hint": {
- "message": "Votre mot de passe ne répond pas aux exigences de sécurité de votre organisation. Contactez votre administrateur pour plus d'informations."
- },
- "advisor": {
- "message": "Conseils"
- },
- "advisor_insight_password_not_set": {
- "message": "Définir un mot de passe pour protéger vos données."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Activer le verrouillage automatique pour protéger vos données."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "La synchronisation avec le navigateur est désactivée. Activez-la pour autoriser cette synchronisation."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Le remplissage automatique peut être activé pour remplir automatiquement les codes dans les sites web."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Activer le filtre intelligent permet un accès rapide aux comptes."
- },
- "show_all_insights": {
- "message": "Afficher tous les aperçus."
- },
- "no_insight_available": {
- "message": "Aucun aperçu trouvé, tout semble bien!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Attention"
- },
- "info": {
- "message": "Information"
- },
- "dismiss": {
- "message": "Fermer"
- },
- "learn_more": {
- "message": "En savoir plus"
- },
- "enable_context_menu": {
- "message": "Ajouter au menu contextuel"
- },
- "no_entires": {
- "message": "Aucun compte à afficher. Ajoutez votre premier compte maintenant."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Révoquer"
- },
- "permission_show_required_permissions": {
- "message": "Afficher les permissions non révocables"
- },
- "permission_required": {
- "message": "Il s'agit d'une autorisation nécessaire et ne peut pas être révoquée."
- },
- "permission_active_tab": {
- "message": "Accéder à l'onglet actuel pour scanner le code QR."
- },
- "permission_storage": {
- "message": "Accès au stockage du navigateur pour y stocker les données du compte."
- },
- "permission_identity": {
- "message": "Permet de se connecter à des services de stockage tiers (ex: Google Drive, Dropbox...)."
- },
- "permission_clipboard_write": {
- "message": "Donne un accès en écriture seule au presse-papiers pour copier des codes dans le presse-papiers lorsque vous cliquez sur le compte."
- },
- "permission_context_menus": {
- "message": "Ajoute Authenticator au menu contextuel."
- },
- "permission_sync_clock": {
- "message": "Autoriser la synchronisation de l'horloge avec Google."
- },
- "permission_dropbox": {
- "message": "Autoriser la sauvegarde vers Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Vous devez d'abord désactiver la sauvegarde Dropbox."
- },
- "permission_drive": {
- "message": "Autoriser la sauvegarde vers Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "Vous devez d'abord désactiver la sauvegarde de Google Drive."
- },
- "permission_onedrive": {
- "message": "Autoriser la sauvegarde vers OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Vous devez d'abord désactiver la sauvegarde OneDrive."
- },
- "permission_unknown_permission": {
- "message": "Autorisation inconnue. Si vous voyez ce message, veuillez envoyer un rapport de bug."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator génère des codes d'authentification à deux facteurs dans votre navigateur.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " a été ajouté.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Le code QR n'a pas été reconnu.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Secret du compte invalide",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Ajouter un compte",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Scanner le code QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Saisie manuelle",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Échec de l'importation. Si vous migrez des données depuis Google Authenticator, veuillez ré-exporter vos données depuis Google Authenticator et réessayer.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Certaines données de compte n'ont pas été importées correctement.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Fermer",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Oui",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Non",
+ "description": "No."
+ },
+ "account": {
+ "message": "Compte",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nom d'utilisateur",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Émetteur",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Secret",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Succès.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Échec.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "À propos",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Paramètres",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Sécurité",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Mot de passe actuel",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nouveau mot de passe",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Mot de passe",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Confirmer le Mot de Passe",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Êtes-vous sûr de vouloir supprimer ce compte ? Cette action ne peut pas être annulée.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Je comprends que toutes mes données seront définitivement supprimées.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Réinitialiser Authentificator"
+ },
+ "delete_all_warning": {
+ "message": "Cela supprimera toutes vos données et réinitialisera complètement Authentificator. Vous ne serez pas en mesure de récupérer des données supprimées ! Vous devriez envisager d'enregistrer une sauvegarde avant de réinitialiser Authentificator."
+ },
+ "security_warning": {
+ "message": "Ce mot de passe sera utilisé pour crypter vos comptes. Personne ne peut vous aider si vous oubliez le mot de passe.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Mettre à jour",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Vous ne pouvez pas ajouter de nouveau compte tant que tous les comptes ne sont pas déchiffrés. Veuillez entrer le mot de passe correct avant de continuer.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Les comptes qui n'ont pas pu être déchiffrés ne seront pas inclus dans cette sauvegarde.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Le mot de passe est incorrect.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Chiffré",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Copié",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Commentaires",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Traduire",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Code source",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Saisissez le mot de passe pour déchiffrer les données du compte.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Synchroniser l'horloge avec celle de Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Enregistrer le mot de passe",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Attention ! Un décalage trop important existe avec votre horloge locale, réglez ce problème avant de continuer.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Avez-vous sauvegardé vos comptes ? N'attendez pas qu'il soit trop tard !",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "La capture a échoué, veuillez recharger la page et réessayer.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Essayez-vous de scanner le code QR à partir d'un fichier local ? Utilisez plutôt l'importation de sauvegarde d'images QR.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Basé sur le temps",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Basé sur un compteur",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Préférences",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Mise à l'échelle",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Attention : toutes les sauvegardes ne sont pas chiffrées. Vous voulez ajouter un compte à une autre application ? Survolez la partie supérieure droite de n'importe quel compte et cliquez sur le bouton caché.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Télécharger un fichier de sauvegarde",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importer une sauvegarde",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importer un fichier de sauvegarde",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importer une image d'un code QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Importer des images QR",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importation au format texte",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Importer des URL OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Importation réussie, mais certains codes QR n'ont pas pu être reconnus.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Vous pouvez sélectionner plusieurs fichiers pour importer les sauvegardes en lots.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Afficher toutes les entrées",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Attention : les sauvegardes ne sont pas chiffrées. Utilisez-les à vos propres risques.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Vous devez fournir le mot de passe pour importer une sauvegarde.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Votre mot de passe est stocké localement, veuillez le changer immédiatement par l'intermédiaire du menu sécurité.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Supprimer",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Télécharger une sauvegarde protégée par mot de passe",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Rechercher",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Mode popup",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Verrouiller",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Modifier",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Sauvegarde manuelle",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Utiliser le remplissage automatique",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Utiliser le contraste élevé",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Thème",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Clair",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Sombre",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Simple",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compact",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Contraste élevé",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Plat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Sauvegardez automatiquement vos données vers des services de stockage tiers.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Synchronisation du navigateur",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Se connecter",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Se connecter (professionnel)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Pourquoi les comptes professionnels requièrent-ils plus d'autorisations ?"
+ },
+ "log_out": {
+ "message": "Déconnexion",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Il y a eu un problème de connexion à votre compte $SERVICE$ , veuillez vous connecter à nouveau.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Vous avez un ou plusieurs comptes Steam ou Blizzard. Les sauvegardes non chiffrées n'utiliseront pas de format de sauvegarde standardisé.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Vous pouvez importer des sauvegardes depuis d'autres applications.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "En savoir plus",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Chargement..."
+ },
+ "autolock": {
+ "message": "Verrouiller après"
+ },
+ "minutes": {
+ "message": "minutes"
+ },
+ "advanced": {
+ "message": "Avancé"
+ },
+ "period": {
+ "message": "Période"
+ },
+ "type": {
+ "message": "Type"
+ },
+ "invalid": {
+ "message": "Invalide"
+ },
+ "digits": {
+ "message": "Chiffres"
+ },
+ "algorithm": {
+ "message": "Algorithme"
+ },
+ "smart_filter": {
+ "message": "Filtre Intelligent"
+ },
+ "backup": {
+ "message": "Sauvegarde"
+ },
+ "backup_file_info": {
+ "message": "Sauvegardez vos données dans un fichier."
+ },
+ "password_policy_default_hint": {
+ "message": "Votre mot de passe ne répond pas aux exigences de sécurité de votre organisation. Contactez votre administrateur pour plus d'informations."
+ },
+ "advisor": {
+ "message": "Conseils"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Définir un mot de passe pour protéger vos données."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Activer le verrouillage automatique pour protéger vos données."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "La synchronisation avec le navigateur est désactivée. Activez-la pour autoriser cette synchronisation."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Le remplissage automatique peut être activé pour remplir automatiquement les codes dans les sites web."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Activer le filtre intelligent permet un accès rapide aux comptes."
+ },
+ "show_all_insights": {
+ "message": "Afficher tous les aperçus."
+ },
+ "no_insight_available": {
+ "message": "Aucun aperçu trouvé, tout semble bien!"
+ },
+ "danger": {
+ "message": "Danger"
+ },
+ "warning": {
+ "message": "Attention"
+ },
+ "info": {
+ "message": "Information"
+ },
+ "dismiss": {
+ "message": "Fermer"
+ },
+ "learn_more": {
+ "message": "En savoir plus"
+ },
+ "enable_context_menu": {
+ "message": "Ajouter au menu contextuel"
+ },
+ "no_entires": {
+ "message": "Aucun compte à afficher. Ajoutez votre premier compte maintenant."
+ },
+ "permissions": {
+ "message": "Permissions"
+ },
+ "permission_revoke": {
+ "message": "Révoquer"
+ },
+ "permission_show_required_permissions": {
+ "message": "Afficher les permissions non révocables"
+ },
+ "permission_required": {
+ "message": "Il s'agit d'une autorisation nécessaire et ne peut pas être révoquée."
+ },
+ "permission_active_tab": {
+ "message": "Accéder à l'onglet actuel pour scanner le code QR."
+ },
+ "permission_storage": {
+ "message": "Accès au stockage du navigateur pour y stocker les données du compte."
+ },
+ "permission_identity": {
+ "message": "Permet de se connecter à des services de stockage tiers (ex: Google Drive, Dropbox...)."
+ },
+ "permission_alarms": {
+ "message": "Permet au verrouillage automatique de fonctionner."
+ },
+ "permission_scripting": {
+ "message": "Injecter des scripts dans l'onglet actuel pour scanner les codes QR et permettre au remplissage automatique de fonctionner."
+ },
+ "permission_clipboard_write": {
+ "message": "Donne un accès en écriture seule au presse-papiers pour copier des codes dans le presse-papiers lorsque vous cliquez sur le compte."
+ },
+ "permission_context_menus": {
+ "message": "Ajoute Authenticator au menu contextuel."
+ },
+ "permission_sync_clock": {
+ "message": "Autoriser la synchronisation de l'horloge avec Google."
+ },
+ "permission_dropbox": {
+ "message": "Autoriser la sauvegarde vers Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Vous devez d'abord désactiver la sauvegarde Dropbox."
+ },
+ "permission_drive": {
+ "message": "Autoriser la sauvegarde vers Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Vous devez d'abord désactiver la sauvegarde de Google Drive."
+ },
+ "permission_onedrive": {
+ "message": "Autoriser la sauvegarde vers OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Vous devez d'abord désactiver la sauvegarde OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Autorisation inconnue. Si vous voyez ce message, veuillez envoyer un rapport de bug."
+ },
+ "phrase_wrong": {
+ "message": "Mot de passe incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Avertissement: Le filtre intelligent associe grosso modo le nom de domaine à un compte. Vérifiez toujours que vous êtes sur le bon site avant d'entrer un code !"
+ }
+}
diff --git a/_locales/fy/messages.json b/_locales/fy/messages.json
index 38746ae62..aff586db0 100644
--- a/_locales/fy/messages.json
+++ b/_locales/fy/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator generearret 2-stapsferifikaasjekoades yn jo browser.",
- "description": "Extension Description."
- },
- "added": {
- "message": " is tafoege.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Net-werkende QR-koade.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Net krekt accountgeheim",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Account tafoegje",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Skan QR-koade",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Hânmjittige ynfier",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Ymportearjen mislearre. As jo gegevens fan Google Authenticator migrearje, eksportearje dan opnij jo gegevens út Google Authenticator en probearje it opnij.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Guon accountgegevens binne net ymportearre.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Slute",
- "description": "Close."
- },
- "ok": {
- "message": "OK",
- "description": "OK."
- },
- "yes": {
- "message": "Ja",
- "description": "Yes."
- },
- "no": {
- "message": "Nee",
- "description": "No."
- },
- "account": {
- "message": "Account",
- "description": "Account."
- },
- "accountName": {
- "message": "Brûkersnamme",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Utjouwer",
- "description": "Issuer."
- },
- "secret": {
- "message": "Geheim",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Slagge.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Mislearre.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Oer",
- "description": "About."
- },
- "settings": {
- "message": "Ynstellingen",
- "description": "Settings."
- },
- "security": {
- "message": "Befeiliging",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Aktueel wachtwurd",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nij wachtwurd",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Wachtwurd",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Wachtwurd befêstigje",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Binne jo wis dat jo dit account fuortsmite wolle? Dit kin net ûngedien makke wurde.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Ik begryp dat al myn gegevens sûnder te werstellen fuortsmiten wurde sille.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Authenticator opnij inisjalisearje"
- },
- "delete_all_warning": {
- "message": "Dit sil al jo gegevens fuortsmite en de Authenticator folslein opnij inisjalisearje. Jo binne net yn steat om fuortsmiten gegevens te werstellen! Oerwaagje om in reservekopy te bewarjen eardat jo de Authenticator opnij inisjalisearje."
- },
- "security_warning": {
- "message": "Dit wachtwurd wurdt brûkt foar it fersiferjen fan jo accounts. Net ien kin jo helpe as jo it wachtwurd ferjitte.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Fernije",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Jo kinne net in nij account tafoegje oant alle accounts ûntsifere binne. Fier it krekte wachtwurd yn eardat jo fierder gean.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Accounts dy't net ûntsifere wurde kinne, wurde net yn dizze reservekopy opnommen.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Wachtwurd komt net oerien.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Fersifere",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopiearre",
- "description": "Copied."
- },
- "feedback": {
- "message": "Kommentaar",
- "description": "Feedback."
- },
- "translate": {
- "message": "Oersette",
- "description": "Translate."
- },
- "source": {
- "message": "Boarnekoade",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Fier it wachtwurd yn om de accountgegevens te ûntsiferjen.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Klok syngronisearje mei Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Wachtwurd ûnthâlde",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Let op! De klok fan jo lokale kompjûter is te fier foar/efter, werstel dit eardat jo trochgean.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Hawwe jo in reservekopy foar jo accounts? Wachtsje net oant it te let is!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Fêstlizzen is mislearre, laad de side opnij en probearje it opnij.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Probearje jo fan in lokaal bestân út de QR-koade te scannen? Brûk yn stee dêrfan de QR-reservekopy ymportearje.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Tiidsbûn",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Teller bûn",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Foarkarren",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Skeal",
- "description": "Scale"
- },
- "export_info": {
- "message": "Warskôging: alle reservekopyen binne net fersifere. Wolle jo in account tafoegje oan in oare app? Beweegje oer de rjochterboppekant fan in account en druk op de ferstoppe knop.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Reservekopy downloade",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Reservekopy ymportearje",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Reservekopybestân ymportearje",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "QR-ôfbyldingsreservekopy ymportearje",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Tekstreservekopy ymportearje",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Ymport suksesfol, mar guon QR-koaden kinne net werkend wurde.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Jo kinne mear bestannen selektearje om reservekopy yn batches te ymportearjen.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Lit alle ynfier sjen",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Warskôging: reservekopyen binne net fersifere. Brûk op eigen risiko.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Jo moatte it krekte wachtwurd opjaan om reservekopyen te ymportearjen.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Jo wachtwurd is lokaal bewarre, wizigje dizze daliks yn it menu befeiliging.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Fuortsmite",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Wachtwurd-befeilige reservekopy downloade",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Sykje",
- "description": "Search"
- },
- "popout": {
- "message": "Pop-upmodus",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Beskoattelje",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Bewurkje",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Hânmjittige reservekopy",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Automatysk oanfolje brûke",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Heech kontrast brûke",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Ljocht",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Donker",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Ienfâldich",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Kompakt",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Heech kontrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatysk in reservekopy meitsje fan jo gegevens nei opslachtsjinsten fan tredden.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browsersyngronisaasje",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Oanmelde",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Oanmelde (Saaklik)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Wêrom hawwe saaklike accounts mear tastimming nedich?"
- },
- "log_out": {
- "message": "Ofmelde",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Der wie in probleem mei de ferbining nei jo $SERVICE$-account, meld jo opnij oan.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Jo hawwe ien of mear Steam- of Blizzard-accounts. Net-fersifere reservekopyen sille gjin standerdisearre reservekopy-yndieling brûke.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Jo kinne reservekopyen fan inkelde andere tapassingen ymportearje.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Mear ynfo",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Lade…"
- },
- "autolock": {
- "message": "Beskoattelje nei"
- },
- "minutes": {
- "message": "minuten"
- },
- "advanced": {
- "message": "Avansearre"
- },
- "period": {
- "message": "Perioade"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Unjildich"
- },
- "digits": {
- "message": "Digits"
- },
- "algorithm": {
- "message": "Algoritme"
- },
- "smart_filter": {
- "message": "Tûk filter"
- },
- "backup": {
- "message": "Reservekopy"
- },
- "backup_file_info": {
- "message": "Meitsje in reservekopy fan jo gegevens nei in bestân."
- },
- "password_policy_default_hint": {
- "message": "Jo wachtwurd foldocht net oan de befeiligingseasken fan jo organisaasje. Nim kontakt op mei jo behearder foar mear ynformaasje."
- },
- "advisor": {
- "message": "Adviseur"
- },
- "advisor_insight_password_not_set": {
- "message": "Stel in wachtwurd yn om jo gegevens te befeiligjen."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Skeakel automatysk beskoatteljen yn om jo gegevens te beskermjen."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browsersyngronisaasje is útskeakele. Skeakel dit yn om accounts yn ferskate browsers te syngronisearjen."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Automatysk ynfolje kin ynskeakele wurde om automatysk koaden op websites yn te foljen."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "It ynskeakeljen fan in tûk filter soarget foar snelle tagong ta accounts."
- },
- "show_all_insights": {
- "message": "Alle ynsichten toane."
- },
- "no_insight_available": {
- "message": "Gjin ynsichten fûn, alles sjocht der goed út!"
- },
- "danger": {
- "message": "Gefaar"
- },
- "warning": {
- "message": "Warskôging"
- },
- "info": {
- "message": "Ynformaasje"
- },
- "dismiss": {
- "message": "Negearje"
- },
- "learn_more": {
- "message": "Mear ynfo"
- },
- "enable_context_menu": {
- "message": "Oan kontekstmenu tafoegje"
- },
- "no_entires": {
- "message": "Gjin accounts om te toanen. Foegje jo earste account no ta."
- },
- "permissions": {
- "message": "Tastimmingen"
- },
- "permission_revoke": {
- "message": "Ynlûke"
- },
- "permission_show_required_permissions": {
- "message": "Net-werropbere tastimmingen werjaan"
- },
- "permission_required": {
- "message": "Dit is in fereaske tastimming dy’t net fuort te smiten is."
- },
- "permission_active_tab": {
- "message": "Tagong ta it aktuele ljepblêd om QR-koaden te scannen."
- },
- "permission_storage": {
- "message": "Tagong ta browserûnthâld om accountgegevens te bewarjen."
- },
- "permission_identity": {
- "message": "Oanmelden by ûnthâldtsjinsten fan tredden tastean."
- },
- "permission_clipboard_write": {
- "message": "Jout allinnich-skriuwrjochttagong ta it klamboerd om koaden nei it klamboerd te kopiearjen wannear’t jo op de account klikke."
- },
- "permission_context_menus": {
- "message": "Foeget Authenticator ta oan kontekstmenu."
- },
- "permission_sync_clock": {
- "message": "Tiidssyngronisaasje mei Google tastean."
- },
- "permission_dropbox": {
- "message": "Reservekopy nei Dropbox tastean."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Jo moatte earst reservekopy nei Dropbox útskeakelje."
- },
- "permission_drive": {
- "message": "Reservekopy nei Google Drive tastean."
- },
- "permission_drive_cannot_revoke": {
- "message": "Jo moatte earst reservekopy nei Google Drive útskeakelje."
- },
- "permission_onedrive": {
- "message": "Reservekopy nei OneDrive tastean."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Jo moatte earst reservekopy nei OneDrive útskeakelje."
- },
- "permission_unknown_permission": {
- "message": "Unbekende tastimming. As dit bericht werjûn wurdt, stjoer dan in bugrapport."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator generearret 2-stapsferifikaasjekoades yn jo browser.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " is tafoege.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Net-werkende QR-koade.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Net krekt accountgeheim",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Account tafoegje",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Skan QR-koade",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Hânmjittige ynfier",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Ymportearjen mislearre. As jo gegevens fan Google Authenticator migrearje, eksportearje dan opnij jo gegevens út Google Authenticator en probearje it opnij.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Guon accountgegevens binne net ymportearre.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Slute",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "OK",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ja",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nee",
+ "description": "No."
+ },
+ "account": {
+ "message": "Account",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Brûkersnamme",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Utjouwer",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Geheim",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Slagge.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Mislearre.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Oer",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Ynstellingen",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Befeiliging",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Aktueel wachtwurd",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nij wachtwurd",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Wachtwurd",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Wachtwurd befêstigje",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Binne jo wis dat jo dit account fuortsmite wolle? Dit kin net ûngedien makke wurde.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Ik begryp dat al myn gegevens sûnder te werstellen fuortsmiten wurde sille.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Authenticator opnij inisjalisearje"
+ },
+ "delete_all_warning": {
+ "message": "Dit sil al jo gegevens fuortsmite en de Authenticator folslein opnij inisjalisearje. Jo binne net yn steat om fuortsmiten gegevens te werstellen! Oerwaagje om in reservekopy te bewarjen eardat jo de Authenticator opnij inisjalisearje."
+ },
+ "security_warning": {
+ "message": "Dit wachtwurd wurdt brûkt foar it fersiferjen fan jo accounts. Net ien kin jo helpe as jo it wachtwurd ferjitte.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Fernije",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Jo kinne net in nij account tafoegje oant alle accounts ûntsifere binne. Fier it krekte wachtwurd yn eardat jo fierder gean.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Accounts dy't net ûntsifere wurde kinne, wurde net yn dizze reservekopy opnommen.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Wachtwurd komt net oerien.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Fersifere",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopiearre",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Kommentaar",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Oersette",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Boarnekoade",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Fier it wachtwurd yn om de accountgegevens te ûntsiferjen.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Klok syngronisearje mei Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Wachtwurd ûnthâlde",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Let op! De klok fan jo lokale kompjûter is te fier foar/efter, werstel dit eardat jo trochgean.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Hawwe jo in reservekopy foar jo accounts? Wachtsje net oant it te let is!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Fêstlizzen is mislearre, laad de side opnij en probearje it opnij.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Probearje jo fan in lokaal bestân út de QR-koade te scannen? Brûk yn stee dêrfan de QR-ôfbyldingsreservekopy ymportearje.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Tiidsbûn",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Teller bûn",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Foarkarren",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skeal",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Warskôging: alle reservekopyen binne net fersifere. Wolle jo in account tafoegje oan in oare app? Beweegje oer de rjochterboppekant fan in account en druk op de ferstoppe knop.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Reservekopy downloade",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Reservekopy ymportearje",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Reservekopybestân ymportearje",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "QR-ôfbyldingsreservekopy ymportearje",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "QR-ôfbyldingen ymportearje",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Tekstreservekopy ymportearje",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "OTP-URL’s ymportearje",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Ymport suksesfol, mar guon QR-koaden kinne net werkend wurde.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Jo kinne mear bestannen selektearje om reservekopy yn batches te ymportearjen.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Lit alle ynfier sjen",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Warskôging: reservekopyen binne net fersifere. Brûk op eigen risiko.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Jo moatte it krekte wachtwurd opjaan om reservekopyen te ymportearjen.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Jo wachtwurd is lokaal bewarre, wizigje dizze daliks yn it menu befeiliging.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Fuortsmite",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Wachtwurd-befeilige reservekopy downloade",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Sykje",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Pop-upmodus",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Beskoattelje",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Bewurkje",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Hânmjittige reservekopy",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Automatysk oanfolje brûke",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Heech kontrast brûke",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Ljocht",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Donker",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Ienfâldich",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompakt",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Heech kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flak",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatysk in reservekopy meitsje fan jo gegevens nei opslachtsjinsten fan tredden.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browsersyngronisaasje",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Oanmelde",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Oanmelde (Saaklik)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Wêrom hawwe saaklike accounts mear tastimming nedich?"
+ },
+ "log_out": {
+ "message": "Ofmelde",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Der wie in probleem mei de ferbining nei jo $SERVICE$-account, meld jo opnij oan.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Jo hawwe ien of mear Steam- of Blizzard-accounts. Net-fersifere reservekopyen sille gjin standerdisearre reservekopy-yndieling brûke.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Jo kinne reservekopyen fan inkelde andere tapassingen ymportearje.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Mear ynfo",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Lade…"
+ },
+ "autolock": {
+ "message": "Beskoattelje nei"
+ },
+ "minutes": {
+ "message": "minuten"
+ },
+ "advanced": {
+ "message": "Avansearre"
+ },
+ "period": {
+ "message": "Perioade"
+ },
+ "type": {
+ "message": "Type"
+ },
+ "invalid": {
+ "message": "Unjildich"
+ },
+ "digits": {
+ "message": "Digits"
+ },
+ "algorithm": {
+ "message": "Algoritme"
+ },
+ "smart_filter": {
+ "message": "Tûk filter"
+ },
+ "backup": {
+ "message": "Reservekopy"
+ },
+ "backup_file_info": {
+ "message": "Meitsje in reservekopy fan jo gegevens nei in bestân."
+ },
+ "password_policy_default_hint": {
+ "message": "Jo wachtwurd foldocht net oan de befeiligingseasken fan jo organisaasje. Nim kontakt op mei jo behearder foar mear ynformaasje."
+ },
+ "advisor": {
+ "message": "Adviseur"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Stel in wachtwurd yn om jo gegevens te befeiligjen."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Skeakel automatysk beskoatteljen yn om jo gegevens te beskermjen."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browsersyngronisaasje is útskeakele. Skeakel dit yn om accounts yn ferskate browsers te syngronisearjen."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Automatysk ynfolje kin ynskeakele wurde om automatysk koaden op websites yn te foljen."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "It ynskeakeljen fan in tûk filter soarget foar snelle tagong ta accounts."
+ },
+ "show_all_insights": {
+ "message": "Alle ynsichten toane."
+ },
+ "no_insight_available": {
+ "message": "Gjin ynsichten fûn, alles sjocht der goed út!"
+ },
+ "danger": {
+ "message": "Gefaar"
+ },
+ "warning": {
+ "message": "Warskôging"
+ },
+ "info": {
+ "message": "Ynformaasje"
+ },
+ "dismiss": {
+ "message": "Negearje"
+ },
+ "learn_more": {
+ "message": "Mear ynfo"
+ },
+ "enable_context_menu": {
+ "message": "Oan kontekstmenu tafoegje"
+ },
+ "no_entires": {
+ "message": "Gjin accounts om te toanen. Foegje jo earste account no ta."
+ },
+ "permissions": {
+ "message": "Tastimmingen"
+ },
+ "permission_revoke": {
+ "message": "Ynlûke"
+ },
+ "permission_show_required_permissions": {
+ "message": "Net-werropbere tastimmingen werjaan"
+ },
+ "permission_required": {
+ "message": "Dit is in fereaske tastimming dy’t net fuort te smiten is."
+ },
+ "permission_active_tab": {
+ "message": "Tagong ta it aktuele ljepblêd om QR-koaden te scannen."
+ },
+ "permission_storage": {
+ "message": "Tagong ta browserûnthâld om accountgegevens te bewarjen."
+ },
+ "permission_identity": {
+ "message": "Oanmelden by ûnthâldtsjinsten fan tredden tastean."
+ },
+ "permission_alarms": {
+ "message": "Stiet automatysk beskoatteljen ta."
+ },
+ "permission_scripting": {
+ "message": "Scripts yn it aktuele ljepblêd ynjektearje om QR-koaden te scannen en automatysk ynfoljen wurkje te litten."
+ },
+ "permission_clipboard_write": {
+ "message": "Jout allinnich-skriuwrjochttagong ta it klamboerd om koaden nei it klamboerd te kopiearjen wannear’t jo op de account klikke."
+ },
+ "permission_context_menus": {
+ "message": "Foeget Authenticator ta oan kontekstmenu."
+ },
+ "permission_sync_clock": {
+ "message": "Tiidssyngronisaasje mei Google tastean."
+ },
+ "permission_dropbox": {
+ "message": "Reservekopy nei Dropbox tastean."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Jo moatte earst reservekopy nei Dropbox útskeakelje."
+ },
+ "permission_drive": {
+ "message": "Reservekopy nei Google Drive tastean."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Jo moatte earst reservekopy nei Google Drive útskeakelje."
+ },
+ "permission_onedrive": {
+ "message": "Reservekopy nei OneDrive tastean."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Jo moatte earst reservekopy nei OneDrive útskeakelje."
+ },
+ "permission_unknown_permission": {
+ "message": "Unbekende tastimming. As dit bericht werjûn wurdt, stjoer dan in bugrapport."
+ },
+ "phrase_wrong": {
+ "message": "Wachtwurd net korrekt"
+ },
+ "activate_auto_filter": {
+ "message": "Warskôging: Tûk filter keppelet op in frij losse manier de domeinnamme oan in account. Kontrolearje altyd oft jo op de krekte website binne eardat jo in koade ynfiere!"
+ }
+}
diff --git a/_locales/he/messages.json b/_locales/he/messages.json
index 38b23c913..32dd7e5e0 100644
--- a/_locales/he/messages.json
+++ b/_locales/he/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "מאמת",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "מאמת",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "המאמת מחולל קודי אימות דו שלבי ישירות מהדפדפן.",
- "description": "Extension Description."
- },
- "added": {
- "message": " התווסף.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "קוד QR בלתי מזוהה.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "קוד סודי שגוי",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "הוספת חשבון",
- "description": "Add account."
- },
- "add_qr": {
- "message": "סרוק ברקוד",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "הזנה ידנית",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "היבוא נכשל. אם מדובר ביבוא מהמאמת של גוגל, יש ליצא את המידע מהיישומון של גוגל ולנסות שוב.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "חלק ממידע החשבון לא יובא בהצלחה.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "סגירה",
- "description": "Close."
- },
- "ok": {
- "message": "אישור",
- "description": "OK."
- },
- "yes": {
- "message": "כן",
- "description": "Yes."
- },
- "no": {
- "message": "לא",
- "description": "No."
- },
- "account": {
- "message": "חשבון",
- "description": "Account."
- },
- "accountName": {
- "message": "שם משתמש",
- "description": "Account Name."
- },
- "issuer": {
- "message": "מנפיק",
- "description": "Issuer."
- },
- "secret": {
- "message": "סוד",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "הצלחה.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "כישלון.",
- "description": "Update Failure."
- },
- "about": {
- "message": "אודות",
- "description": "About."
- },
- "settings": {
- "message": "הגדרות",
- "description": "Settings."
- },
- "security": {
- "message": "אבטחה",
- "description": "Security."
- },
- "current_phrase": {
- "message": "סיסמה נוכחית",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "סיסמה חדשה",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "סיסמה",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "אימות סיסמה",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "האם באמת ברצונך למחוק את החשבון הזה? לא ניתן לבטל פעולה זו.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "ברור לי כי כל המידע שלי ימחק ללא יכולת שחזור.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "איפוס מאמת"
- },
- "delete_all_warning": {
- "message": "פעולה זו תמחוק את כל המידע שלך ותאפס את המאמת. שחזור המידע האישי לא יהיה אפשרי! מומלץ לשמור גיבוי לפני איפוס המאמת."
- },
- "security_warning": {
- "message": "סיסמה זו תשמש להצפנת חשבונותיך. אין דרך לשחזר את הסיסמה אם היא תשכח.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "עדכון",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "לא ניתן להוסיף חשבון חדש עד שכל החשבונות יפוענחו. נא להכניס סיסמא נכונה כדי להמשיך.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "חשבונות שהפענוח שלהם נכשל לא יכללו בגיבוי זה.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "הסיסמה אינה תואמת.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "מוצפן",
- "description": "Encrypted."
- },
- "copied": {
- "message": "הועתק",
- "description": "Copied."
- },
- "feedback": {
- "message": "משוב",
- "description": "Feedback."
- },
- "translate": {
- "message": "תרגם",
- "description": "Translate."
- },
- "source": {
- "message": "קוד מקור",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "יש להזין סיסמה לצורך לפענוח נתוני חשבון.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "סינכרון שעון עם גוגל",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "זכור את הסיסמה",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "זהירות! השעון המקומי שלך רחוק מדי, יש לתקן אותו לפני שנמשיך.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "האם יש לך גיבוי לחשבונות שלך? לא לחכות עד שיהיה מאוחר מדי!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "הצילום נכשל, נא לרענן את הדף ולנסות שנית.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "האם ניסית לסרוק קוד QR מקובץ מקומי? יש להשתמש בתמונת גיבוי QR במקום זאת.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "מבוסס זמן",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "מבוסס מונה",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "העדפות",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "קנה מידה",
- "description": "Scale"
- },
- "export_info": {
- "message": "אזהרה: כל הגיבויים אינם מוצפנים. רוצה להוסיף חשבון לאפליקציה אחרת? רחף מעל החלק השמאלי העליון של חשבון כלשהו ולחץ על הכפתור המוסתר.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "הורד את קובץ הגיבוי",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "ייבא גיבוי",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "ייבא קובץ גיבוי",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "יבוא תמונת גיבוי QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "ייבא גיבוי כטקסט",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "ניתן לבחור מספר קבצים כדי לייבא גיבויים באצוות.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "הצג את כל הערכים",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "אזהרה: הגיבויים אינם מוצפנים. השתמש על אחריותך בלבד.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "עליך לספק סיסמה נכונה כדי לייבא גיבויים.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "הסיסמה שלך מאוחסנת באופן מקומי, אנא שנה אותה בתפריט האבטחה באופן מיידי.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "הסרה",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "הורד גיבוי מוגן בסיסמה",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "חפש",
- "description": "Search"
- },
- "popout": {
- "message": "מצב פופ-אפ",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "נעל",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "עריכה",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "השתמש במילוי אוטומטי",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "השתמש בניגודיות גבוהה",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "עיצוב",
- "description": "Theme"
- },
- "theme_light": {
- "message": "בהיר",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "כהה",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "ניגודיות גבוהה",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "גבה אוטומטית את הנתונים שלך לשירותי אחסון של צד ג '.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "סינכרון דפדפן",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "התחברות",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "צא מהמערכת",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "הייתה בעיה בהתחברות לחשבון $ SERVICE $ שלך, אנא היכנס שוב.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "יש לך חשבון Steam או Blizzard אחד או יותר. גיבויים לא מוצפנים לא ישתמשו בתבנית גיבוי סטנדרטית.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "ניתן לייבא גיבויים מיישומים אחרים.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "למידע נוסף",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "טוען..."
- },
- "autolock": {
- "message": "נעל לאחר"
- },
- "minutes": {
- "message": "דקות"
- },
- "advanced": {
- "message": "מתקדם"
- },
- "period": {
- "message": "תקופה"
- },
- "type": {
- "message": "סוג"
- },
- "invalid": {
- "message": "שגוי"
- },
- "digits": {
- "message": "ספרות"
- },
- "algorithm": {
- "message": "אלגוריתם"
- },
- "smart_filter": {
- "message": "מסנן חכם"
- },
- "backup": {
- "message": "גיבוי"
- },
- "backup_file_info": {
- "message": "גיבוי הנתונים שלך לקובץ."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "מאמת",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "מאמת",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "המאמת מחולל קודי אימות דו שלבי ישירות מהדפדפן.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " התווסף.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "קוד QR בלתי מזוהה.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "קוד סודי שגוי",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "הוספת חשבון",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "סרוק ברקוד",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "הזנה ידנית",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "היבוא נכשל. אם מדובר ביבוא מהמאמת של גוגל, יש ליצא את המידע מהיישומון של גוגל ולנסות שוב.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "חלק ממידע החשבון לא יובא בהצלחה.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "סגירה",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "אישור",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "כן",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "לא",
+ "description": "No."
+ },
+ "account": {
+ "message": "חשבון",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "שם משתמש",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "מנפיק",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "סוד",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "הצלחה.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "כישלון.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "אודות",
+ "description": "About."
+ },
+ "settings": {
+ "message": "הגדרות",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "אבטחה",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "סיסמה נוכחית",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "סיסמה חדשה",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "סיסמה",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "אימות סיסמה",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "האם באמת ברצונך למחוק את החשבון הזה? לא ניתן לבטל פעולה זו.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "ברור לי כי כל המידע שלי ימחק ללא יכולת שחזור.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "איפוס מאמת"
+ },
+ "delete_all_warning": {
+ "message": "פעולה זו תמחוק את כל המידע שלך ותאפס את המאמת. שחזור המידע האישי לא יהיה אפשרי! מומלץ לשמור גיבוי לפני איפוס המאמת."
+ },
+ "security_warning": {
+ "message": "סיסמה זו תשמש להצפנת חשבונותיך. אין דרך לשחזר את הסיסמה אם היא תשכח.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "עדכון",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "לא ניתן להוסיף חשבון חדש עד שכל החשבונות יפוענחו. נא להכניס סיסמא נכונה כדי להמשיך.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "חשבונות שהפענוח שלהם נכשל לא יכללו בגיבוי זה.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "הסיסמה אינה תואמת.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "מוצפן",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "הועתק",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "משוב",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "תרגם",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "קוד מקור",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "יש להזין סיסמה לצורך לפענוח נתוני חשבון.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "סינכרון שעון עם גוגל",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "זכור את הסיסמה",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "זהירות! השעון המקומי שלך רחוק מדי, יש לתקן אותו לפני שנמשיך.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "האם יש לך גיבוי לחשבונות שלך? לא לחכות עד שיהיה מאוחר מדי!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "הצילום נכשל, נא לרענן את הדף ולנסות שנית.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "האם ניסית לסרוק קוד QR מקובץ מקומי? יש להשתמש בתמונת גיבוי QR במקום זאת.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "מבוסס זמן",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "מבוסס מונה",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "העדפות",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "קנה מידה",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "אזהרה: כל הגיבויים אינם מוצפנים. רוצה להוסיף חשבון לאפליקציה אחרת? רחף מעל החלק השמאלי העליון של חשבון כלשהו ולחץ על הכפתור המוסתר.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "הורד את קובץ הגיבוי",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "ייבא גיבוי",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "ייבא קובץ גיבוי",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "יבוא תמונת גיבוי QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "ייבא גיבוי כטקסט",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import successful, but some QR codes could not be recognized.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "ניתן לבחור מספר קבצים כדי לייבא גיבויים באצוות.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "הצג את כל הערכים",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "אזהרה: הגיבויים אינם מוצפנים. השתמש על אחריותך בלבד.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "עליך לספק סיסמה נכונה כדי לייבא גיבויים.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "הסיסמה שלך מאוחסנת באופן מקומי, אנא שנה אותה בתפריט האבטחה באופן מיידי.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "הסרה",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "הורד גיבוי מוגן בסיסמה",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "חפש",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "מצב פופ-אפ",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "נעל",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "עריכה",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "גיבוי ידני",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "השתמש במילוי אוטומטי",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "השתמש בניגודיות גבוהה",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "עיצוב",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "בהיר",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "כהה",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Simple",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compact",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "ניגודיות גבוהה",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "גבה אוטומטית את הנתונים שלך לשירותי אחסון של צד ג '.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "סינכרון דפדפן",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "התחברות",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Sign in (Business)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Why do business accounts require more permissions?"
+ },
+ "log_out": {
+ "message": "צא מהמערכת",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "הייתה בעיה בהתחברות לחשבון $ SERVICE $ שלך, אנא היכנס שוב.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "יש לך חשבון Steam או Blizzard אחד או יותר. גיבויים לא מוצפנים לא ישתמשו בתבנית גיבוי סטנדרטית.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "ניתן לייבא גיבויים מיישומים אחרים.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "למידע נוסף",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "טוען..."
+ },
+ "autolock": {
+ "message": "נעל לאחר"
+ },
+ "minutes": {
+ "message": "דקות"
+ },
+ "advanced": {
+ "message": "מתקדם"
+ },
+ "period": {
+ "message": "תקופה"
+ },
+ "type": {
+ "message": "סוג"
+ },
+ "invalid": {
+ "message": "שגוי"
+ },
+ "digits": {
+ "message": "ספרות"
+ },
+ "algorithm": {
+ "message": "אלגוריתם"
+ },
+ "smart_filter": {
+ "message": "מסנן חכם"
+ },
+ "backup": {
+ "message": "גיבוי"
+ },
+ "backup_file_info": {
+ "message": "גיבוי הנתונים שלך לקובץ."
+ },
+ "password_policy_default_hint": {
+ "message": "הסיסמא שסיפקת אינו עומדת בדרישות האבטחה של ארגונך. למידע נוסף, צור קשר עם המנהל."
+ },
+ "advisor": {
+ "message": "Advisor"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "הגדר סיסמא כדי לשמור על המידע שלך."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "אפשר נעילה אוטמטית כדי לשמור על המידע שלך."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "סנכרון בין דפדפנים מבוטל. אפשר זאת כדי לאפשר סנכרון חשבונות בין דפדפנים."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill can be enabled to automatically fill codes into websites."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Enabling smart filter allows for quick access to accounts."
+ },
+ "show_all_insights": {
+ "message": "Show all insights."
+ },
+ "no_insight_available": {
+ "message": "No insights found, everything looks good!"
+ },
+ "danger": {
+ "message": "Danger"
+ },
+ "warning": {
+ "message": "Warning"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Dismiss"
+ },
+ "learn_more": {
+ "message": "Learn more"
+ },
+ "enable_context_menu": {
+ "message": "Add to context menu"
+ },
+ "no_entires": {
+ "message": "No accounts to display. Add your first account now."
+ },
+ "permissions": {
+ "message": "Permissions"
+ },
+ "permission_revoke": {
+ "message": "Revoke"
+ },
+ "permission_show_required_permissions": {
+ "message": "Show non-revocable permissions"
+ },
+ "permission_required": {
+ "message": "This is a required permission and cannot be revoked."
+ },
+ "permission_active_tab": {
+ "message": "Access to the current tab to scan QR codes."
+ },
+ "permission_storage": {
+ "message": "Access to browser storage to store account data."
+ },
+ "permission_identity": {
+ "message": "Allows sign in to 3rd party storage services."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
+ },
+ "permission_context_menus": {
+ "message": "Adds Authenticator to context menu."
+ },
+ "permission_sync_clock": {
+ "message": "Allows clock sync with Google."
+ },
+ "permission_dropbox": {
+ "message": "Allows backup to Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "You must disable Dropbox backup first."
+ },
+ "permission_drive": {
+ "message": "Allows backup to Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "You must disable Google Drive backup first."
+ },
+ "permission_onedrive": {
+ "message": "Allows backup to OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "You must disable OneDrive backup first."
+ },
+ "permission_unknown_permission": {
+ "message": "Unknown permission. If see this message, please send a bug report."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/hi/messages.json b/_locales/hi/messages.json
index 5937a6de1..2f4dc41aa 100644
--- a/_locales/hi/messages.json
+++ b/_locales/hi/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "प्रमाणक",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "सत्यापन",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "ऑथेंटिकेटर आपके ब्राउज़र में \"टू-फैक्टर ऑथेंटिकेशन\" कोड जेनरेट करता है।",
- "description": "Extension Description."
- },
- "added": {
- "message": " जोड़ दिया गया है।",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "अपरिचित \"क्यूआर कोड\"।",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "अमान्य \"खाता गुप्त\"",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "खाता जोड़ो",
- "description": "Add account."
- },
- "add_qr": {
- "message": "स्कैन \"क्यू-आर कोड\"",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "हस्त प्रविष्टि",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "आयात विफल. यदि आप Google Authenticator से डेटा माइग्रेट कर रहे हैं, तो कृपया Google प्रमाणक से अपना डेटा पुनः निर्यात करें और पुनः प्रयास करें।",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "कुछ खाता डेटा सफलतापूर्वक आयात नहीं किया गया था।",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "बंद",
- "description": "Close."
- },
- "ok": {
- "message": "ठीक",
- "description": "OK."
- },
- "yes": {
- "message": "हां",
- "description": "Yes."
- },
- "no": {
- "message": "नहीं",
- "description": "No."
- },
- "account": {
- "message": "खाता",
- "description": "Account."
- },
- "accountName": {
- "message": "उपयोगकर्ता नाम",
- "description": "Account Name."
- },
- "issuer": {
- "message": "ज़ारीकर्ता",
- "description": "Issuer."
- },
- "secret": {
- "message": "रहस्य",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "सफलता",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "विफलता",
- "description": "Update Failure."
- },
- "about": {
- "message": "अबाउट",
- "description": "About."
- },
- "settings": {
- "message": "सेटिंग्स",
- "description": "Settings."
- },
- "security": {
- "message": "सुरक्षा",
- "description": "Security."
- },
- "current_phrase": {
- "message": "वर्तमान पासवर्ड",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "नया पासवर्ड",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "पासवर्ड",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "पासवर्ड की पुष्टि करें",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "क्या आप वाकई इस खाते को हटाना चाहते हैं? इस एक्शन को वापस नहीं किया जा सकता।",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "मैं समझता/समझती हूं कि मेरा सारा डेटा अपरिवर्तनीय रूप से हटा दिया जाएगा।",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "प्रमाणक रीसेट करें"
- },
- "delete_all_warning": {
- "message": "यह आपके सभी डेटा को हटा देगा और प्रमाणक को पूरी तरह से रीसेट कर देगा। आप किसी भी हटाए गए डेटा को पुनर्प्राप्त नहीं कर पाएंगे! प्रमाणक को रीसेट करने से पहले आपको एक बैकअप सहेजने पर विचार करना चाहिए।"
- },
- "security_warning": {
- "message": "इस पासवर्ड का उपयोग आपके खातों को एन्क्रिप्ट करने के लिए किया जाएगा। अगर आप पासवर्ड भूल जाते हैं तो कोई आपकी मदद नहीं कर सकता।",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "अपडेट करें",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "जब तक सभी खाते डिक्रिप्ट नहीं हो जाते, तब तक आप एक नया खाता नहीं जोड़ सकते। जारी रखने से पहले कृपया सही पासवर्ड दर्ज करें।",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "जिन खातों को डिक्रिप्ट नहीं किया जा सका था, उन्हें इस बैकअप में शामिल नहीं किया जाएगा।",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "गलत पासवर्ड",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "गोपित",
- "description": "Encrypted."
- },
- "copied": {
- "message": "कॉपीड",
- "description": "Copied."
- },
- "feedback": {
- "message": "प्रतिपुष्टि",
- "description": "Feedback."
- },
- "translate": {
- "message": "अनुवाद करें",
- "description": "Translate."
- },
- "source": {
- "message": "सोर्स कोड",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "खाता डेटा डिक्रिप्ट करने के लिए पासवर्ड दर्ज करें।",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "घड़ी को Google के साथ सिंक करें",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "पासवर्ड याद रखें",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "आपकी स्थानीय घड़ी बहुत दूर है, कृपया जारी रखने से पहले इसे ठीक कर लें।",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "क्या आपके पास अपने खातों का बैकअप है?",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "कैप्चर विफल, कृपया पृष्ठ को पुनः लोड करें और पुनः प्रयास करें।",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "क्या आप किसी स्थानीय फ़ाइल से QR कोड स्कैन करने का प्रयास कर रहे हैं? इसके बजाय आयात क्यूआर छवि बैकअप का उपयोग करें।",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "समय पर आधारित",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "काउंटर पर आधारित",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "प्राथमिकताएं",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "परिमाण",
- "description": "Scale"
- },
- "export_info": {
- "message": "चेतावनी: सभी बैकअप अनएन्क्रिप्टेड हैं। किसी अन्य ऐप में एक खाता जोड़ना चाहते हैं? किसी भी खाते के ऊपरी दाएं भाग पर होवर करें और छिपे हुए बटन को दबाएं।",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "बैकअप डाउनलोड करें",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "बैकअप आयात करें",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "बैकअप फ़ाइल आयात करें",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "क्यूआर छवि बैकअप आयात करें",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "टेक्स्ट बैकअप आयात करें",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "आयात सफल रहा, लेकिन कुछ क्यूआर कोड पहचाने नहीं जा सके।",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "आप बैचों में बैकअप आयात करने के लिए एकाधिक फ़ाइलों का चयन कर सकते हैं।",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "सभी प्रविष्टियाँ दिखाएँ",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "चेतावनी: बैकअप अनएन्क्रिप्टेड हैं। अपने जोखिम पार इस्तेमाल करें।",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "बैकअप आयात करने के लिए आपको सही पासवर्ड प्रदान करना होगा।",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "आपका पासवर्ड स्थानीय रूप से संग्रहीत है, कृपया इसे तुरंत सुरक्षा मेनू में बदलें।",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "हटाएं",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "पासवर्ड से सुरक्षित बैकअप डाउनलोड करें",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "खोजें",
- "description": "Search"
- },
- "popout": {
- "message": "पॉप अप मोड",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "लॉक करें",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "संपादित",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "मैनुअल बैकअप I",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "स्वतः भरण का उपयोग करें",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "अधिक कंट्रास्ट",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "थीम",
- "description": "Theme"
- },
- "theme_light": {
- "message": "हल्की",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "डार्क",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "सरल",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "सघन",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "अधिक कंट्रास्ट",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "अपने डेटा को तृतीय पक्ष संग्रहण सेवाओं में स्वचालित रूप से बैकअप लें।",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "ब्राउज़र सिंक",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "अंदर आएं",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "साइन इन करें (व्यवसाय)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "व्यावसायिक खातों को अधिक अनुमतियों की आवश्यकता क्यों होती है?"
- },
- "log_out": {
- "message": "लॉगआउट",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "आपके $SERVICE$ खाते से कनेक्ट होने में एक समस्या थी, कृपया फिर से साइन इन करें।",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "आपके पास एक या अधिक स्टीम या बर्फ़ीला तूफ़ान खाते हैं। अनएन्क्रिप्टेड बैकअप मानकीकृत बैकअप प्रारूप का उपयोग नहीं करेंगे।",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "आप कुछ अन्य एप्लिकेशन से बैकअप आयात कर सकते हैं।",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "और अधिक जानें",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "लोड हो रहा है..."
- },
- "autolock": {
- "message": "के बाद लॉक ऐप"
- },
- "minutes": {
- "message": "मिनट"
- },
- "advanced": {
- "message": "उन्नत"
- },
- "period": {
- "message": "अवधि"
- },
- "type": {
- "message": "प्रकार"
- },
- "invalid": {
- "message": "विशेषता सफलतापूर्वक अपडेट कर दी गई है।"
- },
- "digits": {
- "message": "अंक"
- },
- "algorithm": {
- "message": "अल्गोरिथम"
- },
- "smart_filter": {
- "message": "स्मार्ट फ़िल्टर"
- },
- "backup": {
- "message": "बैकअप"
- },
- "backup_file_info": {
- "message": "एक फ़ाइल में अपने डेटा का बैकअप लें।"
- },
- "password_policy_default_hint": {
- "message": "आपका पासवर्ड आपके संगठन की सुरक्षा आवश्यकताओं को पूरा नहीं करता है। अधिक जानकारी के लिए अपने व्यवस्थापक से संपर्क करें।"
- },
- "advisor": {
- "message": "सलाहकार"
- },
- "advisor_insight_password_not_set": {
- "message": "अपने डेटा की सुरक्षा के लिए एक पासवर्ड सेट करें।"
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "अपने डेटा की सुरक्षा के लिए ऑटो-लॉक सक्षम करें।"
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "ब्राउज़र सिंक अक्षम है। इसे सक्षम करने से खातों को सभी ब्राउज़रों में समन्वयित किया जा सकता है।"
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "वेबसाइटों में स्वचालित रूप से कोड भरने के लिए स्वतः भरण को सक्षम किया जा सकता है।"
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "स्मार्ट फ़िल्टर को सक्षम करने से खातों तक त्वरित पहुँच की अनुमति मिलती है।"
- },
- "show_all_insights": {
- "message": "सभी अंतर्दृष्टि दिखाएं।"
- },
- "no_insight_available": {
- "message": "कोई अंतर्दृष्टि नहीं मिली, सब कुछ अच्छा लग रहा है!"
- },
- "danger": {
- "message": "खतरा"
- },
- "warning": {
- "message": "चेतावनी"
- },
- "info": {
- "message": "जानकारी"
- },
- "dismiss": {
- "message": "खारिज"
- },
- "learn_more": {
- "message": "और अधिक जानें"
- },
- "enable_context_menu": {
- "message": "प्रसंग मेनू में जोड़ें"
- },
- "no_entires": {
- "message": "प्रदर्शित करने के लिए कोई खाता नहीं है। अपना पहला खाता अभी जोड़ें।"
- },
- "permissions": {
- "message": "अनुमतियां"
- },
- "permission_revoke": {
- "message": "रद्द करना"
- },
- "permission_show_required_permissions": {
- "message": "गैर-प्रतिसंहरणीय अनुमतियां दिखाएं"
- },
- "permission_required": {
- "message": "यह एक आवश्यक अनुमति है और इसे निरस्त नहीं किया जा सकता है।"
- },
- "permission_active_tab": {
- "message": "क्यूआर कोड स्कैन करने के लिए वर्तमान टैब तक पहुंचें।"
- },
- "permission_storage": {
- "message": "खाता डेटा संग्रहीत करने के लिए ब्राउज़र संग्रहण तक पहुंच।"
- },
- "permission_identity": {
- "message": "तृतीय पक्ष संग्रहण सेवाओं में साइन इन करने की अनुमति देता है।"
- },
- "permission_clipboard_write": {
- "message": "जब आप खाते पर क्लिक करते हैं तो कोड को क्लिपबोर्ड पर कॉपी करने के लिए क्लिपबोर्ड पर केवल-लिखने की पहुंच प्रदान करता है।"
- },
- "permission_context_menus": {
- "message": "संदर्भ मेनू में प्रमाणक जोड़ता है।"
- },
- "permission_sync_clock": {
- "message": "घड़ी को Google के साथ सिंक करने की अनुमति देता है।"
- },
- "permission_dropbox": {
- "message": "Dropbox बैकअप की अनुमति देता है"
- },
- "permission_dropbox_cannot_revoke": {
- "message": "आपको पहले Dropbox बैकअप को अक्षम करना होगा।"
- },
- "permission_drive": {
- "message": "Google Drive पर बैकअप की अनुमति देता है।"
- },
- "permission_drive_cannot_revoke": {
- "message": "आपको पहले Google Drive बैकअप को अक्षम करना होगा।"
- },
- "permission_onedrive": {
- "message": "OneDrive पर बैकअप की अनुमति देता है।"
- },
- "permission_onedrive_cannot_revoke": {
- "message": "आपको पहले OneDrive बैकअप को अक्षम करना होगा।"
- },
- "permission_unknown_permission": {
- "message": "अज्ञात अनुमति। यदि आप यह संदेश देखते हैं, तो कृपया एक बग रिपोर्ट भेजें।"
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authentication",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "सत्यापन",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "ऑथेंटिकेटर आपके ब्राउज़र में \"टू-फैक्टर ऑथेंटिकेशन\" कोड जेनरेट करता है।",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " जोड़ दिया गया है।",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "अपरिचित \"क्यूआर कोड\"।",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "अमान्य \"खाता गुप्त\"",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "खाता जोड़ो",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "स्कैन \"क्यू-आर कोड\"",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "हस्त प्रविष्टि",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "आयात विफल. यदि आप Google Authenticator से डेटा माइग्रेट कर रहे हैं, तो कृपया Google प्रमाणक से अपना डेटा पुनः निर्यात करें और पुनः प्रयास करें।",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "कुछ खाता डेटा सफलतापूर्वक आयात नहीं किया गया था।",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "बंद",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "ठीक",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "हां",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "नहीं",
+ "description": "No."
+ },
+ "account": {
+ "message": "खाता",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "उपयोगकर्ता नाम",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "ज़ारीकर्ता",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "रहस्य",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "सफलता",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "विफलता",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "अबाउट",
+ "description": "About."
+ },
+ "settings": {
+ "message": "सेटिंग्स",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "सुरक्षा",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "वर्तमान पासवर्ड",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "नया पासवर्ड",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "पासवर्ड",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "पासवर्ड की पुष्टि करें",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "क्या आप वाकई इस खाते को हटाना चाहते हैं? इस एक्शन को वापस नहीं किया जा सकता।",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "मैं समझता/समझती हूं कि मेरा सारा डेटा अपरिवर्तनीय रूप से हटा दिया जाएगा।",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "प्रमाणक रीसेट करें"
+ },
+ "delete_all_warning": {
+ "message": "यह आपके सभी डेटा को हटा देगा और प्रमाणक को पूरी तरह से रीसेट कर देगा। आप किसी भी हटाए गए डेटा को पुनर्प्राप्त नहीं कर पाएंगे! प्रमाणक को रीसेट करने से पहले आपको एक बैकअप सहेजने पर विचार करना चाहिए।"
+ },
+ "security_warning": {
+ "message": "इस पासवर्ड का उपयोग आपके खातों को एन्क्रिप्ट करने के लिए किया जाएगा। अगर आप पासवर्ड भूल जाते हैं तो कोई आपकी मदद नहीं कर सकता।",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "अपडेट करें",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "जब तक सभी खाते डिक्रिप्ट नहीं हो जाते, तब तक आप एक नया खाता नहीं जोड़ सकते। जारी रखने से पहले कृपया सही पासवर्ड दर्ज करें।",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "जिन खातों को डिक्रिप्ट नहीं किया जा सका था, उन्हें इस बैकअप में शामिल नहीं किया जाएगा।",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "गलत पासवर्ड",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "गोपित",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "कॉपीड",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "प्रतिपुष्टि",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "अनुवाद करें",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "सोर्स कोड",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "खाता डेटा डिक्रिप्ट करने के लिए पासवर्ड दर्ज करें।",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "घड़ी को Google के साथ सिंक करें",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "पासवर्ड याद रखें",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "आपकी स्थानीय घड़ी बहुत दूर है, कृपया जारी रखने से पहले इसे ठीक कर लें।",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "क्या आपके पास अपने खातों का बैकअप है?",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "कैप्चर विफल, कृपया पृष्ठ को पुनः लोड करें और पुनः प्रयास करें।",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "क्या आप किसी स्थानीय फ़ाइल से QR कोड स्कैन करने का प्रयास कर रहे हैं? इसके बजाय आयात क्यूआर छवि बैकअप का उपयोग करें।",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "समय पर आधारित",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "काउंटर पर आधारित",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "प्राथमिकताएं",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "परिमाण",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "चेतावनी: सभी बैकअप अनएन्क्रिप्टेड हैं। किसी अन्य ऐप में एक खाता जोड़ना चाहते हैं? किसी भी खाते के ऊपरी दाएं भाग पर होवर करें और छिपे हुए बटन को दबाएं।",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "बैकअप डाउनलोड करें",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "बैकअप आयात करें",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "बैकअप फ़ाइल आयात करें",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "क्यूआर छवि बैकअप आयात करें",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "टेक्स्ट बैकअप आयात करें",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "आयात सफल रहा, लेकिन कुछ क्यूआर कोड पहचाने नहीं जा सके।",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "आप बैचों में बैकअप आयात करने के लिए एकाधिक फ़ाइलों का चयन कर सकते हैं।",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "सभी प्रविष्टियाँ दिखाएँ",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "चेतावनी: बैकअप अनएन्क्रिप्टेड हैं। अपने जोखिम पार इस्तेमाल करें।",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "बैकअप आयात करने के लिए आपको सही पासवर्ड प्रदान करना होगा।",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "आपका पासवर्ड स्थानीय रूप से संग्रहीत है, कृपया इसे तुरंत सुरक्षा मेनू में बदलें।",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "हटाएं",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "पासवर्ड से सुरक्षित बैकअप डाउनलोड करें",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "खोजें",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "पॉप अप मोड",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "लॉक करें",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "संपादित",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "मैनुअल बैकअप I",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "स्वतः भरण का उपयोग करें",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "अधिक कंट्रास्ट",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "थीम",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "हल्की",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "डार्क",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "सरल",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "सघन",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "अधिक कंट्रास्ट",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "सपाट",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "अपने डेटा को तृतीय पक्ष संग्रहण सेवाओं में स्वचालित रूप से बैकअप लें।",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "ब्राउज़र सिंक",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "अंदर आएं",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "साइन इन करें (व्यवसाय)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "व्यावसायिक खातों को अधिक अनुमतियों की आवश्यकता क्यों होती है?"
+ },
+ "log_out": {
+ "message": "लॉगआउट",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "आपके $SERVICE$ खाते से कनेक्ट होने में एक समस्या थी, कृपया फिर से साइन इन करें।",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "आपके पास एक या अधिक स्टीम या बर्फ़ीला तूफ़ान खाते हैं। अनएन्क्रिप्टेड बैकअप मानकीकृत बैकअप प्रारूप का उपयोग नहीं करेंगे।",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "आप कुछ अन्य एप्लिकेशन से बैकअप आयात कर सकते हैं।",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "और अधिक जानें",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "लोड हो रहा है..."
+ },
+ "autolock": {
+ "message": "के बाद लॉक ऐप"
+ },
+ "minutes": {
+ "message": "मिनट"
+ },
+ "advanced": {
+ "message": "उन्नत"
+ },
+ "period": {
+ "message": "अवधि"
+ },
+ "type": {
+ "message": "प्रकार"
+ },
+ "invalid": {
+ "message": "अमान्य"
+ },
+ "digits": {
+ "message": "अंक"
+ },
+ "algorithm": {
+ "message": "अल्गोरिथम"
+ },
+ "smart_filter": {
+ "message": "स्मार्ट फ़िल्टर"
+ },
+ "backup": {
+ "message": "बैकअप"
+ },
+ "backup_file_info": {
+ "message": "एक फ़ाइल में अपने डेटा का बैकअप लें।"
+ },
+ "password_policy_default_hint": {
+ "message": "आपका पासवर्ड आपके संगठन की सुरक्षा आवश्यकताओं को पूरा नहीं करता है। अधिक जानकारी के लिए अपने व्यवस्थापक से संपर्क करें।"
+ },
+ "advisor": {
+ "message": "सलाहकार"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "अपने डेटा की सुरक्षा के लिए एक पासवर्ड सेट करें।"
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "अपने डेटा की सुरक्षा के लिए ऑटो-लॉक सक्षम करें।"
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "ब्राउज़र सिंक अक्षम है। इसे सक्षम करने से खातों को सभी ब्राउज़रों में समन्वयित किया जा सकता है।"
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "वेबसाइटों में स्वचालित रूप से कोड भरने के लिए स्वतः भरण को सक्षम किया जा सकता है।"
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "स्मार्ट फ़िल्टर को सक्षम करने से खातों तक त्वरित पहुँच की अनुमति मिलती है।"
+ },
+ "show_all_insights": {
+ "message": "सभी अंतर्दृष्टि दिखाएं।"
+ },
+ "no_insight_available": {
+ "message": "कोई अंतर्दृष्टि नहीं मिली, सब कुछ अच्छा लग रहा है!"
+ },
+ "danger": {
+ "message": "खतरा"
+ },
+ "warning": {
+ "message": "चेतावनी"
+ },
+ "info": {
+ "message": "जानकारी"
+ },
+ "dismiss": {
+ "message": "खारिज"
+ },
+ "learn_more": {
+ "message": "और अधिक जानें"
+ },
+ "enable_context_menu": {
+ "message": "प्रसंग मेनू में जोड़ें"
+ },
+ "no_entires": {
+ "message": "प्रदर्शित करने के लिए कोई खाता नहीं है। अपना पहला खाता अभी जोड़ें।"
+ },
+ "permissions": {
+ "message": "अनुमतियां"
+ },
+ "permission_revoke": {
+ "message": "रद्द करना"
+ },
+ "permission_show_required_permissions": {
+ "message": "गैर-प्रतिसंहरणीय अनुमतियां दिखाएं"
+ },
+ "permission_required": {
+ "message": "यह एक आवश्यक अनुमति है और इसे निरस्त नहीं किया जा सकता है।"
+ },
+ "permission_active_tab": {
+ "message": "क्यूआर कोड स्कैन करने के लिए वर्तमान टैब तक पहुंचें।"
+ },
+ "permission_storage": {
+ "message": "खाता डेटा संग्रहीत करने के लिए ब्राउज़र संग्रहण तक पहुंच।"
+ },
+ "permission_identity": {
+ "message": "तृतीय पक्ष संग्रहण सेवाओं में साइन इन करने की अनुमति देता है।"
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "जब आप खाते पर क्लिक करते हैं तो कोड को क्लिपबोर्ड पर कॉपी करने के लिए क्लिपबोर्ड पर केवल-लिखने की पहुंच प्रदान करता है।"
+ },
+ "permission_context_menus": {
+ "message": "संदर्भ मेनू में प्रमाणक जोड़ता है।"
+ },
+ "permission_sync_clock": {
+ "message": "घड़ी को Google के साथ सिंक करने की अनुमति देता है।"
+ },
+ "permission_dropbox": {
+ "message": "Dropbox बैकअप की अनुमति देता है"
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "आपको पहले Dropbox बैकअप को अक्षम करना होगा।"
+ },
+ "permission_drive": {
+ "message": "Google Drive पर बैकअप की अनुमति देता है।"
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "आपको पहले Google Drive बैकअप को अक्षम करना होगा।"
+ },
+ "permission_onedrive": {
+ "message": "OneDrive पर बैकअप की अनुमति देता है।"
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "आपको पहले OneDrive बैकअप को अक्षम करना होगा।"
+ },
+ "permission_unknown_permission": {
+ "message": "अज्ञात अनुमति। यदि आप यह संदेश देखते हैं, तो कृपया एक बग रिपोर्ट भेजें।"
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/hr/messages.json b/_locales/hr/messages.json
index 46dfadab2..fd27ec502 100644
--- a/_locales/hr/messages.json
+++ b/_locales/hr/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Autentifikator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Autentifikator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Autentifikator generira autentifikacijske kodove prijava u dva koraka direktno u Vašem pregledniku.",
- "description": "Extension Description."
- },
- "added": {
- "message": " dodano.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "QR kôd nije prepoznat.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Neispravan tajni ključ računa",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Dodavanje računa",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Skeniranje QR koda",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Ručno dodavanje",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Uvoz nije uspio. Ako selite podatke iz Google Autentifikatora, molimo, ponovno iz njega izvezite svoje podatke i pokušajte ponovno.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Neki podaci računa nisu uspješno uvezeni.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Zatvori",
- "description": "Close."
- },
- "ok": {
- "message": "U redu",
- "description": "OK."
- },
- "yes": {
- "message": "Da",
- "description": "Yes."
- },
- "no": {
- "message": "Ne",
- "description": "No."
- },
- "account": {
- "message": "Račun",
- "description": "Account."
- },
- "accountName": {
- "message": "Korisničko ime",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Izdavatelj",
- "description": "Issuer."
- },
- "secret": {
- "message": "Tajna",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Uspješno.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Neuspješno.",
- "description": "Update Failure."
- },
- "about": {
- "message": "O programu",
- "description": "About."
- },
- "settings": {
- "message": "Postavke",
- "description": "Settings."
- },
- "security": {
- "message": "Sigurnost",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Trenutna lozinka",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nova lozinka",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Lozinka",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Potvrdi lozinku",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Sigurno želite izbrisati ovaj račun? Ovo naknadno nije moguće poništiti.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Razmijem da će svi moji podaci nepovratno biti izbrisani.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Resetiranje Autentifikatora"
- },
- "delete_all_warning": {
- "message": "Ovo će obrisati sve vaše podatke i potpuno resetirati Autentifikator. Nećete moći vratiti obrisane podatke! Razmislite o spremanju sigurnosne kopije prije resetiranja Autentifikatora."
- },
- "security_warning": {
- "message": "Ovom će se lozinkom šifrirati vaš račun. Nitko vam neće moći pomoći ako ju zaboravite.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Ažuriranje",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Ne možete dodati novi račun, dok svi računi nisu dešifrirani. Za nastavak, molimo unesite ispravnu lozinku.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Računi koji nisu mogli biti dešifrirani neće biti uključeni u ovoj sigurnosnoj kopiji.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Lozinka se ne podudara.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Šifrirano",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopirano",
- "description": "Copied."
- },
- "feedback": {
- "message": "Povratne informacije",
- "description": "Feedback."
- },
- "translate": {
- "message": "Prevedi",
- "description": "Translate."
- },
- "source": {
- "message": "Izvorni kȏd",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Unesite lozinku za dešifriranje podataka računa.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sinkroniziraj sat s Google-om",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Zapamti lozinku",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Pažnja! Vaš lokalni sat nije usklađen. Za nastavak, molimo najmjestite ga.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Imate li sigurnosne kopije vaših računa? Ne odgađajte dok još nije kasno!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Zahvat nije uspio. Molimo ponovno učitajte stranicu i pokušajte ponovno.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Pokušavate skenirati QR kôd iz lokalne datoteke? Koristite opciju uvoza slike QR koda.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Zasnovano na vremenu",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Zasnovano na brojaču",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Postavke",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Mjerilo",
- "description": "Scale"
- },
- "export_info": {
- "message": "Upozorenje: svi izvozi su dešifrirano. Želite li dodati račun u drugu aplikaciju? Lebdjenje iznad gornjeg desnog dijela svakog računa nudi prikaz skrivene tipke.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Preuzmi sigurnosnu kopiju",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Uvoz sigurnosne kopije",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Uvoz sigurnosne kopije",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Uvoz kopije slike QR koda",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Uvoz tekstualne kopije",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Možete odabrati više datoteka za uzastopni uvoz sigurnosnih kopija.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Prikaži sve unose",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Upozorenje: sigurnose kopije su dešifrirane. Koristite na vlastitu odgovornost.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Za uvoz sigurnosnih kopija, potrebno je unijeti ispravnu lozinku.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Vaša lozinka je spremljena lokalno. Molimo odmah je promijenite u izborniku Sigurnost.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Ukloni",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Prezimanje sigurnosne kopije zaštićene lozinkom",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Pretraživanje",
- "description": "Search"
- },
- "popout": {
- "message": "Iskočni način",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Zaključavanje",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Uređivanje",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Koristi automatsko ispunjavanje",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Koristi visoki kontrast",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Svijetla",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Tamna",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Visoki kontrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatski spremi sigurnosnu kopiju na uslugu za pohranu.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Sinkronizacija preglednika",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Prijava",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "Odjava",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Došlo je do poteškoće kod spajanja na vaš račun $SERVICE$. Molimo, ponovno se prijavite.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Imate jedan ili više Steam ili Blizzard korisničkih računa. Nešifrirane sigurnosne kopije neće koristiti zadani sigurnostni oblik.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Možete uvesti sigurnosne kopije iz drugih aplikacija.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Saznajte više",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Ulitavanje..."
- },
- "autolock": {
- "message": "Zaključaj nakon"
- },
- "minutes": {
- "message": "minute/a"
- },
- "advanced": {
- "message": "Napredno"
- },
- "period": {
- "message": "Razdoblje"
- },
- "type": {
- "message": "Vrsta"
- },
- "invalid": {
- "message": "Nevažeće"
- },
- "digits": {
- "message": "Brojevi"
- },
- "algorithm": {
- "message": "Algoritam"
- },
- "smart_filter": {
- "message": "Pametni filter"
- },
- "backup": {
- "message": "Sigurnosna kopija"
- },
- "backup_file_info": {
- "message": "Spremanje podataka u sigurnosnu kopiju."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autentifikator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autentifikator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Autentifikator generira dvofaktorske autentifikacijske kodove u tvom pregledniku.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " je dodan.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "QR kod nije prepoznat.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Neispravna tajna računa",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Dodaj račun",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Snimi QR kod",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Ručni unos",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Uvoz nije uspio. Ako seliš podatke iz Google Autentifikatora, ponovo izvezi svoje podatke iz Google Autentifikatora i pokušaj ponovo.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Neki podaci računa nisu uspješno uvezeni.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Zatvori",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "U redu",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Da",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Ne",
+ "description": "No."
+ },
+ "account": {
+ "message": "Račun",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Korisničko ime",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Izdavatelj",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Tajna",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Uspjeh.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Neuspjeh.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "O programu",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Postavke",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Sigurnost",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Trenutačna lozinka",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nova lozinka",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Lozinka",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Potvrdi lozinku",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Stvarno želiš izbrisati ovaj račun? Ovo je nepovratna radnja.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Razumijem da će se svi moji podaci nepovratno izbrisati.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Resetiraj Autentifikator"
+ },
+ "delete_all_warning": {
+ "message": "Ovo će izbrisati sve tvoje podatke i potpuno resetirati Autentifikator. Nećeš moći vratiti izbrisane podatke! Spremi sigurnosnu kopiju prije resetiranja Autentifikatora."
+ },
+ "security_warning": {
+ "message": "Ova će se lozinka koristiti za šifriranje tvog računa. Nitko ti neće moći pomoći ako ju zaboraviš.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Aktualiziranje",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Ne možeš dodati novi račun, sve dok svi računi nisu dešifrirani. Za nastavljanje upiši ispravnu lozinku.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Računi koji se nisu mogli dešifrirati neće biti uključeni u ovoj sigurnosnoj kopiji.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Lozinka se ne podudara.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Šifrirano",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopirano",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Povratne informacije",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Prevedi",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Izvorni kod",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Upiši lozinku za dešifriranje podataka računa.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sinkroniziraj sat s Google-om",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Zapamti lozinku",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Pažnja! Tvoj lokalni sat nije usklađen. Najmjesti ga prije nastavljanja.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Imaš sigurnosne kopije za tvoje račune? Spremi ih dok nije prekasno!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Snimanje nije uspjelo. Ponovo učitaj stranicu i pokušaj ponovo.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Pokušavaš snimiti QR kod iz lokalne datoteke? Umjeto toga koristi „Uvoz sigurnosne kopije slike QR koda”.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Na osnovi vremena",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Na osnovi brojača",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Postavke",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Uvećanje",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Upozorenje: sve sigurnosne kopije su nešifrirane. Želiš li dodati račun u jednu drugu aplikaciju? Prijeđi mišem preko gornjeg desnog dijela svakog računa i pritisni gumb tipku za skrivanje.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Preuzmi datoteku sigurnosne kopije",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Uvoz sigurnosne kopije",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Uvoz datoteke sigurnosne kopije",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Uvoz sigurnosne kopije slike QR koda",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Uvoz QR slika",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Uvoz sigurnosne kopije teksta",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Uvoz OTP URL-ova",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Uvoz je uspio, ali neki QR kodovi nisu prepoznati.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Možeš odabrati više datoteka za grupni uvoz sigurnosnih kopija.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Prikaži sve unose",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Upozorenje: sigurnose kopije nisu šifrirane. Koristi ih na vlastitu odgovornost.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Za uvoz sigurnosnih kopija moraš upisati ispravnu lozinku.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Tvoja je lozinka spremljena lokalno. Promijeni ju odmah u izborniku sigurnosti.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Ukloni",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Prezimanje sigurnosne kopije zaštićene lozinkom",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Pretraga",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Skočni prozor",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Zaključaj",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Uredi",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Ručno spremljena sigurnosna kopija",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Koristi automatsko ispunjavanje",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Koristi visoki kontrast",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Svijetla",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Tamna",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Jednostavna",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompaktna",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Visoki kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Plošna",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatski spremi sigurnosnu kopiju tvojih podataka u stranoj usluzi za spremanje podataka.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Sinkronizacija preglednika",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Prijavi se",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Prijavi se (poslovno)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Zašto poslovni računi zahtijevaju više dozvola?"
+ },
+ "log_out": {
+ "message": "Odjava",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Povezivanje na tvoj $SERVICE$ račun nije uspjelo. Prijavi se ponovo.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Imaš jedan ili više Steam ili Blizzard računa. Nešifrirane sigurnosne kopije neće koristiti standardni format sigurnosne kopije.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Možeš uvesti sigurnosne kopije iz drugih aplikacija.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Saznaj više",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Učitavanje …"
+ },
+ "autolock": {
+ "message": "Zaključaj nakon"
+ },
+ "minutes": {
+ "message": "min"
+ },
+ "advanced": {
+ "message": "Napredno"
+ },
+ "period": {
+ "message": "Razdoblje"
+ },
+ "type": {
+ "message": "Vrsta"
+ },
+ "invalid": {
+ "message": "Nevažeće"
+ },
+ "digits": {
+ "message": "Brojke"
+ },
+ "algorithm": {
+ "message": "Algoritam"
+ },
+ "smart_filter": {
+ "message": "Pametni filtar"
+ },
+ "backup": {
+ "message": "Sigurnosna kopija"
+ },
+ "backup_file_info": {
+ "message": "Spremi sigurnosnu kopiju tvojih podataka u datoteku."
+ },
+ "password_policy_default_hint": {
+ "message": "Tvoja lozinka ne zadovoljava sigurnosne zahtjeve tvoje organizacije. Kontaktiraj administratora za daljnje informacije."
+ },
+ "advisor": {
+ "message": "Savjetnik"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Postavi lozinku za zaštitu tvojih podataka."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Aktiviraj automatsko zaključavanje za zaštitu tvojih podataka."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Sinkronizacija preglednika je deaktivirana. Aktiviranje omogućuje sinkronizaciju računa u svim preglednicima."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Automatsko ispunjavanje se može aktivirati za automatsko ispunjavanje kodova na web stranicama."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Aktiviranje pametnog filtra omogućuje brzi pristup računima."
+ },
+ "show_all_insights": {
+ "message": "Prikaži sve obavijesti."
+ },
+ "no_insight_available": {
+ "message": "Nema obavijesti, sve izgleda dobro!"
+ },
+ "danger": {
+ "message": "Opasnost"
+ },
+ "warning": {
+ "message": "Upozorenje"
+ },
+ "info": {
+ "message": "Informacije"
+ },
+ "dismiss": {
+ "message": "Odbaci"
+ },
+ "learn_more": {
+ "message": "Saznaj više"
+ },
+ "enable_context_menu": {
+ "message": "Dodaj u kontekstni izbornik"
+ },
+ "no_entires": {
+ "message": "Nema računa za prikaz. Dodaj svoj prvi račun."
+ },
+ "permissions": {
+ "message": "Dozvole"
+ },
+ "permission_revoke": {
+ "message": "Opozovi"
+ },
+ "permission_show_required_permissions": {
+ "message": "Prikaži neopozive dozvole"
+ },
+ "permission_required": {
+ "message": "Ovo je obavezna dozvola i ne može se opozvati."
+ },
+ "permission_active_tab": {
+ "message": "Pristupi trenutačnoj kartici za snimanje QR kodova."
+ },
+ "permission_storage": {
+ "message": "Pristupi memoriji preglednika za spremanje podataka računa."
+ },
+ "permission_identity": {
+ "message": "Dozvoljava prijavu na strane usluge spremanja podataka."
+ },
+ "permission_alarms": {
+ "message": "Omogućuje automatsko zaključavanje."
+ },
+ "permission_scripting": {
+ "message": "Umetni skripta u trenutačnu karticu za skeniranje QR kodova i omogući automatsko ispunjavanje."
+ },
+ "permission_clipboard_write": {
+ "message": "Odobrava pristup samo-za-pisanje međuspremniku za kopiranje kodova u međuspremnik kada pritisneš račun."
+ },
+ "permission_context_menus": {
+ "message": "Dodaje Autentifikator u kontekstni izbornik."
+ },
+ "permission_sync_clock": {
+ "message": "Dozvoljava sinkroniziranje sata s Googleom."
+ },
+ "permission_dropbox": {
+ "message": "Dozvoljava spremanje sigurnosne kopije na Dropboxu."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Najprije moraš deaktivirati Dropbox sigurnosne kopije."
+ },
+ "permission_drive": {
+ "message": "Dozvoljava spremanje sigurnosne kopije na Google Driveu."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Najprije moraš deaktivirati Google Drive sigurnosne kopije."
+ },
+ "permission_onedrive": {
+ "message": "Dozvoljava spremanje sigurnosne kopije na OneDriveu."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Najprije moraš deaktivirati OneDrive sigurnosne kopije."
+ },
+ "permission_unknown_permission": {
+ "message": "Nepoznata dozvola. Ako vidiš ovu poruku pošalji izvještaj o grešci."
+ },
+ "phrase_wrong": {
+ "message": "Neispravna lozinka"
+ },
+ "activate_auto_filter": {
+ "message": "Upozorenje: Pametni filtar slabo povezuje naziv domene s računom. Prije unosa koda uvijek provjerite jeste li na ispravnoj web stranici!"
+ }
+}
diff --git a/_locales/hu/messages.json b/_locales/hu/messages.json
index 6f3c305c2..98b01572a 100644
--- a/_locales/hu/messages.json
+++ b/_locales/hu/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Hitelesítő",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Hitelesítő",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "A Hitelesítő 2 lépcsős ellenőrző kódokat generál a böngészőben.",
- "description": "Extension Description."
- },
- "added": {
- "message": " hozzáadva.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Ismeretlen QR-kód.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Invalid account secret",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Fiók hozzáadása",
- "description": "Add account."
- },
- "add_qr": {
- "message": "QR kód beolvasása",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Kézi bevitel",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Az importálás sikertelen. Ha a Google Hitelesítőből történt az adatok mozgatása, akkor próbálkozzon a Google Hitelesítőből az adatok újra exportálásával!",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "A fiók adatok importálása csak részben volt sikeres.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Bezár",
- "description": "Close."
- },
- "ok": {
- "message": "Rendben",
- "description": "OK."
- },
- "yes": {
- "message": "Igen",
- "description": "Yes."
- },
- "no": {
- "message": "Nem",
- "description": "No."
- },
- "account": {
- "message": "Fiók",
- "description": "Account."
- },
- "accountName": {
- "message": "Felhasználónév",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Kibocsátó",
- "description": "Issuer."
- },
- "secret": {
- "message": "Titok",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Sikerült.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Sikertelen.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Rólunk",
- "description": "About."
- },
- "settings": {
- "message": "Beállítások",
- "description": "Settings."
- },
- "security": {
- "message": "Biztonság",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Jelenlegi jelszó",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Új jelszó",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Jelszó",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Jelszó megerősítése",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Biztosan törli ezt a fiókot? Ez a művelet nem vonható vissza.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Megértem, hogy az összes adatomat helyreállíthatatlanul törli.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Hitelesítő visszaállítása"
- },
- "delete_all_warning": {
- "message": "\nEzzel törli az összes adatot, és teljesen visszaállítja a Hitelesítőt. A törölt adatokat nem fogja tudni visszaállítani! Az Authenticator alaphelyzetbe állítása előtt fontolóra kell vennie egy biztonsági másolat készítését."
- },
- "security_warning": {
- "message": "Ez a jelszó lesz használva a fiókjai titkosításához. Senki sem tud segíteni, ha elfelejti a jelszavát.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Frissítés",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Nem adhat hozzá új fiókot vagy exportálhat adatot míg az összes fiók titkosítva van. Kérjük, írja be a helyes jelszót a folytatáshoz.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Azok a fiókok, amelyeket nem sikerült visszafejteni, nem lesznek benne a biztonsági mentésben.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "A jelszók nem egyeznek.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Titkosított",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Másolva",
- "description": "Copied."
- },
- "feedback": {
- "message": "Visszajelzés",
- "description": "Feedback."
- },
- "translate": {
- "message": "Fordítás",
- "description": "Translate."
- },
- "source": {
- "message": "Forráskód",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Írja be a jelszót az adatok visszafejtéséhez.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Előzmények szinkronizálása Google-val",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Jelszó megjegyzése",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Vigyázat! A helyi óra túl pontatlan, javítsa a folytatás előtt.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Készített már biztonsági mentést a fiókjaihoz? Ne várjon még túl késő lesz!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "A rögzítés sikertelen, kérem töltse újra az oldalt és próbálja meg újra.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Helyben tárolt fájlból próbálja beolvasni a QR-kódot? Inkább importálja a mentett QR képet!",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Idő alapú",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Számláló alapú",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Tulajdonságok",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Méretezés",
- "description": "Scale"
- },
- "export_info": {
- "message": "Figyelem: a mentések nem titkosítottak. Hozzá szeretne adni egy fiókot egy másik apphoz? Tartsa az egeret bármely fiók jobb felső sarkánál, majd nyomja meg a titkos gombot.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Biztonsági mentés letöltése",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Biztonsági mentés importálása",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Biztonsági mentés importálása",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "QR kód biztonsági mentés importálása",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Szöveges biztonsági mentés importálása",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Sikeresen importálva, de néhány QR-kód nem ismerhető fel.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Kijelölhet több képfájlt is a biztonsági mentés folyamatos importálásához.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Minden bejegyzés mutatása",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Figyelem: a biztonsági másolatok nem titkosítottak. Csak saját felelősségére használhatja.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Meg kell adnia a helyes jelszót a mentések importálásához.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Az ön jelszava helyben van tárolva, kérem módosítsa a biztonsági menüben sürgősen.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Eltávolít",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Jelszóval védett biztonsági másolat letöltése",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Keresés",
- "description": "Search"
- },
- "popout": {
- "message": "Felugró mód",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Zárolás",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Szerkeszt",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Kézi mentés",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Automatikus kitöltés használata",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Nagy kontraszt használata",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Téma",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Világos",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Sötét",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Egyszerű téma",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Kompakt téma",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Nagy kontrasztú",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatikusan menti az ön adatait a harmadik fél által üzemeltetett tároló szolgáltatásnál.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Böngésző szinronizálása",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Bejelentkezés",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Bejelentkezés (üzleti)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Miért igényel az üzleti fiók több engedélyt?"
- },
- "log_out": {
- "message": "Kijelentkezés",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Probléma adódott az ön $SERVICE$ fiókjához kapcsolódáskor, kérjük jelentkezzen be újra.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Egy vagy több Steam vagy Blizzard fiókokkal rendelkezik. A titkosítatlan biztonsági mentések nem fogják használni a szabványos biztonsági mentési formátumot.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Imprtálhat biztonsági mentéseket pár másik alkalmazásból.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "További információ",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Betöltés..."
- },
- "autolock": {
- "message": "Lezárás ennyi idő után"
- },
- "minutes": {
- "message": "percek"
- },
- "advanced": {
- "message": "Haladó"
- },
- "period": {
- "message": "Időszak"
- },
- "type": {
- "message": "Típus"
- },
- "invalid": {
- "message": "Érvénytelen"
- },
- "digits": {
- "message": "Számok"
- },
- "algorithm": {
- "message": "Algoritmus"
- },
- "smart_filter": {
- "message": "Okos szűrő"
- },
- "backup": {
- "message": "Biztonsági mentés"
- },
- "backup_file_info": {
- "message": "Mentse el adatait egy fájlba!"
- },
- "password_policy_default_hint": {
- "message": "A jelszava nem fele meg az előírt biztonsági követelményeknek. Vegye fel a kapcsolatot a rendszergazdával további információk érdekében!"
- },
- "advisor": {
- "message": "Tanácsadó"
- },
- "advisor_insight_password_not_set": {
- "message": "Állítson be jelszót az adatai biztonsága érdekében!"
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Automatikus lezárás engedélyezése adatai védelmének érdekében."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "A böngésző szinkronizálás le van tiltva. Az engedélyezés a fiókok böngészők közötti szinkronizálást teszi lehetővé."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Az automatikus kitöltés engedélyezésével a kódok az internet oldalak mezőiben automatikusan kitültésre kerülnek."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Az okos szűrő engedélyezésével a fiókok gyors elérése válik lehetővé."
- },
- "show_all_insights": {
- "message": "Összes tipp mutatása."
- },
- "no_insight_available": {
- "message": "Nem található tipp, úgy tűnik minden rendben!"
- },
- "danger": {
- "message": "Veszély"
- },
- "warning": {
- "message": "Figyelmeztetés"
- },
- "info": {
- "message": "Információ"
- },
- "dismiss": {
- "message": "Elvet"
- },
- "learn_more": {
- "message": "Tudj meg többet"
- },
- "enable_context_menu": {
- "message": "Kontextus menühöz adás"
- },
- "no_entires": {
- "message": "Nincs megjeleníthető fiók. Add hozzá első fiókodat most."
- },
- "permissions": {
- "message": "Engedélyek"
- },
- "permission_revoke": {
- "message": "Visszavon"
- },
- "permission_show_required_permissions": {
- "message": "Nem visszavonható engedélyek megjelenítése"
- },
- "permission_required": {
- "message": "Ez egy szükséges engedély és nem visszavonható."
- },
- "permission_active_tab": {
- "message": "Az aktuális fül elérése a QR-kódok beolvasásához."
- },
- "permission_storage": {
- "message": "Böngésző tárhely elérése fiók adatok tárolásához."
- },
- "permission_identity": {
- "message": "Bejelentkezés engedélyezése harmadik fél által biztosított tárhely szolgáltatáshoz."
- },
- "permission_clipboard_write": {
- "message": "A vágólapon csak írásra jogosító engedélyt biztosít, hogy a kódok a vágólapra kerüljenek a fiókra való kattintáskor."
- },
- "permission_context_menus": {
- "message": "Hitelesítő hozzáadása tartalomfüggő menühöz."
- },
- "permission_sync_clock": {
- "message": "Óra szinkronizálás engedélyezése Google által."
- },
- "permission_dropbox": {
- "message": "Biztonsági mentés engedélyezése DropBox-ra."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Először tiltsa le a DropBox-ra történő biztonsági adatmentést!"
- },
- "permission_drive": {
- "message": "Biztonsági adatmentés Google Drive-ra."
- },
- "permission_drive_cannot_revoke": {
- "message": "Először tiltsa le a Google Drive-ra történő biztonsági adatmentést!"
- },
- "permission_onedrive": {
- "message": "Biztonsági adatmentés engedélyezése OneDrive-ra."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Először tiltsa le a OneDrive-ra történő biztonsági adatmentést!"
- },
- "permission_unknown_permission": {
- "message": "Ismeretlen engedély. Ha ez az üzenet jelenik meg, kérem küldjön hibajelentést!"
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Hitelesítő",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Hitelesítő",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "A Hitelesítő kétlépcsős ellenőrző kódokat generál a böngészőben.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " hozzáadva.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Ismeretlen QR-kód.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Invalid account secret",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Fiók hozzáadása",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "QR kód beolvasása",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Kézi bevitel",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Az importálás sikertelen. Ha a Google Hitelesítőből történt az adatok mozgatása, akkor próbálkozzon a Google Hitelesítőből az adatok újra exportálásával!",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "A fiók adatok importálása csak részben volt sikeres.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Bezár",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Rendben",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Igen",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nem",
+ "description": "No."
+ },
+ "account": {
+ "message": "Fiók",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Felhasználónév",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Kibocsátó",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Titok",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Sikerült.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Sikertelen.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Rólunk",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Beállítások",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Biztonság",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Jelenlegi jelszó",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Új jelszó",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Jelszó",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Jelszó megerősítése",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Biztosan törli ezt a fiókot? Ez a művelet nem vonható vissza.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Megértem, hogy az összes adatomat helyreállíthatatlanul törli.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Hitelesítő visszaállítása"
+ },
+ "delete_all_warning": {
+ "message": "\nEzzel törli az összes adatot, és teljesen visszaállítja a Hitelesítőt. A törölt adatokat nem fogja tudni visszaállítani! Az Authenticator alaphelyzetbe állítása előtt fontolóra kell vennie egy biztonsági másolat készítését."
+ },
+ "security_warning": {
+ "message": "Ez a jelszó lesz használva a fiókjai titkosításához. Senki sem tud segíteni, ha elfelejti a jelszavát.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Frissítés",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Nem adhat hozzá új fiókot vagy exportálhat adatot míg az összes fiók titkosítva van. Kérjük, írja be a helyes jelszót a folytatáshoz.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Azok a fiókok, amelyeket nem sikerült visszafejteni, nem lesznek benne a biztonsági mentésben.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "A jelszók nem egyeznek.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Titkosított",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Másolva",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Visszajelzés",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Fordítás",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Forráskód",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Írja be a jelszót az adatok visszafejtéséhez.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Előzmények szinkronizálása Google-val",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Jelszó megjegyzése",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Vigyázat! A helyi óra túl pontatlan, javítsa a folytatás előtt.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Készített már biztonsági mentést a fiókjaihoz? Ne várjon még túl késő lesz!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "A rögzítés sikertelen, kérem töltse újra az oldalt és próbálja meg újra.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Helyben tárolt fájlból próbálja beolvasni a QR-kódot? Inkább importálja a mentett QR képet!",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Idő alapú",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Számláló alapú",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Tulajdonságok",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Méretezés",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Figyelem: a mentések nem titkosítottak. Hozzá szeretne adni egy fiókot egy másik apphoz? Tartsa az egeret bármely fiók jobb felső sarkánál, majd nyomja meg a titkos gombot.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Biztonsági mentés letöltése",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Biztonsági mentés importálása",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Biztonsági mentés importálása",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "QR kód biztonsági mentés importálása",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Szöveges biztonsági mentés importálása",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Sikeresen importálva, de néhány QR-kód nem ismerhető fel.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Kijelölhet több képfájlt is a biztonsági mentés folyamatos importálásához.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Minden bejegyzés mutatása",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Figyelem: a biztonsági másolatok nem titkosítottak. Csak saját felelősségére használhatja.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Meg kell adnia a helyes jelszót a mentések importálásához.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Az ön jelszava helyben van tárolva, kérem módosítsa a biztonsági menüben sürgősen.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Eltávolít",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Jelszóval védett biztonsági másolat letöltése",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Keresés",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Felugró mód",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Zárolás",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Szerkeszt",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Kézi mentés",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Automatikus kitöltés használata",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Nagy kontraszt használata",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Téma",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Világos",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Sötét",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Egyszerű téma",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompakt téma",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Nagy kontrasztú",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatikusan menti az ön adatait a harmadik fél által üzemeltetett tároló szolgáltatásnál.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Böngésző szinronizálása",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Bejelentkezés",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Bejelentkezés (üzleti)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Miért igényel az üzleti fiók több engedélyt?"
+ },
+ "log_out": {
+ "message": "Kijelentkezés",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Probléma adódott az ön $SERVICE$ fiókjához kapcsolódáskor, kérjük jelentkezzen be újra.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Egy vagy több Steam vagy Blizzard fiókokkal rendelkezik. A titkosítatlan biztonsági mentések nem fogják használni a szabványos biztonsági mentési formátumot.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Imprtálhat biztonsági mentéseket pár másik alkalmazásból.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "További információ",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Betöltés..."
+ },
+ "autolock": {
+ "message": "Lezárás ennyi idő után"
+ },
+ "minutes": {
+ "message": "percek"
+ },
+ "advanced": {
+ "message": "Haladó"
+ },
+ "period": {
+ "message": "Időszak"
+ },
+ "type": {
+ "message": "Típus"
+ },
+ "invalid": {
+ "message": "Érvénytelen"
+ },
+ "digits": {
+ "message": "Számok"
+ },
+ "algorithm": {
+ "message": "Algoritmus"
+ },
+ "smart_filter": {
+ "message": "Okos szűrő"
+ },
+ "backup": {
+ "message": "Biztonsági mentés"
+ },
+ "backup_file_info": {
+ "message": "Mentse el adatait egy fájlba!"
+ },
+ "password_policy_default_hint": {
+ "message": "A jelszava nem fele meg az előírt biztonsági követelményeknek. Vegye fel a kapcsolatot a rendszergazdával további információk érdekében!"
+ },
+ "advisor": {
+ "message": "Tanácsadó"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Állítson be jelszót az adatai biztonsága érdekében!"
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Automatikus lezárás engedélyezése adatai védelmének érdekében."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "A böngésző szinkronizálás le van tiltva. Az engedélyezés a fiókok böngészők közötti szinkronizálást teszi lehetővé."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Az automatikus kitöltés engedélyezésével a kódok az internet oldalak mezőiben automatikusan kitültésre kerülnek."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Az okos szűrő engedélyezésével a fiókok gyors elérése válik lehetővé."
+ },
+ "show_all_insights": {
+ "message": "Összes tipp mutatása."
+ },
+ "no_insight_available": {
+ "message": "Nem található tipp, úgy tűnik minden rendben!"
+ },
+ "danger": {
+ "message": "Veszély"
+ },
+ "warning": {
+ "message": "Figyelmeztetés"
+ },
+ "info": {
+ "message": "Információ"
+ },
+ "dismiss": {
+ "message": "Elvet"
+ },
+ "learn_more": {
+ "message": "Tudj meg többet"
+ },
+ "enable_context_menu": {
+ "message": "Kontextus menühöz adás"
+ },
+ "no_entires": {
+ "message": "Nincs megjeleníthető fiók. Add hozzá első fiókodat most."
+ },
+ "permissions": {
+ "message": "Engedélyek"
+ },
+ "permission_revoke": {
+ "message": "Visszavon"
+ },
+ "permission_show_required_permissions": {
+ "message": "Nem visszavonható engedélyek megjelenítése"
+ },
+ "permission_required": {
+ "message": "Ez egy szükséges engedély és nem visszavonható."
+ },
+ "permission_active_tab": {
+ "message": "Az aktuális fül elérése a QR-kódok beolvasásához."
+ },
+ "permission_storage": {
+ "message": "Böngésző tárhely elérése fiók adatok tárolásához."
+ },
+ "permission_identity": {
+ "message": "Bejelentkezés engedélyezése harmadik fél által biztosított tárhely szolgáltatáshoz."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "A vágólapon csak írásra jogosító engedélyt biztosít, hogy a kódok a vágólapra kerüljenek a fiókra való kattintáskor."
+ },
+ "permission_context_menus": {
+ "message": "Hitelesítő hozzáadása tartalomfüggő menühöz."
+ },
+ "permission_sync_clock": {
+ "message": "Óra szinkronizálás engedélyezése Google által."
+ },
+ "permission_dropbox": {
+ "message": "Biztonsági mentés engedélyezése DropBox-ra."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Először tiltsa le a DropBox-ra történő biztonsági adatmentést!"
+ },
+ "permission_drive": {
+ "message": "Biztonsági adatmentés Google Drive-ra."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Először tiltsa le a Google Drive-ra történő biztonsági adatmentést!"
+ },
+ "permission_onedrive": {
+ "message": "Biztonsági adatmentés engedélyezése OneDrive-ra."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Először tiltsa le a OneDrive-ra történő biztonsági adatmentést!"
+ },
+ "permission_unknown_permission": {
+ "message": "Ismeretlen engedély. Ha ez az üzenet jelenik meg, kérem küldjön hibajelentést!"
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/hy/messages.json b/_locales/hy/messages.json
new file mode 100644
index 000000000..c7c4ccf13
--- /dev/null
+++ b/_locales/hy/messages.json
@@ -0,0 +1,524 @@
+{
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator generates two-factor authentication codes in your browser.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " հաշիվը հաջողությամբ ավելացվել է։",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Անվավեր QR կոդ։",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "«Գաղտնիք» դաշտը անվավեր է։",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Ավելացնել հաշիվ",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Սկանավորել QR Կոդը",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Ինքնուրույն Մուտքագրում",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Ներմուծումը ձախողվեց։ Եթե Ձեր տվյալները «Google Authenticator»-ից եք ներմուծում, խնդրում ենք վերագեներացնել տվյալների արխիվը և կրկին փորձել։",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Հաշվի տվյալների ներմուծումը մասամբ ձախողվեց։",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Փակել",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Պարզ է",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Այո",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Ոչ",
+ "description": "No."
+ },
+ "account": {
+ "message": "Հաշիվ",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Օգտանուն",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Թողարկիչ",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Գաղտնիք",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Հաջողություն։",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Ձախողում։",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Ծառայության Մասին",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Կարգավորումներ",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Անվտանգության",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Այժմյա Գաղտնաբառ",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Նոր Գաղտնաբառ",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Գաղտնաբառ",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Նոր Գաղտնաբառ (Կրկին)",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Դուք իսկապե՞ս ցանկանում եք ջնջել այս հաշիվը։ Այս գործողությունը անդառնալի է։",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Ես ընդունում եմ, որ իմ տվյալները ընդմիշտ կջնջվեն։",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Զրոյացնել «Authenticator»-ը"
+ },
+ "delete_all_warning": {
+ "message": "Այս գործողության արդյունքում վերջնականապես կջնջվեն Ձեր բոլոր տվյալները և «Authenticator»-ի կարգավորումները։ Զրոյացում կատարելուց առաջ խորհուրդ է տրվում կատարել կրկնօրինակում։"
+ },
+ "security_warning": {
+ "message": "Այս գաղտնաբառը կօգտագործվի Ձեր բոլոր հաշիվները կոդավորելու համար։ Ոչ ոք Ձեզ չի կարող օգնել, եթե հանկարծ մոռանաք այն։",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Թարմացնել",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Բոլոր հաշիվները պետք է ապակոդավորվեն՝ նախքան նոր հաշիվ ավելացնելը: Շարունակելուց առաջ՝ նախ մուտքագրեք ճիշտ գաղտնաբառը:",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Այն հաշիվները, որոնց հնարավոր չէ ապակոդավորել, չեն կրկնօրինակվի։",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Գաղտնաբառը չի համապատասխանում",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Գաղտնագրված",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Պատճենվել է",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Հետադարձ Կապ",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Թարգմանել",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Ելակետային Կոդ",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Մուտքագրեք գաղտնաբառը՝ հաշվի տվյալները ապակոդավորելու համար։",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Համաժամեցնել Google-ից",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Հիշել գաղտնաբառերը",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Զգուշացում՝ Ձեր լոկալ ժամացույցը չափազանց սխալ է։ Խնդրում ենք ուղղել այն՝ շարունակելուց առաջ։",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Հիշեցում՝ կատարե՛ք կրկնօրինակում, քանի դեռ ուշ չէ։",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Գրանցումը ձախողվեց։ Վերաբեռնեք էջը և կրկին փորձեք։",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Ձեզ պետք է սկանավորել QR-կոդ լոկալ ֆայլի՞ց։ Օգտագործե՛ք «Ներմուծել QR-կոդային Կրկնօրինակում»։",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Ըստ Ժամի",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Ըստ Հաշվիչի",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Նախընտրանքներ",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Մասշտաբ",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Զգուշացում՝ կրկնօրինակումները չեն գաղտնագրվում։ Ցանկանո՞ւմ եք ավելացնել այլ հավելվածի հաշիվ։ Տեղափոխե՛ք նշորդը ցանկացած հաշվի վերևից՝ աջ և սեղմեք թաքցրած կոճակը։",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Ներբեռնել Կրկնօրինակում",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Ներմուծել Կրկնօրինակում",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Ներմուծել Կրկնօրինակման Ֆայլ",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Ներմուծել QR-կոդային Կրկնօրինակում",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Ներմուծել Տեքստային Կրկնօրինակում",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Ներմուծումը հաջողությամբ կատարվեց։ Որոշ QR-կոդեր չեն ճանաչվել։",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Մեկից ավել ֆայլ ընտրելով՝ հնարավոր է հերթագրել կրկնօրինակումների ներմուծումը։",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Ցույց տալ ամբողջը",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Զգուշացում՝ Կրկնօրինակումները չեն գաղտնագրվում։",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Կրկնօրինակումներ ներմուծելու համար անհրաժեշտ է մուտքագրել ճիշտ գաղտնաբառը։",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Ձեր գաղտնաբառը պահվում է լոկալ հիշողության մեջ։ Խնդրում ենք անմիջապես փոխել այն անվտանգության ընտրացանկից։",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Ջնջել",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Ներբեռնել Կոդավորված Կրկնօրինակում",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Որոնում",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Պատուհանային Կարգ",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Կողպել",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Փոփոխել",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Ինքնուրույն Կրկնօրինակում",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Ավտոմուտքագրում",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Բարձր Կոնտրաստ",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Գեղատեսք",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Առավոտյան",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Գիշերային",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Հասարակ",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Կոմպակտ",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Բարձր Կոնտրաստ",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Հարթ",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Ավտոկրկնօրինակեք Ձեր տվյալները՝ հիշողության ծառայություններում։",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Կայքզննարկիչի Համաժամեցում",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Մուտք",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Մուտք (Բիզնես)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Ի՞նչու են «բիզնես» հաշիվները պահանջում առավել թույլտվություններ։"
+ },
+ "log_out": {
+ "message": "Անջատել",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Չհաջողվեց կապ հաստատել «$SERVICE$»-ի հետ։ Փորձեք կրկին մուտք գործել։",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
+ }
+ },
+ "otp_unsupported_warn": {
+ "message": "Ձեր հաշիվների ցանկի մեջ մտնում է «Steam» կամ «Blizzard» ծառայության հաշիվ։ Ոչ-կոդավորված կրկնօրինակումները չեն օգտագործի ստանդարտ ձևաչափ։",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Կարող եք ներմուծել կրկնօրինակումներ այլ հավելվածներից։",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Իմանալ ավելին",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Բեռնում..."
+ },
+ "autolock": {
+ "message": "Կողպել"
+ },
+ "minutes": {
+ "message": "րոպեից"
+ },
+ "advanced": {
+ "message": "Կոմպլեքս"
+ },
+ "period": {
+ "message": "Ժամանակաշրջան"
+ },
+ "type": {
+ "message": "Տեսակ"
+ },
+ "invalid": {
+ "message": "Անվավեր"
+ },
+ "digits": {
+ "message": "Թվանշաններ"
+ },
+ "algorithm": {
+ "message": "Ալգորիթմ"
+ },
+ "smart_filter": {
+ "message": "Խելացի Ֆիլտր"
+ },
+ "backup": {
+ "message": "Կրկնօրինակում"
+ },
+ "backup_file_info": {
+ "message": "Արխիվացրեք Ձեր տվյալները՝ ֆայլի մեջ։"
+ },
+ "password_policy_default_hint": {
+ "message": "Ձեր գաղտնաբառը չի հետևում կազմակերպության կողմից սահմանված կանոններին։ Հարցերի դեպքում՝ կապնվեք Ձեր ադմինիստրատորի հետ։"
+ },
+ "advisor": {
+ "message": "Խորհրդատու"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Սահմանեք գաղտնաբառ՝ Ձեր տվյալները պաշտպանելու համար։"
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Ակտիվացրեք ավտոկողպումը՝ Ձեր տվյալները պաշտպանելու համար։"
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Կայքզննարկչային համաժամեցումը ապակտիվացված է։ Միացնելով այն՝ կարող եք համաժամեցնել Ձեր հաշիվները տարբեր կայքզննարկիչներում։"
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Ավտոմուտքագրումը ակտիվացնելու դեպքում կոդերը ավտոմատ կարգով կմուտքագրվեն վեբկայքերում։"
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Խելացի ֆիլտրն ակտիվացնելը թույլատրում է արագ մատչում Ձեր հաշիվներին։"
+ },
+ "show_all_insights": {
+ "message": "Ցույց տալ բոլոր խորհուրդները"
+ },
+ "no_insight_available": {
+ "message": "Ամեն ինչ կարգին է՝ խորհուրդներ չկան։"
+ },
+ "danger": {
+ "message": "Վտանգ"
+ },
+ "warning": {
+ "message": "Զգուշացում"
+ },
+ "info": {
+ "message": "Ծանուցում"
+ },
+ "dismiss": {
+ "message": "Ջնջել"
+ },
+ "learn_more": {
+ "message": "Իմանալ ավելին"
+ },
+ "enable_context_menu": {
+ "message": "Կցել «կոնտեքստ» ընտրացանկին"
+ },
+ "no_entires": {
+ "message": "Հաշիվներ դեռ չկան։ Եկեք սկսենք՝ ավելացնելով Ձեր առաջին հաշիվը։"
+ },
+ "permissions": {
+ "message": "Թույլտվություններ"
+ },
+ "permission_revoke": {
+ "message": "Զրոյացնել"
+ },
+ "permission_show_required_permissions": {
+ "message": "Ցույց տալ անչեղարկելի թույլտվությունները"
+ },
+ "permission_required": {
+ "message": "Այս թույլտվությունը պարտադիր է։ Դուք չեք կարող մերժել այն։"
+ },
+ "permission_active_tab": {
+ "message": "Մատչում տվյալ ներդիրին՝ QR-կոդի սկանավորման համար"
+ },
+ "permission_storage": {
+ "message": "Կայքզննարկիչի հիշողության օգտագործում՝ որպես հաշիվների տվյալների պահեստ"
+ },
+ "permission_identity": {
+ "message": "Թույլատրում է մուտք գործել հիշողության ծառայություններ"
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Թույլատրում է փոփոխություններ կատարել կցատարում՝ հաշիվների կոդերը պատճենելու համար"
+ },
+ "permission_context_menus": {
+ "message": "Ավելացնում է «Authenticator»-ը՝ կոնտեքստ ընտրացանկում"
+ },
+ "permission_sync_clock": {
+ "message": "Թույլատրում է համաժամեցում՝ «Google»-ից"
+ },
+ "permission_dropbox": {
+ "message": "Թույլատրում է կրկնօրինակել «Dropbox»-ում"
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Նախ՝ անջատեք «Dropbox»-ում կրկնօրինակումը։"
+ },
+ "permission_drive": {
+ "message": "Թույլատրում է կրկնօրինակել «Google Drive»-ում"
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Նախ՝ անջատեք «Google Drive»-ում կրկնօրինակումը։"
+ },
+ "permission_onedrive": {
+ "message": "Թույլատրում է կրկնօրինակել «OneDrive»-ում"
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Նախ՝ անջատեք «OneDrive»-ում կրկնօրինակումը։"
+ },
+ "permission_unknown_permission": {
+ "message": "Անհայտ թույլտվություն։ Խնդրում ենք կապնվել ծրագրի մշակողների հետ։"
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/id/messages.json b/_locales/id/messages.json
index bb44caa0c..4172e26c9 100644
--- a/_locales/id/messages.json
+++ b/_locales/id/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator menghasilkan kode verifikasi 2 langkah di browser anda.",
- "description": "Extension Description."
- },
- "added": {
- "message": " telah ditambahkan.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Kode QR tidak diketahui.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Nama account tidak valid",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Tambah Akun",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Pindai kode QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Entri manual",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Impor gagal. Jika Anda memigrasi data dari Google Authenticator, ekspor ulang data Anda dari Google Authenticator dan coba lagi.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Beberapa data akun tidak berhasil diimpor.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Tutup",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Ya",
- "description": "Yes."
- },
- "no": {
- "message": "Tidak",
- "description": "No."
- },
- "account": {
- "message": "Akun",
- "description": "Account."
- },
- "accountName": {
- "message": "Nama pengguna",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Penerbit",
- "description": "Issuer."
- },
- "secret": {
- "message": "Rahasia",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Sukses.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Gagal.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Tentang",
- "description": "About."
- },
- "settings": {
- "message": "Konfigurasi",
- "description": "Settings."
- },
- "security": {
- "message": "Keamanan",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Kata sandi saat ini",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Kata sandi baru",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Kata sandi",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Konfirmasi kata sandi",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Apakah anda yakin ingin menghapusnya? Tindakan ini tidak dapat dibatalkan.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Saya mengerti bahwa semua data saya tidak dapat dikembalikan setelah dihapus.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Reset Authenticator"
- },
- "delete_all_warning": {
- "message": "Tindakan ini akan menghapus semua data dan mereset ulang Autentikator. Anda tidak dapat mengembalikan data yang sudah terhapus! Pastikan anda membuat Backup terlebih dahulu sebelum mereset ulang Authentikator."
- },
- "security_warning": {
- "message": "Kata sandi ini akan digunakan untuk mengenkripsi kode rahasia anda. Tidak ada yang dapat membantu anda jikalau anda lupa kata sandi anda.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Perbaharui",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Anda tidak dapat menambahkan akun baru atau mengekspor data hingga semua akun dienkripsi. Tolong masukkan kata sandi yang tepat sebelum melanjutkan.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Akun yang tidak dapat di dekripsi tidak akan disertakan dalam cadangan ini.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Kata sandi salah.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Terenkripsi",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Tersalin",
- "description": "Copied."
- },
- "feedback": {
- "message": "Umpan Balik",
- "description": "Feedback."
- },
- "translate": {
- "message": "Terjemahkan",
- "description": "Translate."
- },
- "source": {
- "message": "Kode sumber",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Masukkan password untuk men-dekripsi data akun.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sinkronisasi riwayat dengan Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Ingat kata sandi",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Hati hati! Jam lokal anda terlalu jauh, tolong perbarui sebelum melanjutkan.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Apakah anda ingin mencadangkan data anda? Jangan menunggu hingga terlambat!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Gagal ditangkap, silakan muat ulang halaman dan coba lagi.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Apakah Anda mencoba memindai kode QR dari file lokal? Gunakan cadangan Impor QR Image.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Berdasarkan Waktu",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Berdasarkan Penghitung",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Pengaturan",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Skala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Peringatan: Semua cadangan tidak dienkripsi. Ingin menambahkan akun ke aplikasi lain? Arahkan ke bagian kanan atas dari akun apa pun dan tekan tombol tersembunyinya.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Unduh Berkas Cadangan",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Impor Cadangan",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Impor Berkas Cadangan",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Impor cadangan gambar QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Impor Text Cadangan",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Impor berhasil, tapi beberapa gambar QR tidak dapat dikenali.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Anda bisa memilih beberapa berkas untuk cadangan impor di batch.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Tampilkan semua entri",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Peringatan: Cadangan tidak terenkripsi. Perhatikan resikonya sebelum digunakan.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Masukkan kata sandi yang tepat untuk mengimpor cadangan.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Kata sandi anda disimpan secara lokal, tolong ubah kedalam menu keamanan segera.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Hapus",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Download cadangan terenkripsi",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Cari",
- "description": "Search"
- },
- "popout": {
- "message": "Mode popup",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Kunci",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Ubah",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Backup manual",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "IsiOtomatis",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Gunakan Kontras yang Tinggi",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Terang",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Gelap",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Sederhana",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Sederhana",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Kontras Tinggi",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Otomatis mencadangkan data kamu ke layanan penyimpanan pihak ke-3.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Sinkronisasi browser",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Masuk",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Masuk (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Mengapa bisnis akun membutuhkan lebih banyak permission?"
- },
- "log_out": {
- "message": "Keluar",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Ada error saat menghubungkan ke akun $SERVICE$ kamu, silahkan masuk lagi.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Anda memiliki satu atau lebih akun Steam atau Blizzard. Cadangan yang tidak terenkripsi tidak akan menggunakan format cadangan terstandarisasi.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Anda dapat mengimpor cadangan dari aplikasi lain.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Selengkapnya",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Memuat..."
- },
- "autolock": {
- "message": "Mengunci aplikasi"
- },
- "minutes": {
- "message": "menit"
- },
- "advanced": {
- "message": "Tingkat lanjut"
- },
- "period": {
- "message": "Periode"
- },
- "type": {
- "message": "Tipe"
- },
- "invalid": {
- "message": "Tidak valid"
- },
- "digits": {
- "message": "Digit"
- },
- "algorithm": {
- "message": "Algoritma"
- },
- "smart_filter": {
- "message": "Filter pintar"
- },
- "backup": {
- "message": "Cadangan"
- },
- "backup_file_info": {
- "message": "Cadangkan data Anda ke file."
- },
- "password_policy_default_hint": {
- "message": "Kata sandi tidak memenuhi persyaratan keamanan organisasi anda. Hubungi administrator untuk informasi lebih lanjut."
- },
- "advisor": {
- "message": "Penasehat"
- },
- "advisor_insight_password_not_set": {
- "message": "Masukkan kata sandi untuk melindungi data anda."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Aktifkan auto-lock untuk melindungi data anda."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Sinkronisasi browser nonaktif. Mengaktifkannya membuat akun sinkron di semua browser."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill dapat diaktifkan untuk mengisi kode secara otomatis ke situs web."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Mengaktifkan filter cerdas memungkinkan akses cepat ke akun."
- },
- "show_all_insights": {
- "message": "Melihat semua pengumuman."
- },
- "no_insight_available": {
- "message": "Pengumuman kosong, semua normal!"
- },
- "danger": {
- "message": "Perhatian"
- },
- "warning": {
- "message": "Peringatan"
- },
- "info": {
- "message": "Informasi"
- },
- "dismiss": {
- "message": "Abaikan"
- },
- "learn_more": {
- "message": "Selengkapnya"
- },
- "enable_context_menu": {
- "message": "Tambahkan ke menu konteks"
- },
- "no_entires": {
- "message": "Tidak ada akun untuk ditampilkan. Tambahkan akun pertamamu sekarang."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autentikator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator menghasilkan kode verifikasi 2 langkah di browser anda.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " telah ditambahkan.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Kode QR tidak diketahui.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Nama account tidak valid",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Tambah Akun",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Pindai kode QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Entri manual",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Impor gagal. Jika Anda memigrasi data dari Google Authenticator, ekspor ulang data Anda dari Google Authenticator dan coba lagi.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Beberapa data akun tidak berhasil diimpor.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Tutup",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ya",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Tidak",
+ "description": "No."
+ },
+ "account": {
+ "message": "Akun",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nama pengguna",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Penerbit",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Rahasia",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Sukses.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Gagal.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Tentang",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Konfigurasi",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Keamanan",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Kata sandi saat ini",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Kata sandi baru",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Kata sandi",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Konfirmasi kata sandi",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Apakah anda yakin ingin menghapusnya? Tindakan ini tidak dapat dibatalkan.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Saya mengerti bahwa semua data saya tidak dapat dikembalikan setelah dihapus.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Reset Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "Tindakan ini akan menghapus semua data dan mereset ulang Autentikator. Anda tidak dapat mengembalikan data yang sudah terhapus! Pastikan anda membuat Backup terlebih dahulu sebelum mereset ulang Authentikator."
+ },
+ "security_warning": {
+ "message": "Kata sandi ini akan digunakan untuk mengenkripsi kode rahasia anda. Tidak ada yang dapat membantu anda jikalau anda lupa kata sandi anda.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Perbaharui",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Anda tidak dapat menambahkan akun baru atau mengekspor data hingga semua akun dienkripsi. Tolong masukkan kata sandi yang tepat sebelum melanjutkan.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Akun yang tidak dapat di dekripsi tidak akan disertakan dalam cadangan ini.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Kata sandi salah.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Terenkripsi",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Tersalin",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Umpan Balik",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Terjemahkan",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Kode sumber",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Masukkan password untuk men-dekripsi data akun.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sinkronisasi riwayat dengan Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Ingat kata sandi",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Hati hati! Jam lokal anda terlalu jauh, tolong perbarui sebelum melanjutkan.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Apakah anda ingin mencadangkan data anda? Jangan menunggu hingga terlambat!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Gagal ditangkap, silakan muat ulang halaman dan coba lagi.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Apakah Anda mencoba memindai kode QR dari file lokal? Gunakan cadangan Impor QR Image.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Berdasarkan Waktu",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Berdasarkan Penghitung",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Pengaturan",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Peringatan: Semua cadangan tidak dienkripsi. Ingin menambahkan akun ke aplikasi lain? Arahkan ke bagian kanan atas dari akun apa pun dan tekan tombol tersembunyinya.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Unduh Berkas Cadangan",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Impor Cadangan",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Impor Berkas Cadangan",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Impor cadangan gambar QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Impor Gambar QR",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Impor Text Cadangan",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Impor URL OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Impor berhasil, tapi beberapa gambar QR tidak dapat dikenali.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Anda bisa memilih beberapa berkas untuk cadangan impor di batch.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Tampilkan semua entri",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Peringatan: Cadangan tidak terenkripsi. Perhatikan resikonya sebelum digunakan.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Masukkan kata sandi yang tepat untuk mengimpor cadangan.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Kata sandi anda disimpan secara lokal, tolong ubah kedalam menu keamanan segera.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Hapus",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Download cadangan terenkripsi",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Cari",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Mode popup",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Kunci",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Ubah",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Backup manual",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "IsiOtomatis",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Gunakan Kontras yang Tinggi",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Terang",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Gelap",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Sederhana",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Sederhana",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Kontras Tinggi",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Rata",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Otomatis mencadangkan data kamu ke layanan penyimpanan pihak ke-3.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Sinkronisasi browser",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Masuk",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Masuk (Business)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Mengapa bisnis akun membutuhkan lebih banyak permission?"
+ },
+ "log_out": {
+ "message": "Keluar",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Ada error saat menghubungkan ke akun $SERVICE$ kamu, silahkan masuk lagi.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Anda memiliki satu atau lebih akun Steam atau Blizzard. Cadangan yang tidak terenkripsi tidak akan menggunakan format cadangan terstandarisasi.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Anda dapat mengimpor cadangan dari aplikasi lain.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Selengkapnya",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Memuat..."
+ },
+ "autolock": {
+ "message": "Mengunci aplikasi"
+ },
+ "minutes": {
+ "message": "menit"
+ },
+ "advanced": {
+ "message": "Tingkat lanjut"
+ },
+ "period": {
+ "message": "Periode"
+ },
+ "type": {
+ "message": "Tipe"
+ },
+ "invalid": {
+ "message": "Tidak valid"
+ },
+ "digits": {
+ "message": "Digit"
+ },
+ "algorithm": {
+ "message": "Algoritma"
+ },
+ "smart_filter": {
+ "message": "Filter pintar"
+ },
+ "backup": {
+ "message": "Cadangan"
+ },
+ "backup_file_info": {
+ "message": "Cadangkan data Anda ke file."
+ },
+ "password_policy_default_hint": {
+ "message": "Kata sandi tidak memenuhi persyaratan keamanan organisasi anda. Hubungi administrator untuk informasi lebih lanjut."
+ },
+ "advisor": {
+ "message": "Penasehat"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Masukkan kata sandi untuk melindungi data anda."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Aktifkan auto-lock untuk melindungi data anda."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Sinkronisasi browser nonaktif. Mengaktifkannya membuat akun sinkron di semua browser."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill dapat diaktifkan untuk mengisi kode secara otomatis ke situs web."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Mengaktifkan filter cerdas memungkinkan akses cepat ke akun."
+ },
+ "show_all_insights": {
+ "message": "Melihat semua pengumuman."
+ },
+ "no_insight_available": {
+ "message": "Pengumuman kosong, semua normal!"
+ },
+ "danger": {
+ "message": "Perhatian"
+ },
+ "warning": {
+ "message": "Peringatan"
+ },
+ "info": {
+ "message": "Informasi"
+ },
+ "dismiss": {
+ "message": "Abaikan"
+ },
+ "learn_more": {
+ "message": "Selengkapnya"
+ },
+ "enable_context_menu": {
+ "message": "Tambahkan ke menu konteks"
+ },
+ "no_entires": {
+ "message": "Tidak ada akun untuk ditampilkan. Tambahkan akun pertamamu sekarang."
+ },
+ "permissions": {
+ "message": "Perizinan"
+ },
+ "permission_revoke": {
+ "message": "Revoke"
+ },
+ "permission_show_required_permissions": {
+ "message": "Menampilkan ijin yang tidak bisa dibatalkan"
+ },
+ "permission_required": {
+ "message": "Tindakan yang membutuhkan izin dan tidak bisa dibatalkan."
+ },
+ "permission_active_tab": {
+ "message": "Akses yang diarahkan ke tab terkait untuk memindai kode QR."
+ },
+ "permission_storage": {
+ "message": "Akses ke penyimpanan peramban untuk menyimpan data akun."
+ },
+ "permission_identity": {
+ "message": "Izinkan masuk ke layanan penyimpanan pihak ke-3."
+ },
+ "permission_alarms": {
+ "message": "Mengizinkan kunci-otomatis berfungsi."
+ },
+ "permission_scripting": {
+ "message": "Masukkan skrip ke tab saat ini untuk memindai kode QR dan memungkinkan pengisian otomatis berfungsi."
+ },
+ "permission_clipboard_write": {
+ "message": "Memberikan akses write-only ke clipboard untuk menyalin kode ke clipboard saat Anda meng-klik akun."
+ },
+ "permission_context_menus": {
+ "message": "Menambahkan Authenticator ke menu konteks."
+ },
+ "permission_sync_clock": {
+ "message": "Mengizinkan sinkronisasi jam dengan Google."
+ },
+ "permission_dropbox": {
+ "message": "Izinkan pencadangan ke Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Anda harus me-non-aktifkan cadangan Dropbox terlebih dahulu."
+ },
+ "permission_drive": {
+ "message": "Izinkan pencadangan ke Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Anda harus me-non-aktifkan cadangan Google Drive terlebih dahulu."
+ },
+ "permission_onedrive": {
+ "message": "Izinkan pencadangan ke OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Anda harus me-non-aktifkan cadangan OneDrive terlebih dahulu."
+ },
+ "permission_unknown_permission": {
+ "message": "Izin tidak diketahui. Jika melihat pesan ini, kirimkan laporan kesalahan."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/it/messages.json b/_locales/it/messages.json
index 726361f5c..2ae338f2c 100644
--- a/_locales/it/messages.json
+++ b/_locales/it/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Autenticatore",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator genera codici di verifica a due fattori nel tuo browser.",
- "description": "Extension Description."
- },
- "added": {
- "message": "è stato aggiunto",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Codice QR non riconosciuto.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Chiave segreta dell'account non valida",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Aggiungi account",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Scansiona il codice QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Inserisci manualmente",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Importazione non riuscita. Se stai portando dati da Google Authenticator, riesporta i dati da Google Authenticator e prova di nuovo.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Alcuni dati dell'account non sono stati importati con successo.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Chiudere",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Sì",
- "description": "Yes."
- },
- "no": {
- "message": "No",
- "description": "No."
- },
- "account": {
- "message": "Account",
- "description": "Account."
- },
- "accountName": {
- "message": "Nome Utente",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Emittente del codice",
- "description": "Issuer."
- },
- "secret": {
- "message": "Chiave segreta",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Successo.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Fallito.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Informazioni",
- "description": "About."
- },
- "settings": {
- "message": "Impostazioni",
- "description": "Settings."
- },
- "security": {
- "message": "Sicurezza",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Password corrente",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nuova password",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Password",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Conferma password",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Sei sicuro di voler eliminare questo account? L'operazione non può essere annullata.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Comprendo che tutti i miei dati saranno eliminati irrimediabilmente.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Resetta Autenticatore"
- },
- "delete_all_warning": {
- "message": "Questo eliminerà tutti i tuoi dati e ripristinerà completamente l'Authenticator. Non potrai recuperare alcun dato eliminato! Dovresti considerare di salvare un backup, prima di ripristinare l'Authenticator."
- },
- "security_warning": {
- "message": "Questa password verrà usata per cifrare i tuoi account. Se dimentichi la password non ti potrà aiutare nessuno.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Aggiorna",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Non è possibile aggiungere un nuovo account fino a quando tutti gli account non saranno decrittografati. Si prega di inserire la password corretta prima di continuare.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Gli account che non è stato possibile decrittografare non verranno inclusi in questo backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "La password non corrisponde.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Crittografato",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Copiato",
- "description": "Copied."
- },
- "feedback": {
- "message": "Feedback",
- "description": "Feedback."
- },
- "translate": {
- "message": "Traduci",
- "description": "Translate."
- },
- "source": {
- "message": "Codice Sorgente",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Inserisci la password per decrittografare i dati dell'account.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sincronizzazione dell'orologio con Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Ricorda la Password",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Attenzione! C'è una differenza troppo grande con il vostro orologio locale, si prega di risolvere prima di continuare.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Hai una copia di backup dei tuoi account? Non aspettare che sia troppo tardi!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Acquisizione non riuscita, si prega di ricaricare la pagina e riprovare.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Stai cercando di scansionare il codice QR da un file locale? Prova invece Importa backup immagine QR.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Basato sul tempo",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Basato su un contatore",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferenze",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Scala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Attenzione: tutti i backup sono non crittografati. Vuoi aggiungere un account a un'altra app? Passa il mouse sopra la parte superiore destra di qualsiasi account e premere il pulsante nascosto.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Scarica il file di backup",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importa Backup",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importa il file di Backup",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importa Backup Immagine Qr",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importa Backup Dati",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Importazione riuscita, ma alcuni codici QR non possono essere riconosciuti.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "È possibile selezionare più file per importare il backup in lotti.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Visualizza tutte le voci",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Attenzione: I Backup non sono crittografati. Usa a tuo rischio.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "È necessario fornire la password corretta per importare il backup.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "La password è memorizzata localmente, cambiala immediatamente nel menu sicurezza.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Rimuovi",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Scarica Backup protetti da Password",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Cerca",
- "description": "Search"
- },
- "popout": {
- "message": "Modalità Popup",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Blocca",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Modifica",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Backup Manuale",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Usa Autocompletamento",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Usa Alto Contrasto",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Chiaro",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Scuro",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Semplice",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compatto",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Contrasto Elevato",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Backup automatico dei tuoi dati su servizi di terze parti.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Sincronizzazione Browser",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Accedi",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Accedi (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Perché i profili business richiedono più permessi?"
- },
- "log_out": {
- "message": "Esci",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "C'è stato un problema di connessione al tuo account $SERVICE$, si prega di accedere nuovamente.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Hai uno o più account di Steam o Blizzard. I backup non cifrati non utilizzeranno il formato di backup standard.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Puoi importare i backup da altre applicazioni.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Ulteriori informazioni",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Caricamento..."
- },
- "autolock": {
- "message": "Blocca dopo"
- },
- "minutes": {
- "message": "minuti"
- },
- "advanced": {
- "message": "Avanzate"
- },
- "period": {
- "message": "Periodo"
- },
- "type": {
- "message": "Tipo"
- },
- "invalid": {
- "message": "Non valido"
- },
- "digits": {
- "message": "Cifre"
- },
- "algorithm": {
- "message": "Algoritmo"
- },
- "smart_filter": {
- "message": "Filtro Intelligente"
- },
- "backup": {
- "message": "Backup"
- },
- "backup_file_info": {
- "message": "Fai il backup dei tuoi dati su un file."
- },
- "password_policy_default_hint": {
- "message": "La tua password non soddisfa i requisiti di sicurezza della tua organizzazione. Contatta l'amministratore per maggiori informazioni."
- },
- "advisor": {
- "message": "Consulente"
- },
- "advisor_insight_password_not_set": {
- "message": "Imposta una password per proteggere i tuoi dati."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Abilita il blocco automatico per proteggere i tuoi dati."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "La sincronizzazione del browser è disabilitata. Abilitarla consente ai profili di esser sincronizzati tra i browser."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Il riempimento automatico è abilitabile per compilare automaticamente i codici nei siti web."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Abilitare il filtro smart consente l'accesso rapido ai profili."
- },
- "show_all_insights": {
- "message": "Mostra tutti i dettagli."
- },
- "no_insight_available": {
- "message": "Nessun dettaglio trovato, sembra andare tutto bene!"
- },
- "danger": {
- "message": "Pericolo"
- },
- "warning": {
- "message": "Attenzione"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Scarta"
- },
- "learn_more": {
- "message": "Scopri di più"
- },
- "enable_context_menu": {
- "message": "Aggiungi al menu contestuale"
- },
- "no_entires": {
- "message": "Nessun account da visualizzare. Aggiungi il tuo primo account ora."
- },
- "permissions": {
- "message": "Autorizzazioni"
- },
- "permission_revoke": {
- "message": "Revoca"
- },
- "permission_show_required_permissions": {
- "message": "Mostra autorizzazioni non revocabili"
- },
- "permission_required": {
- "message": "Questa è un'autorizzazione necessaria e non revocabile."
- },
- "permission_active_tab": {
- "message": "Accedi alla scheda corrente per scansionare i codici QR."
- },
- "permission_storage": {
- "message": "Accedi all'archiviazione del browser per memorizzare i dati del profilo."
- },
- "permission_identity": {
- "message": "Consenti l'accesso a servizi d'archiviazione di terze parti."
- },
- "permission_clipboard_write": {
- "message": "Concedi l'accesso di sola scrittura agli appunti per copiarvi i codici quando clicchi sul profilo."
- },
- "permission_context_menus": {
- "message": "Aggiungi Authenticatori al menu contestuale."
- },
- "permission_sync_clock": {
- "message": "Consenti la sincronizzazione dell'orario con Google."
- },
- "permission_dropbox": {
- "message": "Consenti il backup su Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Devi prima disabilitare il backup di Dropbox."
- },
- "permission_drive": {
- "message": "Consenti il backup a Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "Devi prima disabilitare il backup di Google Drive."
- },
- "permission_onedrive": {
- "message": "Consenti il backup su OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Devi prima disabilitare il backup su OneDrive."
- },
- "permission_unknown_permission": {
- "message": "Autorizzazione sconosciuta. Se vedi questo messaggio, sei pregato di inviare una segnalazione di bug."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator genera codici di verifica a due fattori nel tuo browser.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " è stato aggiunto.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Codice QR non riconosciuto.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Chiave segreta dell'account non valida",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Aggiungi account",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Scansiona il codice QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Inserisci manualmente",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Importazione non riuscita. Se stai portando dati da Google Authenticator, riesporta i dati da Google Authenticator e prova di nuovo.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Alcuni dati dell'account non sono stati importati con successo.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Chiudi",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Sì",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "No",
+ "description": "No."
+ },
+ "account": {
+ "message": "Account",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nome Utente",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Emittente del codice",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Chiave segreta",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Successo.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Fallito.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Informazioni",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Impostazioni",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Sicurezza",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Password corrente",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nuova password",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Password",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Conferma password",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Sei sicuro di voler eliminare questo account? L'operazione non può essere annullata.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Comprendo che tutti i miei dati saranno eliminati irrimediabilmente.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Resetta Autenticatore"
+ },
+ "delete_all_warning": {
+ "message": "Questo eliminerà tutti i tuoi dati e ripristinerà completamente l'Authenticator. Non potrai recuperare alcun dato eliminato! Dovresti considerare di salvare un backup, prima di ripristinare l'Authenticator."
+ },
+ "security_warning": {
+ "message": "Questa password verrà usata per cifrare i tuoi account. Se dimentichi la password non ti potrà aiutare nessuno.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Aggiorna",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Non è possibile aggiungere un nuovo account fino a quando tutti gli account non saranno decrittografati. Si prega di inserire la password corretta prima di continuare.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Gli account che non è stato possibile decrittografare non verranno inclusi in questo backup.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "La password non corrisponde.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Criptato",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Copiato",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Feedback",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Traduci",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Codice Sorgente",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Inserisci la password per decriptare l'account.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sincronizzazione orologio con Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Ricorda la Password",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Attenzione! C'è una differenza troppo grande con l'orologio locale, risolvere prima di continuare.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Hai una copia di backup dei tuoi account? Non aspettare che sia troppo tardi!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Acquisizione non riuscita, ricaricare la pagina e riprovare.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Stai cercando di scansionare il codice QR da un file locale? Prova invece Importa backup da immagine QR.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Basato sul tempo",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Basato su un contatore",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferenze",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Scala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Attenzione: tutti i backup sono non criptati. Vuoi aggiungere un account a un'altra app? Passa il mouse sopra la parte superiore destra di qualsiasi account e premi il pulsante nascosto.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Scarica il file di backup",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importa Backup",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importa il file di Backup",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importa Backup da Immagine QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Importa immagini QR",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importa Backup testuale",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Importa URL OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Importazione riuscita, ma alcuni codici QR non possono essere riconosciuti.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "È possibile selezionare più file per importare il backup in lotti.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Visualizza tutte le voci",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Attenzione: i backup non sono criptati. Usa a tuo rischio.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "È necessario fornire la password corretta per importare il backup.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "La password è memorizzata localmente, cambiala immediatamente dal menu sicurezza.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Rimuovi",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Scarica Backup protetti da Password",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Cerca",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Modalità Popup",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Blocca",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Modifica",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Backup Manuale",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Usa Autocompletamento",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Usa Alto Contrasto",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Chiaro",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Scuro",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Semplice",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compatto",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Contrasto Elevato",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Backup automatico dei tuoi dati su servizi di terze parti.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Sincronizzazione Browser",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Accedi",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Accedi (Business)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Perché i profili business richiedono più permessi?"
+ },
+ "log_out": {
+ "message": "Disconnetti",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "C'è stato un problema di connessione al tuo account $SERVICE$, si prega di accedere nuovamente.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Hai uno o più account di Steam o Blizzard. I backup non cifrati non utilizzeranno il formato di backup standard.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Puoi importare i backup da altre applicazioni.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Ulteriori informazioni",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Caricamento..."
+ },
+ "autolock": {
+ "message": "Blocca dopo"
+ },
+ "minutes": {
+ "message": "minuti"
+ },
+ "advanced": {
+ "message": "Avanzate"
+ },
+ "period": {
+ "message": "Periodo"
+ },
+ "type": {
+ "message": "Tipo"
+ },
+ "invalid": {
+ "message": "Non valido"
+ },
+ "digits": {
+ "message": "Caratteri"
+ },
+ "algorithm": {
+ "message": "Algoritmo"
+ },
+ "smart_filter": {
+ "message": "Filtro Intelligente"
+ },
+ "backup": {
+ "message": "Backup"
+ },
+ "backup_file_info": {
+ "message": "Fai il backup dei tuoi dati su un file."
+ },
+ "password_policy_default_hint": {
+ "message": "La tua password non soddisfa i requisiti di sicurezza della tua organizzazione. Contatta l'amministratore per maggiori informazioni."
+ },
+ "advisor": {
+ "message": "Suggerimenti"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Imposta una password per proteggere i tuoi dati."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Abilita il blocco automatico per proteggere i tuoi dati."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "La sincronizzazione del browser è disabilitata. Abilitarla consente ai profili di esser sincronizzati tra i browser."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Il riempimento automatico è abilitabile per compilare automaticamente i codici nei siti web."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Abilitare il filtro smart consente l'accesso rapido ai profili."
+ },
+ "show_all_insights": {
+ "message": "Mostra tutti i dettagli."
+ },
+ "no_insight_available": {
+ "message": "Nessun dettaglio trovato, sembra andare tutto bene!"
+ },
+ "danger": {
+ "message": "Pericolo"
+ },
+ "warning": {
+ "message": "Attenzione"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Scarta"
+ },
+ "learn_more": {
+ "message": "Scopri di più"
+ },
+ "enable_context_menu": {
+ "message": "Aggiungi al menu contestuale"
+ },
+ "no_entires": {
+ "message": "Nessun account da visualizzare. Aggiungi il tuo primo account ora."
+ },
+ "permissions": {
+ "message": "Autorizzazioni"
+ },
+ "permission_revoke": {
+ "message": "Revoca"
+ },
+ "permission_show_required_permissions": {
+ "message": "Mostra autorizzazioni non revocabili"
+ },
+ "permission_required": {
+ "message": "Questa è un'autorizzazione necessaria e non revocabile."
+ },
+ "permission_active_tab": {
+ "message": "Accedi alla scheda corrente per scansionare i codici QR."
+ },
+ "permission_storage": {
+ "message": "Accedi all'archiviazione del browser per memorizzare i dati del profilo."
+ },
+ "permission_identity": {
+ "message": "Consenti l'accesso a servizi d'archiviazione di terze parti."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Concedi l'accesso di sola scrittura agli appunti per copiarvi i codici quando clicchi sul profilo."
+ },
+ "permission_context_menus": {
+ "message": "Aggiungi Authenticatori al menu contestuale."
+ },
+ "permission_sync_clock": {
+ "message": "Consenti la sincronizzazione dell'orario con Google."
+ },
+ "permission_dropbox": {
+ "message": "Consenti il backup su Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Devi prima disabilitare il backup di Dropbox."
+ },
+ "permission_drive": {
+ "message": "Consenti il backup a Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Devi prima disabilitare il backup di Google Drive."
+ },
+ "permission_onedrive": {
+ "message": "Consenti il backup su OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Devi prima disabilitare il backup su OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Autorizzazione sconosciuta. Se vedi questo messaggio, sei pregato di inviare una segnalazione di bug."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/ja/messages.json b/_locales/ja/messages.json
index 8644c62cf..aa2b9c707 100644
--- a/_locales/ja/messages.json
+++ b/_locales/ja/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator はお使いのブラウザーで2段階認証コードを生成します。",
- "description": "Extension Description."
- },
- "added": {
- "message": " 追加されました。",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "QR コードが認識できません。",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "無効なアカウントのシークレット",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "アカウントを追加",
- "description": "Add account."
- },
- "add_qr": {
- "message": "QRコードをスキャン",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "手動入力",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "インポートに失敗しました。Google Authenticator からデータを移行する場合は、データを再度エクスポートしてやり直してみてください。",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "いくつかのアカウントデータは正常にインポートされませんでした。",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "閉じる",
- "description": "Close."
- },
- "ok": {
- "message": "OK",
- "description": "OK."
- },
- "yes": {
- "message": "はい",
- "description": "Yes."
- },
- "no": {
- "message": "いいえ",
- "description": "No."
- },
- "account": {
- "message": "アカウント",
- "description": "Account."
- },
- "accountName": {
- "message": "ユーザー名",
- "description": "Account Name."
- },
- "issuer": {
- "message": "発行者",
- "description": "Issuer."
- },
- "secret": {
- "message": "シークレット",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "成功しました。",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "失敗しました。",
- "description": "Update Failure."
- },
- "about": {
- "message": "このアプリについて",
- "description": "About."
- },
- "settings": {
- "message": "設定",
- "description": "Settings."
- },
- "security": {
- "message": "セキュリティ",
- "description": "Security."
- },
- "current_phrase": {
- "message": "現在のパスワード",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "新しいパスワード",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "パスワード",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "パスワードの再入力",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "このアカウントを削除してもよろしいですか? 実行後は元に戻せません。",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "私はすべてのデータが削除されて復旧できないことを承知しています。",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "認証システムをリセット"
- },
- "delete_all_warning": {
- "message": "これにより、すべてのデータが削除され、認証システムが完全にリセットされます。 削除されたデータを復元することはできません。 認証システムをリセットする前にバックアップを保存することをお勧めします。"
- },
- "security_warning": {
- "message": "このパスワードであなたのアカウントを暗号化します。パスワードを紛失すると復旧できなくなりますのでご注意ください。",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "更新",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "すべてのアカウントが復号化されるまで、新しいアカウントを追加することはできません。続行する前に正しいパスワードを入力してください。",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "復号できなかったアカウントは、このバックアップには含まれません。",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "パスワードが一致しません。",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "暗号化",
- "description": "Encrypted."
- },
- "copied": {
- "message": "コピーしました。",
- "description": "Copied."
- },
- "feedback": {
- "message": "ご意見",
- "description": "Feedback."
- },
- "translate": {
- "message": "翻訳",
- "description": "Translate."
- },
- "source": {
- "message": "ソース コード",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "アカウントデータを復号するためのパスワードを入力してください。",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Google と時刻を同期\n",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "パスワードを記憶させる",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "危険!お使いの環境の日時が実際の日時と離れすぎています。続ける前にまずは修正してください。",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "アカウントのバックアップを保存していますか? 忘れる前に今すぐ!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "キャプチャーできませんでした。再読込してもう一度お試しください。",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "ローカルファイルからQRコードをスキャンしようとしていますか? 代わりにQRイメージバックアップをインポートしてください。",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "タイム ベース",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "カウンター ベース",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "設定",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "大きさ",
- "description": "Scale"
- },
- "export_info": {
- "message": "警告: バックアップはすべて暗号化されていません。別のアプリにアカウントを追加したい場合、アカウントの右上にカーソルを合わせ、非表示のボタンを押してください。",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "バックアップファイルのダウンロード",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "バックアップのインポート",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "バックアップファイルのインポート",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "QR 画像のバックアップをインポート",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "テキストのバックアップのインポート",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "インポートに成功しましたが、QR画像の一部が認識できませんでした。",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "バッチでバックアップをインポートするファイルを複数選択できます。",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "すべての登録を表示",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "警告: バックアップは暗号化されていません。お気をつけください。",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "バックアップをインポートするために正しいパスワードを入力してください。",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "パスワードをローカル環境に保存しました。すぐにメニューのセキュリティから変更してください。",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "削除",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "パスワードで保護されたバックアップをダウンロード",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "検索",
- "description": "Search"
- },
- "popout": {
- "message": "ポップアップ表示",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "ロック",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "編集",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "手動バックアップ",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "自動入力を使用する",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "高コントラストにする",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "テーマ",
- "description": "Theme"
- },
- "theme_light": {
- "message": "ライト",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "ダーク",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "シンプル",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "コンパクト",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "高コントラスト",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "サードパーティのストレージサービスへ自動的にデータをバックアップします。",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "ブラウザ間で同期",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "サインイン",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "なぜビジネスアカウントにはより多くの権限が必要なのですか?"
- },
- "log_out": {
- "message": "ログアウト",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "$SERVICE$ のアカウントに接続できませんでした。もう一度サインインしてください。",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "使用できないアカウントが含まれています。暗号化されていないバックアップでは、標準のバックアップ形式を使用できません。",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "他のアプリのバックアップをインポートできます。",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "詳細",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "読み込み中..."
- },
- "autolock": {
- "message": "ロック時間"
- },
- "minutes": {
- "message": "分"
- },
- "advanced": {
- "message": "その他"
- },
- "period": {
- "message": "期間"
- },
- "type": {
- "message": "タイプ"
- },
- "invalid": {
- "message": "無効"
- },
- "digits": {
- "message": "桁数"
- },
- "algorithm": {
- "message": "アルゴリズム"
- },
- "smart_filter": {
- "message": "スマートフィルター"
- },
- "backup": {
- "message": "バックアップ"
- },
- "backup_file_info": {
- "message": "データをファイルにバックアップします。"
- },
- "password_policy_default_hint": {
- "message": "パスワードが組織のセキュリティ要件を満たしていません。詳しくは管理者にお問い合わせください。"
- },
- "advisor": {
- "message": "アドバイザー"
- },
- "advisor_insight_password_not_set": {
- "message": "データを保護するためにパスワードを設定します。"
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "自動ロックを有効にしてデータを保護します。"
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "ブラウザの同期が無効になっています。アカウントを有効にするとブラウザ間で同期することができます。"
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "自動入力を有効にすると、ウェブサイトで自動的にコードを入力できます。"
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "スマートフィルタを有効にすると、アカウントへ素早くアクセスできます。"
- },
- "show_all_insights": {
- "message": "すべてのインサイトを表示します。"
- },
- "no_insight_available": {
- "message": "インサイトが見つかりませんでした。すべて問題ないようです!"
- },
- "danger": {
- "message": "危険"
- },
- "warning": {
- "message": "注意"
- },
- "info": {
- "message": "お知らせ"
- },
- "dismiss": {
- "message": "消去する"
- },
- "learn_more": {
- "message": "続きを読む"
- },
- "enable_context_menu": {
- "message": "コンテキストメニューに追加"
- },
- "no_entires": {
- "message": "表示するアカウントがありません。今すぐ最初のアカウントを追加してください。"
- },
- "permissions": {
- "message": "権限"
- },
- "permission_revoke": {
- "message": "取り消す"
- },
- "permission_show_required_permissions": {
- "message": "取消不可能な権限を表示"
- },
- "permission_required": {
- "message": "これは必須の権限であり、取り消すことはできません。"
- },
- "permission_active_tab": {
- "message": "現在のタブにアクセスしてQRコードをスキャンします。"
- },
- "permission_storage": {
- "message": "ブラウザのストレージにアクセスしてアカウントデータを保存します。"
- },
- "permission_identity": {
- "message": "サードパーティのストレージサービスへのサインインを許可します。"
- },
- "permission_clipboard_write": {
- "message": "アカウントをクリックしたときにクリップボードへの書き込み専用の権限を許可します。"
- },
- "permission_context_menus": {
- "message": "コンテキストメニューに認証システムを追加します。"
- },
- "permission_sync_clock": {
- "message": "Google との時刻の同期を許可します。"
- },
- "permission_dropbox": {
- "message": "Dropboxへバックアップを行います。"
- },
- "permission_dropbox_cannot_revoke": {
- "message": "最初にDropboxのバックアップを無効にする必要があります。"
- },
- "permission_drive": {
- "message": "Google ドライブへバックアップを行います。"
- },
- "permission_drive_cannot_revoke": {
- "message": "まず、Google ドライブのバックアップを無効にする必要があります。"
- },
- "permission_onedrive": {
- "message": "OneDriveへバックアップを行います。"
- },
- "permission_onedrive_cannot_revoke": {
- "message": "最初にOneDriveへのバックアップを無効にする必要があります。"
- },
- "permission_unknown_permission": {
- "message": "不明な権限です。このメッセージが表示される場合はバグレポートを送信してください。"
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator はお使いのブラウザーで2段階認証コードを生成します。",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " 追加されました。",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "QR コードが認識できません。",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "無効なアカウントのシークレットキー",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "アカウントを追加",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "QRコードをスキャン",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "手動入力",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "インポートに失敗しました。Google Authenticator からデータを移行する場合は、データを再度エクスポートしてやり直してみてください。",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "いくつかのアカウントデータは正常にインポートされませんでした。",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "閉じる",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "OK",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "はい",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "いいえ",
+ "description": "No."
+ },
+ "account": {
+ "message": "アカウント",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "ユーザー名",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "発行者",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "シークレット",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "成功しました。",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "失敗しました。",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "このアプリについて",
+ "description": "About."
+ },
+ "settings": {
+ "message": "設定",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "セキュリティ",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "現在のパスワード",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "新しいパスワード",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "パスワード",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "パスワードの再入力",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "このアカウントを削除してもよろしいですか? 実行後は元に戻せません。",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "私はすべてのデータが削除されて復旧できないことを承知しています。",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "認証システムをリセット"
+ },
+ "delete_all_warning": {
+ "message": "これにより、すべてのデータが削除され、認証システムが完全にリセットされます。 削除されたデータを復元することはできません。 認証システムをリセットする前にバックアップを保存することをお勧めします。"
+ },
+ "security_warning": {
+ "message": "このパスワードであなたのアカウントを暗号化します。パスワードを紛失すると復旧できなくなりますのでご注意ください。",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "更新",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "すべてのアカウントが復号化されるまで、新しいアカウントを追加することはできません。続行する前に正しいパスワードを入力してください。",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "復号できなかったアカウントは、このバックアップには含まれません。",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "パスワードが一致しません。",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "暗号化",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "コピーしました。",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "ご意見",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "翻訳",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "ソース コード",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "アカウントデータを復号するためのパスワードを入力してください。",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Google と時刻を同期\n",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "パスワードを記憶させる",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "危険!お使いの環境の日時が実際の日時と離れすぎています。続ける前にまずは修正してください。",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "アカウントのバックアップを保存していますか? 忘れる前に今すぐ!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "キャプチャーできませんでした。再読込してもう一度お試しください。",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "ローカルファイルからQRコードをスキャンしようとしていますか? 代わりにQRイメージバックアップをインポートしてください。",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "タイム ベース",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "カウンター ベース",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "設定",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "大きさ",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "警告: バックアップはすべて暗号化されていません。別のアプリにアカウントを追加したい場合、アカウントの右上にカーソルを合わせ、非表示のボタンを押してください。",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "バックアップファイルのダウンロード",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "バックアップのインポート",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "バックアップファイルのインポート",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "QR 画像のバックアップをインポート",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "QRコード画像をインポート",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "テキストのバックアップのインポート",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "OTP URLをインポート",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "インポートに成功しましたが、QR画像の一部が認識できませんでした。",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "バッチでバックアップをインポートするファイルを複数選択できます。",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "すべての登録を表示",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "警告: バックアップは暗号化されていません。お気をつけください。",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "バックアップをインポートするために正しいパスワードを入力してください。",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "パスワードをローカル環境に保存しました。すぐにメニューのセキュリティから変更してください。",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "削除",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "パスワードで保護されたバックアップをダウンロード",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "検索",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "ポップアップ表示",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "ロック",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "編集",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "手動バックアップ",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "自動入力を使用する",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "高コントラストにする",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "テーマ",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "ライト",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "ダーク",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "シンプル",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "コンパクト",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "高コントラスト",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "フラット",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "サードパーティのストレージサービスへ自動的にデータをバックアップします。",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "ブラウザ間で同期",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "サインイン",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Sign in (Business)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "なぜビジネスアカウントにはより多くの権限が必要なのですか?"
+ },
+ "log_out": {
+ "message": "ログアウト",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "$SERVICE$ のアカウントに接続できませんでした。もう一度サインインしてください。",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "使用できないアカウントが含まれています。暗号化されていないバックアップでは、標準のバックアップ形式を使用できません。",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "他のアプリのバックアップをインポートできます。",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "詳細",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "読み込み中..."
+ },
+ "autolock": {
+ "message": "ロック時間"
+ },
+ "minutes": {
+ "message": "分"
+ },
+ "advanced": {
+ "message": "その他"
+ },
+ "period": {
+ "message": "期間"
+ },
+ "type": {
+ "message": "タイプ"
+ },
+ "invalid": {
+ "message": "無効"
+ },
+ "digits": {
+ "message": "桁数"
+ },
+ "algorithm": {
+ "message": "アルゴリズム"
+ },
+ "smart_filter": {
+ "message": "スマートフィルター"
+ },
+ "backup": {
+ "message": "バックアップ"
+ },
+ "backup_file_info": {
+ "message": "データをファイルにバックアップします。"
+ },
+ "password_policy_default_hint": {
+ "message": "パスワードが組織のセキュリティ要件を満たしていません。詳しくは管理者にお問い合わせください。"
+ },
+ "advisor": {
+ "message": "アドバイザー"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "データを保護するためにパスワードを設定します。"
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "自動ロックを有効にしてデータを保護します。"
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "ブラウザの同期が無効になっています。アカウントを有効にするとブラウザ間で同期することができます。"
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "自動入力を有効にすると、ウェブサイトで自動的にコードを入力できます。"
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "スマートフィルタを有効にすると、アカウントへ素早くアクセスできます。"
+ },
+ "show_all_insights": {
+ "message": "すべてのインサイトを表示します。"
+ },
+ "no_insight_available": {
+ "message": "インサイトが見つかりませんでした。すべて問題ないようです!"
+ },
+ "danger": {
+ "message": "危険"
+ },
+ "warning": {
+ "message": "注意"
+ },
+ "info": {
+ "message": "お知らせ"
+ },
+ "dismiss": {
+ "message": "消去する"
+ },
+ "learn_more": {
+ "message": "続きを読む"
+ },
+ "enable_context_menu": {
+ "message": "コンテキストメニューに追加"
+ },
+ "no_entires": {
+ "message": "表示するアカウントがありません。今すぐ最初のアカウントを追加してください。"
+ },
+ "permissions": {
+ "message": "権限"
+ },
+ "permission_revoke": {
+ "message": "取り消す"
+ },
+ "permission_show_required_permissions": {
+ "message": "取消不可能な権限を表示"
+ },
+ "permission_required": {
+ "message": "これは必須の権限であり、取り消すことはできません。"
+ },
+ "permission_active_tab": {
+ "message": "現在のタブにアクセスしてQRコードをスキャンします。"
+ },
+ "permission_storage": {
+ "message": "ブラウザのストレージにアクセスしてアカウントデータを保存します。"
+ },
+ "permission_identity": {
+ "message": "サードパーティのストレージサービスへのサインインを許可します。"
+ },
+ "permission_alarms": {
+ "message": "機能を有効化するには、画面の自動ロックを有効にします。"
+ },
+ "permission_scripting": {
+ "message": "現在のタブにスクリプトを挿入してQRコードをスキャンし、自動入力がが機能するようにする。"
+ },
+ "permission_clipboard_write": {
+ "message": "アカウントをクリックしたときにクリップボードへの書き込み専用の権限を許可します。"
+ },
+ "permission_context_menus": {
+ "message": "コンテキストメニューに認証システムを追加します。"
+ },
+ "permission_sync_clock": {
+ "message": "Google との時刻の同期を許可します。"
+ },
+ "permission_dropbox": {
+ "message": "Dropboxへバックアップを行います。"
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "最初にDropboxのバックアップを無効にする必要があります。"
+ },
+ "permission_drive": {
+ "message": "Google ドライブへバックアップを行います。"
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "まず、Google ドライブのバックアップを無効にする必要があります。"
+ },
+ "permission_onedrive": {
+ "message": "OneDriveへバックアップを行います。"
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "最初にOneDriveへのバックアップを無効にする必要があります。"
+ },
+ "permission_unknown_permission": {
+ "message": "不明な権限です。このメッセージが表示される場合はバグレポートを送信してください。"
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "警告:スマートフィルタはアカウントのドメイン名とほぼ一致します。常にあなたが正しいウェブサイトにいることを確認してください!"
+ }
+}
diff --git a/_locales/ka/messages.json b/_locales/ka/messages.json
new file mode 100644
index 000000000..d8e35d9be
--- /dev/null
+++ b/_locales/ka/messages.json
@@ -0,0 +1,524 @@
+{
+ "extName": {
+ "message": "აუთენთიფიკატორი",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "აუთენთიფიკატორი",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "აუთენთიფიკატორი აგენერირებს ორფაქტორიან აუთენთიფიკაციის კოდებს თქვენს ბრაუზერში.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " დაემატა.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "ამოუცნობი QR კოდი.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "არასწორი გასაღები",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "ანგარიშის დამატება",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "QR კოდის დასკანერება",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "ხელით ჩაწერა",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "იმპორტირება ვერ მოხერხდა. თუ თქვენ მონაცემები Google აუთენთიფიკატორიდან გადაგაქვთ, გთხოვთ, ხელახლა მოახდინოთ მონაცემების ექსპორტი და სცადოთ თავიდან.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "ანგარიშის ზოგიერთი მონაცემის იმპორტირება წარმატებით ვერ მოხერხდა.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "დახურვა",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "დიახ",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "არა",
+ "description": "No."
+ },
+ "account": {
+ "message": "ანგარიში",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "მომხმარებლის სახელი",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "მომწოდებელი",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "გასაღები",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "წარმატებით.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "წარუმატებლად.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "შესახებ",
+ "description": "About."
+ },
+ "settings": {
+ "message": "პარამეტრები",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "უსაფრთხოება",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "მიმდინარე პაროლი",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "ახალი პაროლი",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "პაროლი",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "დაადასტურეთ პაროლი",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "დარწმუნებული ხართ, რომ გსურთ ამ ანგარიშის წაშლა? ამ მოქმედების გაუქმება შეუძლებელია.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "მე მესმის, რომ ჩემი ყველა მონაცემი სამუდამოდ წაიშლება.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "აუთენთიფიკატორის აღდგენა"
+ },
+ "delete_all_warning": {
+ "message": "ეს მოქმედება წაშლის თქვენს ყველა მონაცემს და აღადგენს აუთენთიფიკატორის ყველა პარამეტრს. თქვენ ვერ შეძლებთ წაშლილი მონაცემების აღდგენას! აუთენთიფიკატორის აღდგენამდე, თქვენ უნდა შეინახოთ სარეზერვო ასლი."
+ },
+ "security_warning": {
+ "message": "ეს პაროლი გამოყენებული იქნება თქვენი ანგარიშების დაშიფვრისთვის. ვერავინ დაგეხმარებათ, თუ დაგავიწყდათ პაროლი.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "განახლება",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "თქვენ ვერ შეძლებთ ახალი ანგარიშის დამატებას, სანამ ყველა ანგარიში არ იქნება გაშიფრული. გაგრძელებამდე, გთხოვთ, შეიყვანოთ სწორი პაროლი.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "ანგარიშები, რომელთა გაშიფრვაც ვერ მოხერხდა, არ იქნება ამ სარეზერვო ასლში ჩართული.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "პაროლი არ ემთხვევა.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "დაშიფრულია",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "დაკოპირებულია",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "უკუკავშირი",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "თარგმნა",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "წყაროს კოდი",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "შეიყვანეთ პაროლი ანგარიშის მონაცემების გასაშიფრად.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "საათის Google-თან სინქრონიზაცია",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "პაროლის დამახსოვრება",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "ყურადღება! თქვენი ადგილობრივი დრო არასწორია. გაგრძელებამდე, გთხოვთ, გაასწოროთ საათი.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "გაქვთ თუ არა ანგარიშებისთვის სარეზერვო ასლი? არ დაელოდოთ, სანამ დაგვიანებული არაა!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "გადაღება ვერ მოხერხდა, გთხოვთ, გადატვირთოთ გვერდი და სცადოთ ხელახლა.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "QR კოდის ლოკალური ფაილიდან დასკანერებას ცდილობთ? QR კოდის ლოკალური ფაილიდან დასკანერების ნაცვლად, გამოიყენეთ სარეზერვო QR სურათის იმპორტირება.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "დროზე დაფუძნებული",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "მრიცხველზე დაფუძნებული",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "პარამეტრები",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "მასშტაბი",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "გაფრთხილება: ყველა სარეზერვო ასლი დაუშიფრავია. გსურთ ანგარიშის დამატება სხვა აპლიკაციაში? მაუსის კურსორი მიიტანეთ ნებისმიერი ანგარიშის ზედა მარჯვენა კუთხეში და დააჭირეთ დამალულ ღილაკს.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "სარეზერვო ასლის ფაილის ჩამოტვირთვა",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "სარეზერვო ასლის იმპორტირება",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "სარეზერვო ფაილის იმპორტირება",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "სარეზერვო QR სურათის იმპორტირება",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "QR სურათების იმპორტირება",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "ტექსტური სარეზერვო ასლის იმპორტირება",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "OTP URL მისამართების იმპორტირება",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "იმპორტირება წარმატებით დასრულდა, მაგრამ ზოგიერთი QR კოდის ამოცნობა ვერ მოხერხდა.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "სარეზერვო ასლების მასობრივი იმპორტირებისთვის, შეგიძლიათ აირჩიოთ რამდენიმე ფაილი.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "ყველა ჩანაწერის ჩვენება",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "გაფრთხილება: სარეზერვო ასლები არ არის დაშიფრული. გამოიყენეთ საკუთარი რისკის ქვეშ.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "სარეზერვო ასლების იმპორტირებისთვის, უნდა მიუთითოთ სწორი პაროლი.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "თქვენი პაროლი შენახულია ლოკალურად. გთხოვთ, დაუყოვნებლივ შეცვალოთ პაროლის ადგილმდებარეობა უსაფრთხოების მენიუში.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "წაშლა",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "პაროლით დაშიფრული სარეზერვო ასლის ფაილის ჩამოტვირთვა",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "ძიება",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "ცალკე ფანჯარა",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "დაბლოკვა",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "რედაქტირება",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "მექანიკური სარეზერვო ასლი",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "ავტომატური შევსების გამოყენება",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "მაღალი კონტრასტის გამოყენება",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "თემა",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "ღია",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "მუქი",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "მარტივი",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "კომპაქტური",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "მაღალი კონტრასტი",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "სწორი",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "ავტომატურად შექმენით თქვენი მონაცემების სარეზერვო ასლი მესამე მხარის შენახვის სერვისებში.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "ბრაუზერის სინქრონიზაცია",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "შესვლა",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "შესვლა (ბიზნესი)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "რატომ მოითხოვს ბიზნეს ანგარიშები მეტ ნებართვას?"
+ },
+ "log_out": {
+ "message": "გამოსვლა",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "თქვენს $SERVICE$ ანგარიშთან დაკავშირებისას წარმოიშვა პრობლემა, გთხოვთ, შეხვიდეთ ხელახლა.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
+ }
+ },
+ "otp_unsupported_warn": {
+ "message": "თქვენ გაქვთ ერთი ან მეტი Steam ან Blizzard ანგარიში. დაუშიფრავი სარეზერვო ასლების შემთხვევაში არ მოხდება სტანდარტიზირებული სარეზერვო ასლის ფორმატის გამოყენება.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "თქვენ შეგიძლიათ სარეზერვო ასლების იმპორტირება სხვა აპლიკაციიდან.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "შეიტყვეთ მეტი",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "იტვირთება..."
+ },
+ "autolock": {
+ "message": "დაბლოკვა"
+ },
+ "minutes": {
+ "message": "წუთი"
+ },
+ "advanced": {
+ "message": "დამატებითი"
+ },
+ "period": {
+ "message": "პერიოდი"
+ },
+ "type": {
+ "message": "ტიპი"
+ },
+ "invalid": {
+ "message": "არასწორი"
+ },
+ "digits": {
+ "message": "ციფრები"
+ },
+ "algorithm": {
+ "message": "ალგორითმი"
+ },
+ "smart_filter": {
+ "message": "ჭკვიანი ფილტრი"
+ },
+ "backup": {
+ "message": "სარეზერვო ასლი"
+ },
+ "backup_file_info": {
+ "message": "შექმენით თქვენი მონაცემების შემცველი სარეზერვო ასლის ფაილი."
+ },
+ "password_policy_default_hint": {
+ "message": "თქვენი პაროლი არ აკმაყოფილებს თქვენი ორგანიზაციის უსაფრთხოების მოთხოვნებს. დაუკავშირდით თქვენს ადმინისტრატორს დამატებითი ინფორმაციისთვის."
+ },
+ "advisor": {
+ "message": "მრჩეველი"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "დააყენეთ პაროლი თქვენი მონაცემების დასაცავად."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "ჩართეთ ავტომატური დაბლოკვა თქვენი მონაცემების დასაცავად."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "ბრაუზერის სინქრონიზაცია გამორთულია. მისი ჩართვა საშუალებას იძლევა, მოხდეს ანგარიშების სინქრონიზაცია ბრაუზერებს შორის."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "ავტომატური შევსების ჩართვა შესაძლებელია ვებსაიტებში კოდების ავტომატური შევსებისთვის."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "ჭკვიანი ფილტრის ჩართვა საშუალებას გაძლევთ გქონდეთ სწრაფი წვდომა ანგარიშებზე."
+ },
+ "show_all_insights": {
+ "message": "ყველა მოქმედების ჩვენება."
+ },
+ "no_insight_available": {
+ "message": "მოქმედება ვერ მოიძებნა, ყველაფერი რიგზეა!"
+ },
+ "danger": {
+ "message": "საფრთხე"
+ },
+ "warning": {
+ "message": "გაფრთხილება"
+ },
+ "info": {
+ "message": "ინფორმაცია"
+ },
+ "dismiss": {
+ "message": "გაუქმება"
+ },
+ "learn_more": {
+ "message": "შეიტყვეთ მეტი"
+ },
+ "enable_context_menu": {
+ "message": "კონტექსტურ მენიუში დამატება"
+ },
+ "no_entires": {
+ "message": "საჩვენებელი ანგარიშები არ არის. დაამატეთ თქვენი პირველი ანგარიში."
+ },
+ "permissions": {
+ "message": "ნებართვები"
+ },
+ "permission_revoke": {
+ "message": "ნებართვის გაუქმება"
+ },
+ "permission_show_required_permissions": {
+ "message": "გაუქმებადი ნებართვების ჩვენება"
+ },
+ "permission_required": {
+ "message": "ეს არის აუცილებელი ნებართვა და მისი გაუქმება შეუძლებელია."
+ },
+ "permission_active_tab": {
+ "message": "წვდომა მიმდინარე ჩანართზე QR კოდის დასკანერებისთვის."
+ },
+ "permission_storage": {
+ "message": "წვდომა ბრაუზერის შენახვის ადგილზე ანგარიშის ინფორმაციის შესანახად."
+ },
+ "permission_identity": {
+ "message": "საშუალებას გაძლევთ შეხვიდეთ მესამე მხარის შენახვის სერვისებში."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "ანიჭებს მხოლოდ ჩაწერის წვდომას გაცვლის ბუფერზე, რათა დააკოპიროთ კოდები, ანგარიშზე დაჭერის დროს."
+ },
+ "permission_context_menus": {
+ "message": "ამატებს აუთენთიფიკატორს კონტექსტურ მენიუში."
+ },
+ "permission_sync_clock": {
+ "message": "საშუალებას გაძლევთ, მოახდინოთ დროის სინქრონიზაცია Google-თან."
+ },
+ "permission_dropbox": {
+ "message": "საშუალებას გაძლევთ, შექმნათ სარეზერვო ასლი Dropbox-ში."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "თავდაპირველად, უნდა გამორთოთ Dropbox-ში სარეზერვო ასლის შექმნა."
+ },
+ "permission_drive": {
+ "message": "საშუალებას გაძლევთ, შექმნათ სარეზერვო ასლი Google Drive-ში."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "თავდაპირველად, უნდა გამორთოთ Google Drive-ში სარეზერვო ასლის შექმნა."
+ },
+ "permission_onedrive": {
+ "message": "საშუალებას გაძლევთ, შექმნათ სარეზერვო ასლი OneDrive-ში."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "თავდაპირველად, უნდა გამორთოთ OneDrive-ში სარეზერვო ასლის შექმნა."
+ },
+ "permission_unknown_permission": {
+ "message": "უცნობი ნებართვა. თუ ამ შეტყობინებას ხედავთ, გთხოვთ, შეგვატყობინოთ პრობლემის შესახებ."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/kaa/messages.json b/_locales/kaa/messages.json
new file mode 100644
index 000000000..31a2e3666
--- /dev/null
+++ b/_locales/kaa/messages.json
@@ -0,0 +1,524 @@
+{
+ "extName": {
+ "message": "Autentifikator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autentifikator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Autentifikator brauzerińizde eki faktorlı autentifikaciya kodların payda etedi.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " qosıldı.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Belgisiz QR-kod.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Esap sırı belgisiz",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Akkaunt qosıw",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "QR-kodtı skanerlew",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Qolda kirgiziw",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import ámelge aspadı. Egerde siz Google Autentifikatordan maģlıwmatlardı kóshirip atırģan bolsańız, maģlıwmatlarıńızdı Google Autentifikatordan qaytadan eksport qılıń hám qaytadan háreket etip kóriń.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Ayırım esap maģliwmatları tabıslı import qılınbadı.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Jabıw",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Maqul",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Awa",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Yaq",
+ "description": "No."
+ },
+ "account": {
+ "message": "Akkaunt",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Paydalanıwshı atı",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Emitent",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Sır",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Tabıslı.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Tabıssız.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Qosımsha haqqında",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Sazlawlar",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Qáwipsizlik",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Házirgi Parol",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Jańa parol",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Parol",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Paroldi Tasdiyqlań",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Bul akkaunttı óshiriwge isenimińiz kámil me? Bul háreketti artqa qaytara almaysız.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Bárshe maǵlıwmatlarım qaytadan tiklenbiytuģın dárejede óshiriliwin túsinemen.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Autentifikatordı dáslepki jaģdayına qaytarıw"
+ },
+ "delete_all_warning": {
+ "message": "Bul bárshe maģlıwmatlarıńızdı óshirip taslaydı hámde Autentifikator tolıqlay qayta tiklenedi. Siz óshirilgen maǵlıwmatlardı qaytadan tikley almaysız! Autentifikator-dı qayta tiklewden aldın qosımsha qor nusqasın saqlaw tuwralı oylawıńız kerek."
+ },
+ "security_warning": {
+ "message": "Usı parol esaplarıńızdı shifrlaw ushın qollanıladı. Eger paroldi umıtıp qalsańız hesh kim sizge járdem bere almaydı.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Jańalaw",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Bárshe esaplar paroli sheshilmegenshe siz jańa esap qosa almaysız. Dawam etiwden aldın durıs paroldi kirgiziń.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Shifrdı ashıw imkáni bolmaģan esaplar, bul qosımshaģa kirgizilmiydi.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Jasırın sóz mas kelmedi.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Shifrlanģan",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kóshirip alındı",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Pikir-almasiw",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Awdarmalaw",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Derek kodı",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Esap maģlıwmatlardı shifrlaw ushın paroldi kirgiziń.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Saattı Google menen sinxronlaw",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Paroldi eslep qalıw",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Dıqqat! Orındaģı saatıńız júdá uzaqta, dawam etiwden aldın onı tuwırlań.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Esaplarıńız ushın qosımsha qorıńız barma? Kesh bolģansha kútpeń!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Súwretke alıw múmkin bolmadı, betti qaytadan júkleń yáki jáne háreket etip kóriń.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "QR-kodtı fayldan skaner qılmaqshısızba? Bunıń ornına Import QR Image Backup-tan paydalanıń.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Waqıtqa tiykarlanģan",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Esaplaģıshqa tiykarlanģan",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Qosımsha",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Masshtab",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Eskeriw: barlıq qosımsha qorlar shifrlanbaģan. Esaptı basqa baģdarlamaģa qosıwdı qáliysizbe? Qálegen esaptıń joqarı oń bólegine kursordı alıp barıń hám jasırın túymeni basıń.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Qosımsha qor faylın júklep alıń",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Qosımsha qor nusqasın importlaw",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Qosımsha qor faylın importlaw",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "QR súwret qosımsha qor nusqasın import qılıń",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Tekst qosımshasın import qılıw",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import tabıslı ámelge asırıldı, biraq ayırım QR-kodlardı tanıw múmkin bolmadı.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Qosımsha qor nusqasın toplamlarda import qılıw ushın bir neshe fayllardı saylawińiz múmkin.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Barlıq jazıwlardı kórsetiw",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Eskeriw: qosımsha qor nusqaları shifrlanbaģan. Ózińizdiń qáwip-qáterińizsiz paydalanıń.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Qosımsha nusqalardı import qılıw ushın durıs parol kirgiziwińiz kerek.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Sizdiń parolińiz lokal sıpatında saqlanadı, iltimás onı tezde qáwipsizlik menyusıda ózgertiń.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Alıp taslaw",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Parol menen qorģalģan qosımsha nusqasın júklep alıń",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Izlew",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Qalqıp shıģıwshı ayna rejim",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Qulıplaw",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Ózgeris kirgiziw",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Qolda qosımshalaw",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Avtomatik toltırıwdan paydalanıń",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Joqarı Kontrasttan paydalanıń",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Nurlı",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Qarańģı",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Ápiwayı",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompast",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Joqarı Kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Jalpaq",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Maģlıwmatlarıńızdı avtomatik ráwishte úshinshi tárep saqlaw xizmetlerine qosımshalań.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Brauzerdi sinxronlaw",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Kiriw",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Kiriw (Biznes)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Ne sebep biznes esaplar kóbirek ruxsat talap etedi?"
+ },
+ "log_out": {
+ "message": "Shıǵıw",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "$SERVICE$ esabıńızģa jalģanıwda mashqala júz berdi, qaytadan kiriń.\n",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
+ }
+ },
+ "otp_unsupported_warn": {
+ "message": "Sizde bir yáki bir neshe Steam yáki Blizzard esapları bar. Shifrlanbaģan qosımsha nusqaları standartlastırılģan qosımsha formatında paydalanbaydı.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Siz ayırım basqa baģdarlamalardan qosımsha qor nusqaların alıp kiriwińiz múmkin.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Tolıq maģlıwmat",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Júklenbekte..."
+ },
+ "autolock": {
+ "message": "Keyin qulıplaw"
+ },
+ "minutes": {
+ "message": "minut"
+ },
+ "advanced": {
+ "message": "Qosımsha"
+ },
+ "period": {
+ "message": "Dáwir"
+ },
+ "type": {
+ "message": "Túr"
+ },
+ "invalid": {
+ "message": "Jaramsız"
+ },
+ "digits": {
+ "message": "Sanlar"
+ },
+ "algorithm": {
+ "message": "Algoritm"
+ },
+ "smart_filter": {
+ "message": "Aqıllı filtr"
+ },
+ "backup": {
+ "message": "Awısıq qor"
+ },
+ "backup_file_info": {
+ "message": "Maģlıwmatlarıńızdı faylģa qosıp qoyıń."
+ },
+ "password_policy_default_hint": {
+ "message": "Parolińiz shólkemińizdiń qáwipsizlik talaplarına juwap bermiydi. Qosımsha maǵlıwmat alıw ushın adminstratorıńız benen baylanısıń."
+ },
+ "advisor": {
+ "message": "Keńesshi"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Maģlıwmatlarıńızdı qorģaw ushın parol ornatıń."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Maģlıwmatlarıńızdı qorģaw ushın avtomatik qulıplawdi qosıń."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Brauzerdi sinxronlaw óshirilgen. Onı qosıw esaplardı brauzerler menen sinxronlaw imkánin beredi."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Kodlardı web-saytlarģa avtomatik toltırıw ushın avtomatik toltırıwdı qosıw múmkin."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Aqıllı filtrdi qosıw esaplarģa tez kiriw imkániyatın beredi."
+ },
+ "show_all_insights": {
+ "message": "Barlıq túsnidirmelerdi kórsetiw."
+ },
+ "no_insight_available": {
+ "message": "Hesh qanday túsinik tabılmadı, hámmesi jaqsi!"
+ },
+ "danger": {
+ "message": "Qáwip"
+ },
+ "warning": {
+ "message": "Eskertiw"
+ },
+ "info": {
+ "message": "Maǵlıwmat"
+ },
+ "dismiss": {
+ "message": "Ótkizip jiberiw"
+ },
+ "learn_more": {
+ "message": "Tolıq maģlıwmat"
+ },
+ "enable_context_menu": {
+ "message": "Konteks menyusına qosıw"
+ },
+ "no_entires": {
+ "message": "Kórsetiletuģın esaplar joq. Birinshi esabıńızdi házir qosıń."
+ },
+ "permissions": {
+ "message": "Ruxsatlar"
+ },
+ "permission_revoke": {
+ "message": "Biykarlaw"
+ },
+ "permission_show_required_permissions": {
+ "message": "Qaytarılmaytuģın ruxsatlardı kórsetiw"
+ },
+ "permission_required": {
+ "message": "Bul talap etiletuģın ruxsat hámde onı biykarlaw múmkin emes."
+ },
+ "permission_active_tab": {
+ "message": "QR-kodlardı skanerlew ushın usı betke kiriń."
+ },
+ "permission_storage": {
+ "message": "Esap maģlıwmatların saqlaw ushın brauzer yadına kiriw."
+ },
+ "permission_identity": {
+ "message": "Úshinshi tárep saqlaw xizmetlerine kiriwge ruxsat beredi."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Esap betin basqanıńızda kodlardı almastırıw buferine nusqalaw ushın tek ģana jazıw ushın buferge ruxsat beredi."
+ },
+ "permission_context_menus": {
+ "message": "Konteks menyusına Autentifikator qosadı."
+ },
+ "permission_sync_clock": {
+ "message": "Google menen saattı sinxronlaw imkániyatın beredi."
+ },
+ "permission_dropbox": {
+ "message": "Dropbox-qa qosımshalaw imkániyatın beredi."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Aldı menen Dropbox qosımsha qor nusqasın óshirip qoyıwıńız kerek."
+ },
+ "permission_drive": {
+ "message": "Google Drive-qa qosımshalaw imkániyatın beredi."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Aldı menen Google Drive qosımsha qor nusqasın óshirip qoyıwıńız kerek."
+ },
+ "permission_onedrive": {
+ "message": "OneDrive-qa qosımshalaw imkánin beredi."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Aldı menen OneDrive qosımsha qor nusqasın óshirip qoyıwıńız kerek."
+ },
+ "permission_unknown_permission": {
+ "message": "Belgisiz ruxsat. Eger usı xabardı kórseńiz, qátelik haqqında esabat jiberiń."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json
index 18ff4e66c..1de263b0f 100644
--- a/_locales/ko/messages.json
+++ b/_locales/ko/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "인증 도구",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "인증 도구",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "인증 도구는 브라우저에서 2단계 인증 코드를 생성합니다.",
- "description": "Extension Description."
- },
- "added": {
- "message": " 추가 되었습니다.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "인식할 수 없는 QR 코드입니다.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "유효하지 않은 계정 비밀번호",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "계정 추가",
- "description": "Add account."
- },
- "add_qr": {
- "message": "QR 코드 스캔",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "수동 입력.",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "가져오기에 실패함. 구글 OTP로부터 데이터를 가져온 경우, 구글 OTP에서 데이터를 다시 내보내기 한 후에 다시 시도해주십시오.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "일부 계정 데이터를 성공적으로 가져오지 못했습니다.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "닫기",
- "description": "Close."
- },
- "ok": {
- "message": "확인",
- "description": "OK."
- },
- "yes": {
- "message": "예",
- "description": "Yes."
- },
- "no": {
- "message": "아니오",
- "description": "No."
- },
- "account": {
- "message": "계정",
- "description": "Account."
- },
- "accountName": {
- "message": "사용자 이름",
- "description": "Account Name."
- },
- "issuer": {
- "message": "발급자",
- "description": "Issuer."
- },
- "secret": {
- "message": "비밀번호",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "성공.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "실패.",
- "description": "Update Failure."
- },
- "about": {
- "message": "정보",
- "description": "About."
- },
- "settings": {
- "message": "설정",
- "description": "Settings."
- },
- "security": {
- "message": "보안",
- "description": "Security."
- },
- "current_phrase": {
- "message": "현재 비밀번호",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "새 비밀번호",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "비밀번호",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "비밀번호 확인",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "정말로 이 계정을 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "모든 데이터가 복구 불가능한 상태로 삭제됨을 이해합니다.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "인증 도구 초기화"
- },
- "delete_all_warning": {
- "message": "이 작업은 모든 데이터를 삭제하고 인증 도구를 완전 초기화합니다. 삭제된 모든 데이터를 복구할 수 없습니다! 인증 도구를 초기화하기 전에 백업을 저장하는 것을 고려하십시오."
- },
- "security_warning": {
- "message": "이 비밀번호는 귀하의 계정을 암호화합니다. 분실 시 아무런 도움을 받을 수 없습니다.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "업데이트",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "모든 계정이 복호화될 때까지 새 계정을 추가할 수 없습니다. 계속하기 전에 올바른 암호를 입력해주세요.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "복호화가 불가능한 계정은 이 백업에 포함되지 않습니다.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "비밀번호가 일치하지 않습니다.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "암호화됨",
- "description": "Encrypted."
- },
- "copied": {
- "message": "복사 완료",
- "description": "Copied."
- },
- "feedback": {
- "message": "피드백",
- "description": "Feedback."
- },
- "translate": {
- "message": "번역",
- "description": "Translate."
- },
- "source": {
- "message": "소스 코드",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "데이터 복호화를 위해 비밀번호를 입력하세요.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "구글과 시간 동기화",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "비밀번호 저장",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "경고! 로컬 시간과의 오차가 너무 큽니다. 문제가 계속되기 전에 고쳐주세요.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "귀하의 계정에 대한 백업이 있으십니까? 더 늦기 전에 빨리 생성하세요!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "캡처에 실패했습니다. 페이지를 새로고침하고 다시 시도해주세요.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "기기에 있는 파일로부터 QR 코드 스캔을 시도하고 계십니까? QR 이미지 백업 가져오기를 대신 사용하십시오.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "시간 기준",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "횟수 기준",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "환경 설정",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "화면 배율",
- "description": "Scale"
- },
- "export_info": {
- "message": "경고: 모든 백업이 암호화되지 않았습니다. 다른 앱에 계정을 추가하고 싶습니까? 계정에 오른쪽 위에 숨겨진 버튼을 누르십시오.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "백업 파일 다운로드",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "백업 가져오기",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "백업 파일 가져오기",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "QR 이미지 백업 가져오기",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "텍스트 백업 가져오기",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "성공적으로 가져왔지만, 일부 QR 이미지를 인식하지 못했습니다.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "배치로 백업을 가져오기 위해 다중 파일을 선택할 수 있습니다.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "모든 항목 표시",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "경고: 백업이 암호화되지 않았습니다. 사용 시 모든 위험은 저희가 책임지지 않습니다.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "백업을 가져오려면 올바른 비밀번호를 입력해야 합니다.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "비밀번호가 로컬 위치에 저장되었으므로, 보안 메뉴에서 즉시 변경해주세요.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "제거",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "암호로 보호된 백업 다운로드",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "검색",
- "description": "Search"
- },
- "popout": {
- "message": "팝업 모드",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "잠금",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "편집",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "수동 백업",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "자동 완성 사용",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "고대비 사용",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "테마",
- "description": "Theme"
- },
- "theme_light": {
- "message": "라이트",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "다크",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "심플",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "컴팩트",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "고대비",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "제3자 저장 서비스에 데이터를 자동으로 백업하세요.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "브라우저 동기화",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "로그인",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "로그인 (업무)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "왜 비즈니스 계정은 더 많은 권한을 요청하는 건가요?"
- },
- "log_out": {
- "message": "로그아웃",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "$SERVICE$ 계정에 연결하는 도중 문제가 발생했습니다. 다시 로그인 해주세요.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "하나 이상의 스팀(Steam) 또는 블리자드(Blizzard) 계정을 보유하고 계십니다. 암호화되지 않은 백업은 표준화된 백업 형식을 사용하지 않습니다.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "일부 기타 애플리케이션으로부터 백업을 가져올 수 있습니다.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "자세히 알아보기",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "불러오는 중…"
- },
- "autolock": {
- "message": "다음 시간 이후 잠금"
- },
- "minutes": {
- "message": "분"
- },
- "advanced": {
- "message": "고급 설정"
- },
- "period": {
- "message": "기간"
- },
- "type": {
- "message": "유형"
- },
- "invalid": {
- "message": "무효"
- },
- "digits": {
- "message": "자릿수"
- },
- "algorithm": {
- "message": "알고리즘"
- },
- "smart_filter": {
- "message": "스마트 필터"
- },
- "backup": {
- "message": "백업"
- },
- "backup_file_info": {
- "message": "데이터를 파일로 백업"
- },
- "password_policy_default_hint": {
- "message": "비밀번호가 조직의 보안 요구 사항을 충족하지 않습니다. 자세한 내용은 관리자에게 문의하십시오."
- },
- "advisor": {
- "message": "어드바이저"
- },
- "advisor_insight_password_not_set": {
- "message": "데이터를 보호하기 위해 암호를 설정하세요."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "데이터를 보호하기 위해 자동 잠금을 사용하세요."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "브라우저 동기화가 비활성화되었습니다. 활성화하면 브라우저 간 계정을 동기화할 수 있습니다."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "웹사이트에 코드를 자동으로 채울 수 있도록 자동 완성 기능을 활성화할 수 있습니다."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "스마트 필터를 활성화하면 계정에 대한 빠른 액세스를 허용합니다."
- },
- "show_all_insights": {
- "message": "모든 인사이트를 표시합니다."
- },
- "no_insight_available": {
- "message": "인사이트가 발견되지 않았습니다, 모든 것이 양호해보입니다!"
- },
- "danger": {
- "message": "위험"
- },
- "warning": {
- "message": "경고"
- },
- "info": {
- "message": "정보"
- },
- "dismiss": {
- "message": "닫기"
- },
- "learn_more": {
- "message": "더 보기"
- },
- "enable_context_menu": {
- "message": "컨텍스트에 메뉴 추가"
- },
- "no_entires": {
- "message": "표시할 계정이 없습니다. 첫 번째 계정을 추가하세요."
- },
- "permissions": {
- "message": "사용 권한"
- },
- "permission_revoke": {
- "message": "취소"
- },
- "permission_show_required_permissions": {
- "message": "취소할 수 없는 권한 표시"
- },
- "permission_required": {
- "message": "이 권한은 필수 권한이며 취소할 수 없습니다."
- },
- "permission_active_tab": {
- "message": "QR 코드를 스캔하기 위해 현재 탭에 액세스합니다."
- },
- "permission_storage": {
- "message": "계정 데이터를 저장하기 위해 브라우저 저장소에 액세스합니다."
- },
- "permission_identity": {
- "message": "제3자 스토리지제 3 자 스토리지 서비스에 로그인 할 수 있습니다. 서비스에 로그인 할 수 있습니다."
- },
- "permission_clipboard_write": {
- "message": "계정을 클릭할 때 클립보드에 코드를 복사하여 클립보드에 대한 쓰기 전용 액세스 권한을 부여합니다."
- },
- "permission_context_menus": {
- "message": "컨텍스트 메뉴에 인증 도구를 추가합니다."
- },
- "permission_sync_clock": {
- "message": "Google과 시계 동기화를 허용합니다."
- },
- "permission_dropbox": {
- "message": "Dropbox 백업을 허용합니다."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "먼저 Dropbox 백업을 사용하지 않도록 설정해야 합니다."
- },
- "permission_drive": {
- "message": "Google Drive 백업을 허용합니다."
- },
- "permission_drive_cannot_revoke": {
- "message": "먼저 Google Drive 백업을 사용하지 않도록 설정해야 합니다."
- },
- "permission_onedrive": {
- "message": "OneDrive 백업을 허용합니다."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "먼저 OneDrive 백업을 사용하지 않도록 설정해야 합니다."
- },
- "permission_unknown_permission": {
- "message": "알 수 없는 권한입니다. 이 메시지가 표시되면 버그 보고서를 보내주십시오."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "인증 도구",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "인증 도구",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "인증 도구는 브라우저에서 2단계 인증 코드를 생성합니다.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": "을(를) 추가했어요.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "인식할 수 없는 QR 코드예요.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "잘못된 계정 비밀번호예요",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "계정 추가",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "QR 코드 스캔",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "수동 입력",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "가져오지 못했어요. Google 인증 도구로부터 데이터를 이전하셨다면, Google 인증 도구에서 데이터를 다시 내보낸 후에 다시 시도하세요.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "일부 계정 데이터를 가져오지 못했어요.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "닫기",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "확인",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "네",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "아니요",
+ "description": "No."
+ },
+ "account": {
+ "message": "계정",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "사용자 이름",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "발급자",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "비밀번호",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "성공했어요.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "실패했어요.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "소개",
+ "description": "About."
+ },
+ "settings": {
+ "message": "설정",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "보안",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "현재 비밀번호",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "새 비밀번호",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "비밀번호",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "비밀번호 재확인",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "정말로 이 계정을 삭제하시겠어요? 이 작업은 되돌릴 수 없어요.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "모든 데이터가 복구 불가능한 상태로 삭제된다는 점을 이해했어요.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "인증 도구 초기화"
+ },
+ "delete_all_warning": {
+ "message": "이 작업은 모든 데이터를 삭제하고 인증 도구를 완전히 초기화시킬 거예요. 삭제된 어떠한 데이터도 복구할 수 없게 돼요! 인증 도구 초기화 전 백업을 저장하는 걸 고려해 보세요."
+ },
+ "security_warning": {
+ "message": "이 비밀번호는 계정을 암호화시키는 데 사용돼요. 비밀번호를 잊어버리면 아무도 도움을 줄 수 없어요.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "갱신",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "모든 계정이 복호화될 때까지 새 계정을 추가할 수 없어요. 계속하기 전 올바른 비밀번호를 입력하세요.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "복호화가 불가능한 계정은 이 백업에 포함되지 않을 거예요.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "비밀번호가 일치하지 않아요.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "암호화됨",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "복사됨",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "의견 보내기",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "번역",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "소스 코드",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "계정 데이터를 복호화하려면 비밀번호를 입력하세요.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Google과 시간 동기화",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "비밀번호 기억",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "주의! 기기 시각과의 오차가 너무 커요. 계속하기 전 오차를 고쳐주세요.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "계정에 대한 백업이 있으신가요? 더 늦기 전에 빨리 생성하세요!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "캡처하지 못했어요. 페이지를 다시 불러오고 다시 시도해 보세요.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "기기 파일에서 QR 코드 스캔을 시도하고 있으신가요? QR 이미지 백업 가져오기를 대신 사용하세요.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "시간 기준",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "카운터 기준",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "환경 설정",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "배율",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "경고: 모든 백업이 암호화되지 않았어요. 다른 앱에 계정을 추가하고 싶으신가요? 계정 오른쪽 상단 부분에 있는 숨겨진 버튼을 누르세요.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "백업 파일 다운로드",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "백업 가져오기",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "백업 파일 가져오기",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "QR 이미지 백업 가져오기",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "QR 이미지 가져오기",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "문자 백업 가져오기",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "OTP URL 가져오기",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "가져왔지만, 일부 QR 코드를 인식하지 못했어요.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "일괄적으로 백업을 가져오기 위해서 여러 파일을 선택할 수 있어요.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "모든 항목 보기",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "경고: 백업이 암호화되지 않았어요. 사용 시 발생하는 문제는 저희가 책임지지 않아요.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "백업을 가져오려면 올바른 비밀번호를 입력해야 해요.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "비밀번호가 로컬 위치에 저장됐어요. 보안 메뉴에서 즉시 변경해 주세요.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "제거",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "비밀번호로 보호된 백업 다운로드",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "검색",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "팝업 모드",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "잠금",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "편집",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "수동 백업",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "자동 완성 사용",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "고대비 사용",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "테마",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "밝게",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "어둡게",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "심플",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "콤팩트",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "고대비",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "플랫",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "제삼자 저장 서비스에 내 데이터를 자동으로 백업하세요.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "브라우저 동기화",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "로그인",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "로그인(업무용)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "왜 업무용 계정은 더 많은 권한을 요청하는 건가요?"
+ },
+ "log_out": {
+ "message": "로그아웃",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "$SERVICE$ 계정에 연결하는 도중 문제가 발생했어요. 다시 로그인해 주세요.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "한 개 이상의 Steam 또는 Blizzard 계정을 소유하고 있어요. 암호화되지 않은 백업은 표준 백업 형식을 사용하지 않을 거예요.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "다른 애플리케이션에서 백업을 가져올 수도 있어요.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "더 알아보기",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "불러오는 중…"
+ },
+ "autolock": {
+ "message": "다음 시간 이후 잠금:"
+ },
+ "minutes": {
+ "message": "분"
+ },
+ "advanced": {
+ "message": "고급 설정"
+ },
+ "period": {
+ "message": "기간"
+ },
+ "type": {
+ "message": "유형"
+ },
+ "invalid": {
+ "message": "올바르지 않음"
+ },
+ "digits": {
+ "message": "자릿수"
+ },
+ "algorithm": {
+ "message": "알고리즘"
+ },
+ "smart_filter": {
+ "message": "스마트 필터"
+ },
+ "backup": {
+ "message": "백업"
+ },
+ "backup_file_info": {
+ "message": "내 데이터를 파일로 백업하세요."
+ },
+ "password_policy_default_hint": {
+ "message": "비밀번호가 조직의 보안 요구 사항을 충족하지 않아요. 자세한 정보는 관리자에게 문의해 주세요."
+ },
+ "advisor": {
+ "message": "권장 작업"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "내 데이터를 보호하려면 비밀번호를 설정하세요."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "내 데이터를 보호하려면 자동 잠금을 사용하세요."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "브라우저 동기화를 사용하고 있지 않아요. 사용하면 브라우저 간 계정을 동기화할 수 있게 돼요."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "웹 사이트에 코드를 자동으로 채울 수 있도록 자동 완성 기능을 사용할 수 있어요."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "스마트 필터를 사용하면 계정에 빠르게 접근할 수 있어요."
+ },
+ "show_all_insights": {
+ "message": "모든 권장 사항 보기."
+ },
+ "no_insight_available": {
+ "message": "권장 사항이 발견되지 않았어요. 모든 것이 양호해 보여요!"
+ },
+ "danger": {
+ "message": "위험"
+ },
+ "warning": {
+ "message": "경고"
+ },
+ "info": {
+ "message": "알림"
+ },
+ "dismiss": {
+ "message": "지우기"
+ },
+ "learn_more": {
+ "message": "자세히 알아보기"
+ },
+ "enable_context_menu": {
+ "message": "컨텍스트 메뉴에 추가"
+ },
+ "no_entires": {
+ "message": "보여줄 계정이 없어요. 첫 번째 계정을 지금 추가해 보세요."
+ },
+ "permissions": {
+ "message": "권한"
+ },
+ "permission_revoke": {
+ "message": "회수"
+ },
+ "permission_show_required_permissions": {
+ "message": "회수할 수 없는 권한 보기"
+ },
+ "permission_required": {
+ "message": "이건 필수 권한이며 회수할 수 없어요."
+ },
+ "permission_active_tab": {
+ "message": "QR 코드 스캔을 위해 현재 탭에 접근할 수 있게 해요."
+ },
+ "permission_storage": {
+ "message": "계정 데이터를 저장하기 위해 브라우저 저장소에 접근할 수 있게 해요."
+ },
+ "permission_identity": {
+ "message": "제삼자 저장 서비스에 로그인할 수 있게 해요."
+ },
+ "permission_alarms": {
+ "message": "자동 잠금 동작을 허용해요."
+ },
+ "permission_scripting": {
+ "message": "현재 탭에 스크립트를 삽입해서 QR 코드 스캔과 자동 완성 동작을 허용해요."
+ },
+ "permission_clipboard_write": {
+ "message": "계정을 클릭할 때 클립보드에 코드를 복사해서 클립보드에 쓰기 전용 접근 권한을 줄 수 있도록 해요."
+ },
+ "permission_context_menus": {
+ "message": "컨텍스트 메뉴에 인증 도구를 추가할 수 있게 해요."
+ },
+ "permission_sync_clock": {
+ "message": "Google과 시간 동기화를 허용해요."
+ },
+ "permission_dropbox": {
+ "message": "Dropbox 백업을 허용해요."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "먼저 Dropbox 백업을 사용하지 않아야 해요."
+ },
+ "permission_drive": {
+ "message": "Google Drive 백업을 허용해요."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "먼저 Google Drive 백업을 사용하지 않아야 해요."
+ },
+ "permission_onedrive": {
+ "message": "OneDrive 백업을 허용해요."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "먼저 OneDrive 백업을 사용하지 않아야 해요."
+ },
+ "permission_unknown_permission": {
+ "message": "알 수 없는 권한이에요. 이 메시지를 보신다면, 버그 신고를 진행해 주세요."
+ },
+ "phrase_wrong": {
+ "message": "잘못된 비밀번호예요"
+ },
+ "activate_auto_filter": {
+ "message": "경고: 스마트 필터는 도메인 이름과 계정을 대략적으로만 일치시켜요. 코드를 입력하기 전에 항상 올바른 웹 사이트에 있는지 확인하세요!"
+ }
+}
diff --git a/_locales/lt/messages.json b/_locales/lt/messages.json
new file mode 100644
index 000000000..565ef8483
--- /dev/null
+++ b/_locales/lt/messages.json
@@ -0,0 +1,524 @@
+{
+ "extName": {
+ "message": "Autentifikatorius",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autentifikatorius",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Autentifikatorius generuoja dviejų veiksnių autentifikavimo kodus naršyklėje.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " buvo pridėtas.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Neatpažintas QR kodas.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Netinkama paskyros paslaptis",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Pridėti paskyrą",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Nuskaitykite QR kodą",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Įvedimas rankiniu būdu",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Importuoti nepavyko. Jei migruojate duomenis iš \"Google Authenticator\", iš naujo eksportuokite duomenis iš \"Google Authenticator\" ir bandykite dar kartą.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Kai kurie paskyros duomenys nebuvo sėkmingai importuoti.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Uždaryti",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Taip",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Ne",
+ "description": "No."
+ },
+ "account": {
+ "message": "Paskyra",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Vartotojo vardas",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Emitentas",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Paslaptis",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Pavyko.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Klaida.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Apie",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Nustatymai",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Saugumas",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Dabartinis slaptažodis",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Naujas slaptažodis",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Slaptažodis",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Patvirtinti slaptažodį",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Ar tikrai norite ištrinti paskyrą? Šio veiksmo anuliuoti negalima.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Suprantu, kad visi mano duomenys bus negrįžtamai ištrinti.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Iš naujo nustatyti autentifikatorių"
+ },
+ "delete_all_warning": {
+ "message": "Taip ištrinsite visus duomenis ir visiškai iš naujo nustatysite Autentifikatorių. Negalėsite atkurti jokių ištrintų duomenų! Prieš iš naujo nustatydami Autentifikatorių, turėtumėte išsaugoti atsarginę kopiją."
+ },
+ "security_warning": {
+ "message": "Šis slaptažodis bus naudojamas jūsų paskyroms šifruoti. Jei slaptažodį pamiršite, niekas jums nepadės.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Atnaujinti",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Negalite pridėti naujos paskyros, kol visos paskyros neiššifruotos. Prieš tęsdami įveskite teisingą slaptažodį.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Paskyros, kurių nepavyko iššifruoti, nebus įtrauktos į šią atsarginę kopiją.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Slaptažodis nesutampa.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Užšifruotas",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Nukopijuota",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Atsiliepimai",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Versti",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Programinis kodas",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Įveskite slaptažodį, kad iššifruotumėte paskyros duomenis.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Laikrodžio sinchronizavimas su \"Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Įsiminti slaptažodį",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Dėmesio! Jūsų vietinis laikrodis yra per daug nutolęs, prieš tęsdami darbą jį pataisykite.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Ar turite atsarginę paskyros kopiją? Nelaukite, kol bus per vėlu!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Užfiksuoti nepavyko, įkelkite puslapį iš naujo ir bandykite dar kartą.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Ar bandote nuskaityti QR kodą iš vietinio failo? Vietoj to naudokite \"Import QR Image Backup\".",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Pagal laiką",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Skaičiuokle pagrįstas",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Nustatymai",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skalė",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Įspėjimas: visos atsarginės kopijos yra nešifruojamos. Norite pridėti paskyrą prie kitos programos? Užveskite pelės žymeklį ant bet kurios paskyros viršutinės dešiniosios dalies ir paspauskite paslėptą mygtuką.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Atsisiųsti atsarginę kopiją",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importuoti atsarginę kopiją",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importuoti atsarginę kopiją",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importuoti QR atvaizdo atsarginę kopiją",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importuoti teksto atsarginę kopiją",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Importas pavyko, tačiau kai kurių QR kodų nepavyko atpažinti.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Galite pasirinkti kelis failus importuoti atsarginę kopiją dalimis.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Rodyti visus įrašus",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Demesio: atsarginės kopijos yra nešifruojamos. Naudokite savo rizika.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Norėdami importuoti atsargines kopijas, turite nurodyti tinkamą slaptažodį.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Jūsų slaptažodis saugomas vietoje, nedelsdami jį pakeiskite saugumo meniu.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Pašalinti",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Atsisiųsti Slaptažodžiu apsaugotą atsarginę kopiją",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Paieška",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Iššokančio lango režimas",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Užrakinti",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Redaguoti",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Rankinis atsarginis kopijavimas",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Naudoti automatinį pildymą",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Naudokite didelį kontrastą",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Šviesa",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Tamsus",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Paprastas",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompaktiškas",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Didelis kontrastas",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Plokščias",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatiškai kurkite atsargines duomenų kopijas į trečiųjų šalių saugojimo paslaugas.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Naršyklės sinchronizavimas",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Prisijungti",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Prisijungti (verslas)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Kodėl verslo paskyroms reikia daugiau leidimų?"
+ },
+ "log_out": {
+ "message": "Atsijungti",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Kilo problema jungiantis prie jūsų $SERVICE$ paskyros, bandykite dar kartą.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
+ }
+ },
+ "otp_unsupported_warn": {
+ "message": "Turite vieną ar daugiau \"Steam\" arba \"Blizzard\" paskyrų. Neužšifruotoms atsarginėms kopijoms nebus naudojamas standartinis atsarginių kopijų formatas.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Galite importuoti atsargines kopijas iš kai kurių kitų programų.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Sužinokite daugiau",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Kraunasi..."
+ },
+ "autolock": {
+ "message": "Užrakinti po"
+ },
+ "minutes": {
+ "message": "minučių"
+ },
+ "advanced": {
+ "message": "Išplėstiniai nustatymai"
+ },
+ "period": {
+ "message": "Laikotarpis"
+ },
+ "type": {
+ "message": "Tipas"
+ },
+ "invalid": {
+ "message": "Neteisingas"
+ },
+ "digits": {
+ "message": "Skaitmenys"
+ },
+ "algorithm": {
+ "message": "Algoritmas"
+ },
+ "smart_filter": {
+ "message": "Išmanusis filtras"
+ },
+ "backup": {
+ "message": "Atsarginė kopija"
+ },
+ "backup_file_info": {
+ "message": "Sukurkite atsarginę duomenų kopiją į failą."
+ },
+ "password_policy_default_hint": {
+ "message": "Jūsų slaptažodis neatitinka jūsų organizacijos saugumo reikalavimų. Dėl papildomos informacijos kreipkitės į administratorių."
+ },
+ "advisor": {
+ "message": "Patarėjas"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Nustatykite slaptažodį duomenims apsaugoti."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Įjunkite automatinį užraktą, kad apsaugotumėte savo duomenis."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Naršyklės sinchronizavimas išjungtas. Įjungus šią funkciją, paskyros sinchronizuojamos visose naršyklėse."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Galima įjungti automatinio pildymo funkciją, kad į svetaines būtų automatiškai įrašomi kodai."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Įjungus išmanųjį filtrą galima greitai pasiekti paskyras."
+ },
+ "show_all_insights": {
+ "message": "Rodyti visas įžvalgas."
+ },
+ "no_insight_available": {
+ "message": "Įžvalgų nerasta, viskas atrodo gerai!"
+ },
+ "danger": {
+ "message": "Pavojus"
+ },
+ "warning": {
+ "message": "Dėmesio"
+ },
+ "info": {
+ "message": "Informacija"
+ },
+ "dismiss": {
+ "message": "Atmesti"
+ },
+ "learn_more": {
+ "message": "Sužinokite daugiau"
+ },
+ "enable_context_menu": {
+ "message": "Pridėti į kontekstinį meniu"
+ },
+ "no_entires": {
+ "message": "Nėra rodomų paskyrų. Pridėkite pirmąją paskyrą dabar."
+ },
+ "permissions": {
+ "message": "Leidimai"
+ },
+ "permission_revoke": {
+ "message": "Atimti"
+ },
+ "permission_show_required_permissions": {
+ "message": "Rodyti leidimus kurių negalima atšaukti"
+ },
+ "permission_required": {
+ "message": "Šis leidimas yra privalomas ir negali būti atšauktas."
+ },
+ "permission_active_tab": {
+ "message": "Prieiga prie dabartinio skirtuko QR kodams nuskaityti."
+ },
+ "permission_storage": {
+ "message": "Prieiga prie naršyklės saugyklos, kurioje saugomi paskyros duomenys."
+ },
+ "permission_identity": {
+ "message": "Leidžia prisijungti prie trečiosios šalies saugojimo paslaugų."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Suteikiama tik rašymo prieiga prie iškarpinės, kad, spustelėjus paskyrą, kodai būtų kopijuojami į iškarpinę."
+ },
+ "permission_context_menus": {
+ "message": "Į kontekstinį meniu įtraukiamas autentifikatorius."
+ },
+ "permission_sync_clock": {
+ "message": "Leidžia sinchronizuoti laikrodį su \"Google\"."
+ },
+ "permission_dropbox": {
+ "message": "Leidžia kurti atsarginę kopiją į \"Dropbox\"."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Pirmiausia turite išjungti \"Dropbox\" atsarginę kopiją."
+ },
+ "permission_drive": {
+ "message": "Leidžia kurti atsarginę kopiją \"Google\" diske."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Pirmiausia turite išjungti \"Google Drive\" atsarginę kopiją."
+ },
+ "permission_onedrive": {
+ "message": "Leidžia kurti atsarginę kopiją \"OneDrive\"."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Pirmiausia turite išjungti \"OneDrive\" atsarginę kopiją."
+ },
+ "permission_unknown_permission": {
+ "message": "Nežinomas leidimas. Jei matote šį pranešimą, atsiųskite pranešimą apie klaidą."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/lv/messages.json b/_locales/lv/messages.json
new file mode 100644
index 000000000..ece15f351
--- /dev/null
+++ b/_locales/lv/messages.json
@@ -0,0 +1,524 @@
+{
+ "extName": {
+ "message": "Divpakāpju kodu ģenerators",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Divpakāpju kodu ģenerators",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Divpakāpju kodu ģenerators atvieglo darbu ar 2FA (divpakāpju) autentifikācijas kodu izveidošanu un aizpildīšanu jūsu pārlūkprogrammā.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " tika pievienots(a).",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Neatpazīstams kvadrātkods (QR kods).",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Konta slepenā atslēga nav derīga",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Pievienot kontu",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Nolasīt kvadrātkodu (QR kodu)",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Manuāla ievadīšana",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Neizdevās importēt. Ja migrējat datus no Google Authenticator, lūdzu, atkārtoti eksportējiet datus no Google Authenticator un mēģiniet vēlreiz.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Daži konta dati netika veiksmīgi importēti.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Aizvērt",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Labi",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Jā",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nē",
+ "description": "No."
+ },
+ "account": {
+ "message": "Konts",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Lietotājvārds",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Izsniedzējs",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Slepenā atslēga",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Veiksmīgi paveikts.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Neizdevās paveikt.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Par",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Iestatījumi",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Drošība",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Pašreizējā parole",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Jaunā parole",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Parole",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Apstiprināt paroli",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Vai tiešām vēlaties dzēst šo kontu? Šo darbību nevarēs atsaukt.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Es saprotu, ka visi mani dati tiks neatgriezeniski dzēsti.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Atiestatīt Divpakāpju kodu ģeneratoru"
+ },
+ "delete_all_warning": {
+ "message": "Tiks dzēsti visi jūsu dati un pilnībā tiks atiestatīts Divpakāpju kodu ģenerators. Jūs nevarēsiet atgūt izdzēstos datus! Pirms Divpakāpju kodu ģeneratora atiestatīšanas apsveriet iespēju veikt rezerves kopiju."
+ },
+ "security_warning": {
+ "message": "Šī parole tiks izmantota jūsu kontu šifrēšanai. Neviens nevarēs jums palīdzēt, ja aizmirsīsiet paroli.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Atjaunināt",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Jūs nevarat pievienot jaunu kontu, kamēr visi konti nav atšifrēti. Lai turpināt, lūdzu, ievadiet pareizo paroli.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Konti, kurus nevarēja atšifrēt, netiks iekļauti šajā rezerves kopijā.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Paroles nesakrīt.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Šifrēts",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Nokopēts",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Atsauksmes",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Tulkot",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Avota kods",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Ievadiet paroli, lai atšifrētu konta datus.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sinhronizēt laiku ar Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Atcerēties paroli",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Uzmanību bīstami! Jūsu vietējais laiks ir ar pārāk lielu laika nobīdi. Lūdzu, sinhronizējiet laiku ar kādu laika serveri, pirms turpināt.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Vai jums ir rezerves kopija jūsu kontiem? Negaidiet, kamēr būs par vēlu!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Neizdevās notvert. Lūdzu, atkārtoti ielādējiet lapu un mēģiniet vēlreiz.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Vai mēģināt nolasīt kvadrātkodu (QR kodu) no lokāla faila? Tā vietā izmantojiet Importēt kvadrātkoda (QR) attēla rezerves kopiju.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Laika balstīts",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Skaitītāja balstīts",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Iestatījumi",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Mērogs",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Brīdinājums: visas rezerves kopijas ir nešifrētas. Vēlaties pievienot kontu citai programmai? Virziet kursoru virs jebkura konta augšējās labās daļas un nospiediet slēpto pogu.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Saglabāt rezerves kopijas failu",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importēt rezerves kopiju",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importēt rezerves failu",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importēt kvadrātkoda (QR) attēla rezerves kopiju",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importēt teksta rezerves kopiju",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Importēšana bija veiksmīga, taču dažus kvadrātkodus (QR kodus) nevarēja atpazīt.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Variet atlasīt vairākus failus, lai importētu rezerves kopiju vienu pēc otra.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Rādīt visus ierakstus",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Brīdinājums: rezerves kopijas nav šifrētas. Izmantojiet uz pašu atbildības.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Lai importētu rezerves kopijas, ir jānorāda pareiza parole.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Jūsu parole ir saglabāta lokāli, lūdzu, nekavējoties nomainiet to drošības izvēlnē.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Dzēst",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Lejupielādēt rezerves kopiju aizsargātu ar paroli",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Meklēt",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Uznirstošais režīms",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Aizslēgt",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Rediģēt",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manuāla dublēšana",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Izmantot automātisko aizpildīšanu",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Izmantot spilgtu kontrastu",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Izskats",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Gaišais",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Tumšais",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Vienkāršais",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompaktais",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Spilgta kontrasta",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Plakanais",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automātiski veikt datu rezerves kopiju trešās puses krātuves pakalpojumos.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Pārlūkprogrammas sinhronizēšana",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Autorizēties",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Autorizēties (Uzņēmuma)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Kāpēc uzņēmumu kontiem ir nepieciešamas vairāk atļauju?"
+ },
+ "log_out": {
+ "message": "Iziet",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Radās problēma, veidojot savienojumu ar jūsu $SERVICE$ kontu. Lūdzu, autorizējieties vēlreiz.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
+ }
+ },
+ "otp_unsupported_warn": {
+ "message": "Jums ir viens vai vairāki Steam vai Blizzard konti. Nešifrētās rezerves kopijas neizmantos standartizēto rezerves kopijas formātu.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Varat importēt rezerves kopijas no dažām citām programmām.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Uzzināt vairāk",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Ielādē..."
+ },
+ "autolock": {
+ "message": "Aizslēgt pēc"
+ },
+ "minutes": {
+ "message": "minūtes(-ēm)"
+ },
+ "advanced": {
+ "message": "Papildu"
+ },
+ "period": {
+ "message": "Laika termiņš"
+ },
+ "type": {
+ "message": "Tips"
+ },
+ "invalid": {
+ "message": "Nederīgs"
+ },
+ "digits": {
+ "message": "Cipari"
+ },
+ "algorithm": {
+ "message": "Algoritms"
+ },
+ "smart_filter": {
+ "message": "Viedais filtrs"
+ },
+ "backup": {
+ "message": "Rezerves kopija"
+ },
+ "backup_file_info": {
+ "message": "Izveidot datu rezerves kopiju failā."
+ },
+ "password_policy_default_hint": {
+ "message": "Jūsu parole neatbilst jūsu organizācijas drošības prasībām. Lai iegūtu papildinformāciju, sazinieties ar savu administratoru."
+ },
+ "advisor": {
+ "message": "Padomdevējs"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Iestatīt paroli, lai aizsargātu datus."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Iespējojiet automātisko aizslēgšanu, lai aizsargātu savus datus."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Pārlūkprogrammas sinhronizēšana ir atspējota. Iespējojot to, kontus var sinhronizēt dažādās pārlūkprogrammās."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Var iespējot automātisko aizpildīšanu, lai automātiski ievadītu kodus vietnēs."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Viedā filtra iespējošana ļauj ātri piekļūt kontiem."
+ },
+ "show_all_insights": {
+ "message": "Rādīt visus ieteikumus."
+ },
+ "no_insight_available": {
+ "message": "Ieteikumi nav atrasti, viss ir kārtībā!"
+ },
+ "danger": {
+ "message": "Bīstami"
+ },
+ "warning": {
+ "message": "Brīdinājums"
+ },
+ "info": {
+ "message": "Informācija"
+ },
+ "dismiss": {
+ "message": "Ignorēt"
+ },
+ "learn_more": {
+ "message": "Uzzināt vairāk"
+ },
+ "enable_context_menu": {
+ "message": "Pievienot konteksta izvēlnei"
+ },
+ "no_entires": {
+ "message": "Nav kontu, ko parādīt. Pievienojiet savu pirmo kontu tūlīt."
+ },
+ "permissions": {
+ "message": "Atļaujas"
+ },
+ "permission_revoke": {
+ "message": "Noņemt"
+ },
+ "permission_show_required_permissions": {
+ "message": "Rādīt neatsaucamās atļaujas"
+ },
+ "permission_required": {
+ "message": "Šī atļauja ir nepieciešama, un to nevar atsaukt."
+ },
+ "permission_active_tab": {
+ "message": "Piekļuve pašreizējai cilnei, lai varētu nolasīt kvadrātkodus (QR kodus)."
+ },
+ "permission_storage": {
+ "message": "Piekļuve pārlūkprogrammas krātuvei, lai varētu saglabāt konta datus."
+ },
+ "permission_identity": {
+ "message": "Ļauj autorizēties trešās puses krātuves pakalpojumos."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Piešķir tikai rakstīšanas piekļuvi starpliktuvei, lai varētu kopēt kodus starpliktuvē, kad noklikšķināt uz konta."
+ },
+ "permission_context_menus": {
+ "message": "Pievieno Divpakāpju kodu ģeneratoru konteksta izvēlnei."
+ },
+ "permission_sync_clock": {
+ "message": "Atļauj sinhronizēt laiku ar Google."
+ },
+ "permission_dropbox": {
+ "message": "Atļauj veikt rezerves kopiju Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Jums vispirms ir jāatslēdz Dropbox rezerves kopija."
+ },
+ "permission_drive": {
+ "message": "Atļauj veikt rezerves kopiju Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Jums vispirms ir jāatslēdz Google Drive rezerves kopija."
+ },
+ "permission_onedrive": {
+ "message": "Atļauj veikt rezerves kopiju OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Jums vispirms ir jāatslēdz OneDrive rezerves kopija."
+ },
+ "permission_unknown_permission": {
+ "message": "Nezināma atļauja. Ja redzat šo ziņojumu, lūdzu, nosūtiet kļūdu ziņojumu."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/nl/messages.json b/_locales/nl/messages.json
index 4848e1b75..e627be5bf 100644
--- a/_locales/nl/messages.json
+++ b/_locales/nl/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator genereert 2-stapsverificatiecodes in uw browser.",
- "description": "Extension Description."
- },
- "added": {
- "message": " is toegevoegd.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Niet-herkende QR-code.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Ongeldig accountgeheim",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Account toevoegen",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Scan QR-code",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Handmatige invoer",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Importeren mislukt. Als u gegevens van Google Authenticator migreert, exporteer dan opnieuw uw gegevens uit Google Authenticator en probeer het opnieuw.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Sommige accountgegevens zijn niet geïmporteerd.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Sluiten",
- "description": "Close."
- },
- "ok": {
- "message": "OK",
- "description": "OK."
- },
- "yes": {
- "message": "Ja",
- "description": "Yes."
- },
- "no": {
- "message": "Nee",
- "description": "No."
- },
- "account": {
- "message": "Account",
- "description": "Account."
- },
- "accountName": {
- "message": "Gebruikersnaam",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Uitgever",
- "description": "Issuer."
- },
- "secret": {
- "message": "Geheim",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Geslaagd.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Mislukt.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Over",
- "description": "About."
- },
- "settings": {
- "message": "Instellingen",
- "description": "Settings."
- },
- "security": {
- "message": "Beveiliging",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Huidig wachtwoord",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nieuw wachtwoord",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Wachtwoord",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Wachtwoord bevestigen",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Weet u zeker dat u dit account wilt verwijderen? Dit kan niet ongedaan worden gemaakt.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Ik begrijp dat al mijn gegevens onherstelbaar zullen worden verwijderd.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Authenticator herinitialiseren"
- },
- "delete_all_warning": {
- "message": "Dit zal al uw gegevens verwijderen en de Authenticator volledig herinitialiseren. U bent niet in staat om verwijderde gegevens te herstellen! Overweeg om een back-up op te slaan voordat u de Authenticator herinitialiseert."
- },
- "security_warning": {
- "message": "Dit wachtwoord wordt gebruikt voor het versleutelen van uw accounts. Niemand kan u helpen als u het wachtwoord vergeet.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Bijwerken",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "U kunt niet een nieuw account toevoegen tot alle accounts zijn ontcijferd. Voer het juiste wachtwoord in voordat u verder gaat.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Accounts die niet kunnen worden ontcijferd, worden niet in deze back-up opgenomen.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Wachtwoord komt niet overeen.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Versleuteld",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Gekopieerd",
- "description": "Copied."
- },
- "feedback": {
- "message": "Feedback",
- "description": "Feedback."
- },
- "translate": {
- "message": "Vertalen",
- "description": "Translate."
- },
- "source": {
- "message": "Broncode",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Voer het wachtwoord in om de accountgegevens te ontcijferen.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Klok synchroniseren met Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Wachtwoord onthouden",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Let op! De klok van uw lokale computer is te ver voor/achter, gelieve het te herstellen voordat u doorgaat.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Hebt u een back-up voor uw accounts? Wacht niet tot het te laat is!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Vastleggen is mislukt, herlaad de pagina en probeer het opnieuw.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Probeert u vanuit een lokaal bestand de QR-code te scannen? Gebruik in plaats daarvan de QR-back-up importeren.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Tijdgebonden",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Teller gebonden",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Voorkeuren",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Schaal",
- "description": "Scale"
- },
- "export_info": {
- "message": "Waarschuwing: alle back-ups zijn niet versleuteld. Wilt u een account toevoegen aan een andere app? Beweeg over de rechterbovenkant van een account en druk op de verborgen knop.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Back-up downloaden",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Back-up importeren",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Back-up importeren",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "QR-afbeeldingsback-up importeren",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Tekstback-up importeren ",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import succesvol, maar sommige QR-codes kunnen niet worden herkend.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "U kunt meerdere bestanden selecteren om back-up in batches te importeren.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Laat alle invoer zien",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Waarschuwing: back-ups zijn niet versleuteld. Gebruik op eigen risico.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "U moet het juiste wachtwoord opgeven om back-ups te importeren.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Uw wachtwoord is lokaal opgeslagen, wijzig deze direct in het menu beveiliging.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Verwijderen",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Wachtwoord-beveiligde back-up downloaden",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Zoeken",
- "description": "Search"
- },
- "popout": {
- "message": "Pop-upmodus",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Vergrendelen",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Bewerken",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Handmatige back-up",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Automatisch aanvullen gebruiken",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Hoog contrast gebruiken",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Thema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Licht",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Donker",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Eenvoudig",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Hoog contrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatisch een back-up maken van uw gegevens naar opslagdiensten van derden.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browsersynchronisatie",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Aanmelden",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Aanmelden (Zakelijk)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Waarom hebben zakelijke accounts meer toestemmingen nodig?"
- },
- "log_out": {
- "message": "Afmelden",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Er was een probleem met de verbinding naar uw $SERVICE$-account, meld u opnieuw aan.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "U hebt een of meer Steam- of Blizzard-accounts. Niet-versleutelde back-ups zullen geen gestandaardiseerde backup-indeling gebruiken.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "U kunt back-ups van enkele andere toepassingen importeren.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Meer info",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Laden…"
- },
- "autolock": {
- "message": "Vergrendel na"
- },
- "minutes": {
- "message": "minuten"
- },
- "advanced": {
- "message": "Geavanceerd"
- },
- "period": {
- "message": "Periode"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Ongeldig"
- },
- "digits": {
- "message": "Digits"
- },
- "algorithm": {
- "message": "Algoritme"
- },
- "smart_filter": {
- "message": "Slimme filter"
- },
- "backup": {
- "message": "Back-up"
- },
- "backup_file_info": {
- "message": "Back-up uw gegevens naar een bestand."
- },
- "password_policy_default_hint": {
- "message": "Uw wachtwoord voldoet niet aan de beveiligingseisen van uw organisatie. Neem contact op met uw beheerder voor meer informatie."
- },
- "advisor": {
- "message": "Adviseur"
- },
- "advisor_insight_password_not_set": {
- "message": "Stel een wachtwoord in om uw gegevens te beveiligen."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Schakel automatisch vergrendelen in om uw gegevens te beschermen."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browsersynchronisatie is uitgeschakeld. Schakel dit in om accounts in verschillende browsers te synchroniseren."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Automatisch invullen kan worden ingeschakeld om automatisch codes op websites in te vullen."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Het inschakelen van een slim filter zorgt voor snelle toegang tot accounts."
- },
- "show_all_insights": {
- "message": "Alle inzichten tonen."
- },
- "no_insight_available": {
- "message": "Geen inzichten gevonden, alles ziet er goed uit!"
- },
- "danger": {
- "message": "Gevaar"
- },
- "warning": {
- "message": "Waarschuwing"
- },
- "info": {
- "message": "Informatie"
- },
- "dismiss": {
- "message": "Negeren"
- },
- "learn_more": {
- "message": "Meer info"
- },
- "enable_context_menu": {
- "message": "Aan contextmenu toevoegen"
- },
- "no_entires": {
- "message": "Geen accounts om te tonen. Voeg uw eerste account nu toe."
- },
- "permissions": {
- "message": "Toestemmingen"
- },
- "permission_revoke": {
- "message": "Intrekken"
- },
- "permission_show_required_permissions": {
- "message": "Niet-herroepbare toestemmingen weergeven"
- },
- "permission_required": {
- "message": "Dit is een vereiste toestemming die niet is te verwijderen."
- },
- "permission_active_tab": {
- "message": "Toegang tot het huidige tabblad om QR-codes te scannen."
- },
- "permission_storage": {
- "message": "Toegang tot browseropslag om accountgegevens op te slaan."
- },
- "permission_identity": {
- "message": "Aanmelden bij opslagdiensten van derden toestaan."
- },
- "permission_clipboard_write": {
- "message": "Geeft alleen-schrijventoegang tot het klembord om codes naar het klembord te kopiëren wanneer u op de account klikt."
- },
- "permission_context_menus": {
- "message": "Voegt Authenticator toe aan contextmenu."
- },
- "permission_sync_clock": {
- "message": "Tijdssynchronisatie met Google toestaan."
- },
- "permission_dropbox": {
- "message": "Back-up naar Dropbox toestaan."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "U moet eerst back-up naar Dropbox uitschakelen."
- },
- "permission_drive": {
- "message": "Back-up naar Google Drive toestaan."
- },
- "permission_drive_cannot_revoke": {
- "message": "U moet eerst back-up naar Google Drive uitschakelen."
- },
- "permission_onedrive": {
- "message": "Back-up naar OneDrive toestaan."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "U moet eerst back-up naar OneDrive uitschakelen."
- },
- "permission_unknown_permission": {
- "message": "Onbekende toestemming. Indien dit bericht wordt weergegeven, stuur dan een bugrapport."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator genereert 2-stapsverificatiecodes in uw browser.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " is toegevoegd.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Niet-herkende QR-code.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Ongeldig accountgeheim",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Account toevoegen",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Scan QR-code",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Handmatige invoer",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Importeren mislukt. Als u gegevens van Google Authenticator migreert, exporteer dan opnieuw uw gegevens uit Google Authenticator en probeer het opnieuw.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Sommige accountgegevens zijn niet geïmporteerd.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Sluiten",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "OK",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ja",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nee",
+ "description": "No."
+ },
+ "account": {
+ "message": "Account",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Gebruikersnaam",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Uitgever",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Geheim",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Geslaagd.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Mislukt.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Over",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Instellingen",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Beveiliging",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Huidig wachtwoord",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nieuw wachtwoord",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Wachtwoord",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Wachtwoord bevestigen",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Weet u zeker dat u dit account wilt verwijderen? Dit kan niet ongedaan worden gemaakt.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Ik begrijp dat al mijn gegevens onherstelbaar zullen worden verwijderd.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Authenticator herinitialiseren"
+ },
+ "delete_all_warning": {
+ "message": "Dit zal al uw gegevens verwijderen en de Authenticator volledig herinitialiseren. U bent niet in staat om verwijderde gegevens te herstellen! Overweeg om een back-up op te slaan voordat u de Authenticator herinitialiseert."
+ },
+ "security_warning": {
+ "message": "Dit wachtwoord wordt gebruikt voor het versleutelen van uw accounts. Niemand kan u helpen als u het wachtwoord vergeet.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Bijwerken",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "U kunt niet een nieuw account toevoegen tot alle accounts zijn ontcijferd. Voer het juiste wachtwoord in voordat u verder gaat.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Accounts die niet kunnen worden ontcijferd, worden niet in deze back-up opgenomen.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Wachtwoord komt niet overeen.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Versleuteld",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Gekopieerd",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Feedback",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Vertalen",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Broncode",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Voer het wachtwoord in om de accountgegevens te ontcijferen.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Klok synchroniseren met Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Wachtwoord onthouden",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Let op! De klok van uw lokale computer is te ver voor/achter, gelieve het te herstellen voordat u doorgaat.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Hebt u een back-up voor uw accounts? Wacht niet tot het te laat is!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Vastleggen is mislukt, herlaad de pagina en probeer het opnieuw.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Probeert u vanuit een lokaal bestand de QR-code te scannen? Gebruik in plaats daarvan QR-afbeeldingsback-up importeren.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Tijdgebonden",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Teller gebonden",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Voorkeuren",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Schaal",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Waarschuwing: alle back-ups zijn niet versleuteld. Wilt u een account toevoegen aan een andere app? Beweeg over de rechterbovenkant van een account en druk op de verborgen knop.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Back-up downloaden",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Back-up importeren",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Back-up importeren",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "QR-afbeeldingsback-up importeren",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "QR-afbeeldingen importeren",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Tekstback-up importeren ",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "OTP-URL’s importeren",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import succesvol, maar sommige QR-codes kunnen niet worden herkend.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "U kunt meerdere bestanden selecteren om back-up in batches te importeren.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Laat alle invoer zien",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Waarschuwing: back-ups zijn niet versleuteld. Gebruik op eigen risico.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "U moet het juiste wachtwoord opgeven om back-ups te importeren.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Uw wachtwoord is lokaal opgeslagen, wijzig deze direct in het menu beveiliging.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Verwijderen",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Wachtwoord-beveiligde back-up downloaden",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Zoeken",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Pop-upmodus",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Vergrendelen",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Bewerken",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Handmatige back-up",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Automatisch aanvullen gebruiken",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Hoog contrast gebruiken",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Thema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Licht",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Donker",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Eenvoudig",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compact",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Hoog contrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Vlak",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatisch een back-up maken van uw gegevens naar opslagdiensten van derden.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browsersynchronisatie",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Aanmelden",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Aanmelden (Zakelijk)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Waarom hebben zakelijke accounts meer toestemmingen nodig?"
+ },
+ "log_out": {
+ "message": "Afmelden",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Er was een probleem met de verbinding naar uw $SERVICE$-account, meld u opnieuw aan.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "U hebt een of meer Steam- of Blizzard-accounts. Niet-versleutelde back-ups zullen geen gestandaardiseerde backup-indeling gebruiken.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "U kunt back-ups van enkele andere toepassingen importeren.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Meer info",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Laden…"
+ },
+ "autolock": {
+ "message": "Vergrendel na"
+ },
+ "minutes": {
+ "message": "minuten"
+ },
+ "advanced": {
+ "message": "Geavanceerd"
+ },
+ "period": {
+ "message": "Periode"
+ },
+ "type": {
+ "message": "Type"
+ },
+ "invalid": {
+ "message": "Ongeldig"
+ },
+ "digits": {
+ "message": "Digits"
+ },
+ "algorithm": {
+ "message": "Algoritme"
+ },
+ "smart_filter": {
+ "message": "Slimme filter"
+ },
+ "backup": {
+ "message": "Back-up"
+ },
+ "backup_file_info": {
+ "message": "Back-up uw gegevens naar een bestand."
+ },
+ "password_policy_default_hint": {
+ "message": "Uw wachtwoord voldoet niet aan de beveiligingseisen van uw organisatie. Neem contact op met uw beheerder voor meer informatie."
+ },
+ "advisor": {
+ "message": "Adviseur"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Stel een wachtwoord in om uw gegevens te beveiligen."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Schakel automatisch vergrendelen in om uw gegevens te beschermen."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browsersynchronisatie is uitgeschakeld. Schakel dit in om accounts in verschillende browsers te synchroniseren."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Automatisch invullen kan worden ingeschakeld om automatisch codes op websites in te vullen."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Het inschakelen van een slim filter zorgt voor snelle toegang tot accounts."
+ },
+ "show_all_insights": {
+ "message": "Alle inzichten tonen."
+ },
+ "no_insight_available": {
+ "message": "Geen inzichten gevonden, alles ziet er goed uit!"
+ },
+ "danger": {
+ "message": "Gevaar"
+ },
+ "warning": {
+ "message": "Waarschuwing"
+ },
+ "info": {
+ "message": "Informatie"
+ },
+ "dismiss": {
+ "message": "Negeren"
+ },
+ "learn_more": {
+ "message": "Meer info"
+ },
+ "enable_context_menu": {
+ "message": "Aan contextmenu toevoegen"
+ },
+ "no_entires": {
+ "message": "Geen accounts om te tonen. Voeg uw eerste account nu toe."
+ },
+ "permissions": {
+ "message": "Toestemmingen"
+ },
+ "permission_revoke": {
+ "message": "Intrekken"
+ },
+ "permission_show_required_permissions": {
+ "message": "Niet-herroepbare toestemmingen weergeven"
+ },
+ "permission_required": {
+ "message": "Dit is een vereiste toestemming die niet is te verwijderen."
+ },
+ "permission_active_tab": {
+ "message": "Toegang tot het huidige tabblad om QR-codes te scannen."
+ },
+ "permission_storage": {
+ "message": "Toegang tot browseropslag om accountgegevens op te slaan."
+ },
+ "permission_identity": {
+ "message": "Aanmelden bij opslagdiensten van derden toestaan."
+ },
+ "permission_alarms": {
+ "message": "Staat automatisch vergrendelen toe."
+ },
+ "permission_scripting": {
+ "message": "Scripts in het huidige tabblad injecteren om QR-codes te scannen en automatisch invullen te laten werken."
+ },
+ "permission_clipboard_write": {
+ "message": "Geeft alleen-schrijventoegang tot het klembord om codes naar het klembord te kopiëren wanneer u op de account klikt."
+ },
+ "permission_context_menus": {
+ "message": "Voegt Authenticator toe aan contextmenu."
+ },
+ "permission_sync_clock": {
+ "message": "Tijdssynchronisatie met Google toestaan."
+ },
+ "permission_dropbox": {
+ "message": "Back-up naar Dropbox toestaan."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "U moet eerst back-up naar Dropbox uitschakelen."
+ },
+ "permission_drive": {
+ "message": "Back-up naar Google Drive toestaan."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "U moet eerst back-up naar Google Drive uitschakelen."
+ },
+ "permission_onedrive": {
+ "message": "Back-up naar OneDrive toestaan."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "U moet eerst back-up naar OneDrive uitschakelen."
+ },
+ "permission_unknown_permission": {
+ "message": "Onbekende toestemming. Indien dit bericht wordt weergegeven, stuur dan een bugrapport."
+ },
+ "phrase_wrong": {
+ "message": "Wachtwoord onjuist"
+ },
+ "activate_auto_filter": {
+ "message": "Waarschuwing: Slim filter koppelt op een vrij losse manier de domeinnaam aan een account. Controleer altijd of u op de juiste website bent voordat u een code invoert!"
+ }
+}
diff --git a/_locales/no/messages.json b/_locales/no/messages.json
index 73c432e9e..3d7e56c1b 100644
--- a/_locales/no/messages.json
+++ b/_locales/no/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Autentisering",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator genererer to-faktor autentiseringskoder i nettleseren din.",
- "description": "Extension Description."
- },
- "added": {
- "message": " har blitt lagt til.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Ukjent QR-kode.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Ugyldig kontohemmelighet",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Legg til konto",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Skann QR-kode",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Skriv inn manuelt",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Some account data was not imported successfully.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Lukk",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Ja",
- "description": "Yes."
- },
- "no": {
- "message": "Nei",
- "description": "No."
- },
- "account": {
- "message": "Konto",
- "description": "Account."
- },
- "accountName": {
- "message": "Brukernavn",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Utsteder",
- "description": "Issuer."
- },
- "secret": {
- "message": "Hemmelig",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Vellykket.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Feil.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Om",
- "description": "About."
- },
- "settings": {
- "message": "Innstillinger",
- "description": "Settings."
- },
- "security": {
- "message": "Sikkerhet",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Nåværende passord",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nytt passord",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Passord",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Bekreft passord",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Er du sikker på at du vil slette denne brukeren? Denne handlingen kan ikke angres.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "I understand that all of my data will be irrecoverably deleted.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Reset Authenticator"
- },
- "delete_all_warning": {
- "message": "This will delete all of your data and completely reset Authenticator. You will not be able to recover any deleted data! You should consider saving a backup before resetting Authenticator."
- },
- "security_warning": {
- "message": "Dette passordet vil bli brukt til å kryptere kontoene dine. Ingen kan hjelpe deg hvis du glemmer passordet.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Oppdater",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "You cannot add a new account until all accounts are decrypted. Please enter the correct password before continuing.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Accounts that were not able to be decrypted will not be included in this backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Passord stemmer ikke overens.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Kryptert",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopiert",
- "description": "Copied."
- },
- "feedback": {
- "message": "Tilbakemelding",
- "description": "Feedback."
- },
- "translate": {
- "message": "Oversett",
- "description": "Translate."
- },
- "source": {
- "message": "Kildekode",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Skriv inn passordet for å dekryptere konto data.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Synkroniser klokke med Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Husk Passord",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Forsiktig! Din lokale klokke er for langt unna. Vennligst fiks den før du fortsetter.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Har du en sikkerhetskopi for kontoene dine? Ikke vent til det er for sent!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Opptak mislyktes, vennligst last inn siden på nytt og prøv igjen.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Tidsbasert",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Tellerbasert",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferanser",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Skala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Advarsel: alle sikkerhetskopier er ikke kryptert. Vil du legge til en konto i en annen app? Hold musepekeren over øvre høyre del av kontoen, og trykk på den skjulte knappen.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Last ned sikkerhetskopi",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importer Sikkerhetskopi",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importer sikkerhetskopifil",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Import QR Image Backup",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importer sikkerhetskopi av tekst",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "You can select multiple files to import backup in batches.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Vis alle oppføringer",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Advarsel: sikkerhetskopier er ikke kryptert. Bruk på egen risiko.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Du må oppgi riktig passord for å importere sikkerhetskopier.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Passordet ditt er lagret lokalt, vennligst endre det i sikkerhetsmenyen umiddelbart.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Fjern",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Last ned passordbeskyttet sikkerhetskopi",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Søk",
- "description": "Search"
- },
- "popout": {
- "message": "Popup-modus",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Lås",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Rediger",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Bruk Autofyll",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Bruk Høykontrast",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Theme",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Light",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Dark",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "High Contrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Sikkerhetskopier dataene dine automatisk til tredjeparts lagringstjenester.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Logg inn",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "Logg ut",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Det oppsto et problem med tilkoblingen til $SERVICE$ -kontoen din, vennligst logg deg på igjen.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Du har en eller flere Steam- eller Blizzard-kontoer. Ikke-krypterte sikkerhetskopier bruker ikke standardisert backup-format.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Du kan importere sikkerhetskopier fra noen andre applikasjoner.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Lær mer",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Laster..."
- },
- "autolock": {
- "message": "Lås etter"
- },
- "minutes": {
- "message": "minutter"
- },
- "advanced": {
- "message": "Avansert"
- },
- "period": {
- "message": "Periode"
- },
- "type": {
- "message": "Type"
- },
- "invalid": {
- "message": "Ugyldig"
- },
- "digits": {
- "message": "Sifre"
- },
- "algorithm": {
- "message": "Algoritme"
- },
- "smart_filter": {
- "message": "Smart Filter"
- },
- "backup": {
- "message": "Backup"
- },
- "backup_file_info": {
- "message": "Backup your data to a file."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autentisering",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator genererer to-faktor autentiseringskoder i nettleseren din.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " har blitt lagt til.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Ukjent QR-kode.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Ugyldig kontohemmelighet",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Legg til konto",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Skann QR-kode",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Skriv inn manuelt",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import mislyktes. Hvis du migrerer data fra Google Authenticator, vennligst eksporter dataene fra Google Authenticator og prøv på nytt.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Noen kontodata ble ikke importert.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Lukk",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ja",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nei",
+ "description": "No."
+ },
+ "account": {
+ "message": "Konto",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Brukernavn",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Utsteder",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Hemmelig",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Vellykket.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Feil.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Om",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Innstillinger",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Sikkerhet",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Nåværende passord",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nytt passord",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Passord",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Bekreft passord",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Er du sikker på at du vil slette denne brukeren? Denne handlingen kan ikke angres.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Jeg forstår at alle mine data ikke vil bli gjenopprettet slettet.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Tilbakestill Authentikator"
+ },
+ "delete_all_warning": {
+ "message": "Dette vil slette alle dataene dine og alle nullstille autentisering. Du vil ikke kunne gjenopprette noen slettede data! Du bør vurdere å lagre en sikkerhetskopi før du tilbakestiller autentisering."
+ },
+ "security_warning": {
+ "message": "Dette passordet vil bli brukt til å kryptere kontoene dine. Ingen kan hjelpe deg hvis du glemmer passordet.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Oppdater",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Du kan ikke legge til en ny konto før alle kontoer er dekryptert. Skriv inn riktig passord før du fortsetter.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Kontoer som ikke var i stand til å dekryptere vil ikke inkluderes i denne sikkerhetskopien.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Passord stemmer ikke overens.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Kryptert",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopiert",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Tilbakemelding",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Oversett",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Kildekode",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Skriv inn passordet for å dekryptere konto data.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Synkroniser klokke med Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Husk Passord",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Forsiktig! Din lokale klokke er for langt unna. Vennligst fiks den før du fortsetter.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Har du en sikkerhetskopi for kontoene dine? Ikke vent til det er for sent!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Opptak mislyktes, vennligst last inn siden på nytt og prøv igjen.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Prøver du å skanne QR-kode fra en lokal fil? Bruk importer QR-bildesikkerhetskopiering i stedet.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Tidsbasert",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Tellerbasert",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferanser",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Advarsel: alle sikkerhetskopier er ikke kryptert. Vil du legge til en konto i en annen app? Hold musepekeren over øvre høyre del av kontoen, og trykk på den skjulte knappen.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Last ned sikkerhetskopi",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importer Sikkerhetskopi",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importer sikkerhetskopifil",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importer QR Bilde Sikkerhetskopi",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Importer QR-bilder",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importer sikkerhetskopi av tekst",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Importer URL-er for engangspassord",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import vellykket, men noen QR-koder kunne ikke gjenkjennes.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Du kan velge flere filer å importere i bunt.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Vis alle oppføringer",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Advarsel: sikkerhetskopier er ikke kryptert. Bruk på egen risiko.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Du må oppgi riktig passord for å importere sikkerhetskopier.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Passordet ditt er lagret lokalt, vennligst endre det i sikkerhetsmenyen umiddelbart.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Fjern",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Last ned passordbeskyttet sikkerhetskopi",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Søk",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Popup-modus",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Lås",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Rediger",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manuell sikkerhetskopiering",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Bruk Autofyll",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Bruk Høykontrast",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Lys",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Mørk",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Enkel",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompakt",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Høy kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Sikkerhetskopier dataene dine automatisk til tredjeparts lagringstjenester.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Synkroniser nettlesere",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Logg inn",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Logg inn (Bedrift)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Hvorfor krever bedriftskontoer flere tillatelser?"
+ },
+ "log_out": {
+ "message": "Logg ut",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Det oppsto et problem med tilkoblingen til $SERVICE$ -kontoen din, vennligst logg deg på igjen.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Du har en eller flere Steam- eller Blizzard-kontoer. Ikke-krypterte sikkerhetskopier bruker ikke standardisert backup-format.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Du kan importere sikkerhetskopier fra noen andre applikasjoner.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Lær mer",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Laster..."
+ },
+ "autolock": {
+ "message": "Lås etter"
+ },
+ "minutes": {
+ "message": "minutter"
+ },
+ "advanced": {
+ "message": "Avansert"
+ },
+ "period": {
+ "message": "Periode"
+ },
+ "type": {
+ "message": "Type"
+ },
+ "invalid": {
+ "message": "Ugyldig"
+ },
+ "digits": {
+ "message": "Sifre"
+ },
+ "algorithm": {
+ "message": "Algoritme"
+ },
+ "smart_filter": {
+ "message": "Smart Filter"
+ },
+ "backup": {
+ "message": "Sikkerhetskopi"
+ },
+ "backup_file_info": {
+ "message": "Sikkerhetskopier data til en fil."
+ },
+ "password_policy_default_hint": {
+ "message": "Passordet ditt oppfyller ikke organisasjonens sikkerhetskrav. Kontakt systemansvarlig for mer informasjon."
+ },
+ "advisor": {
+ "message": "Rådgiver"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Angi et passord for å beskytte dine data."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Aktiver automatisk lås for å beskytte dine data."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Synkronisering i nettleseren er deaktivert. Aktivering av kontoene kan synkroniseres på tvers av nettlesere."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofyll kan aktiveres automatisk for å fylle koder inn på nettsteder."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Aktivering av smart filter gir rask tilgang til kontoer."
+ },
+ "show_all_insights": {
+ "message": "Vis alle innsikter."
+ },
+ "no_insight_available": {
+ "message": "Ingen innsikt funnet, alt ser bra ut!"
+ },
+ "danger": {
+ "message": "Fare"
+ },
+ "warning": {
+ "message": "Advarsel"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Avvis"
+ },
+ "learn_more": {
+ "message": "Lær mer"
+ },
+ "enable_context_menu": {
+ "message": "Legg til i kontekst-menyen"
+ },
+ "no_entires": {
+ "message": "Ingen kontoer å vise. Legg til din første konto nå."
+ },
+ "permissions": {
+ "message": "Tillatelser"
+ },
+ "permission_revoke": {
+ "message": "Tilbakekall"
+ },
+ "permission_show_required_permissions": {
+ "message": "Vis ugjenkallelige tillatelser"
+ },
+ "permission_required": {
+ "message": "Dette er en nødvendig tillatelse og kan ikke tilbakekalles."
+ },
+ "permission_active_tab": {
+ "message": "Få tilgang til denne fanen for å skanne QR-koder."
+ },
+ "permission_storage": {
+ "message": "Tilgang til nettleserlagring for å lagre kontodata."
+ },
+ "permission_identity": {
+ "message": "Tillater innlogging til tredjeparts lagringstjenester."
+ },
+ "permission_alarms": {
+ "message": "Lar automatisk lås fungere."
+ },
+ "permission_scripting": {
+ "message": "Injiser skript inn i denne fanen for å skanne QR-koder og la autoutfylle fungere."
+ },
+ "permission_clipboard_write": {
+ "message": "Gir skrivetilgang til utklippstavlen for å kopiere koder til utklippstavlen når du klikker på kontoen."
+ },
+ "permission_context_menus": {
+ "message": "Legger til autentisering i kontekstmenyen."
+ },
+ "permission_sync_clock": {
+ "message": "Tillater klokkesynk med Google."
+ },
+ "permission_dropbox": {
+ "message": "Tillater sikkerhetskopiering til Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Du må deaktivere Dropbox-sikkerhetskopiering først."
+ },
+ "permission_drive": {
+ "message": "Tillater sikkerhetskopiering til Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Du må deaktivere Google Drive sikkerhetskopiering først."
+ },
+ "permission_onedrive": {
+ "message": "Tillater sikkerhetskopiering til OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Du må deaktivere OneDrive sikkerhetskopiering først."
+ },
+ "permission_unknown_permission": {
+ "message": "Ukjent tillatelse. Hvis du ser denne meldingen, vennligst send en feilrapport."
+ },
+ "phrase_wrong": {
+ "message": "Feil passord"
+ },
+ "activate_auto_filter": {
+ "message": "Advarsel: Smartfilter samsvarer ikke med domenenavnet til en konto. Kontroller alltid at du er på korrekt nettside før du skriver inn en kode!"
+ }
+}
diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json
index 55f508541..df2f4485d 100644
--- a/_locales/pl/messages.json
+++ b/_locales/pl/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator generuje w przeglądarce kody uwierzytelniania dwuskładnikowego.",
- "description": "Extension Description."
- },
- "added": {
- "message": " zostało dodane.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Nie rozpoznano kodu QR.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Niepoprawny sekretny kod konta",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Dodaj konto",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Zeskanuj kod QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Ręczne wprowadzanie",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Importowanie nie powiodło się. Jeśli przenosisz dane z Google Authenticator, ponownie wyeksportuj swoje dane z Google Authenticator i spróbuj ponownie.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Niektóre dane konta nie zostały pomyślnie zaimportowane.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Zamknij",
- "description": "Close."
- },
- "ok": {
- "message": "OK",
- "description": "OK."
- },
- "yes": {
- "message": "Tak",
- "description": "Yes."
- },
- "no": {
- "message": "Nie",
- "description": "No."
- },
- "account": {
- "message": "Konto",
- "description": "Account."
- },
- "accountName": {
- "message": "Nazwa użytkownika",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Wystawca",
- "description": "Issuer."
- },
- "secret": {
- "message": "Sekretny kod",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Sukces.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Niepowodzenie.",
- "description": "Update Failure."
- },
- "about": {
- "message": "O aplikacji",
- "description": "About."
- },
- "settings": {
- "message": "Ustawienia",
- "description": "Settings."
- },
- "security": {
- "message": "Zabezpieczenia",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Obecne hasło",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nowe hasło",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Hasło",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Potwierdź hasło",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Czy na pewno chcesz usunąć to konto? Nie można cofnąć tej akcji.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Rozumiem, że wszystkie moje dane zostaną nieodwracalnie usunięte.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Zresetuj dodatek Authenticator"
- },
- "delete_all_warning": {
- "message": "Spowoduje to usunięcie wszystkich danych i całkowite zresetowanie dodatku Authenticator. Nie będzie można odzyskać usuniętych danych! Przed zresetowaniem dodatku Authenticator należy rozważyć zapisanie kopii zapasowej."
- },
- "security_warning": {
- "message": "To hasło będzie służyć szyfrowaniu Twoich kont. Nikt ci nie pomoże, jeśli zapomnisz hasła.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Aktualizuj",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Nie możesz dodać nowego konta, dopóki wszystkie konta nie zostaną odszyfrowane. Przed kontynuowaniem podaj prawidłowe hasło.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Konta, których nie udało się odszyfrować, nie zostaną uwzględnione w tej kopii zapasowej.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Hasło się nie zgadza.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Zaszyfrowane",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Skopiowane",
- "description": "Copied."
- },
- "feedback": {
- "message": "Uwagi",
- "description": "Feedback."
- },
- "translate": {
- "message": "Przetłumacz",
- "description": "Translate."
- },
- "source": {
- "message": "Kod źródłowy",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Wprowadź hasło, aby odszyfrować dane konta.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Synchronizuj zegar z Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Zapamiętaj hasło",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Uwaga! Twój lokalny zegar jest zbyt niedokładny, należy go ustawić przed kontynuowaniem.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Czy masz kopię zapasową swoich kont? Nie czekaj, aż będzie za późno!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Przechwytywanie nie powiodło się, proszę odświeżyć stronę i spróbować ponownie.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Czy próbujesz zeskanować kod QR z lokalnego pliku? Zamiast tego użyj funkcji Importuj kopię zapasową obrazu QR.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Oparte na czasie",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Oparte na liczniku",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Ustawienia",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Skala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Uwaga: wszystkie kopie zapasowe są odszyfrowane. Chcesz dodać kono do innej aplikacji? Ustaw kursor nad prawym górnym rogiem dowolnego konta i naciśnij ukryty przycisk.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Pobierz plik kopii zapasowej",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importuj kopię zapasową",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importuj plik kopii zapasowej",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importuj kopię zapasową obrazu QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importuj tekstową kopię zapasową",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Importowanie powiodło się, ale niektóre kody QR nie zostały rozpoznane.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Możesz wybrać wiele plików, aby importować kopie zapasowe w partiach.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Pokaż wszystkie wpisy",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Ostrzeżenie: kopie zapasowe są niezaszyfrowane. Używaj na własne ryzyko.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Należy podać prawidłowe hasło, żeby importować kopię zapasową.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Hasła są przechowywane lokalnie, należy to natychmiast zmienić w menu Zabezpieczenia.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Usuń",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Pobierz kopię zapasową chronioną hasłem",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Szukaj",
- "description": "Search"
- },
- "popout": {
- "message": "Tryb wyskakujący",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Zablokuj",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Edytuj",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Ręczna kopia zapasowa",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Użyj autowypełniania",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Użyj dużego kontrastu",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Motyw",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Jasny",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Ciemny",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Prosty",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Kompaktowy",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Wysoki kontrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatycznie twórz kopie zapasowe danych w usługach przechowywania innych firm.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Synchronizacja przeglądarki",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Zaloguj się",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Zaloguj się (biznesowe)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Dlaczego konta biznesowe wymagają więcej uprawnień?"
- },
- "log_out": {
- "message": "Wyloguj",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Wystąpił problem z połączeniem z kontem $SERVICE$, zaloguj się ponownie.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Masz jedno lub więcej kont Steam lub Blizzard. Nieszyfrowane kopie zapasowe nie będą korzystać ze standardowego formatu kopii zapasowej.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Możesz importować kopie zapasowe z innych aplikacji.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Dowiedz się więcej",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Wczytywanie..."
- },
- "autolock": {
- "message": "Zablokuj po"
- },
- "minutes": {
- "message": "min"
- },
- "advanced": {
- "message": "Zaawansowane"
- },
- "period": {
- "message": "Okres"
- },
- "type": {
- "message": "Typ"
- },
- "invalid": {
- "message": "Niepoprawne"
- },
- "digits": {
- "message": "Cyfry"
- },
- "algorithm": {
- "message": "Algorytm"
- },
- "smart_filter": {
- "message": "Inteligentny filtr"
- },
- "backup": {
- "message": "Kopia zapasowa"
- },
- "backup_file_info": {
- "message": "Zapisz kopię zapasową danych do pliku."
- },
- "password_policy_default_hint": {
- "message": "Twoje hasło nie spełnia wymogów bezpieczeństwa Twojej organizacji. Aby uzyskać więcej informacji, skontaktuj się z administratorem."
- },
- "advisor": {
- "message": "Doradca"
- },
- "advisor_insight_password_not_set": {
- "message": "Ustaw hasło, aby chronić swoje dane."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Włącz automatyczne blokowanie, aby chronić swoje dane."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Synchronizacja przeglądarki jest wyłączona. Włączenie jej umożliwia synchronizację kont pomiędzy przeglądarkami."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autouzupełnianie może być włączone, aby automatycznie wypełniać kody na stronach internetowych."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Włączenie inteligentnego filtra umożliwia szybki dostęp do kont."
- },
- "show_all_insights": {
- "message": "Pokaż wszystkie spostrzeżenia."
- },
- "no_insight_available": {
- "message": "Nie znaleziono żadnych spostrzeżeń, wszystko wygląda dobrze!"
- },
- "danger": {
- "message": "Niebezpieczeństwo"
- },
- "warning": {
- "message": "Ostrzeżenie"
- },
- "info": {
- "message": "Informacja"
- },
- "dismiss": {
- "message": "Odrzuć"
- },
- "learn_more": {
- "message": "Dowiedz się więcej"
- },
- "enable_context_menu": {
- "message": "Dodaj do menu kontekstowego"
- },
- "no_entires": {
- "message": "Brak kont do wyświetlenia. Dodaj teraz swoje pierwsze konto."
- },
- "permissions": {
- "message": "Uprawnienia"
- },
- "permission_revoke": {
- "message": "Unieważnij"
- },
- "permission_show_required_permissions": {
- "message": "Pokaż nieodwołalne uprawnienia"
- },
- "permission_required": {
- "message": "Jest to uprawnienie wymagane i nie może zostać unieważnione."
- },
- "permission_active_tab": {
- "message": "Dostęp do bieżącej karty w celu zeskanowania kodów QR."
- },
- "permission_storage": {
- "message": "Dostęp do pamięci masowej przeglądarki w celu przechowywania danych konta."
- },
- "permission_identity": {
- "message": "Umożliwia logowanie się do usług pamięci masowej innych dostawców."
- },
- "permission_clipboard_write": {
- "message": "Przyznaje dostęp tylko do zapisu do schowka w celu skopiowania kodów do schowka po kliknięciu konta."
- },
- "permission_context_menus": {
- "message": "Dodaje dodatek Authenticator do menu kontekstowego."
- },
- "permission_sync_clock": {
- "message": "Umożliwia synchronizację zegara z Google."
- },
- "permission_dropbox": {
- "message": "Umożliwia tworzenie kopii zapasowej w Dropboksie."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Musisz najpierw wyłączyć kopię zapasową Dropboksa."
- },
- "permission_drive": {
- "message": "Umożliwia tworzenie kopii zapasowej na Dysku Google."
- },
- "permission_drive_cannot_revoke": {
- "message": "Musisz najpierw wyłączyć kopię zapasową Dysku Google."
- },
- "permission_onedrive": {
- "message": "Umożliwia tworzenie kopii zapasowej w OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Musisz najpierw wyłączyć kopię zapasową OneDrive."
- },
- "permission_unknown_permission": {
- "message": "Nieznane uprawnienie. Jeśli widzisz ten komunikat, wyślij raport o błędzie."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator\n",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Uwierzytelnianie",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator generuje w przeglądarce kody uwierzytelniania dwuskładnikowego.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " zostało dodane.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Nie rozpoznano kodu QR.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Niepoprawny sekretny kod konta",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Dodaj konto",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Zeskanuj kod QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Ręczne wprowadzanie",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Importowanie nie powiodło się. Jeśli przenosisz dane z Google Authenticator, ponownie wyeksportuj swoje dane z Google Authenticator i spróbuj ponownie.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Niektóre dane konta nie zostały pomyślnie zaimportowane.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Zamknij",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "OK",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Tak",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nie",
+ "description": "No."
+ },
+ "account": {
+ "message": "Konto",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nazwa użytkownika",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Wystawca",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Sekretny kod",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Sukces.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Niepowodzenie.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "O aplikacji",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Ustawienia",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Zabezpieczenia",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Obecne hasło",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nowe hasło",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Hasło",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Potwierdź hasło",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Czy na pewno chcesz usunąć to konto? Nie można cofnąć tej akcji.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Rozumiem, że wszystkie moje dane zostaną nieodwracalnie usunięte.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Zresetuj dodatek Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "Spowoduje to usunięcie wszystkich danych i całkowite zresetowanie dodatku Authenticator. Nie będzie można odzyskać usuniętych danych! Przed zresetowaniem dodatku Authenticator należy rozważyć zapisanie kopii zapasowej."
+ },
+ "security_warning": {
+ "message": "To hasło będzie służyć szyfrowaniu Twoich kont. Nikt ci nie pomoże, jeśli zapomnisz hasła.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Aktualizuj",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Nie możesz dodać nowego konta, dopóki wszystkie konta nie zostaną odszyfrowane. Przed kontynuowaniem podaj prawidłowe hasło.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Konta, których nie udało się odszyfrować, nie zostaną uwzględnione w tej kopii zapasowej.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Hasło się nie zgadza.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Zaszyfrowane",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Skopiowane",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Uwagi",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Przetłumacz",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Kod źródłowy",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Wprowadź hasło, aby odszyfrować dane konta.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Synchronizuj zegar z Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Zapamiętaj hasło",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Uwaga! Twój lokalny zegar jest zbyt niedokładny, należy go ustawić przed kontynuowaniem.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Czy masz kopię zapasową swoich kont? Nie czekaj, aż będzie za późno!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Przechwytywanie nie powiodło się, proszę odświeżyć stronę i spróbować ponownie.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Czy próbujesz zeskanować kod QR z lokalnego pliku? Zamiast tego użyj funkcji Importuj kopię zapasową obrazu QR.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Oparte na czasie",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Oparte na liczniku",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Ustawienia",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Uwaga: wszystkie kopie zapasowe są odszyfrowane. Chcesz dodać kono do innej aplikacji? Ustaw kursor nad prawym górnym rogiem dowolnego konta i naciśnij ukryty przycisk.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Pobierz plik kopii zapasowej",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importuj kopię zapasową",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importuj plik kopii zapasowej",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importuj kopię zapasową obrazu QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Importuj obrazy QR",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importuj tekstową kopię zapasową",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Importuj adresy URL OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Importowanie powiodło się, ale niektóre kody QR nie zostały rozpoznane.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Możesz wybrać wiele plików, aby importować kopie zapasowe w partiach.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Pokaż wszystkie wpisy",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Ostrzeżenie: kopie zapasowe są niezaszyfrowane. Używaj na własne ryzyko.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Należy podać prawidłowe hasło, żeby importować kopię zapasową.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Hasła są przechowywane lokalnie, należy to natychmiast zmienić w menu Zabezpieczenia.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Usuń",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Pobierz kopię zapasową chronioną hasłem",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Szukaj",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Tryb wyskakujący",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Zablokuj",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Edytuj",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Ręczna kopia zapasowa",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Użyj autowypełniania",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Użyj dużego kontrastu",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Motyw",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Jasny",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Ciemny",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Prosty",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompaktowy",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Wysoki kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Płaski",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automatycznie twórz kopie zapasowe danych w usługach przechowywania innych firm.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Synchronizacja przeglądarki",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Zaloguj się",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Zaloguj się (biznesowe)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Dlaczego konta biznesowe wymagają więcej uprawnień?"
+ },
+ "log_out": {
+ "message": "Wyloguj",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Wystąpił problem z połączeniem z kontem $SERVICE$, zaloguj się ponownie.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Masz jedno lub więcej kont Steam lub Blizzard. Nieszyfrowane kopie zapasowe nie będą korzystać ze standardowego formatu kopii zapasowej.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Możesz importować kopie zapasowe z innych aplikacji.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Dowiedz się więcej",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Wczytywanie..."
+ },
+ "autolock": {
+ "message": "Zablokuj po"
+ },
+ "minutes": {
+ "message": "min"
+ },
+ "advanced": {
+ "message": "Zaawansowane"
+ },
+ "period": {
+ "message": "Okres"
+ },
+ "type": {
+ "message": "Typ"
+ },
+ "invalid": {
+ "message": "Niepoprawne"
+ },
+ "digits": {
+ "message": "Cyfry"
+ },
+ "algorithm": {
+ "message": "Algorytm"
+ },
+ "smart_filter": {
+ "message": "Inteligentny filtr"
+ },
+ "backup": {
+ "message": "Kopia zapasowa"
+ },
+ "backup_file_info": {
+ "message": "Zapisz kopię zapasową danych do pliku."
+ },
+ "password_policy_default_hint": {
+ "message": "Twoje hasło nie spełnia wymogów bezpieczeństwa Twojej organizacji. Aby uzyskać więcej informacji, skontaktuj się z administratorem."
+ },
+ "advisor": {
+ "message": "Doradca"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Ustaw hasło, aby chronić swoje dane."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Włącz automatyczne blokowanie, aby chronić swoje dane."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Synchronizacja przeglądarki jest wyłączona. Włączenie jej umożliwia synchronizację kont pomiędzy przeglądarkami."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autouzupełnianie może być włączone, aby automatycznie wypełniać kody na stronach internetowych."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Włączenie inteligentnego filtra umożliwia szybki dostęp do kont."
+ },
+ "show_all_insights": {
+ "message": "Pokaż wszystkie spostrzeżenia."
+ },
+ "no_insight_available": {
+ "message": "Nie znaleziono żadnych spostrzeżeń, wszystko wygląda dobrze!"
+ },
+ "danger": {
+ "message": "Niebezpieczeństwo"
+ },
+ "warning": {
+ "message": "Ostrzeżenie"
+ },
+ "info": {
+ "message": "Informacja"
+ },
+ "dismiss": {
+ "message": "Odrzuć"
+ },
+ "learn_more": {
+ "message": "Dowiedz się więcej"
+ },
+ "enable_context_menu": {
+ "message": "Dodaj do menu kontekstowego"
+ },
+ "no_entires": {
+ "message": "Brak kont do wyświetlenia. Dodaj teraz swoje pierwsze konto."
+ },
+ "permissions": {
+ "message": "Uprawnienia"
+ },
+ "permission_revoke": {
+ "message": "Unieważnij"
+ },
+ "permission_show_required_permissions": {
+ "message": "Pokaż nieodwołalne uprawnienia"
+ },
+ "permission_required": {
+ "message": "Jest to uprawnienie wymagane i nie może zostać unieważnione."
+ },
+ "permission_active_tab": {
+ "message": "Dostęp do bieżącej karty w celu zeskanowania kodów QR."
+ },
+ "permission_storage": {
+ "message": "Dostęp do pamięci masowej przeglądarki w celu przechowywania danych konta."
+ },
+ "permission_identity": {
+ "message": "Umożliwia logowanie się do usług pamięci masowej innych dostawców."
+ },
+ "permission_alarms": {
+ "message": "Umożliwia działanie automatycznego blokowania."
+ },
+ "permission_scripting": {
+ "message": "Wstawiaj skrypty do bieżącej karty, aby skanować kody QR i umożliwić autouzupełnianie."
+ },
+ "permission_clipboard_write": {
+ "message": "Przyznaje dostęp tylko do zapisu do schowka w celu skopiowania kodów do schowka po kliknięciu konta."
+ },
+ "permission_context_menus": {
+ "message": "Dodaje dodatek Authenticator do menu kontekstowego."
+ },
+ "permission_sync_clock": {
+ "message": "Umożliwia synchronizację zegara z Google."
+ },
+ "permission_dropbox": {
+ "message": "Umożliwia tworzenie kopii zapasowej w Dropboksie."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Musisz najpierw wyłączyć kopię zapasową Dropboksa."
+ },
+ "permission_drive": {
+ "message": "Umożliwia tworzenie kopii zapasowej na Dysku Google."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Musisz najpierw wyłączyć kopię zapasową Dysku Google."
+ },
+ "permission_onedrive": {
+ "message": "Umożliwia tworzenie kopii zapasowej w OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Musisz najpierw wyłączyć kopię zapasową OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Nieznane uprawnienie. Jeśli widzisz ten komunikat, wyślij raport o błędzie."
+ },
+ "phrase_wrong": {
+ "message": "Hasło nieprawidłowe"
+ },
+ "activate_auto_filter": {
+ "message": "Ostrzeżenie: inteligentny filtr luźno dopasowuje nazwę domeny do konta. Zawsze sprawdzaj, czy jesteś na właściwej witrynie internetowej przed wprowadzeniem kodu!"
+ }
+}
diff --git a/_locales/pt/messages.json b/_locales/pt/messages.json
index 6abd0efe2..9cc98065f 100644
--- a/_locales/pt/messages.json
+++ b/_locales/pt/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Autenticador",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Autenticador",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "O autenticador gera códigos de autenticação de dois factores no seu navegador.",
- "description": "Extension Description."
- },
- "added": {
- "message": "foi adicionado ao.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Código QR não reconhecido.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Invalid account secret",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Add account",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Ler código QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Entrada manual",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Some account data was not imported successfully.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Fechar",
- "description": "Close."
- },
- "ok": {
- "message": "OK",
- "description": "OK."
- },
- "yes": {
- "message": "Sim",
- "description": "Yes."
- },
- "no": {
- "message": "Não",
- "description": "No."
- },
- "account": {
- "message": "Conta",
- "description": "Account."
- },
- "accountName": {
- "message": "Nome de Utilizador",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Emissor",
- "description": "Issuer."
- },
- "secret": {
- "message": "Segredo",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Sucesso.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Falhou.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Sobre",
- "description": "About."
- },
- "settings": {
- "message": "Configurações",
- "description": "Settings."
- },
- "security": {
- "message": "Segurança",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Palavra-passe atual",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nova palavra-passe",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Palavra-passe",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Confirmar palavra-passe",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Tem a certeza que pretende eliminar esta conta? Esta ação não pode ser revertida.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Compreendo que todos os meus dados serão definitivamente apagados.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Redefinir Autenticação"
- },
- "delete_all_warning": {
- "message": "Irá apagar todos os seus dados e redefinir a autenticação completamente. Não será possível recuperar quaisquer dados apagados! Deve considerar guardar uma cópia de segurança antes de redefinir a autenticação."
- },
- "security_warning": {
- "message": "Esta palavra-passe será utilizada para encriptar todas as suas contas. Ninguém poderá ajudá-lo caso se esqueça da sua palavra-passe.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Atualizar",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Não pode adicionar uma nova conta até que todas as contas estejam desencriptadas. Por favor, digite a palavra-passe correta antes de continuar.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Contas que não puderam ser desencriptadas não serão incluídas nesta cópia de segurança.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "As palavras-passe não correspondem.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Encriptado",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Copiado",
- "description": "Copied."
- },
- "feedback": {
- "message": "Feedback",
- "description": "Feedback."
- },
- "translate": {
- "message": "Traduzir",
- "description": "Translate."
- },
- "source": {
- "message": "Código fonte",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Digite a palavra-passe para desencriptar os dados da conta.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sincronizar relógio com Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Lembrar palavra-passe",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Cuidado! O seu relógio está atrasado, por favor corrija antes de continuar.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Tem alguma cópia de segurança das suas contas? Não espere até que seja tarde demais!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "A captura falhou, por favor recarregue a página e tente novamente.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Baseado no Tempo",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Baseado no Contador",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Definições",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Escala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Aviso: todos os backups estão desencriptados. Pretende adicionar uma conta noutra aplicação? Passe o rato sobre a parte superior direita de qualquer conta e clique no botão escondido.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Exportar cópia de segurança",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importar cópia de segurança",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importar cópia de segurança",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importar código QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importar código de segurança",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Pode selecionar vários ficheiros para importar cópias de segurança em lotes.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Mostrar todas as entradas",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Aviso: os backups estão desencriptados. Use por sua conta e risco.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Deve fornecer a palavra-passe correta para importar as cópias de segurança.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "A palavra-passe encontra-se armazenada localmente. Por favor, altere-a no menu de segurança imediatamente.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Remover",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Exportar cópia de segurança protegida por palavra-passe",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Pesquisa",
- "description": "Search"
- },
- "popout": {
- "message": "Modo pop-up",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Bloquear",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Editar",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Utilizar preenchimento automático",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Utilizar alto contraste",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Claro",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Escuro",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Alto Contraste",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automaticamente os seus dados serão exportados para serviços de armazenamento de terceiros.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Entrar",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "Sair",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Houve um problema na conexão com sua conta do $SERVICE$, por favor faça o login novamente.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Você tem uma ou mais contas Steam ou Blizzard. As cópias de segurança não encriptadas não utilizarão o formato padrão de backup.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Você pode importar cópias de segurança de outras aplicações.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Mais informações",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "A carregar..."
- },
- "autolock": {
- "message": "Bloquear após"
- },
- "minutes": {
- "message": "minutos"
- },
- "advanced": {
- "message": "Avançado"
- },
- "period": {
- "message": "Período"
- },
- "type": {
- "message": "Tipo"
- },
- "invalid": {
- "message": "Inválido"
- },
- "digits": {
- "message": "Dígitos"
- },
- "algorithm": {
- "message": "Algoritmo"
- },
- "smart_filter": {
- "message": "Filtro Inteligente"
- },
- "backup": {
- "message": "Backup"
- },
- "backup_file_info": {
- "message": "Backup your data to a file."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autenticador",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autenticador",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "O autenticador gera códigos de autenticação de dois factores no seu navegador.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": "foi adicionado ao.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Código QR não reconhecido.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Invalid account secret",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Adicionar conta",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Ler código QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Entrada manual",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Some account data was not imported successfully.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Fechar",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "OK",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Sim",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Não",
+ "description": "No."
+ },
+ "account": {
+ "message": "Conta",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nome de Utilizador",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Emissor",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Segredo",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Sucesso.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Falhou.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Sobre",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Configurações",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Segurança",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Palavra-passe atual",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nova palavra-passe",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Palavra-passe",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Confirmar palavra-passe",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Tem a certeza que pretende eliminar esta conta? Esta ação não pode ser revertida.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Compreendo que todos os meus dados serão definitivamente apagados.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Redefinir Autenticação"
+ },
+ "delete_all_warning": {
+ "message": "Irá apagar todos os seus dados e redefinir a autenticação completamente. Não será possível recuperar quaisquer dados apagados! Deve considerar guardar uma cópia de segurança antes de redefinir a autenticação."
+ },
+ "security_warning": {
+ "message": "Esta palavra-passe será utilizada para encriptar todas as suas contas. Ninguém poderá ajudá-lo caso se esqueça da sua palavra-passe.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Atualizar",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Não pode adicionar uma nova conta até que todas as contas estejam desencriptadas. Por favor, digite a palavra-passe correta antes de continuar.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Contas que não puderam ser desencriptadas não serão incluídas nesta cópia de segurança.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "As palavras-passe não correspondem.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Encriptado",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Copiado",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Feedback",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Traduzir",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Código fonte",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Digite a palavra-passe para desencriptar os dados da conta.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sincronizar relógio com Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Lembrar palavra-passe",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Cuidado! O seu relógio está atrasado, por favor corrija antes de continuar.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Tem alguma cópia de segurança das suas contas? Não espere até que seja tarde demais!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "A captura falhou, por favor recarregue a página e tente novamente.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Baseado no Tempo",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Baseado no Contador",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Definições",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Escala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Aviso: todos os backups estão desencriptados. Pretende adicionar uma conta noutra aplicação? Passe o rato sobre a parte superior direita de qualquer conta e clique no botão escondido.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Exportar cópia de segurança",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importar cópia de segurança",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importar cópia de segurança",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importar código QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importar código de segurança",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import successful, but some QR codes could not be recognized.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Pode selecionar vários ficheiros para importar cópias de segurança em lotes.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Mostrar todas as entradas",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Aviso: os backups estão desencriptados. Use por sua conta e risco.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Deve fornecer a palavra-passe correta para importar as cópias de segurança.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "A palavra-passe encontra-se armazenada localmente. Por favor, altere-a no menu de segurança imediatamente.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Remover",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Exportar cópia de segurança protegida por palavra-passe",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Pesquisa",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Modo pop-up",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Bloquear",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Editar",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manual Backup",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Utilizar preenchimento automático",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Utilizar alto contraste",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Claro",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Escuro",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Simple",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compact",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Alto Contraste",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automaticamente os seus dados serão exportados para serviços de armazenamento de terceiros.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browser Sync",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Entrar",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Sign in (Business)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Why do business accounts require more permissions?"
+ },
+ "log_out": {
+ "message": "Sair",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Houve um problema na conexão com sua conta do $SERVICE$, por favor faça o login novamente.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Você tem uma ou mais contas Steam ou Blizzard. As cópias de segurança não encriptadas não utilizarão o formato padrão de backup.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Você pode importar cópias de segurança de outras aplicações.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Mais informações",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "A carregar..."
+ },
+ "autolock": {
+ "message": "Bloquear após"
+ },
+ "minutes": {
+ "message": "minutos"
+ },
+ "advanced": {
+ "message": "Avançado"
+ },
+ "period": {
+ "message": "Período"
+ },
+ "type": {
+ "message": "Tipo"
+ },
+ "invalid": {
+ "message": "Inválido"
+ },
+ "digits": {
+ "message": "Dígitos"
+ },
+ "algorithm": {
+ "message": "Algoritmo"
+ },
+ "smart_filter": {
+ "message": "Filtro Inteligente"
+ },
+ "backup": {
+ "message": "Backup"
+ },
+ "backup_file_info": {
+ "message": "Backup your data to a file."
+ },
+ "password_policy_default_hint": {
+ "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
+ },
+ "advisor": {
+ "message": "Advisor"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Set a password to protect your data."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Enable auto-lock to protect your data."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill can be enabled to automatically fill codes into websites."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Enabling smart filter allows for quick access to accounts."
+ },
+ "show_all_insights": {
+ "message": "Show all insights."
+ },
+ "no_insight_available": {
+ "message": "No insights found, everything looks good!"
+ },
+ "danger": {
+ "message": "Danger"
+ },
+ "warning": {
+ "message": "Warning"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Dismiss"
+ },
+ "learn_more": {
+ "message": "Learn more"
+ },
+ "enable_context_menu": {
+ "message": "Add to context menu"
+ },
+ "no_entires": {
+ "message": "No accounts to display. Add your first account now."
+ },
+ "permissions": {
+ "message": "Permissions"
+ },
+ "permission_revoke": {
+ "message": "Revoke"
+ },
+ "permission_show_required_permissions": {
+ "message": "Show non-revocable permissions"
+ },
+ "permission_required": {
+ "message": "This is a required permission and cannot be revoked."
+ },
+ "permission_active_tab": {
+ "message": "Access to the current tab to scan QR codes."
+ },
+ "permission_storage": {
+ "message": "Access to browser storage to store account data."
+ },
+ "permission_identity": {
+ "message": "Allows sign in to 3rd party storage services."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
+ },
+ "permission_context_menus": {
+ "message": "Adds Authenticator to context menu."
+ },
+ "permission_sync_clock": {
+ "message": "Allows clock sync with Google."
+ },
+ "permission_dropbox": {
+ "message": "Allows backup to Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "You must disable Dropbox backup first."
+ },
+ "permission_drive": {
+ "message": "Allows backup to Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "You must disable Google Drive backup first."
+ },
+ "permission_onedrive": {
+ "message": "Allows backup to OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "You must disable OneDrive backup first."
+ },
+ "permission_unknown_permission": {
+ "message": "Unknown permission. If see this message, please send a bug report."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/pt_BR/messages.json b/_locales/pt_BR/messages.json
index a5234f1dc..938af5cbd 100644
--- a/_locales/pt_BR/messages.json
+++ b/_locales/pt_BR/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Autenticador",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Autenticador",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "O autenticador gera códigos de verificação em dois fatores no seu navegador.",
- "description": "Extension Description."
- },
- "added": {
- "message": " foi adicionado.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Código QR não reconhecido.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Segredo da conta inválido",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Adicionar conta",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Escanear código QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Inserir Manualmente",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Falha na importação. Se você está migrando dados do Google Authenticator, por favor re-exporte seus dados do Google Authenticator e tente novamente.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Alguns dados da conta não foram importados com sucesso.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Fechar",
- "description": "Close."
- },
- "ok": {
- "message": "OK",
- "description": "OK."
- },
- "yes": {
- "message": "Sim",
- "description": "Yes."
- },
- "no": {
- "message": "Não",
- "description": "No."
- },
- "account": {
- "message": "Conta",
- "description": "Account."
- },
- "accountName": {
- "message": "Nome de usuário",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Emissor",
- "description": "Issuer."
- },
- "secret": {
- "message": "Segredo",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Sucesso.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Falha.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Sobre",
- "description": "About."
- },
- "settings": {
- "message": "Configurações",
- "description": "Settings."
- },
- "security": {
- "message": "Segurança",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Senha Atual",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nova Senha",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Senha",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Confirme a Senha",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Tem certeza que deseja excluir esta conta? Esta ação não pode ser desfeita.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Eu compreendo que todos os meus dados serão irrecuperavelmente deletados.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Redefinir Autenticador"
- },
- "delete_all_warning": {
- "message": "Isso irá deletar todos os seus dados e redefinir o Autenticador completamente. Você não conseguirá recuperar qualquer dado deletado! Você deveria fazer uma cópia de segurança antes de redefinir o Autenticador."
- },
- "security_warning": {
- "message": "Essa senha será usada para criptografar as suas contas. Ninguém poderá te ajudar se você esquecer a senha.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Atualizar",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Você não pode adicionar uma nova conta até que todas as contas estejam descriptografadas. Por favor digite a senha correta antes de continuar.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Contas que não puderam ser descriptografadas não serão incluídas nesse backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "As senhas não correspondem.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Criptografado",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Copiado",
- "description": "Copied."
- },
- "feedback": {
- "message": "Dê sua opinião",
- "description": "Feedback."
- },
- "translate": {
- "message": "Traduzir",
- "description": "Translate."
- },
- "source": {
- "message": "Código Fonte",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Digite a senha para descriptografar os dados da conta.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sincronizar Relógio com o Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Lembrar Senha",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Cuidado! Seu relógio local está parado há muito tempo, por favor ajuste-o antes de continuar.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Você tem um backup de suas contas? Não espere até que seja tarde demais!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "A captura falhou, por favor recarregue a página e tente novamente.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Você está tentando escanear o código QR de um arquivo local? Use Importar Backup de Imagem QR em vez disso.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Baseado no Tempo",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Baseado no Contador",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferências",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Escala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Aviso: todos os backups estão descriptografados. Deseja adicionar uma conta a outro aplicativo? Passe o mouse sobre a parte superior direita de qualquer conta e aperte o botão oculto.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Baixar o arquivo de backup",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importar Backup",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importar arquivo de Backup",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importar backup da imagem QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importar backup em texto",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Importado com sucesso, mas alguns códigos QR não puderam ser reconhecidos.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Você pode selecionar vários arquivos para importar backups em lotes.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Mostrar todas as entradas",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Aviso: os backups estão descriptografados. Use a seu próprio risco.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Você deve fornecer a senha correta para importar os backups.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Sua senha é armazenada localmente, por favor altere-a no menu de segurança imediatamente.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Remover",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Baixar backup protegido por senha",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Busca",
- "description": "Search"
- },
- "popout": {
- "message": "Modo de pop-up",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Bloquear",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Editar",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Backup manual",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Usar o preenchimento automático",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Usar alto contraste",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Claro",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Escuro",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simples",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compacto",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Alto contraste",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automaticamente fazer backup dos seus dados para serviços de armazenamento de terceiros.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Sincronização do Navegador",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Iniciar sessão",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Entrar (Empresas)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Por que as contas empresariais requerem mais permissões?"
- },
- "log_out": {
- "message": "Encerrar sessão",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Houve um problema na conexão com sua conta do $SERVICE$, por favor tente novamente.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Você tem uma ou mais contas Steam ou Blizzard. Os backups não criptografados não usarão o formato padronizado de backup.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Você pode importar os backups de alguns outros aplicativos.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Saiba mais",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Carregando..."
- },
- "autolock": {
- "message": "Bloquear após"
- },
- "minutes": {
- "message": "minutos"
- },
- "advanced": {
- "message": "Avançado"
- },
- "period": {
- "message": "Período"
- },
- "type": {
- "message": "Tipo"
- },
- "invalid": {
- "message": "Inválido"
- },
- "digits": {
- "message": "Dígitos"
- },
- "algorithm": {
- "message": "Algoritmo"
- },
- "smart_filter": {
- "message": "Filtro inteligente"
- },
- "backup": {
- "message": "Backup"
- },
- "backup_file_info": {
- "message": "Faça backup dos seus dados para um arquivo."
- },
- "password_policy_default_hint": {
- "message": "Sua senha não atende aos requisitos de segurança de sua organização. Contate seu administrador para mais informações."
- },
- "advisor": {
- "message": "Assessor"
- },
- "advisor_insight_password_not_set": {
- "message": "Defina uma senha para proteger seus dados."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Ativar bloqueio automático para proteger seus dados."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "A sincronização do navegador está desativada. Ativá-lo permite que as contas sejam sincronizadas entre os navegadores."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "O preenchimento automático pode ser ativado para preencher automaticamente os códigos nos sites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Habilitar o filtro inteligente permite acesso rápido às contas."
- },
- "show_all_insights": {
- "message": "Mostrar todas as recomendações."
- },
- "no_insight_available": {
- "message": "Nenhuma recomendação encontrada, tudo parece bom!"
- },
- "danger": {
- "message": "Perigo"
- },
- "warning": {
- "message": "Aviso"
- },
- "info": {
- "message": "Informação"
- },
- "dismiss": {
- "message": "Dispensar"
- },
- "learn_more": {
- "message": "Saiba mais"
- },
- "enable_context_menu": {
- "message": "Adicionar ao menu de contexto"
- },
- "no_entires": {
- "message": "Não há contas para exibir. Adicione sua primeira conta agora."
- },
- "permissions": {
- "message": "Permissões"
- },
- "permission_revoke": {
- "message": "Revogar"
- },
- "permission_show_required_permissions": {
- "message": "Mostrar permissões não revogáveis"
- },
- "permission_required": {
- "message": "Esta é uma permissão necessária e não pode ser revogada."
- },
- "permission_active_tab": {
- "message": "Acesso à aba atual para escanear códigos QR."
- },
- "permission_storage": {
- "message": "Acesso ao armazenamento do navegador para armazenar os dados da conta."
- },
- "permission_identity": {
- "message": "Permite iniciar sessão em serviços de armazenamento de terceiros."
- },
- "permission_clipboard_write": {
- "message": "Concede acesso somente de escrita à área de transferência para copiar códigos para a área de transferência quando você clicar na conta."
- },
- "permission_context_menus": {
- "message": "Adiciona o Autenticador ao menu de contexto."
- },
- "permission_sync_clock": {
- "message": "Permite a sincronização de relógio com o Google."
- },
- "permission_dropbox": {
- "message": "Permite backup para o Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Você deve desativar o backup do Dropbox primeiro."
- },
- "permission_drive": {
- "message": "Permite backup para o Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "Você deve desativar o backup do Google Drive primeiro."
- },
- "permission_onedrive": {
- "message": "Permite backup para o OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Você deve desativar o backup do OneDrive primeiro."
- },
- "permission_unknown_permission": {
- "message": "Permissão desconhecida. Se você ver esta mensagem, por favor envie um relatório de erros."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autenticador",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autenticador",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "O autenticador gera códigos de verificação em dois fatores no seu navegador.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " foi adicionado.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Código QR não reconhecido.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Segredo da conta inválido",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Adicionar conta",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Ler código QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Inserir Manualmente",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Falha na importação. Se você está migrando dados do Google Authenticator, por favor re-exporte seus dados do Google Authenticator e tente novamente.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Alguns dados da conta não foram importados com sucesso.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Fechar",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "OK",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Sim",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Não",
+ "description": "No."
+ },
+ "account": {
+ "message": "Conta",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nome de usuário",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Emissor",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Segredo",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Sucesso.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Falha.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Sobre",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Configurações",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Segurança",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Senha Atual",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nova Senha",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Senha",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Confirme a Senha",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Tem certeza que deseja excluir esta conta? Esta ação não pode ser desfeita.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Eu compreendo que todos os meus dados serão irrecuperavelmente deletados.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Redefinir Autenticador"
+ },
+ "delete_all_warning": {
+ "message": "Isso irá deletar todos os seus dados e redefinir o Autenticador completamente. Você não conseguirá recuperar qualquer dado deletado! Você deveria fazer uma cópia de segurança antes de redefinir o Autenticador."
+ },
+ "security_warning": {
+ "message": "Essa senha será usada para criptografar as suas contas. Ninguém poderá te ajudar se você esquecer a senha.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Atualizar",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Você não pode adicionar uma nova conta até que todas as contas estejam descriptografadas. Por favor digite a senha correta antes de continuar.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Contas que não puderam ser descriptografadas não serão incluídas nesse backup.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "As senhas não correspondem.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Criptografado",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Copiado",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Dê sua opinião",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Traduzir",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Código Fonte",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Digite a senha para descriptografar os dados da conta.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sincronizar Relógio com o Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Lembrar Senha",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Cuidado! Seu relógio local está parado há muito tempo, por favor ajuste-o antes de continuar.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Você tem um backup de suas contas? Não espere até que seja tarde demais!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "A captura falhou, por favor recarregue a página e tente novamente.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Você está tentando escanear o código QR de um arquivo local? Use Importar Backup de Imagem QR em vez disso.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Baseado no Tempo",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Baseado no Contador",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferências",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Escala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Aviso: todos os backups estão descriptografados. Deseja adicionar uma conta a outro aplicativo? Passe o mouse sobre a parte superior direita de qualquer conta e aperte o botão oculto.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Baixar o arquivo de backup",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importar Backup",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importar arquivo de Backup",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importar backup da imagem QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Importar imagens QR",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importar backup em texto",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Importar URLs OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Importado com sucesso, mas alguns códigos QR não puderam ser reconhecidos.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Você pode selecionar vários arquivos para importar backups em lotes.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Mostrar todas as entradas",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Aviso: os backups estão descriptografados. Use a seu próprio risco.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Você deve fornecer a senha correta para importar os backups.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Sua senha é armazenada localmente, por favor altere-a no menu de segurança imediatamente.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Remover",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Baixar backup protegido por senha",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Busca",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Modo de pop-up",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Bloquear",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Editar",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Backup manual",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Usar o preenchimento automático",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Usar alto contraste",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Claro",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Escuro",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Simples",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compacto",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Alto contraste",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Plano",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Automaticamente fazer backup dos seus dados para serviços de armazenamento de terceiros.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Sincronização do Navegador",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Iniciar sessão",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Entrar (Empresas)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Por que as contas empresariais requerem mais permissões?"
+ },
+ "log_out": {
+ "message": "Encerrar sessão",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Houve um problema na conexão com sua conta do $SERVICE$, por favor tente novamente.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Você tem uma ou mais contas Steam ou Blizzard. Os backups não criptografados não usarão o formato padronizado de backup.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Você pode importar os backups de alguns outros aplicativos.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Saiba mais",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Carregando..."
+ },
+ "autolock": {
+ "message": "Bloquear após"
+ },
+ "minutes": {
+ "message": "minutos"
+ },
+ "advanced": {
+ "message": "Avançado"
+ },
+ "period": {
+ "message": "Período"
+ },
+ "type": {
+ "message": "Tipo"
+ },
+ "invalid": {
+ "message": "Inválido"
+ },
+ "digits": {
+ "message": "Dígitos"
+ },
+ "algorithm": {
+ "message": "Algoritmo"
+ },
+ "smart_filter": {
+ "message": "Filtro inteligente"
+ },
+ "backup": {
+ "message": "Backup"
+ },
+ "backup_file_info": {
+ "message": "Faça backup dos seus dados para um arquivo."
+ },
+ "password_policy_default_hint": {
+ "message": "Sua senha não atende aos requisitos de segurança de sua organização. Contate seu administrador para mais informações."
+ },
+ "advisor": {
+ "message": "Assessor"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Defina uma senha para proteger seus dados."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Ativar bloqueio automático para proteger seus dados."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "A sincronização do navegador está desativada. Ativá-lo permite que as contas sejam sincronizadas entre os navegadores."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "O preenchimento automático pode ser ativado para preencher automaticamente os códigos nos sites."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Habilitar o filtro inteligente permite acesso rápido às contas."
+ },
+ "show_all_insights": {
+ "message": "Mostrar todas as recomendações."
+ },
+ "no_insight_available": {
+ "message": "Nenhuma recomendação encontrada, tudo parece bom!"
+ },
+ "danger": {
+ "message": "Perigo"
+ },
+ "warning": {
+ "message": "Aviso"
+ },
+ "info": {
+ "message": "Informação"
+ },
+ "dismiss": {
+ "message": "Dispensar"
+ },
+ "learn_more": {
+ "message": "Saiba mais"
+ },
+ "enable_context_menu": {
+ "message": "Adicionar ao menu de contexto"
+ },
+ "no_entires": {
+ "message": "Não há contas para exibir. Adicione sua primeira conta agora."
+ },
+ "permissions": {
+ "message": "Permissões"
+ },
+ "permission_revoke": {
+ "message": "Revogar"
+ },
+ "permission_show_required_permissions": {
+ "message": "Mostrar permissões não revogáveis"
+ },
+ "permission_required": {
+ "message": "Esta é uma permissão necessária e não pode ser revogada."
+ },
+ "permission_active_tab": {
+ "message": "Acesso à aba atual para escanear códigos QR."
+ },
+ "permission_storage": {
+ "message": "Acesso ao armazenamento do navegador para armazenar os dados da conta."
+ },
+ "permission_identity": {
+ "message": "Permite iniciar sessão em serviços de armazenamento de terceiros."
+ },
+ "permission_alarms": {
+ "message": "Permitir o bloqueio automático."
+ },
+ "permission_scripting": {
+ "message": "Injetar códigos na aba atual para escanear códigos QR e permitir o preenchimento automático."
+ },
+ "permission_clipboard_write": {
+ "message": "Concede acesso somente de escrita à área de transferência para copiar códigos para a área de transferência quando você clicar na conta."
+ },
+ "permission_context_menus": {
+ "message": "Adiciona o Autenticador ao menu de contexto."
+ },
+ "permission_sync_clock": {
+ "message": "Permite a sincronização de relógio com o Google."
+ },
+ "permission_dropbox": {
+ "message": "Permite backup para o Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Você deve desativar o backup do Dropbox primeiro."
+ },
+ "permission_drive": {
+ "message": "Permite backup para o Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Você deve desativar o backup do Google Drive primeiro."
+ },
+ "permission_onedrive": {
+ "message": "Permite backup para o OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Você deve desativar o backup do OneDrive primeiro."
+ },
+ "permission_unknown_permission": {
+ "message": "Permissão desconhecida. Se você ver esta mensagem, por favor envie um relatório de erros."
+ },
+ "phrase_wrong": {
+ "message": "Senha incorreta"
+ },
+ "activate_auto_filter": {
+ "message": "Aviso: O filtro inteligente corresponde pouco ao nome de domínio de uma conta. Verifique sempre se você está no site correto antes de inserir um código!"
+ }
+}
diff --git a/_locales/ro/messages.json b/_locales/ro/messages.json
index 84e4472a6..8eb8cafbe 100644
--- a/_locales/ro/messages.json
+++ b/_locales/ro/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator generează coduri de verificare pentru al doilea pas în browserul tău.",
- "description": "Extension Description."
- },
- "added": {
- "message": " a fost adăugat.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Cod QR nerecunoscut.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Cheia secretă a contului este invalidă",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Adăugare cont",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Scanează codul QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Introducere manuală",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Importul a eșuat. Dacă migrați date din Google Authenticator, reexportați datele și încercați încă o dată.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Unele date ale contului nu au fost importate corect.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Închide",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Da",
- "description": "Yes."
- },
- "no": {
- "message": "Nu",
- "description": "No."
- },
- "account": {
- "message": "Cont",
- "description": "Account."
- },
- "accountName": {
- "message": "Nume de utilizator",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Emitent",
- "description": "Issuer."
- },
- "secret": {
- "message": "Cheie secretă",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Succes.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Eșec.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Despre",
- "description": "About."
- },
- "settings": {
- "message": "Setări",
- "description": "Settings."
- },
- "security": {
- "message": "Securitate",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Parola curentă",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Parolă nouă",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Parolă",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Confirmă parola",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Ești sigur că vrei să ștergi acest cont? Această acțiune nu poate fi anulată.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Am înțeles că toate datele mele vor fi șterse irecuperabil.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Resetează Autentificator"
- },
- "delete_all_warning": {
- "message": "Această acțiune va șterge toate datele și va reseta complet Autentificatorul. Nu veți putea recupera datele șterse! Ar fi bine să salvați o copie de rezervă înainte de a reseta autentificatorul."
- },
- "security_warning": {
- "message": "Această parolă va fi utilizată pentru criptarea conturilor tale. Dacă uiți această parolă, datele nu pot fi recuperate.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Actualizează",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Nu poți adăuga un nou cont înainte ca toate conturile să fie decriptate. Te rog introdu parola corectă înainte de a continua.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Conturile care nu au putut fi decriptate nu vor fi incluse în această copie de siguranță.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Parola nu se potrivește.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Criptat",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Copiat",
- "description": "Copied."
- },
- "feedback": {
- "message": "Opinii",
- "description": "Feedback."
- },
- "translate": {
- "message": "Traducere",
- "description": "Translate."
- },
- "source": {
- "message": "Cod sursă",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Introdu parola pentru a decripta datele contului.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sincronizează ceasul cu Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Memorează parola",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Atenție! Ceasul local are o abatere foarte mare. Te rugăm să remediezi problema înainte de a continua.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Ai o copie de siguranță a conturilor tale? Nu aștepta până e prea târziu!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Captura a eșuat, te rugăm să reîncarci pagina și să încerci din nou.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Încercați să scanați codul QR dintr-un fișier local? Utilizați în schimb importul de copie de rezervă QR.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Bazat pe timp",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Bazat pe contor",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferințe",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Dimensiune",
- "description": "Scale"
- },
- "export_info": {
- "message": "Avertisment: copiile de siguranță nu sunt criptate. Vrei să adaugi unul dintre conturi în altă aplicație? Trece cursorul peste oricare cont și în partea dreaptă sus va apărea un buton ascuns.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Descarcă o copie de siguranță",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importă o copie de siguranță",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importă un fișier cu o copie de siguranță",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importă copie de rezervă a imaginii QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importă copie de siguranță sub formă de text",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Importul a reușit, dar unele coduri QR nu au putut fi recunoscute.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Puteți selecta mai multe fișiere pentru a importa calupuri de copii de rezervă.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Arată tot",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Avetisment: copiile de siguranță nu sunt criptate. Le folosești pe riscul propriu.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Trebuie să folosești parola corectă ca să imporți copiile de siguranță.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Parola ta este stocată în browser, te rog să o schimbi imediat din meniul de securitate.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Șterge",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Descarcă o copie de siguranță protejată cu parolă",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Căutare",
- "description": "Search"
- },
- "popout": {
- "message": "Afișare în fereastră separată",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Blochează acces",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Modifică",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Backup Manual",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Folosește Autocompletarea",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Folosește contrast sporit",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Temă",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Luminoasă",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Întunecată",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "simplă",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Contrast sporit",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Creează copii de siguranță automate folosind servicii de stocare de la terți.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Sincronizare date browser",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Autentificare",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Autentificare (firmă)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "De ce conturile de firmă necesită mai multe permisiuni?"
- },
- "log_out": {
- "message": "Ieșire din cont",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Conectarea la $SERVICE$ a eșuat, te rugăm să te autentifici din nou.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Ai unul sau mai multe conturi Steam ori Blizzard. Copiile de siguranță necriptate nu vor putea utiliza formatul standardizat.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Poți importa copii de siguranță din câteva alte aplicații.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Află mai multe",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Se încarcă..."
- },
- "autolock": {
- "message": "Blocare automată după"
- },
- "minutes": {
- "message": "minute"
- },
- "advanced": {
- "message": "Avansat"
- },
- "period": {
- "message": "Perioadă"
- },
- "type": {
- "message": "Tip"
- },
- "invalid": {
- "message": "Invalid"
- },
- "digits": {
- "message": "Cifre"
- },
- "algorithm": {
- "message": "Algoritm"
- },
- "smart_filter": {
- "message": "Filtru inteligent"
- },
- "backup": {
- "message": "Copie de rezervă"
- },
- "backup_file_info": {
- "message": "Salvați datele într-un fișier."
- },
- "password_policy_default_hint": {
- "message": "Parola dvs. nu îndeplinește cerințele de securitate ale organizației. Contactați administratorul pentru mai multe informații."
- },
- "advisor": {
- "message": "Consilier"
- },
- "advisor_insight_password_not_set": {
- "message": "Setați o parolă pentru a vă proteja datele."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Activați blocarea automată pentru a vă proteja datele."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Sincronizarea browserului este dezactivată. Activarea acesteia permite sincronizarea conturilor între browsere."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Se poate activa funcția de autocompletare pentru a introduce automat coduri în site-urile web."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Activarea filtrului inteligent permite accesul rapid la conturi."
- },
- "show_all_insights": {
- "message": "Afișați toate informațiile."
- },
- "no_insight_available": {
- "message": "Nu s-au găsit perspective, totul arată bine!"
- },
- "danger": {
- "message": "Pericol"
- },
- "warning": {
- "message": "Avertisment"
- },
- "info": {
- "message": "Informații"
- },
- "dismiss": {
- "message": "Renunță"
- },
- "learn_more": {
- "message": "Aflați mai multe"
- },
- "enable_context_menu": {
- "message": "Adaugă la meniul contextual"
- },
- "no_entires": {
- "message": "Niciun cont de afișat. Adaugă primul tău cont acum."
- },
- "permissions": {
- "message": "Permisiuni"
- },
- "permission_revoke": {
- "message": "Revocare"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator generează coduri de verificare pentru al doilea pas în browserul tău.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " a fost adăugat.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Cod QR nerecunoscut.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Cheia secretă a contului este invalidă",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Adăugare cont",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Scanează codul QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Introducere manuală",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Importul a eșuat. Dacă migrați date din Google Authenticator, reexportați datele și încercați încă o dată.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Unele date ale contului nu au fost importate corect.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Închide",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Da",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nu",
+ "description": "No."
+ },
+ "account": {
+ "message": "Cont",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Nume de utilizator",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Emitent",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Cheie secretă",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Succes.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Eșec.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Despre",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Setări",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Securitate",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Parola curentă",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Parolă nouă",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Parolă",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Confirmă parola",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Ești sigur că vrei să ștergi acest cont? Această acțiune nu poate fi anulată.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Am înțeles că toate datele mele vor fi șterse irecuperabil.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Resetează Autentificator"
+ },
+ "delete_all_warning": {
+ "message": "Această acțiune va șterge toate datele și va reseta complet Autentificatorul. Nu veți putea recupera datele șterse! Ar fi bine să salvați o copie de rezervă înainte de a reseta autentificatorul."
+ },
+ "security_warning": {
+ "message": "Această parolă va fi utilizată pentru criptarea conturilor tale. Dacă uiți această parolă, datele nu pot fi recuperate.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Actualizează",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Nu poți adăuga un nou cont înainte ca toate conturile să fie decriptate. Te rog introdu parola corectă înainte de a continua.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Conturile care nu au putut fi decriptate nu vor fi incluse în această copie de siguranță.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Parola nu se potrivește.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Criptat",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Copiat",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Opinii",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Traducere",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Cod sursă",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Introdu parola pentru a decripta datele contului.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sincronizează ceasul cu Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Memorează parola",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Atenție! Ceasul local are o abatere foarte mare. Te rugăm să remediezi problema înainte de a continua.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Ai o copie de siguranță a conturilor tale? Nu aștepta până e prea târziu!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Captura a eșuat, te rugăm să reîncarci pagina și să încerci din nou.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Încercați să scanați codul QR dintr-un fișier local? Utilizați în schimb importul de copie de rezervă QR.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Bazat pe timp",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Bazat pe contor",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferințe",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Dimensiune",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Avertisment: copiile de siguranță nu sunt criptate. Vrei să adaugi unul dintre conturi în altă aplicație? Trece cursorul peste oricare cont și în partea dreaptă sus va apărea un buton ascuns.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Descarcă o copie de siguranță",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importă o copie de siguranță",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importă un fișier cu o copie de siguranță",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importă copie de rezervă a imaginii QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importă copie de siguranță sub formă de text",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Importul a reușit, dar unele coduri QR nu au putut fi recunoscute.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Puteți selecta mai multe fișiere pentru a importa calupuri de copii de rezervă.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Arată tot",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Avetisment: copiile de siguranță nu sunt criptate. Le folosești pe riscul propriu.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Trebuie să folosești parola corectă ca să imporți copiile de siguranță.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Parola ta este stocată în browser, te rog să o schimbi imediat din meniul de securitate.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Șterge",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Descarcă o copie de siguranță protejată cu parolă",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Căutare",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Afișare în fereastră separată",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Blochează acces",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Modifică",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Backup Manual",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Folosește Autocompletarea",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Folosește contrast sporit",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Temă",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Luminoasă",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Întunecată",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "simplă",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compact",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Contrast sporit",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Creează copii de siguranță automate folosind servicii de stocare de la terți.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Sincronizare date browser",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Autentificare",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Autentificare (firmă)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "De ce conturile de firmă necesită mai multe permisiuni?"
+ },
+ "log_out": {
+ "message": "Ieșire din cont",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Conectarea la $SERVICE$ a eșuat, te rugăm să te autentifici din nou.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Ai unul sau mai multe conturi Steam ori Blizzard. Copiile de siguranță necriptate nu vor putea utiliza formatul standardizat.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Poți importa copii de siguranță din câteva alte aplicații.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Află mai multe",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Se încarcă..."
+ },
+ "autolock": {
+ "message": "Blocare automată după"
+ },
+ "minutes": {
+ "message": "minute"
+ },
+ "advanced": {
+ "message": "Avansat"
+ },
+ "period": {
+ "message": "Perioadă"
+ },
+ "type": {
+ "message": "Tip"
+ },
+ "invalid": {
+ "message": "Invalid"
+ },
+ "digits": {
+ "message": "Cifre"
+ },
+ "algorithm": {
+ "message": "Algoritm"
+ },
+ "smart_filter": {
+ "message": "Filtru inteligent"
+ },
+ "backup": {
+ "message": "Copie de rezervă"
+ },
+ "backup_file_info": {
+ "message": "Salvați datele într-un fișier."
+ },
+ "password_policy_default_hint": {
+ "message": "Parola dvs. nu îndeplinește cerințele de securitate ale organizației. Contactați administratorul pentru mai multe informații."
+ },
+ "advisor": {
+ "message": "Consilier"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Setați o parolă pentru a vă proteja datele."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Activați blocarea automată pentru a vă proteja datele."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Sincronizarea browserului este dezactivată. Activarea acesteia permite sincronizarea conturilor între browsere."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Se poate activa funcția de autocompletare pentru a introduce automat coduri în site-urile web."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Activarea filtrului inteligent permite accesul rapid la conturi."
+ },
+ "show_all_insights": {
+ "message": "Afișați toate informațiile."
+ },
+ "no_insight_available": {
+ "message": "Nu s-au găsit perspective, totul arată bine!"
+ },
+ "danger": {
+ "message": "Pericol"
+ },
+ "warning": {
+ "message": "Avertisment"
+ },
+ "info": {
+ "message": "Informații"
+ },
+ "dismiss": {
+ "message": "Renunță"
+ },
+ "learn_more": {
+ "message": "Aflați mai multe"
+ },
+ "enable_context_menu": {
+ "message": "Adaugă la meniul contextual"
+ },
+ "no_entires": {
+ "message": "Niciun cont de afișat. Adaugă primul tău cont acum."
+ },
+ "permissions": {
+ "message": "Permisiuni"
+ },
+ "permission_revoke": {
+ "message": "Revocare"
+ },
+ "permission_show_required_permissions": {
+ "message": "Afișați permisiunile nerevocabile"
+ },
+ "permission_required": {
+ "message": "Aceasta este o autorizație obligatorie și nu poate fi revocată."
+ },
+ "permission_active_tab": {
+ "message": "Acces la fila curentă pentru a scana codurile QR."
+ },
+ "permission_storage": {
+ "message": "Accesul la spațiul de stocare al browserului pentru a stoca datele contului."
+ },
+ "permission_identity": {
+ "message": "Permite conectarea la serviciile de stocare ale unor terțe părți."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Oferă acces doar la scriere în clipboard pentru a copia coduri în clipboard atunci când faceți clic pe cont."
+ },
+ "permission_context_menus": {
+ "message": "Adds Authenticator to context menu."
+ },
+ "permission_sync_clock": {
+ "message": "Allows clock sync with Google."
+ },
+ "permission_dropbox": {
+ "message": "Auto Backup pe Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Ti duhet të çaktivizosh backup-in e Google Drive si fillim."
+ },
+ "permission_drive": {
+ "message": "Lejon backup drejt Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Ti duhet të çaktivizosh backup-in e Google Drive si fillim."
+ },
+ "permission_onedrive": {
+ "message": "Allows backup to OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "You must disable OneDrive backup first."
+ },
+ "permission_unknown_permission": {
+ "message": "Unknown permission. If see this message, please send a bug report."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json
index a1099b73e..e226d08b7 100644
--- a/_locales/ru/messages.json
+++ b/_locales/ru/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Аутентификатор",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Аутентификатор",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Аутентификатор генерирует коды двухфакторной аутентификации в вашем браузере.",
- "description": "Extension Description."
- },
- "added": {
- "message": " Был добавлен.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Нераспознанный QR-код.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Недопустимое имя учётной записи.",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Добавить учётную запись",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Отсканировать QR-код",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Ручной ввод",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Импорт не удался. Если вы переносите данные из Google Authenticator, пожалуйста, повторно экспортируйте данные из Google Authenticator и повторите попытку.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Не удалось импортировать часть данных аккаунта.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Закрыть",
- "description": "Close."
- },
- "ok": {
- "message": "Готово",
- "description": "OK."
- },
- "yes": {
- "message": "Да",
- "description": "Yes."
- },
- "no": {
- "message": "Нет",
- "description": "No."
- },
- "account": {
- "message": "Учетная запись",
- "description": "Account."
- },
- "accountName": {
- "message": "Имя пользователя",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Издатель",
- "description": "Issuer."
- },
- "secret": {
- "message": "Секрет",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Успех.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Неудача.",
- "description": "Update Failure."
- },
- "about": {
- "message": "О расширении",
- "description": "About."
- },
- "settings": {
- "message": "Настройки",
- "description": "Settings."
- },
- "security": {
- "message": "Безопасность",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Текущий пароль",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Новый Пароль",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Пароль",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Подтвердить Пароль",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Вы уверены, что хотите удалить эту учетную запись? Это действие нельзя отменить.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Я понимаю, что все мои данные будут безвозвратно удалены.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Сбросить ключ идентификации."
- },
- "delete_all_warning": {
- "message": "Это удалит все ваши данные и полностью сбросит Authenticator. Вы не сможете восстановить любые удаленные данные! Вам следует сохранить резервную копию перед сбросом аутентификатора."
- },
- "security_warning": {
- "message": "Этот пароль будет использоваться для шифрования ваших учетных записей. Никто не может помочь вам, если вы забыли пароль.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Обновить",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Вы не можете добавить аккаунт, пока все аккаунты не расшифрованы. Введите правильный пароль, чтобы продолжить.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Учетные записи, которые не были расшифрованы, не будут включены в эту резервную копию.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Не совпадает парольная фраза.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Данные зашифрованы",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Скопировано",
- "description": "Copied."
- },
- "feedback": {
- "message": "Отзыв",
- "description": "Feedback."
- },
- "translate": {
- "message": "Перевод",
- "description": "Translate."
- },
- "source": {
- "message": "Исходный код",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Введите пароль для расшифровки данных учетной записи.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Синхронизировать время с Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Запомнить пароль",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Внимание! Ваши данные местного времени не совпадают, пожалуйста синхронизируйте время перед тем как продолжить.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "У вас есть резервная копия для ваших учетных записей? Создайте резервную копию, пока не поздно!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Захват не выполнен, перезагрузите страницу и повторите попытку.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Сканируете QR код из файла? Используйте команду Импортировать QR из резервного файла.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Время",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Счетчик",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Настройки",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Масштаб",
- "description": "Scale"
- },
- "export_info": {
- "message": "Предупреждение: все резервные копии не зашифрованы. Хотите добавить учетную запись в другое приложение? Наведите курсор на верхнюю правую часть любой учетной записи и нажмите скрытую кнопку с QR кодом",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Скачать резервную копию",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Восстановить копию.",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Восстановить из файла",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Импортировать резервную копию QR изображений",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Восстановить из текста.",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Импорт успешный, но некоторые QR-коды не могут быть распознаны.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Вы можете выбрать несколько файлов изображения для импорта резервных копий в пакетном режиме.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Показать все записи",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Предупреждение: резервные копии не зашифрованы. Используйте их на свой страх и риск.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Для импорта резервных копий необходимо указать правильный пароль.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Ваши данные хоронятся в открытом виде, для защиты установите пароль в настройках безопасности.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Удалить",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Сохранить защищенную паролем резервную копию",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Поиск",
- "description": "Search"
- },
- "popout": {
- "message": "Отдельное окно",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Защищено паролем",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Редактировать",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Резервное копирование вручную",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Автозаполнение",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Высокая контрастность",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Тема",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Светлая",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Тёмная",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Простая",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Компактный",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Высокая контрастность",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Автоматическое резервное копирование данных в сторонние службы хранения.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Войти",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Войти (бизнес)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Почему для бизнес-аккаунтов требуется больше разрешений?"
- },
- "log_out": {
- "message": "Выйти",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "При подключении к вашей учетной записи $SERVICE$ произошла ошибка. Пожалуйста, войдите снова.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "У вас есть один или несколько аккаунтов Steam или Blizzard. Не зашифрованные резервные копии не будут использовать стандартный формат резервного копирования.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Вы можете импортировать резервные копии из других приложений.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Узнать больше",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Загрузка..."
- },
- "autolock": {
- "message": "Заблокировать после"
- },
- "minutes": {
- "message": "минут"
- },
- "advanced": {
- "message": "Advanced"
- },
- "period": {
- "message": "Период"
- },
- "type": {
- "message": "Тип\n"
- },
- "invalid": {
- "message": "Больной"
- },
- "digits": {
- "message": "Цифры"
- },
- "algorithm": {
- "message": "Алгоритм"
- },
- "smart_filter": {
- "message": "\"Умный\" фильтр"
- },
- "backup": {
- "message": "Резервное копирование"
- },
- "backup_file_info": {
- "message": "Backup your data to a file."
- },
- "password_policy_default_hint": {
- "message": "Ваш пароль не соответствует требованием безопасности вашей организации. Свяжитесь с вашим администратором для получение дополнительной информации."
- },
- "advisor": {
- "message": "Советник"
- },
- "advisor_insight_password_not_set": {
- "message": "Установите пароль для защиты своих данных."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Включите автоблокировку для защиты своих данных."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Синхронизация браузера отключена. Включение этой опции позволяет синхронизировать учетные записи между браузерами."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "автозаполнение может быть включено для автоматического заполнения кодов на веб-сайтах."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Включение смарт фильтра позволяет быстро получить доступ к аккаунтам."
- },
- "show_all_insights": {
- "message": "Показать все действия."
- },
- "no_insight_available": {
- "message": "Никаких действий не найдено, всё хорошо!"
- },
- "danger": {
- "message": "Опасность"
- },
- "warning": {
- "message": "Предупреждение"
- },
- "info": {
- "message": "ℹ️ Информация"
- },
- "dismiss": {
- "message": "Пропустить"
- },
- "learn_more": {
- "message": "Узнать больше"
- },
- "enable_context_menu": {
- "message": "Добавить в контекстное меню"
- },
- "no_entires": {
- "message": "Нет аккаунтов для отображения. Добавьте свой первый аккаунт сейчас."
- },
- "permissions": {
- "message": "Разрешения"
- },
- "permission_revoke": {
- "message": "Отменить"
- },
- "permission_show_required_permissions": {
- "message": "Показать неотменимые разрешения"
- },
- "permission_required": {
- "message": "Это требуемое разрешение и не может быть отменено."
- },
- "permission_active_tab": {
- "message": "Доступ к текущей вкладке для сканирования QR-кодов."
- },
- "permission_storage": {
- "message": "Доступ к хранилищу браузера для хранения данных учетной записи."
- },
- "permission_identity": {
- "message": "Позволяет войти в сторонние службы хранения."
- },
- "permission_clipboard_write": {
- "message": "Даёт доступ только для записи в буфер обмена для копирования кодов в буфер обмена, когда вы нажмете на аккаунт."
- },
- "permission_context_menus": {
- "message": "Добавляет аутентификатор в меню контекста."
- },
- "permission_sync_clock": {
- "message": "Позволяет синхронизировать часы с Google."
- },
- "permission_dropbox": {
- "message": "Позволяет делать резервную копию в Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Сначала необходимо отключить резервную копию Dropbox."
- },
- "permission_drive": {
- "message": "Позволяет делать резервную копию на Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "Сначала необходимо отключить резервную копию Google Drive."
- },
- "permission_onedrive": {
- "message": "Позволяет делать резервную копию в OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Сначала необходимо отключить резервную копию OneDrive."
- },
- "permission_unknown_permission": {
- "message": "Неизвестное разрешение. Если вы видите это сообщение, отправьте сообщение об ошибке."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Аутентификатор",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Аутентификатор",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Аутентификатор генерирует коды двухфакторной аутентификации в вашем браузере.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " Был добавлен.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Нераспознанный QR-код.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Недопустимое имя учётной записи.",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Добавить учётную запись",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Отсканировать QR-код",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Ручной ввод",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Импорт не удался. Если вы переносите данные из Google Authenticator, пожалуйста, повторно экспортируйте данные из Google Authenticator и повторите попытку.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Не удалось импортировать часть данных аккаунта.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Закрыть",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Готово",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Да",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Нет",
+ "description": "No."
+ },
+ "account": {
+ "message": "Учетная запись",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Имя пользователя",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Издатель",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Секрет",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Успех.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Неудача.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "О расширении",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Настройки",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Безопасность",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Текущий пароль",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Новый Пароль",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Пароль",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Подтвердить Пароль",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Вы уверены, что хотите удалить эту учетную запись? Это действие нельзя отменить.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Я понимаю, что все мои данные будут безвозвратно удалены.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Сбросить ключ идентификации."
+ },
+ "delete_all_warning": {
+ "message": "Это удалит все ваши данные и полностью сбросит Authenticator. Вы не сможете восстановить любые удаленные данные! Вам следует сохранить резервную копию перед сбросом аутентификатора."
+ },
+ "security_warning": {
+ "message": "Этот пароль будет использоваться для шифрования ваших учетных записей. Никто не может помочь вам, если вы забыли пароль.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Обновить",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Вы не можете добавить аккаунт, пока все аккаунты не расшифрованы. Введите правильный пароль, чтобы продолжить.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Учетные записи, которые не были расшифрованы, не будут включены в эту резервную копию.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Не совпадает парольная фраза.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Данные зашифрованы",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Скопировано",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Отзыв",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Перевод",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Исходный код",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Введите пароль для расшифровки данных учетной записи.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Синхронизировать время с Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Запомнить пароль",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Внимание! Ваши данные местного времени не совпадают, пожалуйста синхронизируйте время перед тем как продолжить.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "У вас есть резервная копия для ваших учетных записей? Создайте резервную копию, пока не поздно!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Захват не выполнен, перезагрузите страницу и повторите попытку.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Сканируете QR код из файла? Используйте команду Импортировать QR из резервного файла.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Время",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Счетчик",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Настройки",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Масштаб",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Предупреждение: все резервные копии не зашифрованы. Хотите добавить учетную запись в другое приложение? Наведите курсор на верхнюю правую часть любой учетной записи и нажмите скрытую кнопку с QR кодом",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Скачать резервную копию",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Восстановить копию.",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Восстановить из файла",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Импортировать резервную копию QR изображений",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Восстановить из текста.",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Импорт успешный, но некоторые QR-коды не могут быть распознаны.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Вы можете выбрать несколько файлов изображения для импорта резервных копий в пакетном режиме.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Показать все записи",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Предупреждение: резервные копии не зашифрованы. Используйте их на свой страх и риск.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Для импорта резервных копий необходимо указать правильный пароль.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Ваши данные хоронятся в открытом виде, для защиты установите пароль в настройках безопасности.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Удалить",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Сохранить защищенную паролем резервную копию",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Поиск",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Отдельное окно",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Защищено паролем",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Редактировать",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Резервное копирование вручную",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Автозаполнение",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Высокая контрастность",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Тема",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Светлая",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Тёмная",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Простая",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Компактный",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Высокая контрастность",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Плоская",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Автоматическое резервное копирование данных в сторонние службы хранения.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browser Sync",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Войти",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Войти (бизнес)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Почему для бизнес-аккаунтов требуется больше разрешений?"
+ },
+ "log_out": {
+ "message": "Выйти",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "При подключении к вашей учетной записи $SERVICE$ произошла ошибка. Пожалуйста, войдите снова.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "У вас есть один или несколько аккаунтов Steam или Blizzard. Не зашифрованные резервные копии не будут использовать стандартный формат резервного копирования.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Вы можете импортировать резервные копии из других приложений.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Узнать больше",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Загрузка..."
+ },
+ "autolock": {
+ "message": "Заблокировать после"
+ },
+ "minutes": {
+ "message": "минут"
+ },
+ "advanced": {
+ "message": "Дополнительно"
+ },
+ "period": {
+ "message": "Период"
+ },
+ "type": {
+ "message": "Тип\n"
+ },
+ "invalid": {
+ "message": "Больной"
+ },
+ "digits": {
+ "message": "Цифры"
+ },
+ "algorithm": {
+ "message": "Алгоритм"
+ },
+ "smart_filter": {
+ "message": "\"Умный\" фильтр"
+ },
+ "backup": {
+ "message": "Резервная копия"
+ },
+ "backup_file_info": {
+ "message": "Backup your data to a file."
+ },
+ "password_policy_default_hint": {
+ "message": "Ваш пароль не соответствует требованием безопасности вашей организации. Свяжитесь с вашим администратором для получения дополнительной информации."
+ },
+ "advisor": {
+ "message": "Советник"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Установите пароль для защиты своих данных."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Включите автоблокировку для защиты своих данных."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Синхронизация браузера отключена. Включение этой опции позволяет синхронизировать учетные записи между браузерами."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Автозаполнение может быть включено для автоматического заполнения кодов на веб-сайтах."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Включение смарт фильтра позволяет быстро получить доступ к аккаунтам."
+ },
+ "show_all_insights": {
+ "message": "Показать все действия."
+ },
+ "no_insight_available": {
+ "message": "Никаких действий не найдено, всё хорошо!"
+ },
+ "danger": {
+ "message": "Опасность"
+ },
+ "warning": {
+ "message": "Предупреждение"
+ },
+ "info": {
+ "message": "ℹ️ Информация"
+ },
+ "dismiss": {
+ "message": "Пропустить"
+ },
+ "learn_more": {
+ "message": "Узнать больше"
+ },
+ "enable_context_menu": {
+ "message": "Добавить в контекстное меню"
+ },
+ "no_entires": {
+ "message": "Нет аккаунтов для отображения. Добавьте свой первый аккаунт сейчас."
+ },
+ "permissions": {
+ "message": "Разрешения"
+ },
+ "permission_revoke": {
+ "message": "Отменить"
+ },
+ "permission_show_required_permissions": {
+ "message": "Показать неотменимые разрешения"
+ },
+ "permission_required": {
+ "message": "Это требуемое разрешение и не может быть отменено."
+ },
+ "permission_active_tab": {
+ "message": "Доступ к текущей вкладке для сканирования QR-кодов."
+ },
+ "permission_storage": {
+ "message": "Доступ к хранилищу браузера для хранения данных учетной записи."
+ },
+ "permission_identity": {
+ "message": "Позволяет войти в сторонние службы хранения."
+ },
+ "permission_alarms": {
+ "message": "Разрешить автоблокировку."
+ },
+ "permission_scripting": {
+ "message": "Вставляйте скрипты в текущую вкладку для сканирования QR-кодов и автоматического заполнения для работы."
+ },
+ "permission_clipboard_write": {
+ "message": "Даёт доступ только для записи в буфер обмена для копирования кодов в буфер обмена, когда вы нажмете на аккаунт."
+ },
+ "permission_context_menus": {
+ "message": "Добавляет аутентификатор в меню контекста."
+ },
+ "permission_sync_clock": {
+ "message": "Позволяет синхронизировать часы с Google."
+ },
+ "permission_dropbox": {
+ "message": "Позволяет делать резервную копию в Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Сначала необходимо отключить резервную копию Dropbox."
+ },
+ "permission_drive": {
+ "message": "Позволяет делать резервную копию на Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Сначала необходимо отключить резервную копию Google Drive."
+ },
+ "permission_onedrive": {
+ "message": "Позволяет делать резервную копию в OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Сначала необходимо отключить резервную копию OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Неизвестное разрешение. Если вы видите это сообщение, отправьте сообщение об ошибке."
+ },
+ "phrase_wrong": {
+ "message": "Неверный пароль"
+ },
+ "activate_auto_filter": {
+ "message": "Внимание: Интеллектуальный фильтр точно сопоставляет доменное имя с учетной записью. Всегда проверяйте, что вы находитесь на правильном веб-сайте, прежде чем вводить код!"
+ }
+}
diff --git a/_locales/sq/messages.json b/_locales/sq/messages.json
index 8dd6220ad..5a1c36461 100644
--- a/_locales/sq/messages.json
+++ b/_locales/sq/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Autentifikuesi",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Autentifikuesi",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Autentifikuesi gjeneron kode autentifikimi me 2 faktorë në shletuesin tuaj.",
- "description": "Extension Description."
- },
- "added": {
- "message": " është shtuar.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Kod QR i panjohur.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Kodi sekret i llogarisë është i pavlefshëm",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Shto llogari",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Skano kodin QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Hyrje manuale",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Importimi dështoi. Nëse je duke migruar të dhënat nga Google Authenticator, ju lutem ri-eksporto të dhënat e tua nga Google Authenticator dhe provoni përsëri.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Disa të dhëna të llogarisë nuk janë importuar në mënyrë të sukseshme.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Mbyll",
- "description": "Close."
- },
- "ok": {
- "message": "Në rregull",
- "description": "OK."
- },
- "yes": {
- "message": "Po",
- "description": "Yes."
- },
- "no": {
- "message": "Jo",
- "description": "No."
- },
- "account": {
- "message": "Llogaria",
- "description": "Account."
- },
- "accountName": {
- "message": "Përdoruesi",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Lëshuar nga",
- "description": "Issuer."
- },
- "secret": {
- "message": "Kodi sekret",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Sukses.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Dështim.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Rreth",
- "description": "About."
- },
- "settings": {
- "message": "Cilësimet",
- "description": "Settings."
- },
- "security": {
- "message": "Siguria",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Fjalëkalimi aktual",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Fjalëkalim i ri",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Fjalëkalimi",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Konfirmo fjalëkalimin",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "A jeni i sigurtë qe doni të fshini këtë llogari? Ky veprim nuk mund të zhbëhet.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "E kuptoj se të gjithë të dhënat e mia do të fshihen dhe do të jenë të parikuperueshme.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Kthe në gjendje fillestare Authenticator-in"
- },
- "delete_all_warning": {
- "message": "Kjo do të fshijë të gjithë plotësisht të dhënat tuaja dhe kthejë Authenticator në gjendje fillestare. Ju nuk do të jeni në gjendje të riktheni të dhënat e fshira! Ju duhet të konsideroni ruajtjen e një kopje rezervë përpara rikthimit në gjëndje fillestare të Authenticator-it."
- },
- "security_warning": {
- "message": "Ky fjalëkalim do të përdoret për të kriptuar llogarinë tënde. Askush nuk mund tju ndihmojë ju nëse ju harroni fjalëkalimin.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Përditëso",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Ju nuk mund të shtoni një llogari të re derisa të gjitha llogaritë janë të dekriptuara. Ju lutem vendosni fjalkalimin korrekt përpara se të vazhdoni.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Llogaritë që nuk mundën të dekriptohen nuk do të përfshihen në këtë backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Fajlëkalimi nuk përputhet.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Enkriptuar",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopjuar",
- "description": "Copied."
- },
- "feedback": {
- "message": "Reagime",
- "description": "Feedback."
- },
- "translate": {
- "message": "Përkthe",
- "description": "Translate."
- },
- "source": {
- "message": "Kodi burimor",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Vendos fjalëkalim për të dekriptuar të dhënat e llogarisë.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Sinkronizo Orën me Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Kujto fjalëkalimin",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Kujdes! Ora juaj lokale është mbrapa, ju lutem rregullojeni përpara se të vazhdoni.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "A keni backup për llogaritë tuaja? Mos prit derisa të jetë shumë vonë!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Rregjistrimi i imazhit dështoi, ju lutem ringarkoni faqen dhe provoni përsëri.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "A jeni duke provuar skanimin e kodit QR nga një skedar lokal? Në vënd të kësaj përdor importimin e kopjes rezervë të imazhit QR.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Bazuar në kohë",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Bazuar në numërim",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferencat",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Shkalla",
- "description": "Scale"
- },
- "export_info": {
- "message": "Lajmërim: të gjitha kopjet rezervë nuk janë të kriptura. Kërkoni të shtoni një llogari në një app tjetër? Shkoni në krye në anën e djathtë të cdo llogarie dhe shtyp butonin 'hidden'.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Shkarko skedarin Backup",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importo Backup",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importo skedarin Backup",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Importo Backup të imazhit QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importo Backup të tekstit",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Importimi i suksesshëm, por disa fotografi QR nuk mund të njihen.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Ju mund të selektoni shumë skedarë për të importuar në sasi kopjet rezervë.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Shfaq të gjitha hyrjet",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Lajmërim: kopjet rezervë nuk janë të kriptuara. Përdorni duke marrë vetë rrezikun.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Ju duhet të ofroni fjalëkalimin korrekt për importimin e kopjeve rezervë.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Fjalëkalimi juaj është ruajtur në mënyrë lokale, ju lutem menjëherë ndryshoni atë në menu-ja e sigurisë.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Hiq",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Shkarko një kopje rezervë të mbrojtur me fjalëkalim",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Kërko",
- "description": "Search"
- },
- "popout": {
- "message": "Modalitet Popup",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Kyç",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Ndrysho",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Krijo kopje rezervë",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Përdor Autofill",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Përdor kontrast të lartë",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "E çelur",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "E errët",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "E thjeshtë",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Kompakte",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Kontrast i lartë",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Ruaj në mënyrë automatike një kopje rezervë të të dhënave tuaja në shërbimet me palë të 3ta të magazinimit.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Sinkronizo Shfletuesin",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Identifikohu",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Identifikohu (Llogari Biznesi)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Pse llogaria e biznesit kërkon më shumë leje?"
- },
- "log_out": {
- "message": "Dil",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Është një problem në lidhjen me të dhënat e llogarise suaj $SERVICE$, ju identikohuni përsëri.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Ju keni një ose më shumë llogari Steam ose Blizzard. Backup-et jo të kriptuar nuk do të përdorin formatin backup të standardizuar.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Ju mund të importoni backup-et nga disa aplikacione të tjerë.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Mëso më shumë",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Duke u ngarkuar..."
- },
- "autolock": {
- "message": "Kyç pas"
- },
- "minutes": {
- "message": "minuta"
- },
- "advanced": {
- "message": "E Avancuar"
- },
- "period": {
- "message": "Periudha"
- },
- "type": {
- "message": "Lloji"
- },
- "invalid": {
- "message": "I pavlefshëm"
- },
- "digits": {
- "message": "Numrat"
- },
- "algorithm": {
- "message": "Algoritmi"
- },
- "smart_filter": {
- "message": "Filtri inteligjent"
- },
- "backup": {
- "message": "Krijo kopje rezervë"
- },
- "backup_file_info": {
- "message": "Krijo një kopje rezervë të të dhënave tuaja në një skedar."
- },
- "password_policy_default_hint": {
- "message": "Fjalkalusi juaj nuk i pershtatet ligjeve te sigurise te organizates juaj. Ju lutemi kontaktoni administratorin per informata me te hollsishme."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Autentifikuesi",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Autentifikuesi",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Autentifikuesi gjeneron kode autentifikimi me 2 faktorë në shletuesin tuaj.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " është shtuar.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Kod QR i panjohur.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Kodi sekret i llogarisë është i pavlefshëm",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Shto llogari",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Skano kodin QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Hyrje manuale",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Importimi dështoi. Nëse je duke migruar të dhënat nga Google Authenticator, ju lutem ri-eksporto të dhënat e tua nga Google Authenticator dhe provoni përsëri.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Disa të dhëna të llogarisë nuk janë importuar në mënyrë të sukseshme.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Mbyll",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Në rregull",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Po",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Jo",
+ "description": "No."
+ },
+ "account": {
+ "message": "Llogaria",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Përdoruesi",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Lëshuar nga",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Kodi sekret",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Sukses.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Dështim.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Rreth",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Cilësimet",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Siguria",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Fjalëkalimi aktual",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Fjalëkalim i ri",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Fjalëkalimi",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Konfirmo fjalëkalimin",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "A jeni i sigurtë qe doni të fshini këtë llogari? Ky veprim nuk mund të zhbëhet.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "E kuptoj se të gjithë të dhënat e mia do të fshihen dhe do të jenë të parikuperueshme.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Kthe në gjendje fillestare Authenticator-in"
+ },
+ "delete_all_warning": {
+ "message": "Kjo do të fshijë të gjithë plotësisht të dhënat tuaja dhe kthejë Authenticator në gjendje fillestare. Ju nuk do të jeni në gjendje të riktheni të dhënat e fshira! Ju duhet të konsideroni ruajtjen e një kopje rezervë përpara rikthimit në gjëndje fillestare të Authenticator-it."
+ },
+ "security_warning": {
+ "message": "Ky fjalëkalim do të përdoret për të kriptuar llogarinë tënde. Askush nuk mund tju ndihmojë ju nëse ju harroni fjalëkalimin.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Përditëso",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Ju nuk mund të shtoni një llogari të re derisa të gjitha llogaritë janë të dekriptuara. Ju lutem vendosni fjalkalimin korrekt përpara se të vazhdoni.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Llogaritë që nuk mundën të dekriptohen nuk do të përfshihen në këtë backup.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Fajlëkalimi nuk përputhet.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Enkriptuar",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopjuar",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Reagime",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Përkthe",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Kodi burimor",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Vendos fjalëkalim për të dekriptuar të dhënat e llogarisë.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Sinkronizo Orën me Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Kujto fjalëkalimin",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Kujdes! Ora juaj lokale është mbrapa, ju lutem rregullojeni përpara se të vazhdoni.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "A keni backup për llogaritë tuaja? Mos prit derisa të jetë shumë vonë!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Rregjistrimi i imazhit dështoi, ju lutem ringarkoni faqen dhe provoni përsëri.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "A jeni duke provuar skanimin e kodit QR nga një skedar lokal? Në vënd të kësaj përdor importimin e kopjes rezervë të imazhit QR.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Bazuar në kohë",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Bazuar në numërim",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferencat",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Shkalla",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Lajmërim: të gjitha kopjet rezervë nuk janë të kriptura. Kërkoni të shtoni një llogari në një app tjetër? Shkoni në krye në anën e djathtë të cdo llogarie dhe shtyp butonin 'hidden'.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Shkarko skedarin Backup",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importo Backup",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importo skedarin Backup",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importo Backup të imazhit QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "استحضار صور رموز الاستجابة السريع",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importo Backup të tekstit",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "إستحضار رمز المرور المؤقت",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "تم الاستحضار بنجاح، لاكن بعض رموز الاستجابة السريعة لم يتم التعرف عليها.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Ju mund të selektoni shumë skedarë për të importuar në sasi kopjet rezervë.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Shfaq të gjitha hyrjet",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Lajmërim: kopjet rezervë nuk janë të kriptuara. Përdorni duke marrë vetë rrezikun.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Ju duhet të ofroni fjalëkalimin korrekt për importimin e kopjeve rezervë.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Fjalëkalimi juaj është ruajtur në mënyrë lokale, ju lutem menjëherë ndryshoni atë në menu-ja e sigurisë.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Hiq",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Shkarko një kopje rezervë të mbrojtur me fjalëkalim",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Kërko",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Modalitet Popup",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Kyç",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Ndrysho",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Krijo kopje rezervë",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Përdor Autofill",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Përdor kontrast të lartë",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "E çelur",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "E errët",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "بسيط",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "معقد او مركب",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Kontrast i lartë",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "مسطح",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Ruaj në mënyrë automatike një kopje rezervë të të dhënave tuaja në shërbimet me palë të 3ta të magazinimit.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Sinkronizo Shfletuesin",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Identifikohu",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Identifikohu (Llogari Biznesi)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Pse llogaria e biznesit kërkon më shumë leje?"
+ },
+ "log_out": {
+ "message": "Dil",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Është një problem në lidhjen me të dhënat e llogarise suaj $SERVICE$, ju identikohuni përsëri.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Ju keni një ose më shumë llogari Steam ose Blizzard. Backup-et jo të kriptuar nuk do të përdorin formatin backup të standardizuar.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Ju mund të importoni backup-et nga disa aplikacione të tjerë.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Mëso më shumë",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Duke u ngarkuar..."
+ },
+ "autolock": {
+ "message": "Kyç pas"
+ },
+ "minutes": {
+ "message": "minuta"
+ },
+ "advanced": {
+ "message": "E Avancuar"
+ },
+ "period": {
+ "message": "Periudha"
+ },
+ "type": {
+ "message": "Lloji"
+ },
+ "invalid": {
+ "message": "I pavlefshëm"
+ },
+ "digits": {
+ "message": "Numrat"
+ },
+ "algorithm": {
+ "message": "Algoritmi"
+ },
+ "smart_filter": {
+ "message": "Filtri inteligjent"
+ },
+ "backup": {
+ "message": "Krijo kopje rezervë"
+ },
+ "backup_file_info": {
+ "message": "Krijo një kopje rezervë të të dhënave tuaja në një skedar."
+ },
+ "password_policy_default_hint": {
+ "message": "كلمة مرورك الخاصة لا تستوفى المتطلبات الخاصة بمنظمتك. الرجاء التواصل مع مديرك للمزيد من المعلومات."
+ },
+ "advisor": {
+ "message": "مساعدة"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "إنشاء كلمة مرور لحماية بياناتك."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "الرجاء تفعيل الإغلاق الالى لحماية بياناتك."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "مزامنة المتصفح غير نشط. تفعيل المزامنة يسمح لحسابك بالمزامنه مع المواقع المختلفة."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "تفعيل الملء التلقائي يسمح بملء رموز التفعيل داخل المتصفحات المختلفة."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "تفعيل المنقى الذكى يسمح بالدخول بسرعة الى مختلف الحسابات."
+ },
+ "show_all_insights": {
+ "message": "إظهار كافة الاقتراحات."
+ },
+ "no_insight_available": {
+ "message": "لا يوجد اى إقتراحات، كل شئ يبدو جيد!"
+ },
+ "danger": {
+ "message": "خطر"
+ },
+ "warning": {
+ "message": "تحزير"
+ },
+ "info": {
+ "message": "معلومات"
+ },
+ "dismiss": {
+ "message": "الغاء"
+ },
+ "learn_more": {
+ "message": "معرفة المزيد"
+ },
+ "enable_context_menu": {
+ "message": "إضافة الى قائمة السياق النصى"
+ },
+ "no_entires": {
+ "message": "لا يوجد لديك حسابات لإظهاره. انشاء حسابك الاول الان."
+ },
+ "permissions": {
+ "message": "الموافقة"
+ },
+ "permission_revoke": {
+ "message": "إبطال"
+ },
+ "permission_show_required_permissions": {
+ "message": "اظهار رموز المرور الغير قابلة للإلغاء"
+ },
+ "permission_required": {
+ "message": "هذا رمز مرور الزامي ولا يمكن ابطاله."
+ },
+ "permission_active_tab": {
+ "message": "الرجاء اختيار علامة التبويب الحالية لمسح رمز الاستجابة السريع."
+ },
+ "permission_storage": {
+ "message": "الرجاء الدخول الى مساحة تخزين المتصفح لتخزين بيانات الحساب."
+ },
+ "permission_identity": {
+ "message": "يسمح بالمرور إلى خدمات تخزين الطرف الثالث."
+ },
+ "permission_alarms": {
+ "message": "يسمح للإغلاق التلقائي بالعمل."
+ },
+ "permission_scripting": {
+ "message": "ادخل النص إلى علامة التبويب الحالية لمسح رموز الإستجابة السريعة والسماح للملء التلقائي بالعمل."
+ },
+ "permission_clipboard_write": {
+ "message": "يضمن حق الوصول للكتابة فقط إلى الحافظة لنسخ الرموز إلى الحافظة عند النقر فوق الحساب."
+ },
+ "permission_context_menus": {
+ "message": "يضيف المصادقة إلى قائمة السياق النصى."
+ },
+ "permission_sync_clock": {
+ "message": "يسمح بمزامنة الساعة مع جوجل."
+ },
+ "permission_dropbox": {
+ "message": "يسمح بنسخة احتياطية فى موقع Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "يجب الغاء تفعيل النسخة الاحتياطية على موقع Dropbox أولاً."
+ },
+ "permission_drive": {
+ "message": "السماح بالنسخ الاحتياطى على موقع Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "يجب إلغاء تفعيل النسخ الاحتياطية على موقع Google Drive أولاً."
+ },
+ "permission_onedrive": {
+ "message": "السماح بالنسخ الاحتياطي على موقع OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "الغاء تفعيل النسخة الاحتياطي على موقع OneDrive أولاً."
+ },
+ "permission_unknown_permission": {
+ "message": "موافقة مجهولة. اذا رأيت هذه الرساله، الرجاء ارسال تقرير اختراق."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/sr/messages.json b/_locales/sr/messages.json
index 77d0f2837..9e4ccff64 100644
--- a/_locales/sr/messages.json
+++ b/_locales/sr/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Аутентификатор",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Аутентификатор",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Аутентификатор генерише кодове за приступ у два степена.",
- "description": "Extension Description."
- },
- "added": {
- "message": " додато.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Непрепознат QR код.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Неважећа тајна",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Додај налог",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Скенирај QR код",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Ручни унос",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Увоз није успео. Ако мигрирате податке из Google Authenticatorа, молимо поновно извезите и покушајте опет.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Неки подаци о налоги нису успешно увезени.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Затвори",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Да",
- "description": "Yes."
- },
- "no": {
- "message": "Не",
- "description": "No."
- },
- "account": {
- "message": "Налог",
- "description": "Account."
- },
- "accountName": {
- "message": "Корисничко име",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Издавач",
- "description": "Issuer."
- },
- "secret": {
- "message": "Тајна",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Успело.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Неуспело.",
- "description": "Update Failure."
- },
- "about": {
- "message": "О програму",
- "description": "About."
- },
- "settings": {
- "message": "Подешавања",
- "description": "Settings."
- },
- "security": {
- "message": "Безбедност",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Актуелна лозинка",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Нова лозинка",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Лозинка",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Потврди лозинку",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Да ли сте сигурни да желите да обришете овај налог? Ову радњу није могуће опозвати.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Разумем да ће сви моји подаци бити бесповратно обрисани.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Ресетуј аутентификатор"
- },
- "delete_all_warning": {
- "message": "Ово че обрисати све ваше податке и потпуно ресетовати Атентификатор. Нећете моћи вратити обрисане податке. Сачувајте копију података прије ресетовања аутентификатора."
- },
- "security_warning": {
- "message": "Овом ће се лозинком шифрирати ваш налог. Нитко вам неће моћи помоћи ако је заборавите.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Ажурирање",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Не можете да додате нови налог док су сви налози дешифрирани. Молимо унесите точну лозинку пре наставка.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Налози које се није могло дешифровати, неће бити укључени у овај бекап.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Лозинке се не поклапају.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Шифровано",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Копирано",
- "description": "Copied."
- },
- "feedback": {
- "message": "Повратне информације",
- "description": "Feedback."
- },
- "translate": {
- "message": "Преведи",
- "description": "Translate."
- },
- "source": {
- "message": "Изворни код",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Унесите лозинку за дешифроваље података.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Синхронизуј часовник са Гуглом",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Запамти лозинку",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Позоир! Ваш локални часовник је превише неусклађен. Молимо подесите га пре наставка.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Имате ли копију ваших налога? Немојте чекати да буде касно!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Хватање није успело, молимо освежите и покушајте поновно.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Покушавате да скенирате QR код из локалне датотеке? Радије користите увоз QR слике.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Zasnovan на времену",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Заснован на бројачу",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Подешавања",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Размера",
- "description": "Scale"
- },
- "export_info": {
- "message": "Упозорење: Све резервне копије су дешифроване. Хоћете да додате налог у дгугу апликацију? Лебдите изнад горњег десног дела било којег налога и притисните дугме Скривено.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Преузми резервну копију",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Увези резервну копију",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Увези резервну копију",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Увези слику QR кода",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Увези текстуалну копију",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import successful, but some QR codes could not be recognized.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Можете да одаберете више датотека за серијски увоз.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Покажи све уносе",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Упозорење: резервне копије нису шифроване. Користите на властиту одговорност.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "За увоз, морате упиати точну лозинку.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Ваше лозинке су спремљене локално. Молимо одмах их промените у менију Безбедност.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Уклони",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Преузмите сигурносну копију заштићену лозинком",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Претрага",
- "description": "Search"
- },
- "popout": {
- "message": "Поп-уп прозор",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Закључај",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Измени",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manual Backup",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Користите аутоматско попуњавање",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Користи високи контраст",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Тема",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Светла",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Тамна",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Simple",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Велики контраст",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Аутоматски спреми резервну копију на услугу складиштења.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Синхронизација прегледача",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Пријавите се",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Sign in (Business)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Why do business accounts require more permissions?"
- },
- "log_out": {
- "message": "Одјавите се",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Дошло је до грешке код спанјања на ваш $SERVICE$ налог. Молимо пријавите се поново.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Имате један или више Steam или Blizzard налога. Нешифроване сигурносне копије неће користити стандардизовани формат.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Можете да увезете резервне копију из других апликација.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Сазнајте више",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Учитавање..."
- },
- "autolock": {
- "message": "Закључај након"
- },
- "minutes": {
- "message": "минута"
- },
- "advanced": {
- "message": "Напредно"
- },
- "period": {
- "message": "Интервал"
- },
- "type": {
- "message": "Тип"
- },
- "invalid": {
- "message": "Неважећи"
- },
- "digits": {
- "message": "Цифре"
- },
- "algorithm": {
- "message": "Алгоритам"
- },
- "smart_filter": {
- "message": "Паметни филтр"
- },
- "backup": {
- "message": "Резервна копија"
- },
- "backup_file_info": {
- "message": "Спреми податке у резервну копију."
- },
- "password_policy_default_hint": {
- "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
- },
- "advisor": {
- "message": "Advisor"
- },
- "advisor_insight_password_not_set": {
- "message": "Set a password to protect your data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Show all insights."
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "Danger"
- },
- "warning": {
- "message": "Warning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Dismiss"
- },
- "learn_more": {
- "message": "Learn more"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Аутентификатор",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Аутентификатор",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Аутентификатор генерише кодове за приступ у два степена.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " додато.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Непрепознат QR код.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Неважећа тајна",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Додај налог",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Скенирај QR код",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Ручни унос",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Увоз није успео. Ако мигрирате податке из Google Authenticatorа, молимо поновно извезите и покушајте опет.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Неки подаци о налоги нису успешно увезени.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Затвори",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Да",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Не",
+ "description": "No."
+ },
+ "account": {
+ "message": "Налог",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Корисничко име",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Издавач",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Тајна",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Успело.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Неуспело.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "О програму",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Подешавања",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Безбедност",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Актуелна лозинка",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Нова лозинка",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Лозинка",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Потврди лозинку",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Да ли сте сигурни да желите да обришете овај налог? Ову радњу није могуће опозвати.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Разумем да ће сви моји подаци бити бесповратно обрисани.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Ресетуј аутентификатор"
+ },
+ "delete_all_warning": {
+ "message": "Ово че обрисати све ваше податке и потпуно ресетовати Атентификатор. Нећете моћи вратити обрисане податке. Сачувајте копију података прије ресетовања аутентификатора."
+ },
+ "security_warning": {
+ "message": "Овом ће се лозинком шифрирати ваш налог. Нитко вам неће моћи помоћи ако је заборавите.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Ажурирање",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Не можете да додате нови налог док су сви налози дешифрирани. Молимо унесите точну лозинку пре наставка.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Налози које се није могло дешифровати, неће бити укључени у овај бекап.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Лозинке се не поклапају.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Шифровано",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Копирано",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Повратне информације",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Преведи",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Изворни код",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Унесите лозинку за дешифроваље података.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Синхронизуј часовник са Гуглом",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Запамти лозинку",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Позоир! Ваш локални часовник је превише неусклађен. Молимо подесите га пре наставка.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Имате ли копију ваших налога? Немојте чекати да буде касно!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Хватање није успело, молимо освежите и покушајте поновно.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Покушавате да скенирате QR код из локалне датотеке? Радије користите увоз QR слике.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Zasnovan на времену",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Заснован на бројачу",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Подешавања",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Размера",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Упозорење: Све резервне копије су дешифроване. Хоћете да додате налог у дгугу апликацију? Лебдите изнад горњег десног дела било којег налога и притисните дугме Скривено.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Преузми резервну копију",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Увези резервну копију",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Увези резервну копију",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Увези слику QR кода",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Увези текстуалну копију",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Import OTP URLs",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import successful, but some QR codes could not be recognized.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Можете да одаберете више датотека за серијски увоз.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Покажи све уносе",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Упозорење: резервне копије нису шифроване. Користите на властиту одговорност.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "За увоз, морате упиати точну лозинку.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Ваше лозинке су спремљене локално. Молимо одмах их промените у менију Безбедност.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Уклони",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Преузмите сигурносну копију заштићену лозинком",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Претрага",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Поп-уп прозор",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Закључај",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Измени",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manual Backup",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Користите аутоматско попуњавање",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Користи високи контраст",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Тема",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Светла",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Тамна",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Simple",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Compact",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Велики контраст",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Аутоматски спреми резервну копију на услугу складиштења.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Синхронизација прегледача",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Пријавите се",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Sign in (Business)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Why do business accounts require more permissions?"
+ },
+ "log_out": {
+ "message": "Одјавите се",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Дошло је до грешке код спанјања на ваш $SERVICE$ налог. Молимо пријавите се поново.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Имате један или више Steam или Blizzard налога. Нешифроване сигурносне копије неће користити стандардизовани формат.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Можете да увезете резервне копију из других апликација.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Сазнајте више",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Учитавање..."
+ },
+ "autolock": {
+ "message": "Закључај након"
+ },
+ "minutes": {
+ "message": "минута"
+ },
+ "advanced": {
+ "message": "Напредно"
+ },
+ "period": {
+ "message": "Интервал"
+ },
+ "type": {
+ "message": "Тип"
+ },
+ "invalid": {
+ "message": "Неважећи"
+ },
+ "digits": {
+ "message": "Цифре"
+ },
+ "algorithm": {
+ "message": "Алгоритам"
+ },
+ "smart_filter": {
+ "message": "Паметни филтр"
+ },
+ "backup": {
+ "message": "Резервна копија"
+ },
+ "backup_file_info": {
+ "message": "Спреми податке у резервну копију."
+ },
+ "password_policy_default_hint": {
+ "message": "Your password does not meet your organization's security requirements. Contact your administrator for more information."
+ },
+ "advisor": {
+ "message": "Advisor"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Set a password to protect your data."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Enable auto-lock to protect your data."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill can be enabled to automatically fill codes into websites."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Enabling smart filter allows for quick access to accounts."
+ },
+ "show_all_insights": {
+ "message": "Show all insights."
+ },
+ "no_insight_available": {
+ "message": "No insights found, everything looks good!"
+ },
+ "danger": {
+ "message": "Danger"
+ },
+ "warning": {
+ "message": "Warning"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Dismiss"
+ },
+ "learn_more": {
+ "message": "Learn more"
+ },
+ "enable_context_menu": {
+ "message": "Add to context menu"
+ },
+ "no_entires": {
+ "message": "No accounts to display. Add your first account now."
+ },
+ "permissions": {
+ "message": "Permissions"
+ },
+ "permission_revoke": {
+ "message": "Revoke"
+ },
+ "permission_show_required_permissions": {
+ "message": "Show non-revocable permissions"
+ },
+ "permission_required": {
+ "message": "This is a required permission and cannot be revoked."
+ },
+ "permission_active_tab": {
+ "message": "Access to the current tab to scan QR codes."
+ },
+ "permission_storage": {
+ "message": "Access to browser storage to store account data."
+ },
+ "permission_identity": {
+ "message": "Allows sign in to 3rd party storage services."
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
+ },
+ "permission_context_menus": {
+ "message": "Adds Authenticator to context menu."
+ },
+ "permission_sync_clock": {
+ "message": "Allows clock sync with Google."
+ },
+ "permission_dropbox": {
+ "message": "Allows backup to Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "You must disable Dropbox backup first."
+ },
+ "permission_drive": {
+ "message": "Allows backup to Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "You must disable Google Drive backup first."
+ },
+ "permission_onedrive": {
+ "message": "Allows backup to OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "You must disable OneDrive backup first."
+ },
+ "permission_unknown_permission": {
+ "message": "Unknown permission. If see this message, please send a bug report."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/sv/messages.json b/_locales/sv/messages.json
index c53ee5438..cd6e1c952 100644
--- a/_locales/sv/messages.json
+++ b/_locales/sv/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator genererar 2-stegs verifieringskoder i din webbläsare.",
- "description": "Extension Description."
- },
- "added": {
- "message": " har lagts till.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Okänd QR-kod.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Ogiltig kontohemlighet",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Lägg till konto",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Skanna QR-kod",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Manuell inmatning",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Import failed. If you are migrating data from Google Authenticator, please re-export your data from Google Authenticator and try again.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Vissa kontodata importerades inte.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Stäng",
- "description": "Close."
- },
- "ok": {
- "message": "Ok",
- "description": "OK."
- },
- "yes": {
- "message": "Ja",
- "description": "Yes."
- },
- "no": {
- "message": "Nej",
- "description": "No."
- },
- "account": {
- "message": "Konto",
- "description": "Account."
- },
- "accountName": {
- "message": "Användarnamn",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Utgivare",
- "description": "Issuer."
- },
- "secret": {
- "message": "Hemlighet",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Lyckades.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Misslyckades.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Om",
- "description": "About."
- },
- "settings": {
- "message": "Inställningar",
- "description": "Settings."
- },
- "security": {
- "message": "Säkerhet",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Nuvarande lösenord",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Nytt lösenord",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Lösenord",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Bekräfta lösenord",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Är du säker på att du vill ta bort detta konto? Denna åtgärd kan inte ångras.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Jag förstår att all min data kommer att tas bort oåterkalleligt.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Återställ autentiserare"
- },
- "delete_all_warning": {
- "message": "This will delete all of your data and completely reset Authenticator. You will not be able to recover any deleted data! You should consider saving a backup before resetting Authenticator."
- },
- "security_warning": {
- "message": "Detta lösenord kommer att användas för att kryptera dina konton. Ingen kan hjälpa dig om du glömmer lösenordet.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Uppdatera",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Du kan inte lägga till ett nytt konto förrän alla konton har dekrypterats. Ange rätt lösenord innan du fortsätter.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Konton som inte kunde dekrypteras kommer inte att inkluderas i denna säkerhetskopia.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Lösenordet matchar inte.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Krypterad",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopierad",
- "description": "Copied."
- },
- "feedback": {
- "message": "Feedback",
- "description": "Feedback."
- },
- "translate": {
- "message": "Översätt",
- "description": "Translate."
- },
- "source": {
- "message": "Källkod",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Ange lösenord för att dekryptera kontodata.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Synka Klockan med Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Kom ihåg lösenord",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Varning! Din lokala klocka är för långt ifrån, snälla fixa den innan du fortsätter.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Har du en säkerhetskopia på dina konton? Vänta inte tills det är för sent!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Det gick inte att infånga, ladda om sidan och försök igen.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Tidsbaserade",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Räknarebaserade",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Preferenser",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Skala",
- "description": "Scale"
- },
- "export_info": {
- "message": "Varning: alla säkerhetskopieringar är okrypterade. Vill du lägga till ett konto till en annan app? Håll över den högra högra delen av något konto och tryck på den dolda knappen.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Ladda ner säkerhetskopieringsfilen",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Importera säkerhetskopia",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Importera säkerhetskopieringsfilen",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Import QR Image Backup",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Importera okrypterad säkerhetskopia",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Import lyckades men vissa QR-koder kunde inte kännas igen.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "You can select multiple files to import backup in batches.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Visa alla poster",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Varning: säkerhetskopior är okrypterade. Använd på egen risk.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Du måste ange rätt lösenord för att importera säkerhetskopior.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Ditt lösenord lagras lokalt, var vänlig ändra det på säkerhetsmenyn omedelbart.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Ta bort",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Ladda ner lösenordsskyddad säkerhetskopiering",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Sök",
- "description": "Search"
- },
- "popout": {
- "message": "Popup-läge",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Lås",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Redigera",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Manuell säkerhetskopiering",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Use Autofill",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Använd hög kontrast",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Ljus",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Mörk",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Enkel",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Kompakt",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Hög kontrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatically backup your data to 3rd party storage services.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Logga in",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Logga in (Företag)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Varför kräver företagskonton fler behörigheter?"
- },
- "log_out": {
- "message": "Logga ut",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Det var ett problem att ansluta till ditt $SERVICE$-konto, logga in igen.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "You have one or more Steam or Blizzard accounts. Unencrypted backups will not use standardized backup format.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Du kan importera säkerhetskopior från vissa andra applikationer.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Lär dig mer",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Laddar..."
- },
- "autolock": {
- "message": "Lås efter"
- },
- "minutes": {
- "message": "minuter"
- },
- "advanced": {
- "message": "Avancerat"
- },
- "period": {
- "message": "Period"
- },
- "type": {
- "message": "Typ"
- },
- "invalid": {
- "message": "Ogiltig"
- },
- "digits": {
- "message": "Siffror"
- },
- "algorithm": {
- "message": "Algoritm"
- },
- "smart_filter": {
- "message": "Smart Filter"
- },
- "backup": {
- "message": "Säkerhetskopiera"
- },
- "backup_file_info": {
- "message": "Säkerhetskopiera dina data till en fil."
- },
- "password_policy_default_hint": {
- "message": "Ditt lösenord uppfyller inte din organisations säkerhetskrav. Kontakta din administratör för mer information."
- },
- "advisor": {
- "message": "Rådgivare"
- },
- "advisor_insight_password_not_set": {
- "message": "Ställ in ett lösenord för att skydda din data."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Aktivera automatisk låsning för att skydda dina data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Enabling smart filter allows for quick access to accounts."
- },
- "show_all_insights": {
- "message": "Visa alla insikter."
- },
- "no_insight_available": {
- "message": "Inga insikter hittades, allt ser bra ut!"
- },
- "danger": {
- "message": "Fara"
- },
- "warning": {
- "message": "Varning"
- },
- "info": {
- "message": "Info"
- },
- "dismiss": {
- "message": "Avfärda"
- },
- "learn_more": {
- "message": "Lär dig mer"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "Inga konton att visa. Lägg till ditt första konto nu."
- },
- "permissions": {
- "message": "Behörigheter"
- },
- "permission_revoke": {
- "message": "Återkalla"
- },
- "permission_show_required_permissions": {
- "message": "Visa icke återkallbara behörigheter"
- },
- "permission_required": {
- "message": "Detta är en obligatorisk behörighet och kan inte återkallas."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Tillåter klocksynkronisering med Google."
- },
- "permission_dropbox": {
- "message": "Tillåter säkerhetskopiering till Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Tillåter säkerhetskopiering till Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Tillåter säkerhetskopiering till OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Okänd behörighet. Om du ser detta meddelande, skicka en felrapport."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator genererar 2-stegs verifieringskoder i din webbläsare.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " har lagts till.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Okänd QR-kod.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Ogiltig kontohemlighet",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Lägg till konto",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Skanna QR-kod",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Manuell inmatning",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Import misslyckades. Om du migrerar från Google Authenticator; exportera dina data från Google Authenticator på nytt och försök igen.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Vissa kontodata importerades inte.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Stäng",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Ok",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Ja",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Nej",
+ "description": "No."
+ },
+ "account": {
+ "message": "Konto",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Användarnamn",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Utgivare",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Hemlighet",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Lyckades.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Misslyckades.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Om",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Inställningar",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Säkerhet",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Nuvarande lösenord",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Nytt lösenord",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Lösenord",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Bekräfta lösenord",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Är du säker på att du vill ta bort detta konto? Denna åtgärd kan inte ångras.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Jag förstår att all min data kommer att tas bort oåterkalleligt.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Återställ autentiserare"
+ },
+ "delete_all_warning": {
+ "message": "Det här kommer att radera alla dina data och återställa Authenticator helt. Du kommer inte kunna återskapa några raderade data! Du bör överväga att spara en säkerhetskopia innan du återställer Authenticator."
+ },
+ "security_warning": {
+ "message": "Detta lösenord kommer att användas för att kryptera dina konton. Ingen kan hjälpa dig om du glömmer lösenordet.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Uppdatera",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Du kan inte lägga till ett nytt konto förrän alla konton har dekrypterats. Ange rätt lösenord innan du fortsätter.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Konton som inte kunde dekrypteras kommer inte att inkluderas i denna säkerhetskopia.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Lösenordet matchar inte.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Krypterad",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopierad",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Feedback",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Översätt",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Källkod",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Ange lösenord för att dekryptera kontodata.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Synka Klockan med Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Kom ihåg lösenord",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Varning! Din lokala klocka är för långt ifrån, snälla fixa den innan du fortsätter.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Har du en säkerhetskopia på dina konton? Vänta inte tills det är för sent!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Det gick inte att infånga, ladda om sidan och försök igen.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Försöker du skanna en QR-kod från en lokal fil? Använd Importera QR-bildsäkerhetskopia istället.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Tidsbaserade",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Räknarebaserade",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Preferenser",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Skala",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Varning: alla säkerhetskopieringar är okrypterade. Vill du lägga till ett konto till en annan app? Håll över den högra högra delen av något konto och tryck på den dolda knappen.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Ladda ner säkerhetskopieringsfilen",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Importera säkerhetskopia",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Importera säkerhetskopieringsfilen",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Importera QR-bildsäkerhetskopia",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Importera QR-bilder",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Importera okrypterad säkerhetskopia",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Importera OTP-URL:er",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Import lyckades men vissa QR-koder kunde inte kännas igen.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Du kan markera flera filer för att importera säkerhetskopia i omgångar.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Visa alla poster",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Varning: säkerhetskopior är okrypterade. Använd på egen risk.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Du måste ange rätt lösenord för att importera säkerhetskopior.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Ditt lösenord lagras lokalt, var vänlig ändra det på säkerhetsmenyn omedelbart.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Ta bort",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Ladda ner lösenordsskyddad säkerhetskopiering",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Sök",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Popup-läge",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Lås",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Redigera",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Manuell säkerhetskopiering",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Använd autofyll",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Använd hög kontrast",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Ljus",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Mörk",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Enkel",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Kompakt",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Hög kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Flat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Säkerhetskopiera dina data automatiskt till lagringstjänster från tredje part.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Webbläsarsynkronisering",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Logga in",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Logga in (Företag)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Varför kräver företagskonton fler behörigheter?"
+ },
+ "log_out": {
+ "message": "Logga ut",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Det var ett problem att ansluta till ditt $SERVICE$-konto, logga in igen.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Du har ett eller flera konton hos Steam eller Blizzard. Okrypterade säkerhetskopior kommer inte att använda ett standardiserat format för säkerhetskopior.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Du kan importera säkerhetskopior från vissa andra applikationer.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Lär dig mer",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Laddar..."
+ },
+ "autolock": {
+ "message": "Lås efter"
+ },
+ "minutes": {
+ "message": "minuter"
+ },
+ "advanced": {
+ "message": "Avancerat"
+ },
+ "period": {
+ "message": "Period"
+ },
+ "type": {
+ "message": "Typ"
+ },
+ "invalid": {
+ "message": "Ogiltig"
+ },
+ "digits": {
+ "message": "Siffror"
+ },
+ "algorithm": {
+ "message": "Algoritm"
+ },
+ "smart_filter": {
+ "message": "Smart filter"
+ },
+ "backup": {
+ "message": "Säkerhetskopiera"
+ },
+ "backup_file_info": {
+ "message": "Säkerhetskopiera dina data till en fil."
+ },
+ "password_policy_default_hint": {
+ "message": "Ditt lösenord uppfyller inte din organisations säkerhetskrav. Kontakta din administratör för mer information."
+ },
+ "advisor": {
+ "message": "Rådgivare"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Ställ in ett lösenord för att skydda din data."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Aktivera automatisk låsning för att skydda dina data."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Webbläsarsynkronisering är inaktiverad. Vid aktivering kan konton synkas mellan webbläsare."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofyll kan aktiveras för att automatiskt fylla i koder på webbplatser."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Aktivering av smart filter ger snabb åtkomst till konton."
+ },
+ "show_all_insights": {
+ "message": "Visa alla insikter."
+ },
+ "no_insight_available": {
+ "message": "Inga insikter hittades, allt ser bra ut!"
+ },
+ "danger": {
+ "message": "Fara"
+ },
+ "warning": {
+ "message": "Varning"
+ },
+ "info": {
+ "message": "Info"
+ },
+ "dismiss": {
+ "message": "Avfärda"
+ },
+ "learn_more": {
+ "message": "Lär dig mer"
+ },
+ "enable_context_menu": {
+ "message": "Lägg till i snabbvalsmeny"
+ },
+ "no_entires": {
+ "message": "Inga konton att visa. Lägg till ditt första konto nu."
+ },
+ "permissions": {
+ "message": "Behörigheter"
+ },
+ "permission_revoke": {
+ "message": "Återkalla"
+ },
+ "permission_show_required_permissions": {
+ "message": "Visa icke återkallbara behörigheter"
+ },
+ "permission_required": {
+ "message": "Detta är en obligatorisk behörighet och kan inte återkallas."
+ },
+ "permission_active_tab": {
+ "message": "Åtkomst till den nuvarande fliken för att skanna QR-koder."
+ },
+ "permission_storage": {
+ "message": "Åtkomst till webbläsarlagring för att lagra kontodata."
+ },
+ "permission_identity": {
+ "message": "Tillåt inloggning till lagringstjänster från tredje part."
+ },
+ "permission_alarms": {
+ "message": "Gör att automatisk låsning fungerar."
+ },
+ "permission_scripting": {
+ "message": "Injicerar skript i nuvarande flik för att skanna QR-koder och göra att autofyll fungerar."
+ },
+ "permission_clipboard_write": {
+ "message": "Ger enbart skrivbehörighet till urklipp för att kopiera koder till urklipp när du klickar på kontot."
+ },
+ "permission_context_menus": {
+ "message": "Lägger till Authenticator till snabbvalsmenyn."
+ },
+ "permission_sync_clock": {
+ "message": "Tillåter klocksynkronisering med Google."
+ },
+ "permission_dropbox": {
+ "message": "Tillåter säkerhetskopiering till Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Du måste inaktivera Dropbox-säkerhetskopiering först."
+ },
+ "permission_drive": {
+ "message": "Tillåter säkerhetskopiering till Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Du måste inaktivera Google Drive-säkerhetskopiering först."
+ },
+ "permission_onedrive": {
+ "message": "Tillåter säkerhetskopiering till OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Du måste inaktivera OneDrive-säkerhetskopiering först."
+ },
+ "permission_unknown_permission": {
+ "message": "Okänd behörighet. Om du ser detta meddelande, skicka en felrapport."
+ },
+ "phrase_wrong": {
+ "message": "Lösenord felaktigt"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/th/messages.json b/_locales/th/messages.json
index 09b23bbbb..287a34015 100644
--- a/_locales/th/messages.json
+++ b/_locales/th/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authentication",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authentication",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator สำหรับสร้างรหัสยืนยัน 2 ชั้นบนเบราว์เซอร์",
- "description": "Extension Description."
- },
- "added": {
- "message": " ถูกเพิ่มเรียบร้อย",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "QR code ไม่ถูกต้อง",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "รหัสลับของบัญชีไม่ถูกต้อง",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "เพิ่มบัญชี",
- "description": "Add account."
- },
- "add_qr": {
- "message": "สแกน QR Code",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "กรอกข้อมูลด้วยตนเอง",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "การนำเข้าล้มเหลว หากคุณกำลังย้ายข้อมูลจาก Google Authenticator โปรดส่งออกข้อมูลของคุณอีกครั้งจาก Google Authenticator และลองอีกครั้ง",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "บ้างบัญชีไม่สามารถถูกนำเข้าให้สำเร็จได้",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "ปิด",
- "description": "Close."
- },
- "ok": {
- "message": "ตกลง",
- "description": "OK."
- },
- "yes": {
- "message": "ใช่",
- "description": "Yes."
- },
- "no": {
- "message": "ไม่",
- "description": "No."
- },
- "account": {
- "message": "บัญชี",
- "description": "Account."
- },
- "accountName": {
- "message": "ชื่อผู้ใช้",
- "description": "Account Name."
- },
- "issuer": {
- "message": "ออกโดย",
- "description": "Issuer."
- },
- "secret": {
- "message": "รหัสลับ",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "สำเร็จ",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "ล้มเหลว",
- "description": "Update Failure."
- },
- "about": {
- "message": "เกี่ยวกับ",
- "description": "About."
- },
- "settings": {
- "message": "ตั้งค่า",
- "description": "Settings."
- },
- "security": {
- "message": "ความปลอดภัย",
- "description": "Security."
- },
- "current_phrase": {
- "message": "รหัสผ่านปัจจุบัน",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "รหัสผ่านใหม่",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "รหัสผ่าน",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "ยืนยันรหัสผ่าน",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "คุณแน่ใจต้องการลบบัญชีนี้ ? การกระทำดังกล่าวไม่สามารถกู้คืนกลับมาได้",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "ฉันเข้าใจว่าข้อมูลทั้งหมดของฉันจะถูกลบเเละไม่สามารถกู้คืนได้",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "ล้างการตั้งค่าเเอพการตรวจสอบสิทธิ์"
- },
- "delete_all_warning": {
- "message": "นี้คือการลบข้อมูลทั้งหมดของคุณอย่างถาวร การดำเนินการต่อทั้งหมดจะทำให้คุณสูญเสียข้อมูลเเละไม่สามารถกู้กลับคืนได้ กรุณาระมัดระวังเเละสำรองข้อมูลก่อนการดำเนินการต่อ"
- },
- "security_warning": {
- "message": "รหัสผ่านนี้จะถูกใช้เพื่อเข้ารหัสบัญชีของคุณ ไม่มีใครสามารถช่วยคุณได้หากคุณลืมรหัสผ่าน.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "อัพเดต",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "คุณไม่สามารถเพิ่มบัญชีใหม่หรือส่งออกข้อมูลจนกว่าบัญชีทั้งหมดจะถูกถอดรหัส กรุณาใส่รหัสผ่านที่ถูกต้องก่อนดำเนินการต่อ",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "บัญชีที่ไม่สามารถถอดรหัสได้จะไม่รวมอยู่ในข้อมูลสำรองนี้",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "รหัสผ่านไม่ตรงกัน",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "เข้ารหัสเรียบร้อย",
- "description": "Encrypted."
- },
- "copied": {
- "message": "คัดลอกแล้ว",
- "description": "Copied."
- },
- "feedback": {
- "message": "เสียงตอบรับ",
- "description": "Feedback."
- },
- "translate": {
- "message": "แปลภาษา",
- "description": "Translate."
- },
- "source": {
- "message": "แหล่งที่มา",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "ป้อนรหัสผ่านเพื่อถอดรหัสข้อมูลบัญชี",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "ซิงค์เวลาผ่าน Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "จดจำรหัสผ่าน",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "ระวัง! เวลาของคุณไม่ถูกต้อง โปรดแก้ไขก่อนดำเนินการขั้นต่อไป",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "คุณมีข้อมูลสำรองสำหรับบัญชีของคุณหรือไม่ ? โปรดอย่ารอจนสายเกินไป",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "การจับภาพล้มเหลว กรุณาโหลดหน้าซ้ำและลองอีกครั้ง",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "คุณกำลังพยายามสแกนคิวอาร์โค้ดจากไฟล์ในเครื่องหรือไม่? ใช้นำเข้ารูปคิวอาร์โค้ดที่สำรองไว้แทน",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Time Based",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Counter Based",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "การตั้งค่า",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "ขนาด",
- "description": "Scale"
- },
- "export_info": {
- "message": "คำเตือน: การสำรองข้อมูลทั้งหมดไม่ได้เข้ารหัส ต้องการเพิ่มบัญชีในแอปอื่นหรือไม่ เลื่อนเมาส์ไปที่ส่วนบนขวาของบัญชีใด ๆ และกดปุ่มซ่อน",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "ดาวน์โหลดการสำรองข้อมูล",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "นำเข้าการสำรองข้อมูล",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "นำเข้าการสำรองข้อมูล (ไฟล์)",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "นำเข้ารูปQR การสำรองข้อมูล",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "นำเข้าการสำรองข้อมูล (ข้อความ)",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "นำเข้าเสร็จสิ้นเเล้ว เเต่ คิวอาร์โค้ด บางรูปไม่สามารอ่านค่าได้",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "คุณสามารถเลือกไฟล์หลายไฟล์เพื่อนำเข้าข้อมูลสำรองเป็นชุด ๆ",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "แสดงรายการทั้งหมด",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "ระวัง! การสำรองข้อมูลจะไม่เข้ารหัส โปรดรับความเสี่ยงด้วยตัวคุณเอง",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "โปรดระบุรหัสผ่านที่ถูกต้องเพื่อนำเข้าการสำรองข้อมูล",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "รหัสผ่านของคุณถูกเก็บไว้ในเครื่อง กรุณาเปลี่ยนในเมนูความปลอดภัยทันที",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "ลบออก",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "ดาวน์โหลดการสำรองข้อมูลที่ป้องกันด้วยรหัสผ่าน",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "ค้นหา",
- "description": "Search"
- },
- "popout": {
- "message": "โหมดป๊อปอัพ",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "ล็อคบัญชี",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "แก้ไข",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "เรียกใช้การสำรองข้อมูลด้วยตนเอง",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "ใช้งานการป้อนอัตโนมัติ",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "ใช้งานความคมชัดสูง",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "ธีม",
- "description": "Theme"
- },
- "theme_light": {
- "message": "สว่าง",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "มืด",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "เรียบง่าย",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "กะทัดรัด",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "ความคมชัดสูง",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "สำรองข้อมูลของคุณโดยอัตโนมัติ ไปยังผู้บริการอื่นๆ",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "ซิงค์กับเบราว์เซอร์",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "ลงชื่อเข้าใช้",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "ลงทะเบียน (ธุรกิจ)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "เพราะเหตุใดบัญชีธุรกิจต้องการขออนุญาตเพิ่มเติม?"
- },
- "log_out": {
- "message": "ออกจากระบบ",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "เกิดปัญหาในการเชื่อมต่อกับบัญชี $SERVICE$ ของคุณ โปรดลงชื่อเข้าใช้อีกครั้ง",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "คุณมีบัญชี Steam หรือ Blizzard อย่างน้อยหนึ่งบัญชี ? การสำรองข้อมูลที่ไม่ได้เข้ารหัสจะไม่ใช้รูปแบบการสำรองข้อมูลมาตรฐาน",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "คุณสามารถนำเข้าข้อมูลสำรองจากแอปพลิเคชั่นอื่น ๆ",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "เรียนรู้เพิ่มเติม",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "กำลังโหลด..."
- },
- "autolock": {
- "message": "ล็อคหลังจาก"
- },
- "minutes": {
- "message": "นาที"
- },
- "advanced": {
- "message": "ขั้นสูง"
- },
- "period": {
- "message": "ระยะเวลา"
- },
- "type": {
- "message": "ประเภท"
- },
- "invalid": {
- "message": "ไม่ถูกต้อง"
- },
- "digits": {
- "message": "จำนวนหลัก"
- },
- "algorithm": {
- "message": "อัลกอริทึม"
- },
- "smart_filter": {
- "message": "ตัวกรองอัจฉริยะ"
- },
- "backup": {
- "message": "สำรองข้อมูล"
- },
- "backup_file_info": {
- "message": "สำรองข้อมูลของคุณเป็นไฟล์"
- },
- "password_policy_default_hint": {
- "message": "รหัสผ่านของคุณไม่ตรงตามความปลอดภัยขององค์กรของคุณที่กำหนดไว้ สำหรับข้อมูลเพิ่มเติมโปรดติดต่อผู้ดูแลระบบของคุณ"
- },
- "advisor": {
- "message": "คำแนะนำ"
- },
- "advisor_insight_password_not_set": {
- "message": "ตั้งรหัสผ่านเพื่อป้องกันข้อมูลของคุณ."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "เปิดใช้งาน การล็อกอัตโนมัติ เพื่อป้องกันข้อมูลของคุณ"
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "การซิงค์เบราว์เซอร์ถูกปิดใช้งาน. การเปิดใช้งานนั้นจะยินยอมให้บัญชีซิงค์ข้ามเบราว์เซอร์."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "สามารถเปิดการป้อนอัตโนมัติเพื่อป้อนรหัสลงในเว็บไซต์ได้โดยอัตโนมัติ."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "เปิดใช้งานตัวกรองอัจฉริยะช่วยให้เข้าถึงบัญชีได้อย่างรวดเร็ว."
- },
- "show_all_insights": {
- "message": "แสดงข้อมูลเชิงลึกทั้งหมด."
- },
- "no_insight_available": {
- "message": "ไม่พบข้อมูลเชิงลึก, ทุกอย่างยังดูดี!"
- },
- "danger": {
- "message": "อันตราย"
- },
- "warning": {
- "message": "คำเตือน"
- },
- "info": {
- "message": "ข้อมูล"
- },
- "dismiss": {
- "message": "ยกเลิก"
- },
- "learn_more": {
- "message": "เรียนรู้เพิ่มเติม"
- },
- "enable_context_menu": {
- "message": "เพิ่มไปยังเมนู"
- },
- "no_entires": {
- "message": "ยังไม่มีบัญชีผู้ใช้ เพิ่มบัญชีผู้ใช้ของคุณเลยตอนนี้"
- },
- "permissions": {
- "message": "การอนุญาต"
- },
- "permission_revoke": {
- "message": "เพิกถอน"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authentication",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authentication",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator สำหรับสร้างรหัสยืนยัน 2 ชั้นบนเบราว์เซอร์",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " ถูกเพิ่มเรียบร้อย",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "QR code ไม่ถูกต้อง",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "รหัสลับของบัญชีไม่ถูกต้อง",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "เพิ่มบัญชี",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "สแกน QR Code",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "กรอกข้อมูลด้วยตนเอง",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "การนำเข้าล้มเหลว หากคุณกำลังย้ายข้อมูลจาก Google Authenticator โปรดส่งออกข้อมูลของคุณอีกครั้งจาก Google Authenticator และลองอีกครั้ง",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "บ้างบัญชีไม่สามารถถูกนำเข้าให้สำเร็จได้",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "ปิด",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "ตกลง",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "ใช่",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "ไม่",
+ "description": "No."
+ },
+ "account": {
+ "message": "บัญชี",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "ชื่อผู้ใช้",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "ออกโดย",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "รหัสลับ",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "สำเร็จ",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "ล้มเหลว",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "เกี่ยวกับ",
+ "description": "About."
+ },
+ "settings": {
+ "message": "ตั้งค่า",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "ความปลอดภัย",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "รหัสผ่านปัจจุบัน",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "รหัสผ่านใหม่",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "รหัสผ่าน",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "ยืนยันรหัสผ่าน",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "คุณแน่ใจต้องการลบบัญชีนี้ ? การกระทำดังกล่าวไม่สามารถกู้คืนกลับมาได้",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "ฉันเข้าใจว่าข้อมูลทั้งหมดของฉันจะถูกลบเเละไม่สามารถกู้คืนได้",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "ล้างการตั้งค่าเเอพการตรวจสอบสิทธิ์"
+ },
+ "delete_all_warning": {
+ "message": "นี้คือการลบข้อมูลทั้งหมดของคุณอย่างถาวร การดำเนินการต่อทั้งหมดจะทำให้คุณสูญเสียข้อมูลเเละไม่สามารถกู้กลับคืนได้ กรุณาระมัดระวังเเละสำรองข้อมูลก่อนการดำเนินการต่อ"
+ },
+ "security_warning": {
+ "message": "รหัสผ่านนี้จะถูกใช้เพื่อเข้ารหัสบัญชีของคุณ ไม่มีใครสามารถช่วยคุณได้หากคุณลืมรหัสผ่าน.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "อัพเดต",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "คุณไม่สามารถเพิ่มบัญชีใหม่หรือส่งออกข้อมูลจนกว่าบัญชีทั้งหมดจะถูกถอดรหัส กรุณาใส่รหัสผ่านที่ถูกต้องก่อนดำเนินการต่อ",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "บัญชีที่ไม่สามารถถอดรหัสได้จะไม่รวมอยู่ในข้อมูลสำรองนี้",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "รหัสผ่านไม่ตรงกัน",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "เข้ารหัสเรียบร้อย",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "คัดลอกแล้ว",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "เสียงตอบรับ",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "แปลภาษา",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "แหล่งที่มา",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "ป้อนรหัสผ่านเพื่อถอดรหัสข้อมูลบัญชี",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "ซิงค์เวลาผ่าน Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "จดจำรหัสผ่าน",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "ระวัง! เวลาของคุณไม่ถูกต้อง โปรดแก้ไขก่อนดำเนินการขั้นต่อไป",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "คุณมีข้อมูลสำรองสำหรับบัญชีของคุณหรือไม่ ? โปรดอย่ารอจนสายเกินไป",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "การจับภาพล้มเหลว กรุณาโหลดหน้าซ้ำและลองอีกครั้ง",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "คุณกำลังพยายามสแกนคิวอาร์โค้ดจากไฟล์ในเครื่องหรือไม่? ใช้นำเข้ารูปคิวอาร์โค้ดที่สำรองไว้แทน",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Time Based",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Counter Based",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "การตั้งค่า",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "ขนาด",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "คำเตือน: การสำรองข้อมูลทั้งหมดไม่ได้เข้ารหัส ต้องการเพิ่มบัญชีในแอปอื่นหรือไม่ เลื่อนเมาส์ไปที่ส่วนบนขวาของบัญชีใด ๆ และกดปุ่มซ่อน",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "ดาวน์โหลดการสำรองข้อมูล",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "นำเข้าการสำรองข้อมูล",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "นำเข้าการสำรองข้อมูล (ไฟล์)",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "นำเข้ารูปQR การสำรองข้อมูล",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "นำเข้ารูปภาพ QR",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "นำเข้าการสำรองข้อมูล (ข้อความ)",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "นำเข้า URL OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "นำเข้าเสร็จสิ้นเเล้ว เเต่ คิวอาร์โค้ด บางรูปไม่สามารอ่านค่าได้",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "คุณสามารถเลือกไฟล์หลายไฟล์เพื่อนำเข้าข้อมูลสำรองเป็นชุด ๆ",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "แสดงรายการทั้งหมด",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "ระวัง! การสำรองข้อมูลจะไม่เข้ารหัส โปรดรับความเสี่ยงด้วยตัวคุณเอง",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "โปรดระบุรหัสผ่านที่ถูกต้องเพื่อนำเข้าการสำรองข้อมูล",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "รหัสผ่านของคุณถูกเก็บไว้ในเครื่อง กรุณาเปลี่ยนในเมนูความปลอดภัยทันที",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "ลบออก",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "ดาวน์โหลดการสำรองข้อมูลที่ป้องกันด้วยรหัสผ่าน",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "ค้นหา",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "โหมดป๊อปอัพ",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "ล็อคบัญชี",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "แก้ไข",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "เรียกใช้การสำรองข้อมูลด้วยตนเอง",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "ใช้งานการป้อนอัตโนมัติ",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "ใช้งานความคมชัดสูง",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "ธีม",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "สว่าง",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "มืด",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "เรียบง่าย",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "กะทัดรัด",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "ความคมชัดสูง",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "แบน",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "สำรองข้อมูลของคุณโดยอัตโนมัติ ไปยังผู้บริการอื่นๆ",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "ซิงค์กับเบราว์เซอร์",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "ลงชื่อเข้าใช้",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "ลงทะเบียน (ธุรกิจ)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "เพราะเหตุใดบัญชีธุรกิจต้องการขออนุญาตเพิ่มเติม?"
+ },
+ "log_out": {
+ "message": "ออกจากระบบ",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "เกิดปัญหาในการเชื่อมต่อกับบัญชี $SERVICE$ ของคุณ โปรดลงชื่อเข้าใช้อีกครั้ง",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "คุณมีบัญชี Steam หรือ Blizzard อย่างน้อยหนึ่งบัญชี ? การสำรองข้อมูลที่ไม่ได้เข้ารหัสจะไม่ใช้รูปแบบการสำรองข้อมูลมาตรฐาน",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "คุณสามารถนำเข้าข้อมูลสำรองจากแอปพลิเคชั่นอื่น ๆ",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "เรียนรู้เพิ่มเติม",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "กำลังโหลด..."
+ },
+ "autolock": {
+ "message": "ล็อคหลังจาก"
+ },
+ "minutes": {
+ "message": "นาที"
+ },
+ "advanced": {
+ "message": "ขั้นสูง"
+ },
+ "period": {
+ "message": "ระยะเวลา"
+ },
+ "type": {
+ "message": "ประเภท"
+ },
+ "invalid": {
+ "message": "ไม่ถูกต้อง"
+ },
+ "digits": {
+ "message": "จำนวนหลัก"
+ },
+ "algorithm": {
+ "message": "อัลกอริทึม"
+ },
+ "smart_filter": {
+ "message": "ตัวกรองอัจฉริยะ"
+ },
+ "backup": {
+ "message": "สำรองข้อมูล"
+ },
+ "backup_file_info": {
+ "message": "สำรองข้อมูลของคุณเป็นไฟล์"
+ },
+ "password_policy_default_hint": {
+ "message": "รหัสผ่านของคุณไม่ตรงตามความปลอดภัยขององค์กรของคุณที่กำหนดไว้ สำหรับข้อมูลเพิ่มเติมโปรดติดต่อผู้ดูแลระบบของคุณ"
+ },
+ "advisor": {
+ "message": "คำแนะนำ"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "ตั้งรหัสผ่านเพื่อป้องกันข้อมูลของคุณ."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "เปิดใช้งาน การล็อกอัตโนมัติ เพื่อป้องกันข้อมูลของคุณ"
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill can be enabled to automatically fill codes into websites."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "เปิดใช้งานตัวกรองอัจฉริยะช่วยให้เข้าถึงบัญชีได้อย่างรวดเร็ว."
+ },
+ "show_all_insights": {
+ "message": "แสดงข้อมูลเชิงลึกทั้งหมด."
+ },
+ "no_insight_available": {
+ "message": "ไม่พบข้อมูลเชิงลึก, ทุกอย่างยังดูดี!"
+ },
+ "danger": {
+ "message": "อันตราย"
+ },
+ "warning": {
+ "message": "คำเตือน"
+ },
+ "info": {
+ "message": "ข้อมูล"
+ },
+ "dismiss": {
+ "message": "ยกเลิก"
+ },
+ "learn_more": {
+ "message": "เรียนรู้เพิ่มเติม"
+ },
+ "enable_context_menu": {
+ "message": "เพิ่มไปยังเมนู"
+ },
+ "no_entires": {
+ "message": "ยังไม่มีบัญชีผู้ใช้ เพิ่มบัญชีผู้ใช้ของคุณเลยตอนนี้"
+ },
+ "permissions": {
+ "message": "การอนุญาต"
+ },
+ "permission_revoke": {
+ "message": "เพิกถอน"
+ },
+ "permission_show_required_permissions": {
+ "message": "แสดงสิทธิ์ที่เพิกถอนไม่ได้"
+ },
+ "permission_required": {
+ "message": "นี่เป็นการอนุญาตที่จำเป็นและไม่สามารถเพิกถอนได้"
+ },
+ "permission_active_tab": {
+ "message": "เข้าถึงแท็บปัจจุบันเพื่อสแกนรหัส QR"
+ },
+ "permission_storage": {
+ "message": "เข้าถึงที่เก็บข้อมูลของเบราว์เซอร์เพื่อเก็บข้อมูลบัญชี"
+ },
+ "permission_identity": {
+ "message": "อนุญาตให้ลงชื่อเข้าใช้บริการพื้นที่เก็บข้อมูลของบุคคลที่สาม"
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "ให้สิทธิ์การเข้าถึงแบบเขียนอย่างเดียวในคลิปบอร์ดเพื่อคัดลอกรหัสไปยังคลิปบอร์ดเมื่อคุณคลิกที่บัญชี"
+ },
+ "permission_context_menus": {
+ "message": "เพิ่ม Authenticator ให้กับเมนูบริบท"
+ },
+ "permission_sync_clock": {
+ "message": "อนุญาตให้ซิงค์นาฬิกากับ Google"
+ },
+ "permission_dropbox": {
+ "message": "อนุญาตให้สำรองข้อมูลไปยัง Dropbox"
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "คุณต้องปิดใช้งานการสำรองข้อมูล Dropbox ก่อน"
+ },
+ "permission_drive": {
+ "message": "อนุญาตให้สำรองข้อมูลไปยัง Google Drive"
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "คุณต้องปิดใช้งานการสำรองข้อมูล Google ไดรฟ์ก่อน"
+ },
+ "permission_onedrive": {
+ "message": "อนุญาตให้สำรองข้อมูลไปยัง OneDrive"
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "คุณต้องปิดใช้งานการสำรองข้อมูล OneDrive ก่อน"
+ },
+ "permission_unknown_permission": {
+ "message": "ไม่ทราบการอนุญาต หากเห็นข้อความนี้ โปรดส่งรายงานข้อบกพร่อง"
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/tr/messages.json b/_locales/tr/messages.json
index 32d223457..2735c5238 100644
--- a/_locales/tr/messages.json
+++ b/_locales/tr/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Kimlik Doğrulayıcı",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Kimlik Doğrulayıcı",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Kimlik Doğrulayıcı, tarayıcınızda iki faktörlü kimlik doğrulama kodları oluşturur.",
- "description": "Extension Description."
- },
- "added": {
- "message": " eklendi.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Tanınmayan karekod.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Geçersiz hesap anahtarı",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Hesap ekle",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Karekodunu tara",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Elle Kayıt",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "İçe aktarma başarısız oldu. Eğer Google Authenticator'dan veri aktarıyorsanız lütfen verilerinizi Google Authenticator'dan yeniden dışa aktarın ve tekrar deneyin.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Bazı hesap verileri başarıyla içe aktarılamadı.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Kapat",
- "description": "Close."
- },
- "ok": {
- "message": "Tamam",
- "description": "OK."
- },
- "yes": {
- "message": "Evet",
- "description": "Yes."
- },
- "no": {
- "message": "Hayır",
- "description": "No."
- },
- "account": {
- "message": "Hesap",
- "description": "Account."
- },
- "accountName": {
- "message": "Kullanıcı Adı",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Yayınlayan Kuruluş",
- "description": "Issuer."
- },
- "secret": {
- "message": "Gizli Anahtar",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Başarılı.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Başarısız.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Hakkında",
- "description": "About."
- },
- "settings": {
- "message": "Ayarlar",
- "description": "Settings."
- },
- "security": {
- "message": "Güvenlik",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Mevcut Parola",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Yeni Parola",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Parola",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Parolayı doğrula",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Bu hesabı silmek istediğinize emin misiniz? Bu işlem geri alınamaz.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Tüm verilerimin kurtarılamaz bir şekilde silineceğini onaylıyorum.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Kimlik Doğrulayıcıyı Sıfırla"
- },
- "delete_all_warning": {
- "message": "Bu işlem tüm verilerinizi silecek ve Kimlik Doğrulayıcıyı tamamen sıfırlayacaktır. Silinen verileri kurtaramazsınız. Kimlik Doğrulayıcıyı sıfırlamadan önce bir yedekleme kaydetmeyi düşünün."
- },
- "security_warning": {
- "message": "Bu parola hesaplarınızı şifrelemek için kullanılacaktır. Parolayı unutursanız kimse size yardım edemez.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Güncelle",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Tüm hesapların şifrelemesi çözülene kadar yeni bir hesap ekleyemezsiniz. Devam etmeden önce lütfen doğru parolayı girin.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Şifrelemesi çözülemeyen hesaplar bu yedeklemeye dahil edilmeyecektir.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Parola uyuşmuyor.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Şifrele",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Kopyalandı",
- "description": "Copied."
- },
- "feedback": {
- "message": "Geri bildirim",
- "description": "Feedback."
- },
- "translate": {
- "message": "Tercüme et",
- "description": "Translate."
- },
- "source": {
- "message": "Kaynak Kodu",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Verilerin şifrelemesini çözmek için parolanızı girin.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Saati Google ile eşitle",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Parolayı Hatırla",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Dikkat! Yerel saatiniz farklı, lütfen devam etmeden önce düzeltin.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Hesaplarınız için bir yedeğiniz var mı? Çok geç olana kadar beklemeyin!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Yakalama başarısız oldu, lütfen sayfayı yeniden yükleyin ve tekrar deneyin.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Karekodu yerel bir dosyadan mı taramaya çalışıyorsunuz? Bunun yerine Karekod yedeklemeden içe aktar seçeneğini kullanın.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Zamana Dayalı",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Sayaca Dayalı",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Tercihler",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Genişlet",
- "description": "Scale"
- },
- "export_info": {
- "message": "Uyarı: Yedeklemeler şifrelenmemiş. Farklı bir uygulamaya hesap eklemek ister misiniz? Herhangi bir hesabın sağ üst kısmında bulunan gizli simgeye tıklayın.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Yedekleme Dosyasını İndir",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Yedeklemeyi İçe Aktar",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Yedekleme dosyasını içe aktar",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Karekod yedeklemeden içe aktar",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Metin yedeklemeden içe aktar",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "İçe aktarma başarılı ancak bazı karekodlar tanınamıyor.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Yedeği toplu olarak içe aktarmak için birden fazla dosya seçebilirsiniz.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Tüm girdileri göster",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Uyarı: yedeklemeler şifrelenmemiş. Kullanım kendi sorumluluğunuzdadır.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Yedeklemeyi içe aktarmak için parolanızı girin.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Parolanız yerel olarak depolanır, lütfen güvenlik menüsünden hemen değiştirin.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Kaldır",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Şifrelenmiş Yedeklemeyi İndir",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Ara",
- "description": "Search"
- },
- "popout": {
- "message": "Pencere modu",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Kilitle",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Düzenle",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Elle Yedekle",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Otomatik Doldurmayı Kullanın",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Yüksek Kontrast Kullan",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Tema",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Açık",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Karanlık",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Sade",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Yoğun",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Yüksek Kontrast",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Verilerinizi otomatik olarak 3. taraf depolama servislerine yedekleyin.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Tarayıcı Eşitlemesi",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Oturum aç",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Oturum aç (Kurumsal)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Kurumsal hesaplar neden daha fazla izin gerektirir?"
- },
- "log_out": {
- "message": "Oturumu kapat",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "$SERVICE$ hesabınıza bağlanırken bir sorun oluştu, lütfen tekrar oturum açın.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Bir veya daha fazla Steam veya Blizzard hesabınız var. Şifrelenmemiş yedeklemeler standart yedekleme formatını kullanmayacaktır.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Farklı uygulamalardan da yedekleri içe aktarabilirsiniz.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Daha fazla bilgi edinin",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Yükleniyor..."
- },
- "autolock": {
- "message": "Sonrasında kilitle"
- },
- "minutes": {
- "message": "dakika"
- },
- "advanced": {
- "message": "Gelişmiş"
- },
- "period": {
- "message": "Süre"
- },
- "type": {
- "message": "Tür"
- },
- "invalid": {
- "message": "Geçersiz"
- },
- "digits": {
- "message": "Basamak"
- },
- "algorithm": {
- "message": "Algoritma"
- },
- "smart_filter": {
- "message": "Akıllı Filtre"
- },
- "backup": {
- "message": "Yedekleme"
- },
- "backup_file_info": {
- "message": "Verilerinizi bir dosyaya yedekleyin."
- },
- "password_policy_default_hint": {
- "message": "Parolanız kuruluşunuzun güvenlik gereksinimlerini karşılamıyor. Daha fazla bilgi için yöneticinize başvurun."
- },
- "advisor": {
- "message": "Rehber"
- },
- "advisor_insight_password_not_set": {
- "message": "Verilerinizi korumak için bir parola oluşturun."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Verilerinizi korumak için otomatik kilitlemeyi etkinleştirin."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Tarayıcı eşitlemesi kapalı. Etkinleştirerek hesapların tarayıcılar arasında eşitlenmesini sağlayabilirsiniz."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Kodları web sitelerine otomatik olarak doldurmak için otomatik doldurma etkinleştirilebilir."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Akıllı filtreyi etkinleştirmek hesaplara hızlı erişim sağlar."
- },
- "show_all_insights": {
- "message": "Tüm önerileri göster."
- },
- "no_insight_available": {
- "message": "Öneri bulunmuyor. Her şey yolunda gözüküyor."
- },
- "danger": {
- "message": "Tehlike"
- },
- "warning": {
- "message": "Uyarı"
- },
- "info": {
- "message": "Bilgi"
- },
- "dismiss": {
- "message": "Reddet"
- },
- "learn_more": {
- "message": "Daha fazla bilgi edinin"
- },
- "enable_context_menu": {
- "message": "İçerik menüsüne ekle"
- },
- "no_entires": {
- "message": "Görüntülenecek hesap yok. İlk hesabınızı şimdi ekleyin."
- },
- "permissions": {
- "message": "Yetkiler"
- },
- "permission_revoke": {
- "message": "İptal et"
- },
- "permission_show_required_permissions": {
- "message": "Geri alınamayan izinleri göster"
- },
- "permission_required": {
- "message": "Bu gerekli bir yetkidir ve iptal edilemez."
- },
- "permission_active_tab": {
- "message": "QR kodlarını taramak için geçerli sekmeye geçin."
- },
- "permission_storage": {
- "message": "Hesap verilerini depolamak için tarayıcı depolama alanına erişim."
- },
- "permission_identity": {
- "message": "Üçüncü taraf depolama hizmetlerinde oturum açmaya izin verir."
- },
- "permission_clipboard_write": {
- "message": "Hesaba tıkladığınızda kodları panoya kopyalama ve yazma erişimi verir."
- },
- "permission_context_menus": {
- "message": "İçerik menüsüne Kimlik Doğrulayıcıyı ekler."
- },
- "permission_sync_clock": {
- "message": "Google ile saat eşitlemesine izin verir."
- },
- "permission_dropbox": {
- "message": "Dropbox'a yedeklemeye izin verir."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Önce Dropbox yedeklemeyi devre dışı bırakmalısınız."
- },
- "permission_drive": {
- "message": "Google Drive'a yedeklemeye izin verir."
- },
- "permission_drive_cannot_revoke": {
- "message": "Önce Google Drive yedeklemesini devre dışı bırakmalısınız."
- },
- "permission_onedrive": {
- "message": "OneDrive'a yedeklemeye izin verir."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Önce OneDrive yedeklemesini devre dışı bırakmalısınız."
- },
- "permission_unknown_permission": {
- "message": "Bilinmeyen yetki. Bu mesajı görürseniz bir hata raporu gönderin."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Kimlik Doğrulayıcı",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Kimlik Doğrulayıcı",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Kimlik Doğrulayıcı, tarayıcınızda iki faktörlü kimlik doğrulama kodları oluşturur.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " eklendi.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Tanınmayan karekod.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Geçersiz hesap anahtarı",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Hesap ekle",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Karekodunu tara",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Elle kayıt",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "İçe aktarma başarısız oldu. Eğer Google Authenticator'dan veri aktarıyorsanız lütfen verilerinizi Google Authenticator'dan yeniden dışa aktarın ve tekrar deneyin.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Bazı hesap verileri başarıyla içe aktarılamadı.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Kapat",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Tamam",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Evet",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Hayır",
+ "description": "No."
+ },
+ "account": {
+ "message": "Hesap",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Kullanıcı adı",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Uygulama adı",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Gizli anahtar",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Başarılı.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Başarısız.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Hakkında",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Ayarlar",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Güvenlik",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Mevcut parola",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Yeni parola",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Parola",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Parolayı doğrula",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Bu hesabı silmek istediğinize emin misiniz? Bu işlem geri alınamaz.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Tüm verilerimin geri getirilemeyecek şekilde silineceğini anlıyorum.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Kimlik Doğrulayıcıyı sıfırla"
+ },
+ "delete_all_warning": {
+ "message": "Bu işlem tüm verilerinizi silecek ve Kimlik Doğrulayıcıyı tamamen sıfırlayacaktır. Silinen verileri kurtaramazsınız. Kimlik Doğrulayıcıyı sıfırlamadan önce bir yedekleme kaydedin."
+ },
+ "security_warning": {
+ "message": "Bu parola hesaplarınızı şifrelemek için kullanılacaktır. Parolayı unutursanız kimse size yardım edemez.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Güncelle",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Tüm hesapların şifrelemesi çözülene kadar yeni bir hesap ekleyemezsiniz. Devam etmeden önce lütfen doğru parolayı girin.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Şifrelemesi çözülemeyen hesaplar bu yedeklemeye dahil edilmeyecektir.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Parola uyuşmuyor.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Şifrelendi",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Kopyalandı",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Geri bildirim",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Tercüme et",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Kaynak kodu",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Hesap verilerinin şifrelemesini çözmek için parolanızı girin.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Saati Google ile eşitle",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Parolayı hatırla",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Dikkat! Yerel saatiniz yanlış, lütfen devam etmeden önce düzeltin.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Hesaplarınız için bir yedeğiniz var mı? Çok geç olana kadar beklemeyin!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Yakalama başarısız oldu, lütfen sayfayı yeniden yükleyin ve tekrar deneyin.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Karekodu yerel bir dosyadan mı taramaya çalışıyorsunuz? Bunun yerine görsel karekod yedeğini içe aktar seçeneğini kullanın.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Zamana dayalı",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Sayaca dayalı",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Tercihler",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Boyut",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Uyarı: Tüm yedeklemeler şifrelenmemiştir. Başka bir uygulamaya hesap eklemek ister misiniz? Herhangi bir hesabın sağ üst kısmındaki gizli karekod simgesine tıklayın.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Yedekleme dosyasını indir",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Yedeklemeyi içe aktar",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Yedekleme dosyasını içe aktar",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Görsel karekod yedeğini içe aktar",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Karekod görsellerini içe aktar",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Metin yedeklemeden içe aktar",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "OTP URL'lerini içe aktar",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "İçe aktarma başarılı ancak bazı karekodlar tanınamadı.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Yedeklemeyi toplu olarak içe aktarmak için birden fazla dosya seçebilirsiniz.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Tüm öğeleri göster",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Uyarı: yedeklemeler şifrelenmemiş. Kullanım kendi sorumluluğunuzdadır.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Yedekleri içe aktarmak için doğru parolayı sağlamalısınız.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Parolanız yerel olarak depolanır, lütfen güvenlik menüsünden hemen değiştirin.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Kaldır",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Şifrelenmiş yedeklemeyi indir",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Ara",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Açılır pencere modu",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Kilitle",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Düzenle",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Elle yedekle",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Otomatik doldurmayı kullanın",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Yüksek kontrast kullan",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Tema",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Açık",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Karanlık",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Düz",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Yoğun",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Yüksek kontrast",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Mat",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Verilerinizi otomatik olarak 3. taraf depolama servislerine yedekleyin.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Tarayıcı eşitlemesi",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Oturum aç",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Oturum aç (Kurumsal)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Kurumsal hesaplar neden daha fazla izin gerektirir?"
+ },
+ "log_out": {
+ "message": "Oturumu kapat",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "$SERVICE$ hesabınıza bağlanırken bir sorun oluştu, lütfen tekrar oturum açın.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Bir veya daha fazla Steam veya Blizzard hesabınız var. Şifrelenmemiş yedeklemeler standart yedekleme formatını kullanmayacaktır.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Başka uygulamalardan da yedekleri içe aktarabilirsiniz.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Daha fazla bilgi edinin",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Yükleniyor..."
+ },
+ "autolock": {
+ "message": "Sonrasında kilitle"
+ },
+ "minutes": {
+ "message": "dakika"
+ },
+ "advanced": {
+ "message": "Gelişmiş"
+ },
+ "period": {
+ "message": "Süre"
+ },
+ "type": {
+ "message": "Tür"
+ },
+ "invalid": {
+ "message": "Geçersiz"
+ },
+ "digits": {
+ "message": "Basamak"
+ },
+ "algorithm": {
+ "message": "Algoritma"
+ },
+ "smart_filter": {
+ "message": "Akıllı filtre"
+ },
+ "backup": {
+ "message": "Yedekle"
+ },
+ "backup_file_info": {
+ "message": "Verilerinizi bir dosyaya yedekleyin."
+ },
+ "password_policy_default_hint": {
+ "message": "Parolanız kuruluşunuzun güvenlik gereksinimlerini karşılamıyor. Daha fazla bilgi için yöneticinize başvurun."
+ },
+ "advisor": {
+ "message": "Rehber"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Verilerinizi korumak için bir parola oluşturun."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Verilerinizi korumak için otomatik kilitlemeyi etkinleştirin."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Tarayıcı eşitlemesi kapalı. Etkinleştirmek, hesapların tarayıcılar arasında eşitlenmesini sağlar."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Otomatik doldurma, kodları web sitelerine otomatik olarak doldurmak için etkinleştirilebilir."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Akıllı filtreyi etkinleştirmek hesaplara hızlı erişim sağlar."
+ },
+ "show_all_insights": {
+ "message": "Tüm önerileri göster."
+ },
+ "no_insight_available": {
+ "message": "Öneri bulunmuyor. Her şey yolunda gözüküyor."
+ },
+ "danger": {
+ "message": "Tehlike"
+ },
+ "warning": {
+ "message": "Uyarı"
+ },
+ "info": {
+ "message": "Bilgi"
+ },
+ "dismiss": {
+ "message": "Reddet"
+ },
+ "learn_more": {
+ "message": "Daha fazla bilgi edinin"
+ },
+ "enable_context_menu": {
+ "message": "İçerik menüsüne ekle"
+ },
+ "no_entires": {
+ "message": "Görüntülenecek hesap yok. İlk hesabınızı şimdi ekleyin."
+ },
+ "permissions": {
+ "message": "Yetkiler"
+ },
+ "permission_revoke": {
+ "message": "İptal et"
+ },
+ "permission_show_required_permissions": {
+ "message": "Geri alınamayan yekileri göster"
+ },
+ "permission_required": {
+ "message": "Bu gerekli bir yetkidir ve iptal edilemez."
+ },
+ "permission_active_tab": {
+ "message": "Karekodlarını taramak için geçerli sekmeye erişim."
+ },
+ "permission_storage": {
+ "message": "Hesap verilerini saklamak için tarayıcı depolama alanına erişim."
+ },
+ "permission_identity": {
+ "message": "Üçüncü taraf depolama hizmetlerinde oturum açmaya izin verir."
+ },
+ "permission_alarms": {
+ "message": "Otomatik kilitlemenin çalışmasını sağlar."
+ },
+ "permission_scripting": {
+ "message": "Karekodları taramak ve otomatik doldurmanın çalışmasını sağlamak için geçerli sekmeye komut dosyaları yerleştirin."
+ },
+ "permission_clipboard_write": {
+ "message": "Hesaba tıkladığınızda kodları panoya kopyalamak için panoya yalnızca yazma erişimi verir."
+ },
+ "permission_context_menus": {
+ "message": "İçerik menüsüne Kimlik Doğrulayıcıyı ekler."
+ },
+ "permission_sync_clock": {
+ "message": "Google ile saat eşitlemesine izin verir."
+ },
+ "permission_dropbox": {
+ "message": "Dropbox'a yedeklemeye izin verir."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Önce Dropbox yedeklemesini devre dışı bırakmalısınız."
+ },
+ "permission_drive": {
+ "message": "Google Drive'a yedeklemeye izin verir."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Önce Google Drive yedeklemesini devre dışı bırakmalısınız."
+ },
+ "permission_onedrive": {
+ "message": "OneDrive'a yedeklemeye izin verir."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Önce OneDrive yedeklemesini devre dışı bırakmalısınız."
+ },
+ "permission_unknown_permission": {
+ "message": "Bilinmeyen yetki. Bu mesajı görürseniz bir hata raporu gönderin."
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/uk/messages.json b/_locales/uk/messages.json
index 5eff9cb41..76c3972c1 100644
--- a/_locales/uk/messages.json
+++ b/_locales/uk/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Автентифікатор генерує коди двофакторної аутентифікації у вашому браузері.",
- "description": "Extension Description."
- },
- "added": {
- "message": " був доданий.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Нерозпізнаний QR-код.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Неприпустимий ідентифікатор аккаунта",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Додати обліковий запис",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Сканувати QR-код",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Ручне введення",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Не вдалося виконати імпорт. Якщо ви переносите дані з Google Authenticator, будь ласка, повторно експортуйте свої дані з Google Authenticator і спробуйте знову.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Частина данних облікового запису не була імпортована.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Закрити",
- "description": "Close."
- },
- "ok": {
- "message": "ОК",
- "description": "OK."
- },
- "yes": {
- "message": "Так",
- "description": "Yes."
- },
- "no": {
- "message": "Ні",
- "description": "No."
- },
- "account": {
- "message": "Обліковий запис",
- "description": "Account."
- },
- "accountName": {
- "message": "Ім'я користувача",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Видавець",
- "description": "Issuer."
- },
- "secret": {
- "message": "Ключ",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Успішно.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Невдача.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Про додаток",
- "description": "About."
- },
- "settings": {
- "message": "Налаштування",
- "description": "Settings."
- },
- "security": {
- "message": "Безпека",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Поточний пароль",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Новий пароль",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Пароль",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Підтвердити пароль",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Ви впевнені, що хочете видалити цей обліковий запис? Цю дію не можливо буде скасувати.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Я розумію, що всі мої дані буде невиправно видалено.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Скинути автентифікатор"
- },
- "delete_all_warning": {
- "message": "Це призведе до видалення всіх Ваших даних і повного скидання автентифікатора. Ви не зможете відновити втрачені дані! Вам слід розглянути можливість збереження резервної копії перед скиданням автентифікатора."
- },
- "security_warning": {
- "message": "Цей пароль буде використовуватися для шифрування ваших облікових записів. Ніхто не зможе допомогти вам, якщо ви забудете пароль.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Оновити",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "Ви не можете додати новий обліковий запис, поки всі облікові записи не будуть розшифровані. Будь ласка, введіть правильний пароль перед продовженням.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Облікові записи, які не змогли розшифруватися, не будуть включені до цієї резервної копії.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Пароль не підходить.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Зашифровано",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Скопійовано",
- "description": "Copied."
- },
- "feedback": {
- "message": "Відгук",
- "description": "Feedback."
- },
- "translate": {
- "message": "Переклад",
- "description": "Translate."
- },
- "source": {
- "message": "Вихідний код",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Введіть пароль для розшифровки даних облікового запису.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Синхронізувати годинник з Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Запам'ятати пароль",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Увага! Ваш місцевий годинник налаштовано неправильно. Будь ласка, виправте його, перш ніж продовжити.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "У вас є резервні копії ваших облікових записів? Зробіть зараз. Не чекайте, доки це буде занадто пізно!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Помилка захоплення, будь ласка, оновіть сторінку та спробуйте знову.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "На підставі часу",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "На підставі лічильника",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Налаштування",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Масштаб",
- "description": "Scale"
- },
- "export_info": {
- "message": "Попередження: усі резервні копії не зашифровані. Хочете додати акаунт в інший додаток? Наведіть курсор на праву частину будь-якого облікового запису і натисніть приховану кнопку.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Завантажити резервну копію",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Імпортувати резервну копію",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Імпортувати файл резервної копії",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Імпортувати резервну копію QR-зображення",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Імпорт та резервні копії з тексту",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Імпорт завершено, але деякі QR-коди не вдалося розпізнати.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Ви можете вибрати декілька файлів для імпорту резервних копій групами.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Показати всі записи",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Попередження: резервні копії не зашифровані. Використовуйте на свій страх і ризик.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Ви повинні вказати правильний пароль для імпорту резервних копій.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Ваш пароль зберігається локально, будь ласка, негайно змініть його в меню безпеки.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Видалити свій пароль",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Завантажити захищену паролем резервну копію",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Пошук",
- "description": "Search"
- },
- "popout": {
- "message": "Спливаючий режим",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Заблокувати",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Редагувати",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Ручне резервне копіювання",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Використовувати автозаповнення",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Використовувати високу контрастність",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Тема",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Світла",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Темна",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Проста",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Компактне",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Висока контрастність",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Автоматично створювати резервні копії Ваших даних у сторонніх сервісах-сховищах.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Browser Sync",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Увійти",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Увійти (Бізнес)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Чому бізнес-акаунти потребують більше дозволів?"
- },
- "log_out": {
- "message": "Вийти",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Виникла проблема з підключенням до вашого облікового запису $SERVICE$, будь ласка, увійдіть знову.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "У вас є один або кілька облікових записів Steam або Blizzard. Незашифровані резервні копії не будуть використовувати стандартизований формат.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Ви можете імпортувати резервні копії з деяких інших програм.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Детальніше",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Завантаження..."
- },
- "autolock": {
- "message": "Блокувати після"
- },
- "minutes": {
- "message": "хвилин"
- },
- "advanced": {
- "message": "Додатково"
- },
- "period": {
- "message": "Період"
- },
- "type": {
- "message": "Тип"
- },
- "invalid": {
- "message": "Невірний"
- },
- "digits": {
- "message": "Цифри"
- },
- "algorithm": {
- "message": "Алгоритм"
- },
- "smart_filter": {
- "message": "Розумний фільтр"
- },
- "backup": {
- "message": "Backup"
- },
- "backup_file_info": {
- "message": "Backup your data to a file."
- },
- "password_policy_default_hint": {
- "message": "Ваш пароль не відповідає вимогам безпеки вашої організації. Для отримання додаткової інформації зверніться до адміністратора."
- },
- "advisor": {
- "message": "Порадник"
- },
- "advisor_insight_password_not_set": {
- "message": "Встановіть пароль для захисту ваших даних."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Увімкніть автоблокування для захисту ваших даних."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Синхронізацію браузера вимкнено. Увімкнення дозволяє синхронізувати облікові записи між браузерами."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Увімкнути автозаповнення для автоматичного заповнення кодів на веб-сайтах."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Увімкнення розумного фільтра дозволяє отримати швидкий доступ до облікових записів."
- },
- "show_all_insights": {
- "message": "Показати всі деталі."
- },
- "no_insight_available": {
- "message": "Не знайдено жодних відомостей, все виглядає добре!"
- },
- "danger": {
- "message": "Загроза"
- },
- "warning": {
- "message": "Попередження"
- },
- "info": {
- "message": "Інформація"
- },
- "dismiss": {
- "message": "Відхилити"
- },
- "learn_more": {
- "message": "Дізнатись більше"
- },
- "enable_context_menu": {
- "message": "Додати до контекстного меню"
- },
- "no_entires": {
- "message": "Немає аккаунтів, щоб їх показати. Додайте свій перший аккаунт зараз."
- },
- "permissions": {
- "message": "Дозволи"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Показати дозволи, які не можна відкликати"
- },
- "permission_required": {
- "message": "Це є обов'язковим дозволом і не може бути відкликано."
- },
- "permission_active_tab": {
- "message": "Доступ до поточної вкладки для сканування QR-кодів."
- },
- "permission_storage": {
- "message": "Доступ до сховища браузера для зберігання даних облікового запису."
- },
- "permission_identity": {
- "message": "Дозволяє вхід до сервісів сторонніх сховищ."
- },
- "permission_clipboard_write": {
- "message": "Надає доступ лише до запису до буфера обміну для копіювання кодів в буфер обміну, коли ви клацаєте на нього в обліковому записі."
- },
- "permission_context_menus": {
- "message": "Додає автентифікатор до контекстного меню."
- },
- "permission_sync_clock": {
- "message": "Дозволяє синхронізувати годинник з Google."
- },
- "permission_dropbox": {
- "message": "Дозволяє створювати резервні копії на Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "Спочатку необхідно вимкнути резервне копіювання Dropbox."
- },
- "permission_drive": {
- "message": "Дозволяє створювати резервні копії на Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "Спочатку необхідно вимкнути резервне копіювання Google Drive."
- },
- "permission_onedrive": {
- "message": "Дозволяє створювати резервні копії на OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "Спочатку необхідно вимкнути резервне копіювання OneDrive."
- },
- "permission_unknown_permission": {
- "message": "Невідомий дозвіл. Якщо ви бачите це повідомлення, будь ласка, надішліть повідомлення про помилку."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Автентифікатор генерує коди двофакторної аутентифікації у вашому браузері.",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " був доданий.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Нерозпізнаний QR-код.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Неприпустимий ідентифікатор аккаунта",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Додати обліковий запис",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Сканувати QR-код",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Ручне введення",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Не вдалося виконати імпорт. Якщо ви переносите дані з Google Authenticator, будь ласка, повторно експортуйте свої дані з Google Authenticator і спробуйте знову.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Частина данних облікового запису не була імпортована.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Закрити",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "ОК",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Так",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Ні",
+ "description": "No."
+ },
+ "account": {
+ "message": "Konto",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Ім'я користувача",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Видавець",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Ключ",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Success.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Невдача.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Про додаток",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Налаштування",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Безпека",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Поточний пароль",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Новий пароль",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Пароль",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Підтвердити пароль",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Ви впевнені, що хочете видалити цей обліковий запис? Цю дію не можливо буде скасувати.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Я розумію, що всі мої дані буде невиправно видалено.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Скинути автентифікатор"
+ },
+ "delete_all_warning": {
+ "message": "Це призведе до видалення всіх Ваших даних і повного скидання автентифікатора. Ви не зможете відновити втрачені дані! Вам слід розглянути можливість збереження резервної копії перед скиданням автентифікатора."
+ },
+ "security_warning": {
+ "message": "Цей пароль буде використовуватися для шифрування ваших облікових записів. Ніхто не зможе допомогти вам, якщо ви забудете пароль.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Оновити",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "Ви не можете додати новий обліковий запис, поки всі облікові записи не будуть розшифровані. Будь ласка, введіть правильний пароль перед продовженням.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Облікові записи, які не змогли розшифруватися, не будуть включені до цієї резервної копії.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Пароль не підходить.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Зашифровано",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Скопійовано",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Відгук",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Переклад",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Вихідний код",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Введіть пароль для розшифровки даних облікового запису.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Синхронізувати годинник з Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Запам'ятати пароль",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Увага! Ваш місцевий годинник налаштовано неправильно. Будь ласка, виправте його, перш ніж продовжити.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "У вас є резервні копії ваших облікових записів? Зробіть зараз. Не чекайте, доки це буде занадто пізно!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Помилка захоплення, будь ласка, оновіть сторінку та спробуйте знову.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Are you trying to scan QR code from a local file? Use Import QR Image Backup instead.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "На підставі часу",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "На підставі лічильника",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Налаштування",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Масштаб",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Попередження: усі резервні копії не зашифровані. Хочете додати акаунт в інший додаток? Наведіть курсор на праву частину будь-якого облікового запису і натисніть приховану кнопку.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Завантажити резервну копію",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Імпортувати резервну копію",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Імпортувати файл резервної копії",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Імпортувати резервну копію QR-зображення",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Імпорт QR-зображень",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Імпорт та резервні копії з тексту",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Імпорт URL-адрес OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Імпорт завершено, але деякі QR-коди не вдалося розпізнати.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Ви можете вибрати декілька файлів для імпорту резервних копій групами.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Показати всі записи",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Попередження: резервні копії не зашифровані. Використовуйте на свій страх і ризик.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Ви повинні вказати правильний пароль для імпорту резервних копій.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Ваш пароль зберігається локально, будь ласка, негайно змініть його в меню безпеки.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Видалити свій пароль",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Завантажити захищену паролем резервну копію",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Пошук",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Спливаючий режим",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Заблокувати",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Редагувати",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Ручне резервне копіювання",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Використовувати автозаповнення",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Використовувати високу контрастність",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Тема",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Світла",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Темна",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Проста",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Компактне",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Висока контрастність",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Фіат",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Автоматично створювати резервні копії Ваших даних у сторонніх сервісах-сховищах.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Browser Sync",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Увійти",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Увійти (Бізнес)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Чому бізнес-акаунти потребують більше дозволів?"
+ },
+ "log_out": {
+ "message": "Вийти",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Виникла проблема з підключенням до вашого облікового запису $SERVICE$, будь ласка, увійдіть знову.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "У вас є один або кілька облікових записів Steam або Blizzard. Незашифровані резервні копії не будуть використовувати стандартизований формат.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Ви можете імпортувати резервні копії з деяких інших програм.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Детальніше",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Завантаження..."
+ },
+ "autolock": {
+ "message": "Блокувати після"
+ },
+ "minutes": {
+ "message": "хвилин"
+ },
+ "advanced": {
+ "message": "Додатково"
+ },
+ "period": {
+ "message": "Період"
+ },
+ "type": {
+ "message": "Тип"
+ },
+ "invalid": {
+ "message": "Невірний"
+ },
+ "digits": {
+ "message": "Цифри"
+ },
+ "algorithm": {
+ "message": "Алгоритм"
+ },
+ "smart_filter": {
+ "message": "Розумний фільтр"
+ },
+ "backup": {
+ "message": "Backup"
+ },
+ "backup_file_info": {
+ "message": "Backup your data to a file."
+ },
+ "password_policy_default_hint": {
+ "message": "Ваш пароль не відповідає вимогам безпеки вашої організації. Для отримання додаткової інформації зверніться до адміністратора."
+ },
+ "advisor": {
+ "message": "Порадник"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Встановіть пароль для захисту ваших даних."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Увімкніть автоблокування для захисту ваших даних."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Синхронізацію браузера вимкнено. Увімкнення дозволяє синхронізувати облікові записи між браузерами."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Увімкнути автозаповнення для автоматичного заповнення кодів на веб-сайтах."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Увімкнення розумного фільтра дозволяє отримати швидкий доступ до облікових записів."
+ },
+ "show_all_insights": {
+ "message": "Показати всі деталі."
+ },
+ "no_insight_available": {
+ "message": "Не знайдено жодних відомостей, все виглядає добре!"
+ },
+ "danger": {
+ "message": "Загроза"
+ },
+ "warning": {
+ "message": "Попередження"
+ },
+ "info": {
+ "message": "Інформація"
+ },
+ "dismiss": {
+ "message": "Відхилити"
+ },
+ "learn_more": {
+ "message": "Дізнатись більше"
+ },
+ "enable_context_menu": {
+ "message": "Додати до контекстного меню"
+ },
+ "no_entires": {
+ "message": "Немає аккаунтів, щоб їх показати. Додайте свій перший аккаунт зараз."
+ },
+ "permissions": {
+ "message": "Дозволи"
+ },
+ "permission_revoke": {
+ "message": "Revoke"
+ },
+ "permission_show_required_permissions": {
+ "message": "Показати дозволи, які не можна відкликати"
+ },
+ "permission_required": {
+ "message": "Це є обов'язковим дозволом і не може бути відкликано."
+ },
+ "permission_active_tab": {
+ "message": "Доступ до поточної вкладки для сканування QR-кодів."
+ },
+ "permission_storage": {
+ "message": "Доступ до сховища браузера для зберігання даних облікового запису."
+ },
+ "permission_identity": {
+ "message": "Дозволяє вхід до сервісів сторонніх сховищ."
+ },
+ "permission_alarms": {
+ "message": "Дозволяє роботу автоматичного блокування."
+ },
+ "permission_scripting": {
+ "message": "Вставте сценарії в поточну вкладку, щоб сканувати QR-коди та дозволити роботу автозаповнення."
+ },
+ "permission_clipboard_write": {
+ "message": "Надає доступ лише до запису до буфера обміну для копіювання кодів в буфер обміну, коли ви клацаєте на нього в обліковому записі."
+ },
+ "permission_context_menus": {
+ "message": "Додає автентифікатор до контекстного меню."
+ },
+ "permission_sync_clock": {
+ "message": "Дозволяє синхронізувати годинник з Google."
+ },
+ "permission_dropbox": {
+ "message": "Дозволяє створювати резервні копії на Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "Спочатку необхідно вимкнути резервне копіювання Dropbox."
+ },
+ "permission_drive": {
+ "message": "Дозволяє створювати резервні копії на Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "Спочатку необхідно вимкнути резервне копіювання Google Drive."
+ },
+ "permission_onedrive": {
+ "message": "Дозволяє створювати резервні копії на OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "Спочатку необхідно вимкнути резервне копіювання OneDrive."
+ },
+ "permission_unknown_permission": {
+ "message": "Невідомий дозвіл. Якщо ви бачите це повідомлення, будь ласка, надішліть повідомлення про помилку."
+ },
+ "phrase_wrong": {
+ "message": "Пароль не правильний"
+ },
+ "activate_auto_filter": {
+ "message": "Попередження: Розумний фільтр неточно співставляє доменне ім’я з акаунтом. Завжди перевіряйте, що ви перебуваєте на правильному вебсайті, перш ніж вводити код!"
+ }
+}
diff --git a/_locales/vi/messages.json b/_locales/vi/messages.json
index c2668f2f2..e35f6e85f 100644
--- a/_locales/vi/messages.json
+++ b/_locales/vi/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator tạo ra mã xác thực 2 yếu tố ngay trong trình duyệt của bạn.",
- "description": "Extension Description."
- },
- "added": {
- "message": " đã được thêm.",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "Không nhận ra mã QR.",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "Dữ liệu tài khoản không hợp lệ",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "Bohiendq",
- "description": "Add account."
- },
- "add_qr": {
- "message": "Quét mã QR",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "Nhập thủ công",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "Nhập vào thất bại. Nếu bạn đang kết hợp từ Google Authenticator, hãy thử nhập vào dữ liệu của bạn từ Google Authenticator và thử lại.",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "Một vài dữ liệu tài khoản không nhập vào thành công.",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "Đóng",
- "description": "Close."
- },
- "ok": {
- "message": "Xác nhận",
- "description": "OK."
- },
- "yes": {
- "message": "Đồng ý",
- "description": "Yes."
- },
- "no": {
- "message": "Không",
- "description": "No."
- },
- "account": {
- "message": "Tài khoản",
- "description": "Account."
- },
- "accountName": {
- "message": "Tên đăng nhập",
- "description": "Account Name."
- },
- "issuer": {
- "message": "Nhà phát hành",
- "description": "Issuer."
- },
- "secret": {
- "message": "Mã bí mật",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "Thành công.",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "Thất bại.",
- "description": "Update Failure."
- },
- "about": {
- "message": "Về chúng tôi",
- "description": "About."
- },
- "settings": {
- "message": "Cài đặt",
- "description": "Settings."
- },
- "security": {
- "message": "Bảo mật",
- "description": "Security."
- },
- "current_phrase": {
- "message": "Mật khẩu hiện tại",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "Mật khẩu mới",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "Mật khẩu",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "Xác nhận mật khẩu",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "Bạn có chắc sẽ xóa tài khoản này? Yêu cầu này không thể hoàn tác.",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "Tôi hiểu rằng toàn bộ dữ liệu của tôi sẽ bị xóa và không thể khôi phục.",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "Thiết lập lại Authenticator"
- },
- "delete_all_warning": {
- "message": "Hành động này sẽ xóa toàn bộ dữ liệu của bạn và thiết lập Authenticator về trạng thái ban đầu. Bạn sẽ không thể khôi phục dữ liệu đã xóa. Bạn nên cân nhắc việc sao lưu lại dữ liệu trước khi đặt lại Authenticator."
- },
- "security_warning": {
- "message": "Mật khẩu này sẽ được sử dụng để mã hóa tài khoản của bạn. Không ai có thể giúp bạn nếu bạn quên mật khẩu.",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "Cập nhật",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "You cannot add a new account until all accounts are decrypted. Please enter the correct password before continuing.",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "Accounts that were not able to be decrypted will not be included in this backup.",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "Mật khẩu không khớp.",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "Đã mã hóa",
- "description": "Encrypted."
- },
- "copied": {
- "message": "Đã sao chép",
- "description": "Copied."
- },
- "feedback": {
- "message": "Phản hồi",
- "description": "Feedback."
- },
- "translate": {
- "message": "Dịch thuật",
- "description": "Translate."
- },
- "source": {
- "message": "Mã nguồn",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "Nhập mật khẩu để giải mã dữ liệu của bạn.",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "Đồng bộ đồng hồ với Google",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "Nhớ mật khẩu",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "Chú ý! Đồng hồ trên máy của bạn bị sai, xin hãy điều chỉnh lại trước khi tiếp tục.",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "Bạn đã tạo bản sao lưu chưa? Đừng đợi đến khi quá muộn!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "Quét thất bại, vui lòng tải lại trang và thử lại.",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "Bạn có thử quét mã QR từ file trên máy của bạn? Sử dụng ảnh chứa mã QR để thay thế.",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "Theo thời gian",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "Theo bộ đếm",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "Tuỳ chỉnh",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "Tỉ lệ",
- "description": "Scale"
- },
- "export_info": {
- "message": "Cảnh báo: tất cả các bản sao lưu chưa được mã hóa. Cần chuyển tài khoản đến ứng dụng khác? Di chuột lên góc trên phải của tài khoản bất kỳ và nhấn vào nút ẩn.",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "Tải xuống tập tin sao lưu",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "Nhập bản sao lưu",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "Nhập tệp sao lưu",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "Nhập sao lưu hình ảnh QR",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "Nhập bản sao lưu",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "Nhập thành công, nhưng không thể nhận dạng một số hình ảnh QR.",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "Bạn có thể chọn nhiều tệp để nhập sao lưu hàng loạt.",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "Hiển thị tất cả các mục",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "Chú ý: các bản sao lưu chưa được mã hóa. Hãy cẩn trọng khi sử dụng.",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "Mật khẩu của bản sao lưu bạn vừa nhập không đúng.",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "Mật khẩu của bạn đang được lưu trữ cục bộ, vui lòng thay đổi nó trong trình đơn bảo mật ngay.",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "Xóa",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "Tải về tệp sao lưu đã mã hoá",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "Tìm kiếm",
- "description": "Search"
- },
- "popout": {
- "message": "Chế độ cửa sổ",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "Khóa",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "Sửa",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "Sao lưu thủ công",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "Sử dụng tự động điền",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "Độ tương phản cao",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "Chủ đề",
- "description": "Theme"
- },
- "theme_light": {
- "message": "Sáng",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "Tối",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "Đơn giản",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Rút gọn",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "Tương phản cao",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Tự động sao lưu dữ liệu của bạn với dịch vụ lưu trữ bên thứ 3.",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "Đồng bộ trình duyệt",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "Đăng nhập",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "Đăng nhập",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "Tại sao tài khoản thương mại yêu cầu nhiều quyền hơn?"
- },
- "log_out": {
- "message": "Đăng xuất",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "Đã xảy ra sự cố khi kết nối với tài khoản $SERVICE$ của bạn, xin vui lòng đăng nhập lại.",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "Bạn có một hoặc nhiều tài khoản Steam hoặc Blizzard. Các bản sao lưu chưa được mã hóa sẽ không sử dụng định dạng sao lưu tiêu chuẩn.",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "Bạn có thể nhập bản sao lưu từ các ứng dụng khác.",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "Tìm hiểu thêm",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "Đang tải ..."
- },
- "autolock": {
- "message": "Khóa sau"
- },
- "minutes": {
- "message": "phút"
- },
- "advanced": {
- "message": "Nâng cao"
- },
- "period": {
- "message": "Thời hạn"
- },
- "type": {
- "message": "Loại"
- },
- "invalid": {
- "message": "Không hợp lệ"
- },
- "digits": {
- "message": "Đồng hồ số"
- },
- "algorithm": {
- "message": "Thuật toán"
- },
- "smart_filter": {
- "message": "Bộ lọc thông minh"
- },
- "backup": {
- "message": "Sao lưu"
- },
- "backup_file_info": {
- "message": "Sao chép dữ liệu thành 1 tệp tin."
- },
- "password_policy_default_hint": {
- "message": "Mật khẩu của bạn không phù hợp với yêu cầu bảo mật từ tổ chức của bạn. Liên hệ người quản lý của bạn để biết thêm thông tin."
- },
- "advisor": {
- "message": "Cố vấn"
- },
- "advisor_insight_password_not_set": {
- "message": "Đặt mật khẩu để bảo vệ dữ liệu của bạn."
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Cho phép tự động khóa để bảo vệ dữ liệu của bạn."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Việc đồng bộ hóa trình duyệt đã bị tắt. Hãy kích hoạt nó để cho phép các tài khoản được đồng bộ trên các trình duyệt."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill có thể được cho phép để tự động điền dữ liệu vào các website."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "Bật bộ lọc thông minh cho phép truy cập nhanh vào tài khoản."
- },
- "show_all_insights": {
- "message": "Hiển thị tất cả thông tin chi tiết."
- },
- "no_insight_available": {
- "message": "Không có thông tin chi tiết nào được tìm thấy, mọi thứ có vẻ tốt!"
- },
- "danger": {
- "message": "Nguy hiểm"
- },
- "warning": {
- "message": "Cảnh báo"
- },
- "info": {
- "message": "Thông tin"
- },
- "dismiss": {
- "message": "Bỏ qua"
- },
- "learn_more": {
- "message": "Xem thêm"
- },
- "enable_context_menu": {
- "message": "Thêm vào context menu"
- },
- "no_entires": {
- "message": "Không có tài khoản nào để hiển thị. Hãy thêm tài khoản của bạn."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Trình xác thực",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator tạo mã xác thực hai yếu tố trong trình duyệt của bạn",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": " đã được thêm.",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "Không nhận ra mã QR.",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "Lỗi bảo mật không hợp lệ",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "Thêm tài khoản",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "Quét mã QR",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "Nhập thủ công",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "Nhập vào không thành công. Nếu bạn đang thử nhập dữ liệu từ Google Authenticator, hãy thử xuất dữ liệu của bạn từ Google Authenticator rồi thử lại.",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "Một vài dữ liệu tài khoản không nhập vào thành công.",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "Đóng",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "Xác nhận",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "Đồng ý",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "Không",
+ "description": "No."
+ },
+ "account": {
+ "message": "Tài khoản",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "Tên người dùng",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "Nhà phát hành",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "Mã bí mật",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "Thành công.",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "Thất bại.",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "Về chúng tôi",
+ "description": "About."
+ },
+ "settings": {
+ "message": "Cài đặt",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "Bảo mật",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "Mật khẩu hiện tại",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "Mật khẩu mới",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "Mật khẩu",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "Xác nhận mật khẩu",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "Bạn có chắc sẽ xóa tài khoản này? Yêu cầu này không thể hoàn tác.",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "Tôi hiểu rằng toàn bộ dữ liệu của tôi sẽ bị xóa và không thể khôi phục.",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "Thiết lập lại Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "Hành động này sẽ xóa toàn bộ dữ liệu của bạn và thiết lập Authenticator về trạng thái ban đầu. Bạn sẽ không thể khôi phục dữ liệu đã xóa. Bạn nên cân nhắc việc sao lưu lại dữ liệu trước khi đặt lại Authenticator."
+ },
+ "security_warning": {
+ "message": "Mật khẩu này sẽ được sử dụng để mã hóa tài khoản của bạn. Không ai có thể giúp bạn nếu bạn quên mật khẩu.",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "Cập nhật",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "You cannot add a new account until all accounts are decrypted. Please enter the correct password before continuing.",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "Accounts that were not able to be decrypted will not be included in this backup.",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "Mật khẩu không khớp.",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "Đã mã hóa",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "Đã sao chép",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "Phản hồi",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "Dịch thuật",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "Mã nguồn",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "Nhập mật khẩu để giải mã dữ liệu của bạn.",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "Đồng bộ đồng hồ với Google",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "Nhớ mật khẩu",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "Chú ý! Đồng hồ trên máy của bạn bị sai, xin hãy điều chỉnh lại trước khi tiếp tục.",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "Bạn đã tạo bản sao lưu chưa? Đừng đợi đến khi quá muộn!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "Quét thất bại, vui lòng tải lại trang và thử lại.",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "Bạn có thử quét mã QR từ file trên máy của bạn? Sử dụng ảnh chứa mã QR để thay thế.",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "Theo thời gian",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "Theo bộ đếm",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "Tuỳ chỉnh",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "Tỉ lệ",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "Cảnh báo: tất cả các bản sao lưu chưa được mã hóa. Cần chuyển tài khoản đến ứng dụng khác? Di chuột lên góc trên phải của tài khoản bất kỳ và nhấn vào nút ẩn.",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "Tải xuống tập tin sao lưu",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "Nhập bản sao lưu",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "Nhập tệp sao lưu",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "Nhập sao lưu hình ảnh QR",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "Import QR Images",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "Nhập bản sao lưu",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "Nhập các đường liên kết chứa OTP",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "Nhập thành công, nhưng không thể nhận dạng một số hình ảnh QR.",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "Bạn có thể chọn nhiều tệp để nhập sao lưu hàng loạt.",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "Hiển thị tất cả các mục",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "Chú ý: các bản sao lưu chưa được mã hóa. Hãy cẩn trọng khi sử dụng.",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "Mật khẩu của bản sao lưu bạn vừa nhập không đúng.",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "Mật khẩu của bạn đang được lưu trữ cục bộ, vui lòng thay đổi nó trong trình đơn bảo mật ngay.",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "Xóa",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "Tải về tệp sao lưu đã mã hoá",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "Tìm kiếm",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "Chế độ cửa sổ",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "Khóa",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "Sửa",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "Sao lưu thủ công",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "Sử dụng tự động điền",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "Độ tương phản cao",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "Chủ đề",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "Sáng",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "Tối",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "Đơn giản",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "Rút gọn",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "Tương phản cao",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "Căn hộ",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "Tự động sao lưu dữ liệu của bạn với dịch vụ lưu trữ bên thứ 3.",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "Đồng bộ trình duyệt",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "Đăng nhập",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "Đăng nhập",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "Tại sao tài khoản thương mại yêu cầu nhiều quyền hơn?"
+ },
+ "log_out": {
+ "message": "Đăng xuất",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "Đã xảy ra sự cố khi kết nối với tài khoản $SERVICE$ của bạn, xin vui lòng đăng nhập lại.",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "Bạn có một hoặc nhiều tài khoản Steam hoặc Blizzard. Các bản sao lưu chưa được mã hóa sẽ không sử dụng định dạng sao lưu tiêu chuẩn.",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "Bạn có thể nhập bản sao lưu từ các ứng dụng khác.",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "Tìm hiểu thêm",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "Đang tải ..."
+ },
+ "autolock": {
+ "message": "Khóa sau"
+ },
+ "minutes": {
+ "message": "phút"
+ },
+ "advanced": {
+ "message": "Nâng cao"
+ },
+ "period": {
+ "message": "Thời hạn"
+ },
+ "type": {
+ "message": "Loại"
+ },
+ "invalid": {
+ "message": "Không hợp lệ"
+ },
+ "digits": {
+ "message": "Đồng hồ số"
+ },
+ "algorithm": {
+ "message": "Thuật toán"
+ },
+ "smart_filter": {
+ "message": "Bộ lọc thông minh"
+ },
+ "backup": {
+ "message": "Sao lưu"
+ },
+ "backup_file_info": {
+ "message": "Sao chép dữ liệu thành 1 tệp tin."
+ },
+ "password_policy_default_hint": {
+ "message": "Mật khẩu của bạn không phù hợp với yêu cầu bảo mật từ tổ chức của bạn. Liên hệ người quản lý của bạn để biết thêm thông tin."
+ },
+ "advisor": {
+ "message": "Cố vấn"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "Đặt mật khẩu để bảo vệ dữ liệu của bạn."
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "Cho phép tự động khóa để bảo vệ dữ liệu của bạn."
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "Việc đồng bộ hóa trình duyệt đã bị tắt. Hãy kích hoạt nó để cho phép các tài khoản được đồng bộ trên các trình duyệt."
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "Autofill có thể được cho phép để tự động điền dữ liệu vào các website."
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "Bật bộ lọc thông minh cho phép truy cập nhanh vào tài khoản."
+ },
+ "show_all_insights": {
+ "message": "Hiển thị tất cả thông tin chi tiết."
+ },
+ "no_insight_available": {
+ "message": "Không có thông tin chi tiết nào được tìm thấy, mọi thứ có vẻ tốt!"
+ },
+ "danger": {
+ "message": "Nguy hiểm"
+ },
+ "warning": {
+ "message": "Cảnh báo"
+ },
+ "info": {
+ "message": "Thông tin"
+ },
+ "dismiss": {
+ "message": "Bỏ qua"
+ },
+ "learn_more": {
+ "message": "Xem thêm"
+ },
+ "enable_context_menu": {
+ "message": "Thêm vào context menu"
+ },
+ "no_entires": {
+ "message": "Không có tài khoản nào để hiển thị. Hãy thêm tài khoản của bạn."
+ },
+ "permissions": {
+ "message": "Permissions"
+ },
+ "permission_revoke": {
+ "message": "Revoke"
+ },
+ "permission_show_required_permissions": {
+ "message": "Show non-revocable permissions"
+ },
+ "permission_required": {
+ "message": "This is a required permission and cannot be revoked."
+ },
+ "permission_active_tab": {
+ "message": "Access to the current tab to scan QR codes."
+ },
+ "permission_storage": {
+ "message": "Access to browser storage to store account data."
+ },
+ "permission_identity": {
+ "message": "Allows sign in to 3rd party storage services."
+ },
+ "permission_alarms": {
+ "message": "Cho phép khóa tự động."
+ },
+ "permission_scripting": {
+ "message": "Đưa tệp lệnh vào tab hiện tại để quét mã QR và cho phép tự động điền."
+ },
+ "permission_clipboard_write": {
+ "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
+ },
+ "permission_context_menus": {
+ "message": "Adds Authenticator to context menu."
+ },
+ "permission_sync_clock": {
+ "message": "Allows clock sync with Google."
+ },
+ "permission_dropbox": {
+ "message": "Allows backup to Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "You must disable Dropbox backup first."
+ },
+ "permission_drive": {
+ "message": "Allows backup to Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "You must disable Google Drive backup first."
+ },
+ "permission_onedrive": {
+ "message": "Allows backup to OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "You must disable OneDrive backup first."
+ },
+ "permission_unknown_permission": {
+ "message": "Unknown permission. If see this message, please send a bug report."
+ },
+ "phrase_wrong": {
+ "message": "Mật khẩu sai"
+ },
+ "activate_auto_filter": {
+ "message": "Cảnh báo: Bộ lọc thông minh không khớp với tên của tài khoản. Hãy xác nhận bạn đang ở trang web chính xác trước khi nhập mã!"
+ }
+}
diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json
index c057731af..96ee5b0ff 100644
--- a/_locales/zh_CN/messages.json
+++ b/_locales/zh_CN/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "身份验证器",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "身份验证器",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "身份验证器用以在浏览器中生成二步认证代码。",
- "description": "Extension Description."
- },
- "added": {
- "message": "已添加。",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "无法识别的QR码。",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "无效的密钥",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "添加账号",
- "description": "Add account."
- },
- "add_qr": {
- "message": "扫描QR码",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "手动输入",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "导入失败。 如果您要从Google Authenticator迁移数据,请从Google Authenticator重新导出数据,然后重试。",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "某些帐户数据未成功导入。",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "关闭",
- "description": "Close."
- },
- "ok": {
- "message": "确定",
- "description": "OK."
- },
- "yes": {
- "message": "是",
- "description": "Yes."
- },
- "no": {
- "message": "否",
- "description": "No."
- },
- "account": {
- "message": "账户",
- "description": "Account."
- },
- "accountName": {
- "message": "用户名",
- "description": "Account Name."
- },
- "issuer": {
- "message": "签发方",
- "description": "Issuer."
- },
- "secret": {
- "message": "密钥",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "成功。",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "失败。",
- "description": "Update Failure."
- },
- "about": {
- "message": "关于",
- "description": "About."
- },
- "settings": {
- "message": "设置",
- "description": "Settings."
- },
- "security": {
- "message": "安全",
- "description": "Security."
- },
- "current_phrase": {
- "message": "当前密码",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "新密码",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "密码",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "确认密码",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "您确定要删除此密钥吗?该操作无法撤销。",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "我明白所有数据都将被删除且不可恢复。",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "重置身份验证器"
- },
- "delete_all_warning": {
- "message": "这将删除所有数据并完全重置身份验证器。 任何已删除的数据都无法恢复!在重置身份验证器之前您应保存备份。"
- },
- "security_warning": {
- "message": "您的账户数据将使用此密码进行加密。如果您忘记了密码没有人能够提供帮助。",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "更新",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "部分账户与密码不匹配,您无法添加新账户或者更改密码。请提供正确的密码后重试。",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "备份文件不会包含无法解密的账号。",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "密码不匹配。",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "已加密",
- "description": "Encrypted."
- },
- "copied": {
- "message": "已复制",
- "description": "Copied."
- },
- "feedback": {
- "message": "问题反馈",
- "description": "Feedback."
- },
- "translate": {
- "message": "参与翻译",
- "description": "Translate."
- },
- "source": {
- "message": "源代码",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "输入密码以解码账户数据。",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "通过Google校准时间",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "记住密码",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "注意!您的本地时钟时间差过大,请修正后再进行操作。",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "您是否为账户数据创建了备份?不要等到为时已晚。",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "捕捉失败,请重载您正在浏览的页面后重试。",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "您是否正在尝试从本地文件扫描QR码? 改为使用导入QR图像备份。",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "基于时间",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "基于计数器",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "偏好",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "比例",
- "description": "Scale"
- },
- "export_info": {
- "message": "警告:所有备份均未加密。想要将账号添加至其他应用?请点击账号右上角隐藏的图标。",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "下载备份文件",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "导入备份",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "导入备份文件",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "导入 QR 图片备份",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "导入备份文本",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "导入成功,但部分二维码无法识别。",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "您可以同时选择多个文件进行批量导入",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "显示全部条目",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "警告:备份未加密,您需自担风险。",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "您必须提供正确的密码才能导入备份。",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "您的密码保存在了本地,请立即通过安全菜单更改密码。",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "移除",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "下载加密备份",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "搜索",
- "description": "Search"
- },
- "popout": {
- "message": "独立窗口模式",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "锁定",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "编辑",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "手动备份",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "启用自动填充",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "使用高对比度",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "主题",
- "description": "Theme"
- },
- "theme_light": {
- "message": "浅色",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "深色",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "简约",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "紧凑",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "高对比度",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "自动备份您的数据至第三方服务。",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "浏览器数据同步",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "登录",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "登录 (企业版)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "为何企业版账户需要更高权限?"
- },
- "log_out": {
- "message": "注销",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "连接到您的 $SERVICE$ 账号时出错,请重试。",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "您添加了Steam或战网账号,所以备份文件将不会使用标准输出格式。",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "您可以从一些其它的应用中导入备份。",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "了解更多",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "正在载入..."
- },
- "autolock": {
- "message": "在"
- },
- "minutes": {
- "message": "分钟后自动锁定"
- },
- "advanced": {
- "message": "高级选项"
- },
- "period": {
- "message": "周期"
- },
- "type": {
- "message": "类型"
- },
- "invalid": {
- "message": "无效代码"
- },
- "digits": {
- "message": "位数"
- },
- "algorithm": {
- "message": "算法"
- },
- "smart_filter": {
- "message": "智能过滤器"
- },
- "backup": {
- "message": "备份"
- },
- "backup_file_info": {
- "message": "备份数据到文件。"
- },
- "password_policy_default_hint": {
- "message": "您的密码不符合贵单位的安全要求。请联系您的管理员获取更多信息。"
- },
- "advisor": {
- "message": "顾问"
- },
- "advisor_insight_password_not_set": {
- "message": "请设置一个密码来保护您的数据。"
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "启用自动锁定以保护您的数据。"
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "浏览器同步已禁用。启用它允许在不同浏览器间同步帐户。"
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "启用自动填充可以自动填充代码到网站中。"
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "启用智能过滤允许快速访问账户。"
- },
- "show_all_insights": {
- "message": "显示所有见解。"
- },
- "no_insight_available": {
- "message": "无可供参考的见解,看起来一切安好!"
- },
- "danger": {
- "message": "危险"
- },
- "warning": {
- "message": "警告"
- },
- "info": {
- "message": "信息"
- },
- "dismiss": {
- "message": "忽略"
- },
- "learn_more": {
- "message": "了解更多"
- },
- "enable_context_menu": {
- "message": "添加到右键菜单"
- },
- "no_entires": {
- "message": "没有可显示的账户。现在添加您的第一个账户。"
- },
- "permissions": {
- "message": "权限管理"
- },
- "permission_revoke": {
- "message": "撤销"
- },
- "permission_show_required_permissions": {
- "message": "显示不可撤销的权限"
- },
- "permission_required": {
- "message": "这是必需的权限,不能撤销。"
- },
- "permission_active_tab": {
- "message": "访问当前标签页以扫描二维码。"
- },
- "permission_storage": {
- "message": "访问浏览器存储以存储帐户数据。"
- },
- "permission_identity": {
- "message": "用以登录第三方存储服务。"
- },
- "permission_clipboard_write": {
- "message": "剪贴板只写权限以当您点击该帐户时复制代码到剪贴板。"
- },
- "permission_context_menus": {
- "message": "将身份验证器添加到右键菜单。"
- },
- "permission_sync_clock": {
- "message": "允许与 Google 同步时钟。"
- },
- "permission_dropbox": {
- "message": "允许备份到 Dropbox。"
- },
- "permission_dropbox_cannot_revoke": {
- "message": "您必须先停用 Dropbox 备份。"
- },
- "permission_drive": {
- "message": "允许备份到 Google Drive。"
- },
- "permission_drive_cannot_revoke": {
- "message": "您必须先停用 Google Drive 备份。"
- },
- "permission_onedrive": {
- "message": "允许备份到 OneDrive。"
- },
- "permission_onedrive_cannot_revoke": {
- "message": "您必须先停用 OneDrive 备份。"
- },
- "permission_unknown_permission": {
- "message": "未知权限。如果看到此消息,请发送错误报告。"
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "身份验证器",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "身份验证器",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "身份验证器用以在浏览器中生成二步认证代码。",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": "已添加。",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "无法识别的QR码。",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "无效的密钥",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "添加账号",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "扫描QR码",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "手动输入",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "导入失败。 如果您要从Google Authenticator迁移数据,请从Google Authenticator重新导出数据,然后重试。",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "某些帐户数据未成功导入。",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "关闭",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "确定",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "是",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "否",
+ "description": "No."
+ },
+ "account": {
+ "message": "账户",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "用户名",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "签发方",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "密钥",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "成功。",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "失败。",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "关于",
+ "description": "About."
+ },
+ "settings": {
+ "message": "设置",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "安全",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "当前密码",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "新密码",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "密码",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "确认密码",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "您确定要删除此密钥吗?该操作无法撤销。",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "我明白所有数据都将被删除且不可恢复。",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "重置身份验证器"
+ },
+ "delete_all_warning": {
+ "message": "这将删除所有数据并完全重置身份验证器。 任何已删除的数据都无法恢复!在重置身份验证器之前您应保存备份。"
+ },
+ "security_warning": {
+ "message": "您的账户数据将使用此密码进行加密。如果您忘记了密码没有人能够提供帮助。",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "更新",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "部分账户与密码不匹配,您无法添加新账户或者更改密码。请提供正确的密码后重试。",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "备份文件不会包含无法解密的账号。",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "密码不匹配。",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "已加密",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "已复制",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "问题反馈",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "参与翻译",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "源代码",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "输入密码以解码账户数据。",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "通过Google校准时间",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "记住密码",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "注意!您的本地时钟时间差过大,请修正后再进行操作。",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "您是否为账户数据创建了备份?不要等到为时已晚。",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "捕捉失败,请重载您正在浏览的页面后重试。",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "您是否正在尝试从本地文件扫描QR码? 改为使用导入QR图像备份。",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "基于时间",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "基于计数器",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "偏好",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "比例",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "警告:所有备份均未加密。想要将账号添加至其他应用?请点击账号右上角隐藏的图标。",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "下载备份文件",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "导入备份",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "导入备份文件",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "导入 QR 图片备份",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "导入QR码图片",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "导入备份文本",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "导入OTP链接",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "导入成功,但部分二维码无法识别。",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "您可以同时选择多个文件进行批量导入",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "显示全部条目",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "警告:备份未加密,您需自担风险。",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "您必须提供正确的密码才能导入备份。",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "您的密码保存在了本地,请立即通过安全菜单更改密码。",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "移除",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "下载加密备份",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "搜索",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "独立窗口模式",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "锁定",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "编辑",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "手动备份",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "启用自动填充",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "使用高对比度",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "主题",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "浅色",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "深色",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "简约",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "精简视图",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "高对比度",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "扁平",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "自动备份您的数据至第三方服务。",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "浏览器数据同步",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "登录",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "登录 (企业版)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "为何企业版账户需要更高权限?"
+ },
+ "log_out": {
+ "message": "注销",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "连接到您的 $SERVICE$ 账号时出错,请重试。",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "您添加了Steam或战网账号,所以备份文件将不会使用标准输出格式。",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "您可以从一些其它的应用中导入备份。",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "了解更多",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "正在载入..."
+ },
+ "autolock": {
+ "message": "在"
+ },
+ "minutes": {
+ "message": "分钟后自动锁定"
+ },
+ "advanced": {
+ "message": "高级选项"
+ },
+ "period": {
+ "message": "周期"
+ },
+ "type": {
+ "message": "类型"
+ },
+ "invalid": {
+ "message": "无效代码"
+ },
+ "digits": {
+ "message": "位数"
+ },
+ "algorithm": {
+ "message": "算法"
+ },
+ "smart_filter": {
+ "message": "智能过滤器"
+ },
+ "backup": {
+ "message": "备份"
+ },
+ "backup_file_info": {
+ "message": "备份数据到文件。"
+ },
+ "password_policy_default_hint": {
+ "message": "您的密码不符合您组织的安全要求。有关详细信息,请联系组织管理员。"
+ },
+ "advisor": {
+ "message": "建议"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "设置密码以保护您的数据。"
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "启用自动锁定来保护您的数据。"
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "浏览器同步已被禁用。启用它以允许跨浏览器的帐户同步。"
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "可以启用自动填充以自动将代码填充到网站中。"
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "开启智能过滤以便快速访问账户。"
+ },
+ "show_all_insights": {
+ "message": "显示所有见解。"
+ },
+ "no_insight_available": {
+ "message": "没有可供参考的见解,一切看起来都很好!"
+ },
+ "danger": {
+ "message": "危险"
+ },
+ "warning": {
+ "message": "警告"
+ },
+ "info": {
+ "message": "信息"
+ },
+ "dismiss": {
+ "message": "忽略"
+ },
+ "learn_more": {
+ "message": "了解更多"
+ },
+ "enable_context_menu": {
+ "message": "添加到右键菜单"
+ },
+ "no_entires": {
+ "message": "没有可显示的账户。现在添加您的第一个账户。"
+ },
+ "permissions": {
+ "message": "权限管理"
+ },
+ "permission_revoke": {
+ "message": "撤销"
+ },
+ "permission_show_required_permissions": {
+ "message": "显示不可撤销的权限"
+ },
+ "permission_required": {
+ "message": "这是必需的权限,不能撤销。"
+ },
+ "permission_active_tab": {
+ "message": "访问当前标签页以扫描二维码。"
+ },
+ "permission_storage": {
+ "message": "访问浏览器存储以存储帐户数据。"
+ },
+ "permission_identity": {
+ "message": "用以登录第三方存储服务。"
+ },
+ "permission_alarms": {
+ "message": "允许自动锁定功能生效。"
+ },
+ "permission_scripting": {
+ "message": "将脚本注入当前标签页以扫描二维码并允许自动填充功能生效。"
+ },
+ "permission_clipboard_write": {
+ "message": "剪贴板只写权限以当您点击该帐户时复制代码到剪贴板。"
+ },
+ "permission_context_menus": {
+ "message": "将身份验证器添加到右键菜单。"
+ },
+ "permission_sync_clock": {
+ "message": "允许从 Google 同步时间"
+ },
+ "permission_dropbox": {
+ "message": "允许备份到 Dropbox"
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "您必须先停用 Dropbox 备份。"
+ },
+ "permission_drive": {
+ "message": "允许备份到 Google Drive。"
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "您必须先停用 Google Drive 备份。"
+ },
+ "permission_onedrive": {
+ "message": "允许备份到 OneDrive。"
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "您必须先停用 OneDrive 备份。"
+ },
+ "permission_unknown_permission": {
+ "message": "未知权限。如果您看到此消息,请发送错误报告。"
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json
index 1b9d4cc6e..07d1f3791 100644
--- a/_locales/zh_TW/messages.json
+++ b/_locales/zh_TW/messages.json
@@ -1,518 +1,524 @@
{
- "extName": {
- "message": "Authenticator",
- "description": "Extension Name."
- },
- "extShortName": {
- "message": "Authenticator",
- "description": "Extension Short Name."
- },
- "extDesc": {
- "message": "Authenticator 在你的瀏覽器中生成兩步驟驗證碼。",
- "description": "Extension Description."
- },
- "added": {
- "message": "已新增。",
- "description": "Added Account."
- },
- "errorqr": {
- "message": "無法識別的QR碼。",
- "description": "QR Error."
- },
- "errorsecret": {
- "message": "帳號金鑰無效",
- "description": "Secret Error."
- },
- "add_code": {
- "message": "新增帳號",
- "description": "Add account."
- },
- "add_qr": {
- "message": "掃描QR碼",
- "description": "Scan QR Code."
- },
- "add_secret": {
- "message": "手動輸入",
- "description": "Manual Entry."
- },
- "migration_fail": {
- "message": "匯入失敗。若您要從Google Authenticator搬遷資料,請重新從Google Autenticator匯出資料後再重試",
- "description": "Import migration data failed."
- },
- "migration_partly_fail": {
- "message": "部分帳號資料未被成功匯入",
- "description": "Some migration data is broken."
- },
- "close": {
- "message": "關閉",
- "description": "Close."
- },
- "ok": {
- "message": "確定",
- "description": "OK."
- },
- "yes": {
- "message": "是",
- "description": "Yes."
- },
- "no": {
- "message": "否",
- "description": "No."
- },
- "account": {
- "message": "帳戶",
- "description": "Account."
- },
- "accountName": {
- "message": "用戶名",
- "description": "Account Name."
- },
- "issuer": {
- "message": "簽發方",
- "description": "Issuer."
- },
- "secret": {
- "message": "金鑰",
- "description": "Secret."
- },
- "updateSuccess": {
- "message": "成功。",
- "description": "Update Success."
- },
- "updateFailure": {
- "message": "失敗。",
- "description": "Update Failure."
- },
- "about": {
- "message": "關於",
- "description": "About."
- },
- "settings": {
- "message": "設定",
- "description": "Settings."
- },
- "security": {
- "message": "安全性",
- "description": "Security."
- },
- "current_phrase": {
- "message": "當前密碼",
- "description": "Current Passphrase."
- },
- "new_phrase": {
- "message": "新密碼",
- "description": "New Passphrase."
- },
- "phrase": {
- "message": "密碼",
- "description": "Passphrase."
- },
- "confirm_phrase": {
- "message": "確認密碼",
- "description": "Confirm Passphrase."
- },
- "confirm_delete": {
- "message": "您確定要刪除此帳戶嗎?此操作無法復原。",
- "description": "Remove entry confirmation"
- },
- "confirm_delete_all": {
- "message": "我了解我的所有資料將被刪除且無法復原。",
- "description": "Message that user is required to acknowledge before clearing all data."
- },
- "delete_all": {
- "message": "重設 Authenticator"
- },
- "delete_all_warning": {
- "message": "這會刪除您所有的資料並重設Authenticator。您將無法復原任何已刪除的資料!在重設Authenticator之前您應備份您的資料。"
- },
- "security_warning": {
- "message": "您的金鑰將使用此密碼進行加密。請妥善保管,如果遺失您將失去對此金鑰的權限。",
- "description": "Passphrase Warning."
- },
- "update": {
- "message": "更新",
- "description": "Update."
- },
- "phrase_incorrect": {
- "message": "部份帳號輸入密碼錯誤,您無法新增帳號。請在輸入正確的密碼後繼續。",
- "description": "Passphrase Incorrect."
- },
- "phrase_incorrect_export": {
- "message": "本次備份不包含無法解密的帳號",
- "description": "Skip Unable-decripted Data."
- },
- "phrase_not_match": {
- "message": "密碼錯誤。",
- "description": "Passphrase Not Match."
- },
- "encrypted": {
- "message": "已加密",
- "description": "Encrypted."
- },
- "copied": {
- "message": "複製成功!",
- "description": "Copied."
- },
- "feedback": {
- "message": "問題反饋",
- "description": "Feedback."
- },
- "translate": {
- "message": "參與翻譯",
- "description": "Translate."
- },
- "source": {
- "message": "原始碼",
- "description": "Source Code."
- },
- "passphrase_info": {
- "message": "輸入密碼以解碼帳戶資料。",
- "description": "Passphrase Info"
- },
- "sync_clock": {
- "message": "通過Google校準時間",
- "description": "Sync Clock"
- },
- "remember_phrase": {
- "message": "記住密碼",
- "description": "Remember Passphrase"
- },
- "clock_too_far_off": {
- "message": "注意!您的本地時鐘時間差異過大,請於效準時間後再進行操作。",
- "description": "Local Time is Too Far Off"
- },
- "remind_backup": {
- "message": "您是否為金鑰建立了備份?別等到為時已晚才建立!",
- "description": "Remind Backup"
- },
- "capture_failed": {
- "message": "讀取失敗,請於重新載入頁面後重試。",
- "description": "Capture Failed"
- },
- "capture_local_file_failed": {
- "message": "您是否試著從本地檔案掃描QR碼? 請改用 匯入QR碼圖片備份。",
- "description": "Import QR image backup instead of scan local image"
- },
- "based_on_time": {
- "message": "驗證碼",
- "description": "Time Based"
- },
- "based_on_counter": {
- "message": "一次性驗證碼",
- "description": "Counter Based"
- },
- "resize_popup_page": {
- "message": "偏好設定",
- "description": "Popup Page Settings"
- },
- "scale": {
- "message": "縮放",
- "description": "Scale"
- },
- "export_info": {
- "message": "警告:所有備份均未加密。想要將賬號新增至其他應用?請點選賬號右上角隱藏的圖示。",
- "description": "Export menu info text"
- },
- "download_backup": {
- "message": "下載備份檔案",
- "description": "Download backup file."
- },
- "import_backup": {
- "message": "匯入備份",
- "description": "Import backup."
- },
- "import_backup_file": {
- "message": "以檔案匯入",
- "description": "Import backup file."
- },
- "import_backup_qr": {
- "message": "导入 QR 图片备份",
- "description": "Import qr image backup."
- },
- "import_backup_code": {
- "message": "以文字匯入",
- "description": "Import backup code."
- },
- "import_backup_qr_partly_failed": {
- "message": "匯入成功,但部份QR碼無法辨識",
- "description": "Import successful, but some QR image cannot be recognized."
- },
- "import_backup_qr_in_batches": {
- "message": "您可以選擇多個檔案進行批量匯入",
- "description": "You can select multiple image files to import backup in batches."
- },
- "show_all_entries": {
- "message": "顯示全部條目",
- "description": "Show all entries."
- },
- "dropbox_risk": {
- "message": "警告:備份檔案未加密,需自行承擔風險。",
- "description": "Backup risk warning."
- },
- "import_error_password": {
- "message": "您必須提供正確的密碼才能匯入備份。",
- "description": "Error password warning when import backups."
- },
- "local_passphrase_warning": {
- "message": "您的密碼儲存在了本地,請立即通過安全選單更改密碼。",
- "description": "localStorage password warning."
- },
- "remove": {
- "message": "移除",
- "description": "Remove password."
- },
- "download_enc_backup": {
- "message": "下載密碼保護備份",
- "description": "Download Encrypted Backup"
- },
- "search": {
- "message": "搜尋",
- "description": "Search"
- },
- "popout": {
- "message": "彈出模式",
- "description": "Make window turn into persistent popup"
- },
- "lock": {
- "message": "鎖定",
- "description": "Lock accounts"
- },
- "edit": {
- "message": "編輯",
- "description": "Edit"
- },
- "manual_dropbox": {
- "message": "手動備份",
- "description": "Manual backup"
- },
- "use_autofill": {
- "message": "啟用自動填充",
- "description": "Use Autofill"
- },
- "use_high_contrast": {
- "message": "高對比",
- "description": "Use High Contrast"
- },
- "theme": {
- "message": "主題",
- "description": "Theme"
- },
- "theme_light": {
- "message": "亮色",
- "description": "Light theme"
- },
- "theme_dark": {
- "message": "暗色",
- "description": "Dark theme"
- },
- "theme_simple": {
- "message": "簡易",
- "description": "Simple theme"
- },
- "theme_compact": {
- "message": "Compact",
- "description": "Compact theme"
- },
- "theme_high_contrast": {
- "message": "高對比度",
- "description": "High Contrast theme"
- },
- "storage_sync_info": {
- "message": "Automatically備份您的資料至第三方儲存服務。",
- "description": "3rd party backup info"
- },
- "browser_sync": {
- "message": "瀏覽器同步",
- "description": "Storage location"
- },
- "sign_in": {
- "message": "登入",
- "description": "Sign in to 3rd party storage services"
- },
- "sign_in_business": {
- "message": "登入 (企業)",
- "description": "Sign in to 3rd party storage services"
- },
- "onedrive_business_perms": {
- "message": "為什麼企業賬戶需要更多權限?"
- },
- "log_out": {
- "message": "登出",
- "description": "Sign out of 3rd party storage services"
- },
- "token_revoked": {
- "message": "連接到您的 $SERVICE$ 帳戶時出現問題,請重試。",
- "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
- "placeholders": {
- "service": {
- "content": "$1",
- "example": "Google Drive"
- }
- }
- },
- "otp_unsupported_warn": {
- "message": "您有一個或多個Steam或Blizzard帳戶。 未加密的備份將不使用標準化備份格式。",
- "description": "Warning if using account that is not supported by standard backup format."
- },
- "otp_backup_inform": {
- "message": "您可以從其他一些應用程序導入備份。",
- "description": "Info text on import page"
- },
- "otp_backup_learn": {
- "message": "瞭解詳情",
- "description": "learn more link on import page. Placed after otp_backup_inform"
- },
- "loading": {
- "message": "載入中..."
- },
- "autolock": {
- "message": "鎖定於"
- },
- "minutes": {
- "message": "分鐘"
- },
- "advanced": {
- "message": "進階設定"
- },
- "period": {
- "message": "有效期"
- },
- "type": {
- "message": "類型"
- },
- "invalid": {
- "message": "無效"
- },
- "digits": {
- "message": "數字"
- },
- "algorithm": {
- "message": "算法"
- },
- "smart_filter": {
- "message": "智慧過濾"
- },
- "backup": {
- "message": "備份"
- },
- "backup_file_info": {
- "message": "備份至檔案"
- },
- "password_policy_default_hint": {
- "message": "您的密碼不符合您組織的安全要求。 有關詳細信息,請聯繫您的管理員。"
- },
- "advisor": {
- "message": "顧問"
- },
- "advisor_insight_password_not_set": {
- "message": "設定密碼保護您的資料。"
- },
- "advisor_insight_auto_lock_not_set": {
- "message": "Enable auto-lock to protect your data."
- },
- "advisor_insight_browser_sync_not_enabled": {
- "message": "Browser sync is disabled. Enabling it allows accounts to be synced across browsers."
- },
- "advisor_insight_auto_fill_not_enabled": {
- "message": "Autofill can be enabled to automatically fill codes into websites."
- },
- "advisor_insight_smart_filter_not_enabled": {
- "message": "啟用智能過濾器可以快速訪問帳戶。"
- },
- "show_all_insights": {
- "message": "顯示所有見解。"
- },
- "no_insight_available": {
- "message": "No insights found, everything looks good!"
- },
- "danger": {
- "message": "危險"
- },
- "warning": {
- "message": "警告"
- },
- "info": {
- "message": "資訊"
- },
- "dismiss": {
- "message": "關閉"
- },
- "learn_more": {
- "message": "了解更多"
- },
- "enable_context_menu": {
- "message": "Add to context menu"
- },
- "no_entires": {
- "message": "No accounts to display. Add your first account now."
- },
- "permissions": {
- "message": "Permissions"
- },
- "permission_revoke": {
- "message": "Revoke"
- },
- "permission_show_required_permissions": {
- "message": "Show non-revocable permissions"
- },
- "permission_required": {
- "message": "This is a required permission and cannot be revoked."
- },
- "permission_active_tab": {
- "message": "Access to the current tab to scan QR codes."
- },
- "permission_storage": {
- "message": "Access to browser storage to store account data."
- },
- "permission_identity": {
- "message": "Allows sign in to 3rd party storage services."
- },
- "permission_clipboard_write": {
- "message": "Grants write-only access to the clipboard to copy codes to clipboard when you click on the account."
- },
- "permission_context_menus": {
- "message": "Adds Authenticator to context menu."
- },
- "permission_sync_clock": {
- "message": "Allows clock sync with Google."
- },
- "permission_dropbox": {
- "message": "Allows backup to Dropbox."
- },
- "permission_dropbox_cannot_revoke": {
- "message": "You must disable Dropbox backup first."
- },
- "permission_drive": {
- "message": "Allows backup to Google Drive."
- },
- "permission_drive_cannot_revoke": {
- "message": "You must disable Google Drive backup first."
- },
- "permission_onedrive": {
- "message": "Allows backup to OneDrive."
- },
- "permission_onedrive_cannot_revoke": {
- "message": "You must disable OneDrive backup first."
- },
- "permission_unknown_permission": {
- "message": "Unknown permission. If see this message, please send a bug report."
- },
- "theme_flat": {
- "message": "Flat",
- "description": "Flat theme"
- },
- "import_qr_images": {
- "message": "Import QR Images",
- "description": "Import qr images. Shown as add account method."
- },
- "import_otp_urls": {
- "message": "Import OTP URLs",
- "description": "Import OTP URLs. Shown as add account method."
- },
- "permission_alarms": {
- "message": "Allows auto-lock to work."
- },
- "permission_scripting": {
- "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ "extName": {
+ "message": "Authenticator",
+ "description": "Extension Name."
+ },
+ "extShortName": {
+ "message": "Authenticator",
+ "description": "Extension Short Name."
+ },
+ "extDesc": {
+ "message": "Authenticator 在你的瀏覽器中生成兩步驟驗證碼。",
+ "description": "Extension Description."
+ },
+ "added": {
+ "message": "已新增。",
+ "description": "Added Account."
+ },
+ "errorqr": {
+ "message": "無法識別的QR碼。",
+ "description": "QR Error."
+ },
+ "errorsecret": {
+ "message": "帳號金鑰無效",
+ "description": "Secret Error."
+ },
+ "add_code": {
+ "message": "新增帳號",
+ "description": "Add account."
+ },
+ "add_qr": {
+ "message": "掃描QR碼",
+ "description": "Scan QR Code."
+ },
+ "add_secret": {
+ "message": "手動輸入",
+ "description": "Manual Entry."
+ },
+ "migration_fail": {
+ "message": "匯入失敗。若您要從Google Authenticator搬遷資料,請重新從Google Autenticator匯出資料後再重試",
+ "description": "Import migration data failed."
+ },
+ "migration_partly_fail": {
+ "message": "部分帳號資料未被成功匯入",
+ "description": "Some migration data is broken."
+ },
+ "close": {
+ "message": "關閉",
+ "description": "Close."
+ },
+ "ok": {
+ "message": "確定",
+ "description": "OK."
+ },
+ "yes": {
+ "message": "是",
+ "description": "Yes."
+ },
+ "no": {
+ "message": "否",
+ "description": "No."
+ },
+ "account": {
+ "message": "帳戶",
+ "description": "Account."
+ },
+ "accountName": {
+ "message": "用戶名",
+ "description": "Account Name."
+ },
+ "issuer": {
+ "message": "簽發方",
+ "description": "Issuer."
+ },
+ "secret": {
+ "message": "金鑰",
+ "description": "Secret."
+ },
+ "updateSuccess": {
+ "message": "成功。",
+ "description": "Update Success."
+ },
+ "updateFailure": {
+ "message": "失敗。",
+ "description": "Update Failure."
+ },
+ "about": {
+ "message": "關於",
+ "description": "About."
+ },
+ "settings": {
+ "message": "設定",
+ "description": "Settings."
+ },
+ "security": {
+ "message": "安全性",
+ "description": "Security."
+ },
+ "current_phrase": {
+ "message": "當前密碼",
+ "description": "Current Passphrase."
+ },
+ "new_phrase": {
+ "message": "新密碼",
+ "description": "New Passphrase."
+ },
+ "phrase": {
+ "message": "密碼",
+ "description": "Passphrase."
+ },
+ "confirm_phrase": {
+ "message": "確認密碼",
+ "description": "Confirm Passphrase."
+ },
+ "confirm_delete": {
+ "message": "您確定要刪除此帳戶嗎?此操作無法復原。",
+ "description": "Remove entry confirmation"
+ },
+ "confirm_delete_all": {
+ "message": "我了解我的所有資料將被刪除且無法復原。",
+ "description": "Message that user is required to acknowledge before clearing all data."
+ },
+ "delete_all": {
+ "message": "重設 Authenticator"
+ },
+ "delete_all_warning": {
+ "message": "這會刪除您所有的資料並重設Authenticator。您將無法復原任何已刪除的資料!在重設Authenticator之前您應備份您的資料。"
+ },
+ "security_warning": {
+ "message": "您的金鑰將使用此密碼進行加密。請妥善保管,如果遺失您將失去對此金鑰的權限。",
+ "description": "Passphrase Warning."
+ },
+ "update": {
+ "message": "更新",
+ "description": "Update."
+ },
+ "phrase_incorrect": {
+ "message": "部份帳號輸入密碼錯誤,您無法新增帳號。請在輸入正確的密碼後繼續。",
+ "description": "Passphrase Incorrect."
+ },
+ "phrase_incorrect_export": {
+ "message": "本次備份不包含無法解密的帳號",
+ "description": "Skip Unable-decripted Data."
+ },
+ "phrase_not_match": {
+ "message": "密碼錯誤。",
+ "description": "Passphrase Not Match."
+ },
+ "encrypted": {
+ "message": "已加密",
+ "description": "Encrypted."
+ },
+ "copied": {
+ "message": "複製成功!",
+ "description": "Copied."
+ },
+ "feedback": {
+ "message": "問題反饋",
+ "description": "Feedback."
+ },
+ "translate": {
+ "message": "參與翻譯",
+ "description": "Translate."
+ },
+ "source": {
+ "message": "原始碼",
+ "description": "Source Code."
+ },
+ "passphrase_info": {
+ "message": "輸入密碼以解碼帳戶資料。",
+ "description": "Passphrase Info"
+ },
+ "sync_clock": {
+ "message": "通過Google校準時間",
+ "description": "Sync Clock"
+ },
+ "remember_phrase": {
+ "message": "記住密碼",
+ "description": "Remember Passphrase"
+ },
+ "clock_too_far_off": {
+ "message": "注意!您的本地時鐘時間差異過大,請於效準時間後再進行操作。",
+ "description": "Local Time is Too Far Off"
+ },
+ "remind_backup": {
+ "message": "您是否為金鑰建立了備份?別等到為時已晚才建立!",
+ "description": "Remind Backup"
+ },
+ "capture_failed": {
+ "message": "讀取失敗,請於重新載入頁面後重試。",
+ "description": "Capture Failed"
+ },
+ "capture_local_file_failed": {
+ "message": "您是否試著從本地檔案掃描QR碼? 請改用 匯入QR碼圖片備份。",
+ "description": "Import QR image backup instead of scan local image"
+ },
+ "based_on_time": {
+ "message": "驗證碼",
+ "description": "Time Based"
+ },
+ "based_on_counter": {
+ "message": "一次性驗證碼",
+ "description": "Counter Based"
+ },
+ "resize_popup_page": {
+ "message": "偏好設定",
+ "description": "Popup Page Settings"
+ },
+ "scale": {
+ "message": "縮放",
+ "description": "Scale"
+ },
+ "export_info": {
+ "message": "警告:所有備份均未加密。想要將賬號新增至其他應用?請點選賬號右上角隱藏的圖示。",
+ "description": "Export menu info text"
+ },
+ "download_backup": {
+ "message": "下載備份檔案",
+ "description": "Download backup file."
+ },
+ "import_backup": {
+ "message": "匯入備份",
+ "description": "Import backup."
+ },
+ "import_backup_file": {
+ "message": "以檔案匯入",
+ "description": "Import backup file."
+ },
+ "import_backup_qr": {
+ "message": "导入 QR 图片备份",
+ "description": "Import qr image backup."
+ },
+ "import_qr_images": {
+ "message": "匯入 QR 圖片",
+ "description": "Import qr images. Shown as add account method."
+ },
+ "import_backup_code": {
+ "message": "以文字匯入",
+ "description": "Import backup code."
+ },
+ "import_otp_urls": {
+ "message": "匯入 OTP 網址",
+ "description": "Import OTP URLs. Shown as add account method."
+ },
+ "import_backup_qr_partly_failed": {
+ "message": "匯入成功,但部份QR碼無法辨識",
+ "description": "Import successful, but some QR image cannot be recognized."
+ },
+ "import_backup_qr_in_batches": {
+ "message": "您可以選擇多個檔案進行批量匯入",
+ "description": "You can select multiple image files to import backup in batches."
+ },
+ "show_all_entries": {
+ "message": "顯示全部條目",
+ "description": "Show all entries."
+ },
+ "dropbox_risk": {
+ "message": "警告:備份檔案未加密,需自行承擔風險。",
+ "description": "Backup risk warning."
+ },
+ "import_error_password": {
+ "message": "您必須提供正確的密碼才能匯入備份。",
+ "description": "Error password warning when import backups."
+ },
+ "local_passphrase_warning": {
+ "message": "您的密碼儲存在了本地,請立即通過安全選單更改密碼。",
+ "description": "localStorage password warning."
+ },
+ "remove": {
+ "message": "移除",
+ "description": "Remove password."
+ },
+ "download_enc_backup": {
+ "message": "下載密碼保護備份",
+ "description": "Download Encrypted Backup"
+ },
+ "search": {
+ "message": "搜尋",
+ "description": "Search"
+ },
+ "popout": {
+ "message": "彈出模式",
+ "description": "Make window turn into persistent popup"
+ },
+ "lock": {
+ "message": "鎖定",
+ "description": "Lock accounts"
+ },
+ "edit": {
+ "message": "編輯",
+ "description": "Edit"
+ },
+ "manual_dropbox": {
+ "message": "手動備份",
+ "description": "Manual backup"
+ },
+ "use_autofill": {
+ "message": "啟用自動填充",
+ "description": "Use Autofill"
+ },
+ "use_high_contrast": {
+ "message": "高對比",
+ "description": "Use High Contrast"
+ },
+ "theme": {
+ "message": "主題",
+ "description": "Theme"
+ },
+ "theme_light": {
+ "message": "亮色",
+ "description": "Light theme"
+ },
+ "theme_dark": {
+ "message": "暗色",
+ "description": "Dark theme"
+ },
+ "theme_simple": {
+ "message": "簡易",
+ "description": "Simple theme"
+ },
+ "theme_compact": {
+ "message": "壓縮",
+ "description": "Compact theme"
+ },
+ "theme_high_contrast": {
+ "message": "高對比度",
+ "description": "High Contrast theme"
+ },
+ "theme_flat": {
+ "message": "平",
+ "description": "Flat theme"
+ },
+ "storage_sync_info": {
+ "message": "自動備份您的資料至第三方儲存服務。",
+ "description": "3rd party backup info"
+ },
+ "browser_sync": {
+ "message": "瀏覽器同步",
+ "description": "Storage location"
+ },
+ "sign_in": {
+ "message": "登入",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "sign_in_business": {
+ "message": "登入(企業)",
+ "description": "Sign in to 3rd party storage services"
+ },
+ "onedrive_business_perms": {
+ "message": "為什麼企業賬戶需要更多權限?"
+ },
+ "log_out": {
+ "message": "登出",
+ "description": "Sign out of 3rd party storage services"
+ },
+ "token_revoked": {
+ "message": "連接到您的 $SERVICE$ 帳戶時出現問題,請重試。",
+ "description": "Error authenticating to backup service. $SERVICE$ will be replaced with a proper noun (E.g.: 'Google Drive' or 'Dropbox')",
+ "placeholders": {
+ "service": {
+ "content": "$1",
+ "example": "Google Drive"
+ }
}
-}
\ No newline at end of file
+ },
+ "otp_unsupported_warn": {
+ "message": "您有一個或多個Steam或Blizzard帳戶。 未加密的備份將不使用標準化備份格式。",
+ "description": "Warning if using account that is not supported by standard backup format."
+ },
+ "otp_backup_inform": {
+ "message": "您可以從其他一些應用程序導入備份。",
+ "description": "Info text on import page"
+ },
+ "otp_backup_learn": {
+ "message": "瞭解詳情",
+ "description": "learn more link on import page. Placed after otp_backup_inform"
+ },
+ "loading": {
+ "message": "載入中..."
+ },
+ "autolock": {
+ "message": "鎖定於"
+ },
+ "minutes": {
+ "message": "分鐘"
+ },
+ "advanced": {
+ "message": "進階設定"
+ },
+ "period": {
+ "message": "有效期"
+ },
+ "type": {
+ "message": "類型"
+ },
+ "invalid": {
+ "message": "無效"
+ },
+ "digits": {
+ "message": "數字"
+ },
+ "algorithm": {
+ "message": "算法"
+ },
+ "smart_filter": {
+ "message": "智慧過濾"
+ },
+ "backup": {
+ "message": "備份"
+ },
+ "backup_file_info": {
+ "message": "備份至檔案"
+ },
+ "password_policy_default_hint": {
+ "message": "您的密碼不符合您組織的安全要求。 有關詳細信息,請聯繫您的管理員。"
+ },
+ "advisor": {
+ "message": "顧問"
+ },
+ "advisor_insight_password_not_set": {
+ "message": "設定密碼保護您的資料。"
+ },
+ "advisor_insight_auto_lock_not_set": {
+ "message": "啟用自動鎖定以保護你的資料"
+ },
+ "advisor_insight_browser_sync_not_enabled": {
+ "message": "已禁用瀏覽器同步。啟用以在不同瀏覽器同步賬號。"
+ },
+ "advisor_insight_auto_fill_not_enabled": {
+ "message": "可以啟動自動填入以自動填入代碼到網站中"
+ },
+ "advisor_insight_smart_filter_not_enabled": {
+ "message": "啟用智能過濾器可以快速訪問帳戶。"
+ },
+ "show_all_insights": {
+ "message": "顯示所有見解。"
+ },
+ "no_insight_available": {
+ "message": "無任何見解被發現;一切完好!"
+ },
+ "danger": {
+ "message": "危險"
+ },
+ "warning": {
+ "message": "警告"
+ },
+ "info": {
+ "message": "資訊"
+ },
+ "dismiss": {
+ "message": "解除"
+ },
+ "learn_more": {
+ "message": "了解更多"
+ },
+ "enable_context_menu": {
+ "message": "加到右鍵選單"
+ },
+ "no_entires": {
+ "message": "帳號不存在,請新增帳號。"
+ },
+ "permissions": {
+ "message": "使用權限"
+ },
+ "permission_revoke": {
+ "message": "註銷"
+ },
+ "permission_show_required_permissions": {
+ "message": "顯示不可註銷的權限。"
+ },
+ "permission_required": {
+ "message": "這是必要的權限而且不可以註銷。"
+ },
+ "permission_active_tab": {
+ "message": "存取當前頁面並掃描QR碼"
+ },
+ "permission_storage": {
+ "message": "存取瀏覽器空間以便存放帳戶資訊"
+ },
+ "permission_identity": {
+ "message": "允許登入第三方儲存服務。"
+ },
+ "permission_alarms": {
+ "message": "Allows auto-lock to work."
+ },
+ "permission_scripting": {
+ "message": "Inject scripts into he current tab to scan QR codes and allow auto-fill to work."
+ },
+ "permission_clipboard_write": {
+ "message": "授權點選帳戶時複製驗證碼到剪貼簿。"
+ },
+ "permission_context_menus": {
+ "message": "將驗證器加到右鍵選單"
+ },
+ "permission_sync_clock": {
+ "message": "允許與 Google 連線校時。"
+ },
+ "permission_dropbox": {
+ "message": "允許備份到Dropbox."
+ },
+ "permission_dropbox_cannot_revoke": {
+ "message": "請先取消 Dropbox 備份"
+ },
+ "permission_drive": {
+ "message": "允許備份到Google Drive."
+ },
+ "permission_drive_cannot_revoke": {
+ "message": "請先取消 Google Drive 備份"
+ },
+ "permission_onedrive": {
+ "message": "允許備份到OneDrive."
+ },
+ "permission_onedrive_cannot_revoke": {
+ "message": "請先取消 OneDrvie 備份"
+ },
+ "permission_unknown_permission": {
+ "message": "未知的權限。您如果看到這個訊息,請回報程式異常。"
+ },
+ "phrase_wrong": {
+ "message": "Password incorrect"
+ },
+ "activate_auto_filter": {
+ "message": "Warning: Smart filter loosely matches the domain name to an account. Always verify that you are on the correct website before entering a code!"
+ }
+}
diff --git a/manifests/manifest-chrome.json b/manifests/manifest-chrome.json
index 02f54ce9b..988ca52f1 100644
--- a/manifests/manifest-chrome.json
+++ b/manifests/manifest-chrome.json
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
- "version": "7.0.0",
+ "version": "8.0.0",
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
diff --git a/manifests/manifest-edge.json b/manifests/manifest-edge.json
index 8f2675447..18b912da9 100644
--- a/manifests/manifest-edge.json
+++ b/manifests/manifest-edge.json
@@ -1,8 +1,7 @@
{
"manifest_version": 3,
"name": "Authenticator: 2FA Client",
- "short_name": "__MSG_extShortName__",
- "version": "7.0.0",
+ "version": "8.0.0",
"default_locale": "en",
"description": "__MSG_extDesc__",
"icons": {
diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json
index 7f4a32ca1..075bf5a47 100644
--- a/manifests/manifest-firefox.json
+++ b/manifests/manifest-firefox.json
@@ -1,66 +1,56 @@
{
- "manifest_version": 3,
- "name": "__MSG_extName__",
- "short_name": "__MSG_extShortName__",
- "version": "7.0.0",
- "default_locale": "en",
- "description": "__MSG_extDesc__",
- "browser_specific_settings": {
- "gecko": {
- "id": "authenticator@mymindstorm",
- "strict_min_version": "109.0"
- }
- },
- "icons": {
- "16": "images/icon16.png",
- "48": "images/icon48.png",
- "128": "images/icon128.png"
- },
- "action": {
- "default_icon": {
- "19": "images/icon19.png",
- "38": "images/icon38.png"
- },
- "default_title": "__MSG_extShortName__",
- "default_popup": "view/popup.html"
- },
- "background": {
- "scripts": [
- "dist/background.js"
- ]
- },
- "commands": {
- "_execute_browser_action": {},
- "scan-qr": {
- "description": "Scan a QR code"
- },
- "autofill": {
- "description": "Autofill the matched code"
- }
+ "manifest_version": 3,
+ "name": "__MSG_extName__",
+ "short_name": "__MSG_extShortName__",
+ "version": "8.0.0",
+ "default_locale": "en",
+ "description": "__MSG_extDesc__",
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "authenticator@mymindstorm",
+ "strict_min_version": "126.0"
+ }
+ },
+ "icons": {
+ "16": "images/icon16.png",
+ "48": "images/icon48.png",
+ "128": "images/icon128.png"
+ },
+ "action": {
+ "default_icon": {
+ "19": "images/icon19.png",
+ "38": "images/icon38.png"
},
- "options_ui": {
- "page": "view/options.html",
- "open_in_tab": false
+ "default_title": "__MSG_extShortName__",
+ "default_popup": "view/popup.html"
+ },
+ "background": {
+ "scripts": ["dist/background.js"]
+ },
+ "commands": {
+ "_execute_browser_action": {},
+ "scan-qr": {
+ "description": "Scan a QR code"
},
- "permissions": [
- "activeTab",
- "storage",
- "identity",
- "alarms",
- "scripting"
- ],
- "optional_permissions": [
- "clipboardWrite"
- ],
- "host_permissions": [
- "https://www.google.com/",
- "https://*.dropboxapi.com/*",
- "https://www.googleapis.com/*",
- "https://accounts.google.com/o/oauth2/revoke",
- "https://graph.microsoft.com/me/*",
- "https://login.microsoftonline.com/common/oauth2/v2.0/token"
- ],
- "content_security_policy": {
- "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https://www.google.com/ https://*.dropboxapi.com https://www.googleapis.com/ https://accounts.google.com/o/oauth2/revoke https://login.microsoftonline.com/common/oauth2/v2.0/token https://graph.microsoft.com/; default-src 'none'"
+ "autofill": {
+ "description": "Autofill the matched code"
}
+ },
+ "options_ui": {
+ "page": "view/options.html",
+ "open_in_tab": false
+ },
+ "permissions": ["activeTab", "storage", "identity", "alarms", "scripting"],
+ "optional_permissions": ["clipboardWrite"],
+ "host_permissions": [
+ "https://www.google.com/",
+ "https://*.dropboxapi.com/*",
+ "https://www.googleapis.com/*",
+ "https://accounts.google.com/o/oauth2/revoke",
+ "https://graph.microsoft.com/me/*",
+ "https://login.microsoftonline.com/common/oauth2/v2.0/token"
+ ],
+ "content_security_policy": {
+ "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; font-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src https://www.google.com/ https://*.dropboxapi.com https://www.googleapis.com/ https://accounts.google.com/o/oauth2/revoke https://login.microsoftonline.com/common/oauth2/v2.0/token https://graph.microsoft.com/; default-src 'none'"
+ }
}
diff --git a/package-lock.json b/package-lock.json
index cf918248b..f472ab6ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,8 +15,7 @@
"node-gost-crypto": "^1.0.2",
"qrcode-generator": "^1.4.4",
"qrcode-reader": "^1.0.4",
- "uuid": "^3.4.0",
- "vue": "^2.6.12",
+ "vue": "^2.7.16",
"vue2-dragula": "^2.5.4",
"vuex": "^3.4.0"
},
@@ -29,16 +28,14 @@
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
"@types/sinon-chrome": "^2.2.10",
- "@types/uuid": "^3.4.9",
- "@typescript-eslint/eslint-plugin": "^2.34.0",
- "@typescript-eslint/parser": "^2.34.0",
- "@vue/runtime-dom": "^3.2.47",
+ "@typescript-eslint/eslint-plugin": "^7.15.0",
+ "@typescript-eslint/parser": "^7.15.0",
"@vue/test-utils": "^1.1.1",
"base64-loader": "^1.0.0",
"buffer": "^6.0.3",
"chai": "^4.2.0",
"crypto-js": "^4.1.1",
- "eslint": "^6.8.0",
+ "eslint": "^8.56.0",
"fork-ts-checker-webpack-plugin": "^6.5.3",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
@@ -46,7 +43,7 @@
"nyc": "^15.1.0",
"prettier": "2.2.1",
"process": "^0.11.10",
- "puppeteer": "^21.6.1",
+ "puppeteer": "^22.11.2",
"sass": "^1.26.11",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
@@ -58,7 +55,7 @@
"util": "^0.12.5",
"vue-loader": "^15.10.1",
"vue-svg-loader": "^0.16.0",
- "vue-template-compiler": "^2.7.0",
+ "vue-template-compiler": "^2.7.16",
"webpack": "^5.11.0",
"webpack-cli": "^5.0.0",
"webpack-merge": "^5.0.0"
@@ -417,6 +414,115 @@
"node": ">=10.0.0"
}
},
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^3.3.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.11.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz",
+ "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==",
+ "dev": true,
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "2.1.4",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
+ "dev": true,
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.6.0",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "8.57.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
+ "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.11.14",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
+ "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
+ "deprecated": "Use @eslint/config-array instead",
+ "dev": true,
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^2.0.2",
+ "debug": "^4.3.1",
+ "minimatch": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
+ "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
+ "deprecated": "Use @eslint/object-schema instead",
+ "dev": true
+ },
"node_modules/@istanbuljs/load-nyc-config": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
@@ -574,17 +680,53 @@
"@jridgewell/sourcemap-codec": "1.4.14"
}
},
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
"node_modules/@puppeteer/browsers": {
- "version": "1.9.0",
- "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.9.0.tgz",
- "integrity": "sha512-QwguOLy44YBGC8vuPP2nmpX4MUN2FzWbsnvZJtiCzecU3lHmVZkaC1tq6rToi9a200m8RzlVtDyxCS0UIDrxUg==",
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.2.3.tgz",
+ "integrity": "sha512-bJ0UBsk0ESOs6RFcLXOt99a3yTDcOKlzfjad+rhFwdaG1Lu/Wzq58GHYCDTlZ9z6mldf4g+NTb+TXEfe0PpnsQ==",
"dev": true,
"dependencies": {
"debug": "4.3.4",
"extract-zip": "2.0.1",
"progress": "2.0.3",
- "proxy-agent": "6.3.1",
- "tar-fs": "3.0.4",
+ "proxy-agent": "6.4.0",
+ "semver": "7.6.0",
+ "tar-fs": "3.0.5",
"unbzip2-stream": "1.4.3",
"yargs": "17.7.2"
},
@@ -592,16 +734,7 @@
"browsers": "lib/cjs/main-cli.js"
},
"engines": {
- "node": ">=16.3.0"
- }
- },
- "node_modules/@puppeteer/browsers/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
+ "node": ">=18"
}
},
"node_modules/@puppeteer/browsers/node_modules/cliui": {
@@ -618,18 +751,6 @@
"node": ">=12"
}
},
- "node_modules/@puppeteer/browsers/node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/@puppeteer/browsers/node_modules/yargs": {
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
@@ -785,12 +906,6 @@
"@types/estree": "*"
}
},
- "node_modules/@types/eslint-visitor-keys": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz",
- "integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==",
- "dev": true
- },
"node_modules/@types/estree": {
"version": "0.0.51",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
@@ -888,12 +1003,6 @@
"integrity": "sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==",
"dev": true
},
- "node_modules/@types/uuid": {
- "version": "3.4.10",
- "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-3.4.10.tgz",
- "integrity": "sha512-BgeaZuElf7DEYZhWYDTc/XcLZXdVgFkVSTa13BqKvbnmUrxr3TJFKofUxCtDO9UQOdhnV+HPOESdHiHKZOJV1A==",
- "dev": true
- },
"node_modules/@types/yauzl": {
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
@@ -905,26 +1014,31 @@
}
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "2.34.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz",
- "integrity": "sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==",
- "dev": true,
- "dependencies": {
- "@typescript-eslint/experimental-utils": "2.34.0",
- "functional-red-black-tree": "^1.0.1",
- "regexpp": "^3.0.0",
- "tsutils": "^3.17.1"
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.15.0.tgz",
+ "integrity": "sha512-uiNHpyjZtFrLwLDpHnzaDlP3Tt6sGMqTCiqmxaN4n4RP0EfYZDODJyddiFDF44Hjwxr5xAcaYxVKm9QKQFJFLA==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/regexpp": "^4.10.0",
+ "@typescript-eslint/scope-manager": "7.15.0",
+ "@typescript-eslint/type-utils": "7.15.0",
+ "@typescript-eslint/utils": "7.15.0",
+ "@typescript-eslint/visitor-keys": "7.15.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.3.1",
+ "natural-compare": "^1.4.0",
+ "ts-api-utils": "^1.3.0"
},
"engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "@typescript-eslint/parser": "^2.0.0",
- "eslint": "^5.0.0 || ^6.0.0"
+ "@typescript-eslint/parser": "^7.0.0",
+ "eslint": "^8.56.0"
},
"peerDependenciesMeta": {
"typescript": {
@@ -932,48 +1046,71 @@
}
}
},
- "node_modules/@typescript-eslint/experimental-utils": {
- "version": "2.34.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz",
- "integrity": "sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==",
+ "node_modules/@typescript-eslint/parser": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.15.0.tgz",
+ "integrity": "sha512-k9fYuQNnypLFcqORNClRykkGOMOj+pV6V91R4GO/l1FDGwpqmSwoOQrOHo3cGaH63e+D3ZiCAOsuS/D2c99j/A==",
"dev": true,
"dependencies": {
- "@types/json-schema": "^7.0.3",
- "@typescript-eslint/typescript-estree": "2.34.0",
- "eslint-scope": "^5.0.0",
- "eslint-utils": "^2.0.0"
+ "@typescript-eslint/scope-manager": "7.15.0",
+ "@typescript-eslint/types": "7.15.0",
+ "@typescript-eslint/typescript-estree": "7.15.0",
+ "@typescript-eslint/visitor-keys": "7.15.0",
+ "debug": "^4.3.4"
},
"engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "eslint": "*"
+ "eslint": "^8.56.0"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
- "node_modules/@typescript-eslint/parser": {
- "version": "2.34.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.34.0.tgz",
- "integrity": "sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==",
+ "node_modules/@typescript-eslint/scope-manager": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.15.0.tgz",
+ "integrity": "sha512-Q/1yrF/XbxOTvttNVPihxh1b9fxamjEoz2Os/Pe38OHwxC24CyCqXxGTOdpb4lt6HYtqw9HetA/Rf6gDGaMPlw==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/types": "7.15.0",
+ "@typescript-eslint/visitor-keys": "7.15.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@typescript-eslint/type-utils": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.15.0.tgz",
+ "integrity": "sha512-SkgriaeV6PDvpA6253PDVep0qCqgbO1IOBiycjnXsszNTVQe5flN5wR5jiczoEoDEnAqYFSFFc9al9BSGVltkg==",
"dev": true,
"dependencies": {
- "@types/eslint-visitor-keys": "^1.0.0",
- "@typescript-eslint/experimental-utils": "2.34.0",
- "@typescript-eslint/typescript-estree": "2.34.0",
- "eslint-visitor-keys": "^1.1.0"
+ "@typescript-eslint/typescript-estree": "7.15.0",
+ "@typescript-eslint/utils": "7.15.0",
+ "debug": "^4.3.4",
+ "ts-api-utils": "^1.3.0"
},
"engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "eslint": "^5.0.0 || ^6.0.0"
+ "eslint": "^8.56.0"
},
"peerDependenciesMeta": {
"typescript": {
@@ -981,22 +1118,36 @@
}
}
},
+ "node_modules/@typescript-eslint/types": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.15.0.tgz",
+ "integrity": "sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw==",
+ "dev": true,
+ "engines": {
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "2.34.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
- "integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.15.0.tgz",
+ "integrity": "sha512-gjyB/rHAopL/XxfmYThQbXbzRMGhZzGw6KpcMbfe8Q3nNQKStpxnUKeXb0KiN/fFDR42Z43szs6rY7eHk0zdGQ==",
"dev": true,
"dependencies": {
- "debug": "^4.1.1",
- "eslint-visitor-keys": "^1.1.0",
- "glob": "^7.1.6",
- "is-glob": "^4.0.1",
- "lodash": "^4.17.15",
- "semver": "^7.3.2",
- "tsutils": "^3.17.1"
+ "@typescript-eslint/types": "7.15.0",
+ "@typescript-eslint/visitor-keys": "7.15.0",
+ "debug": "^4.3.4",
+ "globby": "^11.1.0",
+ "is-glob": "^4.0.3",
+ "minimatch": "^9.0.4",
+ "semver": "^7.6.0",
+ "ts-api-utils": "^1.3.0"
},
"engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ "node": "^18.18.0 || >=20.0.0"
},
"funding": {
"type": "opencollective",
@@ -1008,14 +1159,86 @@
}
}
},
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0"
+ }
+ },
+ "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/@typescript-eslint/utils": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.15.0.tgz",
+ "integrity": "sha512-hfDMDqaqOqsUVGiEPSMLR/AjTSCsmJwjpKkYQRo1FNbmW4tBwBspYDwO9eh7sKSTwMQgBw9/T4DHudPaqshRWA==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.4.0",
+ "@typescript-eslint/scope-manager": "7.15.0",
+ "@typescript-eslint/types": "7.15.0",
+ "@typescript-eslint/typescript-estree": "7.15.0"
+ },
+ "engines": {
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ },
+ "peerDependencies": {
+ "eslint": "^8.56.0"
+ }
+ },
+ "node_modules/@typescript-eslint/visitor-keys": {
+ "version": "7.15.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.15.0.tgz",
+ "integrity": "sha512-Hqgy/ETgpt2L5xueA/zHHIl4fJI2O4XUE9l4+OIfbJIRSnTJb/QscncdqqZzofQegIJugRIF57OJea1khw2SDw==",
+ "dev": true,
+ "dependencies": {
+ "@typescript-eslint/types": "7.15.0",
+ "eslint-visitor-keys": "^3.4.3"
+ },
+ "engines": {
+ "node": "^18.18.0 || >=20.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/typescript-eslint"
+ }
+ },
+ "node_modules/@ungap/structured-clone": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
+ "dev": true
+ },
"node_modules/@vue/compiler-sfc": {
- "version": "2.7.14",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz",
- "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==",
+ "version": "2.7.16",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz",
+ "integrity": "sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg==",
"dependencies": {
- "@babel/parser": "^7.18.4",
+ "@babel/parser": "^7.23.5",
"postcss": "^8.4.14",
"source-map": "^0.6.1"
+ },
+ "optionalDependencies": {
+ "prettier": "^1.18.2 || ^2.0.0"
}
},
"node_modules/@vue/component-compiler-utils": {
@@ -1076,48 +1299,6 @@
"integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
"dev": true
},
- "node_modules/@vue/reactivity": {
- "version": "3.2.47",
- "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.2.47.tgz",
- "integrity": "sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==",
- "dev": true,
- "dependencies": {
- "@vue/shared": "3.2.47"
- }
- },
- "node_modules/@vue/runtime-core": {
- "version": "3.2.47",
- "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.2.47.tgz",
- "integrity": "sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==",
- "dev": true,
- "dependencies": {
- "@vue/reactivity": "3.2.47",
- "@vue/shared": "3.2.47"
- }
- },
- "node_modules/@vue/runtime-dom": {
- "version": "3.2.47",
- "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.2.47.tgz",
- "integrity": "sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==",
- "dev": true,
- "dependencies": {
- "@vue/runtime-core": "3.2.47",
- "@vue/shared": "3.2.47",
- "csstype": "^2.6.8"
- }
- },
- "node_modules/@vue/runtime-dom/node_modules/csstype": {
- "version": "2.6.21",
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz",
- "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==",
- "dev": true
- },
- "node_modules/@vue/shared": {
- "version": "3.2.47",
- "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.47.tgz",
- "integrity": "sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==",
- "dev": true
- },
"node_modules/@vue/test-utils": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.4.tgz",
@@ -1342,9 +1523,9 @@
"dev": true
},
"node_modules/acorn": {
- "version": "7.4.1",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "version": "8.12.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz",
+ "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==",
"dev": true,
"bin": {
"acorn": "bin/acorn"
@@ -1363,9 +1544,9 @@
}
},
"node_modules/agent-base": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
- "integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
+ "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
"dev": true,
"dependencies": {
"debug": "^4.3.4"
@@ -1421,37 +1602,10 @@
"node": ">=6"
}
},
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
- "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
- "dev": true,
- "dependencies": {
- "type-fest": "^0.21.3"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-escapes/node_modules/type-fest": {
- "version": "0.21.3",
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/ansi-regex": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz",
- "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true,
"engines": {
"node": ">=6"
@@ -1533,6 +1687,22 @@
"integrity": "sha512-GQTc6Uupx1FCavi5mPzBvVT7nEOeWMmUA9P95wpfpW1XwMSKs+KaymD5C2Up7KAUKg/mYwbsUYzdZWcoajlNZg==",
"dev": true
},
+ "node_modules/array-union": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
+ "dev": true,
+ "dependencies": {
+ "call-bind": "^1.0.2",
+ "define-properties": "^1.1.4",
+ "es-abstract": "^1.20.4",
+ "es-array-method-boxes-properly": "^1.0.0",
+ "is-string": "^1.0.7"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/array.prototype.reduce": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz",
@@ -1574,20 +1744,11 @@
}
},
"node_modules/ast-types/node_modules/tslib": {
- "version": "2.6.2",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
- "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
"dev": true
},
- "node_modules/astral-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz",
- "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
@@ -1621,9 +1782,9 @@
}
},
"node_modules/b4a": {
- "version": "1.6.4",
- "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz",
- "integrity": "sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==",
+ "version": "1.6.6",
+ "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz",
+ "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==",
"dev": true
},
"node_modules/balanced-match": {
@@ -1632,12 +1793,58 @@
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
"dev": true
},
- "node_modules/base64-js": {
- "version": "1.5.1",
- "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
- "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "node_modules/bare-events": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz",
+ "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==",
"dev": true,
- "funding": [
+ "optional": true
+ },
+ "node_modules/bare-fs": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.1.tgz",
+ "integrity": "sha512-W/Hfxc/6VehXlsgFtbB5B4xFcsCl+pAh30cYhoFyXErf6oGrwjh8SwiPAdHgpmWonKuYpZgGywN0SXt7dgsADA==",
+ "dev": true,
+ "optional": true,
+ "dependencies": {
+ "bare-events": "^2.0.0",
+ "bare-path": "^2.0.0",
+ "bare-stream": "^2.0.0"
+ }
+ },
+ "node_modules/bare-os": {
+ "version": "2.4.0",
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.0.tgz",
+ "integrity": "sha512-v8DTT08AS/G0F9xrhyLtepoo9EJBJ85FRSMbu1pQUlAf6A8T0tEEQGMVObWeqpjhSPXsE0VGlluFBJu2fdoTNg==",
+ "dev": true,
+ "optional": true
+ },
+ "node_modules/bare-path": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-2.1.3.tgz",
+ "integrity": "sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==",
+ "dev": true,
+ "optional": true,
+ "dependencies": {
+ "bare-os": "^2.1.0"
+ }
+ },
+ "node_modules/bare-stream": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.1.3.tgz",
+ "integrity": "sha512-tiDAH9H/kP+tvNO5sczyn9ZAA7utrSMobyDchsnyyXBuUe2FSQWbxhtuHB8jwpHYYevVo2UJpcmvvjrbHboUUQ==",
+ "dev": true,
+ "optional": true,
+ "dependencies": {
+ "streamx": "^2.18.0"
+ }
+ },
+ "node_modules/base64-js": {
+ "version": "1.5.1",
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
+ "dev": true,
+ "funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
@@ -1659,9 +1866,9 @@
"dev": true
},
"node_modules/basic-ftp": {
- "version": "5.0.4",
- "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.4.tgz",
- "integrity": "sha512-8PzkB0arJFV4jJWSGOYR+OEic6aeKMu/osRhBULN6RY0ykby6LKhbmuQ5ublvaas5BOwboah5D87nrHyuh8PPA==",
+ "version": "5.0.5",
+ "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
+ "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
"dev": true,
"engines": {
"node": ">=10.0.0"
@@ -1708,12 +1915,12 @@
}
},
"node_modules/braces": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
- "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dev": true,
"dependencies": {
- "fill-range": "^7.0.1"
+ "fill-range": "^7.1.1"
},
"engines": {
"node": ">=8"
@@ -1896,12 +2103,6 @@
"node": ">=4"
}
},
- "node_modules/chardet": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
- "dev": true
- },
"node_modules/check-error": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz",
@@ -1957,13 +2158,14 @@
}
},
"node_modules/chromium-bidi": {
- "version": "0.5.1",
- "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.1.tgz",
- "integrity": "sha512-dcCqOgq9fHKExc2R4JZs/oKbOghWpUNFAJODS8WKRtLhp3avtIH5UDCBrutdqZdh3pARogH8y1ObXm87emwb3g==",
+ "version": "0.5.23",
+ "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.23.tgz",
+ "integrity": "sha512-1o/gLU9wDqbN5nL2MtfjykjOuighGXc3/hnWueO1haiEoFgX8h5vbvcA4tgdQfjw1mkZ1OEF4x/+HVeqEX6NoA==",
"dev": true,
"dependencies": {
"mitt": "3.0.1",
- "urlpattern-polyfill": "9.0.0"
+ "urlpattern-polyfill": "10.0.0",
+ "zod": "3.23.8"
},
"peerDependencies": {
"devtools-protocol": "*"
@@ -1978,27 +2180,6 @@
"node": ">=6"
}
},
- "node_modules/cli-cursor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
- "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
- "dev": true,
- "dependencies": {
- "restore-cursor": "^3.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cli-width": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
- "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
- "dev": true,
- "engines": {
- "node": ">= 10"
- }
- },
"node_modules/cliui": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
@@ -2010,27 +2191,6 @@
"wrap-ansi": "^7.0.0"
}
},
- "node_modules/cliui/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cliui/node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
@@ -2198,38 +2358,18 @@
"node": ">=8"
}
},
- "node_modules/cross-fetch": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz",
- "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==",
- "dev": true,
- "dependencies": {
- "node-fetch": "^2.6.12"
- }
- },
"node_modules/cross-spawn": {
- "version": "6.0.5",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
- "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
"dev": true,
"dependencies": {
- "nice-try": "^1.0.4",
- "path-key": "^2.0.1",
- "semver": "^5.5.0",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
},
"engines": {
- "node": ">=4.8"
- }
- },
- "node_modules/cross-spawn/node_modules/semver": {
- "version": "5.7.2",
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
- "dev": true,
- "bin": {
- "semver": "bin/semver"
+ "node": ">= 8"
}
},
"node_modules/crossvent": {
@@ -2370,9 +2510,9 @@
"integrity": "sha512-6nOXX3UitrmdvSJWoVR2dlzhbX5bEUqmqsMUyx1ypCLZkHHkcuYtdpW3p94RGvcFkTV7DkLo+Ilbwnlwi8L+jw=="
},
"node_modules/data-uri-to-buffer": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.1.tgz",
- "integrity": "sha512-MZd3VlchQkp8rdend6vrx7MmVDJzSNTBvghvKjirLkD+WTChA3KUf0jkE68Q4UyctNqI11zZO9/x2Yx+ub5Cvg==",
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
+ "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
"dev": true,
"engines": {
"node": ">= 14"
@@ -2492,9 +2632,9 @@
}
},
"node_modules/devtools-protocol": {
- "version": "0.0.1203626",
- "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1203626.tgz",
- "integrity": "sha512-nEzHZteIUZfGCZtTiS1fRpC8UZmsfD1SiyPvaUNvS13dvKf666OAm8YTi0+Ca3n1nLEyu49Cy4+dPWpaHFJk9g==",
+ "version": "0.0.1299070",
+ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1299070.tgz",
+ "integrity": "sha512-+qtL3eX50qsJ7c+qVyagqi7AWMoQCBGNfoyJZMwm/NSXVqLYbuitrWEEIzxfUmTNy7//Xe8yhMmQ+elj3uAqSg==",
"dev": true
},
"node_modules/diff": {
@@ -2506,6 +2646,18 @@
"node": ">=0.3.1"
}
},
+ "node_modules/dir-glob": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
+ "dev": true,
+ "dependencies": {
+ "path-type": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/doctrine": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
@@ -2663,6 +2815,15 @@
"url": "https://github.com/fb55/entities?sponsor=1"
}
},
+ "node_modules/env-paths": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/envinfo": {
"version": "7.8.1",
"resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz",
@@ -2830,54 +2991,55 @@
}
},
"node_modules/eslint": {
- "version": "6.8.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-6.8.0.tgz",
- "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==",
- "dev": true,
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "ajv": "^6.10.0",
- "chalk": "^2.1.0",
- "cross-spawn": "^6.0.5",
- "debug": "^4.0.1",
+ "version": "8.57.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
+ "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.6.1",
+ "@eslint/eslintrc": "^2.1.4",
+ "@eslint/js": "8.57.0",
+ "@humanwhocodes/config-array": "^0.11.14",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@nodelib/fs.walk": "^1.2.8",
+ "@ungap/structured-clone": "^1.2.0",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
"doctrine": "^3.0.0",
- "eslint-scope": "^5.0.0",
- "eslint-utils": "^1.4.3",
- "eslint-visitor-keys": "^1.1.0",
- "espree": "^6.1.2",
- "esquery": "^1.0.1",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.2.2",
+ "eslint-visitor-keys": "^3.4.3",
+ "espree": "^9.6.1",
+ "esquery": "^1.4.2",
"esutils": "^2.0.2",
- "file-entry-cache": "^5.0.1",
- "functional-red-black-tree": "^1.0.1",
- "glob-parent": "^5.0.0",
- "globals": "^12.1.0",
- "ignore": "^4.0.6",
- "import-fresh": "^3.0.0",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "globals": "^13.19.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.0",
"imurmurhash": "^0.1.4",
- "inquirer": "^7.0.0",
"is-glob": "^4.0.0",
- "js-yaml": "^3.13.1",
+ "is-path-inside": "^3.0.3",
+ "js-yaml": "^4.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.3.0",
- "lodash": "^4.17.14",
- "minimatch": "^3.0.4",
- "mkdirp": "^0.5.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
"natural-compare": "^1.4.0",
- "optionator": "^0.8.3",
- "progress": "^2.0.0",
- "regexpp": "^2.0.1",
- "semver": "^6.1.2",
- "strip-ansi": "^5.2.0",
- "strip-json-comments": "^3.0.1",
- "table": "^5.2.3",
- "text-table": "^0.2.0",
- "v8-compile-cache": "^2.0.3"
+ "optionator": "^0.9.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
},
"bin": {
"eslint": "bin/eslint.js"
},
"engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
@@ -2896,72 +3058,170 @@
"node": ">=8.0.0"
}
},
- "node_modules/eslint-utils": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
- "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.4.3",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"dependencies": {
- "eslint-visitor-keys": "^1.1.0"
+ "color-convert": "^2.0.1"
},
"engines": {
- "node": ">=6"
+ "node": ">=8"
},
"funding": {
- "url": "https://github.com/sponsors/mysticatea"
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
- "node_modules/eslint-visitor-keys": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
- "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
+ "node_modules/eslint/node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "node_modules/eslint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
"engines": {
- "node": ">=4"
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/eslint/node_modules/eslint-utils": {
- "version": "1.4.3",
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz",
- "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==",
+ "node_modules/eslint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
"dependencies": {
- "eslint-visitor-keys": "^1.1.0"
+ "color-name": "~1.1.4"
},
"engines": {
- "node": ">=6"
+ "node": ">=7.0.0"
}
},
- "node_modules/eslint/node_modules/regexpp": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz",
- "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==",
+ "node_modules/eslint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/eslint/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/eslint-scope": {
+ "version": "7.2.2",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
"dev": true,
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
"engines": {
- "node": ">=6.5.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
}
},
- "node_modules/eslint/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "node_modules/eslint/node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
"dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/eslint/node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/eslint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
"bin": {
- "semver": "bin/semver.js"
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/eslint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
"node_modules/espree": {
- "version": "6.2.1",
- "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz",
- "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==",
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
"dev": true,
"dependencies": {
- "acorn": "^7.1.1",
- "acorn-jsx": "^5.2.0",
- "eslint-visitor-keys": "^1.1.0"
+ "acorn": "^8.9.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.1"
},
"engines": {
- "node": ">=6.0.0"
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
}
},
"node_modules/esprima": {
@@ -3058,20 +3318,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/external-editor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
- "dev": true,
- "dependencies": {
- "chardet": "^0.7.0",
- "iconv-lite": "^0.4.24",
- "tmp": "^0.0.33"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/extract-zip": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
@@ -3104,6 +3350,22 @@
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
"dev": true
},
+ "node_modules/fast-glob": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "^2.0.2",
+ "@nodelib/fs.walk": "^1.2.3",
+ "glob-parent": "^5.1.2",
+ "merge2": "^1.3.0",
+ "micromatch": "^4.0.4"
+ },
+ "engines": {
+ "node": ">=8.6.0"
+ }
+ },
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
@@ -3131,6 +3393,15 @@
"node": ">= 4.9.1"
}
},
+ "node_modules/fastq": {
+ "version": "1.17.1",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
+ "dev": true,
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
"node_modules/fd-slicer": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
@@ -3140,43 +3411,31 @@
"pend": "~1.2.0"
}
},
- "node_modules/figures": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
- "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
- "dev": true,
- "dependencies": {
- "escape-string-regexp": "^1.0.5"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/file-entry-cache": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz",
- "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
"dev": true,
"dependencies": {
- "flat-cache": "^2.0.1"
+ "flat-cache": "^3.0.4"
},
"engines": {
- "node": ">=4"
+ "node": "^10.12.0 || >=12.0.0"
}
},
"node_modules/fill-range": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
- "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dev": true,
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/find-cache-dir": {
@@ -3222,104 +3481,45 @@
}
},
"node_modules/flat-cache": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz",
- "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==",
- "dev": true,
- "dependencies": {
- "flatted": "^2.0.0",
- "rimraf": "2.6.3",
- "write": "1.0.3"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/flatted": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz",
- "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==",
- "dev": true
- },
- "node_modules/for-each": {
- "version": "0.3.3",
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
- "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
- "dev": true,
- "dependencies": {
- "is-callable": "^1.1.3"
- }
- },
- "node_modules/foreground-child": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
- "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^3.0.2"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/foreground-child/node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/foreground-child/node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/foreground-child/node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
+ "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
"dev": true,
"dependencies": {
- "shebang-regex": "^3.0.0"
+ "flatted": "^3.2.9",
+ "keyv": "^4.5.3",
+ "rimraf": "^3.0.2"
},
"engines": {
- "node": ">=8"
+ "node": "^10.12.0 || >=12.0.0"
}
},
- "node_modules/foreground-child/node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "node_modules/flatted": {
+ "version": "3.3.1",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
+ "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
+ "dev": true
+ },
+ "node_modules/for-each": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
+ "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
"dev": true,
- "engines": {
- "node": ">=8"
+ "dependencies": {
+ "is-callable": "^1.1.3"
}
},
- "node_modules/foreground-child/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "node_modules/foreground-child": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
+ "integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
"dev": true,
"dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
+ "cross-spawn": "^7.0.0",
+ "signal-exit": "^3.0.2"
},
"engines": {
- "node": ">= 8"
+ "node": ">=8.0.0"
}
},
"node_modules/fork-ts-checker-webpack-plugin": {
@@ -3559,20 +3759,6 @@
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
"dev": true
},
- "node_modules/fsevents": {
- "version": "2.3.2",
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
- "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "engines": {
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
- }
- },
"node_modules/function-bind": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
@@ -3597,12 +3783,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/functional-red-black-tree": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
- "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==",
- "dev": true
- },
"node_modules/functions-have-names": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
@@ -3694,50 +3874,32 @@
}
},
"node_modules/get-uri": {
- "version": "6.0.2",
- "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.2.tgz",
- "integrity": "sha512-5KLucCJobh8vBY1K07EFV4+cPZH3mrV9YeAruUseCQKHB58SGjjT2l9/eA9LD082IiuMjSlFJEcdJ27TXvbZNw==",
+ "version": "6.0.3",
+ "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz",
+ "integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==",
"dev": true,
"dependencies": {
"basic-ftp": "^5.0.2",
- "data-uri-to-buffer": "^6.0.0",
+ "data-uri-to-buffer": "^6.0.2",
"debug": "^4.3.4",
- "fs-extra": "^8.1.0"
+ "fs-extra": "^11.2.0"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/get-uri/node_modules/fs-extra": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
- "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
+ "version": "11.2.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
+ "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"dev": true,
"dependencies": {
"graceful-fs": "^4.2.0",
- "jsonfile": "^4.0.0",
- "universalify": "^0.1.0"
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">=6 <7 || >=8"
- }
- },
- "node_modules/get-uri/node_modules/jsonfile": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
- "dev": true,
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- }
- },
- "node_modules/get-uri/node_modules/universalify": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
- "dev": true,
- "engines": {
- "node": ">= 4.0.0"
+ "node": ">=14.14"
}
},
"node_modules/glob": {
@@ -3779,12 +3941,12 @@
"dev": true
},
"node_modules/globals": {
- "version": "12.4.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz",
- "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
+ "version": "13.24.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
+ "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
"dev": true,
"dependencies": {
- "type-fest": "^0.8.1"
+ "type-fest": "^0.20.2"
},
"engines": {
"node": ">=8"
@@ -3793,6 +3955,18 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/globals/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/globalthis": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
@@ -3808,6 +3982,26 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/globby": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
+ "dev": true,
+ "dependencies": {
+ "array-union": "^2.1.0",
+ "dir-glob": "^3.0.1",
+ "fast-glob": "^3.2.9",
+ "ignore": "^5.2.0",
+ "merge2": "^1.4.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/gopd": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
@@ -3826,6 +4020,12 @@
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
"dev": true
},
+ "node_modules/graphemer": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
+ "dev": true
+ },
"node_modules/has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
@@ -3951,9 +4151,9 @@
"dev": true
},
"node_modules/http-proxy-agent": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
- "integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
+ "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
"dev": true,
"dependencies": {
"agent-base": "^7.1.0",
@@ -3964,9 +4164,9 @@
}
},
"node_modules/https-proxy-agent": {
- "version": "7.0.2",
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
- "integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
+ "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
"dev": true,
"dependencies": {
"agent-base": "^7.0.2",
@@ -3976,18 +4176,6 @@
"node": ">= 14"
}
},
- "node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/icss-utils": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
@@ -4022,9 +4210,9 @@
]
},
"node_modules/ignore": {
- "version": "4.0.6",
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
- "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
+ "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
"dev": true,
"engines": {
"node": ">= 4"
@@ -4111,121 +4299,6 @@
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
"dev": true
},
- "node_modules/inquirer": {
- "version": "7.3.3",
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
- "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
- "dev": true,
- "dependencies": {
- "ansi-escapes": "^4.2.1",
- "chalk": "^4.1.0",
- "cli-cursor": "^3.1.0",
- "cli-width": "^3.0.0",
- "external-editor": "^3.0.3",
- "figures": "^3.0.0",
- "lodash": "^4.17.19",
- "mute-stream": "0.0.8",
- "run-async": "^2.4.0",
- "rxjs": "^6.6.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0",
- "through": "^2.3.6"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/inquirer/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/inquirer/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/inquirer/node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/inquirer/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/inquirer/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/inquirer/node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/inquirer/node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/inquirer/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/internal-slot": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
@@ -4249,10 +4322,23 @@
"node": ">=10.13.0"
}
},
- "node_modules/ip": {
- "version": "1.1.9",
- "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz",
- "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==",
+ "node_modules/ip-address": {
+ "version": "9.0.5",
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
+ "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
+ "dev": true,
+ "dependencies": {
+ "jsbn": "1.1.0",
+ "sprintf-js": "^1.1.3"
+ },
+ "engines": {
+ "node": ">= 12"
+ }
+ },
+ "node_modules/ip-address/node_modules/sprintf-js": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
"dev": true
},
"node_modules/is-arguments": {
@@ -4466,6 +4552,15 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
"node_modules/is-plain-obj": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
@@ -4698,70 +4793,11 @@
"dependencies": {
"archy": "^1.0.0",
"cross-spawn": "^7.0.3",
- "istanbul-lib-coverage": "^3.2.0",
- "p-map": "^3.0.0",
- "rimraf": "^3.0.0",
- "uuid": "^8.3.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-processinfo/node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/istanbul-lib-processinfo/node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-processinfo/node_modules/rimraf": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
- "dev": true,
- "dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/istanbul-lib-processinfo/node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/istanbul-lib-processinfo/node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
+ "istanbul-lib-coverage": "^3.2.0",
+ "p-map": "^3.0.0",
+ "rimraf": "^3.0.0",
+ "uuid": "^8.3.2"
+ },
"engines": {
"node": ">=8"
}
@@ -4775,21 +4811,6 @@
"uuid": "dist/bin/uuid"
}
},
- "node_modules/istanbul-lib-processinfo/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
"node_modules/istanbul-lib-report": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
@@ -4969,6 +4990,12 @@
"js-yaml": "bin/js-yaml.js"
}
},
+ "node_modules/jsbn": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
+ "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
+ "dev": true
+ },
"node_modules/jsesc": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
@@ -4981,6 +5008,12 @@
"node": ">=4"
}
},
+ "node_modules/json-buffer": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
+ "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
+ "dev": true
+ },
"node_modules/json-parse-even-better-errors": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
@@ -5034,6 +5067,15 @@
"integrity": "sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==",
"dev": true
},
+ "node_modules/keyv": {
+ "version": "4.5.4",
+ "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
+ "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
+ "dev": true,
+ "dependencies": {
+ "json-buffer": "3.0.1"
+ }
+ },
"node_modules/kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
@@ -5047,13 +5089,13 @@
}
},
"node_modules/levn": {
- "version": "0.3.0",
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
- "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
"dev": true,
"dependencies": {
- "prelude-ls": "~1.1.2",
- "type-check": "~0.3.2"
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
@@ -5121,6 +5163,12 @@
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
"dev": true
},
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true
+ },
"node_modules/log-symbols": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
@@ -5288,6 +5336,15 @@
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
"dev": true
},
+ "node_modules/merge2": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
"node_modules/methods": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
@@ -5343,15 +5400,6 @@
"node": ">= 0.6"
}
},
- "node_modules/mimic-fn": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -5403,8 +5451,9 @@
"dependencies": {
"yallist": "^4.0.0"
},
- "engines": {
- "node": ">=8"
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/mochajs"
}
},
"node_modules/minizlib/node_modules/yallist": {
@@ -5431,12 +5480,6 @@
"mkdirp": "bin/cmd.js"
}
},
- "node_modules/mkdirp-classic": {
- "version": "0.5.3",
- "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
- "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
- "dev": true
- },
"node_modules/mocha": {
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.2.0.tgz",
@@ -5605,12 +5648,6 @@
"mustache": "bin/mustache"
}
},
- "node_modules/mute-stream": {
- "version": "0.0.8",
- "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
- "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
- "dev": true
- },
"node_modules/nanoid": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
@@ -5644,12 +5681,6 @@
"node": ">= 0.4.0"
}
},
- "node_modules/nice-try": {
- "version": "1.0.5",
- "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
- "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
- "dev": true
- },
"node_modules/nise": {
"version": "5.1.5",
"resolved": "https://registry.npmjs.org/nise/-/nise-5.1.5.tgz",
@@ -5690,26 +5721,6 @@
"type-detect": "4.0.8"
}
},
- "node_modules/node-fetch": {
- "version": "2.7.0",
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
- "dev": true,
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
"node_modules/node-gost-crypto": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/node-gost-crypto/-/node-gost-crypto-1.0.2.tgz",
@@ -5776,15 +5787,6 @@
"npm-license-generator": "build/npm-license-generator"
}
},
- "node_modules/npm-license-generator/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/npm-license-generator/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -5881,33 +5883,6 @@
"node": ">=8"
}
},
- "node_modules/npm-license-generator/node_modules/rimraf": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
- "dev": true,
- "dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/npm-license-generator/node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/npm-license-generator/node_modules/wrap-ansi": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
@@ -6013,15 +5988,6 @@
"node": ">=8.9"
}
},
- "node_modules/nyc/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/nyc/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -6127,33 +6093,6 @@
"node": ">=8"
}
},
- "node_modules/nyc/node_modules/rimraf": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
- "dev": true,
- "dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/nyc/node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/nyc/node_modules/wrap-ansi": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
@@ -6289,47 +6228,23 @@
"wrappy": "1"
}
},
- "node_modules/onetime": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
- "dev": true,
- "dependencies": {
- "mimic-fn": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/optionator": {
- "version": "0.8.3",
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
- "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
+ "version": "0.9.4",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
+ "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
"dev": true,
"dependencies": {
- "deep-is": "~0.1.3",
- "fast-levenshtein": "~2.0.6",
- "levn": "~0.3.0",
- "prelude-ls": "~1.1.2",
- "type-check": "~0.3.2",
- "word-wrap": "~1.2.3"
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.5"
},
"engines": {
"node": ">= 0.8.0"
}
},
- "node_modules/os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -6401,13 +6316,12 @@
}
},
"node_modules/pac-resolver": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.0.tgz",
- "integrity": "sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
+ "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
"dev": true,
"dependencies": {
"degenerator": "^5.0.0",
- "ip": "^1.1.8",
"netmask": "^2.0.2"
},
"engines": {
@@ -6478,12 +6392,12 @@
}
},
"node_modules/path-key": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
- "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
"dev": true,
"engines": {
- "node": ">=4"
+ "node": ">=8"
}
},
"node_modules/path-parse": {
@@ -6734,9 +6648,9 @@
}
},
"node_modules/prelude-ls": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
- "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
"dev": true,
"engines": {
"node": ">= 0.8.0"
@@ -6746,7 +6660,7 @@
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
"integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
- "dev": true,
+ "devOptional": true,
"bin": {
"prettier": "bin-prettier.js"
},
@@ -6805,15 +6719,15 @@
"dev": true
},
"node_modules/proxy-agent": {
- "version": "6.3.1",
- "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.3.1.tgz",
- "integrity": "sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==",
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
+ "integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
"dev": true,
"dependencies": {
"agent-base": "^7.0.2",
"debug": "^4.3.4",
- "http-proxy-agent": "^7.0.0",
- "https-proxy-agent": "^7.0.2",
+ "http-proxy-agent": "^7.0.1",
+ "https-proxy-agent": "^7.0.3",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^7.0.1",
"proxy-from-env": "^1.1.0",
@@ -6864,38 +6778,55 @@
}
},
"node_modules/puppeteer": {
- "version": "21.6.1",
- "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-21.6.1.tgz",
- "integrity": "sha512-O+pbc61oj8ln6m8EJKncrsQFmytgRyFYERtk190PeLbJn5JKpmmynn2p1PiFrlhCitAQXLJ0MOy7F0TeyCRqBg==",
+ "version": "22.11.2",
+ "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.11.2.tgz",
+ "integrity": "sha512-8fjdQSgW0sq7471ftca24J7sXK+jXZ7OW7Gx+NEBFNyXrcTiBfukEI46gNq6hiMhbLEDT30NeylK/1ZoPdlKSA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
- "@puppeteer/browsers": "1.9.0",
- "cosmiconfig": "8.3.6",
- "puppeteer-core": "21.6.1"
+ "@puppeteer/browsers": "2.2.3",
+ "cosmiconfig": "9.0.0",
+ "devtools-protocol": "0.0.1299070",
+ "puppeteer-core": "22.11.2"
},
"bin": {
"puppeteer": "lib/esm/puppeteer/node/cli.js"
},
"engines": {
- "node": ">=16.13.2"
+ "node": ">=18"
}
},
"node_modules/puppeteer-core": {
- "version": "21.6.1",
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-21.6.1.tgz",
- "integrity": "sha512-0chaaK/RL9S1U3bsyR4fUeUfoj51vNnjWvXgG6DcsyMjwYNpLcAThv187i1rZCo7QhJP0wZN8plQkjNyrq2h+A==",
+ "version": "22.11.2",
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.11.2.tgz",
+ "integrity": "sha512-vQo+YDuePyvj+92Z9cdtxi/HalKf+k/R4tE80nGtQqJRNqU81eHaHkbVfnLszdaLlvwFF5tipnnSCzqWlEddtw==",
"dev": true,
"dependencies": {
- "@puppeteer/browsers": "1.9.0",
- "chromium-bidi": "0.5.1",
- "cross-fetch": "4.0.0",
- "debug": "4.3.4",
- "devtools-protocol": "0.0.1203626",
- "ws": "8.15.1"
+ "@puppeteer/browsers": "2.2.3",
+ "chromium-bidi": "0.5.23",
+ "debug": "4.3.5",
+ "devtools-protocol": "0.0.1299070",
+ "ws": "8.17.1"
+ },
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/puppeteer-core/node_modules/debug": {
+ "version": "4.3.5",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
+ "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.1.2"
},
"engines": {
- "node": ">=16.13.2"
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
}
},
"node_modules/puppeteer/node_modules/argparse": {
@@ -6905,15 +6836,15 @@
"dev": true
},
"node_modules/puppeteer/node_modules/cosmiconfig": {
- "version": "8.3.6",
- "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
- "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
+ "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
"dev": true,
"dependencies": {
+ "env-paths": "^2.2.1",
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
- "parse-json": "^5.2.0",
- "path-type": "^4.0.0"
+ "parse-json": "^5.2.0"
},
"engines": {
"node": ">=14"
@@ -6977,6 +6908,26 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
"node_modules/queue-tick": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
@@ -7047,18 +6998,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/regexpp": {
- "version": "3.2.0",
- "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
- "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/mysticatea"
- }
- },
"node_modules/release-zalgo": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz",
@@ -7133,50 +7072,53 @@
"node": ">=4"
}
},
- "node_modules/restore-cursor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
- "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
"dev": true,
- "dependencies": {
- "onetime": "^5.1.0",
- "signal-exit": "^3.0.2"
- },
"engines": {
- "node": ">=8"
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
}
},
"node_modules/rimraf": {
- "version": "2.6.3",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
- "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "deprecated": "Rimraf versions prior to v4 are no longer supported",
"dev": true,
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/run-async": {
- "version": "2.4.1",
- "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
- "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
- "dev": true,
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/rxjs": {
- "version": "6.6.7",
- "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
- "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
"dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
"dependencies": {
- "tslib": "^1.9.0"
- },
- "engines": {
- "npm": ">=2.0.0"
+ "queue-microtask": "^1.2.2"
}
},
"node_modules/safe-buffer": {
@@ -7213,12 +7155,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/safer-buffer": {
- "version": "2.1.2",
- "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
- "dev": true
- },
"node_modules/sass": {
"version": "1.60.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.60.0.tgz",
@@ -7243,9 +7179,9 @@
"dev": true
},
"node_modules/semver": {
- "version": "7.5.4",
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
- "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "version": "7.6.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
+ "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
"dev": true,
"dependencies": {
"lru-cache": "^6.0.0"
@@ -7312,24 +7248,24 @@
}
},
"node_modules/shebang-command": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
- "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
"dev": true,
"dependencies": {
- "shebang-regex": "^1.0.0"
+ "shebang-regex": "^3.0.0"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
"node_modules/shebang-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
- "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
"dev": true,
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
"node_modules/side-channel": {
@@ -7493,27 +7429,13 @@
"node": ">=8"
}
},
- "node_modules/slice-ansi": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz",
- "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^3.2.0",
- "astral-regex": "^1.0.0",
- "is-fullwidth-code-point": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
"dev": true,
"engines": {
- "node": ">=4"
+ "node": ">=8"
}
},
"node_modules/smart-buffer": {
@@ -7527,26 +7449,26 @@
}
},
"node_modules/socks": {
- "version": "2.7.1",
- "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
- "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
+ "version": "2.8.3",
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
+ "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
"dev": true,
"dependencies": {
- "ip": "^2.0.0",
+ "ip-address": "^9.0.5",
"smart-buffer": "^4.2.0"
},
"engines": {
- "node": ">= 10.13.0",
+ "node": ">= 10.0.0",
"npm": ">= 3.0.0"
}
},
"node_modules/socks-proxy-agent": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz",
- "integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==",
+ "version": "8.0.3",
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz",
+ "integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==",
"dev": true,
"dependencies": {
- "agent-base": "^7.0.2",
+ "agent-base": "^7.1.1",
"debug": "^4.3.4",
"socks": "^2.7.1"
},
@@ -7554,12 +7476,6 @@
"node": ">= 14"
}
},
- "node_modules/socks/node_modules/ip": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
- "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
- "dev": true
- },
"node_modules/source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -7603,36 +7519,6 @@
"node": ">=8"
}
},
- "node_modules/spawn-wrap/node_modules/rimraf": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
- "dev": true,
- "dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/spawn-wrap/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
"node_modules/spdx-exceptions": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
@@ -7679,13 +7565,17 @@
}
},
"node_modules/streamx": {
- "version": "2.15.6",
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.6.tgz",
- "integrity": "sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==",
+ "version": "2.18.0",
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.18.0.tgz",
+ "integrity": "sha512-LLUC1TWdjVdn1weXGcSxyTR3T4+acB6tVGXT95y0nGbca4t4o/ng1wKAGTljm9VicuCVLvRlqFYXYy5GwgM7sQ==",
"dev": true,
"dependencies": {
- "fast-fifo": "^1.1.0",
- "queue-tick": "^1.0.1"
+ "fast-fifo": "^1.3.2",
+ "queue-tick": "^1.0.1",
+ "text-decoder": "^1.1.0"
+ },
+ "optionalDependencies": {
+ "bare-events": "^2.2.0"
}
},
"node_modules/string_decoder": {
@@ -7711,27 +7601,6 @@
"node": ">=8"
}
},
- "node_modules/string-width/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width/node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/string.prototype.trim": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
@@ -7778,15 +7647,15 @@
}
},
"node_modules/strip-ansi": {
- "version": "5.2.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dev": true,
"dependencies": {
- "ansi-regex": "^4.1.0"
+ "ansi-regex": "^5.0.1"
},
"engines": {
- "node": ">=6"
+ "node": ">=8"
}
},
"node_modules/strip-bom": {
@@ -7906,50 +7775,6 @@
"node": ">=4.0.0"
}
},
- "node_modules/table": {
- "version": "5.4.6",
- "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz",
- "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==",
- "dev": true,
- "dependencies": {
- "ajv": "^6.10.2",
- "lodash": "^4.17.14",
- "slice-ansi": "^2.1.0",
- "string-width": "^3.0.0"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/table/node_modules/emoji-regex": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
- "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
- "dev": true
- },
- "node_modules/table/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/table/node_modules/string-width": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
- "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/tapable": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
@@ -7977,20 +7802,23 @@
}
},
"node_modules/tar-fs": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.4.tgz",
- "integrity": "sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==",
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.5.tgz",
+ "integrity": "sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==",
"dev": true,
"dependencies": {
- "mkdirp-classic": "^0.5.2",
"pump": "^3.0.0",
"tar-stream": "^3.1.5"
+ },
+ "optionalDependencies": {
+ "bare-fs": "^2.1.1",
+ "bare-path": "^2.1.0"
}
},
"node_modules/tar-stream": {
- "version": "3.1.6",
- "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.6.tgz",
- "integrity": "sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==",
+ "version": "3.1.7",
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
+ "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
"dev": true,
"dependencies": {
"b4a": "^1.6.4",
@@ -8095,18 +7923,6 @@
"randombytes": "^2.1.0"
}
},
- "node_modules/terser/node_modules/acorn": {
- "version": "8.8.2",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
- "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
"node_modules/test-exclude": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
@@ -8121,6 +7937,15 @@
"node": ">=8"
}
},
+ "node_modules/text-decoder": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.0.tgz",
+ "integrity": "sha512-TmLJNj6UgX8xcUZo4UDStGQtDiTzF7BzWlzn9g7UWrjkpHr5uJTK1ld16wZ3LXb2vb6jH8qU89dW5whuMdXYdw==",
+ "dev": true,
+ "dependencies": {
+ "b4a": "^1.6.4"
+ }
+ },
"node_modules/text-table": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
@@ -8138,18 +7963,6 @@
"resolved": "https://registry.npmjs.org/ticky/-/ticky-1.0.1.tgz",
"integrity": "sha512-RX35iq/D+lrsqhcPWIazM9ELkjOe30MSeoBHQHSsRwd1YuhJO5ui1K1/R0r7N3mFvbLBs33idw+eR6j+w6i/DA=="
},
- "node_modules/tmp": {
- "version": "0.0.33",
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
- "dev": true,
- "dependencies": {
- "os-tmpdir": "~1.0.2"
- },
- "engines": {
- "node": ">=0.6.0"
- }
- },
"node_modules/to-fast-properties": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
@@ -8171,11 +7984,17 @@
"node": ">=8.0"
}
},
- "node_modules/tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
- "dev": true
+ "node_modules/ts-api-utils": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
+ "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=16"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.2.0"
+ }
},
"node_modules/ts-loader": {
"version": "9.4.2",
@@ -8266,34 +8085,13 @@
"node": ">=8"
}
},
- "node_modules/tslib": {
- "version": "1.14.1",
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
- "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
- "dev": true
- },
- "node_modules/tsutils": {
- "version": "3.21.0",
- "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
- "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
- "dev": true,
- "dependencies": {
- "tslib": "^1.8.1"
- },
- "engines": {
- "node": ">= 6"
- },
- "peerDependencies": {
- "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
- }
- },
"node_modules/type-check": {
- "version": "0.3.2",
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
- "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
"dev": true,
"dependencies": {
- "prelude-ls": "~1.1.2"
+ "prelude-ls": "^1.2.1"
},
"engines": {
"node": ">= 0.8.0"
@@ -8504,9 +8302,9 @@
}
},
"node_modules/urlpattern-polyfill": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-9.0.0.tgz",
- "integrity": "sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==",
+ "version": "10.0.0",
+ "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz",
+ "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==",
"dev": true
},
"node_modules/util": {
@@ -8543,27 +8341,13 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/uuid": {
- "version": "3.4.0",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
- "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
- "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
- "bin": {
- "uuid": "bin/uuid"
- }
- },
- "node_modules/v8-compile-cache": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
- "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==",
- "dev": true
- },
"node_modules/vue": {
- "version": "2.7.14",
- "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz",
- "integrity": "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==",
+ "version": "2.7.16",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.16.tgz",
+ "integrity": "sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw==",
+ "deprecated": "Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.",
"dependencies": {
- "@vue/compiler-sfc": "2.7.14",
+ "@vue/compiler-sfc": "2.7.16",
"csstype": "^3.1.0"
}
},
@@ -8703,9 +8487,9 @@
}
},
"node_modules/vue-template-compiler": {
- "version": "2.7.14",
- "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.14.tgz",
- "integrity": "sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==",
+ "version": "2.7.16",
+ "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz",
+ "integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==",
"dev": true,
"dependencies": {
"de-indent": "^1.0.2",
@@ -8747,12 +8531,6 @@
"node": ">=10.13.0"
}
},
- "node_modules/webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
- "dev": true
- },
"node_modules/webpack": {
"version": "5.77.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz",
@@ -8854,65 +8632,6 @@
"node": "^12.20.0 || >=14"
}
},
- "node_modules/webpack-cli/node_modules/cross-spawn": {
- "version": "7.0.3",
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
- "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/webpack-cli/node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/webpack-cli/node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/webpack-cli/node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/webpack-cli/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
"node_modules/webpack-merge": {
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz",
@@ -8935,18 +8654,6 @@
"node": ">=10.13.0"
}
},
- "node_modules/webpack/node_modules/acorn": {
- "version": "8.8.2",
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
- "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
"node_modules/webpack/node_modules/acorn-import-assertions": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
@@ -8974,26 +8681,19 @@
"url": "https://opencollective.com/webpack"
}
},
- "node_modules/whatwg-url": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
- "dev": true,
- "dependencies": {
- "tr46": "~0.0.3",
- "webidl-conversions": "^3.0.0"
- }
- },
"node_modules/which": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
- "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true,
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
- "which": "bin/which"
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
}
},
"node_modules/which-boxed-primitive": {
@@ -9076,15 +8776,6 @@
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
}
},
- "node_modules/wrap-ansi/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/wrap-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -9118,36 +8809,12 @@
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
"dev": true
},
- "node_modules/write": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/write/-/write-1.0.3.tgz",
- "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==",
- "dev": true,
- "dependencies": {
- "mkdirp": "^0.5.1"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/write-file-atomic": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
@@ -9161,9 +8828,9 @@
}
},
"node_modules/ws": {
- "version": "8.15.1",
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz",
- "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==",
+ "version": "8.17.1",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
+ "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"dev": true,
"engines": {
"node": ">=10.0.0"
@@ -9292,6 +8959,15 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
+ },
+ "node_modules/zod": {
+ "version": "3.23.8",
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
+ "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/colinhacks"
+ }
}
}
}
diff --git a/package.json b/package.json
index 0055a0e34..6c2c9677f 100644
--- a/package.json
+++ b/package.json
@@ -31,16 +31,14 @@
"@types/sinon": "^17.0.2",
"@types/sinon-chai": "^3.2.12",
"@types/sinon-chrome": "^2.2.10",
- "@types/uuid": "^3.4.9",
- "@typescript-eslint/eslint-plugin": "^2.34.0",
- "@typescript-eslint/parser": "^2.34.0",
- "@vue/runtime-dom": "^3.2.47",
+ "@typescript-eslint/eslint-plugin": "^7.15.0",
+ "@typescript-eslint/parser": "^7.15.0",
"@vue/test-utils": "^1.1.1",
"base64-loader": "^1.0.0",
"buffer": "^6.0.3",
"chai": "^4.2.0",
"crypto-js": "^4.1.1",
- "eslint": "^6.8.0",
+ "eslint": "^8.56.0",
"fork-ts-checker-webpack-plugin": "^6.5.3",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
@@ -48,7 +46,7 @@
"nyc": "^15.1.0",
"prettier": "2.2.1",
"process": "^0.11.10",
- "puppeteer": "^21.6.1",
+ "puppeteer": "^22.11.2",
"sass": "^1.26.11",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
@@ -60,7 +58,7 @@
"util": "^0.12.5",
"vue-loader": "^15.10.1",
"vue-svg-loader": "^0.16.0",
- "vue-template-compiler": "^2.7.0",
+ "vue-template-compiler": "^2.7.16",
"webpack": "^5.11.0",
"webpack-cli": "^5.0.0",
"webpack-merge": "^5.0.0"
@@ -72,8 +70,7 @@
"node-gost-crypto": "^1.0.2",
"qrcode-generator": "^1.4.4",
"qrcode-reader": "^1.0.4",
- "uuid": "^3.4.0",
- "vue": "^2.6.12",
+ "vue": "^2.7.16",
"vue2-dragula": "^2.5.4",
"vuex": "^3.4.0"
}
diff --git a/src/argon.ts b/src/argon.ts
index 3110ecf84..ea27b3967 100644
--- a/src/argon.ts
+++ b/src/argon.ts
@@ -10,7 +10,7 @@ window.addEventListener("message", (event) => {
switch (message.action) {
case "hash":
- Argon.hash(message.value).then((hash) => {
+ Argon.hash(message.value, message.salt).then((hash) => {
source.postMessage({ response: hash }, event.origin);
});
break;
@@ -28,12 +28,14 @@ window.addEventListener("message", (event) => {
});
class Argon {
- static async hash(value: string) {
- const salt = window.crypto.getRandomValues(new Uint8Array(16));
+ static async hash(value: string, salt: string | Uint8Array) {
const hash = await argon2.hash({
pass: value,
- salt,
- mem: 1024 * 16,
+ salt: salt,
+ time: 2,
+ mem: 1024 * 19,
+ parallelism: 1,
+ hashLen: 32,
type: argon2.ArgonType.Argon2id,
});
diff --git a/src/background.ts b/src/background.ts
index 30b95a15d..bb59a2f9d 100644
--- a/src/background.ts
+++ b/src/background.ts
@@ -2,8 +2,12 @@ import { getCredentials } from "./models/credentials";
import { Encryption } from "./models/encryption";
import { EntryStorage, ManagedStorage } from "./models/storage";
import { Dropbox, Drive, OneDrive } from "./models/backup";
-import * as uuid from "uuid/v4";
-import { getSiteName, getMatchedEntries, getCurrentTab } from "./utils";
+import {
+ getSiteName,
+ getMatchedEntries,
+ getCurrentTab,
+ okToInjectContentScript,
+} from "./utils";
import { CodeState } from "./models/otp";
import { getOTPAuthPerLineFromOPTAuthMigration } from "./models/migration";
@@ -30,13 +34,16 @@ chrome.runtime.onMessage.addListener(async (message, sender) => {
} else if (message.action === "getTotp") {
getTotp(message.info);
} else if (message.action === "cachePassphrase") {
- chrome.storage.session.set({ cachedPassphrase: message.value });
+ chrome.storage.session.set({
+ cachedPassphrase: message.value,
+ cachedKeyId: message.keyId,
+ });
chrome.alarms.clear("autolock");
setAutolock();
} else if (["dropbox", "drive", "onedrive"].indexOf(message.action) > -1) {
getBackupToken(message.action);
} else if (message.action === "lock") {
- chrome.storage.session.set({ cachedPassphrase: null });
+ chrome.storage.session.set({ cachedPassphrase: null, cachedKeyId: null });
} else if (message.action === "resetAutolock") {
chrome.alarms.clear("autolock");
setAutolock();
@@ -51,11 +58,14 @@ chrome.runtime.onMessage.addListener(async (message, sender) => {
});
chrome.alarms.onAlarm.addListener(() => {
- chrome.storage.session.set({ cachedPassphrase: null });
+ chrome.storage.session.set({ cachedPassphrase: null, cachedKeyId: null });
if (contentTab && contentTab.id) {
chrome.tabs.sendMessage(contentTab.id, { action: "stopCapture" });
}
chrome.runtime.sendMessage({ action: "stopImport" });
+
+ // https://stackoverflow.com/a/56483156
+ return true;
});
async function getCapture(tab: chrome.tabs.Tab) {
@@ -136,9 +146,10 @@ async function getTotp(text: string, silent = false) {
account = label;
}
const parameters = parameterPart.split("&");
- const { cachedPassphrase } = await chrome.storage.session.get(
- "cachedPassphrase"
- );
+ const {
+ cachedPassphrase,
+ cachedKeyId,
+ } = await chrome.storage.session.get();
parameters.forEach((item) => {
const parameter = item.split("=");
if (parameter[0].toLowerCase() === "secret") {
@@ -177,8 +188,8 @@ async function getTotp(text: string, silent = false) {
!silent && chrome.tabs.sendMessage(id, { action: "secretqr", secret });
return false;
} else {
- const encryption = new Encryption(cachedPassphrase);
- const hash = await uuid();
+ const encryption = new Encryption(cachedPassphrase, cachedKeyId);
+ const hash = crypto.randomUUID();
if (
!/^[2-7a-z]+=*$/i.test(secret) &&
/^[0-9a-f]+$/i.test(secret) &&
@@ -192,7 +203,7 @@ async function getTotp(text: string, silent = false) {
) {
type = "hhex";
}
- const entryData: { [hash: string]: OTPStorage } = {};
+ const entryData: { [hash: string]: RawOTPStorage } = {};
entryData[hash] = {
account,
hash,
@@ -400,10 +411,8 @@ function getBackupToken(service: string) {
}
async function uploadBackup(service: string) {
- const { cachedPassphrase } = await chrome.storage.session.get(
- "cachedPassphrase"
- );
- const encryption = new Encryption(cachedPassphrase);
+ const { cachedPassphrase, cachedKeyId } = await chrome.storage.session.get();
+ const encryption = new Encryption(cachedPassphrase, cachedKeyId);
switch (service) {
case "dropbox":
@@ -440,12 +449,13 @@ chrome.runtime.onInstalled.addListener(async (details) => {
if (url) {
chrome.tabs.create({ url, active: true });
}
+
+ // https://stackoverflow.com/a/56483156
+ return true;
});
chrome.commands.onCommand.addListener(async (command: string) => {
- const { cachedPassphrase } = await chrome.storage.session.get(
- "cachedPassphrase"
- );
+ const { cachedPassphrase, cachedKeyId } = await chrome.storage.session.get();
let tab: chrome.tabs.Tab | undefined;
@@ -456,7 +466,7 @@ chrome.commands.onCommand.addListener(async (command: string) => {
}
tab = await getCurrentTab();
- if (tab.id) {
+ if (okToInjectContentScript(tab)) {
await chrome.scripting.executeScript({
target: { tabId: tab.id },
files: ["/dist/content.js"],
@@ -473,7 +483,7 @@ chrome.commands.onCommand.addListener(async (command: string) => {
case "autofill":
tab = await getCurrentTab();
- if (tab.id) {
+ if (okToInjectContentScript(tab)) {
await chrome.scripting.executeScript({
target: { tabId: tab.id },
files: ["/dist/content.js"],
@@ -491,7 +501,7 @@ chrome.commands.onCommand.addListener(async (command: string) => {
if (matchedEntries && matchedEntries.length === 1) {
const entry = matchedEntries[0];
- const encryption = new Encryption(cachedPassphrase);
+ const encryption = new Encryption(cachedPassphrase, cachedKeyId);
entry.applyEncryption(encryption);
if (
@@ -510,6 +520,9 @@ chrome.commands.onCommand.addListener(async (command: string) => {
default:
break;
}
+
+ // https://stackoverflow.com/a/56483156
+ return true;
});
async function setAutolock() {
@@ -522,6 +535,11 @@ async function setAutolock() {
return;
}
+ // Set default autolock value
+ if (UserSettings.items.autolock === undefined) {
+ UserSettings.items.autolock = 30;
+ }
+
if (Number(UserSettings.items.autolock) > 0) {
chrome.alarms.create("autolock", {
delayInMinutes: Number(UserSettings.items.autolock),
@@ -564,6 +582,9 @@ async function updateContextMenu() {
height: 400,
width: 320,
});
+
+ // https://stackoverflow.com/a/56483156
+ return true;
});
} else {
chrome.contextMenus.removeAll();
diff --git a/src/components/Import.vue b/src/components/Import.vue
index 59ecc82fb..e224a82a2 100644
--- a/src/components/Import.vue
+++ b/src/components/Import.vue
@@ -66,6 +66,9 @@ export default Vue.extend({
if (event.action === "stopImport") {
this.shouldShowPassphrase = true;
}
+
+ // https://stackoverflow.com/a/56483156
+ return true;
});
},
});
diff --git a/src/components/Import/FileImport.vue b/src/components/Import/FileImport.vue
index 89fbc3e69..f61113f7a 100644
--- a/src/components/Import/FileImport.vue
+++ b/src/components/Import/FileImport.vue
@@ -45,12 +45,12 @@ export default Vue.extend({
}
if (target.files[0]) {
const reader = new FileReader();
- let decryptedFileData: { [hash: string]: OTPStorage } = {};
+ let decryptedFileData: { [hash: string]: RawOTPStorage } = {};
reader.onload = async () => {
let importData: {
// @ts-ignore
key?: { enc: string; hash: string };
- [hash: string]: OTPStorage;
+ [hash: string]: RawOTPStorage | Key;
// Bug #557, uploaded backups were missing `key`
// @ts-ignore
enc?: string;
@@ -74,7 +74,7 @@ export default Vue.extend({
succeededCount = result.succeededCount;
}
- let key: { enc: string; hash: string } | null = null;
+ let key: { enc: string } | null = null;
if (importData.hasOwnProperty("key")) {
if (importData.key) {
@@ -82,27 +82,33 @@ export default Vue.extend({
}
delete importData.key;
} else if (importData.enc && importData.hash) {
- key = { enc: importData.enc, hash: importData.hash };
+ key = { enc: importData.enc };
delete importData.hash;
delete importData.enc;
}
- let encrypted = false;
for (const hash in importData) {
- if (importData[hash].encrypted) {
- encrypted = true;
+ const possibleEntry = importData[hash];
+ if (possibleEntry.dataType === "Key") {
+ // don't try to import keys as an OTPEntry
+ continue;
+ }
+
+ if (possibleEntry.keyId || possibleEntry.encrypted) {
try {
const oldPassphrase:
| string
| null = await this.getOldPassphrase();
if (key) {
- decryptedFileData = decryptBackupData(
+ // v2 encryption
+ decryptedFileData = await decryptBackupData(
importData,
CryptoJS.AES.decrypt(key.enc, oldPassphrase).toString()
);
} else {
- decryptedFileData = decryptBackupData(
+ // v3 and v1 encryption
+ decryptedFileData = await decryptBackupData(
importData,
oldPassphrase
);
@@ -112,11 +118,10 @@ export default Vue.extend({
} catch {
break;
}
+ } else {
+ decryptedFileData[hash] = possibleEntry;
}
}
- if (!encrypted) {
- decryptedFileData = importData;
- }
if (Object.keys(decryptedFileData).length) {
await EntryStorage.import(
this.$encryption as Encryption,
diff --git a/src/components/Import/QrImport.vue b/src/components/Import/QrImport.vue
index 427d23fb6..6edd0702d 100644
--- a/src/components/Import/QrImport.vue
+++ b/src/components/Import/QrImport.vue
@@ -48,12 +48,12 @@ export default Vue.extend({
let importData: {
// @ts-ignore
key?: { enc: string; hash: string };
- [hash: string]: OTPStorage;
+ [hash: string]: RawOTPStorage;
} = result.exportData;
const { failedCount, succeededCount } = result;
- let decryptedFileData: { [hash: string]: OTPStorage } = importData;
+ let decryptedFileData: { [hash: string]: RawOTPStorage } = importData;
if (Object.keys(decryptedFileData).length) {
await EntryStorage.import(
diff --git a/src/components/Import/TextImport.vue b/src/components/Import/TextImport.vue
index 97712ce3a..47a5ac19c 100644
--- a/src/components/Import/TextImport.vue
+++ b/src/components/Import/TextImport.vue
@@ -48,7 +48,7 @@ export default Vue.extend({
let exportData: {
// @ts-ignore
key?: { enc: string; hash: string };
- [hash: string]: OTPStorage;
+ [hash: string]: OTPStorage | Key;
} = {};
let failedCount = 0;
let succeededCount = 0;
@@ -78,15 +78,15 @@ export default Vue.extend({
? this.importPassphrase
: null;
let decryptedbackupData: {
- [hash: string]: OTPStorage;
+ [hash: string]: RawOTPStorage;
} = {};
if (key && passphrase) {
- decryptedbackupData = decryptBackupData(
+ decryptedbackupData = await decryptBackupData(
exportData,
CryptoJS.AES.decrypt(key.enc, passphrase).toString()
);
} else {
- decryptedbackupData = decryptBackupData(exportData, passphrase);
+ decryptedbackupData = await decryptBackupData(exportData, passphrase);
}
if (Object.keys(decryptedbackupData).length) {
diff --git a/src/components/Popup/AddAccountPage.vue b/src/components/Popup/AddAccountPage.vue
index 36b45a0cb..371db9d85 100644
--- a/src/components/Popup/AddAccountPage.vue
+++ b/src/components/Popup/AddAccountPage.vue
@@ -33,7 +33,7 @@
-
+
diff --git a/src/components/Popup/AddMethodPage.vue b/src/components/Popup/AddMethodPage.vue
index 5fb0bee50..ca63065fe 100644
--- a/src/components/Popup/AddMethodPage.vue
+++ b/src/components/Popup/AddMethodPage.vue
@@ -14,7 +14,7 @@
+