mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
29 lines
No EOL
661 B
JSON
29 lines
No EOL
661 B
JSON
{
|
|
"title": "Royal Meteorological Institute of Belgium",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Configuration",
|
|
"data": {
|
|
"zone": "Zone",
|
|
"style": "Style of the radar",
|
|
"dark_mode": "Radar dark mode"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "Weather for this zone is already configured",
|
|
"unknown": "Unknown error occurred"
|
|
}
|
|
},
|
|
"selector": {
|
|
"style": {
|
|
"options": {
|
|
"standard_style": "Standard",
|
|
"contrast_style": "High contrast",
|
|
"yellow_red_style": "Yellow-Red",
|
|
"satellite_style": "Satellite"
|
|
}
|
|
}
|
|
}
|
|
} |