mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Cosmetic improvements, minor corrections (#5199)
Made some minor corrections: "it's" > "its" ("its" is the possessive form of "it") "setup" > "set up" ("setup" is a noun, "set up" is a verb) Cosmetic improvement: "can not" > "cannot" (both are correct, but "cannot" is usually more common, at least in the US. Strictly a matter of opinion here so no worries if you want this reversed.)
This commit is contained in:
parent
fad3cb185b
commit
fb6d3cccdc
@ -633,7 +633,7 @@
|
||||
"unavailable": "This entity is not currently available.",
|
||||
"update": "UPDATE"
|
||||
},
|
||||
"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.",
|
||||
"related": "Related",
|
||||
"settings": "Settings"
|
||||
},
|
||||
@ -647,7 +647,7 @@
|
||||
"generic": {
|
||||
"icon": "Icon",
|
||||
"initial_value": "Initial value at start",
|
||||
"initial_value_explain": "The value the element will have when Home Assistant starts. When left empty, the value will be restored to it's previous value.",
|
||||
"initial_value_explain": "The value the element will have when Home Assistant starts. When left empty, the value will be restored to its previous value.",
|
||||
"name": "Name"
|
||||
},
|
||||
"input_datetime": {
|
||||
@ -683,7 +683,7 @@
|
||||
},
|
||||
"not_editable": "Not editable",
|
||||
"not_editable_text": "This entity can't be changed from the UI because it is defined in configuration.yaml.",
|
||||
"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}:'.",
|
||||
"required_error_msg": "This field is required",
|
||||
"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."
|
||||
},
|
||||
@ -1482,7 +1482,7 @@
|
||||
"ignore": {
|
||||
"confirm_delete_ignore": "This will make the integration appear in your discovered integrations again when it gets discovered. This might require a restart or take some time.",
|
||||
"confirm_delete_ignore_title": "Stop ignoring {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' option in the overflow menu on the top right.",
|
||||
"confirm_ignore_title": "Ignore discovery of {name}?",
|
||||
"hide_ignored": "Hide ignored integrations",
|
||||
"ignore": "Ignore",
|
||||
|
Loading…
x
Reference in New Issue
Block a user