mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-03 06:50:58 +00: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>
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"filter": "Filter",
|
|
"export": "Eksporter",
|
|
"calendar": "Kalender",
|
|
"filters": "Filtre",
|
|
"toast": {
|
|
"error": {
|
|
"noValidTimeSelected": "Ingen gyldig tidsperiode valgt",
|
|
"endTimeMustAfterStartTime": "Sluttid må være etter starttid"
|
|
}
|
|
}
|
|
}
|