From d1613ace3708da67411731dc33fa1cee1b3a3198 Mon Sep 17 00:00:00 2001 From: Thomas Rientjes <synzvato@protonmail.com> Date: Fri, 22 Sep 2017 16:38:16 -0400 Subject: [PATCH] Add support for Arabic --- _locales/ar/messages.json | 70 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 _locales/ar/messages.json diff --git a/_locales/ar/messages.json b/_locales/ar/messages.json new file mode 100644 index 0000000..f345014 --- /dev/null +++ b/_locales/ar/messages.json @@ -0,0 +1,70 @@ +{ + "extensionDescription":{ + "message":"ÙŠØميك من التتبع المرتبط بالوصول للمØتوى \"مجاني\"ØŒ مركزية.", + "description":"Extension description." + }, + "disableProtectionTitle":{ + "message":"أوق٠الØماية لهذا الموقع", + "description":"Disable protection title." + }, + "enableProtectionTitle":{ + "message":"Ùعّل الØماية", + "description":"Enable protection title." + }, + "amountInjectedTitle":{ + "message":"عداد Ù…Øلي للموارد المØقونة", + "description":"Amount injected title." + }, + "amountInjectedDescription":{ + "message":"إجمالي موارد الـ CDN اللتي تم Øقنها Ù…Øليا منذ التثبيت.", + "description":"Amount injected description." + }, + "optionsTitle":{ + "message":"الخيارات", + "description":"Options title." + }, + "showIconBadgeTitle":{ + "message":"عرض مجموع الØقن على الأيقونة", + "description":"Show icon badge title." + }, + "showIconBadgeDescription":{ + "message":"إظهار عدد الموارد المØقونة على أيقونة الملØÙ‚.", + "description":"Show icon badge description." + }, + "blockMissingTitle":{ + "message":"Øظر طلبات الموارد المÙقودة", + "description":"Block requests for missing resources title." + }, + "blockMissingDescription":{ + "message":"إلغاء طلب الموارد إذا كانت متوÙرة Ù…Øليا.", + "description":"Block requests for missing resources description." + }, + "disablePrefetchTitle":{ + "message":"تعطيل الجلب المسبق للرابط", + "description":"Disable prefetch title." + }, + "disablePrefetchDescription":{ + "message":"الØيلولة دون تسرّب الطلبات الممنوعة الى شبكات التوصيل.", + "description":"Disable prefetch description." + }, + "stripMetadataTitle":{ + "message":"إزالة بيانات التعري٠من الطلبات المسموØØ©", + "description":"Strip metadata title." + }, + "stripMetadataDescription":{ + "message":"Ù…Ø³Ø Ø§Ù„Ø¨ÙŠØ§Ù†Ø§Øª الØساسة من طلبات CDN المسموØØ© لتØسين الخصوصية.", + "description":"Strip metadata description." + }, + "whitelistedDomainsTitle":{ + "message":"لا تتÙØص النطاقات", + "description":"Whitelisted domains title." + }, + "whitelistedDomainsDescription":{ + "message":"Øدد النطاقات التي سو٠يتم تجاهلها. Ø¥Ùصل المداخل المتعددة بـÙاصلة منقوطة (;).", + "description":"Whitelisted domains description." + }, + "advancedLabel":{ + "message":"متقدم", + "description":"Advanced label." + } +} \ No newline at end of file -- GitLab