From f45477dcb5c09458c38c75ef18ac0962776deacc Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:33 +0200 Subject: [PATCH 01/56] New translations auth.json (Romanian) --- locales/ro/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/ro/auth.json diff --git a/locales/ro/auth.json b/locales/ro/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/ro/auth.json @@ -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" + } +} From d61e079227c711b6a1e99cbe5734cf5f5cf82a34 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:33 +0200 Subject: [PATCH 02/56] New translations common.json (Korean) --- locales/ko/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/ko/common.json diff --git a/locales/ko/common.json b/locales/ko/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/ko/common.json @@ -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 From 80e398bc0fab23ff9479f83e80da8051c50ca5da Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:34 +0200 Subject: [PATCH 03/56] New translations common.json (Afrikaans) --- locales/af/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/af/common.json diff --git a/locales/af/common.json b/locales/af/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/af/common.json @@ -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 From a0f2ca7f5bae12772829b883c5c993f041259a47 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:35 +0200 Subject: [PATCH 04/56] New translations common.json (Arabic) --- locales/ar/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/ar/common.json diff --git a/locales/ar/common.json b/locales/ar/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/ar/common.json @@ -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 From e4fe12ba6212e37315f36f76d12857eaf5068ab1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:35 +0200 Subject: [PATCH 05/56] New translations common.json (Catalan) --- locales/ca/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/ca/common.json diff --git a/locales/ca/common.json b/locales/ca/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/ca/common.json @@ -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 From 774791c444fa0c6d90c00325e9eb67c80a348dbe Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:36 +0200 Subject: [PATCH 06/56] New translations common.json (Czech) --- locales/cs/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/cs/common.json diff --git a/locales/cs/common.json b/locales/cs/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/cs/common.json @@ -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 From c2006e7dfc5d86d1c91b2b30c4f72b526f623812 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:37 +0200 Subject: [PATCH 07/56] New translations common.json (Danish) --- locales/da/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/da/common.json diff --git a/locales/da/common.json b/locales/da/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/da/common.json @@ -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 From 0e874d52909db08c53b95b7aaef28c8db0ef88ff Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:38 +0200 Subject: [PATCH 08/56] New translations common.json (German) --- locales/de/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/locales/de/common.json b/locales/de/common.json index 99139d8c..7a0254fc 100644 --- a/locales/de/common.json +++ b/locales/de/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Dieses Feld ist erforderlich", - "BASE_TYPE_STRING": "Dieses Feld muss einen Text beinhalten", - "BASE_TYPE_NUMBER": "Dieses Feld muss eine Nummer beinhalten", - "BASE_TYPE_BIGINT": "Dieses Feld muss eine Nummer beinhalten", - "BASE_TYPE_BOOLEAN": "Diese Feld muss true oder false sein", - "BASE_TYPE_CHOICES": "Dieses Feld muss ({{types}}) sein", - "BASE_TYPE_CLASS": "Dieses Feld muss ein {{type}} sein", - "BASE_TYPE_OBJECT": "Dieses Feld muss ein Objekt sein", - "BASE_TYPE_ARRAY": "Dieses Feld muss ein Array sein", - "UNKOWN_FIELD": "Unbekannter Wert: {{key}}", - "BASE_TYPE_CONSTANT": "Dieses Feld muss {{value}} sein", - "EMAIL_TYPE_INVALID_EMAIL": "Keine gültige E-Mail Adresse", - "DATE_TYPE_PARSE": "Ungültiges Datum {{date}}, muss dem ISO8601 Standard entsprechen", - "BASE_TYPE_BAD_LENGTH": "Muss {{length}} lang sein" - } -} + "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 From d63dedcf3e5637be308030fb80a8be8b0a5b4355 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:39 +0200 Subject: [PATCH 09/56] New translations common.json (Greek) --- locales/el/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/el/common.json diff --git a/locales/el/common.json b/locales/el/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/el/common.json @@ -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 From 9342f3e64b36df5de51846785e206e45b196bde8 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:39 +0200 Subject: [PATCH 10/56] New translations common.json (Finnish) --- locales/fi/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/fi/common.json diff --git a/locales/fi/common.json b/locales/fi/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/fi/common.json @@ -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 From 71bd46c6e0c0aa3d77cf7958a5439cca411d0cf6 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:40 +0200 Subject: [PATCH 11/56] New translations common.json (Hebrew) --- locales/he/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/he/common.json diff --git a/locales/he/common.json b/locales/he/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/he/common.json @@ -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 From 86c72ce2e46339bcd5c8f7cede238b7fe77540d6 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:41 +0200 Subject: [PATCH 12/56] New translations common.json (Hungarian) --- locales/hu/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/hu/common.json diff --git a/locales/hu/common.json b/locales/hu/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/hu/common.json @@ -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 From 5fd51eb2976f5d16e8dfd1b357ecfa9420acc5e5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:42 +0200 Subject: [PATCH 13/56] New translations common.json (Italian) --- locales/it/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/it/common.json diff --git a/locales/it/common.json b/locales/it/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/it/common.json @@ -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 From 8ff4f973dd359c2d39a443dcbfde15a6db5c14de Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:42 +0200 Subject: [PATCH 14/56] New translations common.json (Japanese) --- locales/ja/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/ja/common.json diff --git a/locales/ja/common.json b/locales/ja/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/ja/common.json @@ -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 From c22a3c41866cd7f51602fb7b0fa0e8e810989c42 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:43 +0200 Subject: [PATCH 15/56] New translations common.json (Dutch) --- locales/nl/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/nl/common.json diff --git a/locales/nl/common.json b/locales/nl/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/nl/common.json @@ -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 From a48703290e58195b2119cf9a2290177144d3ef85 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:44 +0200 Subject: [PATCH 16/56] New translations common.json (French) --- locales/fr/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/fr/common.json diff --git a/locales/fr/common.json b/locales/fr/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/fr/common.json @@ -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 From 526e39fff1e1e8fd2b78329d2c51d9bb702737b0 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:44 +0200 Subject: [PATCH 17/56] New translations common.json (Norwegian) --- locales/no/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/no/common.json diff --git a/locales/no/common.json b/locales/no/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/no/common.json @@ -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 From b4389741f6f28fa4ce0472ba28ff1cdac02b6f9d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:45 +0200 Subject: [PATCH 18/56] New translations common.json (Polish) --- locales/pl/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/pl/common.json diff --git a/locales/pl/common.json b/locales/pl/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/pl/common.json @@ -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 From 1243d90f2707b3d8d5d77d3e15334120ad1bc18d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:45 +0200 Subject: [PATCH 19/56] New translations common.json (Portuguese) --- locales/pt/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/pt/common.json diff --git a/locales/pt/common.json b/locales/pt/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/pt/common.json @@ -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 From b3226054829f8d1f26a413b34786c5150471f9a3 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:46 +0200 Subject: [PATCH 20/56] New translations common.json (Russian) --- locales/ru/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/locales/ru/common.json b/locales/ru/common.json index 03af3705..7a0254fc 100644 --- a/locales/ru/common.json +++ b/locales/ru/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Заполните это поле", - "BASE_TYPE_STRING": "Это поле должно быть сторокой", - "BASE_TYPE_NUMBER": "Это поле должно быть числом", - "BASE_TYPE_BIGINT": "Это поле должно быть большим числом", - "BASE_TYPE_BOOLEAN": "Это поле должно быть с логическим типом", - "BASE_TYPE_CHOICES": "Это поле должно быть ({{types}})", - "BASE_TYPE_CLASS": "Это поле должно быть {{type}} объекта", - "BASE_TYPE_OBJECT": "Это поле должно быть объектом", - "BASE_TYPE_ARRAY": "Это таблица должна быть array", - "UNKOWN_FIELD": "Неизвестный ключ: {{key}}", - "BASE_TYPE_CONSTANT": "Это поле должно быть {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Неправильно введён Email", - "DATE_TYPE_PARSE": "Не удалось обработать \"{{date}}\". Дата должна быть в формате ISO8601", - "BASE_TYPE_BAD_LENGTH": "Длинна должна быть {{length}} символов" - } - } \ No newline at end of file + "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 From eec7863d55abee3a92c2a6f9d2c0b3771da6478c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:47 +0200 Subject: [PATCH 21/56] New translations common.json (Serbian (Cyrillic)) --- locales/sr/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/sr/common.json diff --git a/locales/sr/common.json b/locales/sr/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/sr/common.json @@ -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 From 3db350bde64d473525bf2dd801ae25d3e349150c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:48 +0200 Subject: [PATCH 22/56] New translations common.json (Swedish) --- locales/sv/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/sv/common.json diff --git a/locales/sv/common.json b/locales/sv/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/sv/common.json @@ -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 From dc4416ef8eb96c76e26282030b3efd8be661825d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:49 +0200 Subject: [PATCH 23/56] New translations common.json (Turkish) --- locales/tr/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/tr/common.json diff --git a/locales/tr/common.json b/locales/tr/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/tr/common.json @@ -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 From d3ada20ded55b64d5f2158f00b4f6508804d05ad Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:50 +0200 Subject: [PATCH 24/56] New translations common.json (Ukrainian) --- locales/uk/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/uk/common.json diff --git a/locales/uk/common.json b/locales/uk/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/uk/common.json @@ -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 From 82ad338b32f02792945d900317a4c708409a7e88 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:50 +0200 Subject: [PATCH 25/56] New translations common.json (Chinese Simplified) --- locales/zh/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/zh/common.json diff --git a/locales/zh/common.json b/locales/zh/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/zh/common.json @@ -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 From 51baafe8812986ff55033045419263635bc9b55b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:52 +0200 Subject: [PATCH 26/56] New translations common.json (Vietnamese) --- locales/vi/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/vi/common.json diff --git a/locales/vi/common.json b/locales/vi/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/vi/common.json @@ -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 From 6aeadb05bdc9aa22a6d2b1211736935d4ca9fc8f Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:53 +0200 Subject: [PATCH 27/56] New translations common.json (Spanish) --- locales/es/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/es/common.json diff --git a/locales/es/common.json b/locales/es/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/es/common.json @@ -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 From 731fd0b34e1bd898fc94e881367c67aa0f901d3a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:54 +0200 Subject: [PATCH 28/56] New translations common.json (Romanian) --- locales/ro/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/ro/common.json diff --git a/locales/ro/common.json b/locales/ro/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/ro/common.json @@ -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 From edb87d40ef76d62c4591f1b989987260acec2e9b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:55 +0200 Subject: [PATCH 29/56] New translations auth.json (French) --- locales/fr/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/fr/auth.json diff --git a/locales/fr/auth.json b/locales/fr/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/fr/auth.json @@ -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" + } +} From 0b84cd63603e12ede560762e9a1df1f9cdf0b5b7 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:56 +0200 Subject: [PATCH 30/56] New translations auth.json (Korean) --- locales/ko/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/ko/auth.json diff --git a/locales/ko/auth.json b/locales/ko/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/ko/auth.json @@ -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" + } +} From 3f3aedffc6b8c52aefd16a316f456fcebb2e2167 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:56 +0200 Subject: [PATCH 31/56] New translations auth.json (Spanish) --- locales/es/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/es/auth.json diff --git a/locales/es/auth.json b/locales/es/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/es/auth.json @@ -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" + } +} From 02d14fbf6731c14852841a03946ad2c341a37826 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:57 +0200 Subject: [PATCH 32/56] New translations auth.json (Afrikaans) --- locales/af/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/af/auth.json diff --git a/locales/af/auth.json b/locales/af/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/af/auth.json @@ -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" + } +} From f91ef2bf8b9912885db62edc2e993e604016bfc3 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:57 +0200 Subject: [PATCH 33/56] New translations auth.json (Arabic) --- locales/ar/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/ar/auth.json diff --git a/locales/ar/auth.json b/locales/ar/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/ar/auth.json @@ -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" + } +} From 1db8f1af1a1f5ee0eeb5f09d5df09f5954c902cc Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:58 +0200 Subject: [PATCH 34/56] New translations auth.json (Catalan) --- locales/ca/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/ca/auth.json diff --git a/locales/ca/auth.json b/locales/ca/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/ca/auth.json @@ -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" + } +} From ea581f120bfb4de79d6b7b28779be0888576569f Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:08:59 +0200 Subject: [PATCH 35/56] New translations auth.json (Czech) --- locales/cs/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/cs/auth.json diff --git a/locales/cs/auth.json b/locales/cs/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/cs/auth.json @@ -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" + } +} From 2a59d57af43ae4ffc4fe01eddc7eed2f64a7377c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:00 +0200 Subject: [PATCH 36/56] New translations auth.json (Danish) --- locales/da/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/da/auth.json diff --git a/locales/da/auth.json b/locales/da/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/da/auth.json @@ -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" + } +} From ec4197fb3821d07a1513a11128deec250f47f985 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:00 +0200 Subject: [PATCH 37/56] New translations auth.json (German) --- locales/de/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/de/auth.json b/locales/de/auth.json index e920c3b4..025a3876 100644 --- a/locales/de/auth.json +++ b/locales/de/auth.json @@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "E-Mail oder Telefonnummer nicht gefunden", - "INVALID_PASSWORD": "Ungültiges Passwort" + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password" }, "register": { - "REGISTRATION_DISABLED": "Neue Nutzer können sich nicht mehr registrieren", - "INVITE_ONLY": "Du musst eingeladen werden, um dich zu registrieren", - "EMAIL_INVALID": "Ungültige E-Mail Adresse", - "EMAIL_ALREADY_REGISTERED": "Es existiert bereits ein Account mit dieser E-Mail Adresse", - "DATE_OF_BIRTH_UNDERAGE": "Du musst mindestens {{years}} Jahre alt sein", - "CONSENT_REQUIRED": "Du musst den AGB's und Datenschutzbestimmungen zustimmen", - "USERNAME_TOO_MANY_USERS": "Es haben bereits zu viele Nutzer den gleichen Nutzernamen" + "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" } } From 8e8a335bab59aaa6ee9f8339c5c2ef192eb14c2c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:01 +0200 Subject: [PATCH 38/56] New translations auth.json (Greek) --- locales/el/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/el/auth.json diff --git a/locales/el/auth.json b/locales/el/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/el/auth.json @@ -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" + } +} From 686e427e4201f55c0a6ffd66d3994eac3962b7a7 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:02 +0200 Subject: [PATCH 39/56] New translations auth.json (Finnish) --- locales/fi/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/fi/auth.json diff --git a/locales/fi/auth.json b/locales/fi/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/fi/auth.json @@ -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" + } +} From 172cbe458af79691a9e043d2ed8cd2eb8a8ae955 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:03 +0200 Subject: [PATCH 40/56] New translations auth.json (Hebrew) --- locales/he/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/he/auth.json diff --git a/locales/he/auth.json b/locales/he/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/he/auth.json @@ -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" + } +} From b20d2157649e06622aa5a43462db7fa8d002b917 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:04 +0200 Subject: [PATCH 41/56] New translations auth.json (Hungarian) --- locales/hu/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/hu/auth.json diff --git a/locales/hu/auth.json b/locales/hu/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/hu/auth.json @@ -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" + } +} From 06130c3f572305ec1e1857ffcf08e7042321b7ef Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:05 +0200 Subject: [PATCH 42/56] New translations auth.json (Italian) --- locales/it/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/it/auth.json diff --git a/locales/it/auth.json b/locales/it/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/it/auth.json @@ -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" + } +} From d51cf9417e3fbe3a313527476745b6118eceb632 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:06 +0200 Subject: [PATCH 43/56] New translations auth.json (Japanese) --- locales/ja/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/ja/auth.json diff --git a/locales/ja/auth.json b/locales/ja/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/ja/auth.json @@ -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" + } +} From 5cc93349acc8e75df7dc7cc928d6cdfeef1f304c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:06 +0200 Subject: [PATCH 44/56] New translations auth.json (Dutch) --- locales/nl/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/nl/auth.json diff --git a/locales/nl/auth.json b/locales/nl/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/nl/auth.json @@ -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" + } +} From 3c15edf6a6f25d1e4c7420c893011a37541ed6f1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:07 +0200 Subject: [PATCH 45/56] New translations auth.json (Hindi) --- locales/hi/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/hi/auth.json diff --git a/locales/hi/auth.json b/locales/hi/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/hi/auth.json @@ -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" + } +} From 67465da57c97583ae2f76cbd592e9d58e03d2917 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:08 +0200 Subject: [PATCH 46/56] New translations auth.json (Norwegian) --- locales/no/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/no/auth.json diff --git a/locales/no/auth.json b/locales/no/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/no/auth.json @@ -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" + } +} From 07beb76f79a33ff1df95ac778358cb566cddb583 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:08 +0200 Subject: [PATCH 47/56] New translations auth.json (Polish) --- locales/pl/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/pl/auth.json diff --git a/locales/pl/auth.json b/locales/pl/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/pl/auth.json @@ -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" + } +} From 02daf7675219bc86e495420762e2ac8cc756eccb Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:09 +0200 Subject: [PATCH 48/56] New translations auth.json (Portuguese) --- locales/pt/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/pt/auth.json diff --git a/locales/pt/auth.json b/locales/pt/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/pt/auth.json @@ -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" + } +} From a1964bf171196bb4b4869ae777b30cac2fd7b7fe Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:10 +0200 Subject: [PATCH 49/56] New translations auth.json (Russian) --- locales/ru/auth.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/locales/ru/auth.json b/locales/ru/auth.json index bc87175e..025a3876 100644 --- a/locales/ru/auth.json +++ b/locales/ru/auth.json @@ -1,15 +1,15 @@ { - "login": { - "INVALID_LOGIN": "Неправильный E-Mail или Телефон", - "INVALID_PASSWORD": "Неправильный пароль" - }, - "register": { - "REGISTRATION_DISABLED": "Регистрация новых пользователей отключена", - "INVITE_ONLY": "Вы должны быть приглашены кем либо для регистрироваться", - "EMAIL_INVALID": "Неправильный Email", - "EMAIL_ALREADY_REGISTERED": "Этот Email уже зарегистрирован", - "DATE_OF_BIRTH_UNDERAGE": "Вы должны быть старше {{years}} лет", - "CONSENT_REQUIRED": "Вам необходимо принять Правила сервиса (TOS) и Политику конфиденциальности.", - "USERNAME_TOO_MANY_USERS": "Этот ник заняло уже очень много пользователей, пожалуйста, выберите другой" - } - } \ No newline at end of file + "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" + } +} From a18ca21bd23bbbd067177ab234e647c57c27316c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:11 +0200 Subject: [PATCH 50/56] New translations auth.json (Serbian (Cyrillic)) --- locales/sr/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/sr/auth.json diff --git a/locales/sr/auth.json b/locales/sr/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/sr/auth.json @@ -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" + } +} From 019b51627721ac0bf358a5d9b093ea0e619bcf21 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:11 +0200 Subject: [PATCH 51/56] New translations auth.json (Swedish) --- locales/sv/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/sv/auth.json diff --git a/locales/sv/auth.json b/locales/sv/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/sv/auth.json @@ -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" + } +} From 35e052806cfa891a6e4a20831c328b2b78564484 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:12 +0200 Subject: [PATCH 52/56] New translations auth.json (Turkish) --- locales/tr/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/tr/auth.json diff --git a/locales/tr/auth.json b/locales/tr/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/tr/auth.json @@ -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" + } +} From c4f6c3eb4d21360ff3c58bcf27bcadc96920644d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:13 +0200 Subject: [PATCH 53/56] New translations auth.json (Ukrainian) --- locales/uk/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/uk/auth.json diff --git a/locales/uk/auth.json b/locales/uk/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/uk/auth.json @@ -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" + } +} From 57878a4ad87f1331f6a84f2c4bc46d01f51885c2 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:14 +0200 Subject: [PATCH 54/56] New translations auth.json (Chinese Simplified) --- locales/zh/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/zh/auth.json diff --git a/locales/zh/auth.json b/locales/zh/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/zh/auth.json @@ -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" + } +} From 605d2ffa6e873b9be1dbcb1c49d53937005733b1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:15 +0200 Subject: [PATCH 55/56] New translations auth.json (Vietnamese) --- locales/vi/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/vi/auth.json diff --git a/locales/vi/auth.json b/locales/vi/auth.json new file mode 100644 index 00000000..025a3876 --- /dev/null +++ b/locales/vi/auth.json @@ -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" + } +} From 690354f422581af760fa3bfea792986588205b07 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 1 May 2021 16:09:17 +0200 Subject: [PATCH 56/56] New translations common.json (Hindi) --- locales/hi/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/hi/common.json diff --git a/locales/hi/common.json b/locales/hi/common.json new file mode 100644 index 00000000..7a0254fc --- /dev/null +++ b/locales/hi/common.json @@ -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