Files
m.heisig 2d11c43579 Added minimal functionality for Robot teaching
- Added minimal HMI
- Added possibility to open and close all chamber doors
2026-01-17 09:20:39 +01:00

14 lines
551 B
JSON

{
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "en",
"localizedText": {
"Label_Text_Time": "Time",
"Button_Text_Ok": "OK",
"Button_Text_Cancel": "Cancel",
"Date_Format_Browser_Timezone": "{0} ({1} Browser timezone)",
"Date_Format_Timezone": "{0} ({1} {2})",
"Tooltip_LessThanMin_Text": "The currently selected time is before the start time: {0}",
"Tooltip_GreaterThanMax_Text": "The currently selected time is after the end time: {0}"
}
}