11 lines
369 B
JSON
11 lines
369 B
JSON
{
|
|
"$schema": "../../../TwinCAT-HMI-Common/JsonSchemas/Language.Schema.json",
|
|
"locale": "en",
|
|
"localizedText": {
|
|
"ValueNaN": "Value is not a number.",
|
|
"ValueEmpty": "No value entered.",
|
|
"ValueOutOfRangeMin": "Value is lower than the min value ({0}).",
|
|
"ValueOutOfRangeMax": "Value is higher than the max value ({0})."
|
|
}
|
|
}
|