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

21 lines
688 B
JSON
Raw Normal View History

{
2019-04-01 03:01:23 +00:00
"config": {
"abort": {
"already_setup": "You can only configure a single Heos connection as it will support all devices on the network."
},
"error": {
"connection_failure": "Unable to connect to the specified host."
},
"step": {
"user": {
"data": {
2019-04-17 16:31:34 +00:00
"access_token": "Host",
"host": "Host"
2019-04-01 03:01:23 +00:00
},
"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"
}
},
2019-04-17 16:31:34 +00:00
"title": "HEOS"
}
}