From e2987290ffef46949d5191a39683c8552b9089d4 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:42:54 -0400 Subject: [PATCH 001/101] Update source file common.json --- api/locales/en/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/en/common.json b/api/locales/en/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/en/common.json +++ b/api/locales/en/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 1bbb9dd5ce29b0bc6a9204942ad774825c598200 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:42:58 -0400 Subject: [PATCH 002/101] New translations common.json (Romanian) --- api/locales/ro/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/ro/common.json b/api/locales/ro/common.json index ee0ef86c..eec6d0d5 100644 --- a/api/locales/ro/common.json +++ b/api/locales/ro/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Acest câmp este necesar", - "BASE_TYPE_STRING": "Acest câmp trebuie să fie un şir de caractere", - "BASE_TYPE_NUMBER": "Acest câmp trebuie să fie un număr", - "BASE_TYPE_BIGINT": "Acest câmp trebuie să fie mare", - "BASE_TYPE_BOOLEAN": "Acest câmp trebuie să fie un boolean", - "BASE_TYPE_CHOICES": "Acest câmp trebuie să fie unul din ({{types}})", - "BASE_TYPE_CLASS": "Acest câmp trebuie să fie o instanță de {{type}}", - "BASE_TYPE_OBJECT": "Acest câmp trebuie să fie un obiect", - "BASE_TYPE_ARRAY": "Acest câmp trebuie să fie un array", - "UNKOWN_FIELD": "Cheie necunoscută: {{key}}", - "BASE_TYPE_CONSTANT": "Acest câmp trebuie să fie {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Adresa de email nu este bine formatata", - "DATE_TYPE_PARSE": "Nu s-a putut analiza {{date}}. Ar trebui să fie ISO8601", - "BASE_TYPE_BAD_LENGTH": "Trebuie să fie între {{length}} lungime" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Acest câmp este necesar", + "BASE_TYPE_STRING": "Acest câmp trebuie să fie un şir de caractere", + "BASE_TYPE_NUMBER": "Acest câmp trebuie să fie un număr", + "BASE_TYPE_BIGINT": "Acest câmp trebuie să fie mare", + "BASE_TYPE_BOOLEAN": "Acest câmp trebuie să fie un boolean", + "BASE_TYPE_CHOICES": "Acest câmp trebuie să fie unul din ({{types}})", + "BASE_TYPE_CLASS": "Acest câmp trebuie să fie o instanță de {{type}}", + "BASE_TYPE_OBJECT": "Acest câmp trebuie să fie un obiect", + "BASE_TYPE_ARRAY": "Acest câmp trebuie să fie un array", + "UNKOWN_FIELD": "Cheie necunoscută: {{key}}", + "BASE_TYPE_CONSTANT": "Acest câmp trebuie să fie {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Adresa de email nu este bine formatata", + "DATE_TYPE_PARSE": "Nu s-a putut analiza {{date}}. Ar trebui să fie ISO8601", + "BASE_TYPE_BAD_LENGTH": "Trebuie să fie între {{length}} lungime" + } +} From 7211c062276177d1cbe5d645c29239cebfdbb569 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:42:59 -0400 Subject: [PATCH 003/101] New translations common.json (Chinese Traditional) --- api/locales/zh/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/zh/common.json b/api/locales/zh/common.json index a565e3dc..0cf873df 100644 --- a/api/locales/zh/common.json +++ b/api/locales/zh/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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": "此字段必须是一个数组", + "UNKOWN_FIELD": "未知密钥: {{key}}", + "BASE_TYPE_CONSTANT": "此字段必须是 {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "格式不正确的电子邮件地址", + "DATE_TYPE_PARSE": "无法解析 {{date}}。应该为 ISO8601", + "BASE_TYPE_BAD_LENGTH": "长度必须介于 {{length}} 之间" + } +} From 900d615323992ac5a4b444b4afcee9f1a924db55 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:00 -0400 Subject: [PATCH 004/101] New translations common.json (Russian) --- api/locales/ru/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/ru/common.json b/api/locales/ru/common.json index 99fb15cf..aff9677b 100644 --- a/api/locales/ru/common.json +++ b/api/locales/ru/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Это поле является обязательным", - "BASE_TYPE_STRING": "Это поле должно быть string", - "BASE_TYPE_NUMBER": "Это поле должно быть number", - "BASE_TYPE_BIGINT": "Это поле должно быть bigint", - "BASE_TYPE_BOOLEAN": "Это поле должно быть boolean", - "BASE_TYPE_CHOICES": "Это поле должно быть одним из ({{types}})", - "BASE_TYPE_CLASS": "Это поле должно быть экземпляром {{type}}", - "BASE_TYPE_OBJECT": "Это поле должно быть объектом", - "BASE_TYPE_ARRAY": "Это поле должно быть массивом", - "UNKOWN_FIELD": "Неизвестное поле: {{key}}", - "BASE_TYPE_CONSTANT": "Это поле должно быть {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Неправильный формат адреса электронной почты", - "DATE_TYPE_PARSE": "Не удалось разобрать {{date}}. Дата должна быть в ISO8601", - "BASE_TYPE_BAD_LENGTH": "Длина должна быть между {{length}} в длину" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Это поле является обязательным", + "BASE_TYPE_STRING": "Это поле должно быть string", + "BASE_TYPE_NUMBER": "Это поле должно быть number", + "BASE_TYPE_BIGINT": "Это поле должно быть bigint", + "BASE_TYPE_BOOLEAN": "Это поле должно быть boolean", + "BASE_TYPE_CHOICES": "Это поле должно быть одним из ({{types}})", + "BASE_TYPE_CLASS": "Это поле должно быть экземпляром {{type}}", + "BASE_TYPE_OBJECT": "Это поле должно быть объектом", + "BASE_TYPE_ARRAY": "Это поле должно быть массивом", + "UNKOWN_FIELD": "Неизвестное поле: {{key}}", + "BASE_TYPE_CONSTANT": "Это поле должно быть {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Неправильный формат адреса электронной почты", + "DATE_TYPE_PARSE": "Не удалось разобрать {{date}}. Дата должна быть в ISO8601", + "BASE_TYPE_BAD_LENGTH": "Длина должна быть между {{length}} в длину" + } +} From 991885b062e18eddf2edcb70b5934e993cc2d65a Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:01 -0400 Subject: [PATCH 005/101] New translations common.json (Slovak) --- api/locales/sk/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/sk/common.json b/api/locales/sk/common.json index c37f8604..c7435665 100644 --- a/api/locales/sk/common.json +++ b/api/locales/sk/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Toto pole je povinné", - "BASE_TYPE_STRING": "Toto pole musí byť slovo alebo veta", - "BASE_TYPE_NUMBER": "Toto pole musí byť číslo", - "BASE_TYPE_BIGINT": "Toto pole musí byť binárna číslica", - "BASE_TYPE_BOOLEAN": "Toto pole musí byť buď áno, alebo nie", - "BASE_TYPE_CHOICES": "Toto pole musí byť jedným z ({{types}})", - "BASE_TYPE_CLASS": "Toto pole musí byť inštanciou z {{type}}", - "BASE_TYPE_OBJECT": "Toto pole musí byť objekt", - "BASE_TYPE_ARRAY": "Toto pole musí byť pole", - "UNKOWN_FIELD": "Neznámy kľúč: {{key}}", - "BASE_TYPE_CONSTANT": "Toto pole musí byť {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Nie je správne formulovaná emailová adresa", - "DATE_TYPE_PARSE": "Nepodarilo sa analyzovať {{date}}. Malo by byť ISO8601", - "BASE_TYPE_BAD_LENGTH": "Musí mať dĺžku medzi {{length}}" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Toto pole je povinné", + "BASE_TYPE_STRING": "Toto pole musí byť slovo alebo veta", + "BASE_TYPE_NUMBER": "Toto pole musí byť číslo", + "BASE_TYPE_BIGINT": "Toto pole musí byť binárna číslica", + "BASE_TYPE_BOOLEAN": "Toto pole musí byť buď áno, alebo nie", + "BASE_TYPE_CHOICES": "Toto pole musí byť jedným z ({{types}})", + "BASE_TYPE_CLASS": "Toto pole musí byť inštanciou z {{type}}", + "BASE_TYPE_OBJECT": "Toto pole musí byť objekt", + "BASE_TYPE_ARRAY": "Toto pole musí byť pole", + "UNKOWN_FIELD": "Neznámy kľúč: {{key}}", + "BASE_TYPE_CONSTANT": "Toto pole musí byť {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Nie je správne formulovaná emailová adresa", + "DATE_TYPE_PARSE": "Nepodarilo sa analyzovať {{date}}. Malo by byť ISO8601", + "BASE_TYPE_BAD_LENGTH": "Musí mať dĺžku medzi {{length}}" + } +} From 4a6e976b3a21bf80efa04c7c0989a19b0db72a6e Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:02 -0400 Subject: [PATCH 006/101] New translations common.json (Serbian (Cyrillic)) --- api/locales/sr/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/sr/common.json b/api/locales/sr/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/sr/common.json +++ b/api/locales/sr/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 2e09093ad0c5ea438b36022ec5558492bafea070 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:03 -0400 Subject: [PATCH 007/101] New translations common.json (Swedish) --- api/locales/sv/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/sv/common.json b/api/locales/sv/common.json index 9d8eb0da..03ef05bc 100644 --- a/api/locales/sv/common.json +++ b/api/locales/sv/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Detta fält är obligatoriskt", - "BASE_TYPE_STRING": "Detta fält måste vara en sträng", - "BASE_TYPE_NUMBER": "Detta fält måste vara ett nummer", - "BASE_TYPE_BIGINT": "Detta fält måste vara av typen bigint", - "BASE_TYPE_BOOLEAN": "Detta fält måste vara booleskt", - "BASE_TYPE_CHOICES": "Detta fält måste vara av typen av ett av följande ({{types}})", - "BASE_TYPE_CLASS": "Det här fältet måste vara en instans av {{type}}", - "BASE_TYPE_OBJECT": "Detta fält måste vara ett objekt", - "BASE_TYPE_ARRAY": "Detta fält måste vara en lista", - "UNKOWN_FIELD": "Okänd nyckel: {{key}}", - "BASE_TYPE_CONSTANT": "Det här fältet måste vara {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "E-postadressen har inte korrekt format", - "DATE_TYPE_PARSE": "Kunde inte tolka {{date}}. Bör vara ISO8601", - "BASE_TYPE_BAD_LENGTH": "Måste vara mellan {{length}} i längd" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Detta fält är obligatoriskt", + "BASE_TYPE_STRING": "Detta fält måste vara en sträng", + "BASE_TYPE_NUMBER": "Detta fält måste vara ett nummer", + "BASE_TYPE_BIGINT": "Detta fält måste vara av typen bigint", + "BASE_TYPE_BOOLEAN": "Detta fält måste vara booleskt", + "BASE_TYPE_CHOICES": "Detta fält måste vara av typen av ett av följande ({{types}})", + "BASE_TYPE_CLASS": "Det här fältet måste vara en instans av {{type}}", + "BASE_TYPE_OBJECT": "Detta fält måste vara ett objekt", + "BASE_TYPE_ARRAY": "Detta fält måste vara en lista", + "UNKOWN_FIELD": "Okänd nyckel: {{key}}", + "BASE_TYPE_CONSTANT": "Det här fältet måste vara {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "E-postadressen har inte korrekt format", + "DATE_TYPE_PARSE": "Kunde inte tolka {{date}}. Bör vara ISO8601", + "BASE_TYPE_BAD_LENGTH": "Måste vara mellan {{length}} i längd" + } +} From c321c2673ca4b6cc72c995b60520581b305ba8c2 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:05 -0400 Subject: [PATCH 008/101] New translations common.json (Turkish) --- api/locales/tr/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/tr/common.json b/api/locales/tr/common.json index b113453e..c81470d2 100644 --- a/api/locales/tr/common.json +++ b/api/locales/tr/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Bu alan gereklidir", - "BASE_TYPE_STRING": "Bu alan bir metin (string) olmalı", - "BASE_TYPE_NUMBER": "Bu alan bir sayı olmalı", - "BASE_TYPE_BIGINT": "Bu alan büyük integer (bkz. bigint) değeri olmalıdır", - "BASE_TYPE_BOOLEAN": "Bu alan mantıksal değer (boolean) olmalıdır", - "BASE_TYPE_CHOICES": "Bu alan ({{types}}) lardan biri olmak zorunda", - "BASE_TYPE_CLASS": "Bu alan {{type}} türünden olmalı", - "BASE_TYPE_OBJECT": "Bu alan bir obje olmalı", - "BASE_TYPE_ARRAY": "Bu alan bir dizi (array) olmalı", - "UNKOWN_FIELD": "Bilinmeyen anahtar: {{key}}", - "BASE_TYPE_CONSTANT": "Bu alan {{value}} olmalı", - "EMAIL_TYPE_INVALID_EMAIL": "Geçerli bir e-posta adresi değil", - "DATE_TYPE_PARSE": "{{date}} işlenemiyor. ISO8601 standartlarında olmalı", - "BASE_TYPE_BAD_LENGTH": "Uzunluğu {{length}} olmalı" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Bu alan gereklidir", + "BASE_TYPE_STRING": "Bu alan bir metin (string) olmalı", + "BASE_TYPE_NUMBER": "Bu alan bir sayı olmalı", + "BASE_TYPE_BIGINT": "Bu alan büyük integer (bkz. bigint) değeri olmalıdır", + "BASE_TYPE_BOOLEAN": "Bu alan mantıksal değer (boolean) olmalıdır", + "BASE_TYPE_CHOICES": "Bu alan ({{types}}) lardan biri olmak zorunda", + "BASE_TYPE_CLASS": "Bu alan {{type}} türünden olmalı", + "BASE_TYPE_OBJECT": "Bu alan bir obje olmalı", + "BASE_TYPE_ARRAY": "Bu alan bir dizi (array) olmalı", + "UNKOWN_FIELD": "Bilinmeyen anahtar: {{key}}", + "BASE_TYPE_CONSTANT": "Bu alan {{value}} olmalı", + "EMAIL_TYPE_INVALID_EMAIL": "Geçerli bir e-posta adresi değil", + "DATE_TYPE_PARSE": "{{date}} işlenemiyor. ISO8601 standartlarında olmalı", + "BASE_TYPE_BAD_LENGTH": "Uzunluğu {{length}} olmalı" + } +} From 516803ae3924dac4d1f1068aa983be7b9de812dd Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:06 -0400 Subject: [PATCH 009/101] New translations common.json (Ukrainian) --- api/locales/uk/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/uk/common.json b/api/locales/uk/common.json index e694f8ae..5871e20b 100644 --- a/api/locales/uk/common.json +++ b/api/locales/uk/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": "Це поле має бути масивом", - "UNKOWN_FIELD": "Невідомий ключ: {{key}}", - "BASE_TYPE_CONSTANT": "Це поле має бути {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Неправильно сформована електронна адреса", - "DATE_TYPE_PARSE": "Не вдається розібрати {{date}}. має бути ISO8601", - "BASE_TYPE_BAD_LENGTH": "Повинно бути між {{length}} в довжині" - } -} \ No newline at end of file + "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": "Це поле має бути масивом", + "UNKOWN_FIELD": "Невідомий ключ: {{key}}", + "BASE_TYPE_CONSTANT": "Це поле має бути {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Неправильно сформована електронна адреса", + "DATE_TYPE_PARSE": "Не вдається розібрати {{date}}. має бути ISO8601", + "BASE_TYPE_BAD_LENGTH": "Повинно бути між {{length}} в довжині" + } +} From af6451b6a878b3fc21dfd0aeb0215e1af0700b56 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:07 -0400 Subject: [PATCH 010/101] New translations common.json (Chinese Simplified) --- api/locales/zh/common.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/api/locales/zh/common.json b/api/locales/zh/common.json index 0cf873df..8bb9c042 100644 --- a/api/locales/zh/common.json +++ b/api/locales/zh/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": "此字段必须是一个数组", - "UNKOWN_FIELD": "未知密钥: {{key}}", - "BASE_TYPE_CONSTANT": "此字段必须是 {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "格式不正确的电子邮件地址", - "DATE_TYPE_PARSE": "无法解析 {{date}}。应该为 ISO8601", - "BASE_TYPE_BAD_LENGTH": "长度必须介于 {{length}} 之间" + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" } } From fb64d6f315178158364f644819e3c0f5c9b5385e Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:08 -0400 Subject: [PATCH 011/101] New translations common.json (Vietnamese) --- api/locales/vi/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/vi/common.json b/api/locales/vi/common.json index 18bb2fe8..d968f617 100644 --- a/api/locales/vi/common.json +++ b/api/locales/vi/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Mục này là bắt buộc", - "BASE_TYPE_STRING": "Trường này phải là một chuỗi", - "BASE_TYPE_NUMBER": "Mục này phải là một số", - "BASE_TYPE_BIGINT": "Trường này phải là một chuỗi", - "BASE_TYPE_BOOLEAN": "Mục này phải chọn đúng hoặc sai", - "BASE_TYPE_CHOICES": "Mục này phải là một trong ({{types}})", - "BASE_TYPE_CLASS": "Mục này phải là một ví dụ của {{type}}", - "BASE_TYPE_OBJECT": "Mục này phải là một đối tượng", - "BASE_TYPE_ARRAY": "Mục này phải là một danh sách", - "UNKOWN_FIELD": "Khóa không xác định: {{key}}", - "BASE_TYPE_CONSTANT": "Mục này phải là {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Không phải là một địa chỉ email hợp lệ", - "DATE_TYPE_PARSE": "Không thể phân tích cú pháp {{date}}. Phải là ISO8601", - "BASE_TYPE_BAD_LENGTH": "Phải có độ dài từ {{length}}" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Mục này là bắt buộc", + "BASE_TYPE_STRING": "Trường này phải là một chuỗi", + "BASE_TYPE_NUMBER": "Mục này phải là một số", + "BASE_TYPE_BIGINT": "Trường này phải là một chuỗi", + "BASE_TYPE_BOOLEAN": "Mục này phải chọn đúng hoặc sai", + "BASE_TYPE_CHOICES": "Mục này phải là một trong ({{types}})", + "BASE_TYPE_CLASS": "Mục này phải là một ví dụ của {{type}}", + "BASE_TYPE_OBJECT": "Mục này phải là một đối tượng", + "BASE_TYPE_ARRAY": "Mục này phải là một danh sách", + "UNKOWN_FIELD": "Khóa không xác định: {{key}}", + "BASE_TYPE_CONSTANT": "Mục này phải là {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Không phải là một địa chỉ email hợp lệ", + "DATE_TYPE_PARSE": "Không thể phân tích cú pháp {{date}}. Phải là ISO8601", + "BASE_TYPE_BAD_LENGTH": "Phải có độ dài từ {{length}}" + } +} From 9412762a46971b41b4a6e3d39b94946be0e6da72 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:10 -0400 Subject: [PATCH 012/101] New translations common.json (Polish) --- api/locales/pl/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/pl/common.json b/api/locales/pl/common.json index 2291905d..ddf746a7 100644 --- a/api/locales/pl/common.json +++ b/api/locales/pl/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "To pole jest wymagane", - "BASE_TYPE_STRING": "To pole musi być ciągiem znaków", - "BASE_TYPE_NUMBER": "To pole musi być liczbą", - "BASE_TYPE_BIGINT": "To pole musi być bigint", - "BASE_TYPE_BOOLEAN": "To pole musi być wartością logiczną", - "BASE_TYPE_CHOICES": "To pole musi być jednym z ({{types}})", - "BASE_TYPE_CLASS": "To pole musi być instancją {{type}}", - "BASE_TYPE_OBJECT": "To pole musi być obiektem", - "BASE_TYPE_ARRAY": "To pole musi być tablicą", - "UNKOWN_FIELD": "Nieznany klucz: {{key}}", - "BASE_TYPE_CONSTANT": "To pole musi być {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Źle sformułowany adres e-mail", - "DATE_TYPE_PARSE": "Nie można przetworzyć {{date}}. Powinno być ISO8601", - "BASE_TYPE_BAD_LENGTH": "Musi być pomiędzy {{length}}" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "To pole jest wymagane", + "BASE_TYPE_STRING": "To pole musi być ciągiem znaków", + "BASE_TYPE_NUMBER": "To pole musi być liczbą", + "BASE_TYPE_BIGINT": "To pole musi być bigint", + "BASE_TYPE_BOOLEAN": "To pole musi być wartością logiczną", + "BASE_TYPE_CHOICES": "To pole musi być jednym z ({{types}})", + "BASE_TYPE_CLASS": "To pole musi być instancją {{type}}", + "BASE_TYPE_OBJECT": "To pole musi być obiektem", + "BASE_TYPE_ARRAY": "To pole musi być tablicą", + "UNKOWN_FIELD": "Nieznany klucz: {{key}}", + "BASE_TYPE_CONSTANT": "To pole musi być {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Źle sformułowany adres e-mail", + "DATE_TYPE_PARSE": "Nie można przetworzyć {{date}}. Powinno być ISO8601", + "BASE_TYPE_BAD_LENGTH": "Musi być pomiędzy {{length}}" + } +} From 584db3a6b8d0ddfc783779667f09ece06d811ac4 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:11 -0400 Subject: [PATCH 013/101] New translations common.json (Portuguese, Brazilian) --- api/locales/pt/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/pt/common.json b/api/locales/pt/common.json index a565e3dc..5dd7d97c 100644 --- a/api/locales/pt/common.json +++ b/api/locales/pt/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "field": { + "BASE_TYPE_REQUIRED": "Este campo é obrigatório.", + "BASE_TYPE_STRING": "Este campo deve ser uma string", + "BASE_TYPE_NUMBER": "Este campo deve ser um número", + "BASE_TYPE_BIGINT": "Este campo deve ser um grande", + "BASE_TYPE_BOOLEAN": "Este campo deve ser booleano", + "BASE_TYPE_CHOICES": "Este campo deve ser um dos ({{types}})", + "BASE_TYPE_CLASS": "Este campo deve ser uma instância de {{type}}", + "BASE_TYPE_OBJECT": "Este campo deve ser um objeto", + "BASE_TYPE_ARRAY": "Este campo deve ser um array", + "UNKOWN_FIELD": "Chave desconhecida: {{key}}", + "BASE_TYPE_CONSTANT": "Este campo deve ser {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Endereço de e-mail formado incorretamente", + "DATE_TYPE_PARSE": "Não foi possível analisar {{date}}. Deve ser ISO8601", + "BASE_TYPE_BAD_LENGTH": "Deve estar entre {{length}} de comprimento" + } +} From 59dc2a1c2018206bf8c000775e140ea20d8b4c64 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:12 -0400 Subject: [PATCH 014/101] New translations common.json (Indonesian) --- api/locales/id/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/id/common.json b/api/locales/id/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/id/common.json +++ b/api/locales/id/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 213fd93fb5f1eaf6a54766357835ac52aa824750 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:13 -0400 Subject: [PATCH 015/101] New translations common.json (Persian) --- api/locales/fa/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/fa/common.json b/api/locales/fa/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/fa/common.json +++ b/api/locales/fa/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 53e5509523adf9de9a09692e8289cacf1f26eb84 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:14 -0400 Subject: [PATCH 016/101] New translations common.json (Croatian) --- api/locales/hr/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/hr/common.json b/api/locales/hr/common.json index 2126f375..4afc5794 100644 --- a/api/locales/hr/common.json +++ b/api/locales/hr/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Ovo polje je obavezno", - "BASE_TYPE_STRING": "Ovo polje mora biti niz", - "BASE_TYPE_NUMBER": "Ovo polje mora biti broj", - "BASE_TYPE_BIGINT": "Ovo polje mora biti bigint", - "BASE_TYPE_BOOLEAN": "Ovo polje mora biti boolean", - "BASE_TYPE_CHOICES": "Ovo polje mora biti jedno od ({{types}})", - "BASE_TYPE_CLASS": "Ovo polje mora biti primjer od {{type}}", - "BASE_TYPE_OBJECT": "Ovo polje mora biti objekt", - "BASE_TYPE_ARRAY": "Ovo polje mora biti niz", - "UNKOWN_FIELD": "Nepoznati ključ: {{key}}", - "BASE_TYPE_CONSTANT": "Ovo polje mora biti {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Nije dobro oblikovana Email adresa", - "DATE_TYPE_PARSE": "Nije moguće raščlaniti {{date}}. Treba biti ISO8601", - "BASE_TYPE_BAD_LENGTH": "Mora biti između {{length}} u duljini" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Ovo polje je obavezno", + "BASE_TYPE_STRING": "Ovo polje mora biti niz", + "BASE_TYPE_NUMBER": "Ovo polje mora biti broj", + "BASE_TYPE_BIGINT": "Ovo polje mora biti bigint", + "BASE_TYPE_BOOLEAN": "Ovo polje mora biti boolean", + "BASE_TYPE_CHOICES": "Ovo polje mora biti jedno od ({{types}})", + "BASE_TYPE_CLASS": "Ovo polje mora biti primjer od {{type}}", + "BASE_TYPE_OBJECT": "Ovo polje mora biti objekt", + "BASE_TYPE_ARRAY": "Ovo polje mora biti niz", + "UNKOWN_FIELD": "Nepoznati ključ: {{key}}", + "BASE_TYPE_CONSTANT": "Ovo polje mora biti {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Nije dobro oblikovana Email adresa", + "DATE_TYPE_PARSE": "Nije moguće raščlaniti {{date}}. Treba biti ISO8601", + "BASE_TYPE_BAD_LENGTH": "Mora biti između {{length}} u duljini" + } +} From 6c8d117d4b1438813251a89ed33540ffaf5d798c Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:15 -0400 Subject: [PATCH 017/101] New translations common.json (Hindi) --- api/locales/hi/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/hi/common.json b/api/locales/hi/common.json index beb4b222..0117eeee 100644 --- a/api/locales/hi/common.json +++ b/api/locales/hi/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": "यह फ़ील्ड एक प्रकार का [[[types]]] होना चाहिए", - "BASE_TYPE_OBJECT": "यह फ़ील्ड एक ऑब्जेक्ट होनी चाहिए", - "BASE_TYPE_ARRAY": "यह फ़ील्ड एक ऐरे होनी चाहिए", - "UNKOWN_FIELD": "अज्ञात कुंजी: [[key]]", - "BASE_TYPE_CONSTANT": "यह क्षेत्र {{value}} होना चाहिए", - "EMAIL_TYPE_INVALID_EMAIL": "खराब ईमेल एड्रेस", - "DATE_TYPE_PARSE": "{{date}} की पदव्‍याख्‍या नहीं हो पाई है। ISO8601 होना चाहिए", - "BASE_TYPE_BAD_LENGTH": "लंबाई {{length}} के बीच में होनी चाहिए" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "यह फ़ील्ड आवश्यक है", + "BASE_TYPE_STRING": "यह फ़ील्ड एक स्ट्रिंग होनी चाहिए", + "BASE_TYPE_NUMBER": "यह फ़ील्ड एक संख्या होनी चाहिए", + "BASE_TYPE_BIGINT": "यह फ़ील्ड एक बिगिन्ट होनी चाहिए", + "BASE_TYPE_BOOLEAN": "यह फ़ील्ड एक बूलियन होनी चाहिए", + "BASE_TYPE_CHOICES": "यह फ़ील्ड एक प्रकार का [[[types]]] होना चाहिए", + "BASE_TYPE_CLASS": "यह फ़ील्ड एक प्रकार का [[[types]]] होना चाहिए", + "BASE_TYPE_OBJECT": "यह फ़ील्ड एक ऑब्जेक्ट होनी चाहिए", + "BASE_TYPE_ARRAY": "यह फ़ील्ड एक ऐरे होनी चाहिए", + "UNKOWN_FIELD": "अज्ञात कुंजी: [[key]]", + "BASE_TYPE_CONSTANT": "यह क्षेत्र {{value}} होना चाहिए", + "EMAIL_TYPE_INVALID_EMAIL": "खराब ईमेल एड्रेस", + "DATE_TYPE_PARSE": "{{date}} की पदव्‍याख्‍या नहीं हो पाई है। ISO8601 होना चाहिए", + "BASE_TYPE_BAD_LENGTH": "लंबाई {{length}} के बीच में होनी चाहिए" + } +} From 425a3863b130777a781f4898be1ec07ecee557d4 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:16 -0400 Subject: [PATCH 018/101] New translations common.json (Esperanto) --- api/locales/eo/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/eo/common.json b/api/locales/eo/common.json index 6ff6d4cf..76a72960 100644 --- a/api/locales/eo/common.json +++ b/api/locales/eo/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Tio kampo estas bezona", - "BASE_TYPE_STRING": "Tio kampo devas string", - "BASE_TYPE_NUMBER": "Tio kampo devas numbero", - "BASE_TYPE_BIGINT": "Tio kampo devas bigint", - "BASE_TYPE_BOOLEAN": "Tio kampo devas bulea", - "BASE_TYPE_CHOICES": "Tio kampo devas unu de ({{types}})", - "BASE_TYPE_CLASS": "Tio kampo devas kazo de {{type}}", - "BASE_TYPE_OBJECT": "Tio kampo devas objekto", - "BASE_TYPE_ARRAY": "Tio kampo devas tabelo", - "UNKOWN_FIELD": "Nekonata ŝlosilo: {{key}}", - "BASE_TYPE_CONSTANT": "Tio kampo devas {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Formado de retpoŝto estas nevalida", - "DATE_TYPE_PARSE": "Nevalida dato {{date}}. Devas ISO8601", - "BASE_TYPE_BAD_LENGTH": "Devas sub {{length}} en longo" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Tio kampo estas bezona", + "BASE_TYPE_STRING": "Tio kampo devas string", + "BASE_TYPE_NUMBER": "Tio kampo devas numbero", + "BASE_TYPE_BIGINT": "Tio kampo devas bigint", + "BASE_TYPE_BOOLEAN": "Tio kampo devas bulea", + "BASE_TYPE_CHOICES": "Tio kampo devas unu de ({{types}})", + "BASE_TYPE_CLASS": "Tio kampo devas kazo de {{type}}", + "BASE_TYPE_OBJECT": "Tio kampo devas objekto", + "BASE_TYPE_ARRAY": "Tio kampo devas tabelo", + "UNKOWN_FIELD": "Nekonata ŝlosilo: {{key}}", + "BASE_TYPE_CONSTANT": "Tio kampo devas {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Formado de retpoŝto estas nevalida", + "DATE_TYPE_PARSE": "Nevalida dato {{date}}. Devas ISO8601", + "BASE_TYPE_BAD_LENGTH": "Devas sub {{length}} en longo" + } +} From c8feeca70701e453905c159643c30464d11b12f2 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:17 -0400 Subject: [PATCH 019/101] New translations common.json (Sinhala) --- api/locales/si/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/si/common.json b/api/locales/si/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/si/common.json +++ b/api/locales/si/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 1172667f15a9d4e6682b83aa0fc07d50461b929e Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:18 -0400 Subject: [PATCH 020/101] New translations common.json (Portuguese) --- api/locales/pt/common.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/api/locales/pt/common.json b/api/locales/pt/common.json index 5dd7d97c..8bb9c042 100644 --- a/api/locales/pt/common.json +++ b/api/locales/pt/common.json @@ -1,18 +1,18 @@ { "field": { - "BASE_TYPE_REQUIRED": "Este campo é obrigatório.", - "BASE_TYPE_STRING": "Este campo deve ser uma string", - "BASE_TYPE_NUMBER": "Este campo deve ser um número", - "BASE_TYPE_BIGINT": "Este campo deve ser um grande", - "BASE_TYPE_BOOLEAN": "Este campo deve ser booleano", - "BASE_TYPE_CHOICES": "Este campo deve ser um dos ({{types}})", - "BASE_TYPE_CLASS": "Este campo deve ser uma instância de {{type}}", - "BASE_TYPE_OBJECT": "Este campo deve ser um objeto", - "BASE_TYPE_ARRAY": "Este campo deve ser um array", - "UNKOWN_FIELD": "Chave desconhecida: {{key}}", - "BASE_TYPE_CONSTANT": "Este campo deve ser {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Endereço de e-mail formado incorretamente", - "DATE_TYPE_PARSE": "Não foi possível analisar {{date}}. Deve ser ISO8601", - "BASE_TYPE_BAD_LENGTH": "Deve estar entre {{length}} de comprimento" + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" } } From ac97fc0790711708aaebd7e5120fa760d9e8b4e4 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:19 -0400 Subject: [PATCH 021/101] New translations common.json (Norwegian) --- api/locales/no/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/no/common.json b/api/locales/no/common.json index c70882a2..ab58a24e 100644 --- a/api/locales/no/common.json +++ b/api/locales/no/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Dette feltet er obligatorisk", - "BASE_TYPE_STRING": "Dette feltet må være en streng", - "BASE_TYPE_NUMBER": "Dette feltet må være et tall", - "BASE_TYPE_BIGINT": "Dette feltet må være en stor", - "BASE_TYPE_BOOLEAN": "Dette feltet må være en boolsk verdi", - "BASE_TYPE_CHOICES": "Dette feltet må være ett av ({{types}})", - "BASE_TYPE_CLASS": "Dette feltet må være en forekomst av {{type}}", - "BASE_TYPE_OBJECT": "Dette feltet må være et objekt", - "BASE_TYPE_ARRAY": "Dette feltet må være en liste", - "UNKOWN_FIELD": "Ukjent nøkkel: {{key}}", - "BASE_TYPE_CONSTANT": "Dette feltet må være {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Ikke et gyldig e-postadresse format", - "DATE_TYPE_PARSE": "Kunne ikke analysere {{date}}. Skal være ISO8601", - "BASE_TYPE_BAD_LENGTH": "Må være mellom {{length}} i lengde" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Dette feltet er obligatorisk", + "BASE_TYPE_STRING": "Dette feltet må være en streng", + "BASE_TYPE_NUMBER": "Dette feltet må være et tall", + "BASE_TYPE_BIGINT": "Dette feltet må være en stor", + "BASE_TYPE_BOOLEAN": "Dette feltet må være en boolsk verdi", + "BASE_TYPE_CHOICES": "Dette feltet må være ett av ({{types}})", + "BASE_TYPE_CLASS": "Dette feltet må være en forekomst av {{type}}", + "BASE_TYPE_OBJECT": "Dette feltet må være et objekt", + "BASE_TYPE_ARRAY": "Dette feltet må være en liste", + "UNKOWN_FIELD": "Ukjent nøkkel: {{key}}", + "BASE_TYPE_CONSTANT": "Dette feltet må være {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Ikke et gyldig e-postadresse format", + "DATE_TYPE_PARSE": "Kunne ikke analysere {{date}}. Skal være ISO8601", + "BASE_TYPE_BAD_LENGTH": "Må være mellom {{length}} i lengde" + } +} From 898c403c36556fbf49507209d4aeec801da2e8e5 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:21 -0400 Subject: [PATCH 022/101] New translations common.json (French) --- api/locales/fr/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/fr/common.json b/api/locales/fr/common.json index 8a2cd91e..33c56eb9 100644 --- a/api/locales/fr/common.json +++ b/api/locales/fr/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Ce champ est obligatoire", - "BASE_TYPE_STRING": "Ce champ doit être une chaîne de caractères", - "BASE_TYPE_NUMBER": "Ce champ doit être un nombre", - "BASE_TYPE_BIGINT": "Ce champ doit être un bigint", - "BASE_TYPE_BOOLEAN": "Ce champ doit être un boolean", - "BASE_TYPE_CHOICES": "Ce champ doit être l'un des ({{types}})", - "BASE_TYPE_CLASS": "Ce champ doit être une instance de {{type}}", - "BASE_TYPE_OBJECT": "Ce champ doit être un objet", - "BASE_TYPE_ARRAY": "Ce champ doit être un tableau", - "UNKOWN_FIELD": "Clé inconnue: {{key}}", - "BASE_TYPE_CONSTANT": "Ce champ doit être {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Adresse e-mail mal formaté", - "DATE_TYPE_PARSE": "Impossible d'analyser {{date}}. Doit être ISO8601", - "BASE_TYPE_BAD_LENGTH": "Doit être entre {{length}} de longueur" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Ce champ est obligatoire", + "BASE_TYPE_STRING": "Ce champ doit être une chaîne de caractères", + "BASE_TYPE_NUMBER": "Ce champ doit être un nombre", + "BASE_TYPE_BIGINT": "Ce champ doit être un bigint", + "BASE_TYPE_BOOLEAN": "Ce champ doit être un boolean", + "BASE_TYPE_CHOICES": "Ce champ doit être l'un des ({{types}})", + "BASE_TYPE_CLASS": "Ce champ doit être une instance de {{type}}", + "BASE_TYPE_OBJECT": "Ce champ doit être un objet", + "BASE_TYPE_ARRAY": "Ce champ doit être un tableau", + "UNKOWN_FIELD": "Clé inconnue: {{key}}", + "BASE_TYPE_CONSTANT": "Ce champ doit être {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Adresse e-mail mal formaté", + "DATE_TYPE_PARSE": "Impossible d'analyser {{date}}. Doit être ISO8601", + "BASE_TYPE_BAD_LENGTH": "Doit être entre {{length}} de longueur" + } +} From da6419d34e685b2a22133ccd0259326af29852d5 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:22 -0400 Subject: [PATCH 023/101] New translations common.json (Danish) --- api/locales/da/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/da/common.json b/api/locales/da/common.json index da791f4a..d307d064 100644 --- a/api/locales/da/common.json +++ b/api/locales/da/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Dette felt er påkrævet", - "BASE_TYPE_STRING": "Dette felt skal være en streng", - "BASE_TYPE_NUMBER": "Dette felt skal være et tal", - "BASE_TYPE_BIGINT": "Dette felt skal være en bigint", - "BASE_TYPE_BOOLEAN": "Dette felt skal være en boolsk", - "BASE_TYPE_CHOICES": "Dette felt skal være et af ({{types}})", - "BASE_TYPE_CLASS": "Dette felt skal være en instans på {{type}}", - "BASE_TYPE_OBJECT": "Dette felt skal være et objekt", - "BASE_TYPE_ARRAY": "Dette felt skal være et array", - "UNKOWN_FIELD": "Ukendt nøgle: {{key}}", - "BASE_TYPE_CONSTANT": "Dette felt skal være {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Ikke en velformet e-mailadresse", - "DATE_TYPE_PARSE": "Kunne ikke fortolke {{date}}. Bør være ISO8601", - "BASE_TYPE_BAD_LENGTH": "Skal være mellem {{length}} i længden" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Dette felt er påkrævet", + "BASE_TYPE_STRING": "Dette felt skal være en streng", + "BASE_TYPE_NUMBER": "Dette felt skal være et tal", + "BASE_TYPE_BIGINT": "Dette felt skal være en bigint", + "BASE_TYPE_BOOLEAN": "Dette felt skal være en boolsk", + "BASE_TYPE_CHOICES": "Dette felt skal være et af ({{types}})", + "BASE_TYPE_CLASS": "Dette felt skal være en instans på {{type}}", + "BASE_TYPE_OBJECT": "Dette felt skal være et objekt", + "BASE_TYPE_ARRAY": "Dette felt skal være et array", + "UNKOWN_FIELD": "Ukendt nøgle: {{key}}", + "BASE_TYPE_CONSTANT": "Dette felt skal være {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Ikke en velformet e-mailadresse", + "DATE_TYPE_PARSE": "Kunne ikke fortolke {{date}}. Bør være ISO8601", + "BASE_TYPE_BAD_LENGTH": "Skal være mellem {{length}} i længden" + } +} From 0981020e402ff283a1e030c47e025d09084297d5 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:23 -0400 Subject: [PATCH 024/101] New translations common.json (Spanish) --- api/locales/es/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/es/common.json b/api/locales/es/common.json index bf77d43c..f0a48bd4 100644 --- a/api/locales/es/common.json +++ b/api/locales/es/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Este campo es obligatorio", - "BASE_TYPE_STRING": "Este campo debe ser un texto", - "BASE_TYPE_NUMBER": "Este campo debe ser un número", - "BASE_TYPE_BIGINT": "Este campo debe ser un tamaño grande", - "BASE_TYPE_BOOLEAN": "Este campo debe ser un boolean", - "BASE_TYPE_CHOICES": "Este campo debe ser uno de ({{types}})", - "BASE_TYPE_CLASS": "Este campo debe ser una instancia de {{type}}", - "BASE_TYPE_OBJECT": "Este campo debe ser un objeto", - "BASE_TYPE_ARRAY": "Este campo debe ser una matriz", - "UNKOWN_FIELD": "Clave desconocida: {{key}}", - "BASE_TYPE_CONSTANT": "Este campo debe ser {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "No es una dirección de email bien formada", - "DATE_TYPE_PARSE": "No se pudo analizar {{date}}. Debe ser ISO8601", - "BASE_TYPE_BAD_LENGTH": "Debe estar entre {{length}} de longitud" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Este campo es obligatorio", + "BASE_TYPE_STRING": "Este campo debe ser un texto", + "BASE_TYPE_NUMBER": "Este campo debe ser un número", + "BASE_TYPE_BIGINT": "Este campo debe ser un tamaño grande", + "BASE_TYPE_BOOLEAN": "Este campo debe ser un boolean", + "BASE_TYPE_CHOICES": "Este campo debe ser uno de ({{types}})", + "BASE_TYPE_CLASS": "Este campo debe ser una instancia de {{type}}", + "BASE_TYPE_OBJECT": "Este campo debe ser un objeto", + "BASE_TYPE_ARRAY": "Este campo debe ser una matriz", + "UNKOWN_FIELD": "Clave desconocida: {{key}}", + "BASE_TYPE_CONSTANT": "Este campo debe ser {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "No es una dirección de email bien formada", + "DATE_TYPE_PARSE": "No se pudo analizar {{date}}. Debe ser ISO8601", + "BASE_TYPE_BAD_LENGTH": "Debe estar entre {{length}} de longitud" + } +} From 7fba9197d5225f4c884716beb2cd4011011adb9a Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:24 -0400 Subject: [PATCH 025/101] New translations common.json (Afrikaans) --- api/locales/af/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/af/common.json b/api/locales/af/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/af/common.json +++ b/api/locales/af/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 61ff5777743f7741a6cea7335512e45b854e66f1 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:25 -0400 Subject: [PATCH 026/101] New translations common.json (Arabic) --- api/locales/ar/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/ar/common.json b/api/locales/ar/common.json index e941bf54..09a4915a 100644 --- a/api/locales/ar/common.json +++ b/api/locales/ar/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": "يجب أن يكون هذا الحقل مصفوفة", - "UNKOWN_FIELD": "مفتاح غير معروف: {{key}}", - "BASE_TYPE_CONSTANT": "يجب أن يكون هذا الحقل {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "عنوان البريد الإلكتروني ليس مشكّل جيدا", - "DATE_TYPE_PARSE": "لا يمكن تحليل {{date}}. يجب أن يكون ISO8601", - "BASE_TYPE_BAD_LENGTH": "يجب أن يكون بين {{length}} في الطول" - } -} \ No newline at end of file + "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": "يجب أن يكون هذا الحقل مصفوفة", + "UNKOWN_FIELD": "مفتاح غير معروف: {{key}}", + "BASE_TYPE_CONSTANT": "يجب أن يكون هذا الحقل {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "عنوان البريد الإلكتروني ليس مشكّل جيدا", + "DATE_TYPE_PARSE": "لا يمكن تحليل {{date}}. يجب أن يكون ISO8601", + "BASE_TYPE_BAD_LENGTH": "يجب أن يكون بين {{length}} في الطول" + } +} From 00ecb5a896a26c5efd4be9c492a7e6ac95ea6eff Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:26 -0400 Subject: [PATCH 027/101] New translations common.json (Belarusian) --- api/locales/be/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/be/common.json b/api/locales/be/common.json index 56500818..1b3115cc 100644 --- a/api/locales/be/common.json +++ b/api/locales/be/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Гэта поле з'яўляецца абавязковым", - "BASE_TYPE_STRING": "Гэта поле павінна быць string", - "BASE_TYPE_NUMBER": "Гэта поле павінна быць number", - "BASE_TYPE_BIGINT": "Гэта поле павінна быць bigint", - "BASE_TYPE_BOOLEAN": "Гэта поле павінна быць boolean", - "BASE_TYPE_CHOICES": "Гэта поле павінна быць адным з ({{types}})", - "BASE_TYPE_CLASS": "Гэта поле павінна быць асобнікам {{type}}", - "BASE_TYPE_OBJECT": "Гэта поле павінна быць аб'ектам", - "BASE_TYPE_ARRAY": "Гэта поле павінна быць масівам", - "UNKOWN_FIELD": "Невядомае поле: {{key}}", - "BASE_TYPE_CONSTANT": "Гэта поле павінна быць {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Няправільны фармат адрасы электроннай пошты", - "DATE_TYPE_PARSE": "Немагчыма разабраць {{date}}. Яна павінна быць у ISO8601", - "BASE_TYPE_BAD_LENGTH": "Павінна быць паміж {{length}} у даўжыню" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Гэта поле з'яўляецца абавязковым", + "BASE_TYPE_STRING": "Гэта поле павінна быць string", + "BASE_TYPE_NUMBER": "Гэта поле павінна быць number", + "BASE_TYPE_BIGINT": "Гэта поле павінна быць bigint", + "BASE_TYPE_BOOLEAN": "Гэта поле павінна быць boolean", + "BASE_TYPE_CHOICES": "Гэта поле павінна быць адным з ({{types}})", + "BASE_TYPE_CLASS": "Гэта поле павінна быць асобнікам {{type}}", + "BASE_TYPE_OBJECT": "Гэта поле павінна быць аб'ектам", + "BASE_TYPE_ARRAY": "Гэта поле павінна быць масівам", + "UNKOWN_FIELD": "Невядомае поле: {{key}}", + "BASE_TYPE_CONSTANT": "Гэта поле павінна быць {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Няправільны фармат адрасы электроннай пошты", + "DATE_TYPE_PARSE": "Немагчыма разабраць {{date}}. Яна павінна быць у ISO8601", + "BASE_TYPE_BAD_LENGTH": "Павінна быць паміж {{length}} у даўжыню" + } +} From 6c91349937384419427b10d5ed4d94c4d8f7247d Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:27 -0400 Subject: [PATCH 028/101] New translations common.json (Bulgarian) --- api/locales/bg/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/bg/common.json b/api/locales/bg/common.json index 8003eccf..dca90717 100644 --- a/api/locales/bg/common.json +++ b/api/locales/bg/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": "Това поле трябва да бъде масив", - "UNKOWN_FIELD": "Непознат ключ: {{key}}", - "BASE_TYPE_CONSTANT": "Това поле трябва да е {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Невалиден имейл адрес", - "DATE_TYPE_PARSE": "Не може да се анализира {{date}}. Трябва да е ISO8601", - "BASE_TYPE_BAD_LENGTH": "Трябва да е с дължина между {{length}}" - } -} \ No newline at end of file + "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": "Това поле трябва да бъде масив", + "UNKOWN_FIELD": "Непознат ключ: {{key}}", + "BASE_TYPE_CONSTANT": "Това поле трябва да е {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Невалиден имейл адрес", + "DATE_TYPE_PARSE": "Не може да се анализира {{date}}. Трябва да е ISO8601", + "BASE_TYPE_BAD_LENGTH": "Трябва да е с дължина между {{length}}" + } +} From b40d8721ab43b53ffaf73f3663277640d6e631db Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:28 -0400 Subject: [PATCH 029/101] New translations common.json (Catalan) --- api/locales/ca/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/ca/common.json b/api/locales/ca/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/ca/common.json +++ b/api/locales/ca/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From ecde9b3fc551e62b8cd53b75c90d9f989e818007 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:29 -0400 Subject: [PATCH 030/101] New translations common.json (Czech) --- api/locales/cs/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/cs/common.json b/api/locales/cs/common.json index c1dd9ba4..61d70a40 100644 --- a/api/locales/cs/common.json +++ b/api/locales/cs/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Toto pole je povinné", - "BASE_TYPE_STRING": "Toto pole musí být řetězec", - "BASE_TYPE_NUMBER": "Toto pole musí být číslo", - "BASE_TYPE_BIGINT": "Toto pole musí být velké", - "BASE_TYPE_BOOLEAN": "Toto pole musí být logická hodnota", - "BASE_TYPE_CHOICES": "Toto pole musí být jedno z ({{types}})", - "BASE_TYPE_CLASS": "Toto pole musí být instancí {{type}}", - "BASE_TYPE_OBJECT": "Toto pole musí být objekt", - "BASE_TYPE_ARRAY": "Toto pole musí být pole", - "UNKOWN_FIELD": "Neznámý klíč: {{key}}", - "BASE_TYPE_CONSTANT": "Toto pole musí být {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Není dobře vytvořená e-mailová adresa", - "DATE_TYPE_PARSE": "Nelze naparsovat {{date}}. Mělo by být ISO8601", - "BASE_TYPE_BAD_LENGTH": "Musí být mezi {{length}} délkou" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Toto pole je povinné", + "BASE_TYPE_STRING": "Toto pole musí být řetězec", + "BASE_TYPE_NUMBER": "Toto pole musí být číslo", + "BASE_TYPE_BIGINT": "Toto pole musí být velké", + "BASE_TYPE_BOOLEAN": "Toto pole musí být logická hodnota", + "BASE_TYPE_CHOICES": "Toto pole musí být jedno z ({{types}})", + "BASE_TYPE_CLASS": "Toto pole musí být instancí {{type}}", + "BASE_TYPE_OBJECT": "Toto pole musí být objekt", + "BASE_TYPE_ARRAY": "Toto pole musí být pole", + "UNKOWN_FIELD": "Neznámý klíč: {{key}}", + "BASE_TYPE_CONSTANT": "Toto pole musí být {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Není dobře vytvořená e-mailová adresa", + "DATE_TYPE_PARSE": "Nelze naparsovat {{date}}. Mělo by být ISO8601", + "BASE_TYPE_BAD_LENGTH": "Musí být mezi {{length}} délkou" + } +} From 6cf8fd1902f327acff785a8672e8cddf10bb72d1 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:30 -0400 Subject: [PATCH 031/101] New translations common.json (German) --- api/locales/de/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/de/common.json b/api/locales/de/common.json index 980d7b80..39f38c49 100644 --- a/api/locales/de/common.json +++ b/api/locales/de/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Dieses Feld ist erforderlich", - "BASE_TYPE_STRING": "Dieses Feld muss ein String sein", - "BASE_TYPE_NUMBER": "Dieses Feld muss eine Zahl sein", - "BASE_TYPE_BIGINT": "Dieses Feld muss ein bigint sein", - "BASE_TYPE_BOOLEAN": "Dieses Feld muss ein boolean sein", - "BASE_TYPE_CHOICES": "Dieses Feld muss eines von ({{types}}) sein", - "BASE_TYPE_CLASS": "Dieses Feld muss {{type}} sein", - "BASE_TYPE_OBJECT": "Dieses Feld muss ein Objekt sein", - "BASE_TYPE_ARRAY": "Dieses Feld muss ein Array sein", - "UNKOWN_FIELD": "Unbekanntes Feld: {{key}}", - "BASE_TYPE_CONSTANT": "Dieses Feld muss {{value}} sein", - "EMAIL_TYPE_INVALID_EMAIL": "Keine gültige E-Mail-Adresse", - "DATE_TYPE_PARSE": "Konnte {{date}} nicht lesen. Muss ISO8601 entsprechen", - "BASE_TYPE_BAD_LENGTH": "Muss zwischen {{length}} lang sein" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Dieses Feld ist erforderlich", + "BASE_TYPE_STRING": "Dieses Feld muss ein String sein", + "BASE_TYPE_NUMBER": "Dieses Feld muss eine Zahl sein", + "BASE_TYPE_BIGINT": "Dieses Feld muss ein bigint sein", + "BASE_TYPE_BOOLEAN": "Dieses Feld muss ein boolean sein", + "BASE_TYPE_CHOICES": "Dieses Feld muss eines von ({{types}}) sein", + "BASE_TYPE_CLASS": "Dieses Feld muss {{type}} sein", + "BASE_TYPE_OBJECT": "Dieses Feld muss ein Objekt sein", + "BASE_TYPE_ARRAY": "Dieses Feld muss ein Array sein", + "UNKOWN_FIELD": "Unbekanntes Feld: {{key}}", + "BASE_TYPE_CONSTANT": "Dieses Feld muss {{value}} sein", + "EMAIL_TYPE_INVALID_EMAIL": "Keine gültige E-Mail-Adresse", + "DATE_TYPE_PARSE": "Konnte {{date}} nicht lesen. Muss ISO8601 entsprechen", + "BASE_TYPE_BAD_LENGTH": "Muss zwischen {{length}} lang sein" + } +} From 6917eb3614291774068cbc43a0afbbb6149c1324 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:31 -0400 Subject: [PATCH 032/101] New translations common.json (Dutch) --- api/locales/nl/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/nl/common.json b/api/locales/nl/common.json index 85deb2ec..f18c1dcb 100644 --- a/api/locales/nl/common.json +++ b/api/locales/nl/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Dit veld is verplicht", - "BASE_TYPE_STRING": "Dit veld moet een tekenreeks zijn", - "BASE_TYPE_NUMBER": "Dit veld moet een getal zijn", - "BASE_TYPE_BIGINT": "Dit veld moet een bigint zijn", - "BASE_TYPE_BOOLEAN": "Dit veld moet een Booleaanse waarde zijn", - "BASE_TYPE_CHOICES": "Dit veld moet een van ({{types}} ) zijn", - "BASE_TYPE_CLASS": "Dit veld moet een exemplaar zijn van {{type}}", - "BASE_TYPE_OBJECT": "Dit veld moet een object zijn", - "BASE_TYPE_ARRAY": "Dit veld moet een array zijn", - "UNKOWN_FIELD": "Onbekend sleutel: {{key}}", - "BASE_TYPE_CONSTANT": "Dit veld moet {{value}} zijn", - "EMAIL_TYPE_INVALID_EMAIL": "Niet een geldig e-mailadres", - "DATE_TYPE_PARSE": "Kan {{date}}niet parsen. Moet ISO8601 zijn", - "BASE_TYPE_BAD_LENGTH": "Moet tussen {{length}} in lengte zijn" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Dit veld is verplicht", + "BASE_TYPE_STRING": "Dit veld moet een tekenreeks zijn", + "BASE_TYPE_NUMBER": "Dit veld moet een getal zijn", + "BASE_TYPE_BIGINT": "Dit veld moet een bigint zijn", + "BASE_TYPE_BOOLEAN": "Dit veld moet een Booleaanse waarde zijn", + "BASE_TYPE_CHOICES": "Dit veld moet een van ({{types}} ) zijn", + "BASE_TYPE_CLASS": "Dit veld moet een exemplaar zijn van {{type}}", + "BASE_TYPE_OBJECT": "Dit veld moet een object zijn", + "BASE_TYPE_ARRAY": "Dit veld moet een array zijn", + "UNKOWN_FIELD": "Onbekend sleutel: {{key}}", + "BASE_TYPE_CONSTANT": "Dit veld moet {{value}} zijn", + "EMAIL_TYPE_INVALID_EMAIL": "Niet een geldig e-mailadres", + "DATE_TYPE_PARSE": "Kan {{date}}niet parsen. Moet ISO8601 zijn", + "BASE_TYPE_BAD_LENGTH": "Moet tussen {{length}} in lengte zijn" + } +} From 3096081afc257a8e49c24353417ea376f23cae00 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:32 -0400 Subject: [PATCH 033/101] New translations common.json (Greek) --- api/locales/el/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/el/common.json b/api/locales/el/common.json index d7e7cc7b..f4857cdc 100644 --- a/api/locales/el/common.json +++ b/api/locales/el/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Αυτό το πεδίο είναι υποχρεωτικό", - "BASE_TYPE_STRING": "Αυτό το πεδίο πρέπει να είναι μια συμβολοσειρά", - "BASE_TYPE_NUMBER": "Αυτό το πεδίο πρέπει να είναι αριθμός", - "BASE_TYPE_BIGINT": "Αυτό το πεδίο πρέπει να είναι μεγαλοπρεπής", - "BASE_TYPE_BOOLEAN": "Αυτό το πεδίο πρέπει να είναι boolean", - "BASE_TYPE_CHOICES": "Αυτό το πεδίο πρέπει να είναι ένα από{{types}})", - "BASE_TYPE_CLASS": "Αυτό το πεδίο πρέπει να είναι ένα παράδειγμα {{type}}", - "BASE_TYPE_OBJECT": "Αυτό το πεδίο πρέπει να είναι αντικείμενο", - "BASE_TYPE_ARRAY": "Αυτό το πεδίο πρέπει να είναι ένας πίνακας", - "UNKOWN_FIELD": "Άγνωστο κλειδί: {{key}}", - "BASE_TYPE_CONSTANT": "Αυτό το πεδίο πρέπει να είναι {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Δεν είναι καλά σχηματισμένη διεύθυνση ηλεκτρονικού ταχυδρομείου", - "DATE_TYPE_PARSE": "Αδυναμία ανάλυσης του {{date}}. Πρέπει να είναι ISO8601", - "BASE_TYPE_BAD_LENGTH": "Πρέπει να είναι μεταξύ {{length}} σε μήκος" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Αυτό το πεδίο είναι υποχρεωτικό", + "BASE_TYPE_STRING": "Αυτό το πεδίο πρέπει να είναι μια συμβολοσειρά", + "BASE_TYPE_NUMBER": "Αυτό το πεδίο πρέπει να είναι αριθμός", + "BASE_TYPE_BIGINT": "Αυτό το πεδίο πρέπει να είναι μεγαλοπρεπής", + "BASE_TYPE_BOOLEAN": "Αυτό το πεδίο πρέπει να είναι boolean", + "BASE_TYPE_CHOICES": "Αυτό το πεδίο πρέπει να είναι ένα από{{types}})", + "BASE_TYPE_CLASS": "Αυτό το πεδίο πρέπει να είναι ένα παράδειγμα {{type}}", + "BASE_TYPE_OBJECT": "Αυτό το πεδίο πρέπει να είναι αντικείμενο", + "BASE_TYPE_ARRAY": "Αυτό το πεδίο πρέπει να είναι ένας πίνακας", + "UNKOWN_FIELD": "Άγνωστο κλειδί: {{key}}", + "BASE_TYPE_CONSTANT": "Αυτό το πεδίο πρέπει να είναι {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Δεν είναι καλά σχηματισμένη διεύθυνση ηλεκτρονικού ταχυδρομείου", + "DATE_TYPE_PARSE": "Αδυναμία ανάλυσης του {{date}}. Πρέπει να είναι ISO8601", + "BASE_TYPE_BAD_LENGTH": "Πρέπει να είναι μεταξύ {{length}} σε μήκος" + } +} From 96a1aca3c356990bf0a41d4b0a184ffab3bd61b0 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:33 -0400 Subject: [PATCH 034/101] New translations common.json (Finnish) --- api/locales/fi/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/fi/common.json b/api/locales/fi/common.json index d5aab9e3..80a73715 100644 --- a/api/locales/fi/common.json +++ b/api/locales/fi/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Tämä kenttä on pakollinen", - "BASE_TYPE_STRING": "Tämän kentän on oltava merkkijono", - "BASE_TYPE_NUMBER": "Tämän kentän on oltava numero", - "BASE_TYPE_BIGINT": "Tämän kentän on oltava isoin", - "BASE_TYPE_BOOLEAN": "Tämän kentän on oltava totuus", - "BASE_TYPE_CHOICES": "Tämän kentän on oltava yksi ({{types}})", - "BASE_TYPE_CLASS": "Tämän kentän on oltava {{type}} instanssi", - "BASE_TYPE_OBJECT": "Tämän kentän on oltava objekti", - "BASE_TYPE_ARRAY": "Tämän kentän on oltava array", - "UNKOWN_FIELD": "Tuntematon avain: {{key}}", - "BASE_TYPE_CONSTANT": "Tämän kentän on oltava {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Sähköpostiosoite ei ole hyvin muodostettu", - "DATE_TYPE_PARSE": "Ei voitu jäsentää {{date}}. Pitäisi olla ISO8601", - "BASE_TYPE_BAD_LENGTH": "Pituuden on oltava välillä {{length}}" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Tämä kenttä on pakollinen", + "BASE_TYPE_STRING": "Tämän kentän on oltava merkkijono", + "BASE_TYPE_NUMBER": "Tämän kentän on oltava numero", + "BASE_TYPE_BIGINT": "Tämän kentän on oltava isoin", + "BASE_TYPE_BOOLEAN": "Tämän kentän on oltava totuus", + "BASE_TYPE_CHOICES": "Tämän kentän on oltava yksi ({{types}})", + "BASE_TYPE_CLASS": "Tämän kentän on oltava {{type}} instanssi", + "BASE_TYPE_OBJECT": "Tämän kentän on oltava objekti", + "BASE_TYPE_ARRAY": "Tämän kentän on oltava array", + "UNKOWN_FIELD": "Tuntematon avain: {{key}}", + "BASE_TYPE_CONSTANT": "Tämän kentän on oltava {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Sähköpostiosoite ei ole hyvin muodostettu", + "DATE_TYPE_PARSE": "Ei voitu jäsentää {{date}}. Pitäisi olla ISO8601", + "BASE_TYPE_BAD_LENGTH": "Pituuden on oltava välillä {{length}}" + } +} From ea15bfc11b558a8f5a74507add1d4b438e3dabfc Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:34 -0400 Subject: [PATCH 035/101] New translations common.json (Hebrew) --- api/locales/he/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/he/common.json b/api/locales/he/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/he/common.json +++ b/api/locales/he/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 15cf0020163f292a46a5309f692738b677e74d06 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:35 -0400 Subject: [PATCH 036/101] New translations common.json (Hungarian) --- api/locales/hu/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/hu/common.json b/api/locales/hu/common.json index e9095325..43bd2722 100644 --- a/api/locales/hu/common.json +++ b/api/locales/hu/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Ez a mező kötelező", - "BASE_TYPE_STRING": "Ennek a mezőnek string-nek kell lennie", - "BASE_TYPE_NUMBER": "Ennek a mezőnek számnak kell lennie", - "BASE_TYPE_BIGINT": "Ennek a mezőnek bigint-nek kell lennie", - "BASE_TYPE_BOOLEAN": "Ennek a mezőnek boolean-nek kell lennie", - "BASE_TYPE_CHOICES": "Ennek a mezőnek {{types}} típusúnak kell lennie", - "BASE_TYPE_CLASS": "Ennek a mezőnek {{type}} típusúnak kell lennie", - "BASE_TYPE_OBJECT": "Ennek a mezőnek object-nek kell lennie", - "BASE_TYPE_ARRAY": "Ennek a mezőnek array-nek kell lennie", - "UNKOWN_FIELD": "Ismeretlen kulcs: {{key}}", - "BASE_TYPE_CONSTANT": "A mezőnek {{value}} kell lennie", - "EMAIL_TYPE_INVALID_EMAIL": "Nem jól megformázott email cím", - "DATE_TYPE_PARSE": "Nem sikerült elemezni {{date}}. ISO8901-nak kéne lennie", - "BASE_TYPE_BAD_LENGTH": "{{length}} között kell lennie hosszban" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Ez a mező kötelező", + "BASE_TYPE_STRING": "Ennek a mezőnek string-nek kell lennie", + "BASE_TYPE_NUMBER": "Ennek a mezőnek számnak kell lennie", + "BASE_TYPE_BIGINT": "Ennek a mezőnek bigint-nek kell lennie", + "BASE_TYPE_BOOLEAN": "Ennek a mezőnek boolean-nek kell lennie", + "BASE_TYPE_CHOICES": "Ennek a mezőnek {{types}} típusúnak kell lennie", + "BASE_TYPE_CLASS": "Ennek a mezőnek {{type}} típusúnak kell lennie", + "BASE_TYPE_OBJECT": "Ennek a mezőnek object-nek kell lennie", + "BASE_TYPE_ARRAY": "Ennek a mezőnek array-nek kell lennie", + "UNKOWN_FIELD": "Ismeretlen kulcs: {{key}}", + "BASE_TYPE_CONSTANT": "A mezőnek {{value}} kell lennie", + "EMAIL_TYPE_INVALID_EMAIL": "Nem jól megformázott email cím", + "DATE_TYPE_PARSE": "Nem sikerült elemezni {{date}}. ISO8901-nak kéne lennie", + "BASE_TYPE_BAD_LENGTH": "{{length}} között kell lennie hosszban" + } +} From 073f91d8e74d56f54802eb682a39d3b454258eb5 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:36 -0400 Subject: [PATCH 037/101] New translations common.json (Italian) --- api/locales/it/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/it/common.json b/api/locales/it/common.json index 2e17dd4f..1faa3df0 100644 --- a/api/locales/it/common.json +++ b/api/locales/it/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Questo campo è obbligatorio", - "BASE_TYPE_STRING": "Questo campo deve essere una stringa", - "BASE_TYPE_NUMBER": "Questo campo deve essere un numero", - "BASE_TYPE_BIGINT": "Questo campo deve essere un numero intero", - "BASE_TYPE_BOOLEAN": "Questo campo deve essere un numero booleano", - "BASE_TYPE_CHOICES": "Questo campo deve essere uno di ({{types}})", - "BASE_TYPE_CLASS": "Questo campo deve essere un'istanza di {{type}}", - "BASE_TYPE_OBJECT": "Questo campo deve essere un oggetto", - "BASE_TYPE_ARRAY": "Questo campo deve essere un array", - "UNKOWN_FIELD": "Chiave non riconosciuta: {{key}}", - "BASE_TYPE_CONSTANT": "Questo campo deve essere {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Questo indirizzo e-mail non è in un formato valido", - "DATE_TYPE_PARSE": "Impossibile analizzare {{date}}. Dovrebbe essere ISO8601", - "BASE_TYPE_BAD_LENGTH": "Deve essere compreso tra {{length}} in lunghezza" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "Questo campo è obbligatorio", + "BASE_TYPE_STRING": "Questo campo deve essere una stringa", + "BASE_TYPE_NUMBER": "Questo campo deve essere un numero", + "BASE_TYPE_BIGINT": "Questo campo deve essere un numero intero", + "BASE_TYPE_BOOLEAN": "Questo campo deve essere un numero booleano", + "BASE_TYPE_CHOICES": "Questo campo deve essere uno di ({{types}})", + "BASE_TYPE_CLASS": "Questo campo deve essere un'istanza di {{type}}", + "BASE_TYPE_OBJECT": "Questo campo deve essere un oggetto", + "BASE_TYPE_ARRAY": "Questo campo deve essere un array", + "UNKOWN_FIELD": "Chiave non riconosciuta: {{key}}", + "BASE_TYPE_CONSTANT": "Questo campo deve essere {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Questo indirizzo e-mail non è in un formato valido", + "DATE_TYPE_PARSE": "Impossibile analizzare {{date}}. Dovrebbe essere ISO8601", + "BASE_TYPE_BAD_LENGTH": "Deve essere compreso tra {{length}} in lunghezza" + } +} From dc093275a202ca0552d18d9fa924602d67de0324 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:37 -0400 Subject: [PATCH 038/101] New translations common.json (Japanese) --- api/locales/ja/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/ja/common.json b/api/locales/ja/common.json index 25b7bc21..687c04e2 100644 --- a/api/locales/ja/common.json +++ b/api/locales/ja/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "このフィールドは必須項目です", - "BASE_TYPE_STRING": "このフィールドは文字列でなければなりません", - "BASE_TYPE_NUMBER": "このフィールドは数値でなければなりません", - "BASE_TYPE_BIGINT": "このフィールドはbigintでなければなりません", - "BASE_TYPE_BOOLEAN": "このフィールドはブール値でなければなりません", - "BASE_TYPE_CHOICES": "このフィールドは ({{types}} ) のいずれかでなければなりません", - "BASE_TYPE_CLASS": "このフィールドは {{type}} のインスタンスでなければなりません", - "BASE_TYPE_OBJECT": "このフィールドはオブジェクトでなければなりません", - "BASE_TYPE_ARRAY": "このフィールドは配列でなければなりません", - "UNKOWN_FIELD": "不明なキー: {{key}}", - "BASE_TYPE_CONSTANT": "このフィールドは {{value}} でなければなりません", - "EMAIL_TYPE_INVALID_EMAIL": "メールアドレスが正しくありません", - "DATE_TYPE_PARSE": "{{date}}を解析できませんでした。ISO8601である必要があります", - "BASE_TYPE_BAD_LENGTH": "{{length}} 以内でなければなりません" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "このフィールドは必須項目です", + "BASE_TYPE_STRING": "このフィールドは文字列でなければなりません", + "BASE_TYPE_NUMBER": "このフィールドは数値でなければなりません", + "BASE_TYPE_BIGINT": "このフィールドはbigintでなければなりません", + "BASE_TYPE_BOOLEAN": "このフィールドはブール値でなければなりません", + "BASE_TYPE_CHOICES": "このフィールドは ({{types}} ) のいずれかでなければなりません", + "BASE_TYPE_CLASS": "このフィールドは {{type}} のインスタンスでなければなりません", + "BASE_TYPE_OBJECT": "このフィールドはオブジェクトでなければなりません", + "BASE_TYPE_ARRAY": "このフィールドは配列でなければなりません", + "UNKOWN_FIELD": "不明なキー: {{key}}", + "BASE_TYPE_CONSTANT": "このフィールドは {{value}} でなければなりません", + "EMAIL_TYPE_INVALID_EMAIL": "メールアドレスが正しくありません", + "DATE_TYPE_PARSE": "{{date}}を解析できませんでした。ISO8601である必要があります", + "BASE_TYPE_BAD_LENGTH": "{{length}} 以内でなければなりません" + } +} From 6f0dabcd6085f6f0953e926a99520cb08b22ed73 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:38 -0400 Subject: [PATCH 039/101] New translations common.json (Korean) --- api/locales/ko/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/ko/common.json b/api/locales/ko/common.json index 2eb3d0c3..bb521b37 100644 --- a/api/locales/ko/common.json +++ b/api/locales/ko/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "필수로 기입해야 합니다", - "BASE_TYPE_STRING": "문자열을 입력해야 합니다", - "BASE_TYPE_NUMBER": "숫자를 입력해야 합니다", - "BASE_TYPE_BIGINT": "bigint를 입력해야 합니다", - "BASE_TYPE_BOOLEAN": "논리값을 입력해야 합니다", - "BASE_TYPE_CHOICES": "값의 유형이 ({{types}}) 중 하나여야 합니다", - "BASE_TYPE_CLASS": "값의 유형이 {{type}}(이)여야 합니다", - "BASE_TYPE_OBJECT": "객체를 입력해야 합니다", - "BASE_TYPE_ARRAY": "배열을 입력해야 합니다", - "UNKOWN_FIELD": "알 수 없는 키: {{key}}", - "BASE_TYPE_CONSTANT": "{{value}}(을)를 입력해야 합니다", - "EMAIL_TYPE_INVALID_EMAIL": "올바른 이메일 주소 형식이 아닙니다", - "DATE_TYPE_PARSE": "{{date}} 형식을 분석할 수 없습니다. ISO8601을 따라야 합니다", - "BASE_TYPE_BAD_LENGTH": "길이가 {{length}} 사이여야 합니다" - } -} \ No newline at end of file + "field": { + "BASE_TYPE_REQUIRED": "필수로 기입해야 합니다", + "BASE_TYPE_STRING": "문자열을 입력해야 합니다", + "BASE_TYPE_NUMBER": "숫자를 입력해야 합니다", + "BASE_TYPE_BIGINT": "bigint를 입력해야 합니다", + "BASE_TYPE_BOOLEAN": "논리값을 입력해야 합니다", + "BASE_TYPE_CHOICES": "값의 유형이 ({{types}}) 중 하나여야 합니다", + "BASE_TYPE_CLASS": "값의 유형이 {{type}}(이)여야 합니다", + "BASE_TYPE_OBJECT": "객체를 입력해야 합니다", + "BASE_TYPE_ARRAY": "배열을 입력해야 합니다", + "UNKOWN_FIELD": "알 수 없는 키: {{key}}", + "BASE_TYPE_CONSTANT": "{{value}}(을)를 입력해야 합니다", + "EMAIL_TYPE_INVALID_EMAIL": "올바른 이메일 주소 형식이 아닙니다", + "DATE_TYPE_PARSE": "{{date}} 형식을 분석할 수 없습니다. ISO8601을 따라야 합니다", + "BASE_TYPE_BAD_LENGTH": "길이가 {{length}} 사이여야 합니다" + } +} From 7ffd455d6854ce7ab3d4a29b873b92933a10acdb Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:39 -0400 Subject: [PATCH 040/101] New translations common.json (Lithuanian) --- api/locales/lt/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/lt/common.json b/api/locales/lt/common.json index f96e028f..bc9ad022 100644 --- a/api/locales/lt/common.json +++ b/api/locales/lt/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "Šis laukelis privalomas", - "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 an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown key: {{key}}", - "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Neteisingai suformuotas el. pašto adresas", - "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 + "field": { + "BASE_TYPE_REQUIRED": "Šis laukelis privalomas", + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown key: {{key}}", + "BASE_TYPE_CONSTANT": "This field must be {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Neteisingai suformuotas el. pašto adresas", + "DATE_TYPE_PARSE": "Could not parse {{date}}. Should be ISO8601", + "BASE_TYPE_BAD_LENGTH": "Must be between {{length}} in length" + } +} From 217c387aff29ae38f4a3c3a3623c003b2821833e Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:43:40 -0400 Subject: [PATCH 041/101] New translations common.json (Urdu (India)) --- api/locales/ur/common.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/api/locales/ur/common.json b/api/locales/ur/common.json index a565e3dc..8bb9c042 100644 --- a/api/locales/ur/common.json +++ b/api/locales/ur/common.json @@ -1,18 +1,18 @@ { - "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown 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 + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 118647552e96ff7f8f03981d7e1a4274052d6cbb Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 06:14:14 -0400 Subject: [PATCH 042/101] New translations auth.json (Polish) --- api/locales/pl/auth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/locales/pl/auth.json b/api/locales/pl/auth.json index c77a303e..3988e9cd 100644 --- a/api/locales/pl/auth.json +++ b/api/locales/pl/auth.json @@ -2,11 +2,11 @@ "login": { "INVALID_LOGIN": "E-mail lub telefon nie został znaleziony", "INVALID_PASSWORD": "Nieprawidłowe hasło", - "ACCOUNT_DISABLED": "Konto jest zablokowane" + "ACCOUNT_DISABLED": "To konto jest nieaktywne" }, "register": { "REGISTRATION_DISABLED": "Rejestracja nowych użytkowników jest wyłączona", - "INVITE_ONLY": "Musisz zostać zaproszony żeby się zarejestrować", + "INVITE_ONLY": "Aby się zarejestrować, musisz zostać zaproszony", "EMAIL_INVALID": "Nieprawidłowy email", "EMAIL_ALREADY_REGISTERED": "E-mail jest już zarejestrowany", "DATE_OF_BIRTH_UNDERAGE": "Musisz mieć {{years}} lat lub więcej", From 43ef538a9b581741533f278188d6bcbd247b3194 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 06:14:15 -0400 Subject: [PATCH 043/101] New translations common.json (Polish) --- api/locales/pl/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/locales/pl/common.json b/api/locales/pl/common.json index ddf746a7..3b618c1f 100644 --- a/api/locales/pl/common.json +++ b/api/locales/pl/common.json @@ -13,6 +13,6 @@ "BASE_TYPE_CONSTANT": "To pole musi być {{value}}", "EMAIL_TYPE_INVALID_EMAIL": "Źle sformułowany adres e-mail", "DATE_TYPE_PARSE": "Nie można przetworzyć {{date}}. Powinno być ISO8601", - "BASE_TYPE_BAD_LENGTH": "Musi być pomiędzy {{length}}" + "BASE_TYPE_BAD_LENGTH": "Długość musi wynosić między {{length}}" } } From 0a0576019152a96a8c06846994a5689c7b98e477 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 07:33:51 -0400 Subject: [PATCH 044/101] New translations auth.json (Turkish) --- api/locales/tr/auth.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/locales/tr/auth.json b/api/locales/tr/auth.json index f6f95802..1b3c4a8f 100644 --- a/api/locales/tr/auth.json +++ b/api/locales/tr/auth.json @@ -2,15 +2,15 @@ "login": { "INVALID_LOGIN": "E-posta veya Telefon Numarası bulunamadı", "INVALID_PASSWORD": "Geçersiz Şifre", - "ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı." + "ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı" }, "register": { "REGISTRATION_DISABLED": "Yeni kullanıcı alımı devre dışı bırakıldı", "INVITE_ONLY": "Kayıt olabilmek için davet edilmelisin", - "EMAIL_INVALID": "Geçersiz Eposta", - "EMAIL_ALREADY_REGISTERED": "Bu Eposta zaten kayıtlı", + "EMAIL_INVALID": "Geçersiz e-posta", + "EMAIL_ALREADY_REGISTERED": "Bu e-posta zaten kayıtlı", "DATE_OF_BIRTH_UNDERAGE": "{{years}} yaşında veya daha büyük olmalısın", - "CONSENT_REQUIRED": "Hizmet Şartları ve Gizlilik Politikasını kabul etmelisin.", + "CONSENT_REQUIRED": "Hizmet Koşulları ve Gizlilik Politikasını kabul etmelisin.", "USERNAME_TOO_MANY_USERS": "Çok fazla kullanıcı bu kullanıcı adını kullanıyor, lütfen başka bir kullanıcı adı dene" } } From d038e0121012185accbbf2d15a358f2f6f6d5ef2 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 07:33:52 -0400 Subject: [PATCH 045/101] New translations common.json (Turkish) --- api/locales/tr/common.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/locales/tr/common.json b/api/locales/tr/common.json index c81470d2..1f99c1d5 100644 --- a/api/locales/tr/common.json +++ b/api/locales/tr/common.json @@ -3,16 +3,16 @@ "BASE_TYPE_REQUIRED": "Bu alan gereklidir", "BASE_TYPE_STRING": "Bu alan bir metin (string) olmalı", "BASE_TYPE_NUMBER": "Bu alan bir sayı olmalı", - "BASE_TYPE_BIGINT": "Bu alan büyük integer (bkz. bigint) değeri olmalıdır", - "BASE_TYPE_BOOLEAN": "Bu alan mantıksal değer (boolean) olmalıdır", - "BASE_TYPE_CHOICES": "Bu alan ({{types}}) lardan biri olmak zorunda", + "BASE_TYPE_BIGINT": "Bu alan uzun tamsayı değeri olmalıdır", + "BASE_TYPE_BOOLEAN": "Bu alan doğru/yanlış olmalıdır", + "BASE_TYPE_CHOICES": "Bu alan ({{types}}) tiplerinden biri olmalı", "BASE_TYPE_CLASS": "Bu alan {{type}} türünden olmalı", - "BASE_TYPE_OBJECT": "Bu alan bir obje olmalı", - "BASE_TYPE_ARRAY": "Bu alan bir dizi (array) olmalı", + "BASE_TYPE_OBJECT": "Bu alan bir nesne olmalı", + "BASE_TYPE_ARRAY": "Bu alan bir dizi olmalı", "UNKOWN_FIELD": "Bilinmeyen anahtar: {{key}}", "BASE_TYPE_CONSTANT": "Bu alan {{value}} olmalı", "EMAIL_TYPE_INVALID_EMAIL": "Geçerli bir e-posta adresi değil", "DATE_TYPE_PARSE": "{{date}} işlenemiyor. ISO8601 standartlarında olmalı", - "BASE_TYPE_BAD_LENGTH": "Uzunluğu {{length}} olmalı" + "BASE_TYPE_BAD_LENGTH": "{{length}} arası uzunlukta olmalı" } } From 87cc016fd84f9e95ca144d0b398ace4f9eecd61b Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 07:33:53 -0400 Subject: [PATCH 046/101] New translations auth.json (Azerbaijani) --- api/locales/az/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/az/auth.json diff --git a/api/locales/az/auth.json b/api/locales/az/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/az/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From a4599a882c868cb84c041a6f431acb35ab69832a Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 07:33:54 -0400 Subject: [PATCH 047/101] New translations common.json (Azerbaijani) --- api/locales/az/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/az/common.json diff --git a/api/locales/az/common.json b/api/locales/az/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/az/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 9827cbaa4448de0b1fc2eeb0d2f10193f6f8adf3 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 07:33:55 -0400 Subject: [PATCH 048/101] New translations auth.json (German, Switzerland) --- api/locales/de/auth.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/api/locales/de/auth.json b/api/locales/de/auth.json index 63addd6f..e19547a0 100644 --- a/api/locales/de/auth.json +++ b/api/locales/de/auth.json @@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "E-Mail oder Telefonnummer nicht gefunden", - "INVALID_PASSWORD": "Ungültiges Passwort", - "ACCOUNT_DISABLED": "Dieses Konto ist gesperrt" + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { - "REGISTRATION_DISABLED": "Die Registrierung ist deaktiviert", - "INVITE_ONLY": "Du musst eingeladen werden, um dich zu registrieren", - "EMAIL_INVALID": "Ungültige E-Mail-Adresse", - "EMAIL_ALREADY_REGISTERED": "Die E-Mail-Adresse wird bereits verwendet", - "DATE_OF_BIRTH_UNDERAGE": "Du musst mindestens {{years}} Jahre oder älter sein", - "CONSENT_REQUIRED": "Du musst den Nutzungsbedingungen und den Datenschutzbestimmungen zustimmen.", - "USERNAME_TOO_MANY_USERS": "Zu viele Benutzer haben bereits diesen Benutzernamen, bitte wähle einen anderen" + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" } } From 6c89ca726e3c46603760aa2dd32938594e101737 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 07:33:56 -0400 Subject: [PATCH 049/101] New translations common.json (German, Switzerland) --- api/locales/de/common.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/api/locales/de/common.json b/api/locales/de/common.json index 39f38c49..8bb9c042 100644 --- a/api/locales/de/common.json +++ b/api/locales/de/common.json @@ -1,18 +1,18 @@ { "field": { - "BASE_TYPE_REQUIRED": "Dieses Feld ist erforderlich", - "BASE_TYPE_STRING": "Dieses Feld muss ein String sein", - "BASE_TYPE_NUMBER": "Dieses Feld muss eine Zahl sein", - "BASE_TYPE_BIGINT": "Dieses Feld muss ein bigint sein", - "BASE_TYPE_BOOLEAN": "Dieses Feld muss ein boolean sein", - "BASE_TYPE_CHOICES": "Dieses Feld muss eines von ({{types}}) sein", - "BASE_TYPE_CLASS": "Dieses Feld muss {{type}} sein", - "BASE_TYPE_OBJECT": "Dieses Feld muss ein Objekt sein", - "BASE_TYPE_ARRAY": "Dieses Feld muss ein Array sein", - "UNKOWN_FIELD": "Unbekanntes Feld: {{key}}", - "BASE_TYPE_CONSTANT": "Dieses Feld muss {{value}} sein", - "EMAIL_TYPE_INVALID_EMAIL": "Keine gültige E-Mail-Adresse", - "DATE_TYPE_PARSE": "Konnte {{date}} nicht lesen. Muss ISO8601 entsprechen", - "BASE_TYPE_BAD_LENGTH": "Muss zwischen {{length}} lang sein" + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" } } From d789a34d78552142a49a5f1fb7395b4ca5866637 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 07:33:57 -0400 Subject: [PATCH 050/101] New translations auth.json (Kurmanji (Kurdish)) --- api/locales/ku/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/ku/auth.json diff --git a/api/locales/ku/auth.json b/api/locales/ku/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/ku/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From a375494ab67ff652edf00ae4e2613ac83cdd2e86 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 07:33:58 -0400 Subject: [PATCH 051/101] New translations common.json (Kurmanji (Kurdish)) --- api/locales/ku/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/ku/common.json diff --git a/api/locales/ku/common.json b/api/locales/ku/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/ku/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From d738bea9482031f6fcbef439f529f3b2e9c30231 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:22 -0400 Subject: [PATCH 052/101] New translations auth.json (Basque) --- api/locales/eu/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/eu/auth.json diff --git a/api/locales/eu/auth.json b/api/locales/eu/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/eu/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From c808385f38f43ff37ddbe23aa31a0dd1a20c9fa6 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:23 -0400 Subject: [PATCH 053/101] New translations common.json (Basque) --- api/locales/eu/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/eu/common.json diff --git a/api/locales/eu/common.json b/api/locales/eu/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/eu/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 14fad6048cbc6aff232c3dddd697fc78fd5cfcdb Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:24 -0400 Subject: [PATCH 054/101] New translations auth.json (Mongolian) --- api/locales/mn/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/mn/auth.json diff --git a/api/locales/mn/auth.json b/api/locales/mn/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/mn/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From ec6426f7f9be438dd013667b090248a8de709b5f Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:25 -0400 Subject: [PATCH 055/101] New translations common.json (Mongolian) --- api/locales/mn/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/mn/common.json diff --git a/api/locales/mn/common.json b/api/locales/mn/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/mn/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From e665e0625e4b02783f79e7dc88194a742c799168 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:28 -0400 Subject: [PATCH 056/101] New translations auth.json (Norwegian Nynorsk) --- api/locales/nn/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/nn/auth.json diff --git a/api/locales/nn/auth.json b/api/locales/nn/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/nn/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 786c73b0992bf9cf45afa52cf5573e78543164b9 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:29 -0400 Subject: [PATCH 057/101] New translations common.json (Norwegian Nynorsk) --- api/locales/nn/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/nn/common.json diff --git a/api/locales/nn/common.json b/api/locales/nn/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/nn/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 92a959ed26bbdec9b84445ee864e0fdbd57a6286 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:30 -0400 Subject: [PATCH 058/101] New translations auth.json (Kazakh) --- api/locales/kk/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/kk/auth.json diff --git a/api/locales/kk/auth.json b/api/locales/kk/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/kk/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 36fb59fe4f839bd73956156d66c53238e403976a Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:31 -0400 Subject: [PATCH 059/101] New translations common.json (Kazakh) --- api/locales/kk/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/kk/common.json diff --git a/api/locales/kk/common.json b/api/locales/kk/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/kk/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From f29753d7c549ea235926c3efea17d3f1ee0abe79 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:32 -0400 Subject: [PATCH 060/101] New translations auth.json (Quechua) --- api/locales/qu/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/qu/auth.json diff --git a/api/locales/qu/auth.json b/api/locales/qu/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/qu/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From d7bd5a098fc2664a9956fdb48dfd876a3029578b Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:33 -0400 Subject: [PATCH 061/101] New translations common.json (Quechua) --- api/locales/qu/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/qu/common.json diff --git a/api/locales/qu/common.json b/api/locales/qu/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/qu/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 5bce69e8b2c0d2ed1d7a84606f6161f3d4640ecc Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:35 -0400 Subject: [PATCH 062/101] New translations auth.json (Mapudungun) --- api/locales/arn/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/arn/auth.json diff --git a/api/locales/arn/auth.json b/api/locales/arn/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/arn/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 27f79c81ea5cbe72192e5e10ec77bf17885e657d Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 13:29:36 -0400 Subject: [PATCH 063/101] New translations common.json (Mapudungun) --- api/locales/arn/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/arn/common.json diff --git a/api/locales/arn/common.json b/api/locales/arn/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/arn/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From a165158d9d9600de7fc253948bffbe5212280a80 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:39 -0400 Subject: [PATCH 064/101] New translations common.json (Tibetan) --- api/locales/bo/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/bo/common.json diff --git a/api/locales/bo/common.json b/api/locales/bo/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/bo/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From bd0b7aaadc1d655055ef6dab40d17c92d040545d Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:40 -0400 Subject: [PATCH 065/101] New translations auth.json (Venetian) --- api/locales/vec/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/vec/auth.json diff --git a/api/locales/vec/auth.json b/api/locales/vec/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/vec/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 5be57c7604d4bd8f1bbbc49d1cad12fc5d777068 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:41 -0400 Subject: [PATCH 066/101] New translations common.json (Javanese) --- api/locales/jv/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/jv/common.json diff --git a/api/locales/jv/common.json b/api/locales/jv/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/jv/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 119055e0ed7bdbc2d5062ba1890af64ea911ea79 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:42 -0400 Subject: [PATCH 067/101] New translations auth.json (Javanese) --- api/locales/jv/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/jv/auth.json diff --git a/api/locales/jv/auth.json b/api/locales/jv/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/jv/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 52de77550ecc90ecaf00d76ba8cf4a93a93ce7f0 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:43 -0400 Subject: [PATCH 068/101] New translations common.json (Serbo-Croatian) --- api/locales/sh/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/sh/common.json diff --git a/api/locales/sh/common.json b/api/locales/sh/common.json new file mode 100644 index 00000000..4afc5794 --- /dev/null +++ b/api/locales/sh/common.json @@ -0,0 +1,18 @@ +{ + "field": { + "BASE_TYPE_REQUIRED": "Ovo polje je obavezno", + "BASE_TYPE_STRING": "Ovo polje mora biti niz", + "BASE_TYPE_NUMBER": "Ovo polje mora biti broj", + "BASE_TYPE_BIGINT": "Ovo polje mora biti bigint", + "BASE_TYPE_BOOLEAN": "Ovo polje mora biti boolean", + "BASE_TYPE_CHOICES": "Ovo polje mora biti jedno od ({{types}})", + "BASE_TYPE_CLASS": "Ovo polje mora biti primjer od {{type}}", + "BASE_TYPE_OBJECT": "Ovo polje mora biti objekt", + "BASE_TYPE_ARRAY": "Ovo polje mora biti niz", + "UNKOWN_FIELD": "Nepoznati ključ: {{key}}", + "BASE_TYPE_CONSTANT": "Ovo polje mora biti {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "Nije dobro oblikovana Email adresa", + "DATE_TYPE_PARSE": "Nije moguće raščlaniti {{date}}. Treba biti ISO8601", + "BASE_TYPE_BAD_LENGTH": "Mora biti između {{length}} u duljini" + } +} From bec04fefb690012ea7d7f7ba0ff716cdd502624f Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:44 -0400 Subject: [PATCH 069/101] New translations auth.json (Serbo-Croatian) --- api/locales/sh/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/sh/auth.json diff --git a/api/locales/sh/auth.json b/api/locales/sh/auth.json new file mode 100644 index 00000000..0f2c8456 --- /dev/null +++ b/api/locales/sh/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "Email ili broj mobitela nije pronađen", + "INVALID_PASSWORD": "Pogrešna lozinka", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "register": { + "REGISTRATION_DISABLED": "Registracija novog korisnika je onemogućena", + "INVITE_ONLY": "Morate biti pozvani da se registrirate", + "EMAIL_INVALID": "Nevažeći email", + "EMAIL_ALREADY_REGISTERED": "Email je već registriran", + "DATE_OF_BIRTH_UNDERAGE": "Morate imati {{years}} godina ili više", + "CONSENT_REQUIRED": "Morate se složiti s uvjetima pružanja usluge i pravila o privatnosti.", + "USERNAME_TOO_MANY_USERS": "Previše korisnika ima ovo korisničko ime, molimo vas da pokušate sa drugim" + } +} From 1bb80a0f4b4a315cc3ff0673390e88e776241334 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:45 -0400 Subject: [PATCH 070/101] New translations common.json (Berber) --- api/locales/ber/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/ber/common.json diff --git a/api/locales/ber/common.json b/api/locales/ber/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/ber/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 7a07fa0f3279d3118824091ab12afc1f88e13097 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:46 -0400 Subject: [PATCH 071/101] New translations auth.json (Berber) --- api/locales/ber/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/ber/auth.json diff --git a/api/locales/ber/auth.json b/api/locales/ber/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/ber/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 45313bc252e74c784e796182088275112bbd1710 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:47 -0400 Subject: [PATCH 072/101] New translations auth.json (Tibetan) --- api/locales/bo/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/bo/auth.json diff --git a/api/locales/bo/auth.json b/api/locales/bo/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/bo/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 5a8619cb281beaf0cdf4e99d87782beff873804a Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:49 -0400 Subject: [PATCH 073/101] New translations common.json (Uyghur) --- api/locales/ug/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/ug/common.json diff --git a/api/locales/ug/common.json b/api/locales/ug/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/ug/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 390af96a939d2999fc44c072fe9edab44a2c0bef Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:49 -0400 Subject: [PATCH 074/101] New translations auth.json (Uyghur) --- api/locales/ug/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/ug/auth.json diff --git a/api/locales/ug/auth.json b/api/locales/ug/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/ug/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 66c51387c95e646f919c1a0f123d6e00b4c2e97c Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:50 -0400 Subject: [PATCH 075/101] New translations common.json (Marathi) --- api/locales/mr/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/mr/common.json diff --git a/api/locales/mr/common.json b/api/locales/mr/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/mr/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 1cbb93ca92c5106621936baf29d1ccb6452fff1f Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:51 -0400 Subject: [PATCH 076/101] New translations auth.json (Marathi) --- api/locales/mr/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/mr/auth.json diff --git a/api/locales/mr/auth.json b/api/locales/mr/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/mr/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 1ddde5d3f68d3e8ec00d55e59ce25ad45eb4ed6f Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:53 -0400 Subject: [PATCH 077/101] New translations common.json (Tamil) --- api/locales/ta/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/ta/common.json diff --git a/api/locales/ta/common.json b/api/locales/ta/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/ta/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 981b1ae1a46d07c5613ffa8e3ffbb454949484c5 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:54 -0400 Subject: [PATCH 078/101] New translations auth.json (Tamil) --- api/locales/ta/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/ta/auth.json diff --git a/api/locales/ta/auth.json b/api/locales/ta/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/ta/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 7eb041db47fb0b5999aa4db7c0effc07dc1c3877 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:55 -0400 Subject: [PATCH 079/101] New translations common.json (Punjabi) --- api/locales/pa/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/pa/common.json diff --git a/api/locales/pa/common.json b/api/locales/pa/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/pa/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From e9de7fdad10edaf71f2325a1157a5e1213039d44 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:56 -0400 Subject: [PATCH 080/101] New translations auth.json (Punjabi) --- api/locales/pa/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/pa/auth.json diff --git a/api/locales/pa/auth.json b/api/locales/pa/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/pa/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 0f4d62156a12d0d174424305bd2ba24de7df3bd4 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 14:28:57 -0400 Subject: [PATCH 081/101] New translations common.json (Venetian) --- api/locales/vec/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/vec/common.json diff --git a/api/locales/vec/common.json b/api/locales/vec/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/vec/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 7fb874a5ace6ee2a5d95eab01da52dae7d32be5a Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 18:03:33 -0400 Subject: [PATCH 082/101] New translations auth.json (Czech) --- api/locales/cs/auth.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/locales/cs/auth.json b/api/locales/cs/auth.json index 70acc5ba..59fa4fcf 100644 --- a/api/locales/cs/auth.json +++ b/api/locales/cs/auth.json @@ -2,12 +2,12 @@ "login": { "INVALID_LOGIN": "E-Mail nebo telefon nenalezen", "INVALID_PASSWORD": "Neplatné heslo", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "Tento účet je vypnutý" }, "register": { "REGISTRATION_DISABLED": "Registrace nového uživatele je zakázána", "INVITE_ONLY": "Musíte být pozváni k registraci", - "EMAIL_INVALID": "Invalid Email", + "EMAIL_INVALID": "Neplatný E-mail", "EMAIL_ALREADY_REGISTERED": "E-mail je již registrován", "DATE_OF_BIRTH_UNDERAGE": "Musíš být {{years}} let nebo starší", "CONSENT_REQUIRED": "Musíte souhlasit s obchodními podmínkami a zásadami ochrany osobních údajů.", From 787e393bf4757815718209b9643f1480bde0ef30 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 21 Oct 2021 18:03:34 -0400 Subject: [PATCH 083/101] New translations auth.json (Hungarian) --- api/locales/hu/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/locales/hu/auth.json b/api/locales/hu/auth.json index 3891ce28..cf2f7d06 100644 --- a/api/locales/hu/auth.json +++ b/api/locales/hu/auth.json @@ -2,7 +2,7 @@ "login": { "INVALID_LOGIN": "Nincs ilyen E-Mail vagy Telefon", "INVALID_PASSWORD": "Érvénytelen jelszó", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "Ez a fiók le van tiltva" }, "register": { "REGISTRATION_DISABLED": "Új felhasználók regisztrációja nem engedélyezett", From a33ada8846b282a8f9c97b8c90aef2260fcea17e Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:42 -0400 Subject: [PATCH 084/101] New translations auth.json (Maori) --- api/locales/mi/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/mi/auth.json diff --git a/api/locales/mi/auth.json b/api/locales/mi/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/mi/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From ca40f1346b2c90e17902c32d99b117792f9dafc7 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:43 -0400 Subject: [PATCH 085/101] New translations common.json (Maori) --- api/locales/mi/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/mi/common.json diff --git a/api/locales/mi/common.json b/api/locales/mi/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/mi/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 3f1343b3213608a78aad46603592d49acb103f79 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:44 -0400 Subject: [PATCH 086/101] New translations auth.json (Tagalog) --- api/locales/tl/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/tl/auth.json diff --git a/api/locales/tl/auth.json b/api/locales/tl/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/tl/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 591db529b3254c17941b9c761a1d1675dec8d41c Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:45 -0400 Subject: [PATCH 087/101] New translations common.json (Tagalog) --- api/locales/tl/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/tl/common.json diff --git a/api/locales/tl/common.json b/api/locales/tl/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/tl/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From f1e25f3783c629787c36c9f3202a8c1ac7fe2542 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:46 -0400 Subject: [PATCH 088/101] New translations auth.json (Latin) --- api/locales/la/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/la/auth.json diff --git a/api/locales/la/auth.json b/api/locales/la/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/la/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 1a64133ee324202ea853e879a2c49b6e0dd68a23 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:47 -0400 Subject: [PATCH 089/101] New translations common.json (Latin) --- api/locales/la/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/la/common.json diff --git a/api/locales/la/common.json b/api/locales/la/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/la/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 79092c0bcb01f61659cd95af928b507e295086d1 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:48 -0400 Subject: [PATCH 090/101] New translations auth.json (Swahili) --- api/locales/sw/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/sw/auth.json diff --git a/api/locales/sw/auth.json b/api/locales/sw/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/sw/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From b148fda1889c58c96c0782a28c1f350d6f1fff2a Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:49 -0400 Subject: [PATCH 091/101] New translations common.json (Swahili) --- api/locales/sw/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/sw/common.json diff --git a/api/locales/sw/common.json b/api/locales/sw/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/sw/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 6232c3e15df8037c9a4c491653bc8efe8ca256f7 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:50 -0400 Subject: [PATCH 092/101] New translations auth.json (Hausa) --- api/locales/ha/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/ha/auth.json diff --git a/api/locales/ha/auth.json b/api/locales/ha/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/ha/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 69aa5e18df4847e0f73d4fcc0dbca1d77be83752 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:51 -0400 Subject: [PATCH 093/101] New translations common.json (Hausa) --- api/locales/ha/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/ha/common.json diff --git a/api/locales/ha/common.json b/api/locales/ha/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/ha/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 3b797527b488007534a5cd3faa3b1ba8a472f703 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:52 -0400 Subject: [PATCH 094/101] New translations auth.json (Guarani) --- api/locales/gn/auth.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/locales/gn/auth.json diff --git a/api/locales/gn/auth.json b/api/locales/gn/auth.json new file mode 100644 index 00000000..e19547a0 --- /dev/null +++ b/api/locales/gn/auth.json @@ -0,0 +1,16 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", + "ACCOUNT_DISABLED": "This account is disabled" + }, + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From 73b2a0cc60b9eab1483233857a0cd5f533f5b492 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:53 -0400 Subject: [PATCH 095/101] New translations common.json (Guarani) --- api/locales/gn/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 api/locales/gn/common.json diff --git a/api/locales/gn/common.json b/api/locales/gn/common.json new file mode 100644 index 00000000..8bb9c042 --- /dev/null +++ b/api/locales/gn/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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" + } +} From 94c49ae1195fa873d14f8c465a0a2c3e3752a828 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:54 -0400 Subject: [PATCH 096/101] New translations auth.json (Spanish, Latin America) --- api/locales/es/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api/locales/es/auth.json b/api/locales/es/auth.json index 8271c578..e19547a0 100644 --- a/api/locales/es/auth.json +++ b/api/locales/es/auth.json @@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "E-Mail o teléfono no encontrado", - "INVALID_PASSWORD": "Contraseña Incorrecta", + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password", "ACCOUNT_DISABLED": "This account is disabled" }, "register": { - "REGISTRATION_DISABLED": "El registro de un nuevo usuario no se encuentra habilitado", - "INVITE_ONLY": "Tenés que ser invitado para poder registrarte", - "EMAIL_INVALID": "Email inválido", - "EMAIL_ALREADY_REGISTERED": "Este E-mail ya está registrado", - "DATE_OF_BIRTH_UNDERAGE": "Necesitas tener {{years}} años o más", - "CONSENT_REQUIRED": "Tenés que aceptar los Términos de Servicio y la Política de Privacidad.", - "USERNAME_TOO_MANY_USERS": "Demasiados usuarios tienen este nombre de usuario, por favor intente con otro" + "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 the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" } } From 54c5650323613b41c43622e8531bad446e00c087 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 12:02:55 -0400 Subject: [PATCH 097/101] New translations common.json (Spanish, Latin America) --- api/locales/es/common.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/api/locales/es/common.json b/api/locales/es/common.json index f0a48bd4..8bb9c042 100644 --- a/api/locales/es/common.json +++ b/api/locales/es/common.json @@ -1,18 +1,18 @@ { "field": { - "BASE_TYPE_REQUIRED": "Este campo es obligatorio", - "BASE_TYPE_STRING": "Este campo debe ser un texto", - "BASE_TYPE_NUMBER": "Este campo debe ser un número", - "BASE_TYPE_BIGINT": "Este campo debe ser un tamaño grande", - "BASE_TYPE_BOOLEAN": "Este campo debe ser un boolean", - "BASE_TYPE_CHOICES": "Este campo debe ser uno de ({{types}})", - "BASE_TYPE_CLASS": "Este campo debe ser una instancia de {{type}}", - "BASE_TYPE_OBJECT": "Este campo debe ser un objeto", - "BASE_TYPE_ARRAY": "Este campo debe ser una matriz", - "UNKOWN_FIELD": "Clave desconocida: {{key}}", - "BASE_TYPE_CONSTANT": "Este campo debe ser {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "No es una dirección de email bien formada", - "DATE_TYPE_PARSE": "No se pudo analizar {{date}}. Debe ser ISO8601", - "BASE_TYPE_BAD_LENGTH": "Debe estar entre {{length}} de longitud" + "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 an object", + "BASE_TYPE_ARRAY": "This field must be an array", + "UNKOWN_FIELD": "Unknown 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" } } From 6704ca7a0f7f40b617ba9f1f60fc17a320197ad3 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 16:41:42 -0400 Subject: [PATCH 098/101] New translations auth.json (Spanish, Latin America) --- api/locales/es/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api/locales/es/auth.json b/api/locales/es/auth.json index e19547a0..8271c578 100644 --- a/api/locales/es/auth.json +++ b/api/locales/es/auth.json @@ -1,16 +1,16 @@ { "login": { - "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password", + "INVALID_LOGIN": "E-Mail o teléfono no encontrado", + "INVALID_PASSWORD": "Contraseña Incorrecta", "ACCOUNT_DISABLED": "This account is disabled" }, "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 the Terms of Service and Privacy Policy.", - "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + "REGISTRATION_DISABLED": "El registro de un nuevo usuario no se encuentra habilitado", + "INVITE_ONLY": "Tenés que ser invitado para poder registrarte", + "EMAIL_INVALID": "Email inválido", + "EMAIL_ALREADY_REGISTERED": "Este E-mail ya está registrado", + "DATE_OF_BIRTH_UNDERAGE": "Necesitas tener {{years}} años o más", + "CONSENT_REQUIRED": "Tenés que aceptar los Términos de Servicio y la Política de Privacidad.", + "USERNAME_TOO_MANY_USERS": "Demasiados usuarios tienen este nombre de usuario, por favor intente con otro" } } From b4dd0e8b00af626f5f88553e7e40de7fcd056a99 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 22 Oct 2021 16:41:43 -0400 Subject: [PATCH 099/101] New translations common.json (Spanish, Latin America) --- api/locales/es/common.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/api/locales/es/common.json b/api/locales/es/common.json index 8bb9c042..f0a48bd4 100644 --- a/api/locales/es/common.json +++ b/api/locales/es/common.json @@ -1,18 +1,18 @@ { "field": { - "BASE_TYPE_REQUIRED": "This field is required", - "BASE_TYPE_STRING": "This field must be a string", - "BASE_TYPE_NUMBER": "This field must be a number", - "BASE_TYPE_BIGINT": "This field must be a bigint", - "BASE_TYPE_BOOLEAN": "This field must be a boolean", - "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", - "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be an object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unknown key: {{key}}", - "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well-formed email address", - "DATE_TYPE_PARSE": "Could not parse {{date}}. Should be ISO8601", - "BASE_TYPE_BAD_LENGTH": "Must be between {{length}} in length" + "BASE_TYPE_REQUIRED": "Este campo es obligatorio", + "BASE_TYPE_STRING": "Este campo debe ser un texto", + "BASE_TYPE_NUMBER": "Este campo debe ser un número", + "BASE_TYPE_BIGINT": "Este campo debe ser un tamaño grande", + "BASE_TYPE_BOOLEAN": "Este campo debe ser un boolean", + "BASE_TYPE_CHOICES": "Este campo debe ser uno de ({{types}})", + "BASE_TYPE_CLASS": "Este campo debe ser una instancia de {{type}}", + "BASE_TYPE_OBJECT": "Este campo debe ser un objeto", + "BASE_TYPE_ARRAY": "Este campo debe ser una matriz", + "UNKOWN_FIELD": "Clave desconocida: {{key}}", + "BASE_TYPE_CONSTANT": "Este campo debe ser {{value}}", + "EMAIL_TYPE_INVALID_EMAIL": "No es una dirección de email bien formada", + "DATE_TYPE_PARSE": "No se pudo analizar {{date}}. Debe ser ISO8601", + "BASE_TYPE_BAD_LENGTH": "Debe estar entre {{length}} de longitud" } } From d62045c54a4bf4e14b0367af66da6a46fe97f281 Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 23 Oct 2021 19:03:59 -0400 Subject: [PATCH 100/101] New translations auth.json (Spanish) --- api/locales/es/auth.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/locales/es/auth.json b/api/locales/es/auth.json index 8271c578..1688b457 100644 --- a/api/locales/es/auth.json +++ b/api/locales/es/auth.json @@ -2,15 +2,15 @@ "login": { "INVALID_LOGIN": "E-Mail o teléfono no encontrado", "INVALID_PASSWORD": "Contraseña Incorrecta", - "ACCOUNT_DISABLED": "This account is disabled" + "ACCOUNT_DISABLED": "Está cuenta está desactivada" }, "register": { "REGISTRATION_DISABLED": "El registro de un nuevo usuario no se encuentra habilitado", "INVITE_ONLY": "Tenés que ser invitado para poder registrarte", "EMAIL_INVALID": "Email inválido", - "EMAIL_ALREADY_REGISTERED": "Este E-mail ya está registrado", + "EMAIL_ALREADY_REGISTERED": "Este correo electrónico ya está registrado", "DATE_OF_BIRTH_UNDERAGE": "Necesitas tener {{years}} años o más", - "CONSENT_REQUIRED": "Tenés que aceptar los Términos de Servicio y la Política de Privacidad.", + "CONSENT_REQUIRED": "Tienes que aceptar los Términos de Servicio y la Política de Privacidad.", "USERNAME_TOO_MANY_USERS": "Demasiados usuarios tienen este nombre de usuario, por favor intente con otro" } } From 81f352a898497259cf7f6260f6aa1af42d2e536a Mon Sep 17 00:00:00 2001 From: Samuel <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 23 Oct 2021 19:04:00 -0400 Subject: [PATCH 101/101] New translations auth.json (Spanish, Latin America) --- api/locales/es/auth.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/locales/es/auth.json b/api/locales/es/auth.json index 1688b457..b7f96f80 100644 --- a/api/locales/es/auth.json +++ b/api/locales/es/auth.json @@ -2,15 +2,15 @@ "login": { "INVALID_LOGIN": "E-Mail o teléfono no encontrado", "INVALID_PASSWORD": "Contraseña Incorrecta", - "ACCOUNT_DISABLED": "Está cuenta está desactivada" + "ACCOUNT_DISABLED": "Esta cuenta está desactivada" }, "register": { "REGISTRATION_DISABLED": "El registro de un nuevo usuario no se encuentra habilitado", "INVITE_ONLY": "Tenés que ser invitado para poder registrarte", "EMAIL_INVALID": "Email inválido", - "EMAIL_ALREADY_REGISTERED": "Este correo electrónico ya está registrado", - "DATE_OF_BIRTH_UNDERAGE": "Necesitas tener {{years}} años o más", - "CONSENT_REQUIRED": "Tienes que aceptar los Términos de Servicio y la Política de Privacidad.", - "USERNAME_TOO_MANY_USERS": "Demasiados usuarios tienen este nombre de usuario, por favor intente con otro" + "EMAIL_ALREADY_REGISTERED": "Este E-mail ya está registrado", + "DATE_OF_BIRTH_UNDERAGE": "Necesitás tener {{years}} años o más", + "CONSENT_REQUIRED": "Tenés que aceptar los Términos de Servicio y la Política de Privacidad.", + "USERNAME_TOO_MANY_USERS": "Demasiados usuarios tienen este nombre de usuario, por favor intentá con otro" } }