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

29 lines
980 B
JSON
Raw Normal View History

2020-06-22 00:05:46 +00:00
{
"config": {
"abort": {
"already_configured": "Account is already configured",
2020-10-08 00:06:03 +00:00
"no_devices_found": "No devices found on the network",
2020-10-07 00:06:20 +00:00
"reauth_successful": "Re-authentication was successful"
2020-06-22 00:05:46 +00:00
},
"error": {
2020-10-08 00:06:03 +00:00
"invalid_access_token": "Invalid access token",
"unknown": "Unexpected error"
2020-06-22 00:05:46 +00:00
},
"step": {
"reauth": {
"data": {
"access_token": "Access Token",
"email": "Email"
},
"description": "Please re-enter your Awair developer access token."
},
"user": {
"data": {
"access_token": "Access Token",
"email": "Email"
},
"description": "You must register for an Awair developer access token at: https://developer.getawair.com/onboard/login"
}
}
}
}