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