diff --git a/custom_components/irm_kmi/translations/en.json b/custom_components/irm_kmi/translations/en.json index 555d71b..ae1f010 100644 --- a/custom_components/irm_kmi/translations/en.json +++ b/custom_components/irm_kmi/translations/en.json @@ -1,19 +1,19 @@ { "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": { - "zone": "Zone", "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": { @@ -24,6 +24,25 @@ "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" + } + } } } -} \ No newline at end of file +}