fix: fix classification pages none label i18n

This commit is contained in:
ZhaiSoul
2025-12-17 10:52:25 +00:00
parent 78eace258e
commit a4c8c72a77
5 changed files with 13 additions and 6 deletions
@@ -1,7 +1,9 @@
{
"documentTitle": "Classification Models - Frigate",
"details": {
"scoreInfo": "Score represents the average classification confidence across all detections of this object."
"scoreInfo": "Score represents the average classification confidence across all detections of this object.",
"none": "None",
"unknown": "Unknown"
},
"button": {
"deleteClassificationAttempts": "Delete Classification Images",
@@ -83,7 +85,6 @@
"aria": "Select Recent Classifications"
},
"categories": "Classes",
"none": "None",
"createCategory": {
"new": "Create New Class"
},