Use translation references for Brother config flow (#40953)

This commit is contained in:
Maciej Bieniek 2020-10-01 13:02:53 +02:00 committed by GitHub
parent 1b864aeccc
commit 0d523d7116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%]"
} }
} }
} }