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

31 lines
789 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "Device is already configured"
},
"error": {
2020-11-11 11:10:09 +00:00
"invalid_auth": "Invalid authentication"
},
"flow_title": "{ip}",
"step": {
"user": {
"data": {
"ip_address": "Hostname or IP Address",
"password": "Password",
"port": "Port"
},
"title": "Fill in your information"
}
2020-04-15 16:51:07 +00:00
}
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Default zone run time (in seconds)"
},
"title": "Configure RainMachine"
}
}
2020-04-16 20:00:10 +00:00
}
}