mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 23:05:43 +03:00
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"configEditor": "Konfigurationseditor",
|
|
"copyConfig": "Konfiguration kopieren",
|
|
"saveAndRestart": "Sichern und Neustarten",
|
|
"saveOnly": "Nur Sichern",
|
|
"toast": {
|
|
"error": {
|
|
"savingError": "Fehler beim Speichern der Konfiguration"
|
|
},
|
|
"success": {
|
|
"copyToClipboard": "Konfiguration in Zwischenablage kopiert."
|
|
}
|
|
},
|
|
"documentTitle": "Konfigurationseditor - Frigate"
|
|
}
|