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

44 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"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"
}
}
},
"issues": {
"replaced_old_entity": {
"fix_flow": {
"step": {
"confirm": {
"description": "Update any automations or scripts that use this entity to instead use `{replacement_entity_id}`.",
"title": "The {old_entity_id} entity will be removed"
}
}
},
"title": "The {old_entity_id} entity will be removed"
}
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Default zone run time (in seconds)"
},
"title": "Configure RainMachine"
}
}
}
}