add detect fps, review, and audio messages

This commit is contained in:
Josh Hawkins
2026-03-29 11:14:54 -05:00
parent e42b6f75da
commit 78ea005724
4 changed files with 54 additions and 0 deletions
+11
View File
@@ -1606,5 +1606,16 @@
"onvif": {
"profileAuto": "Auto",
"profileLoading": "Loading profiles..."
},
"configMessages": {
"review": {
"recordDisabled": "Recording is disabled, review items will not be generated."
},
"audio": {
"noAudioRole": "No streams have the audio role defined. You must enable the audio role for audio detection to function."
},
"detect": {
"fpsGreaterThanFive": "Setting the detect FPS higher than 5 is not recommended."
}
}
}