mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Rename Lovelace Dashboard to just Dashboard (#12044)
Co-authored-by: Zack Barett <zackbarett@hey.com>
This commit is contained in:
parent
3358fc2b18
commit
641003bb2a
@ -1414,7 +1414,7 @@
|
||||
"error_from_custom_integration": "This error originated from a custom integration."
|
||||
},
|
||||
"lovelace": {
|
||||
"caption": "Lovelace Dashboards",
|
||||
"caption": "Dashboards",
|
||||
"description": "Create customized sets of cards to control your home",
|
||||
"dashboards": {
|
||||
"default_dashboard": "This is the default dashboard",
|
||||
@ -1440,7 +1440,7 @@
|
||||
"confirm_delete_title": "Delete {dashboard_title}?",
|
||||
"confirm_delete_text": "Your dashboard will be permanently deleted.",
|
||||
"cant_edit_yaml": "Dashboards created in YAML cannot be edited from the UI. Change them in configuration.yaml.",
|
||||
"cant_edit_default": "The default Lovelace dashboard, Overview, cannot be edited from the UI. You can hide it by setting another dashboard as default.",
|
||||
"cant_edit_default": "The default dashboard, Overview, cannot be edited from the UI. You can hide it by setting another dashboard as default.",
|
||||
"detail": {
|
||||
"edit_dashboard": "Edit dashboard",
|
||||
"new_dashboard": "Add new dashboard",
|
||||
@ -1478,7 +1478,7 @@
|
||||
"confirm_delete": "Are you sure you want to delete this resource?",
|
||||
"refresh_header": "Do you want to refresh?",
|
||||
"refresh_body": "You have to refresh the page to complete the removal. Do you want to refresh now?",
|
||||
"cant_edit_yaml": "You are using Lovelace in YAML mode, therefore you cannot manage your resources through the UI. Manage them in configuration.yaml.",
|
||||
"cant_edit_yaml": "You are using your dashboard in YAML mode, therefore you cannot manage your resources through the UI. Manage them in configuration.yaml.",
|
||||
"detail": {
|
||||
"new_resource": "Add new resource",
|
||||
"dismiss": "Close",
|
||||
@ -2362,7 +2362,7 @@
|
||||
"sensor": "Sensors",
|
||||
"diagnostic": "Diagnostic",
|
||||
"config": "Configuration",
|
||||
"add_entities_lovelace": "Add to Lovelace",
|
||||
"add_entities_lovelace": "Add to dashboard",
|
||||
"none": "This device has no entities",
|
||||
"hide_disabled": "Hide disabled",
|
||||
"disabled_entities": "+{count} {count, plural,\n one {disabled entity}\n other {disabled entities}\n}"
|
||||
@ -2442,7 +2442,7 @@
|
||||
"button": "Remove selected",
|
||||
"confirm_title": "Do you want to remove {number} {number, plural,\n one {entity}\n other {entities}\n}?",
|
||||
"confirm_partly_title": "Only {number} {number, plural,\n one {selected entity}\n other {selected entities}\n} can be removed.",
|
||||
"confirm_text": "You should remove them from your Lovelace config and automations if they contain these entities.",
|
||||
"confirm_text": "You should remove them from your dashboard config and automations if they contain these entities.",
|
||||
"confirm_partly_text": "You can only remove {removable} of the selected {selected} entities. Entities can only be removed when the integration is no longer providing the entities. Sometimes you have to restart Home Assistant before you can remove the entities of a removed integration. Are you sure you want to remove the removable entities?"
|
||||
}
|
||||
}
|
||||
@ -3083,7 +3083,7 @@
|
||||
},
|
||||
"unused_entities": {
|
||||
"title": "Unused entities",
|
||||
"available_entities": "These are the entities that you have available, but are not in your Lovelace UI yet.",
|
||||
"available_entities": "These are the entities that you have available, but are not in your dashboard yet.",
|
||||
"select_to_add": "Select the entities you want to add to a card and then click the add card button.",
|
||||
"state_icon": "State",
|
||||
"entity": "Entity",
|
||||
@ -3094,9 +3094,9 @@
|
||||
"no_data": "No unused entities found"
|
||||
},
|
||||
"add_entities": {
|
||||
"yaml_unsupported": "You cannot 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 configuration failed."
|
||||
"yaml_unsupported": "You cannot use this function when using your dashboard in YAML mode.",
|
||||
"generated_unsupported": "You can only use this function when you have taken control of your dashboard.",
|
||||
"saving_failed": "Saving dashboard configuration failed."
|
||||
},
|
||||
"views": {
|
||||
"confirm_delete": "Delete view?",
|
||||
@ -3119,7 +3119,7 @@
|
||||
"editor": {
|
||||
"header": "Edit UI",
|
||||
"menu": {
|
||||
"open": "Open Lovelace UI menu",
|
||||
"open": "Open dashboard menu",
|
||||
"raw_editor": "Raw configuration editor",
|
||||
"manage_dashboards": "Manage dashboards",
|
||||
"manage_resources": "Manage resources"
|
||||
@ -3136,20 +3136,20 @@
|
||||
"unsaved_changes": "Unsaved changes",
|
||||
"saved": "Saved",
|
||||
"reload": "Reload",
|
||||
"lovelace_changed": "The Lovelace config was updated, do you want to load the updated config in the editor and lose your current changes?",
|
||||
"confirm_remove_config_title": "Are you sure you want to remove your Lovelace UI 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.",
|
||||
"lovelace_changed": "Your dashboard was updated, do you want to load the updated config in the editor and lose your current changes?",
|
||||
"confirm_remove_config_title": "Are you sure you want to remove your dashboard configuration?",
|
||||
"confirm_remove_config_text": "We will automatically generate your dashboard views with your areas and devices if you remove your dashboard configuration.",
|
||||
"confirm_unsaved_changes": "You have unsaved changes, are you sure you want to exit?",
|
||||
"confirm_unsaved_comments": "Your configuration might contains comment(s), these will not be saved. Do you want to continue?",
|
||||
"error_parse_yaml": "Unable to parse YAML: {error}",
|
||||
"error_invalid_config": "Your configuration is not valid: {error}",
|
||||
"error_save_yaml": "Unable to save YAML: {error}",
|
||||
"error_remove": "Unable to remove configuration: {error}",
|
||||
"resources_moved": "Resources should no longer be added to the Lovelace configuration but can be added in the Lovelace config panel."
|
||||
"resources_moved": "Resources should no longer be added to the dashboard configuration but can be added in the dashboard config panel."
|
||||
},
|
||||
"edit_lovelace": {
|
||||
"header": "Title of your Lovelace UI",
|
||||
"explanation": "This title is shown above all your views in the Lovelace UI.",
|
||||
"header": "Title of your dashboard",
|
||||
"explanation": "This title is shown above all your views in the dashboard.",
|
||||
"edit_title": "Edit title",
|
||||
"title": "Title"
|
||||
},
|
||||
@ -3211,13 +3211,13 @@
|
||||
"suggest_card": {
|
||||
"header": "We created a suggestion for you",
|
||||
"create_own": "Pick different card",
|
||||
"add": "Add to Lovelace UI"
|
||||
"add": "Add to dashboard"
|
||||
},
|
||||
"save_config": {
|
||||
"header": "Take control of your Lovelace UI",
|
||||
"para": "This dashboard is currently being maintained by Home Assistant. It is automatically updated when new entities or Lovelace UI components become available. If you take control, this dashboard will no longer be automatically updated. You can always create a new dashboard in configuration to play around with.",
|
||||
"header": "Take control of your dashboard",
|
||||
"para": "This dashboard is currently being maintained by Home Assistant. It is automatically updated when new entities or dashboard components become available. If you take control, this dashboard will no longer be automatically updated. You can always create a new dashboard in configuration to play around with.",
|
||||
"para_sure": "Are you sure you want to take control of your user interface?",
|
||||
"yaml_mode": "You are using YAML mode for this dashboard, which means you cannot change your Lovelace config from the UI. If you want to manage this dashboard from the UI, remove 'mode: yaml' from your Lovelace configuration in 'configuration.yaml.'.",
|
||||
"yaml_mode": "You are using YAML mode for this dashboard, which means you cannot change your dashboard config from the UI. If you want to manage this dashboard from the UI, remove 'mode: yaml' from your dashboard 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:",
|
||||
"empty_config": "Start with an empty dashboard",
|
||||
@ -3530,7 +3530,7 @@
|
||||
"starting": "Home Assistant is starting, not everything may be available yet"
|
||||
},
|
||||
"changed_toast": {
|
||||
"message": "The Lovelace UI configuration for this dashboard was updated. Refresh to see changes?"
|
||||
"message": "Your dashboard was updated. Refresh to see changes?"
|
||||
},
|
||||
"components": {
|
||||
"timestamp-display": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user