first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
24
node_modules/@fullcalendar/core/locales/ar.js
generated
vendored
Normal file
24
node_modules/@fullcalendar/core/locales/ar.js
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
var l7 = {
|
||||
code: 'ar',
|
||||
week: {
|
||||
dow: 6,
|
||||
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
||||
},
|
||||
direction: 'rtl',
|
||||
buttonText: {
|
||||
prev: 'السابق',
|
||||
next: 'التالي',
|
||||
today: 'اليوم',
|
||||
year: 'سنة',
|
||||
month: 'شهر',
|
||||
week: 'أسبوع',
|
||||
day: 'يوم',
|
||||
list: 'أجندة',
|
||||
},
|
||||
weekText: 'أسبوع',
|
||||
allDayText: 'اليوم كله',
|
||||
moreLinkText: 'أخرى',
|
||||
noEventsText: 'أي أحداث لعرض',
|
||||
};
|
||||
|
||||
export { l7 as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue