"levels-required":"At least one level must be configured.",
"levels-required":"At least one level must be configured.",
"max-allowed-levels-error":"Relation level exceeds the maximum allowed.",
"max-allowed-levels-error":"Relation level exceeds the maximum allowed.",
"propagation-path-related-entities":"Propagation path to related entities",
"propagate-type":{
"arguments-only":"Arguments only",
"expression-result":"Expression result"
},
"data-propagate":"Data to propagate",
"output-key":"Output key",
"copy-output-key":"Copy output key",
"hint":{
"hint":{
"arguments-simple-with-rolling":"Simple type calculated field should not contain keys with time series rolling type.",
"arguments-simple-with-rolling":"Simple type calculated field should not contain keys with time series rolling type.",
"arguments-propagate-arguments-with-rolling":"'Time series rolling' type is incompatible with 'Arguments only' propagation.",
"arguments-propagate-argument-entity-type":"Entity type is incompatible with 'Arguments only' propagation.",
"arguments-empty":"Arguments should not be empty.",
"arguments-empty":"Arguments should not be empty.",
"expression-required":"Expression is required.",
"expression-required":"Expression is required.",
"expression-invalid":"Expression is invalid",
"expression-invalid":"Expression is invalid",
@ -1156,6 +1169,12 @@
"argument-name-duplicate":"Argument with such name already exists.",
"argument-name-duplicate":"Argument with such name already exists.",
"argument-name-max-length":"Argument name should be less than 256 characters.",
"argument-name-max-length":"Argument name should be less than 256 characters.",
"argument-name-forbidden":"Argument name is reserved and cannot be used.",
"argument-name-forbidden":"Argument name is reserved and cannot be used.",
"output-key-required":"Output key is required.",
"output-key-pattern":"Output key is invalid.",
"output-key-duplicate":"Key with such name already exists.",
"output-key-max-length":"Output key should be less than 256 characters.",
"output-key-forbidden":"Output key is reserved and cannot be used.",
"entity-type-required":"Entity type is required",
"name-required":"Mame is required.",
"name-required":"Mame is required.",
"name-pattern":"Name is invalid.",
"name-pattern":"Name is invalid.",
"name-duplicate":"Name with such name already exists.",
"name-duplicate":"Name with such name already exists.",
@ -1181,7 +1200,9 @@
"max-geofencing-zone":"Maximum number of geofencing zones reached.",
"max-geofencing-zone":"Maximum number of geofencing zones reached.",
"zone-group-refresh-interval":"Defines how often zone groups configured via related entities are refreshed.",
"zone-group-refresh-interval":"Defines how often zone groups configured via related entities are refreshed.",
"zone-group-refresh-interval-required":"Zone groups refresh interval is required.",
"zone-group-refresh-interval-required":"Zone groups refresh interval is required.",
"zone-group-refresh-interval-min":"Zone group refresh interval should be at least {{ min }} second."
"zone-group-refresh-interval-min":"Zone group refresh interval should be at least {{ min }} second.",
"propagation-path-related-entities":"Defines a direct, single-level path to a related entity based on the selected direction and relation type.",
"data-propagate":"Defines the data to be propagated from the arguments configured below. 'Arguments only' uses the retrieved data directly, while 'Expression result' calculates a new value from that data."