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

32 lines
919 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect"
},
"step": {
"cloud": {
"data": {
"password": "Password",
"username": "Username"
}
},
"local": {
"data": {
"ip_address": "IP Address"
},
"description": "Local IP address of the device."
},
"user": {
"data": {
"connection_type": "Select connection type",
"password": "Password",
"username": "Username"
},
"description": "Select connection type. Local requires generation 3 heaters"
}
}
}
}