From e74e7c2873e2737ffb0a8d5fdb2b2872409169d6 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 30 Dec 2023 18:24:09 +0100 Subject: [PATCH] Update English strings --- .../irm_kmi/translations/en.json | 33 +++++++++++++++---- 1 file changed, 26 insertions(+), 7 deletions(-) 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 +}