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

44 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"invalid_known_hosts": "Known hosts must be a comma separated list of hosts."
},
"step": {
"config": {
"data": {
"known_hosts": "Known hosts"
},
"description": "Known Hosts - A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working.",
"title": "Google Cast configuration"
},
"confirm": {
"description": "Do you want to start set up?"
}
}
},
"options": {
"error": {
"invalid_known_hosts": "Known hosts must be a comma separated list of hosts."
},
"step": {
"advanced_options": {
"data": {
"ignore_cec": "Ignore CEC",
"uuid": "Allowed UUIDs"
},
"description": "Allowed UUIDs - A comma-separated list of UUIDs of Cast devices to add to Home Assistant. Use only if you don\u2019t want to add all available cast devices.\nIgnore CEC - A comma-separated list of Chromecasts that should ignore CEC data for determining the active input. This will be passed to pychromecast.IGNORE_CEC.",
"title": "Advanced Google Cast configuration"
},
"basic_options": {
"data": {
"known_hosts": "Known hosts"
},
"description": "Known Hosts - A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working.",
"title": "Google Cast configuration"
}
}
}
}