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:
Erik Montnemery 2021-09-20 12:38:16 +02:00 committed by GitHub
parent 2240d019f5
commit 53b26a43c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1117,9 +1117,13 @@
"title": "Unexpected unit of measurement",
"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",
"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:"
}
}
}