Add translatable string for "Learn how it works" (#23788)

* Add translatable string for "Learn how it works"

* Update assist-pref.ts adding localizable key
This commit is contained in:
Norbert Rittel 2025-01-18 11:37:22 +01:00 committed by GitHub
parent c430c28c2a
commit 812461ea00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -121,7 +121,9 @@ export class AssistPref extends LitElement {
class="icon-link"
>
<ha-icon-button
label="Learn how it works"
.label=${this.hass.localize(
"ui.panel.config.voice_assistants.assistants.pipeline.link_learn_how_it_works"
)}
.path=${mdiHelpCircle}
></ha-icon-button>
</a>

View File

@ -3112,6 +3112,7 @@
"assistants": {
"caption": "Assistants",
"pipeline": {
"link_learn_how_it_works": "[%key:ui::panel::config::cloud::account::remote::link_learn_how_it_works%]",
"add_assistant": "Add assistant",
"exposed_entities": "[%key:ui::panel::config::cloud::account::google::exposed_entities%]",
"assist_devices": "{number} Assist {number, plural,\n one {device}\n other {devices}\n}",