diff --git a/web/public/locales/en/views/events.json b/web/public/locales/en/views/events.json index 332817b00..b9152bbab 100644 --- a/web/public/locales/en/views/events.json +++ b/web/public/locales/en/views/events.json @@ -31,5 +31,6 @@ "label": "View new review items", "button": "New Items To Review" }, + "selected": "selected", "camera": "Camera" } diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 9826aab34..09bba01d0 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -136,6 +136,7 @@ "desc": "Frigate can recognize license plates on vehicles and automatically add the detected characters to the recognized_license_plate field or a known name as a sub_label to objects that are of type car. A common use case may be to read the license plates of cars pulling into a driveway or cars passing by on a street.", "readTheDocumentation": "Read the Documentation" }, + "restart_required": "Restart required (Classification settings changed)", "toast": { "success": "Classification settings have been saved. Restart Frigate to apply your changes.", "error": "Failed to save config changes: {{errorMessage}}" @@ -178,6 +179,7 @@ "filter": { "all": "All Masks and Zones" }, + "restart_required": "Restart required (masks/zones changed)", "toast": { "success": { "copyCoordinates": "Copied coordinates for {{polyName}} to clipboard." @@ -583,6 +585,7 @@ "loadingAvailableModels": "Loading available models...", "modelSelect": "Your available models on Frigate+ can be selected here. Note that only models compatible with your current detector configuration can be selected." }, + "restart_required": "Restart required (Frigate+ model changed)", "toast": { "success": "Frigate+ settings have been saved. Restart Frigate to apply changes.", "error": "Failed to save config changes: {{errorMessage}}" diff --git a/web/public/locales/en/views/system.json b/web/public/locales/en/views/system.json index 211b86059..0365a7293 100644 --- a/web/public/locales/en/views/system.json +++ b/web/public/locales/en/views/system.json @@ -153,11 +153,17 @@ "title": "Enrichments", "infPerSecond": "Inferences Per Second", "embeddings": { + "image_embedding": "Image Embedding", + "text_embedding": "Text Embedding", + "face_recognition": "Face Recognition", + "plate_recognition": "Plate Recognition", "image_embedding_speed": "Image Embedding Speed", "face_embedding_speed": "Face Embedding Speed", "face_recognition_speed": "Face Recognition Speed", "plate_recognition_speed": "Plate Recognition Speed", - "text_embedding_speed": "Text Embedding Speed" + "text_embedding_speed": "Text Embedding Speed", + "yolov9_plate_detection_speed": "YOLOv9 Plate Detection Speed", + "yolov9_plate_detection": "YOLOv9 Plate Detection" } } } diff --git a/web/src/components/filter/ReviewActionGroup.tsx b/web/src/components/filter/ReviewActionGroup.tsx index ffcb74649..c529b3826 100644 --- a/web/src/components/filter/ReviewActionGroup.tsx +++ b/web/src/components/filter/ReviewActionGroup.tsx @@ -95,7 +95,13 @@ export default function ReviewActionGroup({