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

21 lines
639 B
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Device is already configured"
},
"step": {
"user": {
"data": {
2020-10-18 00:03:28 +00:00
"advertise_ip": "Advertise IP Address",
"advertise_port": "Advertise Port",
"host_ip": "Host IP Address",
"listen_port": "Listen Port",
"name": "Name",
"upnp_bind_multicast": "Bind multicast (True/False)"
},
"title": "Define server configuration"
}
2020-04-15 16:51:07 +00:00
}
},
2020-04-16 20:00:10 +00:00
"title": "Emulated Roku"
}