fix: add logger level i18n

This commit is contained in:
ZhaiSoul
2026-05-09 15:26:51 +08:00
parent 423d4719bf
commit 8a9d77715f
2 changed files with 14 additions and 0 deletions
@@ -1680,6 +1680,15 @@
"previews": "Previews"
}
},
"logger": {
"logLevel": {
"debug": "Debug",
"info": "Info",
"warning": "Warning",
"error": "Error",
"critical": "Critical"
}
},
"onvif": {
"profileAuto": "Auto",
"profileLoading": "Loading profiles..."