|
|
|
@ -3042,7 +3042,8 @@ |
|
|
|
"method-required": "Method name is required.", |
|
|
|
"min-pack-send-delay": "Min pack send delay (in ms)", |
|
|
|
"min-pack-send-delay-required": "Min pack send delay is required", |
|
|
|
"min-pack-send-delay-min": "Min pack send delay can not be less then 0", |
|
|
|
"min-pack-send-delay-min": "Min pack send delay can not be less then 10", |
|
|
|
"min-pack-send-delay-pattern": "Min pack send delay is not valid", |
|
|
|
"mode": "Mode", |
|
|
|
"model-name": "Model name", |
|
|
|
"mqtt-version": "MQTT version", |
|
|
|
@ -3066,6 +3067,7 @@ |
|
|
|
"password-required": "Password is required.", |
|
|
|
"permit-without-calls": "Keep alive permit without calls", |
|
|
|
"poll-period": "Poll period (ms)", |
|
|
|
"poll-period-error": "Poll period should be at least {{min}} (ms).", |
|
|
|
"port": "Port", |
|
|
|
"port-required": "Port is required.", |
|
|
|
"port-limits-error": "Port should be number from {{min}} to {{max}}.", |
|
|
|
@ -3245,6 +3247,14 @@ |
|
|
|
"send-period-min": "Statistic send period can not be less then 60", |
|
|
|
"send-period-pattern": "Statistic send period is not valid", |
|
|
|
"check-connectors-configuration": "Check connectors configuration (in sec)", |
|
|
|
"max-payload-size-bytes": "Max payload size in bytes", |
|
|
|
"max-payload-size-bytes-required": "Max payload size in bytes is required", |
|
|
|
"max-payload-size-bytes-min": "Max payload size in bytes can not be less then 100", |
|
|
|
"max-payload-size-bytes-pattern": "Max payload size in bytes is not valid", |
|
|
|
"min-pack-size-to-send": "Min packet size to send", |
|
|
|
"min-pack-size-to-send-required": "Min packet size to send is required", |
|
|
|
"min-pack-size-to-send-min": "Min packet size to send can not be less then 100", |
|
|
|
"min-pack-size-to-send-pattern": "Min packet size to send is not valid", |
|
|
|
"check-connectors-configuration-required": "Check connectors configuration is required", |
|
|
|
"check-connectors-configuration-min": "Check connectors configuration can not be less then 1", |
|
|
|
"check-connectors-configuration-pattern": "Check connectors configuration is not valid", |
|
|
|
@ -3411,6 +3421,9 @@ |
|
|
|
"show-map": "Show nodes on scanning.", |
|
|
|
"method-name": "Name of method on OPC-UA server.", |
|
|
|
"arguments": "Arguments for the method (will be overwritten by arguments from the RPC request).", |
|
|
|
"min-pack-size-to-send": "Minimum package size for sending.", |
|
|
|
"max-payload-size-bytes": "Maximum package size in bytes", |
|
|
|
"poll-period": "Period in milliseconds to read data from nodes.", |
|
|
|
"modbus": { |
|
|
|
"framer-type": "Type of a framer (Socket, RTU, or ASCII), if needed.", |
|
|
|
"host": "Hostname or IP address of Modbus server.", |
|
|
|
|