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

118 lines
10 KiB
JSON

{
"$schema": "../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
"locale": "en",
"localizedText": {
"Helpers_JsonEditors_Checkbox_Tooltip_Optional": "This property is optional. Check or uncheck this checkbox to include or exclude it from the object.",
"Helpers_JsonEditors_Combobox_Text_False": "False",
"Helpers_JsonEditors_Combobox_Text_True": "True",
"Helpers_JsonEditors_Button_Tooltip_Open": "Open the editor dialog",
"Helpers_JsonEditors_Button_Tooltip_DateTime": "Open the date time picker dialog",
"Helpers_JsonEditors_Button_Tooltip_Timespan": "Open the timespan picker dialog",
"Helpers_JsonEditors_Combobox_Text_ChooseType": "Choose a type...",
"Helpers_JsonEditors_Button_Tooltip_AddItem": "Add a new item",
"Helpers_JsonEditors_Button_Tooltip_RemoveItem": "Remove this item",
"Helpers_JsonEditors_Button_Tooltip_ItemUp": "Move the selected item up",
"Helpers_JsonEditors_Button_Tooltip_ItemDown": "Move the selected item down",
"Helpers_JsonEditors_Button_Tooltip_AddProperty": "Add a new property",
"Helpers_JsonEditors_Button_Text_OK": "OK",
"Helpers_JsonEditors_Button_Tooltip_AcceptProperty": "Use this name for the new property",
"Helpers_JsonEditors_Button_Tooltip_CancelProperty": "Cancel",
"Helpers_JsonEditors_Button_Tooltip_RemoveProperty": "Remove this property",
"Helpers_JsonEditors_Invalid_Schema_Text": "Invalid schema",
"Helpers_JsonEditors_Error_Error": "The value is invalid for unknown reasons.",
"Helpers_JsonEditors_Error_FailsAllRestrictions": "The value does not meet the criteria of any of these sets of restrictions:",
"Helpers_JsonEditors_Error_FailsThisRestriction": "The value does not meet the criteria of these restrictions:",
"Helpers_JsonEditors_Error_TypeError": "The value has the wrong type.",
"Helpers_JsonEditors_Error_NotABoolean": "The value must be a boolean.",
"Helpers_JsonEditors_Error_NotANumber": "The value must be a number.",
"Helpers_JsonEditors_Error_NotAString": "The value must be a string.",
"Helpers_JsonEditors_Error_NotAnObject": "The value must be an object.",
"Helpers_JsonEditors_Error_NotAnArray": "The value must be an array.",
"Helpers_JsonEditors_Error_NotNull": "The value must be null.",
"Helpers_JsonEditors_Error_NumberTooSmall": "The value must be {2} {1}.",
"Helpers_JsonEditors_Error_NumberTooBig": "The value must be {2} {1}.",
"Helpers_JsonEditors_Error_NumberNotMultipleOf": "The value must be a multiple of {1}.",
"Helpers_JsonEditors_Error_NumberNotInteger": "The value must be an integer.",
"Helpers_JsonEditors_Error_NumberNotFinite": "The value must be finite and not NaN.",
"Helpers_JsonEditors_Error_StringTooShort": "The value must be at least {1} characters long. Current length is {2}.",
"Helpers_JsonEditors_Error_StringTooLong": "The value must not be longer than {1} characters. Current length is {2}.",
"Helpers_JsonEditors_Error_StringDoesNotMatch": "The value must match these regular expressions: {1}.",
"Helpers_JsonEditors_Error_StringNotDateTime": "The value must be a valid date and time according to the ISO 8601 format.",
"Helpers_JsonEditors_Error_StringNotTimespan": "The value must be a valid duration according to the ISO 8601 format.",
"Helpers_JsonEditors_Error_StringNotEmail": "The value must be a valid email address.",
"Helpers_JsonEditors_Error_StringNotHostname": "The value must be a valid hostname.",
"Helpers_JsonEditors_Error_StringNotIPv4": "The value must be a valid IPv4 address.",
"Helpers_JsonEditors_Error_StringNotIPv6": "The value must be a valid IPv6 address.",
"Helpers_JsonEditors_Error_StringNotURI": "The value must be a valid URI.",
"Helpers_JsonEditors_Error_ObjectHasTooFewProperties": "The value must have at least {1} properties. Current number of properties is {2}.",
"Helpers_JsonEditors_Error_ObjectHasTooManyProperties": "The value must have no more than {1} properties. Current number of properties is {2}.",
"Helpers_JsonEditors_Error_ObjectIsMissingProperty": "The value is missing the required property \"{1}\".",
"Helpers_JsonEditors_Error_ObjectContainsInvalidPropertyName": "\"{1}\" is not a valid property name.",
"Helpers_JsonEditors_Error_ObjectContainsInvalidValue": "The value of property \"{1}\" is not valid.",
"Helpers_JsonEditors_Error_ObjectHasInvalidPrototype": "The value has inherited properties, which is not allowed. Only values with a native object prototype are permitted.",
"Helpers_JsonEditors_Error_ObjectHasInvalidDependency": "The value has triggered a dependency in the JSON schema in such a way that no object can ever be valid for this schema.",
"Helpers_JsonEditors_Error_ArrayHasTooFewItems": "The value must have at least {1} items. Current number of items is {2}.",
"Helpers_JsonEditors_Error_ArrayHasTooManyItems": "The value must have no more than {1} items. Current number of items is {2}.",
"Helpers_JsonEditors_Error_ArrayContainsInvalidValue": "The value of the item at index {1} is not valid.",
"Helpers_JsonEditors_Error_ArrayContainsDuplicateItems": "The value must only contain unique items. Currently, the values at these indexes are duplicates: {1}.",
"Helpers_JsonEditors_Error_ArrayHasInvalidPrototype": "The value has inherited properties, which is not allowed. Only values with a native array prototype are permitted.",
"Helpers_JsonEditors_Error_EnumValueNotAMember": "The value is not a member of the enumeration.",
"Helpers_JsonEditors_Error_OptionalTemporarilyRequired": "The value is required because of dependencies in the JSON schema.",
"Helpers_JsonEditors_Error_DoesNotFitAnyChoice": "The value must fit at least one of these choices:",
"Helpers_JsonEditors_Error_DoesNotFitThisChoice": "The value does not fit into the {1} type:",
"Helpers_JsonEditors_Prompt_Header_HistorizedSymbol": "Historized Symbols",
"Helpers_JsonEditors_Column_Header_Name": "Name",
"Helpers_JsonEditors_Column_Header_DataType": "Data Type",
"Helpers_JsonEditors_Column_Header_Recording": "Recording",
"Helpers_JsonEditors_Column_Header_Interval": "Interval",
"Helpers_JsonEditors_Column_Header_MaxEntries": "Max Entries",
"Helpers_JsonEditors_Text_Yes": "Yes",
"Helpers_JsonEditors_Text_No": "No",
"Popup_InteractiveWritePrompt_Header_Reauthentication": "Reauthentication",
"Popup_InteractiveWritePrompt_Header_Audit_Trail": "Audit Trail",
"Popup_InteractiveWritePrompt_Combobox_Username_Text": "Select Username",
"Popup_InteractiveWritePrompt_Combobox_Domain_Text": "Select Domain",
"Popup_InteractiveWritePrompt_Label_Domain": "Domain",
"Popup_InteractiveWritePrompt_Label_Username": "Username",
"Popup_InteractiveWritePrompt_Label_Password": "Password",
"Popup_InteractiveWritePrompt_Label_PrevValue": "Previous Value",
"Popup_InteractiveWritePrompt_Label_NewValue": "New Value",
"Popup_InteractiveWritePrompt_Label_Comment": "Comment",
"Popup_InteractiveWritePrompt_Message_Label_Details": "Details",
"Popup_InteractiveWritePrompt_Message_Label_Error": "Error",
"Popup_InteractiveWritePrompt_Message_Error_Init": "Initializing failed.",
"Popup_InteractiveWritePrompt_Message_Error_Init_Unexpected_Result_Object_1": "Unexpected result object. Missing property \"results\".",
"Popup_InteractiveWritePrompt_Message_Error_Init_Unexpected_Result_Object_2": "Unexpected result object.",
"Popup_InteractiveWritePrompt_Message_Error_Value_Invalid": "Invalid value.",
"Popup_InteractiveWritePrompt_Message_Error_Write": "Write failed.",
"Popup_InteractiveWritePrompt_Message_Error_Login": "Authentication failed.",
"Popup_InteractiveWritePrompt_Headline_Area_User": "User",
"Popup_InteractiveWritePrompt_Headline_Area_Reviewer": "Reviewer",
"Popup_InteractiveWritePrompt_Headline_Area_Value_Change": "Value Change",
"Popup_InteractiveWritePrompt_Headline_Area_Additional_Information": "Additional Information",
"Popup_FilterPrompt_Header_Text_Filter": "Filter",
"Popup_FilterPrompt_Button_Text_Reset_Config": "Load initial configuration",
"Popup_FilterPrompt_Button_Tooltip_Reset_Config": "Remove locally configured overrides and restore initial settings",
"Popup_FilterPrompt_Button_Text_Ok": "OK",
"Popup_FilterPrompt_Button_Tooltip_Ok": "Save and apply changes and close the popup",
"Popup_FilterPrompt_Button_Text_Cancel": "Cancel",
"Popup_FilterPrompt_Button_Tooltip_Cancel": "Discard changes and close the popup",
"Popup_FilterPrompt_Button_Tooltip_Filter_Add": "Add a filter clause",
"Popup_FilterPrompt_Button_Tooltip_Filter_Remove": "Remove selected filter clauses",
"Popup_FilterPrompt_Button_Tooltip_Filter_Group": "Group selected filter clauses",
"Popup_FilterPrompt_Button_Tooltip_Filter_Ungroup": "Ungroup selected filter clauses",
"Popup_FilterPrompt_Column_Header_Filter_Logic": "And/Or",
"Popup_FilterPrompt_Column_Header_Filter_Path": "Path",
"Popup_FilterPrompt_Column_Header_Filter_Operator": "Operator",
"Popup_FilterPrompt_Column_Header_Filter_Value": "Value",
"Popup_FilterPrompt_Combobox_Entry_And": "And",
"Popup_FilterPrompt_Combobox_Entry_Or": "Or",
"Popup_FilterPrompt_Combobox_Entry_Contains": "contains",
"Popup_FilterPrompt_Combobox_Entry_ContainsNot": "contains not",
"Popup_FilterPrompt_Combobox_Entry_EqualsIgnoreCase": "== [ignore case]",
"Popup_FilterPrompt_Combobox_Entry_EqualsNotIgnoreCase": "!= [ignore case]",
"Popup_FilterPrompt_Combobox_Entry_ContainsIgnoreCase": "contains [ignore case]",
"Popup_FilterPrompt_Combobox_Entry_ContainsNotIgnoreCase": "contains not [ignore case]"
}
}