@wandelbots/wandelbots-js-react-components 2.29.0-pr.feature-add-cycle-timer.368.cb225d2 → 2.29.0-pr.feature-add-cycle-timer.368.3937cdc
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
|
@@ -11150,6 +11150,7 @@ Bei einem physischen Roboter bedeutet dies im Allgemeinen, dass ein Freigabescha
|
|
|
11150
11150
|
"Jogging.Velocity.bt": "Geschwindigkeit",
|
|
11151
11151
|
"CycleTimer.RemainingTime.lb": "Verbleibende Zeit",
|
|
11152
11152
|
"CycleTimer.OfTime.lb": "von {{time}} min.",
|
|
11153
|
+
"CycleTimer.Time.lb": "{{time}} min.",
|
|
11153
11154
|
"ProgramControl.Start.bt": "Start",
|
|
11154
11155
|
"ProgramControl.Resume.bt": "Weiter",
|
|
11155
11156
|
"ProgramControl.Pause.bt": "Pause",
|
|
@@ -11203,6 +11204,7 @@ Bei einem physischen Roboter bedeutet dies im Allgemeinen, dass ein Freigabescha
|
|
|
11203
11204
|
"Jogging.Velocity.bt": "Velocity",
|
|
11204
11205
|
"CycleTimer.RemainingTime.lb": "Time remaining",
|
|
11205
11206
|
"CycleTimer.OfTime.lb": "of {{time}} min.",
|
|
11207
|
+
"CycleTimer.Time.lb": "{{time}} min.",
|
|
11206
11208
|
"ProgramControl.Start.bt": "Start",
|
|
11207
11209
|
"ProgramControl.Resume.bt": "Resume",
|
|
11208
11210
|
"ProgramControl.Pause.bt": "Pause",
|
|
@@ -11345,7 +11347,7 @@ const SC = ({
|
|
|
11345
11347
|
T(l)
|
|
11346
11348
|
) : (
|
|
11347
11349
|
// Full mode: show "remaining / of total min." format
|
|
11348
|
-
`${T(l)} / ${i("CycleTimer.
|
|
11350
|
+
`${T(l)} / ${i("CycleTimer.Time.lb", { time: T(u) })}`
|
|
11349
11351
|
)
|
|
11350
11352
|
}
|
|
11351
11353
|
)
|