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

22 lines
624 B
JSON

{
"config": {
"abort": {
"already_configured": "This RainMachine controller is already configured."
},
"error": {
"identifier_exists": "Account already registered",
"invalid_credentials": "Invalid credentials"
},
"step": {
"user": {
"data": {
"ip_address": "Hostname or IP Address",
"password": "Password",
"port": "Port"
},
"title": "Fill in your information"
}
},
"title": "RainMachine"
}
}