mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Merge pull request #5230 from Tediore/patch-3
Minor corrections and cosmetic improvements
This commit is contained in:
commit
4e19232960
@ -642,7 +642,7 @@
|
||||
"control": "Control",
|
||||
"related": "Related",
|
||||
"dismiss": "Dismiss",
|
||||
"no_unique_id": "This entity does not have a unique ID, therefore it's settings can not be managed from the UI.",
|
||||
"no_unique_id": "This entity does not have a unique ID, therefore its settings cannot be managed from the UI.",
|
||||
"editor": {
|
||||
"name": "Name Override",
|
||||
"icon": "Icon Override",
|
||||
@ -659,7 +659,7 @@
|
||||
}
|
||||
},
|
||||
"helper_settings": {
|
||||
"platform_not_loaded": "The {platform} integration is not loaded, please add it your configuration. Either by adding 'default_config:' or '{platform}:'.",
|
||||
"platform_not_loaded": "The {platform} integration is not loaded. Please add it your configuration either by adding 'default_config:' or '{platform}:'.",
|
||||
"yaml_not_editable": "The settings of this entity cannot be edited from the UI. Only entities set up from the UI are configurable from the UI.",
|
||||
"required_error_msg": "This field is required",
|
||||
"generic": {
|
||||
@ -1957,7 +1957,7 @@
|
||||
"header": "Take control of your Lovelace UI",
|
||||
"para": "By default Home Assistant will maintain your user interface, updating it when new entities or Lovelace UI components become available. If you take control we will no longer make changes automatically for you.",
|
||||
"para_sure": "Are you sure you want to take control of your user interface?",
|
||||
"yaml_mode": "You are using YAML mode, that means you can not change your Lovelace config from the UI. If you want to change Lovelace from the UI, remove the 'mode: yaml' from your Lovelace configuration in 'configuration.yaml.'",
|
||||
"yaml_mode": "You are using YAML mode, which means you cannot change your Lovelace config from the UI. If you want to change Lovelace from the UI, remove 'mode: yaml' from your Lovelace configuration in 'configuration.yaml.'",
|
||||
"yaml_control": "To take control in YAML mode, create a YAML file with the name you specified in your config for this dashboard, or the default 'ui-lovelace.yaml'.",
|
||||
"yaml_config": "To help you start here is the current config of this dashboard:",
|
||||
"cancel": "Never mind",
|
||||
|
Loading…
x
Reference in New Issue
Block a user