diff --git a/locales/af/af b/locales/af/af
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/af/af
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/ar/ar b/locales/ar/ar
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/ar/ar
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/ca/ca b/locales/ca/ca
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/ca/ca
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/cs/cs b/locales/cs/cs
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/cs/cs
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/da/da b/locales/da/da
new file mode 100644
index 00000000..025a3876
--- /dev/null
+++ b/locales/da/da
@@ -0,0 +1,15 @@
+{
+ "login": {
+ "INVALID_LOGIN": "E-Mail or Phone not found",
+ "INVALID_PASSWORD": "Invalid Password"
+ },
+ "register": {
+ "REGISTRATION_DISABLED": "New user registration is disabled",
+ "INVITE_ONLY": "You must be invited to register",
+ "EMAIL_INVALID": "Invalid Email",
+ "EMAIL_ALREADY_REGISTERED": "Email is already registered",
+ "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
+ "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.",
+ "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
+ }
+}
diff --git a/locales/de/de b/locales/de/de
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/de/de
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/el/el b/locales/el/el
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/el/el
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/en/en b/locales/en/en
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/en/en
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/es/es b/locales/es/es
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/es/es
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/fi/fi b/locales/fi/fi
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/fi/fi
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/fr/fr b/locales/fr/fr
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/fr/fr
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/he/he b/locales/he/he
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/he/he
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/hi/hi b/locales/hi/hi
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/hi/hi
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/hu/hu b/locales/hu/hu
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/hu/hu
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/it/it b/locales/it/it
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/it/it
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/ja/ja b/locales/ja/ja
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/ja/ja
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/ko/ko b/locales/ko/ko
new file mode 100644
index 00000000..025a3876
--- /dev/null
+++ b/locales/ko/ko
@@ -0,0 +1,15 @@
+{
+ "login": {
+ "INVALID_LOGIN": "E-Mail or Phone not found",
+ "INVALID_PASSWORD": "Invalid Password"
+ },
+ "register": {
+ "REGISTRATION_DISABLED": "New user registration is disabled",
+ "INVITE_ONLY": "You must be invited to register",
+ "EMAIL_INVALID": "Invalid Email",
+ "EMAIL_ALREADY_REGISTERED": "Email is already registered",
+ "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
+ "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.",
+ "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
+ }
+}
diff --git a/locales/nl/nl b/locales/nl/nl
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/nl/nl
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/no/no b/locales/no/no
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/no/no
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/pl/pl b/locales/pl/pl
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/pl/pl
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/pt/pt b/locales/pt/pt
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/pt/pt
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/ro/ro b/locales/ro/ro
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/ro/ro
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/ru/ru b/locales/ru/ru
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/ru/ru
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/sr/sr b/locales/sr/sr
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/sr/sr
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/sv/sv b/locales/sv/sv
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/sv/sv
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/tr/tr b/locales/tr/tr
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/tr/tr
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/uk/uk b/locales/uk/uk
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/uk/uk
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/vi/vi b/locales/vi/vi
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/vi/vi
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
diff --git a/locales/zh/zh b/locales/zh/zh
new file mode 100644
index 00000000..7a0254fc
--- /dev/null
+++ b/locales/zh/zh
@@ -0,0 +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"
+ }
+}
\ No newline at end of file
|