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

35 lines
1.4 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect",
"connection_upgrade": "Failed to connect to printer due to connection upgrade being required.",
"ipp_error": "Encountered IPP error.",
"ipp_version_error": "IPP version not supported by printer.",
"parse_error": "Failed to parse response from printer.",
"unique_id_required": "Device missing unique identification required for discovery."
},
"error": {
"cannot_connect": "Failed to connect",
"connection_upgrade": "Failed to connect to printer. Please try again with SSL/TLS option checked."
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"base_path": "Relative path to the printer",
"host": "Host",
"port": "Port",
"ssl": "Uses an SSL certificate",
"verify_ssl": "Verify SSL certificate"
},
"description": "Set up your printer via Internet Printing Protocol (IPP) to integrate with Home Assistant.",
"title": "Link your printer"
},
"zeroconf_confirm": {
"description": "Do you want to set up {name}?",
"title": "Discovered printer"
}
}
}
}