@wandelbots/wandelbots-js-react-components 2.5.0 → 2.5.1
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/dist/components/jogging/JoggingStore.d.ts +3 -3
- package/dist/index.cjs +17 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/jogging/JoggingStore.ts +1 -1
- package/src/i18n/locales/de/translations.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5526,8 +5526,8 @@ const Sd = {
|
|
|
5526
5526
|
"Jogging.Joints.JointValues.lb": "Gelenkwerte",
|
|
5527
5527
|
"Jogging.Increment.Continuous.dd": "Fortlaufend",
|
|
5528
5528
|
"Jogging.Cartesian.Orientation.lb": "Orientierung",
|
|
5529
|
-
"Jogging.JointLimitsReached.lb": "
|
|
5530
|
-
"Jogging.Orientation.coordsys": "Base",
|
|
5529
|
+
"Jogging.JointLimitsReached.lb": "Gelenkgrenzen für Gelenk {{jointNumbers}} erreicht",
|
|
5530
|
+
"Jogging.Orientation.coordsys": "Base (Roboter)",
|
|
5531
5531
|
"Jogging.Orientation.tool": "Tool"
|
|
5532
5532
|
}, wd = {
|
|
5533
5533
|
"Jogging.Cartesian.Translation.velocityMmPerSec.lb": "{{amount}} mm/s",
|
|
@@ -9004,7 +9004,7 @@ class Yo {
|
|
|
9004
9004
|
},
|
|
9005
9005
|
{
|
|
9006
9006
|
id: "joint",
|
|
9007
|
-
label: "
|
|
9007
|
+
label: "Joints"
|
|
9008
9008
|
}
|
|
9009
9009
|
];
|
|
9010
9010
|
}
|