mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
* update PR template * fix hook * fix input * fix hook * add all audio detector keys * add frigate+ keys * fix spelling, formatting, and spacing * fix labels * capitalization * fix timestamp * fix menu * fix plus text * fix download label * docs * fix docs build * fix docs formatting
40 lines
1.3 KiB
JSON
40 lines
1.3 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"
|
|
},
|
|
"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"
|
|
},
|
|
"cameraDisabled": "Camera is disabled",
|
|
"stats": {
|
|
"streamType": "Stream Type:",
|
|
"streamType.short": "Type",
|
|
"bandwidth": "Bandwidth:",
|
|
"bandwidth.short": "Bandwidth",
|
|
"latency": "Latency:",
|
|
"latency.short": "Latency",
|
|
"latency.value": "{{seconds}} seconds",
|
|
"latency.short.value": "{{seconds}} sec",
|
|
"totalFrames": "Total Frames:",
|
|
"droppedFrames": "Dropped Frames:",
|
|
"droppedFrames.short": "Dropped",
|
|
"droppedFrames.short.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+"
|
|
}
|
|
}
|
|
}
|