@trackunit/custom-field-components 0.0.712 → 0.0.714
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.cjs5.js +10 -10
- package/translation.cjs7.js +6 -6
- package/translation.esm5.js +10 -10
- package/translation.esm7.js +6 -6
package/package.json
CHANGED
package/translation.cjs5.js
CHANGED
|
@@ -5,23 +5,23 @@ var translation = {
|
|
|
5
5
|
"customfield.unit.amperehour": "Ah",
|
|
6
6
|
"customfield.unit.bar": "bar",
|
|
7
7
|
"customfield.unit.centimetre": "cm",
|
|
8
|
-
"customfield.unit.cubic_foot": "
|
|
8
|
+
"customfield.unit.cubic_foot": "pi³",
|
|
9
9
|
"customfield.unit.cubic_metre": "m³",
|
|
10
|
-
"customfield.unit.foot": "
|
|
10
|
+
"customfield.unit.foot": "pi",
|
|
11
11
|
"customfield.unit.gallon_liquid": "gal",
|
|
12
12
|
"customfield.unit.gram": "g",
|
|
13
13
|
"customfield.unit.hectare": "ha",
|
|
14
|
-
"customfield.unit.hour": "
|
|
15
|
-
"customfield.unit.inch": "
|
|
14
|
+
"customfield.unit.hour": "h",
|
|
15
|
+
"customfield.unit.inch": "po",
|
|
16
16
|
"customfield.unit.kilogram": "kg",
|
|
17
|
-
"customfield.unit.kilogram_per_hour": "kg/
|
|
17
|
+
"customfield.unit.kilogram_per_hour": "kg/h",
|
|
18
18
|
"customfield.unit.kilogram_per_second": "kg/s",
|
|
19
19
|
"customfield.unit.kilometre": "km",
|
|
20
20
|
"customfield.unit.kilometre_per_hour": "km/h",
|
|
21
21
|
"customfield.unit.kilopascal": "kPa",
|
|
22
22
|
"customfield.unit.kilowatt": "kW",
|
|
23
23
|
"customfield.unit.kilowatthour": "kWh",
|
|
24
|
-
"customfield.unit.litre": "
|
|
24
|
+
"customfield.unit.litre": "l",
|
|
25
25
|
"customfield.unit.metre": "m",
|
|
26
26
|
"customfield.unit.metre_per_second": "m/s",
|
|
27
27
|
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
@@ -32,14 +32,14 @@ var translation = {
|
|
|
32
32
|
"customfield.unit.ounce": "oz",
|
|
33
33
|
"customfield.unit.pascal": "Pa",
|
|
34
34
|
"customfield.unit.pound": "lb",
|
|
35
|
-
"customfield.unit.pound_per_hour": "lb/
|
|
35
|
+
"customfield.unit.pound_per_hour": "lb/h",
|
|
36
36
|
"customfield.unit.pound_per_second": "lb/s",
|
|
37
37
|
"customfield.unit.pound_per_square_inch": "psi",
|
|
38
|
-
"customfield.unit.square_foot": "
|
|
38
|
+
"customfield.unit.square_foot": "pi²",
|
|
39
39
|
"customfield.unit.square_kilometre": "km²",
|
|
40
40
|
"customfield.unit.square_metre": "m²",
|
|
41
|
-
"customfield.unit.ton": "
|
|
42
|
-
"customfield.unit.ton_us": "
|
|
41
|
+
"customfield.unit.ton": "t",
|
|
42
|
+
"customfield.unit.ton_us": "t (américaine)",
|
|
43
43
|
"customfield.unit.volt": "V",
|
|
44
44
|
"customfield.unit.watt": "W",
|
|
45
45
|
"customfield.unit.yard": "yd"
|
package/translation.cjs7.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.acre": "
|
|
4
|
+
"customfield.unit.acre": "hold",
|
|
5
5
|
"customfield.unit.amperehour": "Ah",
|
|
6
6
|
"customfield.unit.bar": "bar",
|
|
7
7
|
"customfield.unit.centimetre": "cm",
|
|
@@ -14,14 +14,14 @@ var translation = {
|
|
|
14
14
|
"customfield.unit.hour": "hr",
|
|
15
15
|
"customfield.unit.inch": "in",
|
|
16
16
|
"customfield.unit.kilogram": "kg",
|
|
17
|
-
"customfield.unit.kilogram_per_hour": "kg
|
|
18
|
-
"customfield.unit.kilogram_per_second": "kg/
|
|
17
|
+
"customfield.unit.kilogram_per_hour": "kg/ó",
|
|
18
|
+
"customfield.unit.kilogram_per_second": "kg/mp",
|
|
19
19
|
"customfield.unit.kilometre": "km",
|
|
20
20
|
"customfield.unit.kilometre_per_hour": "km/h",
|
|
21
21
|
"customfield.unit.kilopascal": "kPa",
|
|
22
22
|
"customfield.unit.kilowatt": "kW",
|
|
23
23
|
"customfield.unit.kilowatthour": "kWh",
|
|
24
|
-
"customfield.unit.litre": "
|
|
24
|
+
"customfield.unit.litre": "l",
|
|
25
25
|
"customfield.unit.metre": "m",
|
|
26
26
|
"customfield.unit.metre_per_second": "m/s",
|
|
27
27
|
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
@@ -38,8 +38,8 @@ var translation = {
|
|
|
38
38
|
"customfield.unit.square_foot": "ft²",
|
|
39
39
|
"customfield.unit.square_kilometre": "km²",
|
|
40
40
|
"customfield.unit.square_metre": "m²",
|
|
41
|
-
"customfield.unit.ton": "
|
|
42
|
-
"customfield.unit.ton_us": "
|
|
41
|
+
"customfield.unit.ton": "tonna",
|
|
42
|
+
"customfield.unit.ton_us": "tonna",
|
|
43
43
|
"customfield.unit.volt": "V",
|
|
44
44
|
"customfield.unit.watt": "W",
|
|
45
45
|
"customfield.unit.yard": "yd"
|
package/translation.esm5.js
CHANGED
|
@@ -3,23 +3,23 @@ var translation = {
|
|
|
3
3
|
"customfield.unit.amperehour": "Ah",
|
|
4
4
|
"customfield.unit.bar": "bar",
|
|
5
5
|
"customfield.unit.centimetre": "cm",
|
|
6
|
-
"customfield.unit.cubic_foot": "
|
|
6
|
+
"customfield.unit.cubic_foot": "pi³",
|
|
7
7
|
"customfield.unit.cubic_metre": "m³",
|
|
8
|
-
"customfield.unit.foot": "
|
|
8
|
+
"customfield.unit.foot": "pi",
|
|
9
9
|
"customfield.unit.gallon_liquid": "gal",
|
|
10
10
|
"customfield.unit.gram": "g",
|
|
11
11
|
"customfield.unit.hectare": "ha",
|
|
12
|
-
"customfield.unit.hour": "
|
|
13
|
-
"customfield.unit.inch": "
|
|
12
|
+
"customfield.unit.hour": "h",
|
|
13
|
+
"customfield.unit.inch": "po",
|
|
14
14
|
"customfield.unit.kilogram": "kg",
|
|
15
|
-
"customfield.unit.kilogram_per_hour": "kg/
|
|
15
|
+
"customfield.unit.kilogram_per_hour": "kg/h",
|
|
16
16
|
"customfield.unit.kilogram_per_second": "kg/s",
|
|
17
17
|
"customfield.unit.kilometre": "km",
|
|
18
18
|
"customfield.unit.kilometre_per_hour": "km/h",
|
|
19
19
|
"customfield.unit.kilopascal": "kPa",
|
|
20
20
|
"customfield.unit.kilowatt": "kW",
|
|
21
21
|
"customfield.unit.kilowatthour": "kWh",
|
|
22
|
-
"customfield.unit.litre": "
|
|
22
|
+
"customfield.unit.litre": "l",
|
|
23
23
|
"customfield.unit.metre": "m",
|
|
24
24
|
"customfield.unit.metre_per_second": "m/s",
|
|
25
25
|
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
@@ -30,14 +30,14 @@ var translation = {
|
|
|
30
30
|
"customfield.unit.ounce": "oz",
|
|
31
31
|
"customfield.unit.pascal": "Pa",
|
|
32
32
|
"customfield.unit.pound": "lb",
|
|
33
|
-
"customfield.unit.pound_per_hour": "lb/
|
|
33
|
+
"customfield.unit.pound_per_hour": "lb/h",
|
|
34
34
|
"customfield.unit.pound_per_second": "lb/s",
|
|
35
35
|
"customfield.unit.pound_per_square_inch": "psi",
|
|
36
|
-
"customfield.unit.square_foot": "
|
|
36
|
+
"customfield.unit.square_foot": "pi²",
|
|
37
37
|
"customfield.unit.square_kilometre": "km²",
|
|
38
38
|
"customfield.unit.square_metre": "m²",
|
|
39
|
-
"customfield.unit.ton": "
|
|
40
|
-
"customfield.unit.ton_us": "
|
|
39
|
+
"customfield.unit.ton": "t",
|
|
40
|
+
"customfield.unit.ton_us": "t (américaine)",
|
|
41
41
|
"customfield.unit.volt": "V",
|
|
42
42
|
"customfield.unit.watt": "W",
|
|
43
43
|
"customfield.unit.yard": "yd"
|
package/translation.esm7.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"customfield.unit.acre": "
|
|
2
|
+
"customfield.unit.acre": "hold",
|
|
3
3
|
"customfield.unit.amperehour": "Ah",
|
|
4
4
|
"customfield.unit.bar": "bar",
|
|
5
5
|
"customfield.unit.centimetre": "cm",
|
|
@@ -12,14 +12,14 @@ var translation = {
|
|
|
12
12
|
"customfield.unit.hour": "hr",
|
|
13
13
|
"customfield.unit.inch": "in",
|
|
14
14
|
"customfield.unit.kilogram": "kg",
|
|
15
|
-
"customfield.unit.kilogram_per_hour": "kg
|
|
16
|
-
"customfield.unit.kilogram_per_second": "kg/
|
|
15
|
+
"customfield.unit.kilogram_per_hour": "kg/ó",
|
|
16
|
+
"customfield.unit.kilogram_per_second": "kg/mp",
|
|
17
17
|
"customfield.unit.kilometre": "km",
|
|
18
18
|
"customfield.unit.kilometre_per_hour": "km/h",
|
|
19
19
|
"customfield.unit.kilopascal": "kPa",
|
|
20
20
|
"customfield.unit.kilowatt": "kW",
|
|
21
21
|
"customfield.unit.kilowatthour": "kWh",
|
|
22
|
-
"customfield.unit.litre": "
|
|
22
|
+
"customfield.unit.litre": "l",
|
|
23
23
|
"customfield.unit.metre": "m",
|
|
24
24
|
"customfield.unit.metre_per_second": "m/s",
|
|
25
25
|
"customfield.unit.metre_per_second_squared": "m/s²",
|
|
@@ -36,8 +36,8 @@ var translation = {
|
|
|
36
36
|
"customfield.unit.square_foot": "ft²",
|
|
37
37
|
"customfield.unit.square_kilometre": "km²",
|
|
38
38
|
"customfield.unit.square_metre": "m²",
|
|
39
|
-
"customfield.unit.ton": "
|
|
40
|
-
"customfield.unit.ton_us": "
|
|
39
|
+
"customfield.unit.ton": "tonna",
|
|
40
|
+
"customfield.unit.ton_us": "tonna",
|
|
41
41
|
"customfield.unit.volt": "V",
|
|
42
42
|
"customfield.unit.watt": "W",
|
|
43
43
|
"customfield.unit.yard": "yd"
|