mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +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",
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user