mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
* Fix history management failing when updating URL * Handle case where user doesn't have images that represent all states If a user selects all imags and can't proceed we show a warning that they can still proceed but the model won't be trained until they get at least one image for every state. * Still create all classes We stil need to create all classes even if the user didn't assign images to them. * fix camera group access for non admin users changes from previous PR wrongly included users from the standard viewer role (but excluded custom viewer roles) * Adjust threat level interaction to be less strict * use base path when fetching go2rtc data * show config error message when starting in safe mode * fix genai migration * fix genai * Fix genai migration --------- Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
61 lines
1.7 KiB
JSON
61 lines
1.7 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",
|
|
"zoomIn": "Zoom In",
|
|
"zoomOut": "Zoom Out",
|
|
"events": {
|
|
"label": "Events",
|
|
"aria": "Select events",
|
|
"noFoundForTimePeriod": "No events found for this time period."
|
|
},
|
|
"detail": {
|
|
"label": "Detail",
|
|
"noDataFound": "No detail data to review",
|
|
"aria": "Toggle detail view",
|
|
"trackedObject_one": "{{count}} object",
|
|
"trackedObject_other": "{{count}} objects",
|
|
"noObjectDetailData": "No object detail data available.",
|
|
"settings": "Detail View Settings",
|
|
"alwaysExpandActive": {
|
|
"title": "Always expand active",
|
|
"desc": "Always expand the active review item's object details when available."
|
|
}
|
|
},
|
|
"objectTrack": {
|
|
"trackedPoint": "Tracked point",
|
|
"clickToSeek": "Click to seek to this time"
|
|
},
|
|
"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",
|
|
"normalActivity": "Normal",
|
|
"needsReview": "Needs review",
|
|
"securityConcern": "Security concern"
|
|
}
|