+
calculated-fields.output-strategy.save-calculated-fields
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 09dfb9cb2c..d208ef3fd4 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json
@@ -1241,7 +1241,6 @@
"strategy": "Strategy",
"process-right-away": "Process right away",
"process-rule-chains": "Process via Rule Chains",
- "processing-options": "Processing options",
"save-time-series": "Save to time series",
"save-database": "Save to database",
"save-latest-values": "Save to latest values",
@@ -1252,11 +1251,16 @@
"ttl-required": "TTL is required",
"ttl-min": "Only 0 minimum TTL is allowed",
"hint": {
- "strategy": "Strategy",
+ "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.",
- "ttl": "Uncheck to use the default system settings"
+ "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.",
+ "ttl": "Defines the retention period for time series data. If disabled, the Tenant Profile TTL is used."
}
},
"aggregate-interval-type": "Aggregate interval type",