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

35 lines
1.4 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
2020-05-13 18:27:21 +00:00
"already_configured": "Device is already configured",
2020-10-08 00:06:03 +00:00
"cannot_connect": "Failed to connect",
2020-04-08 00:08:19 +00:00
"connection_upgrade": "Failed to connect to printer due to connection upgrade being required.",
2020-04-15 00:09:19 +00:00
"ipp_error": "Encountered IPP error.",
"ipp_version_error": "IPP version not supported by printer.",
2020-05-17 00:02:56 +00:00
"parse_error": "Failed to parse response from printer.",
"unique_id_required": "Device missing unique identification required for discovery."
},
"error": {
2020-10-08 00:06:03 +00:00
"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",
2020-05-13 18:27:21 +00:00
"host": "Host",
"port": "Port",
2020-10-04 00:05:05 +00:00
"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": {
2020-05-13 18:27:21 +00:00
"description": "Do you want to set up {name}?",
"title": "Discovered printer"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}