From c8009487ab306093b88b11e1912b41906052bfe8 Mon Sep 17 00:00:00 2001 From: Nathan Follens Date: Fri, 28 Jun 2019 12:04:41 +0000 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 100.0% (24 of 24 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/ --- src/i18n/strings/nl.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/nl.json b/src/i18n/strings/nl.json index 648e1696a7..ce17051e01 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" }