mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +00:00
📝 make some Lovelace UI text more clear (#4500)
This commit is contained in:
parent
7025592e8e
commit
1064aed1b0
@ -1240,7 +1240,7 @@
|
|||||||
"details": "Here are all the details of your device.",
|
"details": "Here are all the details of your device.",
|
||||||
"entities": {
|
"entities": {
|
||||||
"entities": "Entities",
|
"entities": "Entities",
|
||||||
"add_entities_lovelace": "Add all device entities to Lovelace",
|
"add_entities_lovelace": "Add all device entities to Lovelace UI",
|
||||||
"none": "This device has no entities"
|
"none": "This device has no entities"
|
||||||
},
|
},
|
||||||
"automations": "Automations",
|
"automations": "Automations",
|
||||||
@ -1608,9 +1608,9 @@
|
|||||||
"last_changed": "Last Changed"
|
"last_changed": "Last Changed"
|
||||||
},
|
},
|
||||||
"add_entities": {
|
"add_entities": {
|
||||||
"yaml_unsupported": "You can not use this function when using Lovelace in YAML mode.",
|
"yaml_unsupported": "You can not use this function when using Lovelace UI in YAML mode.",
|
||||||
"generated_unsupported": "You can only use this function when you have taken control of Lovelace.",
|
"generated_unsupported": "You can only use this function when you have taken control of the Lovelace UI.",
|
||||||
"saving_failed": "Saving Lovelace config failed."
|
"saving_failed": "Saving Lovelace UI config failed."
|
||||||
},
|
},
|
||||||
"views": {
|
"views": {
|
||||||
"confirm_delete": "Are you sure you want to delete this view?",
|
"confirm_delete": "Are you sure you want to delete this view?",
|
||||||
@ -1626,7 +1626,7 @@
|
|||||||
"editor": {
|
"editor": {
|
||||||
"header": "Edit UI",
|
"header": "Edit UI",
|
||||||
"menu": {
|
"menu": {
|
||||||
"open": "Open Lovelace menu",
|
"open": "Open Lovelace UI menu",
|
||||||
"raw_editor": "Raw config editor"
|
"raw_editor": "Raw config editor"
|
||||||
},
|
},
|
||||||
"raw_editor": {
|
"raw_editor": {
|
||||||
@ -1634,8 +1634,8 @@
|
|||||||
"save": "Save",
|
"save": "Save",
|
||||||
"unsaved_changes": "Unsaved changes",
|
"unsaved_changes": "Unsaved changes",
|
||||||
"saved": "Saved",
|
"saved": "Saved",
|
||||||
"confirm_remove_config_title": "Are you sure you want to remove your Lovelace configuration? We will automatically generate your Lovelace views with your areas and devices.",
|
"confirm_remove_config_title": "Are you sure you want to remove your Lovelace UI configuration? We will automatically generate your Lovelace UI views with your areas and devices.",
|
||||||
"confirm_remove_config_text": "We will automatically generate your Lovelace views with your areas and devices if you remove your Lovelace configuration.",
|
"confirm_remove_config_text": "We will automatically generate your Lovelace UI views with your areas and devices if you remove your Lovelace UI configuration.",
|
||||||
"confirm_unsaved_changes": "You have unsaved changes, are you sure you want to exit?",
|
"confirm_unsaved_changes": "You have unsaved changes, are you sure you want to exit?",
|
||||||
"confirm_unsaved_comments": "Your config contains comment(s), these will not be saved. Do you want to continue?",
|
"confirm_unsaved_comments": "Your config contains comment(s), these will not be saved. Do you want to continue?",
|
||||||
"error_parse_yaml": "Unable to parse YAML: {error}",
|
"error_parse_yaml": "Unable to parse YAML: {error}",
|
||||||
@ -1645,7 +1645,7 @@
|
|||||||
},
|
},
|
||||||
"edit_lovelace": {
|
"edit_lovelace": {
|
||||||
"header": "Title of your Lovelace UI",
|
"header": "Title of your Lovelace UI",
|
||||||
"explanation": "This title is shown above all your views in Lovelace.",
|
"explanation": "This title is shown above all your views in the Lovelace UI.",
|
||||||
"edit_title": "Edit title"
|
"edit_title": "Edit title"
|
||||||
},
|
},
|
||||||
"edit_view": {
|
"edit_view": {
|
||||||
@ -1673,11 +1673,11 @@
|
|||||||
"suggest_card": {
|
"suggest_card": {
|
||||||
"header": "We created a suggestion for you",
|
"header": "We created a suggestion for you",
|
||||||
"create_own": "Pick different card",
|
"create_own": "Pick different card",
|
||||||
"add": "Add to Lovelace"
|
"add": "Add to Lovelace UI"
|
||||||
},
|
},
|
||||||
"save_config": {
|
"save_config": {
|
||||||
"header": "Take control of your Lovelace UI",
|
"header": "Take control of your Lovelace UI",
|
||||||
"para": "By default Home Assistant will maintain your user interface, updating it when new entities or Lovelace components become available. If you take control we will no longer make changes automatically for you.",
|
"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?",
|
"para_sure": "Are you sure you want to take control of your user interface?",
|
||||||
"cancel": "Never mind",
|
"cancel": "Never mind",
|
||||||
"save": "Take control"
|
"save": "Take control"
|
||||||
@ -1819,10 +1819,10 @@
|
|||||||
"entity_non_numeric": "Entity is non-numeric: {entity}"
|
"entity_non_numeric": "Entity is non-numeric: {entity}"
|
||||||
},
|
},
|
||||||
"changed_toast": {
|
"changed_toast": {
|
||||||
"message": "The Lovelace config was updated, would you like to refresh?",
|
"message": "The Lovelace UI configuration was updated, refresh to see changes?",
|
||||||
"refresh": "Refresh"
|
"refresh": "Refresh"
|
||||||
},
|
},
|
||||||
"reload_lovelace": "Reload Lovelace"
|
"reload_lovelace": "Reload UI"
|
||||||
},
|
},
|
||||||
"mailbox": {
|
"mailbox": {
|
||||||
"empty": "You do not have any messages",
|
"empty": "You do not have any messages",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user