irm-kmi-ha/custom_components/irm_kmi/translations/en.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"
}
}
}
}