-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2456 from cubemastercodes/patch-1
Create ar.json
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"name": "ar", | ||
"options": { | ||
"months": [ | ||
"يناير", | ||
"فبراير", | ||
"مارس", | ||
"أبريل", | ||
"مايو", | ||
"يونيو", | ||
"يوليو", | ||
"أغسطس", | ||
"سبتمبر", | ||
"أكتوبر", | ||
"نوفمبر", | ||
"ديسمبر" | ||
], | ||
"shortMonths": [ | ||
"يناير", | ||
"فبراير", | ||
"مارس", | ||
"أبريل", | ||
"مايو", | ||
"يونيو", | ||
"يوليو", | ||
"أغسطس", | ||
"سبتمبر", | ||
"أكتوبر", | ||
"نوفمبر", | ||
"ديسمبر" | ||
], | ||
"days": [ | ||
"الأحد", | ||
"الإثنين", | ||
"الثلاثاء", | ||
"الأربعاء", | ||
"الخميس", | ||
"الجمعة", | ||
"السبت" | ||
], | ||
"shortDays": [ | ||
"أحد", | ||
"إثنين", | ||
"ثلاثاء", | ||
"أربعاء", | ||
"خميس", | ||
"جمعة", | ||
"سبت" | ||
], | ||
"toolbar": { | ||
"exportToSVG": "تحميل بصيغة SVG", | ||
"exportToPNG": "تحميل بصيغة PNG", | ||
"exportToCSV": "تحميل بصيغة CSV", | ||
"menu": "القائمة", | ||
"selection": "تحديد", | ||
"selectionZoom": "تكبير التحديد", | ||
"zoomIn": "تكبير", | ||
"zoomOut": "تصغير", | ||
"pan": "تحريك", | ||
"reset": "إعادة التعيين" | ||
} | ||
} | ||
} |