summary refs log tree commit diff
path: root/assets/locales/nl
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-22 22:08:22 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-22 22:08:22 +1000
commit975c414434ee08622126bdeb4060532029413c18 (patch)
treea46b7f33a150963f6b8d3515225574610325713f /assets/locales/nl
parentMerge branch 'master' into fix/claim_accounts (diff)
parentMerge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff)
downloadserver-975c414434ee08622126bdeb4060532029413c18.tar.xz
Merge remote-tracking branch 'upstream/staging' into fix/claim_accounts
Diffstat (limited to 'assets/locales/nl')
-rw-r--r--assets/locales/nl/auth.json18
-rw-r--r--assets/locales/nl/common.json18
2 files changed, 36 insertions, 0 deletions
diff --git a/assets/locales/nl/auth.json b/assets/locales/nl/auth.json
new file mode 100644
index 00000000..ab295edd
--- /dev/null
+++ b/assets/locales/nl/auth.json
@@ -0,0 +1,18 @@
+{
+	"login": {
+		"INVALID_LOGIN": "E-mailadres of telefoon niet gevonden",
+		"INVALID_PASSWORD": "Ongeldig wachtwoord",
+		"ACCOUNT_DISABLED": "This account is disabled",
+		"INVALID_TOTP_CODE": "Invalid two-factor code.",
+		"INVALID_TOTP_SECRET": "Invalid two-factor secret."
+	},
+	"register": {
+		"REGISTRATION_DISABLED": "Registratie voor nieuwe gebruikers is uitgeschakeld",
+		"INVITE_ONLY": "U moet worden uitgenodigd om te registreren",
+		"EMAIL_INVALID": "Email is ongeldig",
+		"EMAIL_ALREADY_REGISTERED": "Dit e-mailadres is al geregistreerd",
+		"DATE_OF_BIRTH_UNDERAGE": "Je moet {{years}} jaar of ouder zijn",
+		"CONSENT_REQUIRED": "U moet akkoord gaan met de Algemene Voorwaarden en het Privacybeleid.",
+		"USERNAME_TOO_MANY_USERS": "Te veel gebruikers hebben deze gebruikersnaam, gelieve een andere te proberen"
+	}
+}
diff --git a/assets/locales/nl/common.json b/assets/locales/nl/common.json
new file mode 100644
index 00000000..6f411c02
--- /dev/null
+++ b/assets/locales/nl/common.json
@@ -0,0 +1,18 @@
+{
+	"field": {
+		"BASE_TYPE_REQUIRED": "Dit veld is verplicht",
+		"BASE_TYPE_STRING": "This field must be a string",
+		"BASE_TYPE_NUMBER": "Dit veld moet een getal zijn",
+		"BASE_TYPE_BIGINT": "This field must be a bigint",
+		"BASE_TYPE_BOOLEAN": "This field must be a boolean",
+		"BASE_TYPE_CHOICES": "Dit veld moet een van ({{types}}) zijn",
+		"BASE_TYPE_CLASS": "Dit veld moet een exemplaar zijn van {{type}}",
+		"BASE_TYPE_OBJECT": "Dit veld moet een object zijn",
+		"BASE_TYPE_ARRAY": "Dit veld moet een array zijn",
+		"UNKOWN_FIELD": "Unknown key: {{key}}",
+		"BASE_TYPE_CONSTANT": "Dit veld moet {{value}} zijn",
+		"EMAIL_TYPE_INVALID_EMAIL": "Niet een geldig e-mailadres",
+		"DATE_TYPE_PARSE": "Kan {{date}} niet parsen. Moet ISO8601 zijn",
+		"BASE_TYPE_BAD_LENGTH": "Moet tussen {{length}} in lengte zijn"
+	}
+}