fix: fix i18n (#23144)

* fix: fix genai roles i18n

* fix: add plus object label

* fix: fix some options miss i18n key

* fix: fix genai runtime_options i18n

* fix: format

* fix: add logger level i18n

* fix: add Per-process log level i18n
This commit is contained in:
GuoQing Liu
2026-05-10 12:09:50 -05:00
committed by GitHub
parent c4b74c9148
commit d1bb3d94e5
10 changed files with 121 additions and 12 deletions
+6 -2
View File
@@ -121,5 +121,9 @@
"royal_mail": "Royal Mail",
"school_bus": "School Bus",
"skunk": "Skunk",
"kangaroo": "Kangaroo"
}
"kangaroo": "Kangaroo",
"baby": "Baby",
"baby_stroller": "Baby Stroller",
"rickshaw": "Rickshaw",
"Rodent": "Rodent"
}
+53 -3
View File
@@ -1490,8 +1490,8 @@
"genaiRoles": {
"options": {
"embeddings": "Embedding",
"vision": "Vision",
"tools": "Tools"
"descriptions": "Descriptions",
"chat": "Chat"
}
},
"semanticSearchModel": {
@@ -1643,10 +1643,60 @@
"hardwareAuto": "Automatic hardware acceleration"
}
},
"birdseye": {
"trackingMode": {
"objects": "Objects",
"motion": "Motion",
"continuous": "Continuous"
}
},
"snapshot": {
"retainMode": {
"all": "All",
"motion": "Motion",
"active_objects": "Active Objects"
}
},
"ui": {
"timeFormat": {
"browser": "Browser",
"12hour": "12 hour",
"24hour": "24 hour"
},
"TimeOrDateStyle": {
"full": "Full",
"long": "Long",
"medium": "Medium",
"short": "Short"
},
"unitSystem": {
"metric": "Metric",
"imperial": "Imperial"
}
},
"review": {
"imageSource": {
"recordings": "Recordings",
"previews": "Previews"
}
},
"logger": {
"logLevel": {
"debug": "Debug",
"info": "Info",
"warning": "Warning",
"error": "Error",
"critical": "Critical"
}
},
"onvif": {
"profileAuto": "Auto",
"profileLoading": "Loading profiles..."
},
"modelSize": {
"small": "Small",
"large": "Large"
},
"configMessages": {
"review": {
"recordDisabled": "Recording is disabled, review items will not be generated.",
@@ -1694,4 +1744,4 @@
"jinav2SmallModelSize": "The 'small' size with the Jina V2 model has high RAM and inference cost. The 'large' model with a discrete GPU is recommended."
}
}
}
}