mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Update English strings
This commit is contained in:
parent
0e58df9434
commit
e74e7c2873
1 changed files with 26 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"title": "Royal Meteorological Institute of Belgium",
|
"title": "Royal Meteorological Institute of Belgium",
|
||||||
"config": {
|
"config": {
|
||||||
|
"abort": {
|
||||||
|
"already_configured": "The weather for this zone is already configured",
|
||||||
|
"unknown": "Unknown error"
|
||||||
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Configuration",
|
"title": "Configuration",
|
||||||
"data": {
|
"data": {
|
||||||
"zone": "Zone",
|
|
||||||
"style": "Style of the radar",
|
"style": "Style of the radar",
|
||||||
"dark_mode": "Radar dark mode"
|
"dark_mode": "Radar dark mode",
|
||||||
|
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"abort": {
|
|
||||||
"already_configured": "Weather for this zone is already configured",
|
|
||||||
"unknown": "Unknown error occurred"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"selector": {
|
"selector": {
|
||||||
|
@ -24,6 +24,25 @@
|
||||||
"yellow_red_style": "Yellow-Red",
|
"yellow_red_style": "Yellow-Red",
|
||||||
"satellite_style": "Satellite"
|
"satellite_style": "Satellite"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"use_deprecated_forecast_attribute": {
|
||||||
|
"options": {
|
||||||
|
"do_not_use_deprecated_forecast": "Do not use (recommended)",
|
||||||
|
"daily_in_deprecated_forecast": "Use for daily forecast",
|
||||||
|
"hourly_in_use_deprecated_forecast": "Use for hourly forecast"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"title": "Options",
|
||||||
|
"data": {
|
||||||
|
"style": "Style of the radar",
|
||||||
|
"dark_mode": "Radar dark mode",
|
||||||
|
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue