Files
frigate/web/public/locales/en/views/configEditor.json
T

19 lines
515 B
JSON
Raw Normal View History

{
2025-04-11 05:52:32 -05:00
"documentTitle": "Config Editor - Frigate",
"configEditor": "Config Editor",
"safeConfigEditor": "Config Editor (Safe Mode)",
"safeModeDescription": "Frigate is in safe mode due to a config validation error.",
2025-04-11 05:52:32 -05:00
"copyConfig": "Copy Config",
"saveAndRestart": "Save & Restart",
"saveOnly": "Save Only",
2025-05-19 16:45:02 -05:00
"confirm": "Exit without saving?",
2025-04-11 05:52:32 -05:00
"toast": {
"success": {
"copyToClipboard": "Config copied to clipboard."
},
"error": {
"savingError": "Error saving config"
}
2025-04-11 05:52:32 -05:00
}
}