mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-08 18:06: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%]"
|
"on": "[%key:state::default::on%]"
|
||||||
},
|
},
|
||||||
"weather": {
|
"weather": {
|
||||||
"clear_night": "Clear, night",
|
"clear-night": "Clear, night",
|
||||||
"cloudy": "Cloudy",
|
"cloudy": "Cloudy",
|
||||||
"fog": "Fog",
|
"fog": "Fog",
|
||||||
"hail": "Hail",
|
"hail": "Hail",
|
||||||
"lightning": "Lightning",
|
"lightning": "Lightning",
|
||||||
"lightning_rainy": "Lightning, rainy",
|
"lightning-rainy": "Lightning, rainy",
|
||||||
"partlycloudy": "Partly cloudy",
|
"partlycloudy": "Partly cloudy",
|
||||||
"pouring": "Pouring",
|
"pouring": "Pouring",
|
||||||
"rainy": "Rainy",
|
"rainy": "Rainy",
|
||||||
"snowy": "Snowy",
|
"snowy": "Snowy",
|
||||||
"snowy_rainy": "Snowy, rainy",
|
"snowy-rainy": "Snowy, rainy",
|
||||||
"sunny": "Sunny",
|
"sunny": "Sunny",
|
||||||
"windy": "Windy",
|
"windy": "Windy",
|
||||||
"windy_variant": "Windy"
|
"windy-variant": "Windy"
|
||||||
},
|
},
|
||||||
"zwave": {
|
"zwave": {
|
||||||
"default": {
|
"default": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user