mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Update Translations
This commit is contained in:
parent
c37fe1e7ff
commit
4e0fc8ee08
@ -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
|
||||
)}
|
||||
|
@ -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!",
|
||||
|
Loading…
x
Reference in New Issue
Block a user