@wandelbots/wandelbots-js-react-components 1.17.8 → 1.17.9

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/index.js CHANGED
@@ -2210,8 +2210,8 @@ const Qc = {
2210
2210
  "Jogging.Joints.JointValues.lb": "Gelenkwerte",
2211
2211
  "Jogging.Increment.Continuous.dd": "Fortlaufend",
2212
2212
  "Jogging.Cartesian.Orientation.lb": "Orientierung",
2213
- "Jogging.Activate.bt": "Jogging activieren",
2214
- "Jogging.Activating.lb": "Jogging wird aktivieren",
2213
+ "Jogging.Activate.bt": "Jogging aktivieren",
2214
+ "Jogging.Activating.lb": "Jogging wird aktiviert",
2215
2215
  "Jogging.JointLimitsReached.lb": "Joint-Limit für Joint {{jointNumbers}} erreicht"
2216
2216
  }, ed = {
2217
2217
  "Jogging.Cartesian.Translation.velocityMmPerSec.lb": "{{amount}} mm/s",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "1.17.8",
3
+ "version": "1.17.9",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -10,7 +10,7 @@
10
10
  "Jogging.Joints.JointValues.lb": "Gelenkwerte",
11
11
  "Jogging.Increment.Continuous.dd": "Fortlaufend",
12
12
  "Jogging.Cartesian.Orientation.lb": "Orientierung",
13
- "Jogging.Activate.bt": "Jogging activieren",
14
- "Jogging.Activating.lb": "Jogging wird aktivieren",
13
+ "Jogging.Activate.bt": "Jogging aktivieren",
14
+ "Jogging.Activating.lb": "Jogging wird aktiviert",
15
15
  "Jogging.JointLimitsReached.lb": "Joint-Limit für Joint {{jointNumbers}} erreicht"
16
16
  }