1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Fix Energy Compare Translations (#13055)

* Fix Energy Compare Translations

* Fix alert
This commit is contained in:
Zack Barett
2022-07-05 04:23:46 -05:00
committed by GitHub
parent 30a254f98f
commit e22dd0c49d
+5 -1
View File
@@ -4012,7 +4012,8 @@
"month": "Month",
"year": "Year",
"previous": "Previous",
"next": "Next"
"next": "Next",
"compare": "Compare Data"
}
},
"reload_lovelace": "Reload UI"
@@ -4537,6 +4538,9 @@
}
},
"energy": {
"compare": {
"info": "You are comparing the period {start} with the period {end}"
},
"setup": {
"next": "Next",
"back": "Back",