mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Add missing translation in the customize (#6074)
This commit is contained in:
parent
443634ecf0
commit
6a9a4cf65f
@ -37,7 +37,7 @@ class HaConfigCustomize extends LocalizeMixin(PolymerElement) {
|
|||||||
</span>
|
</span>
|
||||||
<ha-entity-config
|
<ha-entity-config
|
||||||
hass="[[hass]]"
|
hass="[[hass]]"
|
||||||
label="Entity"
|
label="[[localize('ui.panel.config.customize.picker.entity')]]"
|
||||||
entities="[[entities]]"
|
entities="[[entities]]"
|
||||||
config="[[entityConfig]]"
|
config="[[entityConfig]]"
|
||||||
>
|
>
|
||||||
|
@ -721,7 +721,8 @@
|
|||||||
"description": "Customize your entities",
|
"description": "Customize your entities",
|
||||||
"picker": {
|
"picker": {
|
||||||
"header": "Customizations",
|
"header": "Customizations",
|
||||||
"introduction": "Tweak per-entity attributes. Added/edited customizations will take effect immediately. Removed customizations will take effect when the entity is updated."
|
"introduction": "Tweak per-entity attributes. Added/edited customizations will take effect immediately. Removed customizations will take effect when the entity is updated.",
|
||||||
|
"entity": "Entity"
|
||||||
},
|
},
|
||||||
"warning": {
|
"warning": {
|
||||||
"include_sentence": "It seems that your configuration.yaml doesn't properly",
|
"include_sentence": "It seems that your configuration.yaml doesn't properly",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user