懒羊羊
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.ru = factory()));
5 }(this, function () { 'use strict';
6
7     var ru = {
8         code: "ru",
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: "Пред",
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 ru;
31
32 }));