@seafile/seafile-calendar 0.0.29 → 0.0.30-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 (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,181 +0,0 @@
1
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
2
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
3
- import _inherits from 'babel-runtime/helpers/inherits';
4
- import React from 'react';
5
- import PropTypes from 'prop-types';
6
- var ROW = 4;
7
- var COL = 3;
8
- import classnames from 'classnames';
9
-
10
- function goYear(direction) {
11
- var next = this.state.value.clone();
12
- next = next.add(direction, 'years');
13
- this.setState({
14
- value: next
15
- });
16
- }
17
-
18
- function chooseDecade(year, event) {
19
- var next = this.state.value.clone();
20
- next = next.year(year);
21
- next = next.month(this.state.value.month());
22
- this.props.onSelect(next);
23
- event.preventDefault();
24
- }
25
-
26
- var DecadePanel = function (_React$Component) {
27
- _inherits(DecadePanel, _React$Component);
28
-
29
- function DecadePanel(props) {
30
- _classCallCheck(this, DecadePanel);
31
-
32
- var _this = _possibleConstructorReturn(this, _React$Component.call(this, props));
33
-
34
- _this.state = {
35
- value: props.value || props.defaultValue
36
- };
37
-
38
- // bind methods
39
- _this.prefixCls = props.rootPrefixCls + '-decade-panel';
40
- _this.nextCentury = goYear.bind(_this, 100);
41
- _this.previousCentury = goYear.bind(_this, -100);
42
- return _this;
43
- }
44
-
45
- DecadePanel.prototype.render = function render() {
46
- var _this2 = this;
47
-
48
- var value = this.state.value;
49
- var _props = this.props,
50
- locale = _props.locale,
51
- renderFooter = _props.renderFooter;
52
-
53
- var currentYear = value.year();
54
- var startYear = parseInt(currentYear / 100, 10) * 100;
55
- var preYear = startYear - 10;
56
- var endYear = startYear + 99;
57
- var decades = [];
58
- var index = 0;
59
- var prefixCls = this.prefixCls;
60
-
61
- for (var rowIndex = 0; rowIndex < ROW; rowIndex++) {
62
- decades[rowIndex] = [];
63
- for (var colIndex = 0; colIndex < COL; colIndex++) {
64
- var startDecade = preYear + index * 10;
65
- var endDecade = preYear + index * 10 + 9;
66
- decades[rowIndex][colIndex] = {
67
- startDecade: startDecade,
68
- endDecade: endDecade
69
- };
70
- index++;
71
- }
72
- }
73
-
74
- var footer = renderFooter && renderFooter('decade');
75
-
76
- var decadesEls = decades.map(function (row, decadeIndex) {
77
- var tds = row.map(function (decadeData) {
78
- var _classNameMap;
79
-
80
- var dStartDecade = decadeData.startDecade;
81
- var dEndDecade = decadeData.endDecade;
82
- var isLast = dStartDecade < startYear;
83
- var isNext = dEndDecade > endYear;
84
- var classNameMap = (_classNameMap = {}, _classNameMap[prefixCls + '-cell'] = 1, _classNameMap[prefixCls + '-selected-cell'] = dStartDecade <= currentYear && currentYear <= dEndDecade, _classNameMap[prefixCls + '-last-century-cell'] = isLast, _classNameMap[prefixCls + '-next-century-cell'] = isNext, _classNameMap);
85
- var content = dStartDecade + '-' + dEndDecade;
86
- var clickHandler = void 0;
87
- if (isLast) {
88
- clickHandler = _this2.previousCentury;
89
- } else if (isNext) {
90
- clickHandler = _this2.nextCentury;
91
- } else {
92
- clickHandler = chooseDecade.bind(_this2, dStartDecade);
93
- }
94
- return React.createElement(
95
- 'td',
96
- {
97
- key: dStartDecade,
98
- onClick: clickHandler,
99
- role: 'gridcell',
100
- className: classnames(classNameMap)
101
- },
102
- React.createElement(
103
- 'a',
104
- {
105
- className: prefixCls + '-decade'
106
- },
107
- content
108
- )
109
- );
110
- });
111
- return React.createElement(
112
- 'tr',
113
- { key: decadeIndex, role: 'row' },
114
- tds
115
- );
116
- });
117
-
118
- return React.createElement(
119
- 'div',
120
- { className: this.prefixCls },
121
- React.createElement(
122
- 'div',
123
- { className: prefixCls + '-header' },
124
- React.createElement('a', {
125
- className: prefixCls + '-prev-century-btn',
126
- role: 'button',
127
- onClick: this.previousCentury,
128
- title: locale.previousCentury
129
- }),
130
- React.createElement(
131
- 'div',
132
- { className: prefixCls + '-century' },
133
- startYear,
134
- '-',
135
- endYear
136
- ),
137
- React.createElement('a', {
138
- className: prefixCls + '-next-century-btn',
139
- role: 'button',
140
- onClick: this.nextCentury,
141
- title: locale.nextCentury
142
- })
143
- ),
144
- React.createElement(
145
- 'div',
146
- { className: prefixCls + '-body' },
147
- React.createElement(
148
- 'table',
149
- { className: prefixCls + '-table', cellSpacing: '0', role: 'grid' },
150
- React.createElement(
151
- 'tbody',
152
- { className: prefixCls + '-tbody' },
153
- decadesEls
154
- )
155
- )
156
- ),
157
- footer && React.createElement(
158
- 'div',
159
- { className: prefixCls + '-footer' },
160
- footer
161
- )
162
- );
163
- };
164
-
165
- return DecadePanel;
166
- }(React.Component);
167
-
168
- export default DecadePanel;
169
-
170
-
171
- DecadePanel.propTypes = {
172
- locale: PropTypes.object,
173
- value: PropTypes.object,
174
- defaultValue: PropTypes.object,
175
- rootPrefixCls: PropTypes.string,
176
- renderFooter: PropTypes.func
177
- };
178
-
179
- DecadePanel.defaultProps = {
180
- onSelect: function onSelect() {}
181
- };
@@ -1,180 +0,0 @@
1
- import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
2
- import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
3
- import _inherits from 'babel-runtime/helpers/inherits';
4
- import React, { Component } from 'react';
5
- import PropTypes from 'prop-types';
6
- import { getMonthName } from '../util';
7
-
8
- function noop() {}
9
-
10
- var CalendarHeader = function (_Component) {
11
- _inherits(CalendarHeader, _Component);
12
-
13
- function CalendarHeader() {
14
- _classCallCheck(this, CalendarHeader);
15
-
16
- return _possibleConstructorReturn(this, _Component.apply(this, arguments));
17
- }
18
-
19
- CalendarHeader.prototype.onYearChange = function onYearChange(year) {
20
- var newValue = this.props.value.clone();
21
- newValue = newValue.year(parseInt(year, 10));
22
- this.props.onValueChange(newValue);
23
- };
24
-
25
- CalendarHeader.prototype.onMonthChange = function onMonthChange(month) {
26
- var newValue = this.props.value.clone();
27
- newValue = newValue.month(parseInt(month, 10));
28
- this.props.onValueChange(newValue);
29
- };
30
-
31
- CalendarHeader.prototype.yearSelectElement = function yearSelectElement(year) {
32
- var _props = this.props,
33
- yearSelectOffset = _props.yearSelectOffset,
34
- yearSelectTotal = _props.yearSelectTotal,
35
- prefixCls = _props.prefixCls,
36
- Select = _props.Select;
37
-
38
- var start = year - yearSelectOffset;
39
- var end = start + yearSelectTotal;
40
-
41
- var options = [];
42
- for (var index = start; index < end; index++) {
43
- options.push(React.createElement(
44
- Select.Option,
45
- { key: '' + index },
46
- index
47
- ));
48
- }
49
- return React.createElement(
50
- Select,
51
- {
52
- className: prefixCls + '-header-year-select',
53
- onChange: this.onYearChange.bind(this),
54
- dropdownStyle: { zIndex: 2000 },
55
- dropdownMenuStyle: { maxHeight: 250, overflow: 'auto', fontSize: 12 },
56
- optionLabelProp: 'children',
57
- value: String(year),
58
- showSearch: false
59
- },
60
- options
61
- );
62
- };
63
-
64
- CalendarHeader.prototype.monthSelectElement = function monthSelectElement(month) {
65
- var props = this.props;
66
- var t = props.value.clone();
67
- var prefixCls = props.prefixCls;
68
-
69
- var options = [];
70
- var Select = props.Select;
71
-
72
- for (var index = 0; index < 12; index++) {
73
- t = t.month(index);
74
- options.push(React.createElement(
75
- Select.Option,
76
- { key: '' + index },
77
- getMonthName(t)
78
- ));
79
- }
80
-
81
- return React.createElement(
82
- Select,
83
- {
84
- className: prefixCls + '-header-month-select',
85
- dropdownStyle: { zIndex: 2000 },
86
- dropdownMenuStyle: { maxHeight: 250, overflow: 'auto', overflowX: 'hidden', fontSize: 12 },
87
- optionLabelProp: 'children',
88
- value: String(month),
89
- showSearch: false,
90
- onChange: this.onMonthChange.bind(this)
91
- },
92
- options
93
- );
94
- };
95
-
96
- CalendarHeader.prototype.changeTypeToDate = function changeTypeToDate() {
97
- this.props.onTypeChange('date');
98
- };
99
-
100
- CalendarHeader.prototype.changeTypeToMonth = function changeTypeToMonth() {
101
- this.props.onTypeChange('month');
102
- };
103
-
104
- CalendarHeader.prototype.render = function render() {
105
- var _props2 = this.props,
106
- value = _props2.value,
107
- locale = _props2.locale,
108
- prefixCls = _props2.prefixCls,
109
- type = _props2.type,
110
- showTypeSwitch = _props2.showTypeSwitch,
111
- headerComponents = _props2.headerComponents;
112
-
113
- var year = value.year();
114
- var month = value.month();
115
- var yearSelect = this.yearSelectElement(year);
116
- var monthSelect = type === 'month' ? null : this.monthSelectElement(month);
117
- var switchCls = prefixCls + '-header-switcher';
118
- var typeSwitcher = showTypeSwitch ? React.createElement(
119
- 'span',
120
- { className: switchCls },
121
- type === 'date' ? React.createElement(
122
- 'span',
123
- { className: switchCls + '-focus' },
124
- locale.month
125
- ) : React.createElement(
126
- 'span',
127
- {
128
- onClick: this.changeTypeToDate.bind(this),
129
- className: switchCls + '-normal'
130
- },
131
- locale.month
132
- ),
133
- type === 'month' ? React.createElement(
134
- 'span',
135
- { className: switchCls + '-focus' },
136
- locale.year
137
- ) : React.createElement(
138
- 'span',
139
- {
140
- onClick: this.changeTypeToMonth.bind(this),
141
- className: switchCls + '-normal'
142
- },
143
- locale.year
144
- )
145
- ) : null;
146
-
147
- return React.createElement(
148
- 'div',
149
- { className: prefixCls + '-header' },
150
- typeSwitcher,
151
- monthSelect,
152
- yearSelect,
153
- headerComponents
154
- );
155
- };
156
-
157
- return CalendarHeader;
158
- }(Component);
159
-
160
- CalendarHeader.propTypes = {
161
- value: PropTypes.object,
162
- locale: PropTypes.object,
163
- yearSelectOffset: PropTypes.number,
164
- yearSelectTotal: PropTypes.number,
165
- onValueChange: PropTypes.func,
166
- onTypeChange: PropTypes.func,
167
- Select: PropTypes.func,
168
- prefixCls: PropTypes.string,
169
- type: PropTypes.string,
170
- showTypeSwitch: PropTypes.bool,
171
- headerComponents: PropTypes.array
172
- };
173
- CalendarHeader.defaultProps = {
174
- yearSelectOffset: 10,
175
- yearSelectTotal: 20,
176
- onValueChange: noop,
177
- onTypeChange: noop
178
- };
179
-
180
- export default CalendarHeader;
package/es/index.js DELETED
@@ -1,3 +0,0 @@
1
- import Calendar from './Calendar';
2
-
3
- export default Calendar;
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'اليوم',
3
- now: 'الأن',
4
- backToToday: 'العودة إلى اليوم',
5
- ok: 'تأكيد',
6
- clear: 'مسح',
7
- month: 'الشهر',
8
- year: 'السنة',
9
- timeSelect: 'اختيار الوقت',
10
- dateSelect: 'اختيار التاريخ',
11
- monthSelect: 'اختيار الشهر',
12
- yearSelect: 'اختيار السنة',
13
- decadeSelect: 'اختيار العقد',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'M/D/YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'M/D/YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'الشهر السابق (PageUp)',
20
- nextMonth: 'الشهر التالى(PageDown)',
21
- previousYear: 'العام السابق (Control + left)',
22
- nextYear: 'العام التالى (Control + right)',
23
- previousDecade: 'العقد السابق',
24
- nextDecade: 'العقد التالى',
25
- previousCentury: 'القرن السابق',
26
- nextCentury: 'القرن التالى'
27
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'Днес',
3
- now: 'Сега',
4
- backToToday: 'Към днес',
5
- ok: 'Добре',
6
- clear: 'Изчистване',
7
- month: 'Месец',
8
- year: 'Година',
9
- timeSelect: 'Избор на час',
10
- dateSelect: 'Избор на дата',
11
- monthSelect: 'Избор на месец',
12
- yearSelect: 'Избор на година',
13
- decadeSelect: 'Десетилетие',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D M YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D M YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Предишен месец (PageUp)',
20
- nextMonth: 'Следващ месец (PageDown)',
21
- previousYear: 'Последна година (Control + left)',
22
- nextYear: 'Следваща година (Control + right)',
23
- previousDecade: 'Предишно десетилетие',
24
- nextDecade: 'Следващо десетилетие',
25
- previousCentury: 'Последен век',
26
- nextCentury: 'Следващ век'
27
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'Avui',
3
- now: 'Ara',
4
- backToToday: 'Tornar a avui',
5
- ok: 'Acceptar',
6
- clear: 'Netejar',
7
- month: 'Mes',
8
- year: 'Any',
9
- timeSelect: 'Seleccionar hora',
10
- dateSelect: 'Seleccionar data',
11
- monthSelect: 'Escollir un mes',
12
- yearSelect: 'Escollir un any',
13
- decadeSelect: 'Escollir una dècada',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D/M/YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Mes anterior (PageUp)',
20
- nextMonth: 'Mes següent (PageDown)',
21
- previousYear: 'Any anterior (Control + left)',
22
- nextYear: 'Mes següent (Control + right)',
23
- previousDecade: 'Dècada anterior',
24
- nextDecade: 'Dècada següent',
25
- previousCentury: 'Segle anterior',
26
- nextCentury: 'Segle següent'
27
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'Dnes',
3
- now: 'Nyní',
4
- backToToday: 'Zpět na dnešek',
5
- ok: 'Ok',
6
- clear: 'Vymazat',
7
- month: 'Měsíc',
8
- year: 'Rok',
9
- timeSelect: 'Vybrat čas',
10
- dateSelect: 'Vybrat datum',
11
- monthSelect: 'Vyberte měsíc',
12
- yearSelect: 'Vyberte rok',
13
- decadeSelect: 'Vyberte dekádu',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D.M.YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D.M.YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Předchozí měsíc (PageUp)',
20
- nextMonth: 'Následující (PageDown)',
21
- previousYear: 'Předchozí rok (Control + left)',
22
- nextYear: 'Následující rok (Control + right)',
23
- previousDecade: 'Předchozí dekáda',
24
- nextDecade: 'Následující dekáda',
25
- previousCentury: 'Předchozí století',
26
- nextCentury: 'Následující století'
27
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'I dag',
3
- now: 'Nu',
4
- backToToday: 'Gå til i dag',
5
- ok: 'Ok',
6
- clear: 'Annuller',
7
- month: 'Måned',
8
- year: 'År',
9
- timeSelect: 'Vælg tidspunkt',
10
- dateSelect: 'Vælg dato',
11
- monthSelect: 'Vælg måned',
12
- yearSelect: 'Vælg år',
13
- decadeSelect: 'Vælg årti',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D/M/YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Forrige måned(PageUp)',
20
- nextMonth: 'Næste måned (PageDown)',
21
- previousYear: 'Forrige år (Control + left)',
22
- nextYear: 'Næste r (Control + right)',
23
- previousDecade: 'Forrige årti',
24
- nextDecade: 'Næste årti',
25
- previousCentury: 'Forrige århundrede',
26
- nextCentury: 'Næste århundrede'
27
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'Heute',
3
- now: 'Jetzt',
4
- backToToday: 'Zurück zu Heute',
5
- ok: 'OK',
6
- clear: 'Zurücksetzen',
7
- month: 'Monat',
8
- year: 'Jahr',
9
- timeSelect: 'Zeit wählen',
10
- dateSelect: 'Datum wählen',
11
- monthSelect: 'Wähle einen Monat',
12
- yearSelect: 'Wähle ein Jahr',
13
- decadeSelect: 'Wähle ein Jahrzehnt',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D.M.YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D.M.YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Vorheriger Monat (PageUp)',
20
- nextMonth: 'Nächster Monat (PageDown)',
21
- previousYear: 'Vorheriges Jahr (Ctrl + left)',
22
- nextYear: 'Nächstes Jahr (Ctrl + right)',
23
- previousDecade: 'Vorheriges Jahrzehnt',
24
- nextDecade: 'Nächstes Jahrzehnt',
25
- previousCentury: 'Vorheriges Jahrhundert',
26
- nextCentury: 'Nächstes Jahrhundert'
27
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'Σήμερα',
3
- now: 'Τώρα',
4
- backToToday: 'Πίσω στη σημερινή μέρα',
5
- ok: 'Ok',
6
- clear: 'Καθαρισμός',
7
- month: 'Μήνας',
8
- year: 'Έτος',
9
- timeSelect: 'Επιλογή ώρας',
10
- dateSelect: 'Επιλογή ημερομηνίας',
11
- monthSelect: 'Επιλογή μήνα',
12
- yearSelect: 'Επιλογή έτους',
13
- decadeSelect: 'Επιλογή δεκαετίας',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D/M/YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Προηγούμενος μήνας (PageUp)',
20
- nextMonth: 'Επόμενος μήνας (PageDown)',
21
- previousYear: 'Προηγούμενο έτος (Control + αριστερά)',
22
- nextYear: 'Επόμενο έτος (Control + δεξιά)',
23
- previousDecade: 'Προηγούμενη δεκαετία',
24
- nextDecade: 'Επόμενη δεκαετία',
25
- previousCentury: 'Προηγούμενος αιώνας',
26
- nextCentury: 'Επόμενος αιώνας'
27
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'Today',
3
- now: 'Now',
4
- backToToday: 'Back to today',
5
- ok: 'Ok',
6
- clear: 'Clear',
7
- month: 'Month',
8
- year: 'Year',
9
- timeSelect: 'Select time',
10
- dateSelect: 'Select date',
11
- monthSelect: 'Choose a month',
12
- yearSelect: 'Choose a year',
13
- decadeSelect: 'Choose a decade',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D/M/YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Previous month (PageUp)',
20
- nextMonth: 'Next month (PageDown)',
21
- previousYear: 'Last year (Control + left)',
22
- nextYear: 'Next year (Control + right)',
23
- previousDecade: 'Last decade',
24
- nextDecade: 'Next decade',
25
- previousCentury: 'Last century',
26
- nextCentury: 'Next century'
27
- };
@@ -1,28 +0,0 @@
1
- export default {
2
- today: 'Today',
3
- now: 'Now',
4
- backToToday: 'Back to today',
5
- ok: 'Ok',
6
- clear: 'Clear',
7
- month: 'Month',
8
- year: 'Year',
9
- timeSelect: 'select time',
10
- dateSelect: 'select date',
11
- weekSelect: 'Choose a week',
12
- monthSelect: 'Choose a month',
13
- yearSelect: 'Choose a year',
14
- decadeSelect: 'Choose a decade',
15
- yearFormat: 'YYYY',
16
- dateFormat: 'M/D/YYYY',
17
- dayFormat: 'D',
18
- dateTimeFormat: 'M/D/YYYY HH:mm:ss',
19
- monthBeforeYear: true,
20
- previousMonth: 'Previous month (PageUp)',
21
- nextMonth: 'Next month (PageDown)',
22
- previousYear: 'Last year (Control + left)',
23
- nextYear: 'Next year (Control + right)',
24
- previousDecade: 'Last decade',
25
- nextDecade: 'Next decade',
26
- previousCentury: 'Last century',
27
- nextCentury: 'Next century'
28
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'Hoy',
3
- now: 'Ahora',
4
- backToToday: 'Volver a hoy',
5
- ok: 'Aceptar',
6
- clear: 'Limpiar',
7
- month: 'Mes',
8
- year: 'Año',
9
- timeSelect: 'Seleccionar hora',
10
- dateSelect: 'Seleccionar fecha',
11
- monthSelect: 'Elegir un mes',
12
- yearSelect: 'Elegir un año',
13
- decadeSelect: 'Elegir una década',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D/M/YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D/M/YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Mes anterior (PageUp)',
20
- nextMonth: 'Mes siguiente (PageDown)',
21
- previousYear: 'Año anterior (Control + left)',
22
- nextYear: 'Año siguiente (Control + right)',
23
- previousDecade: 'Década anterior',
24
- nextDecade: 'Década siguiente',
25
- previousCentury: 'Siglo anterior',
26
- nextCentury: 'Siglo siguiente'
27
- };
@@ -1,27 +0,0 @@
1
- export default {
2
- today: 'Täna',
3
- now: 'Praegu',
4
- backToToday: 'Tagasi tänase juurde',
5
- ok: 'Ok',
6
- clear: 'Tühista',
7
- month: 'Kuu',
8
- year: 'Aasta',
9
- timeSelect: 'Vali aeg',
10
- dateSelect: 'Vali kuupäev',
11
- monthSelect: 'Vali kuu',
12
- yearSelect: 'Vali aasta',
13
- decadeSelect: 'Vali dekaad',
14
- yearFormat: 'YYYY',
15
- dateFormat: 'D.M.YYYY',
16
- dayFormat: 'D',
17
- dateTimeFormat: 'D.M.YYYY HH:mm:ss',
18
- monthBeforeYear: true,
19
- previousMonth: 'Eelmine kuu (PageUp)',
20
- nextMonth: 'Järgmine kuu (PageDown)',
21
- previousYear: 'Eelmine aasta (Control + left)',
22
- nextYear: 'Järgmine aasta (Control + right)',
23
- previousDecade: 'Eelmine dekaad',
24
- nextDecade: 'Järgmine dekaad',
25
- previousCentury: 'Eelmine sajand',
26
- nextCentury: 'Järgmine sajand'
27
- };