mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +00:00
parent
669ed5cb28
commit
e19d07e434
@ -72,7 +72,9 @@ export class HaConfigLovelaceDashboards extends LitElement {
|
|||||||
icon="hass:check-circle-outline"
|
icon="hass:check-circle-outline"
|
||||||
></ha-icon>
|
></ha-icon>
|
||||||
<paper-tooltip>
|
<paper-tooltip>
|
||||||
This is the default dashdoard.
|
${this.hass.localize(
|
||||||
|
`ui.panel.config.lovelace.dashboards.default_dashboard`
|
||||||
|
)}
|
||||||
</paper-tooltip>
|
</paper-tooltip>
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
|
@ -673,8 +673,8 @@
|
|||||||
"mode": "What do you want to input"
|
"mode": "What do you want to input"
|
||||||
},
|
},
|
||||||
"input_text": {
|
"input_text": {
|
||||||
"min": "Minimum lenght",
|
"min": "Minimum length",
|
||||||
"max": "Maximum lenght",
|
"max": "Maximum length",
|
||||||
"mode": "Display mode",
|
"mode": "Display mode",
|
||||||
"text": "Text",
|
"text": "Text",
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
@ -857,6 +857,7 @@
|
|||||||
"caption": "Lovelace Dashboards",
|
"caption": "Lovelace Dashboards",
|
||||||
"description": "Configure your Lovelace Dashboards",
|
"description": "Configure your Lovelace Dashboards",
|
||||||
"dashboards": {
|
"dashboards": {
|
||||||
|
"default_dashboard": "This is the default dashboard",
|
||||||
"caption": "Dashboards",
|
"caption": "Dashboards",
|
||||||
"conf_mode": {
|
"conf_mode": {
|
||||||
"yaml": "YAML file",
|
"yaml": "YAML file",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user