提交 | 用户 | 时间
|
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.kk = factory())); |
|
5 |
}(this, function () { 'use strict'; |
|
6 |
|
|
7 |
var kk = { |
|
8 |
code: "kk", |
|
9 |
week: { |
|
10 |
dow: 1, |
|
11 |
doy: 7 // The week that contains Jan 1st is the first week of the year. |
|
12 |
}, |
|
13 |
buttonText: { |
|
14 |
prev: "Алдыңғы", |
|
15 |
next: "Келесі", |
|
16 |
today: "Бүгін", |
|
17 |
month: "Ай", |
|
18 |
week: "Апта", |
|
19 |
day: "Күн", |
|
20 |
list: "Күн тәртібі" |
|
21 |
}, |
|
22 |
weekLabel: "Не", |
|
23 |
allDayText: "Күні бойы", |
|
24 |
eventLimitText: function (n) { |
|
25 |
return "+ тағы " + n; |
|
26 |
}, |
|
27 |
noEventsMessage: "Көрсету үшін оқиғалар жоқ" |
|
28 |
}; |
|
29 |
|
|
30 |
return kk; |
|
31 |
|
|
32 |
})); |