diff --git a/lang/form/nl-nl.json b/lang/form/nl-nl.json index 79c918a..50981a8 100644 --- a/lang/form/nl-nl.json +++ b/lang/form/nl-nl.json @@ -17,7 +17,8 @@ "successContinueButton": "Doorgaan", "confirmationRequired": "Bevestiging van e-mailadres verplicht", "confirmationRequiredMessage": "Controleer je e-mail inbox om je adres te bevestigen.", - "yourAccountIsValidUntil": "Je account zal geldig zijn tot {date}." + "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." }, "validationStrings": { "length": { @@ -43,6 +44,9 @@ }, "notifications": { "errorUserExists": "Gebruiker bestaat al.", - "errorInvalidCode": "Ongeldige uitnodigingscode." + "errorInvalidCode": "Ongeldige uitnodigingscode.", + "telegramVerified": "Telegram-account goedgekeurd.", + "errorTelegramVerification": "Telegram-verificatie nodig.", + "errorInvalidPIN": "Telegram pincode is ongeldig." } }