Merge pull request #5230 from Tediore/patch-3

Minor corrections and cosmetic improvements
This commit is contained in:
Bram Kragten 2020-03-16 14:51:14 +01:00 committed by GitHub
commit 4e19232960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -642,7 +642,7 @@
"control": "Control", "control": "Control",
"related": "Related", "related": "Related",
"dismiss": "Dismiss", "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": { "editor": {
"name": "Name Override", "name": "Name Override",
"icon": "Icon Override", "icon": "Icon Override",
@ -659,8 +659,8 @@
} }
}, },
"helper_settings": { "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 can not be edited from the UI. Only entities setup from the UI are configurable from the UI.", "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", "required_error_msg": "This field is required",
"generic": { "generic": {
"name": "Name", "name": "Name",
@ -876,8 +876,8 @@
"add_dashboard": "Add dashboard" "add_dashboard": "Add dashboard"
}, },
"confirm_delete": "Are you sure you want to delete this dashboard?", "confirm_delete": "Are you sure you want to delete this dashboard?",
"cant_edit_yaml": "Dashboards defined in YAML can not be edited from the UI. Change them in configuration.yaml.", "cant_edit_yaml": "Dashboards defined in YAML cannot be edited from the UI. Change them in configuration.yaml.",
"cant_edit_default": "The standard Lovelace dashboard can not be edited from the UI. You can hide it by setting another dashboard as default.", "cant_edit_default": "The standard Lovelace dashboard cannot be edited from the UI. You can hide it by setting another dashboard as default.",
"detail": { "detail": {
"edit_dashboard": "Edit dashboard", "edit_dashboard": "Edit dashboard",
"new_dashboard": "Add new dashboard", "new_dashboard": "Add new dashboard",
@ -887,7 +887,7 @@
"title": "Title", "title": "Title",
"title_required": "Title is required.", "title_required": "Title is required.",
"url": "Url", "url": "Url",
"url_error_msg": "The url should contain a - and can not contain spaces or special characters, except for _ and -", "url_error_msg": "The url should contain a - and cannot contain spaces or special characters, except for _ and -",
"require_admin": "Admin only", "require_admin": "Admin only",
"delete": "Delete", "delete": "Delete",
"update": "Update", "update": "Update",
@ -915,7 +915,7 @@
"confirm_delete": "Are you sure you want to delete this resource?", "confirm_delete": "Are you sure you want to delete this resource?",
"refresh_header": "Do you want to refresh?", "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?", "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 can not manage your resources through the UI. Manage them in configuration.yaml.", "cant_edit_yaml": "You are using Lovelace in YAML mode, therefore you cannot manage your resources through the UI. Manage them in configuration.yaml.",
"detail": { "detail": {
"new_resource": "Add new resource", "new_resource": "Add new resource",
"dismiss": "Close", "dismiss": "Close",
@ -1588,7 +1588,7 @@
}, },
"integrations": { "integrations": {
"caption": "Integrations", "caption": "Integrations",
"description": "Manage and setup integrations", "description": "Manage and set up integrations",
"discovered": "Discovered", "discovered": "Discovered",
"configured": "Configured", "configured": "Configured",
"new": "Set up a new integration", "new": "Set up a new integration",
@ -1602,7 +1602,7 @@
"ignore": { "ignore": {
"ignore": "Ignore", "ignore": "Ignore",
"confirm_ignore_title": "Ignore discovery of {name}?", "confirm_ignore_title": "Ignore discovery of {name}?",
"confirm_ignore": "Are you sure you don't want to setup this integration? You can undo this by clicking the 'Show ignored integrations' in the overflow menu on the top right.", "confirm_ignore": "Are you sure you don't want to set up this integration? You can undo this by clicking the 'Show ignored integrations' in the overflow menu on the top right.",
"show_ignored": "Show ignored integrations", "show_ignored": "Show ignored integrations",
"hide_ignored": "Hide ignored integrations", "hide_ignored": "Hide ignored integrations",
"ignored": "Ignored", "ignored": "Ignored",
@ -1877,7 +1877,7 @@
"last_changed": "Last Changed" "last_changed": "Last Changed"
}, },
"add_entities": { "add_entities": {
"yaml_unsupported": "You can not use this function when using Lovelace UI in YAML mode.", "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.", "generated_unsupported": "You can only use this function when you have taken control of the Lovelace UI.",
"saving_failed": "Saving Lovelace UI configuration failed." "saving_failed": "Saving Lovelace UI configuration failed."
}, },
@ -1957,7 +1957,7 @@
"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 UI 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?",
"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_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:", "yaml_config": "To help you start here is the current config of this dashboard:",
"cancel": "Never mind", "cancel": "Never mind",