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

34 lines
1.2 KiB
JSON

{
"config": {
"error": {
"cannot_connect": "Failed to connect",
"timeout_connect": "Timeout establishing connection"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password"
},
"description": "Please enter the LNK WiFi module information for your Rain Bird device.",
"title": "Configure Rain Bird"
}
}
},
"issues": {
"deprecated_yaml": {
"description": "Configuring Rain Bird in configuration.yaml is being removed in Home Assistant 2023.4.\n\nYour configuration has been imported into the UI automatically, however default per-zone irrigation times are no longer supported. Remove the Rain Bird YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The Rain Bird YAML configuration is being removed"
}
},
"options": {
"step": {
"init": {
"data": {
"duration": "Default irrigation time in minutes"
},
"title": "Configure Rain Bird"
}
}
}
}