@trackunit/custom-field-components 0.0.618 → 0.0.622
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/src/CustomField.d.ts +1 -1
- package/translation.cjs.js +40 -1
- package/translation.cjs10.js +40 -1
- package/translation.cjs11.js +40 -1
- package/translation.cjs12.js +40 -1
- package/translation.cjs13.js +40 -1
- package/translation.cjs14.js +40 -1
- package/translation.cjs15.js +40 -1
- package/translation.cjs16.js +40 -1
- package/translation.cjs17.js +40 -1
- package/translation.cjs2.js +40 -1
- package/translation.cjs3.js +40 -1
- package/translation.cjs4.js +40 -1
- package/translation.cjs5.js +40 -1
- package/translation.cjs6.js +40 -1
- package/translation.cjs7.js +40 -1
- package/translation.cjs8.js +40 -1
- package/translation.cjs9.js +40 -1
- package/translation.esm.js +40 -1
- package/translation.esm10.js +40 -1
- package/translation.esm11.js +40 -1
- package/translation.esm12.js +40 -1
- package/translation.esm13.js +40 -1
- package/translation.esm14.js +40 -1
- package/translation.esm15.js +40 -1
- package/translation.esm16.js +40 -1
- package/translation.esm17.js +40 -1
- package/translation.esm2.js +40 -1
- package/translation.esm3.js +40 -1
- package/translation.esm4.js +40 -1
- package/translation.esm5.js +40 -1
- package/translation.esm6.js +40 -1
- package/translation.esm7.js +40 -1
- package/translation.esm8.js +40 -1
- package/translation.esm9.js +40 -1
package/package.json
CHANGED
package/src/CustomField.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ interface CustomFieldProps {
|
|
|
26
26
|
/**
|
|
27
27
|
* (Optional) Specifies the unit system to be used (e.g., 'SI' or 'US_CUSTOMARY').
|
|
28
28
|
*/
|
|
29
|
-
unitPreference?: UnitPreference;
|
|
29
|
+
unitPreference?: UnitPreference | null;
|
|
30
30
|
/**
|
|
31
31
|
* (Optional) The language code to use for displaying field values and validation messages.
|
|
32
32
|
*/
|
package/translation.cjs.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs10.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "akr",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft3",
|
|
8
|
+
"customfield.unit.cubic_metre": "m3",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "h",
|
|
14
|
+
"customfield.unit.inch": "cal",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/h",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "l",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s2",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/godz.",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "t",
|
|
41
|
+
"customfield.unit.ton_us": "t (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs11.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs12.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs13.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs14.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs15.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs16.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs17.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs2.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs3.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs4.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|
package/translation.cjs5.js
CHANGED
|
@@ -1,7 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
|
|
4
|
+
"customfield.unit.acre": "acre",
|
|
5
|
+
"customfield.unit.bar": "bar",
|
|
6
|
+
"customfield.unit.centimetre": "cm",
|
|
7
|
+
"customfield.unit.cubic_foot": "ft³",
|
|
8
|
+
"customfield.unit.cubic_metre": "m³",
|
|
9
|
+
"customfield.unit.foot": "ft",
|
|
10
|
+
"customfield.unit.gallon_liquid": "gal",
|
|
11
|
+
"customfield.unit.gram": "g",
|
|
12
|
+
"customfield.unit.hectare": "ha",
|
|
13
|
+
"customfield.unit.hour": "hr",
|
|
14
|
+
"customfield.unit.inch": "in",
|
|
15
|
+
"customfield.unit.kilogram": "kg",
|
|
16
|
+
"customfield.unit.kilogram_per_hour": "kg/hr",
|
|
17
|
+
"customfield.unit.kilogram_per_second": "kg/s",
|
|
18
|
+
"customfield.unit.kilometre": "km",
|
|
19
|
+
"customfield.unit.kilometre_per_hour": "km/h",
|
|
20
|
+
"customfield.unit.kilopascal": "kPa",
|
|
21
|
+
"customfield.unit.kilowatt": "kW",
|
|
22
|
+
"customfield.unit.kilowatthour": "kWh",
|
|
23
|
+
"customfield.unit.litre": "L",
|
|
24
|
+
"customfield.unit.metre": "m",
|
|
25
|
+
"customfield.unit.metre_per_second": "m/s",
|
|
26
|
+
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
27
|
+
"customfield.unit.mile": "mi",
|
|
28
|
+
"customfield.unit.mile_per_hour": "mph",
|
|
29
|
+
"customfield.unit.millimetre": "mm",
|
|
30
|
+
"customfield.unit.newton": "N",
|
|
31
|
+
"customfield.unit.ounce": "oz",
|
|
32
|
+
"customfield.unit.pascal": "Pa",
|
|
33
|
+
"customfield.unit.pound": "lb",
|
|
34
|
+
"customfield.unit.pound_per_hour": "lb/hr",
|
|
35
|
+
"customfield.unit.pound_per_second": "lb/s",
|
|
36
|
+
"customfield.unit.pound_per_square_inch": "psi",
|
|
37
|
+
"customfield.unit.square_foot": "ft²",
|
|
38
|
+
"customfield.unit.square_kilometre": "km²",
|
|
39
|
+
"customfield.unit.square_metre": "m²",
|
|
40
|
+
"customfield.unit.ton": "ton",
|
|
41
|
+
"customfield.unit.ton_us": "ton (US)",
|
|
42
|
+
"customfield.unit.watt": "W",
|
|
43
|
+
"customfield.unit.yard": "yd"
|
|
5
44
|
};
|
|
6
45
|
|
|
7
46
|
exports["default"] = translation;
|