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

33 lines
1.3 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "ESP is already configured",
"already_in_progress": "ESP configuration is already in progress"
},
"error": {
"connection_error": "Can't connect to ESP. Please make sure your YAML file contains an 'api:' line.",
"invalid_password": "Invalid password!",
"resolve_error": "Can't resolve address of the ESP. If this error persists, please set a static IP address: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips"
},
2019-05-29 17:16:58 +00:00
"flow_title": "ESPHome: {name}",
"step": {
"authenticate": {
"data": {
"password": "Password"
},
2020-05-29 00:04:16 +00:00
"description": "Please enter the password you set in your configuration for {name}."
},
2019-02-28 00:34:13 +00:00
"discovery_confirm": {
"description": "Do you want to add the ESPHome node `{name}` to Home Assistant?",
"title": "Discovered ESPHome node"
},
"user": {
"data": {
"host": "Host",
"port": "Port"
},
2020-05-29 00:04:16 +00:00
"description": "Please enter connection settings of your [ESPHome](https://esphomelib.com/) node."
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-05-01 00:02:55 +00:00
}