1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 17:10:10 +00:00

translation from Weblate (Dutch)

Currently translated at 100.0% (40 of 40 strings)

Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/nl/
This commit is contained in:
Richard de Boer 2022-01-31 09:56:27 +00:00 committed by Weblate
parent 3de3dd426b
commit 1105605370

View File

@ -19,7 +19,7 @@
"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.", "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.", "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": { "validationStrings": {
"length": { "length": {
@ -53,6 +53,9 @@
"errorUnknown": "Onbekende fout.", "errorUnknown": "Onbekende fout.",
"errorMatrixVerification": "Matrix-verificatie vereist.", "errorMatrixVerification": "Matrix-verificatie vereist.",
"verified": "Account geverifieerd.", "verified": "Account geverifieerd.",
"errorNoEmail": "E-mail vereist." "errorNoEmail": "E-mail vereist.",
"errorPassword": "Controleer wachtwoordeisen.",
"errorNoMatch": "Wachtwoorden komen niet overeen.",
"errorCaptcha": "Captcha incorrect."
} }
} }