full_calendar 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. checksums.yaml +7 -0
  2. data/.DS_Store +0 -0
  3. data/.gitignore +49 -0
  4. data/Gemfile +6 -0
  5. data/Gemfile.lock +20 -0
  6. data/LICENSE.txt +21 -0
  7. data/README.md +102 -0
  8. data/Rakefile +2 -0
  9. data/bin/console +14 -0
  10. data/bin/setup +8 -0
  11. data/full_calendar.gemspec +28 -0
  12. data/lib/.DS_Store +0 -0
  13. data/lib/full_calendar/engine.rb +9 -0
  14. data/lib/full_calendar/version.rb +3 -0
  15. data/lib/full_calendar.rb +73 -0
  16. data/lib/generators/.DS_Store +0 -0
  17. data/lib/generators/fullcalendar/.DS_Store +0 -0
  18. data/lib/generators/fullcalendar/install_generator.rb +61 -0
  19. data/lib/generators/fullcalendar/templates/default.js.tt +13 -0
  20. data/lib/generators/fullcalendar/templates/default.scss.tt +7 -0
  21. data/vendor/.DS_Store +0 -0
  22. data/vendor/assets/.DS_Store +0 -0
  23. data/vendor/assets/javascripts/.DS_Store +0 -0
  24. data/vendor/assets/javascripts/fullcalendar/.DS_Store +0 -0
  25. data/vendor/assets/javascripts/fullcalendar/bootstrap/.DS_Store +0 -0
  26. data/vendor/assets/javascripts/fullcalendar/bootstrap/main.js +90 -0
  27. data/vendor/assets/javascripts/fullcalendar/bootstrap/main.min.js +20 -0
  28. data/vendor/assets/javascripts/fullcalendar/core/.DS_Store +0 -0
  29. data/vendor/assets/javascripts/fullcalendar/core/locales/af.js +30 -0
  30. data/vendor/assets/javascripts/fullcalendar/core/locales/ar-dz.js +31 -0
  31. data/vendor/assets/javascripts/fullcalendar/core/locales/ar-kw.js +31 -0
  32. data/vendor/assets/javascripts/fullcalendar/core/locales/ar-ly.js +31 -0
  33. data/vendor/assets/javascripts/fullcalendar/core/locales/ar-ma.js +31 -0
  34. data/vendor/assets/javascripts/fullcalendar/core/locales/ar-sa.js +31 -0
  35. data/vendor/assets/javascripts/fullcalendar/core/locales/ar-tn.js +31 -0
  36. data/vendor/assets/javascripts/fullcalendar/core/locales/ar.js +31 -0
  37. data/vendor/assets/javascripts/fullcalendar/core/locales/bg.js +31 -0
  38. data/vendor/assets/javascripts/fullcalendar/core/locales/bs.js +32 -0
  39. data/vendor/assets/javascripts/fullcalendar/core/locales/ca.js +30 -0
  40. data/vendor/assets/javascripts/fullcalendar/core/locales/cs.js +32 -0
  41. data/vendor/assets/javascripts/fullcalendar/core/locales/da.js +30 -0
  42. data/vendor/assets/javascripts/fullcalendar/core/locales/de.js +33 -0
  43. data/vendor/assets/javascripts/fullcalendar/core/locales/el.js +30 -0
  44. data/vendor/assets/javascripts/fullcalendar/core/locales/en-au.js +17 -0
  45. data/vendor/assets/javascripts/fullcalendar/core/locales/en-gb.js +17 -0
  46. data/vendor/assets/javascripts/fullcalendar/core/locales/en-nz.js +17 -0
  47. data/vendor/assets/javascripts/fullcalendar/core/locales/es-us.js +30 -0
  48. data/vendor/assets/javascripts/fullcalendar/core/locales/es.js +30 -0
  49. data/vendor/assets/javascripts/fullcalendar/core/locales/et.js +32 -0
  50. data/vendor/assets/javascripts/fullcalendar/core/locales/eu.js +30 -0
  51. data/vendor/assets/javascripts/fullcalendar/core/locales/fa.js +33 -0
  52. data/vendor/assets/javascripts/fullcalendar/core/locales/fi.js +30 -0
  53. data/vendor/assets/javascripts/fullcalendar/core/locales/fr-ca.js +27 -0
  54. data/vendor/assets/javascripts/fullcalendar/core/locales/fr-ch.js +31 -0
  55. data/vendor/assets/javascripts/fullcalendar/core/locales/fr.js +31 -0
  56. data/vendor/assets/javascripts/fullcalendar/core/locales/gl.js +30 -0
  57. data/vendor/assets/javascripts/fullcalendar/core/locales/he.js +27 -0
  58. data/vendor/assets/javascripts/fullcalendar/core/locales/hi.js +32 -0
  59. data/vendor/assets/javascripts/fullcalendar/core/locales/hr.js +32 -0
  60. data/vendor/assets/javascripts/fullcalendar/core/locales/hu.js +30 -0
  61. data/vendor/assets/javascripts/fullcalendar/core/locales/id.js +30 -0
  62. data/vendor/assets/javascripts/fullcalendar/core/locales/is.js +30 -0
  63. data/vendor/assets/javascripts/fullcalendar/core/locales/it.js +32 -0
  64. data/vendor/assets/javascripts/fullcalendar/core/locales/ja.js +28 -0
  65. data/vendor/assets/javascripts/fullcalendar/core/locales/ka.js +32 -0
  66. data/vendor/assets/javascripts/fullcalendar/core/locales/kk.js +32 -0
  67. data/vendor/assets/javascripts/fullcalendar/core/locales/ko.js +26 -0
  68. data/vendor/assets/javascripts/fullcalendar/core/locales/lb.js +30 -0
  69. data/vendor/assets/javascripts/fullcalendar/core/locales/lt.js +30 -0
  70. data/vendor/assets/javascripts/fullcalendar/core/locales/lv.js +32 -0
  71. data/vendor/assets/javascripts/fullcalendar/core/locales/mk.js +28 -0
  72. data/vendor/assets/javascripts/fullcalendar/core/locales/ms.js +32 -0
  73. data/vendor/assets/javascripts/fullcalendar/core/locales/nb.js +30 -0
  74. data/vendor/assets/javascripts/fullcalendar/core/locales/nl.js +30 -0
  75. data/vendor/assets/javascripts/fullcalendar/core/locales/nn.js +30 -0
  76. data/vendor/assets/javascripts/fullcalendar/core/locales/pl.js +30 -0
  77. data/vendor/assets/javascripts/fullcalendar/core/locales/pt-br.js +28 -0
  78. data/vendor/assets/javascripts/fullcalendar/core/locales/pt.js +30 -0
  79. data/vendor/assets/javascripts/fullcalendar/core/locales/ro.js +32 -0
  80. data/vendor/assets/javascripts/fullcalendar/core/locales/ru.js +32 -0
  81. data/vendor/assets/javascripts/fullcalendar/core/locales/sk.js +32 -0
  82. data/vendor/assets/javascripts/fullcalendar/core/locales/sl.js +30 -0
  83. data/vendor/assets/javascripts/fullcalendar/core/locales/sq.js +32 -0
  84. data/vendor/assets/javascripts/fullcalendar/core/locales/sr-cyrl.js +32 -0
  85. data/vendor/assets/javascripts/fullcalendar/core/locales/sr.js +32 -0
  86. data/vendor/assets/javascripts/fullcalendar/core/locales/sv.js +30 -0
  87. data/vendor/assets/javascripts/fullcalendar/core/locales/th.js +25 -0
  88. data/vendor/assets/javascripts/fullcalendar/core/locales/tr.js +30 -0
  89. data/vendor/assets/javascripts/fullcalendar/core/locales/uk.js +32 -0
  90. data/vendor/assets/javascripts/fullcalendar/core/locales/vi.js +32 -0
  91. data/vendor/assets/javascripts/fullcalendar/core/locales/zh-cn.js +33 -0
  92. data/vendor/assets/javascripts/fullcalendar/core/locales/zh-tw.js +26 -0
  93. data/vendor/assets/javascripts/fullcalendar/core/locales-all.js +1353 -0
  94. data/vendor/assets/javascripts/fullcalendar/core/locales-all.min.js +6 -0
  95. data/vendor/assets/javascripts/fullcalendar/core/main.js +8679 -0
  96. data/vendor/assets/javascripts/fullcalendar/core/main.min.js +9 -0
  97. data/vendor/assets/javascripts/fullcalendar/daygrid/.DS_Store +0 -0
  98. data/vendor/assets/javascripts/fullcalendar/daygrid/main.js +1639 -0
  99. data/vendor/assets/javascripts/fullcalendar/daygrid/main.min.js +20 -0
  100. data/vendor/assets/javascripts/fullcalendar/google-calendar/main.js +169 -0
  101. data/vendor/assets/javascripts/fullcalendar/google-calendar/main.min.js +20 -0
  102. data/vendor/assets/javascripts/fullcalendar/interaction/main.js +2143 -0
  103. data/vendor/assets/javascripts/fullcalendar/interaction/main.min.js +21 -0
  104. data/vendor/assets/javascripts/fullcalendar/list/.DS_Store +0 -0
  105. data/vendor/assets/javascripts/fullcalendar/list/main.js +341 -0
  106. data/vendor/assets/javascripts/fullcalendar/list/main.min.js +20 -0
  107. data/vendor/assets/javascripts/fullcalendar/luxon/main.js +162 -0
  108. data/vendor/assets/javascripts/fullcalendar/luxon/main.min.js +20 -0
  109. data/vendor/assets/javascripts/fullcalendar/moment/main.js +103 -0
  110. data/vendor/assets/javascripts/fullcalendar/moment/main.min.js +6 -0
  111. data/vendor/assets/javascripts/fullcalendar/moment-timezone/main.js +64 -0
  112. data/vendor/assets/javascripts/fullcalendar/moment-timezone/main.min.js +20 -0
  113. data/vendor/assets/javascripts/fullcalendar/rrule/main.js +127 -0
  114. data/vendor/assets/javascripts/fullcalendar/rrule/main.min.js +20 -0
  115. data/vendor/assets/javascripts/fullcalendar/timegrid/.DS_Store +0 -0
  116. data/vendor/assets/javascripts/fullcalendar/timegrid/main.js +1354 -0
  117. data/vendor/assets/javascripts/fullcalendar/timegrid/main.min.js +20 -0
  118. data/vendor/assets/stylesheets/.DS_Store +0 -0
  119. data/vendor/assets/stylesheets/fullcalendar/.DS_Store +0 -0
  120. data/vendor/assets/stylesheets/fullcalendar/bootstrap/.DS_Store +0 -0
  121. data/vendor/assets/stylesheets/fullcalendar/bootstrap/main.css +33 -0
  122. data/vendor/assets/stylesheets/fullcalendar/bootstrap/main.min.css +5 -0
  123. data/vendor/assets/stylesheets/fullcalendar/core/.DS_Store +0 -0
  124. data/vendor/assets/stylesheets/fullcalendar/core/main.css +900 -0
  125. data/vendor/assets/stylesheets/fullcalendar/core/main.min.css +5 -0
  126. data/vendor/assets/stylesheets/fullcalendar/daygrid/.DS_Store +0 -0
  127. data/vendor/assets/stylesheets/fullcalendar/daygrid/main.css +69 -0
  128. data/vendor/assets/stylesheets/fullcalendar/daygrid/main.min.css +5 -0
  129. data/vendor/assets/stylesheets/fullcalendar/list/.DS_Store +0 -0
  130. data/vendor/assets/stylesheets/fullcalendar/list/main.css +101 -0
  131. data/vendor/assets/stylesheets/fullcalendar/list/main.min.css +5 -0
  132. data/vendor/assets/stylesheets/fullcalendar/timegrid/.DS_Store +0 -0
  133. data/vendor/assets/stylesheets/fullcalendar/timegrid/main.css +266 -0
  134. data/vendor/assets/stylesheets/fullcalendar/timegrid/main.min.css +5 -0
  135. 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
+ }));