mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Localize Long Lived Token Dialog (#19830)
This commit is contained in:
parent
63603a281e
commit
86626b1855
@ -74,7 +74,9 @@ export class HaLongLivedAccessTokenDialog extends LitElement {
|
|||||||
? this._qrCode
|
? this._qrCode
|
||||||
: html`
|
: html`
|
||||||
<mwc-button @click=${this._generateQR}>
|
<mwc-button @click=${this._generateQR}>
|
||||||
Generate QR code
|
${this.hass.localize(
|
||||||
|
"ui.panel.profile.long_lived_access_tokens.generate_qr_code"
|
||||||
|
)}
|
||||||
</mwc-button>
|
</mwc-button>
|
||||||
`}
|
`}
|
||||||
</div>
|
</div>
|
||||||
|
@ -5985,7 +5985,8 @@
|
|||||||
"prompt_name": "Give the token a name",
|
"prompt_name": "Give the token a name",
|
||||||
"prompt_copy_token": "Copy your access token. It will not be shown again.",
|
"prompt_copy_token": "Copy your access token. It will not be shown again.",
|
||||||
"empty_state": "You have no long-lived access tokens yet.",
|
"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": {
|
"todo": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user