1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-16 22:47:46 +02:00

translation from Weblate (Dutch)

Currently translated at 88.1% (52 of 59 strings)

Translation: jfa-go/Account Creation Form
Translate-URL: https://weblate.jfa-go.com/projects/jfa-go/form/nl/
This commit is contained in:
RobertRvB 2023-08-09 09:39:34 +00:00 committed by Harvey Tindall
parent 826deec8a8
commit cf3efe770d
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -19,7 +19,15 @@
"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."
"sendPINDiscord": "Typ {command} in {server_channel} op Discord, stuur daarna onderstaande pincode.",
"oldPassword": "Huidig wachtwoord",
"newPassword": "Nieuw wachtwoord",
"welcomeUser": "Welkom, {user}!",
"addContactMethod": "Voeg contact methode toe",
"editContactMethod": "Wijzig contact methode",
"joinTheServer": "Word lid van de server:",
"resetPassword": "Wachtwoord opnieuw instellen",
"changePassword": "Wachtwoord wijzigen"
},
"validationStrings": {
"length": {
@ -56,6 +64,10 @@
"errorNoEmail": "E-mail vereist.",
"errorPassword": "Controleer wachtwoordeisen.",
"errorNoMatch": "Wachtwoorden komen niet overeen.",
"errorCaptcha": "Captcha incorrect."
"errorCaptcha": "Captcha incorrect.",
"errorAccountLinked": "Account is al in gebruik.",
"errorEmailLinked": "Emailadres is al in gebruik.",
"errorOldPassword": "Huidig wachtwoord is niet correct.",
"passwordChanged": "Wachtwoord gewijzigd."
}
}
}