Update Translations

This commit is contained in:
Zack 2022-03-15 14:26:21 -05:00
parent c37fe1e7ff
commit 4e0fc8ee08
2 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ export class HaDeviceEntitiesCard extends LitElement {
? html`
<button class="show-more" @click=${this._toggleShowHidden}>
${this.hass.localize(
"ui.panel.config.devices.entities.disabled_entities",
"ui.panel.config.devices.entities.hidden_entities",
"count",
hiddenEntities.length
)}

View File

@ -2375,8 +2375,8 @@
"config": "Configuration",
"add_entities_lovelace": "Add to Lovelace",
"none": "This device has no entities",
"hide_disabled": "Hide hidden",
"disabled_entities": "+{count} {count, plural,\n one {hidden entity}\n other {hidden entities}\n}"
"show_less": "Show less",
"hidden_entities": "+{count} {count, plural,\n one {hidden entity}\n other {hidden entities}\n}"
},
"confirm_rename_entity_ids": "Do you also want to rename the entity IDs of your entities?",
"confirm_rename_entity_ids_warning": "This will not change any configuration (like automations, scripts, scenes, dashboards) that is currently using these entities! You will have to update them yourself to use the new entity IDs!",