mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 23:05:43 +03:00
16 lines
391 B
JSON
16 lines
391 B
JSON
|
|
{
|
||
|
|
"documentTitle": "Config Editor - Frigate",
|
||
|
|
"configEditor": "Config Editor",
|
||
|
|
"copyConfig": "Copy Config",
|
||
|
|
"saveAndRestart": "Save & Restart",
|
||
|
|
"saveOnly": "Save Only",
|
||
|
|
"toast": {
|
||
|
|
"success": {
|
||
|
|
"copyToClipboard": "Config copied to clipboard."
|
||
|
|
},
|
||
|
|
"error": {
|
||
|
|
"savingError": "Error saving config"
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|