classification i18n fix (#21331)

* fix: fix classification pages none label i18n

* fix: fix README_CN formatting issue
This commit is contained in:
GuoQing Liu
2025-12-18 06:26:11 +08:00
committed by GitHub
parent 3edfd905de
commit 13957fec00
6 changed files with 18 additions and 10 deletions

View File

@@ -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"
},