diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 648e1696..ce17051e 100644 --- a/src/i18n/strings/nl.json +++ b/src/i18n/strings/nl.json @@ -47,5 +47,8 @@ "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Ongeldige configuratie: kan slechts één van default_server_config, default_server_name, of default_hs_url opgeven.", "Invalid configuration: no default server specified.": "Ongeldige configuratie: geen standaardserver opgegeven.", "This installation of Riot seems to have an invalid server configuration. If you are the administrator, please correct the error below": "De serverconfiguratie van deze Riot-instantie lijkt ongeldig. Als u de beheerder bent, gelieve dan de fout hieronder te corrigeren", - "Your Riot is misconfigured": "Uw Riot is verkeerd geconfigureerd" + "Your Riot is misconfigured": "Uw Riot is verkeerd geconfigureerd", + "Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Uw Riot-configuratie bevat ongeldige JSON. Corrigeer het probleem en herlaad de pagina.", + "The message from the parser is: %(message)s": "Het bericht van de verwerker is: %(message)s", + "Invalid JSON": "Ongeldige JSON" }