SakuraPanel/assets/panel/plugins/fullcalendar/locales/ja.js
2020-01-18 05:51:45 +08:00

29 lines
866 B
PHP
Executable File

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.ja = factory()));
}(this, function () { 'use strict';
var ja = {
code: "ja",
buttonText: {
prev: "",
next: "",
today: "今日",
month: "",
week: "",
day: "",
list: "予定リスト"
},
weekLabel: "",
allDayText: "終日",
eventLimitText: function (n) {
return "" + n + "";
},
noEventsMessage: "表示する予定はありません"
};
return ja;
}));