@wandelbots/wandelbots-js-react-components 2.27.1-pr.feature-add-program-control-component.367.8887fdc → 2.27.1-pr.feature-add-program-control-component.367.cfb26c6

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
@@ -5380,10 +5380,10 @@ Bei einem physischen Roboter bedeutet dies im Allgemeinen, dass ein Freigabescha
5380
5380
  "Jogging.Cartesian.bt": "Kartesisch",
5381
5381
  "Jogging.Joints.bt": "Gelenke",
5382
5382
  "Jogging.Velocity.bt": "Geschwindigkeit",
5383
- "ProgramControl.Start.bt": "Starten",
5384
- "ProgramControl.Resume.bt": "Fortsetzen",
5385
- "ProgramControl.Pause.bt": "Pausieren",
5386
- "ProgramControl.Stop.bt": "Stoppen"
5383
+ "ProgramControl.Start.bt": "Start",
5384
+ "ProgramControl.Resume.bt": "Weiter",
5385
+ "ProgramControl.Pause.bt": "Pause",
5386
+ "ProgramControl.Stop.bt": "Stopp"
5387
5387
  }, Qm = {
5388
5388
  "Jogging.Cartesian.Translation.velocityMmPerSec.lb": "{{amount}} mm/s",
5389
5389
  "Jogging.Cartesian.Rotation.velocityDegPerSec.lb": "{{amount}}°/s",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/wandelbots-js-react-components",
3
- "version": "2.27.1-pr.feature-add-program-control-component.367.8887fdc",
3
+ "version": "2.27.1-pr.feature-add-program-control-component.367.cfb26c6",
4
4
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -44,8 +44,8 @@
44
44
  "Jogging.Cartesian.bt": "Kartesisch",
45
45
  "Jogging.Joints.bt": "Gelenke",
46
46
  "Jogging.Velocity.bt": "Geschwindigkeit",
47
- "ProgramControl.Start.bt": "Starten",
48
- "ProgramControl.Resume.bt": "Fortsetzen",
49
- "ProgramControl.Pause.bt": "Pausieren",
50
- "ProgramControl.Stop.bt": "Stoppen"
47
+ "ProgramControl.Start.bt": "Start",
48
+ "ProgramControl.Resume.bt": "Weiter",
49
+ "ProgramControl.Pause.bt": "Pause",
50
+ "ProgramControl.Stop.bt": "Stopp"
51
51
  }