@trackunit/custom-field-components 0.0.763 → 0.0.764
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 +49 -49
- package/translation.cjs13.js +9 -9
- package/translation.cjs14.js +6 -6
- package/translation.cjs15.js +5 -5
- package/translation.cjs16.js +21 -21
- package/translation.cjs17.js +26 -26
- package/translation.cjs2.js +10 -10
- 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 +49 -49
- package/translation.esm13.js +9 -9
- package/translation.esm14.js +6 -6
- package/translation.esm15.js +5 -5
- package/translation.esm16.js +21 -21
- package/translation.esm17.js +26 -26
- package/translation.esm2.js +10 -10
- 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/package.json
CHANGED
package/translation.cjs.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "Acre",
|
|
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": "Tagen",
|
|
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": "
|
|
24
|
-
"customfield.unit.INCH": "
|
|
23
|
+
"customfield.unit.HOUR": "Std.",
|
|
24
|
+
"customfield.unit.INCH": "Zoll",
|
|
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/Sek.",
|
|
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": "Liter/Std.",
|
|
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": "Tonne",
|
|
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": "Monate",
|
|
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": "
|
|
55
|
-
"customfield.unit.SECOND": "
|
|
54
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "U / min",
|
|
55
|
+
"customfield.unit.SECOND": "Sek.",
|
|
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": "Tonne",
|
|
60
|
+
"customfield.unit.US_TON": "Tonne (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": "
|
|
66
|
-
"customfield.unit.YEAR": "
|
|
65
|
+
"customfield.unit.YARD": "Yard",
|
|
66
|
+
"customfield.unit.YEAR": "jahre"
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
exports["default"] = translation;
|
package/translation.cjs10.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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",
|
|
8
8
|
"customfield.unit.BAR": "bar",
|
|
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": "dni",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -20,8 +20,8 @@ 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": "godz.",
|
|
24
|
+
"customfield.unit.INCH": "cal",
|
|
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
|
-
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/
|
|
39
|
-
"customfield.unit.METRIC_TON": "
|
|
38
|
+
"customfield.unit.METRE_PER_SECOND_SQUARED": "m/s2",
|
|
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
|
-
"customfield.unit.MINUTE": "min",
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
44
|
+
"customfield.unit.MINUTE": "min.",
|
|
45
|
+
"customfield.unit.MONTH": "miesiące",
|
|
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": "t",
|
|
60
|
+
"customfield.unit.US_TON": "t (US)",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
package/translation.cjs11.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": "dias",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -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": "pol",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
26
|
"customfield.unit.KILOGRAM": "kg",
|
|
27
27
|
"customfield.unit.KILOGRAM_PER_HOUR": "kg/h",
|
|
@@ -41,8 +41,8 @@ var translation = {
|
|
|
41
41
|
"customfield.unit.MILE_PER_HOUR": "mph",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
|
-
"customfield.unit.MINUTE": "
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
44
|
+
"customfield.unit.MINUTE": "mín",
|
|
45
|
+
"customfield.unit.MONTH": "meses",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
package/translation.cjs12.js
CHANGED
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
5
|
-
"customfield.unit.AMPERE": "
|
|
4
|
+
"customfield.unit.ACRE": "акр",
|
|
5
|
+
"customfield.unit.AMPERE": "А",
|
|
6
6
|
"customfield.unit.AMPERE_HOUR": "Ah",
|
|
7
7
|
"customfield.unit.ARE": "a",
|
|
8
|
-
"customfield.unit.BAR": "
|
|
8
|
+
"customfield.unit.BAR": "бар",
|
|
9
9
|
"customfield.unit.CELSIUS": "°C",
|
|
10
|
-
"customfield.unit.CENTIMETRE": "
|
|
11
|
-
"customfield.unit.CUBIC_FOOT": "
|
|
12
|
-
"customfield.unit.CUBIC_METRE": "
|
|
13
|
-
"customfield.unit.DAY": "
|
|
10
|
+
"customfield.unit.CENTIMETRE": "см",
|
|
11
|
+
"customfield.unit.CUBIC_FOOT": "фт³",
|
|
12
|
+
"customfield.unit.CUBIC_METRE": "м³",
|
|
13
|
+
"customfield.unit.DAY": "дней",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
|
-
"customfield.unit.FOOT": "
|
|
16
|
+
"customfield.unit.FOOT": "фут",
|
|
17
17
|
"customfield.unit.G_FORCE": "G",
|
|
18
|
-
"customfield.unit.GALLON_LIQUID": "
|
|
18
|
+
"customfield.unit.GALLON_LIQUID": "гал",
|
|
19
19
|
"customfield.unit.GALLONS_PER_HOUR": "gal/h",
|
|
20
|
-
"customfield.unit.GRAM": "
|
|
21
|
-
"customfield.unit.HECTARE": "
|
|
22
|
-
"customfield.unit.HERTZ": "
|
|
23
|
-
"customfield.unit.HOUR": "
|
|
24
|
-
"customfield.unit.INCH": "
|
|
20
|
+
"customfield.unit.GRAM": "г",
|
|
21
|
+
"customfield.unit.HECTARE": "га",
|
|
22
|
+
"customfield.unit.HERTZ": "Гц",
|
|
23
|
+
"customfield.unit.HOUR": "ч",
|
|
24
|
+
"customfield.unit.INCH": "дюйм",
|
|
25
25
|
"customfield.unit.INCHES_OF_WATER": "inAq",
|
|
26
|
-
"customfield.unit.KILOGRAM": "
|
|
26
|
+
"customfield.unit.KILOGRAM": "кг",
|
|
27
27
|
"customfield.unit.KILOGRAM_PER_HOUR": "kg/h",
|
|
28
|
-
"customfield.unit.KILOGRAM_PER_SECOND": "
|
|
29
|
-
"customfield.unit.KILOMETRE": "
|
|
30
|
-
"customfield.unit.KILOMETRE_PER_HOUR": "
|
|
31
|
-
"customfield.unit.KILOPASCAL": "
|
|
32
|
-
"customfield.unit.KILOWATT": "
|
|
33
|
-
"customfield.unit.KILOWATT_HOUR": "
|
|
34
|
-
"customfield.unit.LITRE": "
|
|
35
|
-
"customfield.unit.LITRES_PER_HOUR": "
|
|
36
|
-
"customfield.unit.METRE": "
|
|
37
|
-
"customfield.unit.METRE_PER_SECOND": "
|
|
38
|
-
"customfield.unit.METRE_PER_SECOND_SQUARED": "
|
|
39
|
-
"customfield.unit.METRIC_TON": "
|
|
40
|
-
"customfield.unit.MILE": "
|
|
41
|
-
"customfield.unit.MILE_PER_HOUR": "
|
|
42
|
-
"customfield.unit.MILLIMETRE": "
|
|
28
|
+
"customfield.unit.KILOGRAM_PER_SECOND": "кг/c",
|
|
29
|
+
"customfield.unit.KILOMETRE": "км",
|
|
30
|
+
"customfield.unit.KILOMETRE_PER_HOUR": "км/ч",
|
|
31
|
+
"customfield.unit.KILOPASCAL": "кПа",
|
|
32
|
+
"customfield.unit.KILOWATT": "кВт",
|
|
33
|
+
"customfield.unit.KILOWATT_HOUR": "кВт⋅ч",
|
|
34
|
+
"customfield.unit.LITRE": "л",
|
|
35
|
+
"customfield.unit.LITRES_PER_HOUR": "л/ч",
|
|
36
|
+
"customfield.unit.METRE": "м",
|
|
37
|
+
"customfield.unit.METRE_PER_SECOND": "м/с",
|
|
38
|
+
"customfield.unit.METRE_PER_SECOND_SQUARED": "м/с²",
|
|
39
|
+
"customfield.unit.METRIC_TON": "тонна",
|
|
40
|
+
"customfield.unit.MILE": "миль",
|
|
41
|
+
"customfield.unit.MILE_PER_HOUR": "миль/ч",
|
|
42
|
+
"customfield.unit.MILLIMETRE": "мм",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
|
-
"customfield.unit.MINUTE": "
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
46
|
-
"customfield.unit.NEWTON": "
|
|
47
|
-
"customfield.unit.OUNCE": "
|
|
48
|
-
"customfield.unit.PASCAL": "
|
|
44
|
+
"customfield.unit.MINUTE": "мин.",
|
|
45
|
+
"customfield.unit.MONTH": "месяца",
|
|
46
|
+
"customfield.unit.NEWTON": "Н",
|
|
47
|
+
"customfield.unit.OUNCE": "унция",
|
|
48
|
+
"customfield.unit.PASCAL": "Па",
|
|
49
49
|
"customfield.unit.PERCENT": "%",
|
|
50
|
-
"customfield.unit.POUND": "
|
|
50
|
+
"customfield.unit.POUND": "фунт",
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
|
-
"customfield.unit.POUND_PER_SECOND": "
|
|
53
|
-
"customfield.unit.POUND_PER_SQUARE_INCH": "
|
|
54
|
-
"customfield.unit.REVOLUTIONS_PER_MINUTE": "
|
|
55
|
-
"customfield.unit.SECOND": "
|
|
56
|
-
"customfield.unit.SQUARE_FOOT": "
|
|
57
|
-
"customfield.unit.SQUARE_KILOMETRE": "
|
|
58
|
-
"customfield.unit.SQUARE_METRE": "
|
|
59
|
-
"customfield.unit.TON": "
|
|
60
|
-
"customfield.unit.US_TON": "
|
|
61
|
-
"customfield.unit.VOLT": "
|
|
62
|
-
"customfield.unit.VOLT_AMPERE": "
|
|
63
|
-
"customfield.unit.WATT": "
|
|
52
|
+
"customfield.unit.POUND_PER_SECOND": "фунт/с",
|
|
53
|
+
"customfield.unit.POUND_PER_SQUARE_INCH": "фунт/кв. дюйм",
|
|
54
|
+
"customfield.unit.REVOLUTIONS_PER_MINUTE": "об/мин",
|
|
55
|
+
"customfield.unit.SECOND": "с",
|
|
56
|
+
"customfield.unit.SQUARE_FOOT": "фт²",
|
|
57
|
+
"customfield.unit.SQUARE_KILOMETRE": "км²",
|
|
58
|
+
"customfield.unit.SQUARE_METRE": "м²",
|
|
59
|
+
"customfield.unit.TON": "тонна",
|
|
60
|
+
"customfield.unit.US_TON": "тонна (США)",
|
|
61
|
+
"customfield.unit.VOLT": "В",
|
|
62
|
+
"customfield.unit.VOLT_AMPERE": "ВА",
|
|
63
|
+
"customfield.unit.WATT": "Вт",
|
|
64
64
|
"customfield.unit.WEEK": "wk",
|
|
65
|
-
"customfield.unit.YARD": "
|
|
65
|
+
"customfield.unit.YARD": "ярд",
|
|
66
66
|
"customfield.unit.YEAR": "years"
|
|
67
67
|
};
|
|
68
68
|
|
package/translation.cjs13.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "acru",
|
|
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": "zile",
|
|
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": "
|
|
39
|
+
"customfield.unit.METRIC_TON": "tonă",
|
|
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": "luni",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
@@ -56,13 +56,13 @@ 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": "tonă",
|
|
60
|
+
"customfield.unit.US_TON": "tonă (SUA)",
|
|
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.cjs14.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": "días",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -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": "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
|
-
"customfield.unit.MINUTE": "
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
44
|
+
"customfield.unit.MINUTE": "mín.",
|
|
45
|
+
"customfield.unit.MONTH": "meses",
|
|
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": "t",
|
|
60
|
+
"customfield.unit.US_TON": "t (EE. UU.)",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
63
|
"customfield.unit.WATT": "W",
|
package/translation.cjs15.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": "dagar",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -31,8 +31,8 @@ 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²",
|
|
@@ -41,8 +41,8 @@ var translation = {
|
|
|
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": "månader",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
47
|
"customfield.unit.OUNCE": "oz",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
package/translation.cjs16.js
CHANGED
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "エーカー",
|
|
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
9
|
"customfield.unit.CELSIUS": "°C",
|
|
10
10
|
"customfield.unit.CENTIMETRE": "cm",
|
|
11
|
-
"customfield.unit.CUBIC_FOOT": "
|
|
11
|
+
"customfield.unit.CUBIC_FOOT": "立方フィート",
|
|
12
12
|
"customfield.unit.CUBIC_METRE": "m³",
|
|
13
|
-
"customfield.unit.DAY": "
|
|
13
|
+
"customfield.unit.DAY": "日間",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
|
-
"customfield.unit.FOOT": "
|
|
16
|
+
"customfield.unit.FOOT": "フィート",
|
|
17
17
|
"customfield.unit.G_FORCE": "G",
|
|
18
18
|
"customfield.unit.GALLON_LIQUID": "gal",
|
|
19
19
|
"customfield.unit.GALLONS_PER_HOUR": "gal/h",
|
|
20
20
|
"customfield.unit.GRAM": "g",
|
|
21
|
-
"customfield.unit.HECTARE": "
|
|
21
|
+
"customfield.unit.HECTARE": " ヘクタール",
|
|
22
22
|
"customfield.unit.HERTZ": "Hz",
|
|
23
23
|
"customfield.unit.HOUR": "h",
|
|
24
|
-
"customfield.unit.INCH": "
|
|
24
|
+
"customfield.unit.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
|
-
"customfield.unit.KILOGRAM_PER_SECOND": "kg
|
|
28
|
+
"customfield.unit.KILOGRAM_PER_SECOND": "kg/秒",
|
|
29
29
|
"customfield.unit.KILOMETRE": "km",
|
|
30
|
-
"customfield.unit.KILOMETRE_PER_HOUR": "km
|
|
30
|
+
"customfield.unit.KILOMETRE_PER_HOUR": "km/時間",
|
|
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/時間",
|
|
36
36
|
"customfield.unit.METRE": "m",
|
|
37
|
-
"customfield.unit.METRE_PER_SECOND": "m
|
|
38
|
-
"customfield.unit.METRE_PER_SECOND_SQUARED": "
|
|
39
|
-
"customfield.unit.METRIC_TON": "
|
|
40
|
-
"customfield.unit.MILE": "
|
|
37
|
+
"customfield.unit.METRE_PER_SECOND": "m/秒",
|
|
38
|
+
"customfield.unit.METRE_PER_SECOND_SQUARED": "メートル毎秒毎秒",
|
|
39
|
+
"customfield.unit.METRIC_TON": "トン",
|
|
40
|
+
"customfield.unit.MILE": "マイル",
|
|
41
41
|
"customfield.unit.MILE_PER_HOUR": "mph",
|
|
42
42
|
"customfield.unit.MILLIMETRE": "mm",
|
|
43
43
|
"customfield.unit.MILLISECOND": "ms",
|
|
44
|
-
"customfield.unit.MINUTE": "
|
|
44
|
+
"customfield.unit.MINUTE": "最小",
|
|
45
45
|
"customfield.unit.MONTH": "months",
|
|
46
46
|
"customfield.unit.NEWTON": "N",
|
|
47
|
-
"customfield.unit.OUNCE": "
|
|
47
|
+
"customfield.unit.OUNCE": "オンス",
|
|
48
48
|
"customfield.unit.PASCAL": "Pa",
|
|
49
49
|
"customfield.unit.PERCENT": "%",
|
|
50
|
-
"customfield.unit.POUND": "
|
|
50
|
+
"customfield.unit.POUND": "ポンド",
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
|
-
"customfield.unit.POUND_PER_SECOND": "
|
|
52
|
+
"customfield.unit.POUND_PER_SECOND": "ポンド/秒",
|
|
53
53
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
54
54
|
"customfield.unit.REVOLUTIONS_PER_MINUTE": "rpm",
|
|
55
55
|
"customfield.unit.SECOND": "s",
|
|
56
|
-
"customfield.unit.SQUARE_FOOT": "
|
|
56
|
+
"customfield.unit.SQUARE_FOOT": "平方フィート",
|
|
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": "トン",
|
|
60
|
+
"customfield.unit.US_TON": "トン (米国)",
|
|
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": "ヤード",
|
|
66
66
|
"customfield.unit.YEAR": "years"
|
|
67
67
|
};
|
|
68
68
|
|
package/translation.cjs17.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"customfield.unit.ACRE": "
|
|
4
|
+
"customfield.unit.ACRE": "เอเคอร์",
|
|
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": "บาร์",
|
|
9
9
|
"customfield.unit.CELSIUS": "°C",
|
|
10
|
-
"customfield.unit.CENTIMETRE": "
|
|
11
|
-
"customfield.unit.CUBIC_FOOT": "
|
|
12
|
-
"customfield.unit.CUBIC_METRE": "
|
|
13
|
-
"customfield.unit.DAY": "
|
|
10
|
+
"customfield.unit.CENTIMETRE": "ซม.",
|
|
11
|
+
"customfield.unit.CUBIC_FOOT": "ลูกบาศก์ฟุต",
|
|
12
|
+
"customfield.unit.CUBIC_METRE": "ลูกบาศก์เมตร",
|
|
13
|
+
"customfield.unit.DAY": "จำนวนวัน",
|
|
14
14
|
"customfield.unit.DEGREE_ANGLE": "°",
|
|
15
15
|
"customfield.unit.FAHRENHEIT": "°F",
|
|
16
16
|
"customfield.unit.FOOT": "ft",
|
|
@@ -20,49 +20,49 @@ 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
|
-
"customfield.unit.KILOGRAM": "
|
|
26
|
+
"customfield.unit.KILOGRAM": "กก.",
|
|
27
27
|
"customfield.unit.KILOGRAM_PER_HOUR": "kg/h",
|
|
28
|
-
"customfield.unit.KILOGRAM_PER_SECOND": "
|
|
29
|
-
"customfield.unit.KILOMETRE": "
|
|
30
|
-
"customfield.unit.KILOMETRE_PER_HOUR": "
|
|
28
|
+
"customfield.unit.KILOGRAM_PER_SECOND": "กก./วินาที",
|
|
29
|
+
"customfield.unit.KILOMETRE": "กม.",
|
|
30
|
+
"customfield.unit.KILOMETRE_PER_HOUR": "กม./ชม.",
|
|
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": "
|
|
36
|
-
"customfield.unit.METRE": "
|
|
34
|
+
"customfield.unit.LITRE": "ล.",
|
|
35
|
+
"customfield.unit.LITRES_PER_HOUR": "ลิตร/ชั่วโมง",
|
|
36
|
+
"customfield.unit.METRE": "ม.",
|
|
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": "ตัน",
|
|
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": "
|
|
45
|
-
"customfield.unit.MONTH": "
|
|
44
|
+
"customfield.unit.MINUTE": "ต่ำสุด",
|
|
45
|
+
"customfield.unit.MONTH": "เดือน",
|
|
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": "ปอนด์",
|
|
51
51
|
"customfield.unit.POUND_PER_HOUR": "lb/h",
|
|
52
|
-
"customfield.unit.POUND_PER_SECOND": "
|
|
52
|
+
"customfield.unit.POUND_PER_SECOND": "ปอนด์/วินาที",
|
|
53
53
|
"customfield.unit.POUND_PER_SQUARE_INCH": "psi",
|
|
54
54
|
"customfield.unit.REVOLUTIONS_PER_MINUTE": "rpm",
|
|
55
55
|
"customfield.unit.SECOND": "s",
|
|
56
|
-
"customfield.unit.SQUARE_FOOT": "
|
|
57
|
-
"customfield.unit.SQUARE_KILOMETRE": "
|
|
58
|
-
"customfield.unit.SQUARE_METRE": "
|
|
59
|
-
"customfield.unit.TON": "
|
|
60
|
-
"customfield.unit.US_TON": "
|
|
56
|
+
"customfield.unit.SQUARE_FOOT": "ตารางฟุต",
|
|
57
|
+
"customfield.unit.SQUARE_KILOMETRE": "ตร. กม.",
|
|
58
|
+
"customfield.unit.SQUARE_METRE": "ตร. ม.",
|
|
59
|
+
"customfield.unit.TON": "ตัน",
|
|
60
|
+
"customfield.unit.US_TON": "ตัน (US)",
|
|
61
61
|
"customfield.unit.VOLT": "V",
|
|
62
62
|
"customfield.unit.VOLT_AMPERE": "VA",
|
|
63
|
-
"customfield.unit.WATT": "
|
|
63
|
+
"customfield.unit.WATT": "วัตต์",
|
|
64
64
|
"customfield.unit.WEEK": "wk",
|
|
65
|
-
"customfield.unit.YARD": "
|
|
65
|
+
"customfield.unit.YARD": "หลา",
|
|
66
66
|
"customfield.unit.YEAR": "years"
|
|
67
67
|
};
|
|
68
68
|
|