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

24 lines
793 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Configuration flow is already in progress",
"bad_ssdp": "SSDP data is missing a required value",
"no_devices_found": "No devices found on the network",
"not_dms": "Device is not a supported Media Server"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Do you want to start set up?"
},
"user": {
"data": {
"host": "Host"
},
"description": "Choose a device to configure",
"title": "Discovered DLNA DMA devices"
}
}
}
}