mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
Add missing localization for "Deselect all" button in (#23448)
* Add missing localization for "Deselect all" button to en.json * Add code for localizing "Deselect all" to dialog-media-manage.ts
This commit is contained in:
parent
54eb7d169c
commit
1daaf50773
@ -135,7 +135,9 @@ class DialogMediaManage extends LitElement {
|
|||||||
: html`
|
: html`
|
||||||
<ha-button
|
<ha-button
|
||||||
slot="actionItems"
|
slot="actionItems"
|
||||||
.label=${`Deselect all`}
|
.label=${this.hass.localize(
|
||||||
|
`ui.components.media-browser.file_management.deselect_all`
|
||||||
|
)}
|
||||||
@click=${this._handleDeselectAll}
|
@click=${this._handleDeselectAll}
|
||||||
>
|
>
|
||||||
<ha-svg-icon
|
<ha-svg-icon
|
||||||
|
@ -935,6 +935,7 @@
|
|||||||
"confirm_delete": "Do you want to delete {count} {count, plural,\n one {file}\n other {files}\n}?",
|
"confirm_delete": "Do you want to delete {count} {count, plural,\n one {file}\n other {files}\n}?",
|
||||||
"delete": "Delete {count}",
|
"delete": "Delete {count}",
|
||||||
"deleting": "Deleting {count}",
|
"deleting": "Deleting {count}",
|
||||||
|
"deselect_all": "Deselect all",
|
||||||
"tip_media_storage": "[%key:ui::panel::config::tips::media_storage%]",
|
"tip_media_storage": "[%key:ui::panel::config::tips::media_storage%]",
|
||||||
"tip_storage_panel": "storage"
|
"tip_storage_panel": "storage"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user