mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Use translation references for BraviaTV config flow (#40955)
This commit is contained in:
parent
fb3de7e3e6
commit
670404f43a
@ -18,11 +18,11 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"invalid_host": "Invalid hostname or IP address.",
|
"invalid_host": "Invalid hostname or IP address.",
|
||||||
"cannot_connect": "Failed to connect, invalid host or PIN code.",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"unsupported_model": "Your TV model is not supported."
|
"unsupported_model": "Your TV model is not supported."
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "This TV is already configured.",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"no_ip_control": "IP Control is disabled on your TV or the TV is not supported."
|
"no_ip_control": "IP Control is disabled on your TV or the TV is not supported."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user