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

29 lines
990 B
JSON
Raw Normal View History

2020-06-23 00:09:06 +00:00
{
"config": {
2020-07-30 00:03:25 +00:00
"abort": {
2020-08-05 00:02:19 +00:00
"already_configured": "Kontoen er allerede konfigurert",
"no_devices": "Ingen enheter funnet p\u00e5 nettverket",
2020-07-30 00:03:25 +00:00
"reauth_successful": "Tilgangstoken oppdatert"
},
2020-06-23 00:09:06 +00:00
"error": {
2020-08-05 00:02:19 +00:00
"auth": "Ugyldig tilgangstoken",
2020-06-23 00:09:06 +00:00
"unknown": "Ukjent Awair API-feil."
},
"step": {
"reauth": {
"data": {
2020-08-05 00:02:19 +00:00
"access_token": "Tilgangstoken",
2020-06-23 00:09:06 +00:00
"email": "Epost"
},
"description": "Skriv inn tilgangstokenet for Awair-utviklere p\u00e5 nytt."
},
"user": {
"data": {
2020-08-05 00:02:19 +00:00
"access_token": "Tilgangstoken",
2020-06-23 00:09:06 +00:00
"email": "Epost "
},
"description": "Du m\u00e5 registrere deg for et Awair-utviklertilgangstoken p\u00e5: https://developer.getawair.com/onboard/login"
}
}
}
}