@trackunit/react-date-and-time-components 1.4.2 → 1.4.3
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.
- package/package.json +1 -1
- package/translation.cjs.js +19 -1
- package/translation.cjs10.js +19 -1
- package/translation.cjs11.js +19 -1
- package/translation.cjs12.js +19 -1
- package/translation.cjs13.js +19 -1
- package/translation.cjs14.js +19 -1
- package/translation.cjs15.js +19 -1
- package/translation.cjs16.js +19 -1
- package/translation.cjs17.js +19 -1
- package/translation.cjs2.js +19 -1
- package/translation.cjs3.js +19 -1
- package/translation.cjs4.js +19 -1
- package/translation.cjs5.js +19 -1
- package/translation.cjs6.js +19 -1
- package/translation.cjs7.js +19 -1
- package/translation.cjs8.js +19 -1
- package/translation.cjs9.js +19 -1
- package/translation.esm.js +19 -1
- package/translation.esm10.js +19 -1
- package/translation.esm11.js +19 -1
- package/translation.esm12.js +19 -1
- package/translation.esm13.js +19 -1
- package/translation.esm14.js +19 -1
- package/translation.esm15.js +19 -1
- package/translation.esm16.js +19 -1
- package/translation.esm17.js +19 -1
- package/translation.esm2.js +19 -1
- package/translation.esm3.js +19 -1
- package/translation.esm4.js +19 -1
- package/translation.esm5.js +19 -1
- package/translation.esm6.js +19 -1
- package/translation.esm7.js +19 -1
- package/translation.esm8.js +19 -1
- package/translation.esm9.js +19 -1
package/translation.esm.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Anwenden",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Abbrechen",
|
|
5
20
|
"layout.actions.clear": "Löschen",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} Tag",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} Tage",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} Stunde",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Heute",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} Woche",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} Wochen",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm10.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Zastosuj",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Anuluj",
|
|
5
20
|
"layout.actions.clear": "Wyczyść",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} dzień",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} dni",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} godzina",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Dziś",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} tydzień",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} tygodni(e)",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm11.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Aplicar",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Cancelar",
|
|
5
20
|
"layout.actions.clear": "Apagar",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} dia",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} dias",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} hora",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Hoje",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} semana",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} semanas",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm12.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Применить",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Отменить",
|
|
5
20
|
"layout.actions.clear": "Очистить",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} день",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} дня (-ей)",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} час",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Сегодня",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} неделя",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} недель",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm13.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Aplicare",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Anulare",
|
|
5
20
|
"layout.actions.clear": "Ștergere",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} zi",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} zile",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} oră",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Astăzi",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} săptămână",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} (de) săptămâni",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm14.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Aplicar",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "1",
|
|
5
20
|
"layout.actions.clear": "Restablecer",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} día",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} días",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} hora",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Hoy",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} semana",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} semanas",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm15.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Lägg till",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Avbryt",
|
|
5
20
|
"layout.actions.clear": "Rensa",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} dag",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} dagar",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} timme",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "I dag",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} vecka",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} veckor",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm16.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "適用",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "キャンセル",
|
|
5
20
|
"layout.actions.clear": "クリア",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}}日",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}}日",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}}時間",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "今日",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}}週間",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}}週間",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm17.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "ปรับใช้",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "ยกเลิก",
|
|
5
20
|
"layout.actions.clear": "ล้าง",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} วัน",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} วัน",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} ชั่วโมง",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "วันนี้",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} สัปดาห์",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} สัปดาห์",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm2.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Anvend",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Annuller",
|
|
5
20
|
"layout.actions.clear": "Ryd",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} dag",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} dage",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} time",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "I dag",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} uge",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} uger",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm3.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Použít",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Zrušit",
|
|
5
20
|
"layout.actions.clear": "Vymazat",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} den",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} dní",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} hodina",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Dnes",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} týden",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} týdny/týdnů",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm4.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Toepassen",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Annuleren",
|
|
5
20
|
"layout.actions.clear": "Wissen",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} dag",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} dagen",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} uur",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Vandaag",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} week",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} weken",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm5.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Appliquer",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Annuler",
|
|
5
20
|
"layout.actions.clear": "Effacer",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} jour",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} jours",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} heure",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Aujourd’hui",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} semaine",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} semaines",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm6.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Käytä",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Peruuta",
|
|
5
20
|
"layout.actions.clear": "Tyhjennä",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} päivä",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} päivää",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} tunti",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Tänään",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} viikko",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} viikkoa",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm7.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Alkalmaz",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Mégse",
|
|
5
20
|
"layout.actions.clear": "Törlés",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} nap",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} nap",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} óra",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Ma",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} hét",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} hét",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm8.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Applica",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Annulla",
|
|
5
20
|
"layout.actions.clear": "Cancella",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} giorno",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} giorni",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} ora",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "Oggi",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} settimana",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} settimane",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|
package/translation.esm9.js
CHANGED
|
@@ -1,8 +1,24 @@
|
|
|
1
1
|
var translation = {
|
|
2
2
|
"dateTime.instant.now": "Now",
|
|
3
|
+
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
4
|
+
"input.direction.last": "Last",
|
|
5
|
+
"input.direction.next": "Next",
|
|
6
|
+
"input.icon.tooltip.calendar": "Calendar",
|
|
7
|
+
"input.noOptions": "No options available",
|
|
8
|
+
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
9
|
+
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
10
|
+
"input.today": "Today",
|
|
11
|
+
"input.unit.day": "day",
|
|
12
|
+
"input.unit.days": "days",
|
|
13
|
+
"input.unit.month": "month",
|
|
14
|
+
"input.unit.months": "months",
|
|
15
|
+
"input.unit.week": "week",
|
|
16
|
+
"input.unit.weeks": "weeks",
|
|
3
17
|
"layout.actions.apply": "Bruk",
|
|
18
|
+
"layout.actions.back": "Back",
|
|
4
19
|
"layout.actions.cancel": "Avbryt",
|
|
5
20
|
"layout.actions.clear": "Tøm",
|
|
21
|
+
"layout.actions.reset": "Reset",
|
|
6
22
|
"shared.timePeriods.days": "{{count}} dag",
|
|
7
23
|
"shared.timePeriods.days_plural": "{{count}} dager",
|
|
8
24
|
"shared.timePeriods.hours": "{{count}} time",
|
|
@@ -12,7 +28,9 @@ var translation = {
|
|
|
12
28
|
"shared.timePeriods.today": "I dag",
|
|
13
29
|
"shared.timePeriods.weeks": "{{count}} uke",
|
|
14
30
|
"shared.timePeriods.weeks_plural": "{{count}} uker",
|
|
15
|
-
"timeline.loadMore": "Click for more..."
|
|
31
|
+
"timeline.loadMore": "Click for more...",
|
|
32
|
+
"trigger.customRange": "Custom date range",
|
|
33
|
+
"trigger.selectDateRange": "Select date range"
|
|
16
34
|
};
|
|
17
35
|
|
|
18
36
|
export { translation as default };
|