懒羊羊
2023-08-30 71e81ed1d12e4d69f53c8ad9e066650ad4186293
提交 | 用户 | 时间
71e81e 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['sr-cyrl'] = factory()));
5 }(this, function () { 'use strict';
6
7     var srCyrl = {
8         code: "sr-cyrl",
9         week: {
10             dow: 1,
11             doy: 7 // The week that contains Jan 1st is the first week of the year.
12         },
13         buttonText: {
14             prev: "Претходна",
15             next: "следећи",
16             today: "Данас",
17             month: "Месец",
18             week: "Недеља",
19             day: "Дан",
20             list: "Планер"
21         },
22         weekLabel: "Сед",
23         allDayText: "Цео дан",
24         eventLimitText: function (n) {
25             return "+ још " + n;
26         },
27         noEventsMessage: "Нема догађаја за приказ"
28     };
29
30     return srCyrl;
31
32 }));