Add Dutch translation

This commit is contained in:
Jules 2024-01-11 22:08:39 +01:00
parent 438f26f514
commit a8cb3ce620
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A

View file

@ -1,76 +1,76 @@
{ {
"title": "Royal Meteorological Institute of Belgium", "title": "Koninklijk Meteorologisch Instituut van België",
"config": { "config": {
"abort": { "abort": {
"already_configured": "The weather for this zone is already configured", "already_configured": "De weersvoorspellingen voor deze zone zijn al geconfigureerd",
"unknown": "Unknown error" "unknown": "Onbekende fout"
}, },
"step": { "step": {
"user": { "user": {
"title": "Configuration", "title": "Instellingen",
"data": { "data": {
"style": "Style of the radar", "style": "Radarstijl",
"dark_mode": "Radar dark mode", "dark_mode": "Radar in donkere modus",
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute" "use_deprecated_forecast_attribute": "Gebruik het forecat attribuut (afgeschaft)"
} }
} }
}, },
"error": { "error": {
"out_of_benelux": "{zone} is out of Benelux. Pick a zone in Benelux.", "out_of_benelux": "{zone} ligt buiten de Benelux. Kies een zone in de Benelux.",
"api_error": "Could not get data from the API", "api_error": "Kon geen gegevens van de API krijgen",
"zone_not_exist": "{zone} does not exist" "zone_not_exist": "{zone} bestaat niet"
} }
}, },
"selector": { "selector": {
"style": { "style": {
"options": { "options": {
"standard_style": "Standard", "standard_style": "Standaard",
"contrast_style": "High contrast", "contrast_style": "Hoog contrast",
"yellow_red_style": "Yellow-Red", "yellow_red_style": "Geel-Rood",
"satellite_style": "Satellite" "satellite_style": "Satellietkaart"
} }
}, },
"use_deprecated_forecast_attribute": { "use_deprecated_forecast_attribute": {
"options": { "options": {
"do_not_use_deprecated_forecast": "Do not use (recommended)", "do_not_use_deprecated_forecast": "Niet gebruiken (aanbevolen)",
"daily_in_deprecated_forecast": "Use for daily forecast", "daily_in_deprecated_forecast": "Gebruik voor dagelijkse voorspellingen",
"hourly_in_use_deprecated_forecast": "Use for hourly forecast" "hourly_in_use_deprecated_forecast": "Gebruik voor uurlijkse voorspellingen"
} }
}, },
"repair_solution": { "repair_solution": {
"options": { "options": {
"repair_option_move": "I moved the zone in Benelux", "repair_option_move": "Ik heb de zone verplaats naar de Benelux",
"repair_option_delete": "Delete that config entry" "repair_option_delete": "Deze configuratie verwijderen"
} }
} }
}, },
"options": { "options": {
"step": { "step": {
"init": { "init": {
"title": "Options", "title": "Opties",
"data": { "data": {
"style": "Style of the radar", "style": "Radarstijl",
"dark_mode": "Radar dark mode", "dark_mode": "Radar in donkere modus",
"use_deprecated_forecast_attribute": "Use the deprecated forecat attribute" "use_deprecated_forecast_attribute": "Gebruik het forecat attribuut (afgeschaft)"
} }
} }
} }
}, },
"issues": { "issues": {
"zone_moved": { "zone_moved": {
"title": "{zone} is outside of Benelux", "title": "{zone} ligt buiten de Benelux",
"fix_flow": { "fix_flow": {
"step": { "step": {
"confirm": { "confirm": {
"title": "Repair: {zone} is outside of Benelux", "title": "Reparatie: {zone} ligt buiten de Benelux",
"description": "This integration can only get data for location in the Benelux. Move the zone or delete this configuration entry." "description": "Deze integratie levert alleen gegevens op voor de Benelux. Verplaats de zone of verwijder de configuratie."
} }
}, },
"error": { "error": {
"out_of_benelux": "{zone} is out of Benelux. Move it inside Benelux first.", "out_of_benelux": "{zone} ligt buiten de Benelux. Kies een zone in de Benelux.",
"api_error": "Could not get data from the API", "api_error": "Kon geen gegevens van de API krijgen",
"zone_not_exist": "{zone} does not exist", "zone_not_exist": "{zone} bestaat niet",
"invalid_choice": "The choice is not valid" "invalid_choice": "Ongeldige keuze"
} }
} }
} }