Browse Source

Merge pull request #11023 from maxunbearable/fix/3736-general-confid-tooltips-text

Fixed mistakes in tooltips - IoT Gateway dashboard
pull/11071/head
Vladyslav Prykhodko 2 years ago
committed by GitHub
parent
commit
f48ec85e61
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      ui-ngx/src/assets/locale/locale.constant-en_US.json

14
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -3237,18 +3237,18 @@
"password": "MQTT password for the gateway form platform server",
"ca-cert": "Path to CA certificate file",
"date-form": "Date format in log message",
"data-folder": "Path to folder, that will contains data (Relative or Absolute)",
"data-folder": "Path to the folder that will contain data (Relative or Absolute)",
"log-format": "Log message format",
"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",
"storage": "Provides configuration for saving incoming data before it is sent to the platform",
"max-file-count": "Maximum count of file that will be created",
"max-read-count": "Count of messages to get from storage and send to platform",
"max-file-count": "Maximum number of files that will be created",
"max-read-count": "Number of messages to retrieve from the storage and send to platform",
"max-records": "Maximum count of records that will be stored in one file",
"read-record-count": "Count of messages to get from storage and send to platform",
"max-records-count": "Maximum count of data in storage before send to platform",
"ttl-check-hour": "How often will Gateway check data for obsolescence",
"ttl-messages-day": "Maximum days that storage will save data",
"read-record-count": "Number of messages to retrieve from the storage and send to platform",
"max-records-count": "Maximum number of data entries in storage before sending to platform",
"ttl-check-hour": "How often will the Gateway check data for obsolescence",
"ttl-messages-day": "Maximum number of days that the storage will retain data",
"commands": "Commands for collecting additional statistic",
"attribute": "Statistic telemetry key",
"timeout": "Timeout for command executing",

Loading…
Cancel
Save