mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 22:07:20 +00:00
Update translation strings for energy validator (#10037)
* Update translation strings for energy validator * Update src/translations/en.json Co-authored-by: Bram Kragten <mail@bramkragten.nl> * Update en.json * Update src/translations/en.json Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de> Co-authored-by: Bram Kragten <mail@bramkragten.nl> Co-authored-by: Philip Allgaier <philip.allgaier@gmx.de>
This commit is contained in:
parent
2240d019f5
commit
53b26a43c0
@ -1117,9 +1117,13 @@
|
|||||||
"title": "Unexpected unit of measurement",
|
"title": "Unexpected unit of measurement",
|
||||||
"description": "The following entities do not have the expected units of measurement ''{currency}/kWh'' or ''{currency}/Wh'':"
|
"description": "The following entities do not have the expected units of measurement ''{currency}/kWh'' or ''{currency}/Wh'':"
|
||||||
},
|
},
|
||||||
"entity_unexpected_state_class_total_increasing": {
|
"entity_unexpected_state_class": {
|
||||||
"title": "Unexpected state class",
|
"title": "Unexpected state class",
|
||||||
"description": "The following entities do not have the expected state class 'total_increasing'"
|
"description": "The following entities do not have the expected state class:"
|
||||||
|
},
|
||||||
|
"entity_state_class_measurement_no_last_reset": {
|
||||||
|
"title": "Last reset missing",
|
||||||
|
"description": "The following entities have state class 'measurement' but 'last_reset' is missing:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user