Browse Source

UI: Fixed translations for calculated fields and alarm rule

pull/14651/head
ArtemDzhereleiko 6 months ago
parent
commit
ef6f981ccd
  1. 26
      ui-ngx/src/assets/locale/locale.constant-en_US.json

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

@ -1108,9 +1108,9 @@
"geofencing" : "Geofencing", "geofencing" : "Geofencing",
"propagation": "Propagation", "propagation": "Propagation",
"related-entities-aggregation": "Related entities aggregation", "related-entities-aggregation": "Related entities aggregation",
"related-entities-aggregation-hint": "Aggregation of data from related entities", "related-entities-aggregation-hint": "Aggregation of data from related entities.",
"time-series-data-aggregation": "Time series data aggregation", "time-series-data-aggregation": "Time series data aggregation",
"time-series-data-aggregation-hint": "Aggregation of historical data from a current entity" "time-series-data-aggregation-hint": "Aggregation of historical data from a current entity."
}, },
"arguments": "Arguments", "arguments": "Arguments",
"decimals-by-default": "Decimals by default", "decimals-by-default": "Decimals by default",
@ -1287,9 +1287,9 @@
}, },
"aggregate-interval-type": "Aggregate interval type", "aggregate-interval-type": "Aggregate interval type",
"aggregate-interval-value": "Aggregate interval value", "aggregate-interval-value": "Aggregate interval value",
"aggregate-interval-value-required": "Aggregate interval value is required", "aggregate-interval-value-required": "Aggregate interval value is required.",
"aggregate-interval-value-min": "Aggregate interval value should be at least { sec, plural, =0 {0 second} =1 {1 second} other {# seconds} }", "aggregate-interval-value-min": "Aggregate interval value should be at least { sec, plural, =0 {0 second} =1 {1 second} other {# seconds} }.",
"aggregate-interval-value-step-multiple-of": "Aggregate interval value must be a divisor or multiple of 1 day", "aggregate-interval-value-step-multiple-of": "Aggregate interval value must be a divisor or multiple of 1 day.",
"aggregate-period": { "aggregate-period": {
"hour": "Hour", "hour": "Hour",
"day": "Day", "day": "Day",
@ -1301,23 +1301,23 @@
"custom": "Custom" "custom": "Custom"
}, },
"aggregate-period-hint-offset": "Your aggregation interval will be: {{ interval }}", "aggregate-period-hint-offset": "Your aggregation interval will be: {{ interval }}",
"aggregate-period-hint-offset-and-so-on": "Your aggregation interval will be: {{ interval }} and so on", "aggregate-period-hint-offset-and-so-on": "Your aggregation interval will be: {{ interval }} and so on.",
"entity-aggregation": { "entity-aggregation": {
"argument-hint": "Data will be fetched from current entity", "argument-hint": "Data will be fetched from current entity.",
"argument-setting-hint": "Latest telemetry is the only available argument type for this calculated field.", "argument-setting-hint": "Latest telemetry is the only available argument type for this calculated field.",
"aggregation-interval": "Aggregation interval", "aggregation-interval": "Aggregation interval",
"aggregation-interval-hint": "Defines how often to perform aggregation. Example: every 1 hour aggregates data at 00:00, 01:00, 02:00, etc.", "aggregation-interval-hint": "Defines how often to perform aggregation. Example: every 1 hour aggregates data at 00:00, 01:00, 02:00, etc.",
"apply-offset": "Apply offset to aggregation interval", "apply-offset": "Apply offset to aggregation interval",
"apply-offset-hint": "Defines how much to shift the start of each aggregation period (e.g., +10 minutes - 00:10, 01:10).", "apply-offset-hint": "Defines how much to shift the start of each aggregation period (e.g., +10 minutes - 00:10, 01:10).",
"offset-value": "Offset value", "offset-value": "Offset value",
"offset-value-required": "Offset value is required", "offset-value-required": "Offset value is required.",
"offset-value-min": "Offset value must be a positive integer", "offset-value-min": "Offset value must be a positive integer.",
"offset-value-max": "Offset value should be less than the aggregate interval value", "offset-value-max": "Offset value should be less than the aggregate interval value.",
"wait-delay": "Apply await timeout for delayed telemetry", "wait-delay": "Apply await timeout for delayed telemetry",
"wait-delay-hint": "Defines how long to wait for delayed telemetry after the interval ends. If such telemetry arrives, the result for that interval will be recalculated.", "wait-delay-hint": "Defines how long to wait for delayed telemetry after the interval ends. If such telemetry arrives, the result for that interval will be recalculated.",
"duration": "Duration", "duration": "Duration",
"duration-required": "Duration is required", "duration-required": "Duration is required.",
"duration-min": "Duration should be at least 1 minute", "duration-min": "Duration should be at least 1 minute.",
"duration-hint": "How long to wait for delayed data after the interval ends.", "duration-hint": "How long to wait for delayed data after the interval ends.",
"produce-intermediate-result": "Produce intermediate result", "produce-intermediate-result": "Produce intermediate result",
"produce-intermediate-result-hint": "Calculates metrics during the current interval to produce an intermediate result. Updates occur no more often than once every {{ time }}." "produce-intermediate-result-hint": "Calculates metrics during the current interval to produce an intermediate result. Updates occur no more often than once every {{ time }}."
@ -1488,7 +1488,7 @@
"alarm-rule-additional-info-hint": "Hint: use <code><span style=\"color: #000;\">$&#123;</span>Argument name<span style=\"color: #000;\">&#125;</span></code> to substitute values of the arguments that are used in alarm rule condition.", "alarm-rule-additional-info-hint": "Hint: use <code><span style=\"color: #000;\">$&#123;</span>Argument name<span style=\"color: #000;\">&#125;</span></code> to substitute values of the arguments that are used in alarm rule condition.",
"alarm-rule-additional-info-icon-hint": "Use Argument name to substitute values of the arguments that are used in alarm rule condition.", "alarm-rule-additional-info-icon-hint": "Use Argument name to substitute values of the arguments that are used in alarm rule condition.",
"alarm-rule-mobile-dashboard": "Mobile dashboard", "alarm-rule-mobile-dashboard": "Mobile dashboard",
"alarm-rule-mobile-dashboard-hint": "Used by mobile application as an alarm details dashboard", "alarm-rule-mobile-dashboard-hint": "Used by mobile application as an alarm details dashboard.",
"alarm-rule-no-mobile-dashboard": "No dashboard selected", "alarm-rule-no-mobile-dashboard": "No dashboard selected",
"alarm-rule-condition": "Alarm rule condition", "alarm-rule-condition": "Alarm rule condition",
"enter-alarm-rule-condition-prompt": "Add condition", "enter-alarm-rule-condition-prompt": "Add condition",

Loading…
Cancel
Save