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

32 lines
883 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"identifier_exists": "Account is already configured",
"invalid_auth": "Invalid authentication",
"invalid_credentials": "Invalid credentials"
},
"step": {
"user": {
"data": {
"ip_address": "Hostname or IP Address",
"password": "Password",
"port": "Port"
},
"title": "Fill in your information"
}
}
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Default zone run time (in seconds)"
},
"title": "Configure RainMachine"
}
}
}
}