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

20 lines
813 B
JSON

{
"config": {
"create_entry": {
"default": "To finish setting up the integration, use the Ecowitt App (on your phone) or access the Ecowitt WebUI in a browser at the station IP address.\n\nPick your station -> Menu Others -> DIY Upload Servers. Hit next and select 'Customized'\n\n- Server IP: `{server}`\n- Path: `{path}`\n- Port: `{port}`\n\nClick on 'Save'."
},
"error": {
"invalid_port": "Port is already used.",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"path": "Path with Security token",
"port": "Listening port"
},
"description": "Are you sure you want to set up Ecowitt?"
}
}
}
}