mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +00:00
Device info: Add localizable string for "Set up voice assistant" (#23533)
* Add localizable string for "Set up voice assistant" to en.json * Replace "Set up voice assistant" with localizable string
This commit is contained in:
parent
fb09eba831
commit
8df67b8eb1
@ -1081,7 +1081,9 @@ export class HaConfigDevicePage extends LitElement {
|
|||||||
) {
|
) {
|
||||||
deviceActions.push({
|
deviceActions.push({
|
||||||
action: this._voiceAssistantSetup,
|
action: this._voiceAssistantSetup,
|
||||||
label: "Set up voice assistant",
|
label: this.hass.localize(
|
||||||
|
"ui.panel.config.devices.set_up_voice_assistant"
|
||||||
|
),
|
||||||
icon: mdiMicrophone,
|
icon: mdiMicrophone,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -4256,6 +4256,7 @@
|
|||||||
},
|
},
|
||||||
"enabled_description": "Disabled devices will not be shown and entities belonging to the device will be disabled and not added to Home Assistant.",
|
"enabled_description": "Disabled devices will not be shown and entities belonging to the device will be disabled and not added to Home Assistant.",
|
||||||
"open_configuration_url": "Visit",
|
"open_configuration_url": "Visit",
|
||||||
|
"set_up_voice_assistant": "Set up voice assistant",
|
||||||
"download_diagnostics": "Download diagnostics",
|
"download_diagnostics": "Download diagnostics",
|
||||||
"download_diagnostics_integration": "Download {integration} diagnostics",
|
"download_diagnostics_integration": "Download {integration} diagnostics",
|
||||||
"delete_device": "Delete",
|
"delete_device": "Delete",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user