You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
add: Arabic Translation (#150)
* feat: Added Arabic Translation Signed-off-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com> * Update TRANSLATOR.md Signed-off-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com> --------- Signed-off-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 🌎 Translator
|
||||
|
||||
# 🌎 Translators
|
||||
- **ar_EG** by [@ZG089](https://github.com/ZG089)
|
||||
- **de_DE** by [@Blazzycrafer](https://github.com/Blazzycrafter)
|
||||
- **en_US** by [@PerformanC (The PerformanC Organization)](https://github.com/PerformanC)
|
||||
- **fr_FR** by [@GhostFRR](https://github.com/GhostFRR)
|
||||
|
||||
93
webroot/lang/ar_EG.json
Normal file
93
webroot/lang/ar_EG.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "العربية",
|
||||
"global": {
|
||||
"unknown": "غير معروف"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "اختر اللغة"
|
||||
},
|
||||
"theme": {
|
||||
"header": "اختر السمة",
|
||||
"dark": "مظلم",
|
||||
"light": "مضئ",
|
||||
"system": "تلقائي"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "نسخ",
|
||||
"clear": "حذف كل السجلات"
|
||||
},
|
||||
"header": "سجلات الأخطاء",
|
||||
"placeholder": "لا توجد أخطاء!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "الصفحة الرئيسية",
|
||||
"status": {
|
||||
"notWorking": "لا يعمل",
|
||||
"ok": "يعمل",
|
||||
"partially": "يعمل بشكل جزئي"
|
||||
},
|
||||
"info": {
|
||||
"version": "الإصدار",
|
||||
"root": "مدير الروت",
|
||||
"zygote": {
|
||||
"injected": "محقن",
|
||||
"notInjected": "غير محقن",
|
||||
"unknown": "غير معروف"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "الإضافات",
|
||||
"notAvaliable": "لا توجد إضافات تستخدم zygisk.",
|
||||
"arch": "النواة: "
|
||||
},
|
||||
"actions": {
|
||||
"header": "زر الإجراء",
|
||||
"monitorButton": {
|
||||
"start": "تشغيل",
|
||||
"stop": "تعطيل",
|
||||
"pause": "إيقاف مؤقت"
|
||||
},
|
||||
"monitor": "المراقبة",
|
||||
"status": {
|
||||
"tracing": "جار التتبع",
|
||||
"stopping": "جار الإيقاف",
|
||||
"stopped": "متوقف",
|
||||
"exiting": "يتم الخروج",
|
||||
"unknown": "غير معروف"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"header": "الإعدادات",
|
||||
"font": {
|
||||
"header": "تشغيل خط النظام",
|
||||
"description": "هذا الخيار يقوم بعرض النص بخط النظام بدلا من خط WebUI. قد لا يتوافق مع FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "الثيمات",
|
||||
"description": "اختر الثيم المناسب"
|
||||
},
|
||||
"language": {
|
||||
"header": "تغيير اللغة",
|
||||
"description": "غير إلى لغة أخرى"
|
||||
},
|
||||
"logs": {
|
||||
"header": "سجل الأخطاء",
|
||||
"description": "إعرض كل سجلات الأخطاء"
|
||||
},
|
||||
"credits": {
|
||||
"module": "مطور الإضافة",
|
||||
"original": "مطور الإضافة الأساسي",
|
||||
"web": "مطور واجهة الويب"
|
||||
},
|
||||
"license": {
|
||||
"module": "ترخيص الإضافة",
|
||||
"web": "ترخيص واجهة الويب"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user