+
calculated-fields.output-strategy.save-calculated-fields
@@ -137,9 +134,9 @@
diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json
index dd55dafa95..25efae80b3 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json
@@ -772,6 +772,7 @@
"name-max-length": "Name should be less than 256",
"label-max-length": "Label should be less than 256",
"description": "Description",
+ "description-required": "Description is required.",
"type": "Type",
"type-required": "Type is required.",
"details": "Details",
@@ -1257,20 +1258,23 @@
"save-latest-values": "Save to latest values",
"send-web-sockets": "Send to WebSockets",
"save-calculated-fields": "Send to Calculated fields",
- "update-attributes-only-on-value-change": "Save attributes only if the value changes",
+ "update-attribute-only-on-value-change": "Update attribute only on value change",
"ttl": "Custom TTL",
"ttl-required": "TTL is required",
"ttl-min": "Only 0 minimum TTL is allowed",
+ "processing-parameters": "Processing parameters",
"hint": {
"strategy": "Controls whether the result is processed immediately or sent to a rule chain for additional processing",
"processing-options": "Processing options",
- "update-attributes-only-on-value-change": "Updates the attributes on every incoming message disregarding if their value has changed. Increases API usage and reduces performance.",
- "update-attributes-only-on-value-change-enabled": "Updates the attributes only if their value has changed. If the value is not changed, no update to the attribute timestamp nor attribute change notification will be sent.",
+ "update-attribute-only-on-value-change": "Updates attribute on every incoming message, regardless of whether the value has changed. This increases API usage and reduces performance.",
+ "update-attribute-only-on-value-change-enabled": "Updates attribute only when the value changes. If the value is unchanged, timestamps are not updated and notifications are not sent.",
"save-time-series": "Saves time series data to the ts_kv table in the database.",
"save-database": "Saves attribute data to the database.",
"save-latest-values": "Updates time series data in the ts_kv_latest table in the database if the new value is more recent.",
- "send-web-sockets": "Notifies WebSocket subscriptions about updates to the attribute data.",
- "save-calculated-fields": "Notifies calculated fields about updates to the attribute data.",
+ "send-web-sockets-attribute": "Notifies WebSocket subscriptions about updates to the attribute data.",
+ "send-web-sockets-time-series": "Notifies WebSocket subscriptions about updates to the time series data.",
+ "save-calculated-fields-attribute": "Notifies calculated fields about updates to the attribute data.",
+ "save-calculated-fields-time-series": "Notifies calculated fields about updates to the time series data.",
"ttl": "Defines the retention period for time series data. If disabled, the Tenant Profile TTL is used."
}
},