This commit is contained in:
Josh Hawkins 2026-06-09 15:27:38 -05:00
parent 7b83b936ab
commit c79d6cf2ea

View File

@ -364,7 +364,7 @@
} }
}, },
"step3": { "step3": {
"description": "Configure stream roles and add additional streams for your camera.", "description": "Configure features, stream roles, and add additional streams for your camera.",
"streamsTitle": "Camera Streams", "streamsTitle": "Camera Streams",
"addStream": "Add Stream", "addStream": "Add Stream",
"addAnotherStream": "Add Another Stream", "addAnotherStream": "Add Another Stream",
@ -403,6 +403,16 @@
"featuresPopover": { "featuresPopover": {
"title": "Stream Features", "title": "Stream Features",
"description": "Use go2rtc restreaming to reduce connections to your camera." "description": "Use go2rtc restreaming to reduce connections to your camera."
},
"ptz": {
"title": "Enable PTZ Controls",
"detectedNote": "PTZ support has been detected via ONVIF.",
"connectionDetails": "ONVIF connection details",
"host": "ONVIF Host",
"port": "ONVIF Port",
"username": "ONVIF Username",
"password": "ONVIF Password",
"hostRequiredWarning": "An ONVIF host and port are required when PTZ controls are enabled."
} }
}, },
"step4": { "step4": {