@trackunit/custom-field-components 0.0.778 → 0.0.780
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 +2 -2
- package/translation.cjs.js +2 -2
- package/translation.cjs12.js +4 -4
- package/translation.cjs9.js +2 -2
- package/translation.esm.js +2 -2
- package/translation.esm12.js +4 -4
- package/translation.esm9.js +2 -2
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/custom-field-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.780",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
7
|
+
"node": ">=20.x"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@trackunit/react-form-components": "*",
|
package/translation.cjs.js
CHANGED
|
@@ -24,7 +24,7 @@ var translation = {
|
|
|
24
24
|
"customfield.unit.INCH": "Zoll",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "kg",
|
|
27
|
-
"customfield.unit.KILOGRAM_PER_HOUR": "kg/
|
|
27
|
+
"customfield.unit.KILOGRAM_PER_HOUR": "kg/Std.",
|
|
28
28
|
"customfield.unit.KILOGRAM_PER_SECOND": "kg/Sek.",
|
|
29
29
|
"customfield.unit.KILOMETRE": "km",
|
|
30
30
|
"customfield.unit.KILOMETRE_PER_HOUR": "km/h",
|
|
@@ -61,7 +61,7 @@ var translation = {
|
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
|
64
|
-
"customfield.unit.WEEK": "
|
|
64
|
+
"customfield.unit.WEEK": "W.",
|
|
65
65
|
"customfield.unit.YARD": "Yard",
|
|
66
66
|
"customfield.unit.YEAR": "jahre"
|
|
67
67
|
};
|
package/translation.cjs12.js
CHANGED
|
@@ -24,7 +24,7 @@ var translation = {
|
|
|
24
24
|
"customfield.unit.INCH": "дюйм",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "кг",
|
|
27
|
-
"customfield.unit.KILOGRAM_PER_HOUR": "
|
|
27
|
+
"customfield.unit.KILOGRAM_PER_HOUR": "кг/ч",
|
|
28
28
|
"customfield.unit.KILOGRAM_PER_SECOND": "кг/c",
|
|
29
29
|
"customfield.unit.KILOMETRE": "км",
|
|
30
30
|
"customfield.unit.KILOMETRE_PER_HOUR": "км/ч",
|
|
@@ -40,7 +40,7 @@ var translation = {
|
|
|
40
40
|
"customfield.unit.MILE": "миль",
|
|
41
41
|
"customfield.unit.MILE_PER_HOUR": "миль/ч",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "мм",
|
|
43
|
-
"customfield.unit.MILLISECOND": "
|
|
43
|
+
"customfield.unit.MILLISECOND": "мс",
|
|
44
44
|
"customfield.unit.MINUTE": "мин.",
|
|
45
45
|
"customfield.unit.MONTH": "месяца",
|
|
46
46
|
"customfield.unit.NEWTON": "Н",
|
|
@@ -61,9 +61,9 @@ var translation = {
|
|
|
61
61
|
"customfield.unit.VOLT": "В",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "ВА",
|
|
63
63
|
"customfield.unit.WATT": "Вт",
|
|
64
|
-
"customfield.unit.WEEK": "
|
|
64
|
+
"customfield.unit.WEEK": "нед",
|
|
65
65
|
"customfield.unit.YARD": "ярд",
|
|
66
|
-
"customfield.unit.YEAR": "
|
|
66
|
+
"customfield.unit.YEAR": "лет"
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
exports["default"] = translation;
|
package/translation.cjs9.js
CHANGED
|
@@ -61,9 +61,9 @@ var translation = {
|
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
|
64
|
-
"customfield.unit.WEEK": "
|
|
64
|
+
"customfield.unit.WEEK": "uke",
|
|
65
65
|
"customfield.unit.YARD": "yd",
|
|
66
|
-
"customfield.unit.YEAR": "
|
|
66
|
+
"customfield.unit.YEAR": "år"
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
exports["default"] = translation;
|
package/translation.esm.js
CHANGED
|
@@ -22,7 +22,7 @@ var translation = {
|
|
|
22
22
|
"customfield.unit.INCH": "Zoll",
|
|
23
23
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
24
24
|
"customfield.unit.KILOGRAM": "kg",
|
|
25
|
-
"customfield.unit.KILOGRAM_PER_HOUR": "kg/
|
|
25
|
+
"customfield.unit.KILOGRAM_PER_HOUR": "kg/Std.",
|
|
26
26
|
"customfield.unit.KILOGRAM_PER_SECOND": "kg/Sek.",
|
|
27
27
|
"customfield.unit.KILOMETRE": "km",
|
|
28
28
|
"customfield.unit.KILOMETRE_PER_HOUR": "km/h",
|
|
@@ -59,7 +59,7 @@ var translation = {
|
|
|
59
59
|
"customfield.unit.VOLT": "V",
|
|
60
60
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
61
61
|
"customfield.unit.WATT": "W",
|
|
62
|
-
"customfield.unit.WEEK": "
|
|
62
|
+
"customfield.unit.WEEK": "W.",
|
|
63
63
|
"customfield.unit.YARD": "Yard",
|
|
64
64
|
"customfield.unit.YEAR": "jahre"
|
|
65
65
|
};
|
package/translation.esm12.js
CHANGED
|
@@ -22,7 +22,7 @@ var translation = {
|
|
|
22
22
|
"customfield.unit.INCH": "дюйм",
|
|
23
23
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
24
24
|
"customfield.unit.KILOGRAM": "кг",
|
|
25
|
-
"customfield.unit.KILOGRAM_PER_HOUR": "
|
|
25
|
+
"customfield.unit.KILOGRAM_PER_HOUR": "кг/ч",
|
|
26
26
|
"customfield.unit.KILOGRAM_PER_SECOND": "кг/c",
|
|
27
27
|
"customfield.unit.KILOMETRE": "км",
|
|
28
28
|
"customfield.unit.KILOMETRE_PER_HOUR": "км/ч",
|
|
@@ -38,7 +38,7 @@ var translation = {
|
|
|
38
38
|
"customfield.unit.MILE": "миль",
|
|
39
39
|
"customfield.unit.MILE_PER_HOUR": "миль/ч",
|
|
40
40
|
"customfield.unit.MILLIMETRE": "мм",
|
|
41
|
-
"customfield.unit.MILLISECOND": "
|
|
41
|
+
"customfield.unit.MILLISECOND": "мс",
|
|
42
42
|
"customfield.unit.MINUTE": "мин.",
|
|
43
43
|
"customfield.unit.MONTH": "месяца",
|
|
44
44
|
"customfield.unit.NEWTON": "Н",
|
|
@@ -59,9 +59,9 @@ var translation = {
|
|
|
59
59
|
"customfield.unit.VOLT": "В",
|
|
60
60
|
"customfield.unit.VOLT_AMPERE": "ВА",
|
|
61
61
|
"customfield.unit.WATT": "Вт",
|
|
62
|
-
"customfield.unit.WEEK": "
|
|
62
|
+
"customfield.unit.WEEK": "нед",
|
|
63
63
|
"customfield.unit.YARD": "ярд",
|
|
64
|
-
"customfield.unit.YEAR": "
|
|
64
|
+
"customfield.unit.YEAR": "лет"
|
|
65
65
|
};
|
|
66
66
|
|
|
67
67
|
export { translation as default };
|
package/translation.esm9.js
CHANGED
|
@@ -59,9 +59,9 @@ var translation = {
|
|
|
59
59
|
"customfield.unit.VOLT": "V",
|
|
60
60
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
61
61
|
"customfield.unit.WATT": "W",
|
|
62
|
-
"customfield.unit.WEEK": "
|
|
62
|
+
"customfield.unit.WEEK": "uke",
|
|
63
63
|
"customfield.unit.YARD": "yd",
|
|
64
|
-
"customfield.unit.YEAR": "
|
|
64
|
+
"customfield.unit.YEAR": "år"
|
|
65
65
|
};
|
|
66
66
|
|
|
67
67
|
export { translation as default };
|