mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 04:16:34 +00:00
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:
parent
c430c28c2a
commit
812461ea00
@ -121,7 +121,9 @@ export class AssistPref extends LitElement {
|
|||||||
class="icon-link"
|
class="icon-link"
|
||||||
>
|
>
|
||||||
<ha-icon-button
|
<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}
|
.path=${mdiHelpCircle}
|
||||||
></ha-icon-button>
|
></ha-icon-button>
|
||||||
</a>
|
</a>
|
||||||
|
@ -3112,6 +3112,7 @@
|
|||||||
"assistants": {
|
"assistants": {
|
||||||
"caption": "Assistants",
|
"caption": "Assistants",
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
|
"link_learn_how_it_works": "[%key:ui::panel::config::cloud::account::remote::link_learn_how_it_works%]",
|
||||||
"add_assistant": "Add assistant",
|
"add_assistant": "Add assistant",
|
||||||
"exposed_entities": "[%key:ui::panel::config::cloud::account::google::exposed_entities%]",
|
"exposed_entities": "[%key:ui::panel::config::cloud::account::google::exposed_entities%]",
|
||||||
"assist_devices": "{number} Assist {number, plural,\n one {device}\n other {devices}\n}",
|
"assist_devices": "{number} Assist {number, plural,\n one {device}\n other {devices}\n}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user