Improve explanation of selections by including labels as 4th option
This commit adds labels as the 4th option for data sources in history and the error message when you select 'Add current view as card' in that state from the overflow menu.
* Replace most occurrences of "click" for touch-friendly wording
Home Assistant should avoid the term "click" or "clicking" as it can be used on (mobile) touch screen devices or with non-mechanical touch pads as well.
This commit changes most occurrences in en.json to either use "select" or "press" depending on context.
For "when you click on log out" it can be dropped completely.
* Change "select" to "press" for two more
* Improve description of Suspend connection option
This removes the use of "we" which is kind of off as no person is involved in the process.
It also moves the word "suspend" in the headline and better explains the purpose.
* add comma
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* if not whole month, better use days for the period
* fix Type undefined error
* Update src/data/energy.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
For automations / scenes / scripts the menu item to open the settings dialog is currently "Show settings".
The use of "Show" is misleading here as this usually pairs with "Hide". It's also inconsistent as for all other settings in Home Assistant the menu items, buttons or tooltips don't use "show".
Also note that it's just "Information" or "Traces" for similar other items in the same menu.
* Fix misleading use of "hidden" for disabled entities
Entities can be either hidden (by turning off "Visible") or disabled (by turning off "Enabled"),
The stings file uses the very misleading key "hidden_entities" for the count of disabled entities plus the words "not shown" which also pair with "hidden" instead of "disabled".
This commit fixes this by using "disabled" for both the key and in the link shown here.
* Replace "hidden_entities" with "disabled_entities"
Entities can be either hidden (by turning off "Visible") or disabled (by turning off "Enabled"),
The strings file uses the very misleading key "hidden_entities" for the count of disabled entities plus the words "not shown" which also pair with "hidden" instead of "disabled".
This commit fixes this by using "disabled" for the key name as well.
* Re-add accidentally deleted comma
Currently the explanation for passive zones says that they "are not used as location for device trackers" which is misleading and does not fit the second sentence that says: "This is useful if you just want to use it for automations.
This commit clarifies that by changing to "not shown as" and fixes the plural / singular mismatch between the two sentences.
* Add missing "Message" string for cloud tts dialog to en.json
The field label for the Message field in the Cloud > Try text-to-speech dialog is missing localization.
This commit adds the necessary localizable string.
* Update dialog-cloud-tts-try.ts to include localizable string