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

20 lines
813 B
JSON
Raw Normal View History

{
"config": {
2022-08-31 16:41:04 +00:00
"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'."
},
2022-09-02 00:25:46 +00:00
"error": {
"invalid_port": "Port is already used.",
"unknown": "Unexpected error"
},
2022-08-31 16:41:04 +00:00
"step": {
"user": {
2022-09-02 00:25:46 +00:00
"data": {
"path": "Path with Security token",
"port": "Listening port"
},
2022-08-31 16:41:04 +00:00
"description": "Are you sure you want to set up Ecowitt?"
}
}
}
2022-08-31 16:41:04 +00:00
}