@trackunit/react-date-and-time-components 1.4.8 → 1.4.10
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 +11 -11
- package/translation.cjs.js +9 -9
- package/translation.cjs10.js +9 -9
- package/translation.cjs11.js +11 -11
- package/translation.cjs12.js +8 -8
- package/translation.cjs13.js +9 -9
- package/translation.cjs14.js +10 -10
- package/translation.cjs15.js +10 -10
- package/translation.cjs16.js +9 -9
- package/translation.cjs17.js +10 -10
- package/translation.cjs2.js +14 -14
- package/translation.cjs3.js +9 -9
- package/translation.cjs4.js +9 -9
- package/translation.cjs5.js +16 -16
- package/translation.cjs6.js +9 -9
- package/translation.cjs7.js +9 -9
- package/translation.cjs8.js +11 -11
- package/translation.cjs9.js +11 -11
- package/translation.esm.js +9 -9
- package/translation.esm10.js +9 -9
- package/translation.esm11.js +11 -11
- package/translation.esm12.js +8 -8
- package/translation.esm13.js +9 -9
- package/translation.esm14.js +10 -10
- package/translation.esm15.js +10 -10
- package/translation.esm16.js +9 -9
- package/translation.esm17.js +10 -10
- package/translation.esm2.js +14 -14
- package/translation.esm3.js +9 -9
- package/translation.esm4.js +9 -9
- package/translation.esm5.js +16 -16
- package/translation.esm6.js +9 -9
- package/translation.esm7.js +9 -9
- package/translation.esm8.js +11 -11
- package/translation.esm9.js +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-date-and-time-components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.10",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"date-fns": "^2.30.0",
|
|
11
11
|
"react-day-picker": "9.5.1",
|
|
12
12
|
"react": "19.0.0",
|
|
13
|
-
"@trackunit/react-components": "1.4.
|
|
14
|
-
"@trackunit/react-date-and-time-hooks": "1.3.
|
|
15
|
-
"@trackunit/date-and-time-utils": "1.3.
|
|
16
|
-
"@trackunit/css-class-variance-utilities": "1.3.
|
|
17
|
-
"@trackunit/ui-icons": "1.3.
|
|
18
|
-
"@trackunit/ui-design-tokens": "1.3.
|
|
19
|
-
"@trackunit/shared-utils": "1.5.
|
|
20
|
-
"@trackunit/i18n-library-translation": "1.3.
|
|
21
|
-
"@trackunit/react-test-setup": "1.0.
|
|
22
|
-
"@trackunit/react-form-components": "1.3.
|
|
13
|
+
"@trackunit/react-components": "1.4.201",
|
|
14
|
+
"@trackunit/react-date-and-time-hooks": "1.3.195",
|
|
15
|
+
"@trackunit/date-and-time-utils": "1.3.165",
|
|
16
|
+
"@trackunit/css-class-variance-utilities": "1.3.165",
|
|
17
|
+
"@trackunit/ui-icons": "1.3.166",
|
|
18
|
+
"@trackunit/ui-design-tokens": "1.3.163",
|
|
19
|
+
"@trackunit/shared-utils": "1.5.165",
|
|
20
|
+
"@trackunit/i18n-library-translation": "1.3.189",
|
|
21
|
+
"@trackunit/react-test-setup": "1.0.55",
|
|
22
|
+
"@trackunit/react-form-components": "1.3.227",
|
|
23
23
|
"string-ts": "^2.0.0",
|
|
24
24
|
"tailwind-merge": "^2.0.0"
|
|
25
25
|
},
|
package/translation.cjs.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Weiter",
|
|
8
|
+
"input.icon.tooltip.calendar": "Kalender",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Heute",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
14
|
"input.unit.days": "days",
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
15
|
+
"input.unit.month": "monat",
|
|
16
|
+
"input.unit.months": "Monate",
|
|
17
|
+
"input.unit.week": "Woche",
|
|
18
|
+
"input.unit.weeks": "Wochen",
|
|
19
19
|
"layout.actions.apply": "Anwenden",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Zurück",
|
|
21
21
|
"layout.actions.cancel": "Abbrechen",
|
|
22
22
|
"layout.actions.clear": "Löschen",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Zurücksetzen",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} Tag",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} Tage",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} Stunde",
|
package/translation.cjs10.js
CHANGED
|
@@ -5,22 +5,22 @@ var translation = {
|
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
7
|
"input.direction.next": "Next",
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
8
|
+
"input.icon.tooltip.calendar": "Kalendarz",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Dziś",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
14
|
+
"input.unit.days": "dni",
|
|
15
|
+
"input.unit.month": "miesiąc",
|
|
16
|
+
"input.unit.months": "miesiące",
|
|
17
|
+
"input.unit.week": "tydzień",
|
|
18
|
+
"input.unit.weeks": "tygodnie",
|
|
19
19
|
"layout.actions.apply": "Zastosuj",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Powrót",
|
|
21
21
|
"layout.actions.cancel": "Anuluj",
|
|
22
22
|
"layout.actions.clear": "Wyczyść",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Zresetuj",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} dzień",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} dni",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} godzina",
|
package/translation.cjs11.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Próximo",
|
|
8
|
+
"input.icon.tooltip.calendar": "Calendário",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
13
|
-
"input.unit.day": "
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
12
|
+
"input.today": "Hoje",
|
|
13
|
+
"input.unit.day": "dia",
|
|
14
|
+
"input.unit.days": "dias",
|
|
15
|
+
"input.unit.month": "mês",
|
|
16
|
+
"input.unit.months": "meses",
|
|
17
|
+
"input.unit.week": "semana",
|
|
18
|
+
"input.unit.weeks": "semanas",
|
|
19
19
|
"layout.actions.apply": "Aplicar",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Voltar",
|
|
21
21
|
"layout.actions.cancel": "Cancelar",
|
|
22
22
|
"layout.actions.clear": "Apagar",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Redefinir",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} dia",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} dias",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} hora",
|
package/translation.cjs12.js
CHANGED
|
@@ -5,22 +5,22 @@ var translation = {
|
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
7
|
"input.direction.next": "Next",
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
8
|
+
"input.icon.tooltip.calendar": "Календарь",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Сегодня",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
14
|
"input.unit.days": "days",
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
15
|
+
"input.unit.month": "месяц",
|
|
16
|
+
"input.unit.months": "месяца",
|
|
17
|
+
"input.unit.week": "неделя",
|
|
18
|
+
"input.unit.weeks": "недель",
|
|
19
19
|
"layout.actions.apply": "Применить",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Назад",
|
|
21
21
|
"layout.actions.cancel": "Отменить",
|
|
22
22
|
"layout.actions.clear": "Очистить",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Сбросить",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} день",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} дня (-ей)",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} час",
|
package/translation.cjs13.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
7
|
+
"input.direction.next": "Înainte",
|
|
8
8
|
"input.icon.tooltip.calendar": "Calendar",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Astăzi",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
14
|
+
"input.unit.days": "zile",
|
|
15
|
+
"input.unit.month": "lună",
|
|
16
|
+
"input.unit.months": "luni",
|
|
17
|
+
"input.unit.week": "săptămâna",
|
|
18
|
+
"input.unit.weeks": "săptămâni",
|
|
19
19
|
"layout.actions.apply": "Aplicare",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Înapoi",
|
|
21
21
|
"layout.actions.cancel": "Anulare",
|
|
22
22
|
"layout.actions.clear": "Ștergere",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Resetare",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} zi",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} zile",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} oră",
|
package/translation.cjs14.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Siguiente",
|
|
8
|
+
"input.icon.tooltip.calendar": "Calendario",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Hoy",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
14
|
+
"input.unit.days": "días",
|
|
15
|
+
"input.unit.month": "mes",
|
|
16
|
+
"input.unit.months": "meses",
|
|
17
|
+
"input.unit.week": "semana",
|
|
18
|
+
"input.unit.weeks": "semanas",
|
|
19
19
|
"layout.actions.apply": "Aplicar",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Atrás",
|
|
21
21
|
"layout.actions.cancel": "1",
|
|
22
22
|
"layout.actions.clear": "Restablecer",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Restablecer",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} día",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} días",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} hora",
|
package/translation.cjs15.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Nästa",
|
|
8
|
+
"input.icon.tooltip.calendar": "Kalender",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
12
|
"input.today": "Today",
|
|
13
|
-
"input.unit.day": "
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
13
|
+
"input.unit.day": "dag",
|
|
14
|
+
"input.unit.days": "dagar",
|
|
15
|
+
"input.unit.month": "månad",
|
|
16
|
+
"input.unit.months": "månader",
|
|
17
|
+
"input.unit.week": "vecka",
|
|
18
|
+
"input.unit.weeks": "veckor",
|
|
19
19
|
"layout.actions.apply": "Lägg till",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Tillbaka",
|
|
21
21
|
"layout.actions.cancel": "Avbryt",
|
|
22
22
|
"layout.actions.clear": "Rensa",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Rensa",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} dag",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} dagar",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} timme",
|
package/translation.cjs16.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "次へ",
|
|
8
|
+
"input.icon.tooltip.calendar": "カレンダー",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "今日",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
14
|
"input.unit.days": "days",
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
15
|
+
"input.unit.month": "月",
|
|
16
|
+
"input.unit.months": "ヶ月",
|
|
17
|
+
"input.unit.week": "週",
|
|
18
|
+
"input.unit.weeks": "週間",
|
|
19
19
|
"layout.actions.apply": "適用",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "戻る",
|
|
21
21
|
"layout.actions.cancel": "キャンセル",
|
|
22
22
|
"layout.actions.clear": "クリア",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "リセット",
|
|
24
24
|
"shared.timePeriods.days": "{{count}}日",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}}日",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}}時間",
|
package/translation.cjs17.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "ถัดไป",
|
|
8
|
+
"input.icon.tooltip.calendar": "ปฏิทิน",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
13
|
-
"input.unit.day": "
|
|
12
|
+
"input.today": "วันนี้",
|
|
13
|
+
"input.unit.day": "วัน",
|
|
14
14
|
"input.unit.days": "days",
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
15
|
+
"input.unit.month": "เดือน",
|
|
16
|
+
"input.unit.months": "เดือน",
|
|
17
|
+
"input.unit.week": "สัปดาห์",
|
|
18
|
+
"input.unit.weeks": "สัปดาห์",
|
|
19
19
|
"layout.actions.apply": "ปรับใช้",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "ย้อนกลับ",
|
|
21
21
|
"layout.actions.cancel": "ยกเลิก",
|
|
22
22
|
"layout.actions.clear": "ล้าง",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "รีเซ็ต",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} วัน",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} วัน",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} ชั่วโมง",
|
package/translation.cjs2.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
9
|
-
"input.noOptions": "
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
12
|
-
"input.today": "
|
|
13
|
-
"input.unit.day": "
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
7
|
+
"input.direction.next": "Næste",
|
|
8
|
+
"input.icon.tooltip.calendar": "Kalender",
|
|
9
|
+
"input.noOptions": "Ingen valgmuligheder tilgængelige",
|
|
10
|
+
"input.placeholder.customRange.last": "Indtast et datointerval (f.eks. 'De sidste 4 dage')",
|
|
11
|
+
"input.placeholder.customRange.next": "Indtast et datointerval (f.eks. 'De næste 4 dage')",
|
|
12
|
+
"input.today": "I dag",
|
|
13
|
+
"input.unit.day": "dag",
|
|
14
|
+
"input.unit.days": "dage",
|
|
15
|
+
"input.unit.month": "måned",
|
|
16
|
+
"input.unit.months": "måneder",
|
|
17
|
+
"input.unit.week": "uge",
|
|
18
|
+
"input.unit.weeks": "uger",
|
|
19
19
|
"layout.actions.apply": "Anvend",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Tilbage",
|
|
21
21
|
"layout.actions.cancel": "Annuller",
|
|
22
22
|
"layout.actions.clear": "Ryd",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Nulstil",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} dag",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} dage",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} time",
|
package/translation.cjs3.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Další",
|
|
8
|
+
"input.icon.tooltip.calendar": "Kalendář",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Dnes",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
14
|
"input.unit.days": "days",
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
15
|
+
"input.unit.month": "měsíc",
|
|
16
|
+
"input.unit.months": "měsíce",
|
|
17
|
+
"input.unit.week": "týden",
|
|
18
|
+
"input.unit.weeks": "týdny",
|
|
19
19
|
"layout.actions.apply": "Použít",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Zpět",
|
|
21
21
|
"layout.actions.cancel": "Zrušit",
|
|
22
22
|
"layout.actions.clear": "Vymazat",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Resetovat",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} den",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} dní",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} hodina",
|
package/translation.cjs4.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Volgende",
|
|
8
|
+
"input.icon.tooltip.calendar": "Kalender",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Vandaag",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
14
|
+
"input.unit.days": "dagen",
|
|
15
|
+
"input.unit.month": "maand",
|
|
16
|
+
"input.unit.months": "maanden",
|
|
17
17
|
"input.unit.week": "week",
|
|
18
|
-
"input.unit.weeks": "
|
|
18
|
+
"input.unit.weeks": "weken",
|
|
19
19
|
"layout.actions.apply": "Toepassen",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Terug",
|
|
21
21
|
"layout.actions.cancel": "Annuleren",
|
|
22
22
|
"layout.actions.clear": "Wissen",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Resetten",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} dag",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} dagen",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} uur",
|
package/translation.cjs5.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
9
|
-
"input.noOptions": "
|
|
10
|
-
"input.placeholder.customRange.last": "
|
|
11
|
-
"input.placeholder.customRange.next": "
|
|
12
|
-
"input.today": "
|
|
13
|
-
"input.unit.day": "
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
7
|
+
"input.direction.next": "Suivant",
|
|
8
|
+
"input.icon.tooltip.calendar": "Calendrier",
|
|
9
|
+
"input.noOptions": "Aucune option disponible",
|
|
10
|
+
"input.placeholder.customRange.last": "Saisissez une plage de dates (par ex. « 4 derniers jours »)",
|
|
11
|
+
"input.placeholder.customRange.next": "Saisissez une plage de dates (par ex. « 4 prochains jours »)",
|
|
12
|
+
"input.today": "Aujourd’hui",
|
|
13
|
+
"input.unit.day": "jour",
|
|
14
|
+
"input.unit.days": "jours",
|
|
15
|
+
"input.unit.month": "mois",
|
|
16
|
+
"input.unit.months": "mois",
|
|
17
|
+
"input.unit.week": "semaine",
|
|
18
|
+
"input.unit.weeks": "semaines",
|
|
19
19
|
"layout.actions.apply": "Appliquer",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Retour",
|
|
21
21
|
"layout.actions.cancel": "Annuler",
|
|
22
22
|
"layout.actions.clear": "Effacer",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Réinitialiser",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} jour",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} jours",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} heure",
|
|
@@ -31,8 +31,8 @@ var translation = {
|
|
|
31
31
|
"shared.timePeriods.weeks": "{{count}} semaine",
|
|
32
32
|
"shared.timePeriods.weeks_plural": "{{count}} semaines",
|
|
33
33
|
"timeline.loadMore": "Click for more...",
|
|
34
|
-
"trigger.customRange": "
|
|
35
|
-
"trigger.selectDateRange": "
|
|
34
|
+
"trigger.customRange": "Choisir une plage de dates",
|
|
35
|
+
"trigger.selectDateRange": "Sélectionner une plage de dates"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.default = translation;
|
package/translation.cjs6.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Seuraava",
|
|
8
|
+
"input.icon.tooltip.calendar": "Kalenteri",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Tänään",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
14
|
"input.unit.days": "days",
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
15
|
+
"input.unit.month": "kuukausi",
|
|
16
|
+
"input.unit.months": "kuukautta",
|
|
17
|
+
"input.unit.week": "viikko",
|
|
18
|
+
"input.unit.weeks": "viikkoa",
|
|
19
19
|
"layout.actions.apply": "Käytä",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Takaisin",
|
|
21
21
|
"layout.actions.cancel": "Peruuta",
|
|
22
22
|
"layout.actions.clear": "Tyhjennä",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Nollaa",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} päivä",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} päivää",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} tunti",
|
package/translation.cjs7.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Következő",
|
|
8
|
+
"input.icon.tooltip.calendar": "Naptár",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
12
|
+
"input.today": "Ma",
|
|
13
13
|
"input.unit.day": "day",
|
|
14
14
|
"input.unit.days": "days",
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
15
|
+
"input.unit.month": "hónap",
|
|
16
|
+
"input.unit.months": "hónap",
|
|
17
|
+
"input.unit.week": "hét",
|
|
18
|
+
"input.unit.weeks": "hét",
|
|
19
19
|
"layout.actions.apply": "Alkalmaz",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Vissza",
|
|
21
21
|
"layout.actions.cancel": "Mégse",
|
|
22
22
|
"layout.actions.clear": "Törlés",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Visszaállítás",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} nap",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} nap",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} óra",
|
package/translation.cjs8.js
CHANGED
|
@@ -4,23 +4,23 @@ var translation = {
|
|
|
4
4
|
"dateTime.instant.now": "Now",
|
|
5
5
|
"input.combined": "{{direction}} {{count}} {{unit}}",
|
|
6
6
|
"input.direction.last": "Last",
|
|
7
|
-
"input.direction.next": "
|
|
8
|
-
"input.icon.tooltip.calendar": "
|
|
7
|
+
"input.direction.next": "Avanti",
|
|
8
|
+
"input.icon.tooltip.calendar": "Calendario",
|
|
9
9
|
"input.noOptions": "No options available",
|
|
10
10
|
"input.placeholder.customRange.last": "Type a date range (e.g., “Last 4 days”)",
|
|
11
11
|
"input.placeholder.customRange.next": "Type a date range (e.g., “Next 4 days”)",
|
|
12
|
-
"input.today": "
|
|
13
|
-
"input.unit.day": "
|
|
14
|
-
"input.unit.days": "
|
|
15
|
-
"input.unit.month": "
|
|
16
|
-
"input.unit.months": "
|
|
17
|
-
"input.unit.week": "
|
|
18
|
-
"input.unit.weeks": "
|
|
12
|
+
"input.today": "Oggi",
|
|
13
|
+
"input.unit.day": "giorno",
|
|
14
|
+
"input.unit.days": "giorni",
|
|
15
|
+
"input.unit.month": "mese",
|
|
16
|
+
"input.unit.months": "mesi",
|
|
17
|
+
"input.unit.week": "settimana",
|
|
18
|
+
"input.unit.weeks": "settimane",
|
|
19
19
|
"layout.actions.apply": "Applica",
|
|
20
|
-
"layout.actions.back": "
|
|
20
|
+
"layout.actions.back": "Indietro",
|
|
21
21
|
"layout.actions.cancel": "Annulla",
|
|
22
22
|
"layout.actions.clear": "Cancella",
|
|
23
|
-
"layout.actions.reset": "
|
|
23
|
+
"layout.actions.reset": "Ripristina",
|
|
24
24
|
"shared.timePeriods.days": "{{count}} giorno",
|
|
25
25
|
"shared.timePeriods.days_plural": "{{count}} giorni",
|
|
26
26
|
"shared.timePeriods.hours": "{{count}} ora",
|