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

47 lines
2.0 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-10-10 00:05:05 +00:00
"already_configured": "Device is already configured",
2021-10-02 12:59:05 +00:00
"already_in_progress": "Configuration flow is already in progress",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"connection_error": "Can't connect to ESP. Please make sure your YAML file contains an 'api:' line.",
2020-10-10 00:05:05 +00:00
"invalid_auth": "Invalid authentication",
2021-10-02 12:59:05 +00:00
"invalid_psk": "The transport encryption key is invalid. Please ensure it matches what you have in your configuration",
2022-07-01 00:27:03 +00:00
"resolve_error": "Can't resolve address of the ESP. If this error persists, please set a static IP address"
},
"flow_title": "{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"
},
2021-10-02 12:59:05 +00:00
"encryption_key": {
"data": {
"noise_psk": "Encryption key"
},
"description": "Please enter the encryption key you set in your configuration for {name}."
},
"reauth_confirm": {
"data": {
"noise_psk": "Encryption key"
},
"description": "The ESPHome device {name} enabled transport encryption or changed the encryption key. Please enter the updated key."
},
"user": {
"data": {
"host": "Host",
"port": "Port"
},
2022-07-01 00:27:03 +00:00
"description": "Please enter connection settings of your [ESPHome]({esphome_url}) 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
}