fullcalendar 6.0.0-beta.1 → 6.0.0-beta.2

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 (89) hide show
  1. package/{LICENSE.txt → LICENSE.md} +0 -0
  2. package/index.cjs +32 -0
  3. package/index.d.ts +2 -0
  4. package/{main.js → index.global.js} +7155 -7901
  5. package/index.global.js.map +1 -0
  6. package/index.global.min.js +6 -0
  7. package/index.js +9 -0
  8. package/package.json +36 -18
  9. package/locales/af.js +0 -27
  10. package/locales/ar-dz.js +0 -28
  11. package/locales/ar-kw.js +0 -28
  12. package/locales/ar-ly.js +0 -28
  13. package/locales/ar-ma.js +0 -28
  14. package/locales/ar-sa.js +0 -28
  15. package/locales/ar-tn.js +0 -28
  16. package/locales/ar.js +0 -28
  17. package/locales/az.js +0 -29
  18. package/locales/bg.js +0 -28
  19. package/locales/bn.js +0 -29
  20. package/locales/bs.js +0 -29
  21. package/locales/ca.js +0 -27
  22. package/locales/cs.js +0 -29
  23. package/locales/cy.js +0 -28
  24. package/locales/da.js +0 -27
  25. package/locales/de-at.js +0 -65
  26. package/locales/de.js +0 -65
  27. package/locales/el.js +0 -27
  28. package/locales/en-au.js +0 -24
  29. package/locales/en-gb.js +0 -24
  30. package/locales/en-nz.js +0 -24
  31. package/locales/eo.js +0 -27
  32. package/locales/es-us.js +0 -27
  33. package/locales/es.js +0 -46
  34. package/locales/et.js +0 -29
  35. package/locales/eu.js +0 -27
  36. package/locales/fa.js +0 -30
  37. package/locales/fi.js +0 -27
  38. package/locales/fr-ca.js +0 -24
  39. package/locales/fr-ch.js +0 -28
  40. package/locales/fr.js +0 -28
  41. package/locales/gl.js +0 -27
  42. package/locales/he.js +0 -24
  43. package/locales/hi.js +0 -29
  44. package/locales/hr.js +0 -29
  45. package/locales/hu.js +0 -27
  46. package/locales/hy-am.js +0 -29
  47. package/locales/id.js +0 -27
  48. package/locales/is.js +0 -27
  49. package/locales/it.js +0 -29
  50. package/locales/ja.js +0 -25
  51. package/locales/ka.js +0 -29
  52. package/locales/kk.js +0 -29
  53. package/locales/km.js +0 -28
  54. package/locales/ko.js +0 -23
  55. package/locales/ku.js +0 -28
  56. package/locales/lb.js +0 -27
  57. package/locales/lt.js +0 -27
  58. package/locales/lv.js +0 -29
  59. package/locales/mk.js +0 -25
  60. package/locales/ms.js +0 -29
  61. package/locales/nb.js +0 -38
  62. package/locales/ne.js +0 -27
  63. package/locales/nl.js +0 -27
  64. package/locales/nn.js +0 -27
  65. package/locales/pl.js +0 -27
  66. package/locales/pt-br.js +0 -25
  67. package/locales/pt.js +0 -27
  68. package/locales/ro.js +0 -29
  69. package/locales/ru.js +0 -29
  70. package/locales/si-lk.js +0 -27
  71. package/locales/sk.js +0 -29
  72. package/locales/sl.js +0 -27
  73. package/locales/sm.js +0 -23
  74. package/locales/sq.js +0 -29
  75. package/locales/sr-cyrl.js +0 -29
  76. package/locales/sr.js +0 -29
  77. package/locales/sv.js +0 -47
  78. package/locales/ta-in.js +0 -29
  79. package/locales/th.js +0 -30
  80. package/locales/tr.js +0 -27
  81. package/locales/ug.js +0 -17
  82. package/locales/uk.js +0 -29
  83. package/locales/uz.js +0 -21
  84. package/locales/vi.js +0 -29
  85. package/locales/zh-cn.js +0 -30
  86. package/locales/zh-tw.js +0 -23
  87. package/locales-all.js +0 -1793
  88. package/locales-all.min.js +0 -1
  89. package/main.min.js +0 -6
