From 1089c105d2b9daad321c71fec565c78c427e579e Mon Sep 17 00:00:00 2001 From: Ibrahim Morghim Date: Wed, 21 Feb 2024 20:27:33 +0300 Subject: [PATCH] fix: add arabic language --- .../static/admin/simpleui-x/locale/ar-ye.js | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 simpleui/static/admin/simpleui-x/locale/ar-ye.js diff --git a/simpleui/static/admin/simpleui-x/locale/ar-ye.js b/simpleui/static/admin/simpleui-x/locale/ar-ye.js new file mode 100644 index 00000000..67efa03c --- /dev/null +++ b/simpleui/static/admin/simpleui-x/locale/ar-ye.js @@ -0,0 +1,42 @@ +var Lanuages = { + "Refresh": "تحديث", + "Close current": "اغلاق الحالي", + "Close other": "اغلاق الاخرى", + "Close all": "اغلاق الكل", + "Open in a new page": "فتح في صفحة جديدة", + "Change theme": "تغيير السمة", + "Default": "الافتراضي", + "Servers": "الخوادم", + "Application information": "معلومات التطبيق", + "Home page": "الصفحة الرئيسية", + "Report issue": "تبليغ عن مشكلة", + + "Select": "تحديد", + "Selected": "المحددة", + + + "Purple": "ارجواني", + "Gray": "رمادي", + "Dark green": "اخضر داكن", + "Orange": "برتقالي", + "Black": "اسود", + "Green": "اخضر", + "Light": "وضع النهار", + + "Number": "رقم", + "Theme name": "اسم السمة", + "Action": "حدث", + + "ConfirmYes": "نعم", + "ConfirmNo": "رفض", + "Tips": "دلائل", + "Are you sure you want them all closed": "هل انت متاكد هل تريد الاغلاق ؟", + + "to": "الى", + "Quick navigation": "الانتقال السريع", + "Go back": 'الرجوع الى الخلف', + + 'Set font size': 'حجم الخط', + 'Reset': 'اعادة الضبط', + 'Are you sure you want to delete the selected?': 'هل انت متاكد هل تريد الحذف' +} \ No newline at end of file