summary refs log tree commit diff
path: root/api/locales/nl/common.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:09:35 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:09:35 +0200
commit08e837bf5559e9680fc8cb99bd05b93f8eb2cac5 (patch)
tree1eadc038773b025275d7b751265f741b09ca92ab /api/locales/nl/common.json
parentnpm i @fosscord/server-util@1.3.52 (diff)
downloadserver-08e837bf5559e9680fc8cb99bd05b93f8eb2cac5.tar.xz
:sparkles: api
Diffstat (limited to 'api/locales/nl/common.json')
-rw-r--r--api/locales/nl/common.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/api/locales/nl/common.json b/api/locales/nl/common.json
new file mode 100644
index 00000000..85deb2ec
--- /dev/null
+++ b/api/locales/nl/common.json
@@ -0,0 +1,18 @@
+{
+  "field": {
+    "BASE_TYPE_REQUIRED": "Dit veld is verplicht",
+    "BASE_TYPE_STRING": "Dit veld moet een tekenreeks zijn",
+    "BASE_TYPE_NUMBER": "Dit veld moet een getal zijn",
+    "BASE_TYPE_BIGINT": "Dit veld moet een bigint zijn",
+    "BASE_TYPE_BOOLEAN": "Dit veld moet een Booleaanse waarde zijn",
+    "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": "Onbekend sleutel: {{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"
+  }
+}
\ No newline at end of file