mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
19 lines
514 B
JSON
19 lines
514 B
JSON
{
|
|
"documentTitle": "Config Editor - Dienst",
|
|
"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"
|
|
}
|
|
}
|
|
}
|