mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
i18n
This commit is contained in:
parent
d74688eb37
commit
02678370db
@ -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."
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user