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

21 lines
709 B
JSON
Raw Normal View History

2020-06-04 00:04:15 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address."
},
"step": {
"user": {
"data": {
"host": "Host"
},
"description": "Set up Dune HD integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/dunehd \n\nEnsure that your player is turned on.",
"title": "Dune HD"
}
}
}
}