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.
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,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.nl = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var nl = {
8
+ code: "nl",
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: "Voorgaand",
15
+ next: "Volgende",
16
+ today: "Vandaag",
17
+ year: "Jaar",
18
+ month: "Maand",
19
+ week: "Week",
20
+ day: "Dag",
21
+ list: "Agenda"
22
+ },
23
+ allDayText: "Hele dag",
24
+ eventLimitText: "extra",
25
+ noEventsMessage: "Geen evenementen om te laten zien"
26
+ };
27
+
28
+ return nl;
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.nn = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var nn = {
8
+ code: "nn",
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: "Førre",
15
+ next: "Neste",
16
+ today: "I dag",
17
+ month: "Månad",
18
+ week: "Veke",
19
+ day: "Dag",
20
+ list: "Agenda"
21
+ },
22
+ weekLabel: "Veke",
23
+ allDayText: "Heile dagen",
24
+ eventLimitText: "til",
25
+ noEventsMessage: "Ingen hendelser å vise"
26
+ };
27
+
28
+ return nn;
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.pl = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var pl = {
8
+ code: "pl",
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: "Poprzedni",
15
+ next: "Następny",
16
+ today: "Dziś",
17
+ month: "Miesiąc",
18
+ week: "Tydzień",
19
+ day: "Dzień",
20
+ list: "Plan dnia"
21
+ },
22
+ weekLabel: "Tydz",
23
+ allDayText: "Cały dzień",
24
+ eventLimitText: "więcej",
25
+ noEventsMessage: "Brak wydarzeń do wyświetlenia"
26
+ };
27
+
28
+ return pl;
29
+
30
+ }));
@@ -0,0 +1,28 @@
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['pt-br'] = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var ptBr = {
8
+ code: "pt-br",
9
+ buttonText: {
10
+ prev: "Anterior",
11
+ next: "Próximo",
12
+ today: "Hoje",
13
+ month: "Mês",
14
+ week: "Semana",
15
+ day: "Dia",
16
+ list: "Compromissos"
17
+ },
18
+ weekLabel: "Sm",
19
+ allDayText: "dia inteiro",
20
+ eventLimitText: function (n) {
21
+ return "mais +" + n;
22
+ },
23
+ noEventsMessage: "Não há eventos para mostrar"
24
+ };
25
+
26
+ return ptBr;
27
+
28
+ }));
@@ -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.pt = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var pt = {
8
+ code: "pt",
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: "Seguinte",
16
+ today: "Hoje",
17
+ month: "Mês",
18
+ week: "Semana",
19
+ day: "Dia",
20
+ list: "Agenda"
21
+ },
22
+ weekLabel: "Sem",
23
+ allDayText: "Todo o dia",
24
+ eventLimitText: "mais",
25
+ noEventsMessage: "Não há eventos para mostrar"
26
+ };
27
+
28
+ return pt;
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.ro = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var ro = {
8
+ code: "ro",
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: "precedentă",
15
+ next: "următoare",
16
+ today: "Azi",
17
+ month: "Lună",
18
+ week: "Săptămână",
19
+ day: "Zi",
20
+ list: "Agendă"
21
+ },
22
+ weekLabel: "Săpt",
23
+ allDayText: "Toată ziua",
24
+ eventLimitText: function (n) {
25
+ return "+alte " + n;
26
+ },
27
+ noEventsMessage: "Nu există evenimente de afișat"
28
+ };
29
+
30
+ return ro;
31
+
32
+ }));
@@ -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.ru = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var ru = {
8
+ code: "ru",
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: "Пред",
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 ru;
31
+
32
+ }));
@@ -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.sk = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var sk = {
8
+ code: "sk",
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: "Predchádzajúci",
15
+ next: "Nasledujúci",
16
+ today: "Dnes",
17
+ month: "Mesiac",
18
+ week: "Týždeň",
19
+ day: "Deň",
20
+ list: "Rozvrh"
21
+ },
22
+ weekLabel: "Ty",
23
+ allDayText: "Celý deň",
24
+ eventLimitText: function (n) {
25
+ return "+ďalšie: " + n;
26
+ },
27
+ noEventsMessage: "Žiadne akcie na zobrazenie"
28
+ };
29
+
30
+ return sk;
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.sl = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var sl = {
8
+ code: "sl",
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: "Prejšnji",
15
+ next: "Naslednji",
16
+ today: "Trenutni",
17
+ month: "Mesec",
18
+ week: "Teden",
19
+ day: "Dan",
20
+ list: "Dnevni red"
21
+ },
22
+ weekLabel: "Teden",
23
+ allDayText: "Ves dan",
24
+ eventLimitText: "več",
25
+ noEventsMessage: "Ni dogodkov za prikaz"
26
+ };
27
+
28
+ return sl;
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.sq = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var sq = {
8
+ code: "sq",
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: "mbrapa",
15
+ next: "Përpara",
16
+ today: "sot",
17
+ month: "Muaj",
18
+ week: "Javë",
19
+ day: "Ditë",
20
+ list: "Listë"
21
+ },
22
+ weekLabel: "Ja",
23
+ allDayHtml: "Gjithë<br/>ditën",
24
+ eventLimitText: function (n) {
25
+ return "+më tepër " + n;
26
+ },
27
+ noEventsMessage: "Nuk ka evente për të shfaqur"
28
+ };
29
+
30
+ return sq;
31
+
32
+ }));
@@ -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['sr-cyrl'] = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var srCyrl = {
8
+ code: "sr-cyrl",
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
+ weekLabel: "Сед",
23
+ allDayText: "Цео дан",
24
+ eventLimitText: function (n) {
25
+ return "+ још " + n;
26
+ },
27
+ noEventsMessage: "Нема догађаја за приказ"
28
+ };
29
+
30
+ return srCyrl;
31
+
32
+ }));
@@ -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.sr = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var sr = {
8
+ code: "sr",
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: "Prethodna",
15
+ next: "Sledeći",
16
+ today: "Danas",
17
+ month: "Mеsеc",
18
+ week: "Nеdеlja",
19
+ day: "Dan",
20
+ list: "Planеr"
21
+ },
22
+ weekLabel: "Sed",
23
+ allDayText: "Cеo dan",
24
+ eventLimitText: function (n) {
25
+ return "+ još " + n;
26
+ },
27
+ noEventsMessage: "Nеma događaja za prikaz"
28
+ };
29
+
30
+ return sr;
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.sv = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var sv = {
8
+ code: "sv",
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: "Förra",
15
+ next: "Nästa",
16
+ today: "Idag",
17
+ month: "Månad",
18
+ week: "Vecka",
19
+ day: "Dag",
20
+ list: "Program"
21
+ },
22
+ weekLabel: "v.",
23
+ allDayText: "Heldag",
24
+ eventLimitText: "till",
25
+ noEventsMessage: "Inga händelser att visa"
26
+ };
27
+
28
+ return sv;
29
+
30
+ }));
@@ -0,0 +1,25 @@
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.th = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var th = {
8
+ code: "th",
9
+ buttonText: {
10
+ prev: "ย้อน",
11
+ next: "ถัดไป",
12
+ today: "วันนี้",
13
+ month: "เดือน",
14
+ week: "สัปดาห์",
15
+ day: "วัน",
16
+ list: "แผนงาน"
17
+ },
18
+ allDayText: "ตลอดวัน",
19
+ eventLimitText: "เพิ่มเติม",
20
+ noEventsMessage: "ไม่มีกิจกรรมที่จะแสดง"
21
+ };
22
+
23
+ return th;
24
+
25
+ }));
@@ -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.tr = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var tr = {
8
+ code: "tr",
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: "geri",
15
+ next: "ileri",
16
+ today: "bugün",
17
+ month: "Ay",
18
+ week: "Hafta",
19
+ day: "Gün",
20
+ list: "Ajanda"
21
+ },
22
+ weekLabel: "Hf",
23
+ allDayText: "Tüm gün",
24
+ eventLimitText: "daha fazla",
25
+ noEventsMessage: "Gösterilecek etkinlik yok"
26
+ };
27
+
28
+ return tr;
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.uk = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var uk = {
8
+ code: "uk",
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
+ weekLabel: "Тиж",
23
+ allDayText: "Увесь день",
24
+ eventLimitText: function (n) {
25
+ return "+ще " + n + "...";
26
+ },
27
+ noEventsMessage: "Немає подій для відображення"
28
+ };
29
+
30
+ return uk;
31
+
32
+ }));
@@ -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.vi = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var vi = {
8
+ code: "vi",
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: "Trước",
15
+ next: "Tiếp",
16
+ today: "Hôm nay",
17
+ month: "Tháng",
18
+ week: "Tuần",
19
+ day: "Ngày",
20
+ list: "Lịch biểu"
21
+ },
22
+ weekLabel: "Tu",
23
+ allDayText: "Cả ngày",
24
+ eventLimitText: function (n) {
25
+ return "+ thêm " + n;
26
+ },
27
+ noEventsMessage: "Không có sự kiện để hiển thị"
28
+ };
29
+
30
+ return vi;
31
+
32
+ }));
@@ -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['zh-cn'] = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var zhCn = {
8
+ code: "zh-cn",
9
+ week: {
10
+ // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
11
+ dow: 1,
12
+ doy: 4 // The week that contains Jan 4th is the first week of the year.
13
+ },
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 zhCn;
32
+
33
+ }));
@@ -0,0 +1,26 @@
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['zh-tw'] = factory()));
5
+ }(this, function () { 'use strict';
6
+
7
+ var zhTw = {
8
+ code: "zh-tw",
9
+ buttonText: {
10
+ prev: "上月",
11
+ next: "下月",
12
+ today: "今天",
13
+ month: "月",
14
+ week: "週",
15
+ day: "天",
16
+ list: "活動列表"
17
+ },
18
+ weekLabel: "周",
19
+ allDayText: "整天",
20
+ eventLimitText: '顯示更多',
21
+ noEventsMessage: "没有任何活動"
22
+ };
23
+
24
+ return zhTw;
25
+
26
+ }));