mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-21 11:51:53 +03:00
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* restructure camera enable/disable pane * remove obsolete camera edit form * change terminology to off/on instead of disabled/enabled * docs * move menu options and add current camera name badge * docs * tweaks
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"noRecordingsFoundForThisTime": "No recordings found for this time",
|
|
"noPreviewFound": "No Preview Found",
|
|
"noPreviewFoundFor": "No Preview Found for {{cameraName}}",
|
|
"submitFrigatePlus": {
|
|
"title": "Submit this frame to Frigate+?",
|
|
"submit": "Submit",
|
|
"previewError": "Could not load snapshot preview. The recording may not be available at this time."
|
|
},
|
|
"livePlayerRequiredIOSVersion": "iOS 17.1 or greater is required for this live stream type.",
|
|
"streamOffline": {
|
|
"title": "Stream Offline",
|
|
"desc": "No frames have been received on the {{cameraName}} <code>detect</code> stream, check error logs"
|
|
},
|
|
"cameraOff": "Camera is off",
|
|
"stats": {
|
|
"streamType": {
|
|
"title": "Stream Type:",
|
|
"short": "Type"
|
|
},
|
|
"bandwidth": {
|
|
"title": "Bandwidth:",
|
|
"short": "Bandwidth"
|
|
},
|
|
"latency": {
|
|
"title": "Latency:",
|
|
"value": "{{seconds}} seconds",
|
|
"short": {
|
|
"title": "Latency",
|
|
"value": "{{seconds}} sec"
|
|
}
|
|
},
|
|
"totalFrames": "Total Frames:",
|
|
"droppedFrames": {
|
|
"title": "Dropped Frames:",
|
|
"short": {
|
|
"title": "Dropped",
|
|
"value": "{{droppedFrames}} frames"
|
|
}
|
|
},
|
|
"decodedFrames": "Decoded Frames:",
|
|
"droppedFrameRate": "Dropped Frame Rate:"
|
|
},
|
|
"toast": {
|
|
"success": {
|
|
"submittedFrigatePlus": "Successfully submitted frame to Frigate+"
|
|
},
|
|
"error": {
|
|
"submitFrigatePlusFailed": "Failed to submit frame to Frigate+"
|
|
}
|
|
}
|
|
}
|