"min-pack-send-delay":"Min pack send delay (in ms)",
"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-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",
"mode":"Mode",
"model-name":"Model name",
"model-name":"Model name",
"mqtt-version":"MQTT version",
"mqtt-version":"MQTT version",
@ -3040,6 +3041,7 @@
"password-required":"Password is required.",
"password-required":"Password is required.",
"permit-without-calls":"Keep alive permit without calls",
"permit-without-calls":"Keep alive permit without calls",
"poll-period":"Poll period (ms)",
"poll-period":"Poll period (ms)",
"poll-period-error":"Poll period should be at least {{min}} (ms).",
"port":"Port",
"port":"Port",
"port-required":"Port is required.",
"port-required":"Port is required.",
"port-limits-error":"Port should be number from {{min}} to {{max}}.",
"port-limits-error":"Port should be number from {{min}} to {{max}}.",
@ -3176,8 +3178,8 @@
"without-response":"Without response",
"without-response":"Without response",
"other":"Other",
"other":"Other",
"save-tip":"Save configuration file",
"save-tip":"Save configuration file",
"scan-period":"Scan period (ms)",
"scan-period":"Scan period (s)",
"scan-period-error":"Scan period should be at least {{min}} (ms).",
"scan-period-error":"Scan period should be at least {{min}} (s).",
"sub-check-period":"Subscription check period (ms)",
"sub-check-period":"Subscription check period (ms)",
"sub-check-period-error":"Subscription check period should be at least {{min}} (ms).",
"sub-check-period-error":"Subscription check period should be at least {{min}} (ms).",
"security":"Security",
"security":"Security",
@ -3221,11 +3223,11 @@
"check-connectors-configuration":"Check connectors configuration (in sec)",
"check-connectors-configuration":"Check connectors configuration (in sec)",
"max-payload-size-bytes":"Max payload size in bytes",
"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-required":"Max payload size in bytes is required",
"max-payload-size-bytes-min":"Max payload size in bytes can not be less then 1",
"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",
"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":"Min packet size to send",
"min-pack-size-to-send-required":"Min packet size to send is required",
"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 1",
"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",
"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-required":"Check connectors configuration is required",
"check-connectors-configuration-min":"Check connectors configuration can not be less then 1",
"check-connectors-configuration-min":"Check connectors configuration can not be less then 1",
@ -3387,12 +3389,15 @@
"file":"Your data will be stored in separated files and will be saved even after the gateway restart.",
"file":"Your data will be stored in separated files and will be saved even after the gateway restart.",
"sqlite":"Your data will be stored in file based database. And will be saved even after the gateway restart.",
"sqlite":"Your data will be stored in file based database. And will be saved even after the gateway restart.",
"opc-timeout":"Timeout in milliseconds for connecting to OPC-UA server.",
"opc-timeout":"Timeout in milliseconds for connecting to OPC-UA server.",
"scan-period":"Period in milliseconds to rescan the server.",
"scan-period":"Period in seconds to rescan the server.",
"sub-check-period":"Period to check the subscriptions in the OPC-UA server.",
"sub-check-period":"Period to check the subscriptions in the OPC-UA server.",
"enable-subscription":"If true - the gateway will subscribe to interesting nodes and wait for data update and if false - the gateway will rescan OPC-UA server every scanPeriodInMillis.",
"enable-subscription":"If true - the gateway will subscribe to interesting nodes and wait for data update and if false - the gateway will rescan OPC-UA server every scanPeriodInSec.",
"show-map":"Show nodes on scanning.",
"show-map":"Show nodes on scanning.",
"method-name":"Name of method on OPC-UA server.",
"method-name":"Name of method on OPC-UA server.",
"arguments":"Arguments for the method (will be overwritten by arguments from the RPC request).",
"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":{
"modbus":{
"framer-type":"Type of a framer (Socket, RTU, or ASCII), if needed.",
"framer-type":"Type of a framer (Socket, RTU, or ASCII), if needed.",
"host":"Hostname or IP address of Modbus server.",
"host":"Hostname or IP address of Modbus server.",