@trackunit/custom-field-components 0.0.763 → 0.0.765
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.cjs.js +15 -15
- package/translation.cjs10.js +14 -14
- package/translation.cjs11.js +4 -4
- package/translation.cjs12.js +50 -50
- package/translation.cjs13.js +9 -9
- package/translation.cjs14.js +7 -7
- package/translation.cjs15.js +5 -5
- package/translation.cjs16.js +20 -20
- package/translation.cjs17.js +26 -26
- package/translation.cjs2.js +11 -11
- package/translation.cjs3.js +12 -12
- package/translation.cjs4.js +8 -8
- package/translation.cjs5.js +15 -15
- package/translation.cjs6.js +19 -19
- package/translation.cjs7.js +13 -13
- package/translation.cjs8.js +4 -4
- package/translation.cjs9.js +6 -6
- package/translation.esm.js +15 -15
- package/translation.esm10.js +14 -14
- package/translation.esm11.js +4 -4
- package/translation.esm12.js +50 -50
- package/translation.esm13.js +9 -9
- package/translation.esm14.js +7 -7
- package/translation.esm15.js +5 -5
- package/translation.esm16.js +20 -20
- package/translation.esm17.js +26 -26
- package/translation.esm2.js +11 -11
- package/translation.esm3.js +12 -12
- package/translation.esm4.js +8 -8
- package/translation.esm5.js +15 -15
- package/translation.esm6.js +19 -19
- package/translation.esm7.js +13 -13
- package/translation.esm8.js +4 -4
- package/translation.esm9.js +6 -6
package/translation.cjs2.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "hektar",
|
|
5
5
|
"customfield.unit.AMPERE": "A",
|
|
6
6
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
7
7
|
"customfield.unit.ARE": "a",
|
|
8
8
|
"customfield.unit.BAR": "bar",
|
|
9
|
-
"customfield.unit.CELSIUS": "°C",
|
|
9
|
+
"customfield.unit.CELSIUS": "° C",
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
11
|
"customfield.unit.CUBIC_FOOT": "ft³",
|
|
12
12
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
13
|
-
"customfield.unit.DAY": "
|
|
13
|
+
"customfield.unit.DAY": "dage",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
|
-
"customfield.unit.FAHRENHEIT": "°F",
|
|
15
|
+
"customfield.unit.FAHRENHEIT": "° F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
17
17
|
"customfield.unit.G_FORCE": "G",
|
|
18
18
|
"customfield.unit.GALLON_LIQUID": "gal",
|
|
@@ -20,7 +20,7 @@ var translation = {
|
|
|
20
20
|
"customfield.unit.GRAM": "g",
|
|
21
21
|
"customfield.unit.HECTARE": "ha",
|
|
22
22
|
"customfield.unit.HERTZ": "Hz",
|
|
23
|
-
"customfield.unit.HOUR": "
|
|
23
|
+
"customfield.unit.HOUR": "t",
|
|
24
24
|
"customfield.unit.INCH": "in",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "kg",
|
|
@@ -32,26 +32,26 @@ var translation = {
|
|
|
32
32
|
"customfield.unit.KILOWATT": "kW",
|
|
33
33
|
"customfield.unit.KILOWATT_HOUR": "kWh",
|
|
34
34
|
"customfield.unit.LITRE": "L",
|
|
35
|
-
"customfield.unit.LITRES_PER_HOUR": "
|
|
35
|
+
"customfield.unit.LITRES_PER_HOUR": "l/t",
|
|
36
36
|
"customfield.unit.METRE": "m",
|
|
37
37
|
"customfield.unit.METRE_PER_SECOND": "m/s",
|
|
38
38
|
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s²",
|
|
39
39
|
"customfield.unit.METRIC_TON": "ton",
|
|
40
|
-
"customfield.unit.MILE": "
|
|
40
|
+
"customfield.unit.MILE": "mil",
|
|
41
41
|
"customfield.unit.MILE_PER_HOUR": "mph",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
44
|
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
45
|
+
"customfield.unit.MONTH": "måneder",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
49
49
|
"customfield.unit.PERCENT": "%",
|
|
50
|
-
"customfield.unit.POUND": "
|
|
50
|
+
"customfield.unit.POUND": "pund",
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
52
|
"customfield.unit.POUND_PER_SECOND": "lb/s",
|
|
53
53
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
54
|
-
"customfield.unit.REVOLUTIONS_PER_MINUTE": "
|
|
54
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "o/m",
|
|
55
55
|
"customfield.unit.SECOND": "s",
|
|
56
56
|
"customfield.unit.SQUARE_FOOT": "ft²",
|
|
57
57
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
|
@@ -62,7 +62,7 @@ var translation = {
|
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
|
64
64
|
"customfield.unit.WEEK": "wk",
|
|
65
|
-
"customfield.unit.YARD": "
|
|
65
|
+
"customfield.unit.YARD": "yard",
|
|
66
66
|
"customfield.unit.YEAR": "years"
|
|
67
67
|
};
|
|
68
68
|
|
package/translation.cjs3.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "akr",
|
|
5
5
|
"customfield.unit.AMPERE": "A",
|
|
6
6
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
7
7
|
"customfield.unit.ARE": "a",
|
|
@@ -10,7 +10,7 @@ var translation = {
|
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
11
|
"customfield.unit.CUBIC_FOOT": "ft³",
|
|
12
12
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
13
|
-
"customfield.unit.DAY": "
|
|
13
|
+
"customfield.unit.DAY": "dny/dní",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -31,18 +31,18 @@ var translation = {
|
|
|
31
31
|
"customfield.unit.KILOPASCAL": "kPa",
|
|
32
32
|
"customfield.unit.KILOWATT": "kW",
|
|
33
33
|
"customfield.unit.KILOWATT_HOUR": "kWh",
|
|
34
|
-
"customfield.unit.LITRE": "
|
|
35
|
-
"customfield.unit.LITRES_PER_HOUR": "
|
|
34
|
+
"customfield.unit.LITRE": "l",
|
|
35
|
+
"customfield.unit.LITRES_PER_HOUR": "l/h",
|
|
36
36
|
"customfield.unit.METRE": "m",
|
|
37
37
|
"customfield.unit.METRE_PER_SECOND": "m/s",
|
|
38
38
|
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s²",
|
|
39
|
-
"customfield.unit.METRIC_TON": "
|
|
40
|
-
"customfield.unit.MILE": "
|
|
41
|
-
"customfield.unit.MILE_PER_HOUR": "
|
|
39
|
+
"customfield.unit.METRIC_TON": "tuna",
|
|
40
|
+
"customfield.unit.MILE": "míle",
|
|
41
|
+
"customfield.unit.MILE_PER_HOUR": "mil/h",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
44
|
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
45
|
+
"customfield.unit.MONTH": "měsíce",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
@@ -51,18 +51,18 @@ var translation = {
|
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
52
|
"customfield.unit.POUND_PER_SECOND": "lb/s",
|
|
53
53
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
54
|
-
"customfield.unit.REVOLUTIONS_PER_MINUTE": "
|
|
54
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "ot/min",
|
|
55
55
|
"customfield.unit.SECOND": "s",
|
|
56
56
|
"customfield.unit.SQUARE_FOOT": "ft²",
|
|
57
57
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
|
58
58
|
"customfield.unit.SQUARE_METRE": "m²",
|
|
59
|
-
"customfield.unit.TON": "
|
|
60
|
-
"customfield.unit.US_TON": "
|
|
59
|
+
"customfield.unit.TON": "tuna",
|
|
60
|
+
"customfield.unit.US_TON": "tuna (US)",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
|
64
64
|
"customfield.unit.WEEK": "wk",
|
|
65
|
-
"customfield.unit.YARD": "
|
|
65
|
+
"customfield.unit.YARD": "yard",
|
|
66
66
|
"customfield.unit.YEAR": "years"
|
|
67
67
|
};
|
|
68
68
|
|
package/translation.cjs4.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "are",
|
|
5
5
|
"customfield.unit.AMPERE": "A",
|
|
6
6
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
7
7
|
"customfield.unit.ARE": "a",
|
|
@@ -10,7 +10,7 @@ var translation = {
|
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
11
|
"customfield.unit.CUBIC_FOOT": "ft³",
|
|
12
12
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
13
|
-
"customfield.unit.DAY": "
|
|
13
|
+
"customfield.unit.DAY": "dagen",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -20,19 +20,19 @@ var translation = {
|
|
|
20
20
|
"customfield.unit.GRAM": "g",
|
|
21
21
|
"customfield.unit.HECTARE": "ha",
|
|
22
22
|
"customfield.unit.HERTZ": "Hz",
|
|
23
|
-
"customfield.unit.HOUR": "
|
|
24
|
-
"customfield.unit.INCH": "
|
|
23
|
+
"customfield.unit.HOUR": "u",
|
|
24
|
+
"customfield.unit.INCH": "inch",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "kg",
|
|
27
27
|
"customfield.unit.KILOGRAM_PER_HOUR": "kg/h",
|
|
28
28
|
"customfield.unit.KILOGRAM_PER_SECOND": "kg/s",
|
|
29
29
|
"customfield.unit.KILOMETRE": "km",
|
|
30
|
-
"customfield.unit.KILOMETRE_PER_HOUR": "km/
|
|
30
|
+
"customfield.unit.KILOMETRE_PER_HOUR": "km/u",
|
|
31
31
|
"customfield.unit.KILOPASCAL": "kPa",
|
|
32
32
|
"customfield.unit.KILOWATT": "kW",
|
|
33
33
|
"customfield.unit.KILOWATT_HOUR": "kWh",
|
|
34
34
|
"customfield.unit.LITRE": "L",
|
|
35
|
-
"customfield.unit.LITRES_PER_HOUR": "L/
|
|
35
|
+
"customfield.unit.LITRES_PER_HOUR": "L/u",
|
|
36
36
|
"customfield.unit.METRE": "m",
|
|
37
37
|
"customfield.unit.METRE_PER_SECOND": "m/s",
|
|
38
38
|
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s²",
|
|
@@ -42,7 +42,7 @@ var translation = {
|
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
44
|
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
45
|
+
"customfield.unit.MONTH": "maanden",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
@@ -51,7 +51,7 @@ var translation = {
|
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
52
|
"customfield.unit.POUND_PER_SECOND": "lb/s",
|
|
53
53
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
54
|
-
"customfield.unit.REVOLUTIONS_PER_MINUTE": "
|
|
54
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "tpm",
|
|
55
55
|
"customfield.unit.SECOND": "s",
|
|
56
56
|
"customfield.unit.SQUARE_FOOT": "ft²",
|
|
57
57
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
package/translation.cjs5.js
CHANGED
|
@@ -6,14 +6,14 @@ var translation = {
|
|
|
6
6
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
7
7
|
"customfield.unit.ARE": "a",
|
|
8
8
|
"customfield.unit.BAR": "bar",
|
|
9
|
-
"customfield.unit.CELSIUS": "°C",
|
|
9
|
+
"customfield.unit.CELSIUS": "° C",
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
|
-
"customfield.unit.CUBIC_FOOT": "
|
|
11
|
+
"customfield.unit.CUBIC_FOOT": "pi³",
|
|
12
12
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
13
|
-
"customfield.unit.DAY": "
|
|
13
|
+
"customfield.unit.DAY": "jours",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
|
-
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
|
-
"customfield.unit.FOOT": "
|
|
15
|
+
"customfield.unit.FAHRENHEIT": "° F",
|
|
16
|
+
"customfield.unit.FOOT": "pi",
|
|
17
17
|
"customfield.unit.G_FORCE": "G",
|
|
18
18
|
"customfield.unit.GALLON_LIQUID": "gal",
|
|
19
19
|
"customfield.unit.GALLONS_PER_HOUR": "gal/h",
|
|
@@ -21,7 +21,7 @@ var translation = {
|
|
|
21
21
|
"customfield.unit.HECTARE": "ha",
|
|
22
22
|
"customfield.unit.HERTZ": "Hz",
|
|
23
23
|
"customfield.unit.HOUR": "h",
|
|
24
|
-
"customfield.unit.INCH": "
|
|
24
|
+
"customfield.unit.INCH": "po",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "kg",
|
|
27
27
|
"customfield.unit.KILOGRAM_PER_HOUR": "kg/h",
|
|
@@ -31,18 +31,18 @@ var translation = {
|
|
|
31
31
|
"customfield.unit.KILOPASCAL": "kPa",
|
|
32
32
|
"customfield.unit.KILOWATT": "kW",
|
|
33
33
|
"customfield.unit.KILOWATT_HOUR": "kWh",
|
|
34
|
-
"customfield.unit.LITRE": "
|
|
35
|
-
"customfield.unit.LITRES_PER_HOUR": "
|
|
34
|
+
"customfield.unit.LITRE": "l",
|
|
35
|
+
"customfield.unit.LITRES_PER_HOUR": "l/h",
|
|
36
36
|
"customfield.unit.METRE": "m",
|
|
37
37
|
"customfield.unit.METRE_PER_SECOND": "m/s",
|
|
38
38
|
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s²",
|
|
39
|
-
"customfield.unit.METRIC_TON": "
|
|
39
|
+
"customfield.unit.METRIC_TON": "t",
|
|
40
40
|
"customfield.unit.MILE": "mi",
|
|
41
41
|
"customfield.unit.MILE_PER_HOUR": "mph",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
44
|
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
45
|
+
"customfield.unit.MONTH": "mois",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
@@ -51,19 +51,19 @@ var translation = {
|
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
52
|
"customfield.unit.POUND_PER_SECOND": "lb/s",
|
|
53
53
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
54
|
-
"customfield.unit.REVOLUTIONS_PER_MINUTE": "
|
|
54
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "tr/min",
|
|
55
55
|
"customfield.unit.SECOND": "s",
|
|
56
|
-
"customfield.unit.SQUARE_FOOT": "
|
|
56
|
+
"customfield.unit.SQUARE_FOOT": "pi²",
|
|
57
57
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
|
58
58
|
"customfield.unit.SQUARE_METRE": "m²",
|
|
59
|
-
"customfield.unit.TON": "
|
|
60
|
-
"customfield.unit.US_TON": "
|
|
59
|
+
"customfield.unit.TON": "t",
|
|
60
|
+
"customfield.unit.US_TON": "t (américaine)",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
|
64
64
|
"customfield.unit.WEEK": "wk",
|
|
65
65
|
"customfield.unit.YARD": "yd",
|
|
66
|
-
"customfield.unit.YEAR": "
|
|
66
|
+
"customfield.unit.YEAR": "années"
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
exports["default"] = translation;
|
package/translation.cjs6.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "eekkeri",
|
|
5
5
|
"customfield.unit.AMPERE": "A",
|
|
6
6
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
7
7
|
"customfield.unit.ARE": "a",
|
|
8
|
-
"customfield.unit.BAR": "
|
|
8
|
+
"customfield.unit.BAR": "baari",
|
|
9
9
|
"customfield.unit.CELSIUS": "°C",
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
|
-
"customfield.unit.CUBIC_FOOT": "
|
|
12
|
-
"customfield.unit.CUBIC_METRE": "
|
|
13
|
-
"customfield.unit.DAY": "
|
|
11
|
+
"customfield.unit.CUBIC_FOOT": "ft3",
|
|
12
|
+
"customfield.unit.CUBIC_METRE": "m3",
|
|
13
|
+
"customfield.unit.DAY": "päivää",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
|
-
"customfield.unit.FOOT": "
|
|
16
|
+
"customfield.unit.FOOT": "jalka",
|
|
17
17
|
"customfield.unit.G_FORCE": "G",
|
|
18
|
-
"customfield.unit.GALLON_LIQUID": "
|
|
18
|
+
"customfield.unit.GALLON_LIQUID": "gallona",
|
|
19
19
|
"customfield.unit.GALLONS_PER_HOUR": "gal/h",
|
|
20
20
|
"customfield.unit.GRAM": "g",
|
|
21
21
|
"customfield.unit.HECTARE": "ha",
|
|
22
22
|
"customfield.unit.HERTZ": "Hz",
|
|
23
23
|
"customfield.unit.HOUR": "h",
|
|
24
|
-
"customfield.unit.INCH": "
|
|
24
|
+
"customfield.unit.INCH": "tuumaa",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "kg",
|
|
27
27
|
"customfield.unit.KILOGRAM_PER_HOUR": "kg/h",
|
|
@@ -31,38 +31,38 @@ var translation = {
|
|
|
31
31
|
"customfield.unit.KILOPASCAL": "kPa",
|
|
32
32
|
"customfield.unit.KILOWATT": "kW",
|
|
33
33
|
"customfield.unit.KILOWATT_HOUR": "kWh",
|
|
34
|
-
"customfield.unit.LITRE": "
|
|
34
|
+
"customfield.unit.LITRE": "Litraa",
|
|
35
35
|
"customfield.unit.LITRES_PER_HOUR": "L/h",
|
|
36
36
|
"customfield.unit.METRE": "m",
|
|
37
37
|
"customfield.unit.METRE_PER_SECOND": "m/s",
|
|
38
|
-
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/
|
|
39
|
-
"customfield.unit.METRIC_TON": "
|
|
40
|
-
"customfield.unit.MILE": "
|
|
41
|
-
"customfield.unit.MILE_PER_HOUR": "
|
|
38
|
+
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s2",
|
|
39
|
+
"customfield.unit.METRIC_TON": "tonni",
|
|
40
|
+
"customfield.unit.MILE": "maili",
|
|
41
|
+
"customfield.unit.MILE_PER_HOUR": "mailia tunnissa",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
44
|
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
45
|
+
"customfield.unit.MONTH": "kuukautta",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
|
-
"customfield.unit.OUNCE": "
|
|
47
|
+
"customfield.unit.OUNCE": "unssi",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
49
49
|
"customfield.unit.PERCENT": "%",
|
|
50
|
-
"customfield.unit.POUND": "
|
|
50
|
+
"customfield.unit.POUND": "naula",
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
52
|
"customfield.unit.POUND_PER_SECOND": "lb/s",
|
|
53
53
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
54
|
-
"customfield.unit.REVOLUTIONS_PER_MINUTE": "
|
|
54
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "RPM",
|
|
55
55
|
"customfield.unit.SECOND": "s",
|
|
56
56
|
"customfield.unit.SQUARE_FOOT": "ft²",
|
|
57
57
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
|
58
58
|
"customfield.unit.SQUARE_METRE": "m²",
|
|
59
|
-
"customfield.unit.TON": "
|
|
59
|
+
"customfield.unit.TON": "tonni",
|
|
60
60
|
"customfield.unit.US_TON": "ton (US)",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
|
64
64
|
"customfield.unit.WEEK": "wk",
|
|
65
|
-
"customfield.unit.YARD": "
|
|
65
|
+
"customfield.unit.YARD": "jaardi",
|
|
66
66
|
"customfield.unit.YEAR": "years"
|
|
67
67
|
};
|
|
68
68
|
|
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.AMPERE": "A",
|
|
6
6
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
7
7
|
"customfield.unit.ARE": "a",
|
|
@@ -10,7 +10,7 @@ var translation = {
|
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
11
|
"customfield.unit.CUBIC_FOOT": "ft³",
|
|
12
12
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
13
|
-
"customfield.unit.DAY": "
|
|
13
|
+
"customfield.unit.DAY": "naponta",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -20,29 +20,29 @@ var translation = {
|
|
|
20
20
|
"customfield.unit.GRAM": "g",
|
|
21
21
|
"customfield.unit.HECTARE": "ha",
|
|
22
22
|
"customfield.unit.HERTZ": "Hz",
|
|
23
|
-
"customfield.unit.HOUR": "
|
|
23
|
+
"customfield.unit.HOUR": "ó",
|
|
24
24
|
"customfield.unit.INCH": "in",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "kg",
|
|
27
27
|
"customfield.unit.KILOGRAM_PER_HOUR": "kg/h",
|
|
28
|
-
"customfield.unit.KILOGRAM_PER_SECOND": "kg/
|
|
28
|
+
"customfield.unit.KILOGRAM_PER_SECOND": "kg/mp",
|
|
29
29
|
"customfield.unit.KILOMETRE": "km",
|
|
30
30
|
"customfield.unit.KILOMETRE_PER_HOUR": "km/h",
|
|
31
31
|
"customfield.unit.KILOPASCAL": "kPa",
|
|
32
32
|
"customfield.unit.KILOWATT": "kW",
|
|
33
33
|
"customfield.unit.KILOWATT_HOUR": "kWh",
|
|
34
|
-
"customfield.unit.LITRE": "
|
|
35
|
-
"customfield.unit.LITRES_PER_HOUR": "
|
|
34
|
+
"customfield.unit.LITRE": "l",
|
|
35
|
+
"customfield.unit.LITRES_PER_HOUR": "l/h",
|
|
36
36
|
"customfield.unit.METRE": "m",
|
|
37
37
|
"customfield.unit.METRE_PER_SECOND": "m/s",
|
|
38
38
|
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s²",
|
|
39
|
-
"customfield.unit.METRIC_TON": "
|
|
39
|
+
"customfield.unit.METRIC_TON": "tonna",
|
|
40
40
|
"customfield.unit.MILE": "mi",
|
|
41
41
|
"customfield.unit.MILE_PER_HOUR": "mph",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
|
-
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
44
|
+
"customfield.unit.MINUTE": "min.",
|
|
45
|
+
"customfield.unit.MONTH": "hónap",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
@@ -51,13 +51,13 @@ var translation = {
|
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
52
|
"customfield.unit.POUND_PER_SECOND": "lb/s",
|
|
53
53
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
54
|
-
"customfield.unit.REVOLUTIONS_PER_MINUTE": "
|
|
55
|
-
"customfield.unit.SECOND": "
|
|
54
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "fordulat/perc",
|
|
55
|
+
"customfield.unit.SECOND": "mp",
|
|
56
56
|
"customfield.unit.SQUARE_FOOT": "ft²",
|
|
57
57
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
|
58
58
|
"customfield.unit.SQUARE_METRE": "m²",
|
|
59
|
-
"customfield.unit.TON": "
|
|
60
|
-
"customfield.unit.US_TON": "
|
|
59
|
+
"customfield.unit.TON": "tonna",
|
|
60
|
+
"customfield.unit.US_TON": "tonna",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
package/translation.cjs8.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "acri",
|
|
5
5
|
"customfield.unit.AMPERE": "A",
|
|
6
6
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
7
7
|
"customfield.unit.ARE": "a",
|
|
@@ -10,7 +10,7 @@ var translation = {
|
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
11
|
"customfield.unit.CUBIC_FOOT": "ft³",
|
|
12
12
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
13
|
-
"customfield.unit.DAY": "
|
|
13
|
+
"customfield.unit.DAY": "giorni",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -42,7 +42,7 @@ var translation = {
|
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
44
|
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
45
|
+
"customfield.unit.MONTH": "mesi",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
@@ -57,7 +57,7 @@ var translation = {
|
|
|
57
57
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
|
58
58
|
"customfield.unit.SQUARE_METRE": "m²",
|
|
59
59
|
"customfield.unit.TON": "ton",
|
|
60
|
-
"customfield.unit.US_TON": "ton (
|
|
60
|
+
"customfield.unit.US_TON": "ton (Stati Uniti)",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
package/translation.cjs9.js
CHANGED
|
@@ -10,7 +10,7 @@ var translation = {
|
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
11
|
"customfield.unit.CUBIC_FOOT": "ft³",
|
|
12
12
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
13
|
-
"customfield.unit.DAY": "
|
|
13
|
+
"customfield.unit.DAY": "dager",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -20,7 +20,7 @@ var translation = {
|
|
|
20
20
|
"customfield.unit.GRAM": "g",
|
|
21
21
|
"customfield.unit.HECTARE": "ha",
|
|
22
22
|
"customfield.unit.HERTZ": "Hz",
|
|
23
|
-
"customfield.unit.HOUR": "
|
|
23
|
+
"customfield.unit.HOUR": "t",
|
|
24
24
|
"customfield.unit.INCH": "in",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "kg",
|
|
@@ -36,13 +36,13 @@ var translation = {
|
|
|
36
36
|
"customfield.unit.METRE": "m",
|
|
37
37
|
"customfield.unit.METRE_PER_SECOND": "m/s",
|
|
38
38
|
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s²",
|
|
39
|
-
"customfield.unit.METRIC_TON": "
|
|
39
|
+
"customfield.unit.METRIC_TON": "tonn",
|
|
40
40
|
"customfield.unit.MILE": "mi",
|
|
41
41
|
"customfield.unit.MILE_PER_HOUR": "mph",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
44
|
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
45
|
+
"customfield.unit.MONTH": "måneder",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
@@ -56,8 +56,8 @@ var translation = {
|
|
|
56
56
|
"customfield.unit.SQUARE_FOOT": "ft²",
|
|
57
57
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
|
58
58
|
"customfield.unit.SQUARE_METRE": "m²",
|
|
59
|
-
"customfield.unit.TON": "
|
|
60
|
-
"customfield.unit.US_TON": "
|
|
59
|
+
"customfield.unit.TON": "tonn",
|
|
60
|
+
"customfield.unit.US_TON": "tonn (USA)",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
package/translation.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"customfield.unit.ACRE": "
|
|
2
|
+
"customfield.unit.ACRE": "Acre",
|
|
3
3
|
"customfield.unit.AMPERE": "A",
|
|
4
4
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
5
5
|
"customfield.unit.ARE": "a",
|
|
@@ -8,7 +8,7 @@ var translation = {
|
|
|
8
8
|
"customfield.unit.CENTIMETRE": "cm",
|
|
9
9
|
"customfield.unit.CUBIC_FOOT": "ft³",
|
|
10
10
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
11
|
-
"customfield.unit.DAY": "
|
|
11
|
+
"customfield.unit.DAY": "Tagen",
|
|
12
12
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
13
13
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
14
14
|
"customfield.unit.FOOT": "ft",
|
|
@@ -18,29 +18,29 @@ var translation = {
|
|
|
18
18
|
"customfield.unit.GRAM": "g",
|
|
19
19
|
"customfield.unit.HECTARE": "ha",
|
|
20
20
|
"customfield.unit.HERTZ": "Hz",
|
|
21
|
-
"customfield.unit.HOUR": "
|
|
22
|
-
"customfield.unit.INCH": "
|
|
21
|
+
"customfield.unit.HOUR": "Std.",
|
|
22
|
+
"customfield.unit.INCH": "Zoll",
|
|
23
23
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
24
24
|
"customfield.unit.KILOGRAM": "kg",
|
|
25
25
|
"customfield.unit.KILOGRAM_PER_HOUR": "kg/h",
|
|
26
|
-
"customfield.unit.KILOGRAM_PER_SECOND": "kg/
|
|
26
|
+
"customfield.unit.KILOGRAM_PER_SECOND": "kg/Sek.",
|
|
27
27
|
"customfield.unit.KILOMETRE": "km",
|
|
28
28
|
"customfield.unit.KILOMETRE_PER_HOUR": "km/h",
|
|
29
29
|
"customfield.unit.KILOPASCAL": "kPa",
|
|
30
30
|
"customfield.unit.KILOWATT": "kW",
|
|
31
31
|
"customfield.unit.KILOWATT_HOUR": "kWh",
|
|
32
|
-
"customfield.unit.LITRE": "
|
|
33
|
-
"customfield.unit.LITRES_PER_HOUR": "
|
|
32
|
+
"customfield.unit.LITRE": "l",
|
|
33
|
+
"customfield.unit.LITRES_PER_HOUR": "Liter/Std.",
|
|
34
34
|
"customfield.unit.METRE": "m",
|
|
35
35
|
"customfield.unit.METRE_PER_SECOND": "m/s",
|
|
36
36
|
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s²",
|
|
37
|
-
"customfield.unit.METRIC_TON": "
|
|
37
|
+
"customfield.unit.METRIC_TON": "Tonne",
|
|
38
38
|
"customfield.unit.MILE": "mi",
|
|
39
39
|
"customfield.unit.MILE_PER_HOUR": "mph",
|
|
40
40
|
"customfield.unit.MILLIMETRE": "mm",
|
|
41
41
|
"customfield.unit.MILLISECOND": "ms",
|
|
42
42
|
"customfield.unit.MINUTE": "min",
|
|
43
|
-
"customfield.unit.MONTH": "
|
|
43
|
+
"customfield.unit.MONTH": "Monate",
|
|
44
44
|
"customfield.unit.NEWTON": "N",
|
|
45
45
|
"customfield.unit.OUNCE": "oz",
|
|
46
46
|
"customfield.unit.PASCAL": "Pa",
|
|
@@ -49,19 +49,19 @@ var translation = {
|
|
|
49
49
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
50
50
|
"customfield.unit.POUND_PER_SECOND": "lb/s",
|
|
51
51
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
52
|
-
"customfield.unit.REVOLUTIONS_PER_MINUTE": "
|
|
53
|
-
"customfield.unit.SECOND": "
|
|
52
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "U / min",
|
|
53
|
+
"customfield.unit.SECOND": "Sek.",
|
|
54
54
|
"customfield.unit.SQUARE_FOOT": "ft²",
|
|
55
55
|
"customfield.unit.SQUARE_KILOMETRE": "km²",
|
|
56
56
|
"customfield.unit.SQUARE_METRE": "m²",
|
|
57
|
-
"customfield.unit.TON": "
|
|
58
|
-
"customfield.unit.US_TON": "
|
|
57
|
+
"customfield.unit.TON": "Tonne",
|
|
58
|
+
"customfield.unit.US_TON": "Tonne (US)",
|
|
59
59
|
"customfield.unit.VOLT": "V",
|
|
60
60
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
61
61
|
"customfield.unit.WATT": "W",
|
|
62
62
|
"customfield.unit.WEEK": "wk",
|
|
63
|
-
"customfield.unit.YARD": "
|
|
64
|
-
"customfield.unit.YEAR": "
|
|
63
|
+
"customfield.unit.YARD": "Yard",
|
|
64
|
+
"customfield.unit.YEAR": "jahre"
|
|
65
65
|
};
|
|
66
66
|
|
|
67
67
|
export { translation as default };
|