@trackunit/translations-machine-type 1.7.73 → 1.7.75
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.cjs13.js +1 -1
- package/translation.esm13.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.75",
|
|
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.64",
|
|
14
|
+
"@trackunit/react-test-setup": "1.4.52"
|
|
15
15
|
},
|
|
16
16
|
"module": "./index.esm.js",
|
|
17
17
|
"main": "./index.cjs.js",
|
package/translation.cjs13.js
CHANGED
|
@@ -255,7 +255,7 @@ var translation = {
|
|
|
255
255
|
"machine.types.Rigid dump truck": "Camion gunoi rigid",
|
|
256
256
|
"machine.types.Road Gear": "Road Gear",
|
|
257
257
|
"machine.types.Road marking machine": "Utilaj pentru marcarea carosabilului",
|
|
258
|
-
"machine.types.Road Milling Machine": "
|
|
258
|
+
"machine.types.Road Milling Machine": "Utilaj de frezat pavaj",
|
|
259
259
|
"machine.types.Road roller": "Rulou compresor rutier",
|
|
260
260
|
"machine.types.Road Widener": "Utilaj de lățire a drumului",
|
|
261
261
|
"machine.types.Rock Drill": "Mașină de forare pentru roci",
|
package/translation.esm13.js
CHANGED
|
@@ -253,7 +253,7 @@ var translation = {
|
|
|
253
253
|
"machine.types.Rigid dump truck": "Camion gunoi rigid",
|
|
254
254
|
"machine.types.Road Gear": "Road Gear",
|
|
255
255
|
"machine.types.Road marking machine": "Utilaj pentru marcarea carosabilului",
|
|
256
|
-
"machine.types.Road Milling Machine": "
|
|
256
|
+
"machine.types.Road Milling Machine": "Utilaj de frezat pavaj",
|
|
257
257
|
"machine.types.Road roller": "Rulou compresor rutier",
|
|
258
258
|
"machine.types.Road Widener": "Utilaj de lățire a drumului",
|
|
259
259
|
"machine.types.Rock Drill": "Mașină de forare pentru roci",
|