Added minimal functionality for Robot teaching
- Added minimal HMI - Added possibility to open and close all chamber doors
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
||||
"locale": "de",
|
||||
"localizedText": {
|
||||
"Label_Text_Time": "Uhrzeit",
|
||||
"Button_Text_Ok": "OK",
|
||||
"Button_Text_Cancel": "Abbrechen",
|
||||
"Date_Format_Browser_Timezone": "{0} ({1} Browser-Zeitzone)",
|
||||
"Date_Format_Timezone": "{0} ({1} {2})",
|
||||
"Tooltip_LessThanMin_Text": "Der aktuelle Zeitpunkt liegt vor dem Startzeitpunkt: {0}",
|
||||
"Tooltip_GreaterThanMax_Text": "Der aktuelle Zeitpunkt liegt nach dem Endzeitpunkt: {0}"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user