diff --git a/lang/form/nl-nl.json b/lang/form/nl-nl.json index fc21494..ec14c7c 100644 --- a/lang/form/nl-nl.json +++ b/lang/form/nl-nl.json @@ -19,7 +19,7 @@ "yourAccountIsValidUntil": "Je account zal geldig zijn tot {date}.", "sendPIN": "Stuur onderstaande pincode naar de bot, en kom daarna hier terug om je account te koppelen.", "matrixEnterUser": "Voer je gebruikers ID in, druk op versturen, en er wordt je een pincode toegestuurd. Vul die hier in om door te gaan.", - "sendPINDiscord": "Typ {command} in {server_channel} op Discord, stuur daarna onderstaande pincode via DM naar de bot." + "sendPINDiscord": "Typ {command} in {server_channel} op Discord, stuur daarna onderstaande pincode." }, "validationStrings": { "length": { @@ -53,6 +53,9 @@ "errorUnknown": "Onbekende fout.", "errorMatrixVerification": "Matrix-verificatie vereist.", "verified": "Account geverifieerd.", - "errorNoEmail": "E-mail vereist." + "errorNoEmail": "E-mail vereist.", + "errorPassword": "Controleer wachtwoordeisen.", + "errorNoMatch": "Wachtwoorden komen niet overeen.", + "errorCaptcha": "Captcha incorrect." } }