懒羊羊
2023-08-30 1ac2bc1590406d9babec036e154d8d08f34a6aa1
提交 | 用户 | 时间
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.hu = factory()));
5 }(this, function () { 'use strict';
6
7     var hu = {
8         code: "hu",
9         week: {
10             dow: 1,
11             doy: 4 // The week that contains Jan 4th is the first week of the year.
12         },
13         buttonText: {
14             prev: "vissza",
15             next: "előre",
16             today: "ma",
17             month: "Hónap",
18             week: "Hét",
19             day: "Nap",
20             list: "Napló"
21         },
22         weekLabel: "Hét",
23         allDayText: "Egész nap",
24         eventLimitText: "további",
25         noEventsMessage: "Nincs megjeleníthető esemény"
26     };
27
28     return hu;
29
30 }));