This commit is contained in:
Josh Hawkins 2025-11-09 12:17:53 -06:00
parent d74688eb37
commit 02678370db

View File

@ -188,6 +188,11 @@
"brandInformation": "Brand information", "brandInformation": "Brand information",
"brandUrlFormat": "For cameras with the RTSP URL format as: {{exampleUrl}}", "brandUrlFormat": "For cameras with the RTSP URL format as: {{exampleUrl}}",
"customUrlPlaceholder": "rtsp://username:password@host:port/path", "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", "testConnection": "Test Connection",
"testSuccess": "Connection test successful!", "testSuccess": "Connection test successful!",
"testFailed": "Connection test failed. Please check your input and try again.", "testFailed": "Connection test failed. Please check your input and try again.",
@ -196,6 +201,15 @@
"probingMetadata": "Probing camera metadata...", "probingMetadata": "Probing camera metadata...",
"fetchingSnapshot": "Fetching camera snapshot..." "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": { "warnings": {
"noSnapshot": "Unable to fetch a snapshot from the configured stream." "noSnapshot": "Unable to fetch a snapshot from the configured stream."
}, },