@trackunit/translations-machine-type 1.7.56 → 1.7.58
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 +3 -3
- package/translation.cjs.js +1 -1
- package/translation.esm.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/translations-machine-type",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.58",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"react": "19.0.0",
|
|
11
11
|
"jest-fetch-mock": "^3.0.3",
|
|
12
12
|
"string-ts": "^2.0.0",
|
|
13
|
-
"@trackunit/i18n-library-translation": "1.7.
|
|
14
|
-
"@trackunit/react-test-setup": "1.4.
|
|
13
|
+
"@trackunit/i18n-library-translation": "1.7.51",
|
|
14
|
+
"@trackunit/react-test-setup": "1.4.43"
|
|
15
15
|
},
|
|
16
16
|
"module": "./index.esm.js",
|
|
17
17
|
"main": "./index.cjs.js",
|
package/translation.cjs.js
CHANGED
|
@@ -255,7 +255,7 @@ var translation = {
|
|
|
255
255
|
"machine.types.Rigid dump truck": "Großmuldenkipper",
|
|
256
256
|
"machine.types.Road Gear": "Road Gear",
|
|
257
257
|
"machine.types.Road marking machine": "Markierungsmaschine",
|
|
258
|
-
"machine.types.Road Milling Machine": "
|
|
258
|
+
"machine.types.Road Milling Machine": "Straßenfräse",
|
|
259
259
|
"machine.types.Road roller": "Walze",
|
|
260
260
|
"machine.types.Road Widener": "Straßenfertiger",
|
|
261
261
|
"machine.types.Rock Drill": "Drehbohrgerät",
|
package/translation.esm.js
CHANGED
|
@@ -253,7 +253,7 @@ var translation = {
|
|
|
253
253
|
"machine.types.Rigid dump truck": "Großmuldenkipper",
|
|
254
254
|
"machine.types.Road Gear": "Road Gear",
|
|
255
255
|
"machine.types.Road marking machine": "Markierungsmaschine",
|
|
256
|
-
"machine.types.Road Milling Machine": "
|
|
256
|
+
"machine.types.Road Milling Machine": "Straßenfräse",
|
|
257
257
|
"machine.types.Road roller": "Walze",
|
|
258
258
|
"machine.types.Road Widener": "Straßenfertiger",
|
|
259
259
|
"machine.types.Rock Drill": "Drehbohrgerät",
|