懒羊羊
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.ka = factory()));
5 }(this, function () { 'use strict';
6
7     var ka = {
8         code: "ka",
9         week: {
10             dow: 1,
11             doy: 7
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 ka;
31
32 }));