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

22 lines
526 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"unknown": "Unexpected error"
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name}",
"step": {
"ssdp_confirm": {
"description": "Do you want to set up {name}?"
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}