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

28 lines
1.0 KiB
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.",
"title": "Goal Zero Yeti"
},
"user": {
"data": {
"host": "Host",
"name": "Name"
},
"description": "Please refer to the documentation to make sure all requirements are met.",
"title": "Goal Zero Yeti"
}
}
}
}