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

29 lines
848 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name}",
"step": {
"discovery_confirm": {
"description": "Do you want to set up {name}?",
"title": "Roku"
},
"ssdp_confirm": {
"description": "Do you want to set up {name}?",
"title": "Roku"
},
"user": {
"data": {
"host": "Host"
},
"description": "Enter your Roku information."
}
}
}
}