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

29 lines
1010 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
2021-02-24 00:04:14 +00:00
"no_devices_found": "Geen apparaten op het netwerk gevonden",
"reauth_successful": "Herauthenticatie was succesvol"
2020-11-07 00:04:02 +00:00
},
"error": {
2021-02-24 00:04:14 +00:00
"invalid_access_token": "Ongeldig toegangstoken",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout"
},
"step": {
"reauth": {
2021-02-24 00:04:14 +00:00
"data": {
"access_token": "Toegangstoken",
"email": "E-mail"
},
2020-11-07 00:04:02 +00:00
"description": "Voer uw Awair-ontwikkelaarstoegangstoken opnieuw in."
2021-02-24 00:04:14 +00:00
},
"user": {
"data": {
"access_token": "Toegangstoken",
"email": "E-mail"
2021-03-17 00:03:55 +00:00
},
"description": "U moet zich registreren voor een Awair-toegangstoken voor ontwikkelaars op: https://developer.getawair.com/onboard/login"
2020-11-07 00:04:02 +00:00
}
2020-10-09 00:04:33 +00:00
}
}
}