Restructure translations for entity components (#89702)
This commit is contained in:
parent
f55aaf7664
commit
f32b7859b8
32 changed files with 435 additions and 321 deletions
|
@ -16,10 +16,12 @@
|
|||
"turned_off": "{entity_name} turned off"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue