PSTW_CentralizeSystem/wwwroot/assets/libs/fullcalendar/dist/locale/ja.js
2024-11-15 16:29:52 +08:00

194 lines
5.2 KiB
JavaScript

!(function (e, t) {
"object" == typeof exports && "object" == typeof module
? (module.exports = t(require("moment"), require("fullcalendar")))
: "function" == typeof define && define.amd
? define(["moment", "fullcalendar"], t)
: "object" == typeof exports
? t(require("moment"), require("fullcalendar"))
: t(e.moment, e.FullCalendar);
})("undefined" != typeof self ? self : this, function (e, t) {
return (function (e) {
function t(r) {
if (n[r]) return n[r].exports;
var o = (n[r] = { i: r, l: !1, exports: {} });
return e[r].call(o.exports, o, o.exports, t), (o.l = !0), o.exports;
}
var n = {};
return (
(t.m = e),
(t.c = n),
(t.d = function (e, n, r) {
t.o(e, n) ||
Object.defineProperty(e, n, {
configurable: !1,
enumerable: !0,
get: r,
});
}),
(t.n = function (e) {
var n =
e && e.__esModule
? function () {
return e.default;
}
: function () {
return e;
};
return t.d(n, "a", n), n;
}),
(t.o = function (e, t) {
return Object.prototype.hasOwnProperty.call(e, t);
}),
(t.p = ""),
t((t.s = 145))
);
})({
0: function (t, n) {
t.exports = e;
},
1: function (e, n) {
e.exports = t;
},
145: function (e, t, n) {
Object.defineProperty(t, "__esModule", { value: !0 }), n(146);
var r = n(1);
r.datepickerLocale("ja", "ja", {
closeText: "閉じる",
prevText: "<前",
nextText: "次>",
currentText: "今日",
monthNames: [
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月",
],
monthNamesShort: [
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月",
],
dayNames: [
"日曜日",
"月曜日",
"火曜日",
"水曜日",
"木曜日",
"金曜日",
"土曜日",
],
dayNamesShort: ["日", "月", "火", "水", "木", "金", "土"],
dayNamesMin: ["日", "月", "火", "水", "木", "金", "土"],
weekHeader: "週",
dateFormat: "yy/mm/dd",
firstDay: 0,
isRTL: !1,
showMonthAfterYear: !0,
yearSuffix: "年",
}),
r.locale("ja", {
buttonText: {
month: "月",
week: "週",
day: "日",
list: "予定リスト",
},
allDayText: "終日",
eventLimitText: function (e) {
return "他 " + e + " 件";
},
noEventsMessage: "イベントが表示されないように",
});
},
146: function (e, t, n) {
!(function (e, t) {
t(n(0));
})(0, function (e) {
return e.defineLocale("ja", {
months: "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split(
"_"
),
monthsShort:
"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),
weekdays: "日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split(
"_"
),
weekdaysShort: "日_月_火_水_木_金_土".split("_"),
weekdaysMin: "日_月_火_水_木_金_土".split("_"),
longDateFormat: {
LT: "HH:mm",
LTS: "HH:mm:ss",
L: "YYYY/MM/DD",
LL: "YYYY年M月D日",
LLL: "YYYY年M月D日 HH:mm",
LLLL: "YYYY年M月D日 HH:mm dddd",
l: "YYYY/MM/DD",
ll: "YYYY年M月D日",
lll: "YYYY年M月D日 HH:mm",
llll: "YYYY年M月D日 HH:mm dddd",
},
meridiemParse: /午前|午後/i,
isPM: function (e) {
return "午後" === e;
},
meridiem: function (e, t, n) {
return e < 12 ? "午前" : "午後";
},
calendar: {
sameDay: "[今日] LT",
nextDay: "[明日] LT",
nextWeek: "[来週]dddd LT",
lastDay: "[昨日] LT",
lastWeek: "[前週]dddd LT",
sameElse: "L",
},
dayOfMonthOrdinalParse: /\d{1,2}日/,
ordinal: function (e, t) {
switch (t) {
case "d":
case "D":
case "DDD":
return e + "日";
default:
return e;
}
},
relativeTime: {
future: "%s後",
past: "%s前",
s: "数秒",
ss: "%d秒",
m: "1分",
mm: "%d分",
h: "1時間",
hh: "%d時間",
d: "1日",
dd: "%d日",
M: "1ヶ月",
MM: "%dヶ月",
y: "1年",
yy: "%d年",
},
});
});
},
});
});