mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-23 17:52:05 +02:00
* Add indicator when GenAI review infers suspicious activity * Fix score filtering logic * Enable mobile view for classification and optimize for mobile layout * Add missing keys * Don't require face rec * fix key
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
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",
|
|
"suspiciousActivity": "Suspicious Activity",
|
|
"threateningActivity": "Threatening Activity"
|
|
}
|