core/homeassistant/components/tesla/translations/no.json

30 lines
979 B
JSON
Raw Normal View History

2019-12-30 00:32:19 +00:00
{
"config": {
"error": {
"connection_error": "Feil ved tilkobling; sjekk nettverket og pr\u00f8v p\u00e5 nytt",
"identifier_exists": "E-post er allerede registrert",
2020-05-13 18:27:21 +00:00
"invalid_credentials": "Ugyldig legitimasjon",
2019-12-30 00:32:19 +00:00
"unknown_error": "Ukjent feil, Vennligst rapporter informasjon fra Loggen"
},
"step": {
"user": {
"data": {
"password": "Passord",
"username": "E-postadresse"
},
2020-05-13 18:27:21 +00:00
"description": "Vennligst fyll inn din informasjonen.",
2019-12-30 00:32:19 +00:00
"title": "Tesla - Konfigurasjon"
}
2020-04-15 16:51:07 +00:00
}
2019-12-30 00:32:19 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-03-24 13:18:47 +00:00
"enable_wake_on_start": "Tving biler til \u00e5 v\u00e5kne ved oppstart",
2019-12-30 00:32:19 +00:00
"scan_interval": "Sekunder mellom skanninger"
}
}
}
2020-04-16 20:00:10 +00:00
}
2019-12-30 00:32:19 +00:00
}