add help/docs link popovers

This commit is contained in:
Josh Hawkins
2025-10-12 13:53:20 -05:00
parent 07340b88aa
commit f3bde69d73
2 changed files with 100 additions and 6 deletions
+11 -1
View File
@@ -220,7 +220,17 @@
"notConnected": "Not Connected",
"featuresTitle": "Features",
"go2rtc": "Reduce connections to camera",
"detectRoleWarning": "At least one stream must have the \"detect\" role to proceed."
"detectRoleWarning": "At least one stream must have the \"detect\" role to proceed.",
"rolesPopover": {
"title": "Stream Roles",
"detect": "Main feed for object detection.",
"record": "Saves segments of the video feed based on configuration settings.",
"audio": "Feed for audio based detection."
},
"featuresPopover": {
"title": "Stream Features",
"description": "Use go2rtc restreaming to reduce connections to your camera."
}
},
"step3": {
"description": "Final validation and bandwidth analysis before saving your camera configuration.",