Files
frigate/web/public/locales/en/views/events.json
T

66 lines
1.9 KiB
JSON
Raw Normal View History

{
"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",
2025-12-31 06:48:56 -06:00
"motion": "No motion data found",
"recordingsDisabled": {
"title": "Recordings must be enabled",
"description": "Review items can only be created for a camera when recordings are enabled for that camera."
}
},
"timeline": "Timeline",
"timeline.aria": "Select timeline",
2025-10-29 13:04:29 -05:00
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out",
"events": {
"label": "Events",
"aria": "Select events",
"noFoundForTimePeriod": "No events found for this time period."
},
2025-10-16 08:24:14 -05:00
"detail": {
2025-10-24 07:50:06 -05:00
"label": "Detail",
2025-10-16 08:24:14 -05:00
"noDataFound": "No detail data to review",
"aria": "Toggle detail view",
2025-11-12 07:23:30 +08:00
"trackedObject_one": "{{count}} object",
"trackedObject_other": "{{count}} objects",
2025-10-29 17:03:38 -05:00
"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."
}
2025-10-16 08:24:14 -05:00
},
"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"
},
2025-04-23 07:19:20 -05:00
"selected_one": "{{count}} selected",
"selected_other": "{{count}} selected",
2025-12-11 08:23:34 -06:00
"select_all": "All",
2025-05-05 21:42:24 -05:00
"camera": "Camera",
2025-08-20 07:28:47 -06:00
"detected": "detected",
2025-11-27 07:58:35 -06:00
"normalActivity": "Normal",
"needsReview": "Needs review",
"securityConcern": "Security concern"
}