i18n cleanup

This commit is contained in:
Josh Hawkins 2025-11-10 14:48:20 -06:00
parent e1dcb2643f
commit 54b0a9afa0

View File

@ -194,57 +194,22 @@
"onvifPort": "ONVIF Port", "onvifPort": "ONVIF Port",
"probeMode": "Probe camera", "probeMode": "Probe camera",
"manualMode": "Manual selection", "manualMode": "Manual selection",
"testConnection": "Test Connection",
"testSuccess": "Connection test successful!",
"testFailed": "Connection test failed. Please check your input and try again.",
"streamDetails": "Stream Details",
"testing": {
"probingMetadata": "Probing camera metadata...",
"fetchingSnapshot": "Fetching camera snapshot..."
},
"detectionMethodDescription": "Probe the camera with ONVIF (if supported) to find camera stream URLs, or manually select the camera brand to use pre-defined URLs. To enter a custom RTSP URL, choose the manual method and select \"Other\".", "detectionMethodDescription": "Probe the camera with ONVIF (if supported) to find camera stream URLs, or manually select the camera brand to use pre-defined URLs. To enter a custom RTSP URL, choose the manual method and select \"Other\".",
"onvifPortDescription": "For cameras that support ONVIF, this is usually 80 or 8080.", "onvifPortDescription": "For cameras that support ONVIF, this is usually 80 or 8080.",
"probingDevice": "Probing device...",
"probeSuccessful": "Probe successful",
"probeError": "Probe Error",
"probeNoSuccess": "Probe unsuccessful",
"manufacturer": "Manufacturer",
"model": "Model",
"firmware": "Firmware",
"profiles": "Profiles",
"ptzSupport": "PTZ Support",
"autotrackingSupport": "Autotracking Support",
"presets": "Presets",
"deviceInfo": "Device Information",
"rtspCandidates": "RTSP Candidates",
"noRtspCandidates": "No RTSP URLs were found from the camera. Your credentials may be incorrect, or the camera may not support ONVIF or the method used to retrieve RTSP URLs. Go back and enter the RTSP URL manually.",
"candidateStreamTitle": "Candidate {{number}}",
"useCandidate": "Use",
"uriCopy": "Copy",
"probeFailed": "Failed to probe camera: {{error}}",
"probeButton": "Probe camera",
"warnings": {
"noSnapshot": "Unable to fetch a snapshot from the configured stream."
},
"errors": { "errors": {
"brandOrCustomUrlRequired": "Either select a camera brand with host/IP or choose 'Other' with a custom URL", "brandOrCustomUrlRequired": "Either select a camera brand with host/IP or choose 'Other' with a custom URL",
"nameRequired": "Camera name is required", "nameRequired": "Camera name is required",
"nameLength": "Camera name must be 64 characters or less", "nameLength": "Camera name must be 64 characters or less",
"invalidCharacters": "Camera name contains invalid characters", "invalidCharacters": "Camera name contains invalid characters",
"nameExists": "Camera name already exists", "nameExists": "Camera name already exists",
"customUrlRtspRequired": "Custom URLs must begin with \"rtsp://\". Manual configuration is required for non-RTSP camera streams.", "customUrlRtspRequired": "Custom URLs must begin with \"rtsp://\". Manual configuration is required for non-RTSP camera streams."
"brands": {
"reolink-rtsp": "Reolink RTSP is not recommended. Enable HTTP in the camera's firmware settings and restart the wizard."
}
},
"docs": {
"reolink": "https://docs.frigate.video/configuration/camera_specific.html#reolink-cameras"
} }
}, },
"step2": { "step2": {
"description": "Probe the camera for available streams or configure manual settings based on your selected detection method.", "description": "Probe the camera for available streams or configure manual settings based on your selected detection method.",
"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.",
"testFailedTitle": "Test Failed",
"streamDetails": "Stream Details", "streamDetails": "Stream Details",
"probing": "Probing camera...", "probing": "Probing camera...",
"retry": "Retry", "retry": "Retry",
@ -267,6 +232,7 @@
"presets": "Presets", "presets": "Presets",
"rtspCandidates": "RTSP Candidates", "rtspCandidates": "RTSP Candidates",
"rtspCandidatesDescription": "The following RTSP URLs were found from the camera probe. Test the connection to view stream metadata.", "rtspCandidatesDescription": "The following RTSP URLs were found from the camera probe. Test the connection to view stream metadata.",
"noRtspCandidates": "No RTSP URLs were found from the camera. Your credentials may be incorrect, or the camera may not support ONVIF or the method used to retrieve RTSP URLs. Go back and enter the RTSP URL manually.",
"candidateStreamTitle": "Candidate {{number}}", "candidateStreamTitle": "Candidate {{number}}",
"useCandidate": "Use", "useCandidate": "Use",
"uriCopy": "Copy", "uriCopy": "Copy",