懒羊羊
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.fa = factory()));
5 }(this, function () { 'use strict';
6
7     var fa = {
8         code: "fa",
9         week: {
10             dow: 6,
11             doy: 12 // The week that contains Jan 1st is the first week of the year.
12         },
13         dir: 'rtl',
14         buttonText: {
15             prev: "قبلی",
16             next: "بعدی",
17             today: "امروز",
18             month: "ماه",
19             week: "هفته",
20             day: "روز",
21             list: "برنامه"
22         },
23         weekLabel: "هف",
24         allDayText: "تمام روز",
25         eventLimitText: function (n) {
26             return "بیش از " + n;
27         },
28         noEventsMessage: "هیچ رویدادی به نمایش"
29     };
30
31     return fa;
32
33 }));