|
|
@ -2703,9 +2703,11 @@ |
|
|
"inactivity-check-period-seconds": "Inactivity check period (in sec)", |
|
|
"inactivity-check-period-seconds": "Inactivity check period (in sec)", |
|
|
"inactivity-check-period-seconds-required": "Inactivity check period is required", |
|
|
"inactivity-check-period-seconds-required": "Inactivity check period is required", |
|
|
"inactivity-check-period-seconds-min": "Inactivity check period can not be less then 1", |
|
|
"inactivity-check-period-seconds-min": "Inactivity check period can not be less then 1", |
|
|
|
|
|
"inactivity-check-period-seconds-pattern": "Inactivity check period is not valid", |
|
|
"inactivity-timeout-seconds": "Inactivity timeout (in sec)", |
|
|
"inactivity-timeout-seconds": "Inactivity timeout (in sec)", |
|
|
"inactivity-timeout-seconds-required": "Inactivity timeout is required", |
|
|
"inactivity-timeout-seconds-required": "Inactivity timeout is required", |
|
|
"inactivity-timeout-seconds-min": "Inactivity timeout can not be less then 1", |
|
|
"inactivity-timeout-seconds-min": "Inactivity timeout can not be less then 1", |
|
|
|
|
|
"inactivity-timeout-seconds-pattern": "Inactivity timeout is not valid", |
|
|
"json-parse": "Not valid JSON.", |
|
|
"json-parse": "Not valid JSON.", |
|
|
"json-required": "Field cannot be empty.", |
|
|
"json-required": "Field cannot be empty.", |
|
|
"logs": { |
|
|
"logs": { |
|
|
@ -2855,6 +2857,7 @@ |
|
|
"password": "MQTT password for the gateway form ThingsBoard server", |
|
|
"password": "MQTT password for the gateway form ThingsBoard server", |
|
|
"ca-cert": "Path to CA certificate file", |
|
|
"ca-cert": "Path to CA certificate file", |
|
|
"date-form": "Date format in log message", |
|
|
"date-form": "Date format in log message", |
|
|
|
|
|
"data-folder": "Path to folder, that will contains data (Relative or Absolute)", |
|
|
"log-format": "Log message format", |
|
|
"log-format": "Log message format", |
|
|
"remote-log": "Enables remote logging and logs reading from the gateway", |
|
|
"remote-log": "Enables remote logging and logs reading from the gateway", |
|
|
"backup-count": "If backup count is > 0, when a rollover is done, no more than backup count files are kept - the oldest ones are deleted", |
|
|
"backup-count": "If backup count is > 0, when a rollover is done, no more than backup count files are kept - the oldest ones are deleted", |
|
|
|