提交 | 用户 | 时间
|
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.ja = factory())); |
|
5 |
}(this, function () { 'use strict'; |
|
6 |
|
|
7 |
var ja = { |
|
8 |
code: "ja", |
|
9 |
buttonText: { |
|
10 |
prev: "前", |
|
11 |
next: "次", |
|
12 |
today: "今日", |
|
13 |
month: "月", |
|
14 |
week: "週", |
|
15 |
day: "日", |
|
16 |
list: "予定リスト" |
|
17 |
}, |
|
18 |
weekLabel: "週", |
|
19 |
allDayText: "終日", |
|
20 |
eventLimitText: function (n) { |
|
21 |
return "他 " + n + " 件"; |
|
22 |
}, |
|
23 |
noEventsMessage: "表示する予定はありません" |
|
24 |
}; |
|
25 |
|
|
26 |
return ja; |
|
27 |
|
|
28 |
})); |