14 lines
551 B
JSON
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}"
|
|
}
|
|
}
|