add ability to edit motion and object config for debug replay

This commit is contained in:
Josh Hawkins
2026-03-01 07:13:14 -06:00
parent 1102a4fe32
commit 119ce4b039
12 changed files with 429 additions and 109 deletions
+1
View File
@@ -117,6 +117,7 @@
"button": {
"add": "Add",
"apply": "Apply",
"applying": "Applying…",
"reset": "Reset",
"undo": "Undo",
"done": "Done",
+2 -1
View File
@@ -48,6 +48,7 @@
"noActivity": "No activity detected",
"activeTracking": "Active tracking",
"noActiveTracking": "No active tracking",
"configuration": "Configuration"
"configuration": "Configuration",
"configurationDesc": "Fine tune motion detection and object tracking settings for the debug replay camera. No changes are saved to your Frigate configuration file."
}
}
@@ -1392,6 +1392,7 @@
},
"toast": {
"success": "Settings saved successfully",
"applied": "Settings applied successfully",
"successRestartRequired": "Settings saved successfully. Restart Frigate to apply your changes.",
"error": "Failed to save settings",
"validationError": "Validation failed: {{message}}",