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

16 lines
391 B
JSON
Raw Normal View History

{
"documentTitle": "Config Editor - Frigate",
"configEditor": "Config Editor",
"copyConfig": "Copy Config",
"saveAndRestart": "Save & Restart",
2025-03-14 20:10:32 +03:00
"saveOnly": "Save Only",
"toast": {
"success": {
"copyToClipboard": "Config copied to clipboard."
},
"error": {
"savingError": "Error saving config"
}
}
}