懒羊羊
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.bs = factory()));
5 }(this, function () { 'use strict';
6
7     var bs = {
8         code: "bs",
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: "Prošli",
15             next: "Sljedeći",
16             today: "Danas",
17             month: "Mjesec",
18             week: "Sedmica",
19             day: "Dan",
20             list: "Raspored"
21         },
22         weekLabel: "Sed",
23         allDayText: "Cijeli dan",
24         eventLimitText: function (n) {
25             return "+ još " + n;
26         },
27         noEventsMessage: "Nema događaja za prikazivanje"
28     };
29
30     return bs;
31
32 }));