Skip to content

Commit

Permalink
Merge pull request #745 from Authenticator-Extension/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm authored Oct 22, 2021
2 parents a011a2d + 5d409e9 commit fc8e039
Show file tree
Hide file tree
Showing 84 changed files with 13,669 additions and 422 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Do not use this to ask about lost codes or accounts>
<More info here: https://authenticator.cc/docs/en/lost-codes>
<You can also open an issue by Tweeting with #AuthenticatorFeedback>
<You can also open an issue by Tweeting @AuthExtension>

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Bug Report
description: Report a bug in Authenticator
labels:
- bug
- unconfirmed
body:
- type: markdown
attributes:
value: |
Do not use this form to ask about lost codes or accounts!
Read more [here](https://authenticator.cc/docs/en/lost-codes).
- type: textarea
attributes:
label: Describe the issue
description: Include detailed steps to reproduce the issue if appropriate.
validations:
required: true
- type: dropdown
attributes:
label: Browser
options:
- Chrome
- Firefox
- Edge
- Other
validations:
required: true
- type: input
attributes:
label: Browser Version
validations:
required: true
- type: input
attributes:
label: Extension Version
description: The extension version is found by clicking the cog at the top left and looking at the bottom of the page.
validations:
required: true
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
contact_links:
- name: Feature Request
url: https://github.com/Authenticator-Extension/Authenticator/discussions/new
about: Please request features here.
- name: Translation Issues
url: https://crowdin.com/project/authenticator-firefox
about: Please correct translation issues on Crowdin.
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
args: npm test

- name: Codecov
uses: codecov/codecov-action@v1.4.1
uses: codecov/codecov-action@v1.5.0
74 changes: 63 additions & 11 deletions _locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"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.",
"message": "فشل الاستيراد. إذا كنت تقوم بترحيل البيانات من Google Authenticator، الرجاء إعادة تصدير بياناتك من Google Authenticator وحاول مرة أخرى.",
"description": "Import migration data failed."
},
"migration_partly_fail": {
Expand Down Expand Up @@ -170,7 +170,7 @@
"description": "Passphrase Info"
},
"sync_clock": {
"message": "مزامنة سجل التصفح مع جوجل",
"message": "Sync Clock with Google",
"description": "Sync Clock"
},
"remember_phrase": {
Expand All @@ -190,7 +190,7 @@
"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.",
"message": "هل تحاول مسح رمز QR من ملف محلي؟ استخدم استيراد نسخة احتياطية لصورة QR بدلاً من ذلك.",
"description": "Import QR image backup instead of scan local image"
},
"based_on_time": {
Expand Down Expand Up @@ -234,8 +234,8 @@
"description": "Import backup code."
},
"import_backup_qr_partly_failed": {
"message": "تم الاستيراد بنجاح ، ولكن لا يمكن التعرف على بعض صور QR.",
"description": "Import successfuly, but some QR image cannot be recognized."
"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": "يمكنك تحديد ملفات متعددة لاستيراد نسخة احتياطية على دفعات.",
Expand Down Expand Up @@ -282,7 +282,7 @@
"description": "Edit"
},
"manual_dropbox": {
"message": "Manual Backup",
"message": "النسخ الاحتياطي اليدوي",
"description": "Manual backup"
},
"use_autofill": {
Expand All @@ -305,6 +305,10 @@
"message": "غامق",
"description": "Dark theme"
},
"theme_simple": {
"message": "Simple",
"description": "Simple theme"
},
"theme_high_contrast": {
"message": "تباين عالي",
"description": "High Contrast theme"
Expand All @@ -314,19 +318,19 @@
"description": "3rd party backup info"
},
"browser_sync": {
"message": "Browser Sync",
"message": "مزامنة المتصفح",
"description": "Storage location"
},
"sign_in": {
"message": "تسجيل الدخول",
"description": "Sign in to 3rd party storage services"
},
"sign_in_business": {
"message": "Sign in (Business)",
"message": "تسجيل الدخول (الأعمال التجارية)",
"description": "Sign in to 3rd party storage services"
},
"onedrive_business_perms": {
"message": "Why do business accounts require more permissions?"
"message": "لماذا تتطلب حسابات الأعمال المزيد من الصلاحيات؟"
},
"log_out": {
"message": "تسجيل خروج",
Expand Down Expand Up @@ -385,9 +389,57 @@
"message": "الفلتر الذكي"
},
"backup": {
"message": "Backup"
"message": "نسخ احتياطي"
},
"backup_file_info": {
"message": "Backup your data to a file."
"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."
}
}
56 changes: 54 additions & 2 deletions _locales/bg/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@
"description": "Import backup code."
},
"import_backup_qr_partly_failed": {
"message": "Import successfuly, but some QR image cannot be recognized.",
"description": "Import successfuly, but some QR image cannot be recognized."
"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.",
Expand Down Expand Up @@ -305,6 +305,10 @@
"message": "Dark",
"description": "Dark theme"
},
"theme_simple": {
"message": "Simple",
"description": "Simple theme"
},
"theme_high_contrast": {
"message": "High Contrast",
"description": "High Contrast theme"
Expand Down Expand Up @@ -389,5 +393,53 @@
},
"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."
}
}
Loading

0 comments on commit fc8e039

Please sign in to comment.