Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slightly improve error message #101

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Muslim Board gratis untuk disebarluaskan secara bebas dibawah lisensi MIT Licens
- [Eky Pradhana](https://www.linkedin.com/in/eky-pradhana-a7aa6143)
- [Elena Dobrolyubova](https://github.com/eid23) (adding Russian localization)
- [Ferdina Kusumah](https://github.com/FerdinaKusumah)
- [Kenji Hikmatullah](https://github.com/kenjihikmatullah)
- [Moch. Sudharmono](https://github.com/moch-sudharmono) (adding Hijri calendar)
- [Mohammed Ayman](https://github.com/MohammedAyman2018) (adding Arabic localization)
- [Muhammad Ichsanul Fadhil](https://github.com/ichsanputr)
Expand Down
4 changes: 2 additions & 2 deletions extension/assets/internal/scripts/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ const I18n = {

promptErrorFailToGetLocationInfo: {
ar: 'تم حظر الاكتشاف التلقائي لخطأ الموقع بسبب "إذن الموقع". يرجى التأكد من تمكينه على المتصفح الخاص بك',
en: 'Auto-detect location error due to "location permission" is blocked. Please ensure to enable it on your browser',
en: 'Auto-detect location error due to "location permission" is blocked. Please ensure to enable it on both your device and browser',
ru: 'Ошибка автоматического определения местоположения из-за «разрешения на определение местоположения» заблокирована. Обязательно включите его в вашем браузере',
bn: '"অবস্থান অনুমতি" এর কারণে স্বয়ংক্রিয়ভাবে সনাক্তকরণের অবস্থানের ত্রুটি ব্লক করা হয়েছে। আপনার ব্রাউজারে এটি সক্ষম করা নিশ্চিত করুন',
hi: '"स्थान अनुमति" के कारण स्थान का स्वतः पता लगाने वाली त्रुटि अवरुद्ध है। कृपया अपने ब्राउज़र पर इसे सक्षम करना सुनिश्चित करें',
id: 'Terjadi error saat pengambilan informasi lokasi. Pastikan untuk membolehkan akses "location" di browser anda',
id: 'Terjadi error saat pengambilan informasi lokasi. Pastikan untuk membolehkan akses "location" di perangkat dan browser anda',
'zh-tw': '由於“位置權限”被阻止而導致自動檢測位置錯誤。請確保在您的瀏覽器上啟用它',
'zh-cn': '由于“位置权限”被阻止而导致自动检测位置错误。请确保在您的浏览器上启用它'
},
Expand Down
Loading