Skip to content

Commit

Permalink
fix: text cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Sep 25, 2023
1 parent 2a148ed commit b3447f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.3
1.12.4
2 changes: 1 addition & 1 deletion src/main/resources/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alexa.tomorrow.rating.good=Tomorrow is a good day with an average price of {0} c
alexa.tomorrow.rating.bad=Tomorrow is a bad day with an average price of {0} cents per kilowatt-hour.
alexa.tomorrow.rating.normal=Tomorrow is a normal day with an average price of {0} cents per kilowatt-hour.
alexa.tomorrow.rating.single=The best period starts at {0} with an average price of {1} cents and will last for {2} hours. The worst period starts at {3} with an average price of {4} cents and will last for 3 hours.
alexa.tomorrow.rating.double=There are two good periods, one starting at {0} with an average price of {1} cents and another at {2} with an average price of {3}. Both periods will last 3 hours. The worst period starts at {4} with an average price of {5} cents and will last for 3 hours.
alexa.tomorrow.rating.double=There are two good periods, one starting at {0} with an average price of {1} cents and another at {2} with an average price of {3} cents. Both periods will last 3 hours. The worst period starts at {4} with an average price of {5} cents and will last for 3 hours.
alexa.tomorrow.no_data=There is no data available yet for tomorrow. Please check back later. Prices are generally available by 8:30 PM.
alexa.next.cheap.period=The next low period starts at {0} with an average price of {1} cents per kilowatt-hour at will last for {2} hours.
alexa.next.cheap.period.no_data=The low periods for today have already passed.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/i18n/messages_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alexa.tomorrow.rating.good=Mañana es un día bueno, con un precio promedio de {
alexa.tomorrow.rating.bad=Mañana es un día malo, con un precio promedio de {0} céntimos por kilovatio-hora.
alexa.tomorrow.rating.normal=Mañana es un día normal, con un precio promedio de {0} céntimos por kilovatio-hora.
alexa.tomorrow.rating.single=El mejor período comienza a las {0} con un precio promedio de {1} céntimos y dura {2} horas. El peor período comienza a las {3} con un precio promedio de {4} céntimos y dura 3 horas.
alexa.tomorrow.rating.double=Hay dos períodos bajos, una que comienza a las {0} con un precio promedio de {1} y otra a las {2} con un precio promedio de {3}. Los dos períodos duran 3 horas. El peor período de comienza a las {4} con un precio promedio de {5} céntimos y dura 3 horas.
alexa.tomorrow.rating.double=Hay dos períodos bajos, una que comienza a las {0} con un precio promedio de {1} céntimos y otra a las {2} con un precio promedio de {3} céntimos. Los dos períodos duran 3 horas. El peor período de comienza a las {4} con un precio promedio de {5} céntimos y dura 3 horas.
alexa.tomorrow.no_data=Aún no hay datos disponibles para mañana. Por favor, vuelva más tarde. Los precios están generalmente disponibles a las 8:30 PM.
alexa.next.cheap.period=El próximo período bajo comienza a las {0} con un precio medio de {1} céntimos por kilovatio-hora y dura {2} horas.
alexa.next.cheap.period.no_data=Los periodos bajos de hoy ya han pasado.
Expand Down

0 comments on commit b3447f9

Please sign in to comment.