@seafile/seafile-calendar 0.0.29 → 0.0.30-beta.1

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 (167) hide show
  1. package/package.json +1 -1
  2. package/assets/index.css +0 -1177
  3. package/dist/rc-calendar.css +0 -1179
  4. package/dist/rc-calendar.css.map +0 -1
  5. package/dist/rc-calendar.js +0 -7076
  6. package/dist/rc-calendar.js.map +0 -1
  7. package/dist/rc-calendar.min.css +0 -1179
  8. package/dist/rc-calendar.min.css.map +0 -1
  9. package/dist/rc-calendar.min.js +0 -1
  10. package/es/Calendar.js +0 -441
  11. package/es/FullCalendar.js +0 -182
  12. package/es/MonthCalendar.js +0 -135
  13. package/es/Picker.js +0 -245
  14. package/es/RangeCalendar.js +0 -876
  15. package/es/calendar/CalendarFooter.js +0 -93
  16. package/es/calendar/CalendarHeader.js +0 -257
  17. package/es/calendar/CalendarRightPanel.js +0 -121
  18. package/es/calendar/OkButton.js +0 -22
  19. package/es/calendar/TimePickerButton.js +0 -28
  20. package/es/calendar/TodayButton.js +0 -28
  21. package/es/date/DateConstants.js +0 -19
  22. package/es/date/DateInput.js +0 -233
  23. package/es/date/DateTBody.js +0 -280
  24. package/es/date/DateTHead.js +0 -85
  25. package/es/date/DateTable.js +0 -32
  26. package/es/decade/DecadePanel.js +0 -181
  27. package/es/full-calendar/CalendarHeader.js +0 -180
  28. package/es/index.js +0 -3
  29. package/es/locale/ar_EG.js +0 -27
  30. package/es/locale/bg_BG.js +0 -27
  31. package/es/locale/ca_ES.js +0 -27
  32. package/es/locale/cs_CZ.js +0 -27
  33. package/es/locale/da_DK.js +0 -27
  34. package/es/locale/de_DE.js +0 -27
  35. package/es/locale/el_GR.js +0 -27
  36. package/es/locale/en_GB.js +0 -27
  37. package/es/locale/en_US.js +0 -28
  38. package/es/locale/es_ES.js +0 -27
  39. package/es/locale/et_EE.js +0 -27
  40. package/es/locale/fa_IR.js +0 -27
  41. package/es/locale/fi_FI.js +0 -27
  42. package/es/locale/fr_BE.js +0 -27
  43. package/es/locale/fr_FR.js +0 -27
  44. package/es/locale/he_IL.js +0 -28
  45. package/es/locale/hi_IN.js +0 -28
  46. package/es/locale/hr_HR.js +0 -28
  47. package/es/locale/hu_HU.js +0 -27
  48. package/es/locale/id_ID.js +0 -28
  49. package/es/locale/is_IS.js +0 -27
  50. package/es/locale/it_IT.js +0 -27
  51. package/es/locale/ja_JP.js +0 -26
  52. package/es/locale/kn_IN.js +0 -28
  53. package/es/locale/ko_KR.js +0 -27
  54. package/es/locale/ku_IQ.js +0 -27
  55. package/es/locale/lv_LV.js +0 -27
  56. package/es/locale/mm_MM.js +0 -28
  57. package/es/locale/mn_MN.js +0 -28
  58. package/es/locale/ms_MY.js +0 -27
  59. package/es/locale/nb_NO.js +0 -27
  60. package/es/locale/nl_BE.js +0 -27
  61. package/es/locale/nl_NL.js +0 -27
  62. package/es/locale/pl_PL.js +0 -27
  63. package/es/locale/pt_BR.js +0 -27
  64. package/es/locale/pt_PT.js +0 -27
  65. package/es/locale/ro_RO.js +0 -28
  66. package/es/locale/ru_RU.js +0 -27
  67. package/es/locale/sk_SK.js +0 -27
  68. package/es/locale/sl_SI.js +0 -27
  69. package/es/locale/sr_RS.js +0 -27
  70. package/es/locale/sv_SE.js +0 -27
  71. package/es/locale/ta_IN.js +0 -28
  72. package/es/locale/th_TH.js +0 -27
  73. package/es/locale/tr_TR.js +0 -27
  74. package/es/locale/ug_CN.js +0 -26
  75. package/es/locale/uk_UA.js +0 -27
  76. package/es/locale/vi_VN.js +0 -28
  77. package/es/locale/zh_CN.js +0 -27
  78. package/es/locale/zh_TW.js +0 -26
  79. package/es/mixin/CalendarMixin.js +0 -123
  80. package/es/mixin/CommonMixin.js +0 -85
  81. package/es/month/MonthPanel.js +0 -154
  82. package/es/month/MonthTable.js +0 -156
  83. package/es/picker/placements.js +0 -35
  84. package/es/range-calendar/CalendarPart.js +0 -151
  85. package/es/util/dayjs.js +0 -17
  86. package/es/util/index.js +0 -105
  87. package/es/util/toTime.js +0 -21
  88. package/es/year/YearPanel.js +0 -194
  89. package/lib/Calendar.js +0 -504
  90. package/lib/FullCalendar.js +0 -221
  91. package/lib/MonthCalendar.js +0 -172
  92. package/lib/Picker.js +0 -282
  93. package/lib/RangeCalendar.js +0 -925
  94. package/lib/calendar/CalendarFooter.js +0 -134
  95. package/lib/calendar/CalendarHeader.js +0 -290
  96. package/lib/calendar/CalendarRightPanel.js +0 -145
  97. package/lib/calendar/OkButton.js +0 -32
  98. package/lib/calendar/TimePickerButton.js +0 -41
  99. package/lib/calendar/TodayButton.js +0 -39
  100. package/lib/date/DateConstants.js +0 -23
  101. package/lib/date/DateInput.js +0 -265
  102. package/lib/date/DateTBody.js +0 -307
  103. package/lib/date/DateTHead.js +0 -105
  104. package/lib/date/DateTable.js +0 -54
  105. package/lib/decade/DecadePanel.js +0 -207
  106. package/lib/full-calendar/CalendarHeader.js +0 -201
  107. package/lib/index.js +0 -12
  108. package/lib/locale/ar_EG.js +0 -31
  109. package/lib/locale/bg_BG.js +0 -31
  110. package/lib/locale/ca_ES.js +0 -31
  111. package/lib/locale/cs_CZ.js +0 -31
  112. package/lib/locale/da_DK.js +0 -31
  113. package/lib/locale/de_DE.js +0 -31
  114. package/lib/locale/el_GR.js +0 -31
  115. package/lib/locale/en_GB.js +0 -31
  116. package/lib/locale/en_US.js +0 -32
  117. package/lib/locale/es_ES.js +0 -31
  118. package/lib/locale/et_EE.js +0 -31
  119. package/lib/locale/fa_IR.js +0 -31
  120. package/lib/locale/fi_FI.js +0 -31
  121. package/lib/locale/fr_BE.js +0 -31
  122. package/lib/locale/fr_FR.js +0 -31
  123. package/lib/locale/he_IL.js +0 -32
  124. package/lib/locale/hi_IN.js +0 -32
  125. package/lib/locale/hr_HR.js +0 -32
  126. package/lib/locale/hu_HU.js +0 -31
  127. package/lib/locale/id_ID.js +0 -32
  128. package/lib/locale/is_IS.js +0 -31
  129. package/lib/locale/it_IT.js +0 -31
  130. package/lib/locale/ja_JP.js +0 -30
  131. package/lib/locale/kn_IN.js +0 -32
  132. package/lib/locale/ko_KR.js +0 -31
  133. package/lib/locale/ku_IQ.js +0 -31
  134. package/lib/locale/lv_LV.js +0 -31
  135. package/lib/locale/mm_MM.js +0 -32
  136. package/lib/locale/mn_MN.js +0 -32
  137. package/lib/locale/ms_MY.js +0 -31
  138. package/lib/locale/nb_NO.js +0 -31
  139. package/lib/locale/nl_BE.js +0 -31
  140. package/lib/locale/nl_NL.js +0 -31
  141. package/lib/locale/pl_PL.js +0 -31
  142. package/lib/locale/pt_BR.js +0 -31
  143. package/lib/locale/pt_PT.js +0 -31
  144. package/lib/locale/ro_RO.js +0 -32
  145. package/lib/locale/ru_RU.js +0 -31
  146. package/lib/locale/sk_SK.js +0 -31
  147. package/lib/locale/sl_SI.js +0 -31
  148. package/lib/locale/sr_RS.js +0 -31
  149. package/lib/locale/sv_SE.js +0 -31
  150. package/lib/locale/ta_IN.js +0 -32
  151. package/lib/locale/th_TH.js +0 -31
  152. package/lib/locale/tr_TR.js +0 -31
  153. package/lib/locale/ug_CN.js +0 -30
  154. package/lib/locale/uk_UA.js +0 -31
  155. package/lib/locale/vi_VN.js +0 -32
  156. package/lib/locale/zh_CN.js +0 -31
  157. package/lib/locale/zh_TW.js +0 -30
  158. package/lib/mixin/CalendarMixin.js +0 -153
  159. package/lib/mixin/CommonMixin.js +0 -106
  160. package/lib/month/MonthPanel.js +0 -179
  161. package/lib/month/MonthTable.js +0 -181
  162. package/lib/picker/placements.js +0 -39
  163. package/lib/range-calendar/CalendarPart.js +0 -184
  164. package/lib/util/dayjs.js +0 -46
  165. package/lib/util/index.js +0 -130
  166. package/lib/util/toTime.js +0 -28
  167. package/lib/year/YearPanel.js +0 -219
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Šodien',
6
- now: 'Tagad',
7
- backToToday: 'Atpakaļ pie šodienas',
8
- ok: 'Ok',
9
- clear: 'Skaidrs',
10
- month: 'Mēnesis',
11
- year: 'Gads',
12
- timeSelect: 'Izvēlieties laiku',
13
- dateSelect: 'Izvēlieties datumu',
14
- monthSelect: 'Izvēlieties mēnesi',
15
- yearSelect: 'Izvēlieties gadu',
16
- decadeSelect: 'Izvēlieties desmit gadus',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D.M.YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D.M.YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Iepriekšējais mēnesis (PageUp)',
23
- nextMonth: 'Nākammēnes (PageDown)',
24
- previousYear: 'Pagājušais gads (Control + left)',
25
- nextYear: 'Nākamgad (Control + right)',
26
- previousDecade: 'Pēdējā desmitgadē',
27
- nextDecade: 'Nākamā desmitgade',
28
- previousCentury: 'Pagājušajā gadsimtā',
29
- nextCentury: 'Nākamajā gadsimtā'
30
- };
31
- module.exports = exports['default'];
@@ -1,32 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'ယနေ့',
6
- now: 'ယခု',
7
- backToToday: 'ယနေ့ မတိုင်ခင် သို့',
8
- ok: 'Ok',
9
- clear: 'ရှင်းမည်',
10
- month: 'လ',
11
- year: 'နှစ်',
12
- timeSelect: 'အချိန်ကို ရွေး',
13
- dateSelect: 'နေ့ကို ရွေး',
14
- weekSelect: 'အပတ်ကို ရွေး',
15
- monthSelect: 'လကို ရွေး',
16
- yearSelect: 'နှစ်ကို ရွေး',
17
- decadeSelect: 'ဆယ်စုနှစ်ကို ရွေး',
18
- yearFormat: 'YYYY',
19
- dateFormat: 'M/D/YYYY',
20
- dayFormat: 'D',
21
- dateTimeFormat: 'M/D/YYYY HH:mm:ss',
22
- monthBeforeYear: true,
23
- previousMonth: 'ယခင် လ (PageUp)',
24
- nextMonth: 'နောက် လ (PageDown)',
25
- previousYear: 'ယခင် နှစ် (Control + left)',
26
- nextYear: 'နောက် နှစ် (Control + right)',
27
- previousDecade: 'ယခင် ဆယ်စုနှစ်',
28
- nextDecade: 'နောက် ဆယ်စုနှစ်',
29
- previousCentury: 'ယခင် ရာစုနှစ်',
30
- nextCentury: 'နောက် ရာစုနှစ်'
31
- };
32
- module.exports = exports['default'];
@@ -1,32 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Өнөөдөр',
6
- now: 'Одоо',
7
- backToToday: 'Өнөөдөрлүү буцах',
8
- ok: 'Ok',
9
- clear: 'Цэвэрлэх',
10
- month: 'Сар',
11
- year: 'Жил',
12
- timeSelect: 'Цаг сонгох',
13
- dateSelect: 'Огноо сонгох',
14
- weekSelect: '7 хоног сонгох',
15
- monthSelect: 'Сар сонгох',
16
- yearSelect: 'Жил сонгох',
17
- decadeSelect: 'Арван сонгох',
18
- yearFormat: 'YYYY',
19
- dateFormat: 'YYYY/MM/DD',
20
- dayFormat: 'DD',
21
- dateTimeFormat: 'YYYY/MM/DD HH:mm:ss',
22
- monthBeforeYear: true,
23
- previousMonth: 'Өмнөх сар (PageUp)',
24
- nextMonth: 'Дараа сар (PageDown)',
25
- previousYear: 'Өмнөх жил (Control + left)',
26
- nextYear: 'Дараа жил (Control + right)',
27
- previousDecade: 'Өмнөх арван',
28
- nextDecade: 'Дараа арван',
29
- previousCentury: 'Өмнөх зуун',
30
- nextCentury: 'Дараа зуун'
31
- };
32
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Hari ini',
6
- now: 'Sekarang',
7
- backToToday: 'Kembali ke hari ini',
8
- ok: 'Ok',
9
- timeSelect: 'Pilih masa',
10
- dateSelect: 'Pilih tarikh',
11
- weekSelect: 'Pilih minggu',
12
- clear: 'Padam',
13
- month: 'Bulan',
14
- year: 'Tahun',
15
- previousMonth: 'Bulan lepas',
16
- nextMonth: 'Bulan depan',
17
- monthSelect: 'Pilih bulan',
18
- yearSelect: 'Pilih tahun',
19
- decadeSelect: 'Pilih dekad',
20
- yearFormat: 'YYYY',
21
- dayFormat: 'D',
22
- dateFormat: 'M/D/YYYY',
23
- dateTimeFormat: 'M/D/YYYY HH:mm:ss',
24
- previousYear: 'Tahun lepas (Ctrl+left)',
25
- nextYear: 'Tahun depan (Ctrl+right)',
26
- previousDecade: 'Dekad lepas',
27
- nextDecade: 'Dekad depan',
28
- previousCentury: 'Abad lepas',
29
- nextCentury: 'Abad depan'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'I dag',
6
- now: 'Nå',
7
- backToToday: 'Gå til i dag',
8
- ok: 'Ok',
9
- clear: 'Annuller',
10
- month: 'Måned',
11
- year: 'År',
12
- timeSelect: 'Velg tidspunkt',
13
- dateSelect: 'Velg dato',
14
- monthSelect: 'Velg måned',
15
- yearSelect: 'Velg år',
16
- decadeSelect: 'Velg årti',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'DD.MM.YYYY',
19
- dayFormat: 'DD',
20
- dateTimeFormat: 'DD.MM.YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Forrige måned(PageUp)',
23
- nextMonth: 'Neste måned (PageDown)',
24
- previousYear: 'Forrige år (Control + left)',
25
- nextYear: 'Neste år (Control + right)',
26
- previousDecade: 'Forrige tiår',
27
- nextDecade: 'Neste tiår',
28
- previousCentury: 'Forrige århundre',
29
- nextCentury: 'Neste århundre'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Vandaag',
6
- now: 'Nu',
7
- backToToday: 'Terug naar vandaag',
8
- ok: 'Ok',
9
- clear: 'Reset',
10
- month: 'Maand',
11
- year: 'Jaar',
12
- timeSelect: 'Selecteer tijd',
13
- dateSelect: 'Selecteer datum',
14
- monthSelect: 'Kies een maand',
15
- yearSelect: 'Kies een jaar',
16
- decadeSelect: 'Kies een decennium',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D-M-YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D-M-YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Vorige maand (PageUp)',
23
- nextMonth: 'Volgende maand (PageDown)',
24
- previousYear: 'Vorig jaar (Control + left)',
25
- nextYear: 'Volgend jaar (Control + right)',
26
- previousDecade: 'Vorig decennium',
27
- nextDecade: 'Volgend decennium',
28
- previousCentury: 'Vorige eeuw',
29
- nextCentury: 'Volgende eeuw'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Vandaag',
6
- now: 'Nu',
7
- backToToday: 'Terug naar vandaag',
8
- ok: 'Ok',
9
- clear: 'Reset',
10
- month: 'Maand',
11
- year: 'Jaar',
12
- timeSelect: 'Selecteer tijd',
13
- dateSelect: 'Selecteer datum',
14
- monthSelect: 'Kies een maand',
15
- yearSelect: 'Kies een jaar',
16
- decadeSelect: 'Kies een decennium',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D-M-YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D-M-YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Vorige maand (PageUp)',
23
- nextMonth: 'Volgende maand (PageDown)',
24
- previousYear: 'Vorig jaar (Control + left)',
25
- nextYear: 'Volgend jaar (Control + right)',
26
- previousDecade: 'Vorig decennium',
27
- nextDecade: 'Volgend decennium',
28
- previousCentury: 'Vorige eeuw',
29
- nextCentury: 'Volgende eeuw'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Dzisiaj',
6
- now: 'Teraz',
7
- backToToday: 'Ustaw dzisiaj',
8
- ok: 'Ok',
9
- clear: 'Wyczyść',
10
- month: 'Miesiąc',
11
- year: 'Rok',
12
- timeSelect: 'Ustaw czas',
13
- dateSelect: 'Ustaw datę',
14
- monthSelect: 'Wybierz miesiąc',
15
- yearSelect: 'Wybierz rok',
16
- decadeSelect: 'Wybierz dekadę',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D/M/YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Poprzedni miesiąc (PageUp)',
23
- nextMonth: 'Następny miesiąc (PageDown)',
24
- previousYear: 'Ostatni rok (Ctrl + left)',
25
- nextYear: 'Następny rok (Ctrl + right)',
26
- previousDecade: 'Ostatnia dekada',
27
- nextDecade: 'Następna dekada',
28
- previousCentury: 'Ostatni wiek',
29
- nextCentury: 'Następny wiek'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Hoje',
6
- now: 'Agora',
7
- backToToday: 'Voltar para hoje',
8
- ok: 'Ok',
9
- clear: 'Limpar',
10
- month: 'Mês',
11
- year: 'Ano',
12
- timeSelect: 'Selecionar tempo',
13
- dateSelect: 'Selecionar data',
14
- monthSelect: 'Escolher mês',
15
- yearSelect: 'Escolher ano',
16
- decadeSelect: 'Escolher década',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D/M/YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
21
- monthBeforeYear: false,
22
- previousMonth: 'Mês anterior (PageUp)',
23
- nextMonth: 'Próximo mês (PageDown)',
24
- previousYear: 'Ano anterior (Control + esquerda)',
25
- nextYear: 'Próximo ano (Control + direita)',
26
- previousDecade: 'Década anterior',
27
- nextDecade: 'Próxima década',
28
- previousCentury: 'Século anterior',
29
- nextCentury: 'Próximo século'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Hoje',
6
- now: 'Agora',
7
- backToToday: 'Hoje',
8
- ok: 'Ok',
9
- clear: 'Limpar',
10
- month: 'Mês',
11
- year: 'Ano',
12
- timeSelect: 'Selecionar hora',
13
- dateSelect: 'Selecionar data',
14
- monthSelect: 'Selecionar mês',
15
- yearSelect: 'Selecionar ano',
16
- decadeSelect: 'Selecionar década',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D/M/YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Mês anterior (PageUp)',
23
- nextMonth: 'Mês seguinte (PageDown)',
24
- previousYear: 'Ano anterior (Control + left)',
25
- nextYear: 'Ano seguinte (Control + right)',
26
- previousDecade: 'Década anterior',
27
- nextDecade: 'Década seguinte',
28
- previousCentury: 'Século anterior',
29
- nextCentury: 'Século seguinte'
30
- };
31
- module.exports = exports['default'];
@@ -1,32 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Azi',
6
- now: 'Acum',
7
- backToToday: 'Înapoi la azi',
8
- ok: 'Ok',
9
- clear: 'Șterge',
10
- month: 'Lună',
11
- year: 'An',
12
- timeSelect: 'selectează timpul',
13
- dateSelect: 'selectează data',
14
- weekSelect: 'Alege o săptămână',
15
- monthSelect: 'Alege o lună',
16
- yearSelect: 'Alege un an',
17
- decadeSelect: 'Alege un deceniu',
18
- yearFormat: 'YYYY',
19
- dateFormat: 'D/M/YYYY',
20
- dayFormat: 'D',
21
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
22
- monthBeforeYear: true,
23
- previousMonth: 'Luna anterioară (PageUp)',
24
- nextMonth: 'Luna următoare (PageDown)',
25
- previousYear: 'Anul anterior (Control + stânga)',
26
- nextYear: 'Anul următor (Control + dreapta)',
27
- previousDecade: 'Deceniul anterior',
28
- nextDecade: 'Deceniul următor',
29
- previousCentury: 'Secolul anterior',
30
- nextCentury: 'Secolul următor'
31
- };
32
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Сегодня',
6
- now: 'Сейчас',
7
- backToToday: 'Текущая дата',
8
- ok: 'Ok',
9
- clear: 'Очистить',
10
- month: 'Месяц',
11
- year: 'Год',
12
- timeSelect: 'Выбрать время',
13
- dateSelect: 'Выбрать дату',
14
- monthSelect: 'Выбрать месяц',
15
- yearSelect: 'Выбрать год',
16
- decadeSelect: 'Выбрать десятилетие',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D-M-YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D-M-YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Предыдущий месяц (PageUp)',
23
- nextMonth: 'Следующий месяц (PageDown)',
24
- previousYear: 'Предыдущий год (Control + left)',
25
- nextYear: 'Следующий год (Control + right)',
26
- previousDecade: 'Предыдущее десятилетие',
27
- nextDecade: 'Следущее десятилетие',
28
- previousCentury: 'Предыдущий век',
29
- nextCentury: 'Следующий век'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Dnes',
6
- now: 'Teraz',
7
- backToToday: 'Späť na dnes',
8
- ok: 'Ok',
9
- clear: 'Vymazať',
10
- month: 'Mesiac',
11
- year: 'Rok',
12
- timeSelect: 'Vybrať čas',
13
- dateSelect: 'Vybrať dátum',
14
- monthSelect: 'Vybrať mesiac',
15
- yearSelect: 'Vybrať rok',
16
- decadeSelect: 'Vybrať dekádu',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D.M.YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D.M.YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Predchádzajúci mesiac (PageUp)',
23
- nextMonth: 'Nasledujúci mesiac (PageDown)',
24
- previousYear: 'Predchádzajúci rok (Control + left)',
25
- nextYear: 'Nasledujúci rok (Control + right)',
26
- previousDecade: 'Predchádzajúca dekáda',
27
- nextDecade: 'Nasledujúca dekáda',
28
- previousCentury: 'Predchádzajúce storočie',
29
- nextCentury: 'Nasledujúce storočie'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Danes',
6
- now: 'Trenutno',
7
- backToToday: 'Nazaj na danes',
8
- ok: 'V redu',
9
- clear: 'Počisti',
10
- month: 'Mesec',
11
- year: 'Leto',
12
- timeSelect: 'Izberite čas',
13
- dateSelect: 'Izberite datum',
14
- monthSelect: 'Izberite mesec',
15
- yearSelect: 'Izberite leto',
16
- decadeSelect: 'Izberite desetletje',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'DD.MM.YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'DD.MM.YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Prejšnji mesec (PageUp)',
23
- nextMonth: 'Naslednji mesec (PageDown)',
24
- previousYear: 'Prejšnje leto (Control + left)',
25
- nextYear: 'Naslednje leto (Control + right)',
26
- previousDecade: 'Prejšnje desetletje',
27
- nextDecade: 'Naslednje desetletje',
28
- previousCentury: 'Prejšnje stoletje',
29
- nextCentury: 'Naslednje stoletje'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Danas',
6
- now: 'Sada',
7
- backToToday: 'Vrati se na danas',
8
- ok: 'U redu',
9
- clear: 'Obriši',
10
- month: 'Mesec',
11
- year: 'Godina',
12
- timeSelect: 'Izaberi vreme',
13
- dateSelect: 'Izaberi datum',
14
- monthSelect: 'Izaberi mesec',
15
- yearSelect: 'Izaberi godinu',
16
- decadeSelect: 'Izaberi deceniju',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'DD.MM.YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'DD.MM.YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Prethodni mesec (PageUp)',
23
- nextMonth: 'Sledeći mesec (PageDown)',
24
- previousYear: 'Prethodna godina (Control + left)',
25
- nextYear: 'Sledeća godina (Control + right)',
26
- previousDecade: 'Prethodna decenija',
27
- nextDecade: 'Sledeća decenija',
28
- previousCentury: 'Prethodni vek',
29
- nextCentury: 'Sledeći vek'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'I dag',
6
- now: 'Nu',
7
- backToToday: 'Till idag',
8
- ok: 'Ok',
9
- clear: 'Avbryt',
10
- month: 'Månad',
11
- year: 'År',
12
- timeSelect: 'Välj tidpunkt',
13
- dateSelect: 'Välj datum',
14
- monthSelect: 'Välj månad',
15
- yearSelect: 'Välj år',
16
- decadeSelect: 'Välj årtionde',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'YYYY-MM-DD',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'YYYY-MM-DD H:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Förra månaden (PageUp)',
23
- nextMonth: 'Nästa månad (PageDown)',
24
- previousYear: 'Föreg år (Control + left)',
25
- nextYear: 'Nästa år (Control + right)',
26
- previousDecade: 'Föreg årtionde',
27
- nextDecade: 'Nästa årtionde',
28
- previousCentury: 'Föreg århundrade',
29
- nextCentury: 'Nästa århundrade'
30
- };
31
- module.exports = exports['default'];
@@ -1,32 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'இன்று',
6
- now: 'இப்போது',
7
- backToToday: 'இன்றுக்கு திரும்பு',
8
- ok: 'சரி',
9
- clear: 'அழி',
10
- month: 'மாதம்',
11
- year: 'வருடம்',
12
- timeSelect: 'நேரத்தைத் தேர்ந்தெடு',
13
- dateSelect: 'தேதியைத் தேர்ந்தெடு',
14
- weekSelect: 'வாரத்தைத் தேர்வுசெய்க',
15
- monthSelect: 'மாதத்தைத் தேர்வுசெய்க',
16
- yearSelect: 'வருடத்தைத் தேர்வுசெய்க',
17
- decadeSelect: 'தசாப்தத்தைத் தேர்வுசெய்க',
18
- yearFormat: 'YYYY',
19
- dateFormat: 'M/D/YYYY',
20
- dayFormat: 'D',
21
- dateTimeFormat: 'M/D/YYYY HH:mm:ss',
22
- monthBeforeYear: true,
23
- previousMonth: 'முந்தைய மாதம் (PageUp)',
24
- nextMonth: 'அடுத்த மாதம் (PageDown)',
25
- previousYear: 'முந்தைய வருடம் (Control + left)',
26
- nextYear: 'அடுத்த வருடம் (Control + right)',
27
- previousDecade: 'முந்தைய தசாப்தம்',
28
- nextDecade: 'அடுத்த தசாப்தம்',
29
- previousCentury: 'முந்தைய நூற்றாண்டு',
30
- nextCentury: 'அடுத்த நூற்றாண்டு'
31
- };
32
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'วันนี้',
6
- now: 'ตอนนี้',
7
- backToToday: 'กลับไปยังวันนี้',
8
- ok: 'ตกลง',
9
- clear: 'ลบล้าง',
10
- month: 'เดือน',
11
- year: 'ปี',
12
- timeSelect: 'เลือกเวลา',
13
- dateSelect: 'เลือกวัน',
14
- monthSelect: 'เลือกเดือน',
15
- yearSelect: 'เลือกปี',
16
- decadeSelect: 'เลือกทศวรรษ',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'D/M/YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'เดือนก่อนหน้า (PageUp)',
23
- nextMonth: 'เดือนถัดไป (PageDown)',
24
- previousYear: 'ปีก่อนหน้า (Control + left)',
25
- nextYear: 'ปีถัดไป (Control + right)',
26
- previousDecade: 'ทศวรรษก่อนหน้า',
27
- nextDecade: 'ทศวรรษถัดไป',
28
- previousCentury: 'ศตวรรษก่อนหน้า',
29
- nextCentury: 'ศตวรรษถัดไป'
30
- };
31
- module.exports = exports['default'];
@@ -1,31 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'Bugün',
6
- now: 'Şimdi',
7
- backToToday: 'Bugüne Geri Dön',
8
- ok: 'tamam',
9
- clear: 'Temizle',
10
- month: 'Ay',
11
- year: 'Yıl',
12
- timeSelect: 'Zaman Seç',
13
- dateSelect: 'Tarih Seç',
14
- monthSelect: 'Ay Seç',
15
- yearSelect: 'Yıl Seç',
16
- decadeSelect: 'On Yıl Seç',
17
- yearFormat: 'YYYY',
18
- dateFormat: 'M/D/YYYY',
19
- dayFormat: 'D',
20
- dateTimeFormat: 'M/D/YYYY HH:mm:ss',
21
- monthBeforeYear: true,
22
- previousMonth: 'Önceki Ay (PageUp)',
23
- nextMonth: 'Sonraki Ay (PageDown)',
24
- previousYear: 'Önceki Yıl (Control + Sol)',
25
- nextYear: 'Sonraki Yıl (Control + Sağ)',
26
- previousDecade: 'Önceki On Yıl',
27
- nextDecade: 'Sonraki On Yıl',
28
- previousCentury: 'Önceki Yüzyıl',
29
- nextCentury: 'Sonraki Yüzyıl'
30
- };
31
- module.exports = exports['default'];
@@ -1,30 +0,0 @@
1
- 'use strict';
2
-
3
- exports.__esModule = true;
4
- exports['default'] = {
5
- today: 'بۈگۈن',
6
- now: 'ھازىر',
7
- backToToday: 'بۈگۈنگە قايتىش',
8
- ok: 'مۇقىملاشتۇرۇش',
9
- timeSelect: 'ۋاقىت تاللاش',
10
- dateSelect: 'كۈن تاللاش',
11
- clear: 'تازىلاش',
12
- month: 'ئاي',
13
- year: 'يىل',
14
- previousMonth: 'ئالدىنقى ئاي(ئالدىنقى بەت )',
15
- nextMonth: 'كېلەركى ئاي (كېلەركى بەت)',
16
- monthSelect: 'ئاي تاللاش',
17
- yearSelect: 'يىل تاللاش',
18
- decadeSelect: 'يىللارنى تاللاش',
19
- yearFormat: 'YYYY-يىلى',
20
- dayFormat: 'D-كۈنى',
21
- dateFormat: 'YYYY-يىلىM-ئاينىڭD-كۈنى',
22
- dateTimeFormat: 'YYYY-يىلىM—ئاينىڭD-كۈنى، HH:mm:ss',
23
- previousYear: 'ئالدىنقى يىلى (Controlبىلەن يۆنىلىش كونۇپكىسى)',
24
- nextYear: 'كېلەركى يىلى (Controlبىلەن يۆنىلىش كونۇپكىسى)',
25
- previousDecade: 'ئالدىنقى يىللار',
26
- nextDecade: 'كېيىنكى يىللار',
27
- previousCentury: 'ئالدىنقى ئەسىر',
28
- nextCentury: 'كېيىنكى ئەسىر'
29
- };
30
- module.exports = exports['default'];