mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix Energy Compare Translations (#13055)
* Fix Energy Compare Translations * Fix alert
This commit is contained in:
parent
30a254f98f
commit
e22dd0c49d
@ -4012,7 +4012,8 @@
|
|||||||
"month": "Month",
|
"month": "Month",
|
||||||
"year": "Year",
|
"year": "Year",
|
||||||
"previous": "Previous",
|
"previous": "Previous",
|
||||||
"next": "Next"
|
"next": "Next",
|
||||||
|
"compare": "Compare Data"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reload_lovelace": "Reload UI"
|
"reload_lovelace": "Reload UI"
|
||||||
@ -4537,6 +4538,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"energy": {
|
"energy": {
|
||||||
|
"compare": {
|
||||||
|
"info": "You are comparing the period {start} with the period {end}"
|
||||||
|
},
|
||||||
"setup": {
|
"setup": {
|
||||||
"next": "Next",
|
"next": "Next",
|
||||||
"back": "Back",
|
"back": "Back",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user