core/homeassistant/components/brother/strings.json

30 lines
1.0 KiB
JSON

{
"config": {
"flow_title": "Brother Printer: {model} {serial_number}",
"step": {
"user": {
"description": "Set up Brother printer integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/brother",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"type": "Type of the printer"
}
},
"zeroconf_confirm": {
"description": "Do you want to add the Brother Printer {model} with serial number `{serial_number}` to Home Assistant?",
"title": "Discovered Brother Printer",
"data": {
"type": "Type of the printer"
}
}
},
"error": {
"wrong_host": "Invalid hostname or IP address.",
"connection_error": "Connection error.",
"snmp_error": "SNMP server turned off or printer not supported."
},
"abort": {
"unsupported_model": "This printer model is not supported.",
"already_configured": "This printer is already configured."
}
}
}