mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
refactor(translations): simplify price start time labels in multiple languages
This commit is contained in:
parent
a2c1edb876
commit
c3c98a4b63
5 changed files with 10 additions and 10 deletions
|
|
@ -527,7 +527,7 @@
|
|||
"name": "Bestpreis Fortschritt"
|
||||
},
|
||||
"best_price_next_start_time": {
|
||||
"name": "Nächster Bestpreis startet"
|
||||
"name": "Bestpreis startet"
|
||||
},
|
||||
"best_price_next_in_minutes": {
|
||||
"name": "Bestpreis startet in"
|
||||
|
|
@ -545,7 +545,7 @@
|
|||
"name": "Spitzenpreis Fortschritt"
|
||||
},
|
||||
"peak_price_next_start_time": {
|
||||
"name": "Nächster Spitzenpreis startet"
|
||||
"name": "Spitzenpreis startet"
|
||||
},
|
||||
"peak_price_next_in_minutes": {
|
||||
"name": "Spitzenpreis startet in"
|
||||
|
|
|
|||
|
|
@ -523,7 +523,7 @@
|
|||
"name": "Best Price Progress"
|
||||
},
|
||||
"best_price_next_start_time": {
|
||||
"name": "Best Price Next Start"
|
||||
"name": "Best Price Start"
|
||||
},
|
||||
"best_price_next_in_minutes": {
|
||||
"name": "Best Price Starts In"
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
"name": "Peak Price Progress"
|
||||
},
|
||||
"peak_price_next_start_time": {
|
||||
"name": "Peak Price Next Start"
|
||||
"name": "Peak Price Start"
|
||||
},
|
||||
"peak_price_next_in_minutes": {
|
||||
"name": "Peak Price Starts In"
|
||||
|
|
|
|||
|
|
@ -523,7 +523,7 @@
|
|||
"name": "Beste pris fremgang"
|
||||
},
|
||||
"best_price_next_start_time": {
|
||||
"name": "Neste beste pris starter"
|
||||
"name": "Beste pris starter"
|
||||
},
|
||||
"best_price_next_in_minutes": {
|
||||
"name": "Beste pris starter om"
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
"name": "Topppris fremgang"
|
||||
},
|
||||
"peak_price_next_start_time": {
|
||||
"name": "Neste topppris starter"
|
||||
"name": "Topppris starter"
|
||||
},
|
||||
"peak_price_next_in_minutes": {
|
||||
"name": "Topppris starter om"
|
||||
|
|
|
|||
|
|
@ -523,7 +523,7 @@
|
|||
"name": "Beste prijs voortgang"
|
||||
},
|
||||
"best_price_next_start_time": {
|
||||
"name": "Volgende beste prijs start"
|
||||
"name": "Beste prijs start"
|
||||
},
|
||||
"best_price_next_in_minutes": {
|
||||
"name": "Beste prijs start over"
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
"name": "Piekprijs voortgang"
|
||||
},
|
||||
"peak_price_next_start_time": {
|
||||
"name": "Volgende piekprijs start"
|
||||
"name": "Piekprijs start"
|
||||
},
|
||||
"peak_price_next_in_minutes": {
|
||||
"name": "Piekprijs start over"
|
||||
|
|
|
|||
|
|
@ -523,7 +523,7 @@
|
|||
"name": "Bästa pris framsteg"
|
||||
},
|
||||
"best_price_next_start_time": {
|
||||
"name": "Nästa bästa pris startar"
|
||||
"name": "Bästa pris startar"
|
||||
},
|
||||
"best_price_next_in_minutes": {
|
||||
"name": "Bästa pris startar om"
|
||||
|
|
@ -541,7 +541,7 @@
|
|||
"name": "Topppris framsteg"
|
||||
},
|
||||
"peak_price_next_start_time": {
|
||||
"name": "Nästa topppris startar"
|
||||
"name": "Topppris startar"
|
||||
},
|
||||
"peak_price_next_in_minutes": {
|
||||
"name": "Topppris startar om"
|
||||
|
|
|
|||
Loading…
Reference in a new issue