mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Use common strings in panasonic config flow (#41641)
* Add missing common strings * Add common string
This commit is contained in:
parent
9d515e8c34
commit
1cb25cdaf7
@ -4,7 +4,7 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Setup your TV",
|
||||
"description": "Enter your Panasonic Viera TV's IP address",
|
||||
"description": "Enter your Panasonic Viera TV's [%key:common::config_flow::data::ip%]",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::ip%]",
|
||||
"name": "[%key:common::config_flow::data::name%]"
|
||||
@ -12,7 +12,7 @@
|
||||
},
|
||||
"pairing": {
|
||||
"title": "Pairing",
|
||||
"description": "Enter the PIN displayed on your TV",
|
||||
"description": "Enter the [%key:common::config_flow::data::pin%] displayed on your TV",
|
||||
"data": {
|
||||
"pin": "[%key:common::config_flow::data::pin%]"
|
||||
}
|
||||
@ -20,7 +20,7 @@
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"invalid_pin_code": "The PIN code you entered was invalid"
|
||||
"invalid_pin_code": "The [%key:common::config_flow::data::pin%] you entered was invalid"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user