Add pre-defined entity name translations (#89792)

This commit is contained in:
Franck Nijhof
2023-03-16 21:10:20 +01:00
committed by GitHub
parent e6f280cf7a
commit f9919bb7cf
34 changed files with 402 additions and 4 deletions

View File

@@ -7,5 +7,16 @@
"action_type": {
"press": "Press {entity_name} button"
}
},
"entity_component": {
"_": {
"name": "[%key:component::button::title%]"
},
"restart": {
"name": "Restart"
},
"update": {
"name": "Update"
}
}
}