mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47: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": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Setup your TV",
|
"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": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::ip%]",
|
"host": "[%key:common::config_flow::data::ip%]",
|
||||||
"name": "[%key:common::config_flow::data::name%]"
|
"name": "[%key:common::config_flow::data::name%]"
|
||||||
@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"pairing": {
|
"pairing": {
|
||||||
"title": "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": {
|
"data": {
|
||||||
"pin": "[%key:common::config_flow::data::pin%]"
|
"pin": "[%key:common::config_flow::data::pin%]"
|
||||||
}
|
}
|
||||||
@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"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": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user