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

51 lines
1.7 KiB
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
2022-08-29 00:27:51 +00:00
"already_configured_account": "Account is al geconfigureerd",
"already_configured_device": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"no_devices_found": "Geen apparaten gevonden op het netwerk",
2022-08-29 00:27:51 +00:00
"reauth_successful": "Herauthenticatie geslaagd",
"unreachable": "Kan geen verbinding maken"
2020-11-07 00:04:02 +00:00
},
"error": {
2021-02-24 00:04:14 +00:00
"invalid_access_token": "Ongeldig toegangstoken",
2022-08-29 00:27:51 +00:00
"unknown": "Onverwachte fout",
"unreachable": "Kan geen verbinding maken"
2020-11-07 00:04:02 +00:00
},
2022-08-29 00:27:51 +00:00
"flow_title": "{model} ({device_id})",
2020-11-07 00:04:02 +00:00
"step": {
2022-08-29 00:27:51 +00:00
"cloud": {
"data": {
"access_token": "Toegangstoken",
"email": "E-mail"
}
},
"local": {
"data": {
"host": "IP-adres"
}
},
2020-11-07 00:04:02 +00:00
"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
},
2022-06-29 00:23:03 +00:00
"reauth_confirm": {
"data": {
"access_token": "Toegangstoken",
"email": "E-mail"
}
},
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
}
}
}