懒羊羊
2023-11-14 8286c62256f23bc2367a6729c0f46f84215e380b
提交 | 用户 | 时间
8286c6 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['es-us'] = factory()));
5 }(this, function () { 'use strict';
6
7     var esUs = {
8         code: "es",
9         week: {
10             dow: 0,
11             doy: 6 // The week that contains Jan 1st is the first week of the year.
12         },
13         buttonText: {
14             prev: "Ant",
15             next: "Sig",
16             today: "Hoy",
17             month: "Mes",
18             week: "Semana",
19             day: "Día",
20             list: "Agenda"
21         },
22         weekLabel: "Sm",
23         allDayHtml: "Todo<br/>el día",
24         eventLimitText: "más",
25         noEventsMessage: "No hay eventos para mostrar"
26     };
27
28     return esUs;
29
30 }));