core/homeassistant/components/roku/strings.json

28 lines
608 B
JSON

{
"config": {
"title": "Roku",
"flow_title": "Roku: {name}",
"step": {
"user": {
"title": "Roku",
"description": "Enter your Roku information.",
"data": {
"host": "Host or IP address"
}
},
"ssdp_confirm": {
"title": "Roku",
"description": "Do you want to set up {name}?",
"data": {}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again"
},
"abort": {
"already_configured": "Roku device is already configured",
"unknown": "Unexpected error"
}
}
}