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

23 lines
660 B
JSON

{
"config": {
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"auth": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "The IoTawatt device requires authentication. Please enter the username and password and click the Submit button."
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}