51 lines
1.7 KiB
JSON
51 lines
1.7 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Account is al geconfigureerd",
|
|
"already_configured_account": "Account is al geconfigureerd",
|
|
"already_configured_device": "Apparaat is al geconfigureerd",
|
|
"no_devices_found": "Geen apparaten gevonden op het netwerk",
|
|
"reauth_successful": "Herauthenticatie geslaagd",
|
|
"unreachable": "Kan geen verbinding maken"
|
|
},
|
|
"error": {
|
|
"invalid_access_token": "Ongeldig toegangstoken",
|
|
"unknown": "Onverwachte fout",
|
|
"unreachable": "Kan geen verbinding maken"
|
|
},
|
|
"flow_title": "{model} ({device_id})",
|
|
"step": {
|
|
"cloud": {
|
|
"data": {
|
|
"access_token": "Toegangstoken",
|
|
"email": "E-mail"
|
|
}
|
|
},
|
|
"local": {
|
|
"data": {
|
|
"host": "IP-adres"
|
|
}
|
|
},
|
|
"reauth": {
|
|
"data": {
|
|
"access_token": "Toegangstoken",
|
|
"email": "E-mail"
|
|
},
|
|
"description": "Voer uw Awair-ontwikkelaarstoegangstoken opnieuw in."
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"access_token": "Toegangstoken",
|
|
"email": "E-mail"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"access_token": "Toegangstoken",
|
|
"email": "E-mail"
|
|
},
|
|
"description": "U moet zich registreren voor een Awair-toegangstoken voor ontwikkelaars op: https://developer.getawair.com/onboard/login"
|
|
}
|
|
}
|
|
}
|
|
} |