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

33 lines
1.1 KiB
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",
2022-10-12 00:40:30 +00:00
"reauth_successful": "Re-autentisering 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-09-06 00:27:55 +00:00
},
"data_description": {
"api_key": "F\u00f8lg dokumentasjonen for \u00e5 f\u00e5 en ny api-n\u00f8kkel."
2022-03-04 00:21:35 +00:00
}
},
2022-01-15 00:14:21 +00:00
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API-n\u00f8kkel"
2022-09-06 00:27:55 +00:00
},
"data_description": {
"api_key": "F\u00f8lg dokumentasjonen for \u00e5 f\u00e5 api-n\u00f8kkelen din."
2022-01-15 00:14:21 +00:00
}
}
}
}
}