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

29 lines
982 B
JSON
Raw Normal View History

2020-01-07 00:32:07 +00:00
{
"config": {
"abort": {
2020-10-02 00:05:51 +00:00
"already_configured": "Device is already configured",
2020-01-07 00:32:07 +00:00
"unsupported_model": "This printer model is not supported."
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Failed to connect",
2020-01-07 00:32:07 +00:00
"snmp_error": "SNMP server turned off or printer not supported.",
"wrong_host": "Invalid hostname or IP address."
},
"flow_title": "{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"
2022-04-29 00:22:21 +00:00
}
2020-01-23 00:31:52 +00:00
},
"zeroconf_confirm": {
"data": {
"type": "Type of the printer"
},
2022-04-29 00:22:21 +00:00
"description": "Do you want to add the printer {model} with serial number `{serial_number}` to Home Assistant?",
2020-01-23 00:31:52 +00:00
"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
}