-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 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,21 @@ | ||
{ | ||
"name": "Arabic", | ||
"months": "يناير|فبراير|مارس|أبريل|مايو|يونيو|يوليو|أغسطس|سبتمبر|أكتوبر|نوفمبر|ديسمبر", | ||
"short_months": "يناير|فبراير|مارس|أبريل|مايو|يونيو|يوليو|أغسطس|سبتمبر|أكتوبر|نوفمبر|ديسمبر", | ||
"weeks": "الأحد|الإثنين|الثلاثاء|الأربعاء|الخميس|الجمعة|السبت", | ||
"short_weeks": "أحد|إثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت", | ||
"seasons": "الربيع|الصيف|الخريف|الشتاء", | ||
"constellations": "الحمل|الثور|الجوزاء|السرطان|الأسد|العذراء|الميزان|العقرب|القوس|الجدي|الدلو|الحوت", | ||
"year": "1 سنة|%d سنوات", | ||
"month": "1 شهر|%d أشهر", | ||
"week": "1 أسبوع|%d أسابيع", | ||
"day": "1 يوم|%d أيام", | ||
"hour": "1 ساعة|%d ساعات", | ||
"minute": "1 دقيقة|%d دقائق", | ||
"second": "1 ثانية|%d ثواني", | ||
"now": "الآن", | ||
"ago": "%s مضت", | ||
"from_now": "من %s", | ||
"before": "%s قبل", | ||
"after": "%s بعد" | ||
} |