提交 | 用户 | 时间
|
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.ko = factory())); |
|
5 |
}(this, function () { 'use strict'; |
|
6 |
|
|
7 |
var ko = { |
|
8 |
code: "ko", |
|
9 |
buttonText: { |
|
10 |
prev: "이전달", |
|
11 |
next: "다음달", |
|
12 |
today: "오늘", |
|
13 |
month: "월", |
|
14 |
week: "주", |
|
15 |
day: "일", |
|
16 |
list: "일정목록" |
|
17 |
}, |
|
18 |
weekLabel: "주", |
|
19 |
allDayText: "종일", |
|
20 |
eventLimitText: "개", |
|
21 |
noEventsMessage: "일정이 없습니다" |
|
22 |
}; |
|
23 |
|
|
24 |
return ko; |
|
25 |
|
|
26 |
})); |