懒羊羊
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.el = factory()));
5 }(this, function () { 'use strict';
6
7     var el = {
8         code: "el",
9         week: {
10             dow: 1,
11             doy: 4 // The week that contains Jan 4st 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: "περισσότερα",
25         noEventsMessage: "Δεν υπάρχουν γεγονότα για να εμφανιστεί"
26     };
27
28     return el;
29
30 }));