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

21 lines
560 B
JSON
Raw Normal View History

2022-01-15 00:14:21 +00:00
{
"config": {
"abort": {
"already_configured": "Kontoen er allerede konfigurert"
},
"error": {
2022-03-01 00:23:47 +00:00
"cannot_connect": "Tilkobling mislyktes",
"invalid_auth": "Ugyldig godkjenning",
"no_devices": "Ingen enheter oppdaget",
"no_username": "Kunne ikke hente brukernavn"
2022-01-15 00:14:21 +00:00
},
"step": {
"user": {
"data": {
"api_key": "API-n\u00f8kkel",
"name": "Navn"
}
}
}
}
}