mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Changed default wording
This commit is contained in:
parent
3f920767f1
commit
7638020bfc
@ -176,8 +176,12 @@ export class HuiUnusedEntities extends LitElement {
|
|||||||
selectable
|
selectable
|
||||||
@selection-changed=${this._handleSelectionChanged}
|
@selection-changed=${this._handleSelectionChanged}
|
||||||
.dir=${computeRTLDirection(this.hass)}
|
.dir=${computeRTLDirection(this.hass)}
|
||||||
.searchLabel=${this.hass.localize("ui.components.data-table.search")}
|
.searchLabel=${this.hass.localize(
|
||||||
.noDataText=${this.hass.localize("ui.components.data-table.no-data")}
|
"ui.panel.lovelace.unused_entities.search"
|
||||||
|
)}
|
||||||
|
.noDataText=${this.hass.localize(
|
||||||
|
"ui.panel.lovelace.unused_entities.no-data"
|
||||||
|
)}
|
||||||
></ha-data-table>
|
></ha-data-table>
|
||||||
|
|
||||||
${this._selectedEntities.length
|
${this._selectedEntities.length
|
||||||
|
@ -1830,7 +1830,9 @@
|
|||||||
"entity": "Entity",
|
"entity": "Entity",
|
||||||
"entity_id": "Entity ID",
|
"entity_id": "Entity ID",
|
||||||
"domain": "Domain",
|
"domain": "Domain",
|
||||||
"last_changed": "Last Changed"
|
"last_changed": "Last Changed",
|
||||||
|
"search": "Search entities",
|
||||||
|
"no_data": "No unused entities found"
|
||||||
},
|
},
|
||||||
"add_entities": {
|
"add_entities": {
|
||||||
"yaml_unsupported": "You cannot use this function when using Lovelace UI in YAML mode.",
|
"yaml_unsupported": "You cannot use this function when using Lovelace UI in YAML mode.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user