From 02678370dbde06ee2ff5a982cfb3a109ae0b7583 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:17:53 -0600 Subject: [PATCH] i18n --- web/public/locales/en/views/settings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 626e5385a..23716648c 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -188,6 +188,11 @@ "brandInformation": "Brand information", "brandUrlFormat": "For cameras with the RTSP URL format as: {{exampleUrl}}", "customUrlPlaceholder": "rtsp://username:password@host:port/path", + "connectionSettings": "Connection Settings", + "detectionMethod": "Detection Method", + "onvifPort": "ONVIF Port", + "probeMode": "Probe camera", + "manualMode": "Manual selection", "testConnection": "Test Connection", "testSuccess": "Connection test successful!", "testFailed": "Connection test failed. Please check your input and try again.", @@ -196,6 +201,15 @@ "probingMetadata": "Probing camera metadata...", "fetchingSnapshot": "Fetching camera snapshot..." }, + "probingDevice": "Probing device...", + "probeError": "Probe Error", + "probeNoSuccess": "Probe unsuccessful", + "deviceInfo": "Device Information", + "rtspCandidates": "RTSP Candidates", + "useCandidate": "Use", + "uriCopied": "URI copied", + "probeFailed": "Failed to probe camera: {{error}}", + "probeButton": "Probe camera", "warnings": { "noSnapshot": "Unable to fetch a snapshot from the configured stream." },