mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +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
befc650f81
commit
6d084813d5
@ -146,6 +146,7 @@ export class VoiceAssistantsExpose extends LitElement {
|
|||||||
): DataTableColumnContainer => ({
|
): DataTableColumnContainer => ({
|
||||||
icon: {
|
icon: {
|
||||||
title: "",
|
title: "",
|
||||||
|
label: localize("ui.panel.config.voice_assistants.expose.headers.icon"),
|
||||||
type: "icon",
|
type: "icon",
|
||||||
moveable: false,
|
moveable: false,
|
||||||
hidden: narrow,
|
hidden: narrow,
|
||||||
@ -241,6 +242,9 @@ export class VoiceAssistantsExpose extends LitElement {
|
|||||||
},
|
},
|
||||||
remove: {
|
remove: {
|
||||||
title: "",
|
title: "",
|
||||||
|
label: localize(
|
||||||
|
"ui.panel.config.voice_assistants.expose.headers.remove"
|
||||||
|
),
|
||||||
type: "icon-button",
|
type: "icon-button",
|
||||||
hidden: narrow,
|
hidden: narrow,
|
||||||
template: () =>
|
template: () =>
|
||||||
|
@ -2826,12 +2826,14 @@
|
|||||||
"expose": {
|
"expose": {
|
||||||
"caption": "Expose",
|
"caption": "Expose",
|
||||||
"headers": {
|
"headers": {
|
||||||
|
"icon": "Icon",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
"entity_id": "Entity ID",
|
"entity_id": "Entity ID",
|
||||||
"area": "Area",
|
"area": "Area",
|
||||||
"domain": "Domain",
|
"domain": "Domain",
|
||||||
"assistants": "Assistants",
|
"assistants": "Assistants",
|
||||||
"aliases": "Aliases"
|
"aliases": "Aliases",
|
||||||
|
"remove": "[%key:ui::common::remove%]"
|
||||||
},
|
},
|
||||||
"aliases": "{count} aliases",
|
"aliases": "{count} aliases",
|
||||||
"expose": "Expose",
|
"expose": "Expose",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user