mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-10 17:51:45 +02:00
* Start Frigate in safe mode when config does not validate * Add safe mode page that is just the config editor * Adjust Frigate config editor when in safe mode * Cleanup * Improve log message
19 lines
515 B
JSON
19 lines
515 B
JSON
{
|
|
"documentTitle": "Config Editor - Frigate",
|
|
"configEditor": "Config Editor",
|
|
"safeConfigEditor": "Config Editor (Safe Mode)",
|
|
"safeModeDescription": "Frigate is in safe mode due to a config validation error.",
|
|
"copyConfig": "Copy Config",
|
|
"saveAndRestart": "Save & Restart",
|
|
"saveOnly": "Save Only",
|
|
"confirm": "Exit without saving?",
|
|
"toast": {
|
|
"success": {
|
|
"copyToClipboard": "Config copied to clipboard."
|
|
},
|
|
"error": {
|
|
"savingError": "Error saving config"
|
|
}
|
|
}
|
|
}
|