fix: fix setting i18n

This commit is contained in:
ZhaiSoul
2026-05-12 16:51:03 +08:00
parent 57ee01b1ed
commit 19dcad7989
10 changed files with 66 additions and 22 deletions
+6 -2
View File
@@ -559,7 +559,11 @@
},
"filters": {
"label": "Audio filters",
"description": "Per-audio-type filter settings such as confidence thresholds used to reduce false positives."
"description": "Per-audio-type filter settings such as confidence thresholds used to reduce false positives.",
"threshold": {
"label": "Minimum audio confidence",
"description": "Minimum confidence threshold for the audio event to be counted."
}
},
"enabled_in_config": {
"label": "Original audio state",
@@ -1593,4 +1597,4 @@
"description": "Ignore time synchronization differences between camera and Frigate server for ONVIF communication."
}
}
}
}