diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 18:34:03 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-18 18:34:03 +0200 |
commit | 14edf8899a67fe2e2b3882c29515423e9d1dccc8 (patch) | |
tree | eaea8c2ea4f73e4375d395e415b64d66eadc7258 /api/locales/nl | |
parent | Merge pull request #482 from fosscord/translation (diff) | |
download | server-14edf8899a67fe2e2b3882c29515423e9d1dccc8.tar.xz |
:globe_with_meridians: remove unused locales
Diffstat (limited to 'api/locales/nl')
-rw-r--r-- | api/locales/nl/nl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/api/locales/nl/nl b/api/locales/nl/nl deleted file mode 100644 index f10cf0ff..00000000 --- a/api/locales/nl/nl +++ /dev/null @@ -1,18 +0,0 @@ -{ - "field": { - "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." - } -} |