From a992f402272e04a81f2bda0c930c0efa95fb7a77 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Thu, 11 Jan 2024 20:37:30 +0100 Subject: [PATCH] Update en.json --- .../irm_kmi/translations/en.json | 2 +- .../irm_kmi/translations/nl.json | 78 +++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 custom_components/irm_kmi/translations/nl.json diff --git a/custom_components/irm_kmi/translations/en.json b/custom_components/irm_kmi/translations/en.json index 99d79ac..7fd5c43 100644 --- a/custom_components/irm_kmi/translations/en.json +++ b/custom_components/irm_kmi/translations/en.json @@ -27,7 +27,7 @@ "standard_style": "Standard", "contrast_style": "High contrast", "yellow_red_style": "Yellow-Red", - "satellite_style": "Satellite" + "satellite_style": "Satellite map" } }, "use_deprecated_forecast_attribute": { diff --git a/custom_components/irm_kmi/translations/nl.json b/custom_components/irm_kmi/translations/nl.json new file mode 100644 index 0000000..99d79ac --- /dev/null +++ b/custom_components/irm_kmi/translations/nl.json @@ -0,0 +1,78 @@ +{ + "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" + } + } + }, + "error": { + "out_of_benelux": "{zone} is out of Benelux. Pick a zone in Benelux.", + "api_error": "Could not get data from the API", + "zone_not_exist": "{zone} does not exist" + } + }, + "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" + } + }, + "repair_solution": { + "options": { + "repair_option_move": "I moved the zone in Benelux", + "repair_option_delete": "Delete that config entry" + } + } + }, + "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" + } + } + } + }, + "issues": { + "zone_moved": { + "title": "{zone} is outside of Benelux", + "fix_flow": { + "step": { + "confirm": { + "title": "Repair: {zone} is outside of Benelux", + "description": "This integration can only get data for location in the Benelux. Move the zone or delete this configuration entry." + } + }, + "error": { + "out_of_benelux": "{zone} is out of Benelux. Move it inside Benelux first.", + "api_error": "Could not get data from the API", + "zone_not_exist": "{zone} does not exist", + "invalid_choice": "The choice is not valid" + } + } + } + } +}