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

25 lines
698 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Roku device is already configured",
"unknown": "Unexpected error"
},
"error": {
2020-04-08 00:08:19 +00:00
"cannot_connect": "Failed to connect, please try again"
},
"flow_title": "Roku: {name}",
"step": {
"ssdp_confirm": {
2020-03-24 13:18:47 +00:00
"description": "Do you want to set up {name}?",
"title": "Roku"
},
"user": {
"data": {
"host": "Host or IP address"
},
"description": "Enter your Roku information.",
"title": "Roku"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-03-24 13:18:47 +00:00
}