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

28 lines
1.3 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": "First, you need to download the Goal Zero app: https://www.goalzero.com/product-features/yeti-app/\n\nFollow the instructions to connect your Yeti to your Wi-fi network. 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"
}
}
}
}