full_calendar 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.DS_Store +0 -0
- data/.gitignore +49 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +20 -0
- data/LICENSE.txt +21 -0
- data/README.md +102 -0
- data/Rakefile +2 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/full_calendar.gemspec +28 -0
- data/lib/.DS_Store +0 -0
- data/lib/full_calendar/engine.rb +9 -0
- data/lib/full_calendar/version.rb +3 -0
- data/lib/full_calendar.rb +73 -0
- data/lib/generators/.DS_Store +0 -0
- data/lib/generators/fullcalendar/.DS_Store +0 -0
- data/lib/generators/fullcalendar/install_generator.rb +61 -0
- data/lib/generators/fullcalendar/templates/default.js.tt +13 -0
- data/lib/generators/fullcalendar/templates/default.scss.tt +7 -0
- data/vendor/.DS_Store +0 -0
- data/vendor/assets/.DS_Store +0 -0
- data/vendor/assets/javascripts/.DS_Store +0 -0
- data/vendor/assets/javascripts/fullcalendar/.DS_Store +0 -0
- data/vendor/assets/javascripts/fullcalendar/bootstrap/.DS_Store +0 -0
- data/vendor/assets/javascripts/fullcalendar/bootstrap/main.js +90 -0
- data/vendor/assets/javascripts/fullcalendar/bootstrap/main.min.js +20 -0
- data/vendor/assets/javascripts/fullcalendar/core/.DS_Store +0 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/af.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ar-dz.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ar-kw.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ar-ly.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ar-ma.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ar-sa.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ar-tn.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ar.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/bg.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/bs.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ca.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/cs.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/da.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/de.js +33 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/el.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/en-au.js +17 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/en-gb.js +17 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/en-nz.js +17 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/es-us.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/es.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/et.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/eu.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/fa.js +33 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/fi.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/fr-ca.js +27 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/fr-ch.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/fr.js +31 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/gl.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/he.js +27 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/hi.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/hr.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/hu.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/id.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/is.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/it.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ja.js +28 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ka.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/kk.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ko.js +26 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/lb.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/lt.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/lv.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/mk.js +28 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ms.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/nb.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/nl.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/nn.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/pl.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/pt-br.js +28 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/pt.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ro.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/ru.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/sk.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/sl.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/sq.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/sr-cyrl.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/sr.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/sv.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/th.js +25 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/tr.js +30 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/uk.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/vi.js +32 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/zh-cn.js +33 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales/zh-tw.js +26 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales-all.js +1353 -0
- data/vendor/assets/javascripts/fullcalendar/core/locales-all.min.js +6 -0
- data/vendor/assets/javascripts/fullcalendar/core/main.js +8679 -0
- data/vendor/assets/javascripts/fullcalendar/core/main.min.js +9 -0
- data/vendor/assets/javascripts/fullcalendar/daygrid/.DS_Store +0 -0
- data/vendor/assets/javascripts/fullcalendar/daygrid/main.js +1639 -0
- data/vendor/assets/javascripts/fullcalendar/daygrid/main.min.js +20 -0
- data/vendor/assets/javascripts/fullcalendar/google-calendar/main.js +169 -0
- data/vendor/assets/javascripts/fullcalendar/google-calendar/main.min.js +20 -0
- data/vendor/assets/javascripts/fullcalendar/interaction/main.js +2143 -0
- data/vendor/assets/javascripts/fullcalendar/interaction/main.min.js +21 -0
- data/vendor/assets/javascripts/fullcalendar/list/.DS_Store +0 -0
- data/vendor/assets/javascripts/fullcalendar/list/main.js +341 -0
- data/vendor/assets/javascripts/fullcalendar/list/main.min.js +20 -0
- data/vendor/assets/javascripts/fullcalendar/luxon/main.js +162 -0
- data/vendor/assets/javascripts/fullcalendar/luxon/main.min.js +20 -0
- data/vendor/assets/javascripts/fullcalendar/moment/main.js +103 -0
- data/vendor/assets/javascripts/fullcalendar/moment/main.min.js +6 -0
- data/vendor/assets/javascripts/fullcalendar/moment-timezone/main.js +64 -0
- data/vendor/assets/javascripts/fullcalendar/moment-timezone/main.min.js +20 -0
- data/vendor/assets/javascripts/fullcalendar/rrule/main.js +127 -0
- data/vendor/assets/javascripts/fullcalendar/rrule/main.min.js +20 -0
- data/vendor/assets/javascripts/fullcalendar/timegrid/.DS_Store +0 -0
- data/vendor/assets/javascripts/fullcalendar/timegrid/main.js +1354 -0
- data/vendor/assets/javascripts/fullcalendar/timegrid/main.min.js +20 -0
- data/vendor/assets/stylesheets/.DS_Store +0 -0
- data/vendor/assets/stylesheets/fullcalendar/.DS_Store +0 -0
- data/vendor/assets/stylesheets/fullcalendar/bootstrap/.DS_Store +0 -0
- data/vendor/assets/stylesheets/fullcalendar/bootstrap/main.css +33 -0
- data/vendor/assets/stylesheets/fullcalendar/bootstrap/main.min.css +5 -0
- data/vendor/assets/stylesheets/fullcalendar/core/.DS_Store +0 -0
- data/vendor/assets/stylesheets/fullcalendar/core/main.css +900 -0
- data/vendor/assets/stylesheets/fullcalendar/core/main.min.css +5 -0
- data/vendor/assets/stylesheets/fullcalendar/daygrid/.DS_Store +0 -0
- data/vendor/assets/stylesheets/fullcalendar/daygrid/main.css +69 -0
- data/vendor/assets/stylesheets/fullcalendar/daygrid/main.min.css +5 -0
- data/vendor/assets/stylesheets/fullcalendar/list/.DS_Store +0 -0
- data/vendor/assets/stylesheets/fullcalendar/list/main.css +101 -0
- data/vendor/assets/stylesheets/fullcalendar/list/main.min.css +5 -0
- data/vendor/assets/stylesheets/fullcalendar/timegrid/.DS_Store +0 -0
- data/vendor/assets/stylesheets/fullcalendar/timegrid/main.css +266 -0
- data/vendor/assets/stylesheets/fullcalendar/timegrid/main.min.css +5 -0
- metadata +219 -0
|
@@ -0,0 +1,31 @@
|
|
|
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['ar-kw'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var arKw = {
|
|
8
|
+
code: "ar-kw",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 0,
|
|
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: "أخرى",
|
|
26
|
+
noEventsMessage: "أي أحداث لعرض"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
return arKw;
|
|
30
|
+
|
|
31
|
+
}));
|
|
@@ -0,0 +1,31 @@
|
|
|
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['ar-ly'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var arLy = {
|
|
8
|
+
code: "ar-ly",
|
|
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: "أخرى",
|
|
26
|
+
noEventsMessage: "أي أحداث لعرض"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
return arLy;
|
|
30
|
+
|
|
31
|
+
}));
|
|
@@ -0,0 +1,31 @@
|
|
|
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['ar-ma'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var arMa = {
|
|
8
|
+
code: "ar-ma",
|
|
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: "أخرى",
|
|
26
|
+
noEventsMessage: "أي أحداث لعرض"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
return arMa;
|
|
30
|
+
|
|
31
|
+
}));
|
|
@@ -0,0 +1,31 @@
|
|
|
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['ar-sa'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var arSa = {
|
|
8
|
+
code: "ar-sa",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 0,
|
|
11
|
+
doy: 6 // 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: "أخرى",
|
|
26
|
+
noEventsMessage: "أي أحداث لعرض"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
return arSa;
|
|
30
|
+
|
|
31
|
+
}));
|
|
@@ -0,0 +1,31 @@
|
|
|
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['ar-tn'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var arTn = {
|
|
8
|
+
code: "ar-tn",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 1,
|
|
11
|
+
doy: 4 // The week that contains Jan 4th 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: "أخرى",
|
|
26
|
+
noEventsMessage: "أي أحداث لعرض"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
return arTn;
|
|
30
|
+
|
|
31
|
+
}));
|
|
@@ -0,0 +1,31 @@
|
|
|
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.ar = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var ar = {
|
|
8
|
+
code: "ar",
|
|
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: "أخرى",
|
|
26
|
+
noEventsMessage: "أي أحداث لعرض"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
return ar;
|
|
30
|
+
|
|
31
|
+
}));
|
|
@@ -0,0 +1,31 @@
|
|
|
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.bg = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var bg = {
|
|
8
|
+
code: "bg",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 1,
|
|
11
|
+
doy: 7 // The week that contains Jan 1st 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
|
+
allDayText: "Цял ден",
|
|
23
|
+
eventLimitText: function (n) {
|
|
24
|
+
return "+още " + n;
|
|
25
|
+
},
|
|
26
|
+
noEventsMessage: "Няма събития за показване"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
return bg;
|
|
30
|
+
|
|
31
|
+
}));
|
|
@@ -0,0 +1,32 @@
|
|
|
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.bs = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var bs = {
|
|
8
|
+
code: "bs",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 1,
|
|
11
|
+
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
|
12
|
+
},
|
|
13
|
+
buttonText: {
|
|
14
|
+
prev: "Prošli",
|
|
15
|
+
next: "Sljedeći",
|
|
16
|
+
today: "Danas",
|
|
17
|
+
month: "Mjesec",
|
|
18
|
+
week: "Sedmica",
|
|
19
|
+
day: "Dan",
|
|
20
|
+
list: "Raspored"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "Sed",
|
|
23
|
+
allDayText: "Cijeli dan",
|
|
24
|
+
eventLimitText: function (n) {
|
|
25
|
+
return "+ još " + n;
|
|
26
|
+
},
|
|
27
|
+
noEventsMessage: "Nema događaja za prikazivanje"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
return bs;
|
|
31
|
+
|
|
32
|
+
}));
|
|
@@ -0,0 +1,30 @@
|
|
|
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.ca = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var ca = {
|
|
8
|
+
code: "ca",
|
|
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: "Anterior",
|
|
15
|
+
next: "Següent",
|
|
16
|
+
today: "Avui",
|
|
17
|
+
month: "Mes",
|
|
18
|
+
week: "Setmana",
|
|
19
|
+
day: "Dia",
|
|
20
|
+
list: "Agenda"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "Set",
|
|
23
|
+
allDayText: "Tot el dia",
|
|
24
|
+
eventLimitText: "més",
|
|
25
|
+
noEventsMessage: "No hi ha esdeveniments per mostrar"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
return ca;
|
|
29
|
+
|
|
30
|
+
}));
|
|
@@ -0,0 +1,32 @@
|
|
|
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.cs = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var cs = {
|
|
8
|
+
code: "cs",
|
|
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: "Dříve",
|
|
15
|
+
next: "Později",
|
|
16
|
+
today: "Nyní",
|
|
17
|
+
month: "Měsíc",
|
|
18
|
+
week: "Týden",
|
|
19
|
+
day: "Den",
|
|
20
|
+
list: "Agenda"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "Týd",
|
|
23
|
+
allDayText: "Celý den",
|
|
24
|
+
eventLimitText: function (n) {
|
|
25
|
+
return "+další: " + n;
|
|
26
|
+
},
|
|
27
|
+
noEventsMessage: "Žádné akce k zobrazení"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
return cs;
|
|
31
|
+
|
|
32
|
+
}));
|
|
@@ -0,0 +1,30 @@
|
|
|
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.da = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var da = {
|
|
8
|
+
code: "da",
|
|
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: "Forrige",
|
|
15
|
+
next: "Næste",
|
|
16
|
+
today: "Idag",
|
|
17
|
+
month: "Måned",
|
|
18
|
+
week: "Uge",
|
|
19
|
+
day: "Dag",
|
|
20
|
+
list: "Agenda"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "Uge",
|
|
23
|
+
allDayText: "Hele dagen",
|
|
24
|
+
eventLimitText: "flere",
|
|
25
|
+
noEventsMessage: "Ingen arrangementer at vise"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
return da;
|
|
29
|
+
|
|
30
|
+
}));
|
|
@@ -0,0 +1,33 @@
|
|
|
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.de = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var de = {
|
|
8
|
+
code: "de",
|
|
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: "Zurück",
|
|
15
|
+
next: "Vor",
|
|
16
|
+
today: "Heute",
|
|
17
|
+
year: "Jahr",
|
|
18
|
+
month: "Monat",
|
|
19
|
+
week: "Woche",
|
|
20
|
+
day: "Tag",
|
|
21
|
+
list: "Terminübersicht"
|
|
22
|
+
},
|
|
23
|
+
weekLabel: "KW",
|
|
24
|
+
allDayText: "Ganztägig",
|
|
25
|
+
eventLimitText: function (n) {
|
|
26
|
+
return "+ weitere " + n;
|
|
27
|
+
},
|
|
28
|
+
noEventsMessage: "Keine Ereignisse anzuzeigen"
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
return de;
|
|
32
|
+
|
|
33
|
+
}));
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
}));
|
|
@@ -0,0 +1,17 @@
|
|
|
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['en-au'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var enAu = {
|
|
8
|
+
code: "en-au",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 1,
|
|
11
|
+
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
return enAu;
|
|
16
|
+
|
|
17
|
+
}));
|
|
@@ -0,0 +1,17 @@
|
|
|
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['en-gb'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var enGb = {
|
|
8
|
+
code: "en-gb",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 1,
|
|
11
|
+
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
return enGb;
|
|
16
|
+
|
|
17
|
+
}));
|
|
@@ -0,0 +1,17 @@
|
|
|
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['en-nz'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var enNz = {
|
|
8
|
+
code: "en-nz",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 1,
|
|
11
|
+
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
return enNz;
|
|
16
|
+
|
|
17
|
+
}));
|
|
@@ -0,0 +1,30 @@
|
|
|
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['es-us'] = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var esUs = {
|
|
8
|
+
code: "es",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 0,
|
|
11
|
+
doy: 6 // The week that contains Jan 1st is the first week of the year.
|
|
12
|
+
},
|
|
13
|
+
buttonText: {
|
|
14
|
+
prev: "Ant",
|
|
15
|
+
next: "Sig",
|
|
16
|
+
today: "Hoy",
|
|
17
|
+
month: "Mes",
|
|
18
|
+
week: "Semana",
|
|
19
|
+
day: "Día",
|
|
20
|
+
list: "Agenda"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "Sm",
|
|
23
|
+
allDayHtml: "Todo<br/>el día",
|
|
24
|
+
eventLimitText: "más",
|
|
25
|
+
noEventsMessage: "No hay eventos para mostrar"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
return esUs;
|
|
29
|
+
|
|
30
|
+
}));
|
|
@@ -0,0 +1,30 @@
|
|
|
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.es = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var es = {
|
|
8
|
+
code: "es",
|
|
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: "Ant",
|
|
15
|
+
next: "Sig",
|
|
16
|
+
today: "Hoy",
|
|
17
|
+
month: "Mes",
|
|
18
|
+
week: "Semana",
|
|
19
|
+
day: "Día",
|
|
20
|
+
list: "Agenda"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "Sm",
|
|
23
|
+
allDayHtml: "Todo<br/>el día",
|
|
24
|
+
eventLimitText: "más",
|
|
25
|
+
noEventsMessage: "No hay eventos para mostrar"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
return es;
|
|
29
|
+
|
|
30
|
+
}));
|
|
@@ -0,0 +1,32 @@
|
|
|
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.et = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var et = {
|
|
8
|
+
code: "et",
|
|
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: "Eelnev",
|
|
15
|
+
next: "Järgnev",
|
|
16
|
+
today: "Täna",
|
|
17
|
+
month: "Kuu",
|
|
18
|
+
week: "Nädal",
|
|
19
|
+
day: "Päev",
|
|
20
|
+
list: "Päevakord"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "näd",
|
|
23
|
+
allDayText: "Kogu päev",
|
|
24
|
+
eventLimitText: function (n) {
|
|
25
|
+
return "+ veel " + n;
|
|
26
|
+
},
|
|
27
|
+
noEventsMessage: "Kuvamiseks puuduvad sündmused"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
return et;
|
|
31
|
+
|
|
32
|
+
}));
|
|
@@ -0,0 +1,30 @@
|
|
|
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.eu = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var eu = {
|
|
8
|
+
code: "eu",
|
|
9
|
+
week: {
|
|
10
|
+
dow: 1,
|
|
11
|
+
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
|
12
|
+
},
|
|
13
|
+
buttonText: {
|
|
14
|
+
prev: "Aur",
|
|
15
|
+
next: "Hur",
|
|
16
|
+
today: "Gaur",
|
|
17
|
+
month: "Hilabetea",
|
|
18
|
+
week: "Astea",
|
|
19
|
+
day: "Eguna",
|
|
20
|
+
list: "Agenda"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "As",
|
|
23
|
+
allDayHtml: "Egun<br/>osoa",
|
|
24
|
+
eventLimitText: "gehiago",
|
|
25
|
+
noEventsMessage: "Ez dago ekitaldirik erakusteko"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
return eu;
|
|
29
|
+
|
|
30
|
+
}));
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
}));
|
|
@@ -0,0 +1,30 @@
|
|
|
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.fi = factory()));
|
|
5
|
+
}(this, function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
var fi = {
|
|
8
|
+
code: "fi",
|
|
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: "Edellinen",
|
|
15
|
+
next: "Seuraava",
|
|
16
|
+
today: "Tänään",
|
|
17
|
+
month: "Kuukausi",
|
|
18
|
+
week: "Viikko",
|
|
19
|
+
day: "Päivä",
|
|
20
|
+
list: "Tapahtumat"
|
|
21
|
+
},
|
|
22
|
+
weekLabel: "Vk",
|
|
23
|
+
allDayText: "Koko päivä",
|
|
24
|
+
eventLimitText: "lisää",
|
|
25
|
+
noEventsMessage: "Ei näytettäviä tapahtumia"
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
return fi;
|
|
29
|
+
|
|
30
|
+
}));
|