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

30 lines
1.2 KiB
JSON
Raw Normal View History

2020-01-07 00:32:07 +00:00
{
"config": {
"abort": {
2020-01-09 00:31:49 +00:00
"already_configured": "This printer is already configured.",
2020-01-07 00:32:07 +00:00
"unsupported_model": "This printer model is not supported."
},
"error": {
"connection_error": "Connection error.",
"snmp_error": "SNMP server turned off or printer not supported.",
"wrong_host": "Invalid hostname or IP address."
},
2020-01-23 00:31:52 +00:00
"flow_title": "Brother Printer: {model} {serial_number}",
2020-01-07 00:32:07 +00:00
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"host": "Host",
2020-01-07 00:32:07 +00:00
"type": "Type of the printer"
},
2020-05-29 00:04:16 +00:00
"description": "Set up Brother printer integration. If you have problems with configuration go to: https://www.home-assistant.io/integrations/brother"
2020-01-23 00:31:52 +00:00
},
"zeroconf_confirm": {
"data": {
"type": "Type of the printer"
},
"description": "Do you want to add the Brother Printer {model} with serial number `{serial_number}` to Home Assistant?",
"title": "Discovered Brother Printer"
2020-01-07 00:32:07 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-07 00:32:07 +00:00
}