mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Fix translation advanced mode (#4647)
This commit is contained in:
parent
7021fd5809
commit
7ab9257f5e
@ -88,11 +88,11 @@ class HaConfigDashboard extends LitElement {
|
|||||||
? html`
|
? html`
|
||||||
<div class="promo-advanced">
|
<div class="promo-advanced">
|
||||||
${this.hass.localize(
|
${this.hass.localize(
|
||||||
"ui.panel.profile.advanced_mode.hint_enable"
|
"ui.panel.config.advanced_mode.hint_enable"
|
||||||
)}
|
)}
|
||||||
<a href="/profile"
|
<a href="/profile"
|
||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
"ui.panel.profile.advanced_mode.link_profile_page"
|
"ui.panel.config.advanced_mode.link_profile_page"
|
||||||
)}</a
|
)}</a
|
||||||
>.
|
>.
|
||||||
</div>
|
</div>
|
||||||
|
@ -712,6 +712,10 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"header": "Configure Home Assistant",
|
"header": "Configure Home Assistant",
|
||||||
"introduction": "Here it is possible to configure your components and Home Assistant. Not everything is possible to configure from the UI yet, but we're working on it.",
|
"introduction": "Here it is possible to configure your components and Home Assistant. Not everything is possible to configure from the UI yet, but we're working on it.",
|
||||||
|
"advanced_mode": {
|
||||||
|
"hint_enable": "Missing config options? Enable advanced mode on",
|
||||||
|
"link_profile_page": "your profile page"
|
||||||
|
},
|
||||||
"common": {
|
"common": {
|
||||||
"editor": {
|
"editor": {
|
||||||
"confirm_unsaved": "You have unsaved changes. Are you sure you want to leave?"
|
"confirm_unsaved": "You have unsaved changes. Are you sure you want to leave?"
|
||||||
@ -1972,8 +1976,6 @@
|
|||||||
"advanced_mode": {
|
"advanced_mode": {
|
||||||
"title": "Advanced Mode",
|
"title": "Advanced Mode",
|
||||||
"description": "Unlocks advanced features.",
|
"description": "Unlocks advanced features.",
|
||||||
"hint_enable": "Missing config options? Enable advanced mode on",
|
|
||||||
"link_profile_page": "your profile page",
|
|
||||||
"link_promo": "Learn more"
|
"link_promo": "Learn more"
|
||||||
},
|
},
|
||||||
"refresh_tokens": {
|
"refresh_tokens": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user