package/locales/ja.js DELETED
@@ -1,25 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ja = {
5
- code: 'ja',
6
- buttonText: {
7
- prev: '前',
8
- next: '次',
9
- today: '今日',
10
- month: '月',
11
- week: '週',
12
- day: '日',
13
- list: '予定リスト',
14
- },
15
- weekText: '週',
16
- allDayText: '終日',
17
- moreLinkText: function(n) {
18
- return '他 ' + n + ' 件'
19
- },
20
- noEventsText: '表示する予定はありません',
21
- };
22
-
23
- return ja;
24
-
25
- }());
package/locales/ka.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ka = {
5
- code: 'ka',
6
- week: {
7
- dow: 1,
8
- doy: 7,
9
- },
10
- buttonText: {
11
- prev: 'წინა',
12
- next: 'შემდეგი',
13
- today: 'დღეს',
14
- month: 'თვე',
15
- week: 'კვირა',
16
- day: 'დღე',
17
- list: 'დღის წესრიგი',
18
- },
19
- weekText: 'კვ',
20
- allDayText: 'მთელი დღე',
21
- moreLinkText: function(n) {
22
- return '+ კიდევ ' + n
23
- },
24
- noEventsText: 'ღონისძიებები არ არის',
25
- };
26
-
27
- return ka;
28
-
29
- }());
package/locales/kk.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var kk = {
5
- code: 'kk',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 7, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Алдыңғы',
12
- next: 'Келесі',
13
- today: 'Бүгін',
14
- month: 'Ай',
15
- week: 'Апта',
16
- day: 'Күн',
17
- list: 'Күн тәртібі',
18
- },
19
- weekText: 'Не',
20
- allDayText: 'Күні бойы',
21
- moreLinkText: function(n) {
22
- return '+ тағы ' + n
23
- },
24
- noEventsText: 'Көрсету үшін оқиғалар жоқ',
25
- };
26
-
27
- return kk;
28
-
29
- }());
package/locales/km.js DELETED
@@ -1,28 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var km = {
5
- code: 'km',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'មុន',
12
- next: 'បន្ទាប់',
13
- today: 'ថ្ងៃនេះ',
14
- year: 'ឆ្នាំ',
15
- month: 'ខែ',
16
- week: 'សប្តាហ៍',
17
- day: 'ថ្ងៃ',
18
- list: 'បញ្ជី',
19
- },
20
- weekText: 'សប្តាហ៍',
21
- allDayText: 'ពេញមួយថ្ងៃ',
22
- moreLinkText: 'ច្រើនទៀត',
23
- noEventsText: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ',
24
- };
25
-
26
- return km;
27
-
28
- }());
package/locales/ko.js DELETED
@@ -1,23 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ko = {
5
- code: 'ko',
6
- buttonText: {
7
- prev: '이전달',
8
- next: '다음달',
9
- today: '오늘',
10
- month: '월',
11
- week: '주',
12
- day: '일',
13
- list: '일정목록',
14
- },
15
- weekText: '주',
16
- allDayText: '종일',
17
- moreLinkText: '개',
18
- noEventsText: '일정이 없습니다',
19
- };
20
-
21
- return ko;
22
-
23
- }());
package/locales/ku.js DELETED
@@ -1,28 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ku = {
5
- code: 'ku',
6
- week: {
7
- dow: 6, // Saturday is the first day of the week.
8
- doy: 12, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- direction: 'rtl',
11
- buttonText: {
12
- prev: 'پێشتر',
13
- next: 'دواتر',
14
- today: 'ئەمڕو',
15
- month: 'مانگ',
16
- week: 'هەفتە',
17
- day: 'ڕۆژ',
18
- list: 'بەرنامە',
19
- },
20
- weekText: 'هەفتە',
21
- allDayText: 'هەموو ڕۆژەکە',
22
- moreLinkText: 'زیاتر',
23
- noEventsText: 'هیچ ڕووداوێك نیە',
24
- };
25
-
26
- return ku;
27
-
28
- }());
package/locales/lb.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var lb = {
5
- code: 'lb',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Zréck',
12
- next: 'Weider',
13
- today: 'Haut',
14
- month: 'Mount',
15
- week: 'Woch',
16
- day: 'Dag',
17
- list: 'Terminiwwersiicht',
18
- },
19
- weekText: 'W',
20
- allDayText: 'Ganzen Dag',
21
- moreLinkText: 'méi',
22
- noEventsText: 'Nee Evenementer ze affichéieren',
23
- };
24
-
25
- return lb;
26
-
27
- }());
package/locales/lt.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var lt = {
5
- code: 'lt',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Atgal',
12
- next: 'Pirmyn',
13
- today: 'Šiandien',
14
- month: 'Mėnuo',
15
- week: 'Savaitė',
16
- day: 'Diena',
17
- list: 'Darbotvarkė',
18
- },
19
- weekText: 'SAV',
20
- allDayText: 'Visą dieną',
21
- moreLinkText: 'daugiau',
22
- noEventsText: 'Nėra įvykių rodyti',
23
- };
24
-
25
- return lt;
26
-
27
- }());
package/locales/lv.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var lv = {
5
- code: 'lv',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Iepr.',
12
- next: 'Nāk.',
13
- today: 'Šodien',
14
- month: 'Mēnesis',
15
- week: 'Nedēļa',
16
- day: 'Diena',
17
- list: 'Dienas kārtība',
18
- },
19
- weekText: 'Ned.',
20
- allDayText: 'Visu dienu',
21
- moreLinkText: function(n) {
22
- return '+vēl ' + n
23
- },
24
- noEventsText: 'Nav notikumu',
25
- };
26
-
27
- return lv;
28
-
29
- }());
package/locales/mk.js DELETED
@@ -1,25 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var mk = {
5
- code: 'mk',
6
- buttonText: {
7
- prev: 'претходно',
8
- next: 'следно',
9
- today: 'Денес',
10
- month: 'Месец',
11
- week: 'Недела',
12
- day: 'Ден',
13
- list: 'График',
14
- },
15
- weekText: 'Сед',
16
- allDayText: 'Цел ден',
17
- moreLinkText: function(n) {
18
- return '+повеќе ' + n
19
- },
20
- noEventsText: 'Нема настани за прикажување',
21
- };
22
-
23
- return mk;
24
-
25
- }());
package/locales/ms.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ms = {
5
- code: 'ms',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 7, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Sebelum',
12
- next: 'Selepas',
13
- today: 'hari ini',
14
- month: 'Bulan',
15
- week: 'Minggu',
16
- day: 'Hari',
17
- list: 'Agenda',
18
- },
19
- weekText: 'Mg',
20
- allDayText: 'Sepanjang hari',
21
- moreLinkText: function(n) {
22
- return 'masih ada ' + n + ' acara'
23
- },
24
- noEventsText: 'Tiada peristiwa untuk dipaparkan',
25
- };
26
-
27
- return ms;
28
-
29
- }());
package/locales/nb.js DELETED
@@ -1,38 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var nb = {
5
- code: 'nb',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Forrige',
12
- next: 'Neste',
13
- today: 'I dag',
14
- month: 'Måned',
15
- week: 'Uke',
16
- day: 'Dag',
17
- list: 'Agenda',
18
- },
19
- weekText: 'Uke',
20
- weekTextLong: 'Uke',
21
- allDayText: 'Hele dagen',
22
- moreLinkText: 'til',
23
- noEventsText: 'Ingen hendelser å vise',
24
- buttonHints: {
25
- prev: 'Forrige $0',
26
- next: 'Neste $0',
27
- today: 'Nåværende $0',
28
- },
29
- viewHint: '$0 visning',
30
- navLinkHint: 'Gå til $0',
31
- moreLinkHint(eventCnt) {
32
- return `Vis ${eventCnt} flere hendelse${eventCnt === 1 ? '' : 'r'}`
33
- },
34
- };
35
-
36
- return nb;
37
-
38
- }());
package/locales/ne.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ne = {
5
- code: 'ne', // code for nepal
6
- week: {
7
- dow: 7, // Sunday is the first day of the week.
8
- doy: 1, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'अघिल्लो',
12
- next: 'अर्को',
13
- today: 'आज',
14
- month: 'महिना',
15
- week: 'हप्ता',
16
- day: 'दिन',
17
- list: 'सूची',
18
- },
19
- weekText: 'हप्ता',
20
- allDayText: 'दिनभरि',
21
- moreLinkText: 'थप लिंक',
22
- noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',
23
- };
24
-
25
- return ne;
26
-
27
- }());
package/locales/nl.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var nl = {
5
- code: 'nl',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Vorige',
12
- next: 'Volgende',
13
- today: 'Vandaag',
14
- year: 'Jaar',
15
- month: 'Maand',
16
- week: 'Week',
17
- day: 'Dag',
18
- list: 'Agenda',
19
- },
20
- allDayText: 'Hele dag',
21
- moreLinkText: 'extra',
22
- noEventsText: 'Geen evenementen om te laten zien',
23
- };
24
-
25
- return nl;
26
-
27
- }());
package/locales/nn.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var nn = {
5
- code: 'nn',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Førre',
12
- next: 'Neste',
13
- today: 'I dag',
14
- month: 'Månad',
15
- week: 'Veke',
16
- day: 'Dag',
17
- list: 'Agenda',
18
- },
19
- weekText: 'Veke',
20
- allDayText: 'Heile dagen',
21
- moreLinkText: 'til',
22
- noEventsText: 'Ingen hendelser å vise',
23
- };
24
-
25
- return nn;
26
-
27
- }());
package/locales/pl.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var pl = {
5
- code: 'pl',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Poprzedni',
12
- next: 'Następny',
13
- today: 'Dziś',
14
- month: 'Miesiąc',
15
- week: 'Tydzień',
16
- day: 'Dzień',
17
- list: 'Plan dnia',
18
- },
19
- weekText: 'Tydz',
20
- allDayText: 'Cały dzień',
21
- moreLinkText: 'więcej',
22
- noEventsText: 'Brak wydarzeń do wyświetlenia',
23
- };
24
-
25
- return pl;
26
-
27
- }());
package/locales/pt-br.js DELETED
@@ -1,25 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ptBr = {
5
- code: 'pt-br',
6
- buttonText: {
7
- prev: 'Anterior',
8
- next: 'Próximo',
9
- today: 'Hoje',
10
- month: 'Mês',
11
- week: 'Semana',
12
- day: 'Dia',
13
- list: 'Lista',
14
- },
15
- weekText: 'Sm',
16
- allDayText: 'dia inteiro',
17
- moreLinkText: function(n) {
18
- return 'mais +' + n
19
- },
20
- noEventsText: 'Não há eventos para mostrar',
21
- };
22
-
23
- return ptBr;
24
-
25
- }());
package/locales/pt.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var pt = {
5
- code: 'pt',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Anterior',
12
- next: 'Seguinte',
13
- today: 'Hoje',
14
- month: 'Mês',
15
- week: 'Semana',
16
- day: 'Dia',
17
- list: 'Agenda',
18
- },
19
- weekText: 'Sem',
20
- allDayText: 'Todo o dia',
21
- moreLinkText: 'mais',
22
- noEventsText: 'Não há eventos para mostrar',
23
- };
24
-
25
- return pt;
26
-
27
- }());
package/locales/ro.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ro = {
5
- code: 'ro',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 7, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'precedentă',
12
- next: 'următoare',
13
- today: 'Azi',
14
- month: 'Lună',
15
- week: 'Săptămână',
16
- day: 'Zi',
17
- list: 'Agendă',
18
- },
19
- weekText: 'Săpt',
20
- allDayText: 'Toată ziua',
21
- moreLinkText: function(n) {
22
- return '+alte ' + n
23
- },
24
- noEventsText: 'Nu există evenimente de afișat',
25
- };
26
-
27
- return ro;
28
-
29
- }());
package/locales/ru.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var ru = {
5
- code: 'ru',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Пред',
12
- next: 'След',
13
- today: 'Сегодня',
14
- month: 'Месяц',
15
- week: 'Неделя',
16
- day: 'День',
17
- list: 'Повестка дня',
18
- },
19
- weekText: 'Нед',
20
- allDayText: 'Весь день',
21
- moreLinkText: function(n) {
22
- return '+ ещё ' + n
23
- },
24
- noEventsText: 'Нет событий для отображения',
25
- };
26
-
27
- return ru;
28
-
29
- }());
package/locales/si-lk.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var siLk = {
5
- code: 'si-lk',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'පෙර',
12
- next: 'පසු',
13
- today: 'අද',
14
- month: 'මාසය',
15
- week: 'සතිය',
16
- day: 'දවස',
17
- list: 'ලැයිස්තුව',
18
- },
19
- weekText: 'සති',
20
- allDayText: 'සියලු',
21
- moreLinkText: 'තවත්',
22
- noEventsText: 'මුකුත් නැත',
23
- };
24
-
25
- return siLk;
26
-
27
- }());
package/locales/sk.js DELETED
@@ -1,29 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var sk = {
5
- code: 'sk',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 4, // The week that contains Jan 4th is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Predchádzajúci',
12
- next: 'Nasledujúci',
13
- today: 'Dnes',
14
- month: 'Mesiac',
15
- week: 'Týždeň',
16
- day: 'Deň',
17
- list: 'Rozvrh',
18
- },
19
- weekText: 'Ty',
20
- allDayText: 'Celý deň',
21
- moreLinkText: function(n) {
22
- return '+ďalšie: ' + n
23
- },
24
- noEventsText: 'Žiadne akcie na zobrazenie',
25
- };
26
-
27
- return sk;
28
-
29
- }());
package/locales/sl.js DELETED
@@ -1,27 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var sl = {
5
- code: 'sl',
6
- week: {
7
- dow: 1, // Monday is the first day of the week.
8
- doy: 7, // The week that contains Jan 1st is the first week of the year.
9
- },
10
- buttonText: {
11
- prev: 'Prejšnji',
12
- next: 'Naslednji',
13
- today: 'Trenutni',
14
- month: 'Mesec',
15
- week: 'Teden',
16
- day: 'Dan',
17
- list: 'Dnevni red',
18
- },
19
- weekText: 'Teden',
20
- allDayText: 'Ves dan',
21
- moreLinkText: 'več',
22
- noEventsText: 'Ni dogodkov za prikaz',
23
- };
24
-
25
- return sl;
26
-
27
- }());
package/locales/sm.js DELETED
@@ -1,23 +0,0 @@
1
- FullCalendar.globalLocales.push(function () {
2
- 'use strict';
3
-
4
- var sm = {
5
- code: 'sm',
6
- buttonText: {
7
- prev: 'Talu ai',
8
- next: 'Mulimuli atu',
9
- today: 'Aso nei',
10
- month: 'Masina',
11
- week: 'Vaiaso',
12
- day: 'Aso',
13
- list: 'Faasologa',
14
- },
15
- weekText: 'Vaiaso',
16
- allDayText: 'Aso atoa',
17
- moreLinkText: 'sili atu',
18
- noEventsText: 'Leai ni mea na tutupu',
19
- };
20
-
21
- return sm;
22
-
23
- }());