Add missing translation in the customize (#6074)

This commit is contained in:
Maciej Bieniek 2020-06-02 17:26:01 +02:00 committed by GitHub
parent 443634ecf0
commit 6a9a4cf65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class HaConfigCustomize extends LocalizeMixin(PolymerElement) {
</span>
<ha-entity-config
hass="[[hass]]"
label="Entity"
label="[[localize('ui.panel.config.customize.picker.entity')]]"
entities="[[entities]]"
config="[[entityConfig]]"
>

View File

@ -721,7 +721,8 @@
"description": "Customize your entities",
"picker": {
"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": {
"include_sentence": "It seems that your configuration.yaml doesn't properly",