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

20 lines
543 B
JSON

{
"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": "Ensure that your player is turned on."
}
}
}
}