提交 | 用户 | 时间
|
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.sk = factory())); |
|
5 |
}(this, function () { 'use strict'; |
|
6 |
|
|
7 |
var sk = { |
|
8 |
code: "sk", |
|
9 |
week: { |
|
10 |
dow: 1, |
|
11 |
doy: 4 // The week that contains Jan 4th is the first week of the year. |
|
12 |
}, |
|
13 |
buttonText: { |
|
14 |
prev: "Predchádzajúci", |
|
15 |
next: "Nasledujúci", |
|
16 |
today: "Dnes", |
|
17 |
month: "Mesiac", |
|
18 |
week: "Týždeň", |
|
19 |
day: "Deň", |
|
20 |
list: "Rozvrh" |
|
21 |
}, |
|
22 |
weekLabel: "Ty", |
|
23 |
allDayText: "Celý deň", |
|
24 |
eventLimitText: function (n) { |
|
25 |
return "+ďalšie: " + n; |
|
26 |
}, |
|
27 |
noEventsMessage: "Žiadne akcie na zobrazenie" |
|
28 |
}; |
|
29 |
|
|
30 |
return sk; |
|
31 |
|
|
32 |
})); |