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

56 lines
2.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"alternative_integration": "Device is better supported by another integration",
"cannot_connect": "Failed to connect",
"discovery_error": "Failed to discover a matching DLNA device",
"incomplete_config": "Configuration is missing a required variable",
"non_unique_id": "Multiple devices found with the same unique ID",
"not_dmr": "Device is not a supported Digital Media Renderer"
},
"error": {
"cannot_connect": "Failed to connect",
"not_dmr": "Device is not a supported Digital Media Renderer"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Do you want to start set up?"
},
"import_turn_on": {
"description": "Please turn on the device and click submit to continue migration"
},
"manual": {
"data": {
"url": "URL"
},
"description": "URL to a device description XML file",
"title": "Manual DLNA DMR device connection"
},
"user": {
"data": {
"host": "Host"
},
"description": "Choose a device to configure or leave blank to enter a URL",
"title": "Discovered DLNA DMR devices"
}
}
},
"options": {
"error": {
"invalid_url": "Invalid URL"
},
"step": {
"init": {
"data": {
"browse_unfiltered": "Show incompatible media when browsing",
"callback_url_override": "Event listener callback URL",
"listen_port": "Event listener port (random if not set)",
"poll_availability": "Poll for device availability"
},
"title": "DLNA Digital Media Renderer configuration"
}
}
}
}