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

26 lines
961 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"invalid_host": "Invalid hostname or IP address",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address",
"unknown": "Unexpected error"
},
"step": {
"confirm_discovery": {
"description": "DHCP reservation on your router is recommended. If not set up, the device may become unavailable until Home Assistant detects the new ip address. Refer to your router's user manual."
},
"user": {
"data": {
"host": "Host",
"name": "Name"
},
"description": "Please refer to the documentation to make sure all requirements are met."
}
}
}
}