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

25 lines
744 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"unknown": "Unexpected error",
"unsupported": "Unsupported device"
},
"error": {
"cannot_connect": "Failed to connect",
"unsupported": "Unsupported device"
},
"flow_title": "{model} ({name})",
"step": {
"discovery_confirm": {
"description": "Do you want to set up the {model} player named {name}?"
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}