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

23 lines
681 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "Kontoen er allerede konfigurert"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-15 00:03:50 +00:00
"cannot_connect": "Tilkobling mislyktes",
2020-05-13 18:27:21 +00:00
"invalid_auth": "Ugyldig godkjenning",
"unknown": "Uventet feil"
},
"step": {
"user": {
"data": {
2020-11-16 00:03:40 +00:00
"client_id": "Klient ID (valgfritt)",
2020-05-13 18:27:21 +00:00
"client_secret": "Klienthemmelighet (valgfritt)",
"password": "Passord",
"username": "Brukernavn"
},
"title": "Flick p\u00e5loggingsinformasjon"
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-13 18:27:21 +00:00
}