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

28 lines
879 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "The password can be retrieved from the AirVisual Pro's UI."
},
"user": {
"data": {
"ip_address": "Host",
"password": "Password"
},
"description": "The password can be retrieved from the AirVisual Pro's UI."
}
}
}
}