Add missing i18n keys (#17861)

This commit is contained in:
Josh Hawkins
2025-04-22 19:46:05 -06:00
committed by GitHub
parent f9b2db4405
commit 78c1694451
8 changed files with 23 additions and 7 deletions
+1
View File
@@ -31,5 +31,6 @@
"label": "View new review items",
"button": "New Items To Review"
},
"selected": "selected",
"camera": "Camera"
}
@@ -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}}"
+7 -1
View File
@@ -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"
}
}
}