mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +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`
|
||||
<ha-button
|
||||
slot="actionItems"
|
||||
.label=${`Deselect all`}
|
||||
.label=${this.hass.localize(
|
||||
`ui.components.media-browser.file_management.deselect_all`
|
||||
)}
|
||||
@click=${this._handleDeselectAll}
|
||||
>
|
||||
<ha-svg-icon
|
||||
|
@ -935,6 +935,7 @@
|
||||
"confirm_delete": "Do you want to delete {count} {count, plural,\n one {file}\n other {files}\n}?",
|
||||
"delete": "Delete {count}",
|
||||
"deleting": "Deleting {count}",
|
||||
"deselect_all": "Deselect all",
|
||||
"tip_media_storage": "[%key:ui::panel::config::tips::media_storage%]",
|
||||
"tip_storage_panel": "storage"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user