improve error messages when mixing/matching detectors

This commit is contained in:
Josh Hawkins
2026-04-01 07:22:33 -05:00
parent b839f501da
commit 6bcdbd7232
2 changed files with 72 additions and 2 deletions
+6 -1
View File
@@ -1409,7 +1409,8 @@
"keyDuplicate": "Detector name already exists.",
"noSchema": "No detector schemas are available.",
"none": "No detector instances configured.",
"add": "Add detector"
"add": "Add detector",
"addCustomKey": "Add custom key"
},
"record": {
"title": "Recording Settings"
@@ -1637,6 +1638,10 @@
},
"snapshots": {
"detectDisabled": "Object detection is disabled. Snapshots are generated from tracked objects and will not be created."
},
"detectors": {
"mixedTypes": "All detectors must use the same type. Remove existing detectors to use a different type.",
"mixedTypesSuggestion": "All detectors must use the same type. Remove existing detectors or select {{type}}."
}
}
}