提交 | 用户 | 时间
|
1ac2bc
|
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.he = factory())); |
|
5 |
}(this, function () { 'use strict'; |
|
6 |
|
|
7 |
var he = { |
|
8 |
code: "he", |
|
9 |
dir: 'rtl', |
|
10 |
buttonText: { |
|
11 |
prev: "הקודם", |
|
12 |
next: "הבא", |
|
13 |
today: "היום", |
|
14 |
month: "חודש", |
|
15 |
week: "שבוע", |
|
16 |
day: "יום", |
|
17 |
list: "סדר יום" |
|
18 |
}, |
|
19 |
allDayText: "כל היום", |
|
20 |
eventLimitText: "אחר", |
|
21 |
noEventsMessage: "אין אירועים להצגה", |
|
22 |
weekLabel: "שבוע" |
|
23 |
}; |
|
24 |
|
|
25 |
return he; |
|
26 |
|
|
27 |
})); |