Update matter app translations (#20198)

This commit is contained in:
Paul Bottein 2024-03-27 10:07:44 +01:00 committed by GitHub
parent 480448acbb
commit 9347944cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -21,9 +21,9 @@ class MatterAddDeviceAppleHome extends LitElement {
${this.hass.localize( ${this.hass.localize(
"ui.dialogs.matter-add-device.apple_home.step_1", "ui.dialogs.matter-add-device.apple_home.step_1",
{ {
accessory_details: html`<b accessory_settings: html`<b
>${this.hass.localize( >${this.hass.localize(
"ui.dialogs.matter-add-device.apple_home.accessory_details" "ui.dialogs.matter-add-device.apple_home.accessory_settings"
)}</b )}</b
>`, >`,
} }

View File

@ -1692,7 +1692,7 @@
"step_1": "Find your device in Google Home. Tap the gear icon to open the device settings.", "step_1": "Find your device in Google Home. Tap the gear icon to open the device settings.",
"step_2": "Tap {linked_matter_apps_services}.", "step_2": "Tap {linked_matter_apps_services}.",
"step_3": "Tap {link_apps_services} and choose {home_assistant} from the list.", "step_3": "Tap {link_apps_services} and choose {home_assistant} from the list.",
"linked_matter_apps_services": "Linked Matter apps & services", "linked_matter_apps_services": "Linked Matter apps and services",
"link_apps_services": "Link apps & services", "link_apps_services": "Link apps & services",
"no_home_assistant": "I cant find Home Assistant on the list", "no_home_assistant": "I cant find Home Assistant on the list",
"redirect": "You are redirected to the Home Assistant app. Please follow the instructions." "redirect": "You are redirected to the Home Assistant app. Please follow the instructions."
@ -1710,10 +1710,10 @@
}, },
"apple_home": { "apple_home": {
"header": "Copy setup code", "header": "Copy setup code",
"step_1": "Find your device in Apple Home and open {accessory_details}.", "step_1": "Find your device in Apple Home and open {accessory_settings}.",
"step_2": "Scroll all the way down and tap {turn_on_pairing_mode}.", "step_2": "Scroll all the way down and tap {turn_on_pairing_mode}.",
"step_3": "You now see the setup code.", "step_3": "You now see the setup code.",
"accessory_details": "Accessory Details", "accessory_settings": "Accessory Settings",
"turn_on_pairing_mode": "Turn On Pairing Mode", "turn_on_pairing_mode": "Turn On Pairing Mode",
"setup_code": "Setup code", "setup_code": "Setup code",
"code_instructions": "Paste the code you just received from the other controller." "code_instructions": "Paste the code you just received from the other controller."