summary refs log tree commit diff
path: root/api/locales
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-22 13:21:42 +0200
committerGitHub <noreply@github.com>2021-08-22 13:21:42 +0200
commit621bcca07d818cb956e44667c85f0d8cab6da037 (patch)
tree29235f7b945ba0dce7e6a3d7a076e738bd39df76 /api/locales
parentMerge pull request #277 from daantje1/patch-1 (diff)
parenteven more dutch (diff)
downloadserver-621bcca07d818cb956e44667c85f0d8cab6da037.tar.xz
Merge pull request #278 from daantje1/patch-2
Diffstat (limited to 'api/locales')
-rw-r--r--api/locales/nl/nl30
1 files changed, 15 insertions, 15 deletions
diff --git a/api/locales/nl/nl b/api/locales/nl/nl
index 7a0254fc..f10cf0ff 100644
--- a/api/locales/nl/nl
+++ b/api/locales/nl/nl
@@ -1,18 +1,18 @@
 {
   "field": {
-    "BASE_TYPE_REQUIRED": "This field is required",
-    "BASE_TYPE_STRING": "This field must be a string",
-    "BASE_TYPE_NUMBER": "This field must be a number",
-    "BASE_TYPE_BIGINT": "This field must be a bigint",
-    "BASE_TYPE_BOOLEAN": "This field must be a boolean",
-    "BASE_TYPE_CHOICES": "This field must be one of ({{types}})",
-    "BASE_TYPE_CLASS": "This field must be an instance of {{type}}",
-    "BASE_TYPE_OBJECT": "This field must be a object",
-    "BASE_TYPE_ARRAY": "This field must be an array",
-    "UNKOWN_FIELD": "Unkown key: {{key}}",
-    "BASE_TYPE_CONSTANT": "This field must be {{value}}",
-    "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address",
-    "DATE_TYPE_PARSE": "Could not parse {{date}}. Should be ISO8601",
-    "BASE_TYPE_BAD_LENGTH": "Must be between {{length}} in length"
+    "BASE_TYPE_REQUIRED": "Dit veld is verplicht.",
+    "BASE_TYPE_STRING": "Dit veld moet een tekst zijn.",
+    "BASE_TYPE_NUMBER": "Dit veld moet een nummer zijn.",
+    "BASE_TYPE_BIGINT": "Dit veld moet een BigInt zijn.",
+    "BASE_TYPE_BOOLEAN": "Dit veld moet een boolean zijn.",
+    "BASE_TYPE_CHOICES": "Dit veld moet een van de volgende zijn: ({{types}})",
+    "BASE_TYPE_CLASS": "Dit veld moet een instantie zijn van {{type}}",
+    "BASE_TYPE_OBJECT": "Dit veld moet een object zijn.",
+    "BASE_TYPE_ARRAY": "Dit veld moet een array zijn.",
+    "UNKOWN_FIELD": "Onbekende sleutel: {{key}}",
+    "BASE_TYPE_CONSTANT": "Dit veld moet zijn: {{value}}",
+    "EMAIL_TYPE_INVALID_EMAIL": "Dit email adres is onjuist.",
+    "DATE_TYPE_PARSE": "Kon {{date}} niet parsen. Moet ISO8601 zijn.",
+    "BASE_TYPE_BAD_LENGTH": "Moet tussen {{length}} in lengte zijn."
   }
-}
\ No newline at end of file
+}