You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/web/src/i18n/locales/en-US.js
+145Lines changed: 145 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1653,6 +1653,151 @@ export default {
1653
1653
}
1654
1654
},
1655
1655
flow: {
1656
+
areaRule: {
1657
+
title: 'Region Rule Configuration',
1658
+
purposeLabel: 'Output Purpose',
1659
+
purposes: {
1660
+
alarm: 'Exception Alarm',
1661
+
statistics: 'Statistics Report',
1662
+
compatibility: 'Compatibility Configuration'
1663
+
},
1664
+
typeLabel: 'Region Rule Type',
1665
+
summaryLabel: 'Rule Description',
1666
+
downstreamNote: 'Whether an alarm record is ultimately created still depends on rate limits, deduplication, and review rules in the downstream “Event Report” node.',
1667
+
legacyNote: 'This is a legacy multi-node configuration. Editing preserves the original type 6 and parameter keys without automatic migration.',
targetExpressionFallback: 'The valid target count satisfies the selected threshold relation',
1791
+
targetLimit: 'Compares the valid target count in the region with the target count threshold and supports <, >, ≤, ≥, and =. Current configuration: {expression}; a candidate alarm is produced when the condition is {duration}.',
1792
+
areaCount: 'Periodically reports the current valid target count in the region, including zero. This is statistical data, not an exception alarm.',
1793
+
passFlow: 'Periodically reports tripwire entries, exits, and cumulative flow. This rule requires stable target tracking.',
1794
+
tripwire: 'A candidate alarm is produced when the same tracked target crosses the configured number ({count}) of tripwires in the marked direction.',
1795
+
direction: 'A candidate alarm is produced when the same target moves {direction} by more than {distance}% of the frame height.',
1796
+
duration: 'A candidate alarm is produced when the same target satisfies “{condition}” and the stay condition is {duration}.',
1797
+
presence: 'A candidate alarm is produced when any valid upstream target is inside the decision region. Target classes are determined by the upstream model and category filter.',
1798
+
unknown: 'This configuration contains a legacy rule value that the current interface cannot recognize. Use compatibility mode for read-only inspection to avoid overwriting it.'
0 commit comments