"scan-period-error":"Scan period should be at least {{min}} (s).",
"scan-period":"Scan period (ms)",
"scan-period-error":"Scan period should be at least {{min}} (ms).",
"sub-check-period":"Subscription check period (ms)",
"sub-check-period-error":"Subscription check period should be at least {{min}} (ms).",
"security":"Security",
@ -3389,9 +3389,9 @@
"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.",
"opc-timeout":"Timeout in milliseconds for connecting to OPC-UA server.",
"scan-period":"Period in seconds to rescan the server.",
"scan-period":"Period in milliseconds to rescan the 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 scanPeriodInSec.",
"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.",
"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).",