From c79d6cf2ea712bdc99370237c4a05016a4b2fcee Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:27:38 -0500 Subject: [PATCH] i18n --- web/public/locales/en/views/settings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index a40ce797dc..46e7e41a3a 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -364,7 +364,7 @@ } }, "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", "addStream": "Add Stream", "addAnotherStream": "Add Another Stream", @@ -403,6 +403,16 @@ "featuresPopover": { "title": "Stream Features", "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": {