提交 | 用户 | 时间
|
8286c6
|
1 |
(function (global, factory) { |
懒 |
2 |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : |
|
3 |
typeof define === 'function' && define.amd ? define(factory) : |
|
4 |
(global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.ar = factory())); |
|
5 |
}(this, function () { 'use strict'; |
|
6 |
|
|
7 |
var ar = { |
|
8 |
code: "ar", |
|
9 |
week: { |
|
10 |
dow: 6, |
|
11 |
doy: 12 // The week that contains Jan 1st is the first week of the year. |
|
12 |
}, |
|
13 |
dir: 'rtl', |
|
14 |
buttonText: { |
|
15 |
prev: "السابق", |
|
16 |
next: "التالي", |
|
17 |
today: "اليوم", |
|
18 |
month: "شهر", |
|
19 |
week: "أسبوع", |
|
20 |
day: "يوم", |
|
21 |
list: "أجندة" |
|
22 |
}, |
|
23 |
weekLabel: "أسبوع", |
|
24 |
allDayText: "اليوم كله", |
|
25 |
eventLimitText: "أخرى", |
|
26 |
noEventsMessage: "أي أحداث لعرض" |
|
27 |
}; |
|
28 |
|
|
29 |
return ar; |
|
30 |
|
|
31 |
})); |