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

21 lines
770 B
JSON

{
"config": {
"abort": {
"already_setup": "You can only configure a single Heos connection as it will support all devices on the network.",
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect",
"connection_failure": "Unable to connect to the specified host."
},
"step": {
"user": {
"data": {
"host": "Host"
},
"description": "Please enter the host name or IP address of a Heos device (preferably one connected via wire to the network).",
"title": "Connect to Heos"
}
}
}
}