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

27 lines
815 B
JSON
Raw Normal View History

2022-01-15 00:14:21 +00:00
{
"config": {
"abort": {
2022-03-04 00:21:35 +00:00
"already_configured": "Kontoen er allerede konfigurert",
"reauth_successful": "Godkjenning p\u00e5 nytt var vellykket"
2022-01-15 00:14:21 +00:00
},
"error": {
2022-03-01 00:23:47 +00:00
"cannot_connect": "Tilkobling mislyktes",
2022-03-04 00:21:35 +00:00
"incorrect_api_key": "Ugyldig API-n\u00f8kkel for valgt konto",
2022-03-01 00:23:47 +00:00
"invalid_auth": "Ugyldig godkjenning",
"no_devices": "Ingen enheter oppdaget",
"no_username": "Kunne ikke hente brukernavn"
2022-01-15 00:14:21 +00:00
},
"step": {
2022-03-04 00:21:35 +00:00
"reauth_confirm": {
"data": {
"api_key": "API-n\u00f8kkel"
}
},
2022-01-15 00:14:21 +00:00
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API-n\u00f8kkel"
2022-01-15 00:14:21 +00:00
}
}
}
}
}