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

27 lines
832 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}?",
"title": "Kaleidescape"
},
"user": {
"data": {
"host": "Host"
},
"title": "Kaleidescape Setup"
}
}
}
}