@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -277,7 +277,7 @@ export class JoggingStore {
277
277
  },
278
278
  {
279
279
  id: "joint",
280
- label: "Joint",
280
+ label: "Joints",
281
281
  },
282
282
  ] as const
283
283
  }
@@ -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.JointLimitsReached.lb": "Joint-Limit für Joint {{jointNumbers}} erreicht",
14
- "Jogging.Orientation.coordsys": "Base",
13
+ "Jogging.JointLimitsReached.lb": "Gelenkgrenzen für Gelenk {{jointNumbers}} erreicht",
14
+ "Jogging.Orientation.coordsys": "Base (Roboter)",
15
15
  "Jogging.Orientation.tool": "Tool"
16
16
  }