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

22 lines
581 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"brand": "Brand",
"password": "Password",
"username": "Username"
},
"title": "Connect to mynexia.com"
}
}
}
}