mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Use translation references for Brother config flow (#40953)
This commit is contained in:
parent
1b864aeccc
commit
0d523d7116
@ -19,12 +19,12 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"wrong_host": "Invalid hostname or IP address.",
|
"wrong_host": "Invalid hostname or IP address.",
|
||||||
"connection_error": "Connection error.",
|
"connection_error": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"snmp_error": "SNMP server turned off or printer not supported."
|
"snmp_error": "SNMP server turned off or printer not supported."
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"unsupported_model": "This printer model is not supported.",
|
"unsupported_model": "This printer model is not supported.",
|
||||||
"already_configured": "This printer is already configured."
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user