mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-09 14:55:43 +03:00
* fix key * add french * Fix random 0 * fix i18n in role change dialog * fix delete user dialog * fix filter tips steps * remove classes from i18n files * combine disjointed norweigan localized files * change submit to plus to use a question with yes/no --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
16 lines
408 B
JSON
16 lines
408 B
JSON
{
|
|
"documentTitle": "Konfigurasjonsredigering - Frigate",
|
|
"toast": {
|
|
"error": {
|
|
"savingError": "Feil ved lagring av konfigurasjon"
|
|
},
|
|
"success": {
|
|
"copyToClipboard": "Konfigurasjonen ble kopiert til utklippstavlen."
|
|
}
|
|
},
|
|
"configEditor": "Konfigurasjonsredigering",
|
|
"copyConfig": "Kopier konfigurasjon",
|
|
"saveAndRestart": "Lagre og omstart",
|
|
"saveOnly": "Kun lagre"
|
|
}
|