@trackunit/react-date-and-time-components 1.0.63 → 1.0.67
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 +10 -10
- package/translation.cjs.js +3 -0
- package/translation.cjs10.js +3 -0
- package/translation.cjs11.js +3 -0
- package/translation.cjs12.js +3 -0
- package/translation.cjs13.js +3 -0
- package/translation.cjs14.js +3 -0
- package/translation.cjs15.js +3 -0
- package/translation.cjs16.js +3 -0
- package/translation.cjs17.js +3 -0
- package/translation.cjs2.js +3 -0
- package/translation.cjs3.js +3 -0
- package/translation.cjs4.js +3 -0
- package/translation.cjs5.js +3 -0
- package/translation.cjs6.js +3 -0
- package/translation.cjs7.js +3 -0
- package/translation.cjs8.js +3 -0
- package/translation.cjs9.js +3 -0
- package/translation.esm.js +3 -0
- package/translation.esm10.js +3 -0
- package/translation.esm11.js +3 -0
- package/translation.esm12.js +3 -0
- package/translation.esm13.js +3 -0
- package/translation.esm14.js +3 -0
- package/translation.esm15.js +3 -0
- package/translation.esm16.js +3 -0
- package/translation.esm17.js +3 -0
- package/translation.esm2.js +3 -0
- package/translation.esm3.js +3 -0
- package/translation.esm4.js +3 -0
- package/translation.esm5.js +3 -0
- package/translation.esm6.js +3 -0
- package/translation.esm7.js +3 -0
- package/translation.esm8.js +3 -0
- package/translation.esm9.js +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-date-and-time-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.67",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"date-fns": "^2.30.0",
|
|
12
12
|
"tailwind-merge": "^2.0.0",
|
|
13
13
|
"react": "18.3.1",
|
|
14
|
-
"@trackunit/react-components": "1.1.
|
|
15
|
-
"@trackunit/react-date-and-time-hooks": "1.0.
|
|
16
|
-
"@trackunit/react-core-hooks": "1.0.
|
|
17
|
-
"@trackunit/date-and-time-utils": "1.0.
|
|
18
|
-
"@trackunit/css-class-variance-utilities": "1.0.
|
|
19
|
-
"@trackunit/ui-icons": "1.0.
|
|
20
|
-
"@trackunit/ui-design-tokens": "1.0.
|
|
21
|
-
"@trackunit/shared-utils": "1.2.
|
|
22
|
-
"@trackunit/i18n-library-translation": "1.0.
|
|
14
|
+
"@trackunit/react-components": "1.1.48",
|
|
15
|
+
"@trackunit/react-date-and-time-hooks": "1.0.53",
|
|
16
|
+
"@trackunit/react-core-hooks": "1.0.46",
|
|
17
|
+
"@trackunit/date-and-time-utils": "1.0.41",
|
|
18
|
+
"@trackunit/css-class-variance-utilities": "1.0.41",
|
|
19
|
+
"@trackunit/ui-icons": "1.0.45",
|
|
20
|
+
"@trackunit/ui-design-tokens": "1.0.42",
|
|
21
|
+
"@trackunit/shared-utils": "1.2.38",
|
|
22
|
+
"@trackunit/i18n-library-translation": "1.0.51"
|
|
23
23
|
},
|
|
24
24
|
"module": "./index.esm.js",
|
|
25
25
|
"main": "./index.cjs.js",
|
package/translation.cjs.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Abbrechen",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} Tag",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} Tage",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} Stunde",
|
package/translation.cjs10.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalendarz",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Anuluj",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} dzień",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} dni",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} godzina",
|
package/translation.cjs11.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendário",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Cancelar",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} dia",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} dias",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} hora",
|
package/translation.cjs12.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Календарь",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Отменить",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} день",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} дня (-ей)",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} час",
|
package/translation.cjs13.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendar",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Anulare",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} zi",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} zile",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} oră",
|
package/translation.cjs14.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendario",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "1",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} día",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} días",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} hora",
|
package/translation.cjs15.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Avbryt",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} dag",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} dagar",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} timme",
|
package/translation.cjs16.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "カレンダー",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "キャンセル",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}}日",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}}日",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}}時間",
|
package/translation.cjs17.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "ปฏิทิน",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "ยกเลิก",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} วัน",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} วัน",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} ชั่วโมง",
|
package/translation.cjs2.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Annuller",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} dag",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} dage",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} time",
|
package/translation.cjs3.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalendář",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Zrušit",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} den",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} dní",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} hodina",
|
package/translation.cjs4.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Annuleren",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} dag",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} dagen",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} uur",
|
package/translation.cjs5.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendrier",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Annuler",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} jour",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} jours",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} heure",
|
package/translation.cjs6.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalenteri",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Peruuta",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} päivä",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} päivää",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} tunti",
|
package/translation.cjs7.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Naptár",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Mégse",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} nap",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} nap",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} óra",
|
package/translation.cjs8.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendario",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Annulla",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} giorno",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} giorni",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} ora",
|
package/translation.cjs9.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
+
"dateTime.instant.now": "Now",
|
|
4
5
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
6
|
+
"layout.actions.apply": "Apply",
|
|
5
7
|
"layout.actions.cancel": "Avbryt",
|
|
8
|
+
"layout.actions.clear": "Clear",
|
|
6
9
|
"shared.timePeriods.days": "{{count}} dag",
|
|
7
10
|
"shared.timePeriods.days_plural": "{{count}} dager",
|
|
8
11
|
"shared.timePeriods.hours": "{{count}} time",
|
package/translation.esm.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Abbrechen",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} Tag",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} Tage",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} Stunde",
|
package/translation.esm10.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalendarz",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Anuluj",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} dzień",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} dni",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} godzina",
|
package/translation.esm11.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendário",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Cancelar",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} dia",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} dias",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} hora",
|
package/translation.esm12.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Календарь",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Отменить",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} день",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} дня (-ей)",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} час",
|
package/translation.esm13.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendar",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Anulare",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} zi",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} zile",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} oră",
|
package/translation.esm14.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendario",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "1",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} día",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} días",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} hora",
|
package/translation.esm15.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Avbryt",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} dag",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} dagar",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} timme",
|
package/translation.esm16.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "カレンダー",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "キャンセル",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}}日",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}}日",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}}時間",
|
package/translation.esm17.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "ปฏิทิน",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "ยกเลิก",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} วัน",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} วัน",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} ชั่วโมง",
|
package/translation.esm2.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Annuller",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} dag",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} dage",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} time",
|
package/translation.esm3.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalendář",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Zrušit",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} den",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} dní",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} hodina",
|
package/translation.esm4.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Annuleren",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} dag",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} dagen",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} uur",
|
package/translation.esm5.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendrier",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Annuler",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} jour",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} jours",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} heure",
|
package/translation.esm6.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalenteri",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Peruuta",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} päivä",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} päivää",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} tunti",
|
package/translation.esm7.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Naptár",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Mégse",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} nap",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} nap",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} óra",
|
package/translation.esm8.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Calendario",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Annulla",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} giorno",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} giorni",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} ora",
|
package/translation.esm9.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
+
"dateTime.instant.now": "Now",
|
|
2
3
|
"dayRangePickerPopover.icon.tooltip.calendar": "Kalender",
|
|
4
|
+
"layout.actions.apply": "Apply",
|
|
3
5
|
"layout.actions.cancel": "Avbryt",
|
|
6
|
+
"layout.actions.clear": "Clear",
|
|
4
7
|
"shared.timePeriods.days": "{{count}} dag",
|
|
5
8
|
"shared.timePeriods.days_plural": "{{count}} dager",
|
|
6
9
|
"shared.timePeriods.hours": "{{count}} time",
|