i18n fixes (#17725)

* 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>
This commit is contained in:
Josh Hawkins
2025-04-17 07:34:24 -06:00
committed by GitHub
co-authored by Nicolas Mowen
parent 1315a28252
commit 84c1ad59a2
17 changed files with 134 additions and 72 deletions
@@ -0,0 +1,15 @@
{
"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"
}