mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-10 17:51:45 +02:00
* frigate+ pane i18n fix * catch more exceptions * explore search result tooltip i18n fix * i18n fix * remove comments about deprecated strftime_fmt * Catch producers exists but is None * Formatting * fix live camera view i18n * Add default role config for proxy users This allows users to specify a default role for users when using a proxy for auth. This can be useful for users who can't/don't want to define a header mapping for the remote-role header. * update reference config and auth docs * clarify face rec camera level config * clarify auth docs * Fix onnx not working with openvino * Update openvino to fix failed npu plugin check --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
39 lines
1013 B
JSON
39 lines
1013 B
JSON
{
|
|
"alerts": "Alerts",
|
|
"detections": "Detections",
|
|
"motion": {
|
|
"label": "Motion",
|
|
"only": "Motion only"
|
|
},
|
|
"allCameras": "All Cameras",
|
|
"empty": {
|
|
"alert": "There are no alerts to review",
|
|
"detection": "There are no detections to review",
|
|
"motion": "No motion data found"
|
|
},
|
|
"timeline": "Timeline",
|
|
"timeline.aria": "Select timeline",
|
|
"events": {
|
|
"label": "Events",
|
|
"aria": "Select events",
|
|
"noFoundForTimePeriod": "No events found for this time period."
|
|
},
|
|
"documentTitle": "Review - Frigate",
|
|
"recordings": {
|
|
"documentTitle": "Recordings - Frigate"
|
|
},
|
|
"calendarFilter": {
|
|
"last24Hours": "Last 24 Hours"
|
|
},
|
|
"markAsReviewed": "Mark as Reviewed",
|
|
"markTheseItemsAsReviewed": "Mark these items as reviewed",
|
|
"newReviewItems": {
|
|
"label": "View new review items",
|
|
"button": "New Items To Review"
|
|
},
|
|
"selected_one": "{{count}} selected",
|
|
"selected_other": "{{count}} selected",
|
|
"camera": "Camera",
|
|
"detected": "detected"
|
|
}
|