懒羊羊
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.mk = factory()));
5 }(this, function () { 'use strict';
6
7     var mk = {
8         code: "mk",
9         buttonText: {
10             prev: "претходно",
11             next: "следно",
12             today: "Денес",
13             month: "Месец",
14             week: "Недела",
15             day: "Ден",
16             list: "График"
17         },
18         weekLabel: "Сед",
19         allDayText: "Цел ден",
20         eventLimitText: function (n) {
21             return "+повеќе " + n;
22         },
23         noEventsMessage: "Нема настани за прикажување"
24     };
25
26     return mk;
27
28 }));