Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@
"details": "Here are all the details of your device.",
"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"
},
"automations": "Automations",
Expand Down Expand Up @@ -1608,9 +1608,9 @@
"last_changed": "Last Changed"
},
"add_entities": {
"yaml_unsupported": "You can not use this function when using Lovelace in YAML mode.",
"generated_unsupported": "You can only use this function when you have taken control of Lovelace.",
"saving_failed": "Saving Lovelace config failed."
"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 the Lovelace UI.",
"saving_failed": "Saving Lovelace UI config failed."
},
"views": {
"confirm_delete": "Are you sure you want to delete this view?",
Expand All @@ -1626,16 +1626,16 @@
"editor": {
"header": "Edit UI",
"menu": {
"open": "Open Lovelace menu",
"open": "Open Lovelace UI menu",
"raw_editor": "Raw config editor"
},
"raw_editor": {
"header": "Edit Config",
"save": "Save",
"unsaved_changes": "Unsaved changes",
"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_text": "We will automatically generate your Lovelace views with your areas and devices if you remove your Lovelace configuration.",
"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 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_comments": "Your config contains comment(s), these will not be saved. Do you want to continue?",
"error_parse_yaml": "Unable to parse YAML: {error}",
Expand All @@ -1645,7 +1645,7 @@
},
"edit_lovelace": {
"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_view": {
Expand Down Expand Up @@ -1673,11 +1673,11 @@
"suggest_card": {
"header": "We created a suggestion for you",
"create_own": "Pick different card",
"add": "Add to Lovelace"
"add": "Add to Lovelace UI"
},
"save_config": {
"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?",
"cancel": "Never mind",
"save": "Take control"
Expand Down Expand Up @@ -1819,10 +1819,10 @@
"entity_non_numeric": "Entity is non-numeric: {entity}"
},
"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"
},
"reload_lovelace": "Reload Lovelace"
"reload_lovelace": "Reload UI"
},
"mailbox": {
"empty": "You do not have any messages",
Expand Down