From 315b5fda91a82b3d587fcc5630ae56d10839dc5d Mon Sep 17 00:00:00 2001 From: Richard de Boer Date: Mon, 10 May 2021 07:08:41 +0000 Subject: [PATCH] translation from Weblate (Dutch) Currently translated at 100.0% (32 of 32 strings) Translation: jfa-go/Account Creation Form Translate-URL: https://weblate.hrfee.dev/projects/jfa-go/form/nl/ --- lang/form/nl-nl.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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." } }