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

38 lines
1.4 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
2021-03-16 00:04:36 +00:00
"no_devices_found": "No devices found on the network",
2020-10-04 00:05:05 +00:00
"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": "Optional list of known hosts if mDNS discovery is not working."
},
"description": "Please enter the Google Cast configuration.",
"title": "Google Cast"
},
"confirm": {
2020-10-04 00:05:05 +00:00
"description": "Do you want to start set up?"
}
2020-04-15 16:51:07 +00:00
}
},
"options": {
"error": {
"invalid_known_hosts": "Known hosts must be a comma separated list of hosts."
},
"step": {
"options": {
"data": {
"ignore_cec": "Optional list which will be passed to pychromecast.IGNORE_CEC.",
"known_hosts": "Optional list of known hosts if mDNS discovery is not working.",
"uuid": "Optional list of UUIDs. Casts not listed will not be added."
},
"description": "Please enter the Google Cast configuration."
}
}
2020-04-16 20:00:10 +00:00
}
2018-08-24 13:54:47 +00:00
}