mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Add missing localizations for Voice Assistants > Expose headers (#23452)
* Add missing localizations for Voice Assistants > Expose headers * Add localizable labels to Icon and Remove columns * Variant with all changes on a single line * Prettier? * Revert * Line length limited to 80 chars
This commit is contained in:
parent
a8803de6e3
commit
ff75c89ed4
@ -146,6 +146,7 @@ export class VoiceAssistantsExpose extends LitElement {
|
||||
): DataTableColumnContainer => ({
|
||||
icon: {
|
||||
title: "",
|
||||
label: localize("ui.panel.config.voice_assistants.expose.headers.icon"),
|
||||
type: "icon",
|
||||
moveable: false,
|
||||
hidden: narrow,
|
||||
@ -241,6 +242,9 @@ export class VoiceAssistantsExpose extends LitElement {
|
||||
},
|
||||
remove: {
|
||||
title: "",
|
||||
label: localize(
|
||||
"ui.panel.config.voice_assistants.expose.headers.remove"
|
||||
),
|
||||
type: "icon-button",
|
||||
hidden: narrow,
|
||||
template: () =>
|
||||
|
@ -2829,12 +2829,14 @@
|
||||
"expose": {
|
||||
"caption": "Expose",
|
||||
"headers": {
|
||||
"icon": "Icon",
|
||||
"name": "Name",
|
||||
"entity_id": "Entity ID",
|
||||
"area": "Area",
|
||||
"domain": "Domain",
|
||||
"assistants": "Assistants",
|
||||
"aliases": "Aliases"
|
||||
"aliases": "Aliases",
|
||||
"remove": "[%key:ui::common::remove%]"
|
||||
},
|
||||
"aliases": "{count} aliases",
|
||||
"expose": "Expose",
|
||||
|
Loading…
x
Reference in New Issue
Block a user