summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorDaan Schenkel <daan@daanschenkel.xyz>2021-08-22 13:21:10 +0200
committerGitHub <noreply@github.com>2021-08-22 13:21:10 +0200
commit6b29a6a0ef621a69b2cc2c528084e377c51d0e89 (patch)
treef17995d9a17de3ba665cbb6158eb6b3b865b771f /api
parentMerge pull request #275 from LukasDoesDev/patch-1 (diff)
downloadserver-6b29a6a0ef621a69b2cc2c528084e377c51d0e89.tar.xz
even more dutch
Diffstat (limited to 'api')
-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
+}