mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Fix grammar of Light, Sensor and Tile card descriptions (#25988)
* Fix grammar of Light, Sensor and Entity card descriptions * Capitalize "Tile card" as a name * Apply same change to Entity badge description
This commit is contained in:
parent
7187e25cad
commit
62eec56e5f
@ -7431,7 +7431,7 @@
|
|||||||
},
|
},
|
||||||
"light": {
|
"light": {
|
||||||
"name": "Light",
|
"name": "Light",
|
||||||
"description": "The Light card allows you to change the brightness of the light."
|
"description": "The Light card allows you to change the brightness of a light."
|
||||||
},
|
},
|
||||||
"generic": {
|
"generic": {
|
||||||
"alt_text": "Alternative text",
|
"alt_text": "Alternative text",
|
||||||
@ -7612,7 +7612,7 @@
|
|||||||
"none": "None",
|
"none": "None",
|
||||||
"line": "Line"
|
"line": "Line"
|
||||||
},
|
},
|
||||||
"description": "The Sensor card gives you a quick overview of your sensors state with an optional graph to visualize change over time.",
|
"description": "The Sensor card gives you a quick overview of a sensor's state with an optional graph to visualize change over time.",
|
||||||
"limit_min": "Minimum value",
|
"limit_min": "Minimum value",
|
||||||
"limit_max": "Maximum value"
|
"limit_max": "Maximum value"
|
||||||
},
|
},
|
||||||
@ -7639,7 +7639,7 @@
|
|||||||
},
|
},
|
||||||
"tile": {
|
"tile": {
|
||||||
"name": "Tile",
|
"name": "Tile",
|
||||||
"description": "The tile card gives you a quick overview of your entity. The card allows you to toggle the entity, show the More info dialog or trigger custom actions.",
|
"description": "The Tile card gives you a quick overview of an entity. The card allows you to toggle the entity, show the More info dialog or trigger custom actions.",
|
||||||
"color": "Color",
|
"color": "Color",
|
||||||
"color_helper": "Inactive state (e.g. off, closed) will not be colored.",
|
"color_helper": "Inactive state (e.g. off, closed) will not be colored.",
|
||||||
"icon_tap_action": "Icon tap behavior",
|
"icon_tap_action": "Icon tap behavior",
|
||||||
@ -7693,7 +7693,7 @@
|
|||||||
"badge": {
|
"badge": {
|
||||||
"entity": {
|
"entity": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
"description": "The Entity badge gives you a quick overview of your entity.",
|
"description": "The Entity badge gives you a quick overview of an entity.",
|
||||||
"color": "[%key:ui::panel::lovelace::editor::card::tile::color%]",
|
"color": "[%key:ui::panel::lovelace::editor::card::tile::color%]",
|
||||||
"color_helper": "[%key:ui::panel::lovelace::editor::card::tile::color_helper%]",
|
"color_helper": "[%key:ui::panel::lovelace::editor::card::tile::color_helper%]",
|
||||||
"show_entity_picture": "Show entity picture",
|
"show_entity_picture": "Show entity picture",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user