From cf9e03ac5c13bb670d0a84aa78034061cd30f9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=BA=EF=BC=A7=EF=BC=B8=EF=BC=90=EF=BC=98=EF=BC=99?= =?UTF-8?q?=E3=83=83?= <159061718+ZG089@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:12:57 +0300 Subject: [PATCH] add: Arabic Translation (#150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- TRANSLATOR.md | 4 +- webroot/lang/ar_EG.json | 93 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+), 2 deletions(-) create mode 100644 webroot/lang/ar_EG.json diff --git a/TRANSLATOR.md b/TRANSLATOR.md index 5d6d4c4..7c32b53 100644 --- a/TRANSLATOR.md +++ b/TRANSLATOR.md @@ -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) diff --git a/webroot/lang/ar_EG.json b/webroot/lang/ar_EG.json new file mode 100644 index 0000000..73d1f72 --- /dev/null +++ b/webroot/lang/ar_EG.json @@ -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": "ترخيص واجهة الويب" + } + } + } +}