Localize Long Lived Token Dialog (#19830)

This commit is contained in:
karwosts 2024-02-19 04:06:33 -05:00 committed by GitHub
parent 63603a281e
commit 86626b1855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -74,7 +74,9 @@ export class HaLongLivedAccessTokenDialog extends LitElement {
? this._qrCode
: html`
<mwc-button @click=${this._generateQR}>
Generate QR code
${this.hass.localize(
"ui.panel.profile.long_lived_access_tokens.generate_qr_code"
)}
</mwc-button>
`}
</div>

View File

@ -5985,7 +5985,8 @@
"prompt_name": "Give the token a name",
"prompt_copy_token": "Copy your access token. It will not be shown again.",
"empty_state": "You have no long-lived access tokens yet.",
"qr_code_image": "QR code for token {name}"
"qr_code_image": "QR code for token {name}",
"generate_qr_code": "Generate QR Code"
}
},
"todo": {