mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 09:56:36 +00:00
Fix translation for weather states (#1454)
we should rename the keys on lokalise before we merge this fix: #1414
This commit is contained in:
parent
348b284ba6
commit
8dcda2dae9
@ -264,20 +264,20 @@
|
||||
"on": "[%key:state::default::on%]"
|
||||
},
|
||||
"weather": {
|
||||
"clear_night": "Clear, night",
|
||||
"clear-night": "Clear, night",
|
||||
"cloudy": "Cloudy",
|
||||
"fog": "Fog",
|
||||
"hail": "Hail",
|
||||
"lightning": "Lightning",
|
||||
"lightning_rainy": "Lightning, rainy",
|
||||
"lightning-rainy": "Lightning, rainy",
|
||||
"partlycloudy": "Partly cloudy",
|
||||
"pouring": "Pouring",
|
||||
"rainy": "Rainy",
|
||||
"snowy": "Snowy",
|
||||
"snowy_rainy": "Snowy, rainy",
|
||||
"snowy-rainy": "Snowy, rainy",
|
||||
"sunny": "Sunny",
|
||||
"windy": "Windy",
|
||||
"windy_variant": "Windy"
|
||||
"windy-variant": "Windy"
|
||||
},
|
||||
"zwave": {
|
||||
"default": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user