UI: Update translate for time series

This commit is contained in:
Artem Dzhereleiko 2024-05-24 09:56:07 +03:00
parent 4db74f5f81
commit a0a08b5409

View File

@ -7229,19 +7229,19 @@
"execute-rpc": "Execute RPC", "execute-rpc": "Execute RPC",
"get-attribute": "Get attribute", "get-attribute": "Get attribute",
"set-attribute": "Set attribute", "set-attribute": "Set attribute",
"get-time-series": "Get time-series", "get-time-series": "Get time series",
"get-dashboard-state": "Get dashboard state", "get-dashboard-state": "Get dashboard state",
"add-time-series": "Add time-series", "add-time-series": "Add time series",
"execute-rpc-text": "Execute RPC method '{{methodName}}'", "execute-rpc-text": "Execute RPC method '{{methodName}}'",
"get-attribute-text": "Use attribute '{{key}}'", "get-attribute-text": "Use attribute '{{key}}'",
"get-time-series-text": "Use time-series '{{key}}'", "get-time-series-text": "Use time series '{{key}}'",
"get-dashboard-state-text": "Use dashboard state", "get-dashboard-state-text": "Use dashboard state",
"when-dashboard-state-is-text": "When dashboard state is '{{state}}'", "when-dashboard-state-is-text": "When dashboard state is '{{state}}'",
"when-dashboard-state-function-is-text": "When f(dashboard state) is '{{state}}'", "when-dashboard-state-function-is-text": "When f(dashboard state) is '{{state}}'",
"set-attribute-to-value-text": "Set '{{key}}' attribute to: {{value}}", "set-attribute-to-value-text": "Set '{{key}}' attribute to: {{value}}",
"add-time-series-value-text": "Add '{{key}}' time-series value: {{value}}", "add-time-series-value-text": "Add '{{key}}' time series value: {{value}}",
"set-attribute-text": "Set '{{key}}' attribute", "set-attribute-text": "Set '{{key}}' attribute",
"add-time-series-text": "Add '{{key}}' time-series", "add-time-series-text": "Add '{{key}}' time series",
"action": "Action", "action": "Action",
"value": "Value", "value": "Value",
"init-value-hint": "Value that will be set until device sends data.", "init-value-hint": "Value that will be set until device sends data.",
@ -7258,8 +7258,8 @@
"attribute-scope": "Attribute scope", "attribute-scope": "Attribute scope",
"attribute-key": "Attribute key", "attribute-key": "Attribute key",
"attribute-key-required": "Attribute key is required.", "attribute-key-required": "Attribute key is required.",
"time-series-key": "Time-series key", "time-series-key": "Time series key",
"time-series-key-required": "Time-series key is required.", "time-series-key-required": "Time series key is required.",
"action-result-converter": "Action result converter", "action-result-converter": "Action result converter",
"converter-none": "None", "converter-none": "None",
"converter-function": "Function", "converter-function": "Function",