24 lines
1.3 KiB
JSON
24 lines
1.3 KiB
JSON
{
|
|
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
|
"locale": "en",
|
|
"localizedText": {
|
|
"Label_Text_Select": "Select",
|
|
"Header_Recipes": "Recipes",
|
|
"Button_Text_Activate": "Activate",
|
|
"Button_Tooltip_Activate": "Activate recipe",
|
|
"Button_Tooltip_Activate_MissingSymbolAccess": "Activate recipe. You need write access to the 'ActivateRecipe' symbol of the recipe management domain for this",
|
|
"Button_Text_Teach": "Teach",
|
|
"Button_Tooltip_Teach": "Teach recipe",
|
|
"Button_Tooltip_Teach_MissingSymbolAccess": "Teach recipe. You need write access to the 'Config', 'ReadFromTarget' and 'UpdateRecipe' symbols of the recipe management domain for this",
|
|
"Button_Text_Ok": "OK",
|
|
"Button_Text_Cancel": "Cancel",
|
|
"Popup_Button_Text_Yes": "Yes",
|
|
"Popup_Button_Text_No": "No",
|
|
"Popup_Header_ConfirmActivate": "Activating",
|
|
"Popup_Text_ConfirmActivate": "Are you sure you want to activate this recipe?\nThis will write all variables contained in the recipe to the PLC.",
|
|
"Popup_Header_ConfirmTeach": "Teaching",
|
|
"Popup_Text_ConfirmTeach": "Are you sure you want to teach this recipe?\nThis will overwrite all recipe variables with the current values from the PLC.",
|
|
"Popup_Text_NoRecipes": "No recipes available."
|
|
}
|
|
}
|