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

19 lines
565 B
JSON
Raw Normal View History

{
2019-04-01 03:01:23 +00:00
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"single_instance_allowed": "Already configured. Only a single configuration possible."
2019-04-01 03:01:23 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Failed to connect"
2019-04-01 03:01:23 +00:00
},
"step": {
"user": {
"data": {
2019-04-17 16:31:34 +00:00
"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"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}