mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-23 17:52:05 +02:00
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"documentTitle": "Config Editor - Frigate",
|
|
"configEditor": "Config Editor",
|
|
"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"
|
|
}
|
|
}
|
|
}
|