mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 19:49:26 +02:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"title": "Royal Meteorological Institute of Belgium",
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "The weather for this zone is already configured",
|
|
"unknown": "Unknown error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"title": "Configuration",
|
|
"data": {
|
|
"style": "Style of the radar",
|
|
"dark_mode": "Radar dark mode",
|
|
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"style": {
|
|
"options": {
|
|
"standard_style": "Standard",
|
|
"contrast_style": "High contrast",
|
|
"yellow_red_style": "Yellow-Red",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|