Skip to content

Commit

Permalink
Merge pull request #493 from morghim/add-support-arabic-language
Browse files Browse the repository at this point in the history
fix: add arabic language
  • Loading branch information
newpanjing committed Mar 25, 2024
2 parents 0773e47 + 1089c10 commit 0701f0a
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions simpleui/static/admin/simpleui-x/locale/ar-ye.js
Original file line number Diff line number Diff line change
@@ -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?': 'هل انت متاكد هل تريد الحذف'
}

0 comments on commit 0701f0a

Please sign in to comment.