From c8f5afd18b0413c67cb36f738d55fc05aa2c881a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:26 +0200 Subject: [PATCH 01/38] Update source file auth.json --- locales/en/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en/auth.json b/locales/en/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/en/auth.json +++ b/locales/en/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 1f361f4dac593683c703b5913350c4995d0d4714 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:26 +0200 Subject: [PATCH 02/38] Update source file common.json --- locales/en/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/en/common.json b/locales/en/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/en/common.json +++ b/locales/en/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 d96239bf9306b936c0390f4ee2dcf3053f5ba3fb Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:30 +0200 Subject: [PATCH 03/38] New translations auth.json (Turkish) --- locales/tr/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/tr/auth.json b/locales/tr/auth.json index 025a3876..0b2693b7 100644 --- a/locales/tr/auth.json +++ b/locales/tr/auth.json @@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "E-Mail or Phone not found", - "INVALID_PASSWORD": "Invalid Password" + "INVALID_LOGIN": "Eposta veya Telefon Numarası bulunamadı", + "INVALID_PASSWORD": "Geçersiz Şifre" }, "register": { - "REGISTRATION_DISABLED": "New user registration is disabled", - "INVITE_ONLY": "You must be invited to register", - "EMAIL_INVALID": "Invalid Email", - "EMAIL_ALREADY_REGISTERED": "Email is already registered", - "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", - "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + "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ı", + "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.", + "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 dc86c61cbbb520bd424b23398f81c82fce33d9a5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:35 +0200 Subject: [PATCH 04/38] New translations auth.json (Portuguese) --- locales/pt/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pt/auth.json b/locales/pt/auth.json index bd2df2d9..455b7eda 100644 --- a/locales/pt/auth.json +++ b/locales/pt/auth.json @@ -6,7 +6,7 @@ "register": { "REGISTRATION_DISABLED": "Registro de novos usuários está desativado", "INVITE_ONLY": "Você deve ser convidado para registrar", - "EMAIL_INVALID": "E-mail inválido", + "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "E-mail já está registrado", "DATE_OF_BIRTH_UNDERAGE": "Você precisa ter {{years}} anos ou mais", "CONSENT_REQUIRED": "Você precisa aceitar os Termos de Serviço e a Política de Privacidade.", From a7235512a5bf1bf680d830807be1eb9d346ec429 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:36 +0200 Subject: [PATCH 05/38] New translations common.json (Portuguese) --- locales/pt/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pt/common.json b/locales/pt/common.json index 9773ffd0..2a9b7c3f 100644 --- a/locales/pt/common.json +++ b/locales/pt/common.json @@ -3,13 +3,13 @@ "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 bigint", + "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": "Key desconhecida: {{key}}", + "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", From 69576266c9836be864eb6a0e01bd7fc18fb5d9b7 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:38 +0200 Subject: [PATCH 06/38] New translations auth.json (Serbian (Cyrillic)) --- locales/sr/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/sr/auth.json b/locales/sr/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/sr/auth.json +++ b/locales/sr/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 c3e9532638f18a3dbb4f6605d0967d479cf1bb04 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:39 +0200 Subject: [PATCH 07/38] New translations common.json (Serbian (Cyrillic)) --- locales/sr/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/sr/common.json b/locales/sr/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/sr/common.json +++ b/locales/sr/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 dc0166c17323ca4b06015ebcf3eb0086fa0ef835 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:42 +0200 Subject: [PATCH 08/38] New translations common.json (Turkish) --- locales/tr/common.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/locales/tr/common.json b/locales/tr/common.json index 7a0254fc..b113453e 100644 --- a/locales/tr/common.json +++ b/locales/tr/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 a object", - "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", - "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", - "DATE_TYPE_PARSE": "Could not parse {{date}}. Should be ISO8601", - "BASE_TYPE_BAD_LENGTH": "Must be between {{length}} in length" + "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 From 8c59c08ca369e8c4cf1adc409e3978620a8524ee Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:43 +0200 Subject: [PATCH 09/38] New translations auth.json (Korean) --- locales/ko/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ko/auth.json b/locales/ko/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/ko/auth.json +++ b/locales/ko/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 c2f8766ddba815f61fd3c555a284188ef5555b2f Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:44 +0200 Subject: [PATCH 10/38] New translations auth.json (Portuguese, Brazilian) --- locales/pt/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pt/auth.json b/locales/pt/auth.json index 455b7eda..bd2df2d9 100644 --- a/locales/pt/auth.json +++ b/locales/pt/auth.json @@ -6,7 +6,7 @@ "register": { "REGISTRATION_DISABLED": "Registro de novos usuários está desativado", "INVITE_ONLY": "Você deve ser convidado para registrar", - "EMAIL_INVALID": "Invalid Email", + "EMAIL_INVALID": "E-mail inválido", "EMAIL_ALREADY_REGISTERED": "E-mail já está registrado", "DATE_OF_BIRTH_UNDERAGE": "Você precisa ter {{years}} anos ou mais", "CONSENT_REQUIRED": "Você precisa aceitar os Termos de Serviço e a Política de Privacidade.", From 763358fd1537875ad93969c2a7b6866c82583033 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:44 +0200 Subject: [PATCH 11/38] New translations auth.json (Urdu (India)) --- locales/ur/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ur/auth.json b/locales/ur/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/ur/auth.json +++ b/locales/ur/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 c11b93e92bd3940c5c6083d0642ea3d9cbdfdaeb Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:45 +0200 Subject: [PATCH 12/38] New translations common.json (Hindi) --- locales/hi/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/hi/common.json b/locales/hi/common.json index 82202802..9c73f808 100644 --- a/locales/hi/common.json +++ b/locales/hi/common.json @@ -11,7 +11,7 @@ "BASE_TYPE_ARRAY": "यह फ़ील्ड एक ऐरे होनी चाहिए", "UNKOWN_FIELD": "अज्ञात कुंजी: [[key]]", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 57e815eb0a74c7bdb1c2b9e996156b744dc0bb30 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:47 +0200 Subject: [PATCH 13/38] New translations common.json (Indonesian) --- locales/id/common.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/locales/id/common.json b/locales/id/common.json index 90592086..a565e3dc 100644 --- a/locales/id/common.json +++ b/locales/id/common.json @@ -1,18 +1,18 @@ { "field": { - "BASE_TYPE_REQUIRED": "Bagian ini diperlukan", - "BASE_TYPE_STRING": "Bagian ini harus diisi string", - "BASE_TYPE_NUMBER": "Bagian ini harus diisi angka", - "BASE_TYPE_BIGINT": "Bagian ini harus diisi biging", - "BASE_TYPE_BOOLEAN": "Bagian ini harus diisi boolean", - "BASE_TYPE_CHOICES": "Bagian ini harus diisi salah satu dari ({{types}})", - "BASE_TYPE_CLASS": "Bagian ini harus diisi contoh {{type}}", - "BASE_TYPE_OBJECT": "Bagian ini harus diisi objek", - "BASE_TYPE_ARRAY": "Bagian ini harus diisi array", - "UNKOWN_FIELD": "Key tidak diketahui: {{key}}", - "BASE_TYPE_CONSTANT": "Kolom ini harus diisi {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Format email salah", - "DATE_TYPE_PARSE": "Tidak bisa mengolah {{date}}. Harus dalam format ISO8601", - "BASE_TYPE_BAD_LENGTH": "Panjang harus diantara {{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" } -} +} \ No newline at end of file From 4ee5c107493b1bbed9fd115e372716ecaad190b3 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:48 +0200 Subject: [PATCH 14/38] New translations auth.json (Indonesian) --- locales/id/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/id/auth.json b/locales/id/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/id/auth.json +++ b/locales/id/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 a9b02b222726853e57f135ebbbb907edfc5e652c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:49 +0200 Subject: [PATCH 15/38] New translations common.json (Portuguese, Brazilian) --- locales/pt/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pt/common.json b/locales/pt/common.json index 2a9b7c3f..9773ffd0 100644 --- a/locales/pt/common.json +++ b/locales/pt/common.json @@ -3,13 +3,13 @@ "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_BIGINT": "Este campo deve ser um bigint", "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}}", + "UNKOWN_FIELD": "Key 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", From 98decce72cc066829d318ede6b845cd9dc25fcd6 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:50 +0200 Subject: [PATCH 16/38] New translations common.json (Vietnamese) --- locales/vi/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/vi/common.json b/locales/vi/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/vi/common.json +++ b/locales/vi/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 4aec8e693bd8a109b28cd597664b4f6c00e08b0b Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:51 +0200 Subject: [PATCH 17/38] New translations auth.json (Vietnamese) --- locales/vi/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/vi/auth.json b/locales/vi/auth.json index 00a8b0cc..acc678cf 100644 --- a/locales/vi/auth.json +++ b/locales/vi/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Email không hợp lệ", "EMAIL_ALREADY_REGISTERED": "Email đã tồn tại", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", "USERNAME_TOO_MANY_USERS": "Quá nhiều tài khoản trùng với username bạn chọn, xin vui lòng chọn username khác" } } From eae8ea6952adc1f6fb42c7a6848ed80bb4d24347 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:52 +0200 Subject: [PATCH 18/38] New translations common.json (Chinese Traditional) --- locales/zh/common.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/locales/zh/common.json b/locales/zh/common.json index a9e8532e..d8812095 100644 --- a/locales/zh/common.json +++ b/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": "此區域為必填項", + "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 From 5f38e15f3875b5a40a0de78835b290f1d9f157db Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:53 +0200 Subject: [PATCH 19/38] New translations auth.json (Chinese Traditional) --- locales/zh/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/zh/auth.json b/locales/zh/auth.json index db5f1eb4..aa3d1028 100644 --- a/locales/zh/auth.json +++ b/locales/zh/auth.json @@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "找不到电子邮件或电话", - "INVALID_PASSWORD": "无效密码" + "INVALID_LOGIN": "找不到電子郵件或電話", + "INVALID_PASSWORD": "無效的密碼" }, "register": { - "REGISTRATION_DISABLED": "新用户注册已禁用", - "INVITE_ONLY": "您必须被邀请注册", - "EMAIL_INVALID": "Invalid Email", - "EMAIL_ALREADY_REGISTERED": "电子邮件已注册", - "DATE_OF_BIRTH_UNDERAGE": "您需要有 {{years}} 岁以上", - "CONSENT_REQUIRED": "您必须同意服务条款和隐私政策。", - "USERNAME_TOO_MANY_USERS": "用户名太多,请尝试另一个" + "REGISTRATION_DISABLED": "新用戶註冊已禁用", + "INVITE_ONLY": "必須邀請您才能註冊", + "EMAIL_INVALID": "無效電子郵件", + "EMAIL_ALREADY_REGISTERED": "該電郵地址已註冊", + "DATE_OF_BIRTH_UNDERAGE": "您必須年滿 {{years}} 歲", + "CONSENT_REQUIRED": "您必須同意服務條款和隱私政策。", + "USERNAME_TOO_MANY_USERS": "此用戶名太多,請嘗試使用其他用戶名" } } From 9c652cd64d689ccdf31aaddf44d116eeafddae1e Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:54 +0200 Subject: [PATCH 20/38] New translations common.json (Chinese Simplified) --- locales/zh/common.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/locales/zh/common.json b/locales/zh/common.json index d8812095..a9e8532e 100644 --- a/locales/zh/common.json +++ b/locales/zh/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}} 之間" + "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 From 4a24c9e6362bc2ee1084b95bf60d235016bc01f5 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:55 +0200 Subject: [PATCH 21/38] New translations auth.json (Chinese Simplified) --- locales/zh/auth.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/zh/auth.json b/locales/zh/auth.json index aa3d1028..db5f1eb4 100644 --- a/locales/zh/auth.json +++ b/locales/zh/auth.json @@ -1,15 +1,15 @@ { "login": { - "INVALID_LOGIN": "找不到電子郵件或電話", - "INVALID_PASSWORD": "無效的密碼" + "INVALID_LOGIN": "找不到电子邮件或电话", + "INVALID_PASSWORD": "无效密码" }, "register": { - "REGISTRATION_DISABLED": "新用戶註冊已禁用", - "INVITE_ONLY": "必須邀請您才能註冊", - "EMAIL_INVALID": "無效電子郵件", - "EMAIL_ALREADY_REGISTERED": "該電郵地址已註冊", - "DATE_OF_BIRTH_UNDERAGE": "您必須年滿 {{years}} 歲", - "CONSENT_REQUIRED": "您必須同意服務條款和隱私政策。", - "USERNAME_TOO_MANY_USERS": "此用戶名太多,請嘗試使用其他用戶名" + "REGISTRATION_DISABLED": "新用户注册已禁用", + "INVITE_ONLY": "您必须被邀请注册", + "EMAIL_INVALID": "Invalid Email", + "EMAIL_ALREADY_REGISTERED": "电子邮件已注册", + "DATE_OF_BIRTH_UNDERAGE": "您需要有 {{years}} 岁以上", + "CONSENT_REQUIRED": "您必须同意服务条款和隐私政策。", + "USERNAME_TOO_MANY_USERS": "用户名太多,请尝试另一个" } } From 1e56a013673e2b302351755faa1fb95f0db63508 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:57 +0200 Subject: [PATCH 22/38] New translations common.json (Korean) --- locales/ko/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/ko/common.json b/locales/ko/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/ko/common.json +++ b/locales/ko/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 8c09b4273da0167aebad507474ab17760e693c6a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:59 +0200 Subject: [PATCH 23/38] New translations common.json (Afrikaans) --- locales/af/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/af/common.json b/locales/af/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/af/common.json +++ b/locales/af/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 169e62ed77d239c78709de5ecc84fe21d37015b1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:39:04 +0200 Subject: [PATCH 24/38] New translations auth.json (Afrikaans) --- locales/af/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/af/auth.json b/locales/af/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/af/auth.json +++ b/locales/af/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 68c9e04397fde052a9135d48b57c901d2f55dd8a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:39:05 +0200 Subject: [PATCH 25/38] New translations common.json (Catalan) --- locales/ca/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/ca/common.json b/locales/ca/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/ca/common.json +++ b/locales/ca/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 90c1f6ef5797fdc907d971c15a18c7337fd2e61a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:39:10 +0200 Subject: [PATCH 26/38] New translations auth.json (Catalan) --- locales/ca/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ca/auth.json b/locales/ca/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/ca/auth.json +++ b/locales/ca/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 9b2a6ba13eceff3a8c97885c9b920bc9b30cd476 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:39:14 +0200 Subject: [PATCH 27/38] New translations common.json (Hungarian) --- locales/hu/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/hu/common.json b/locales/hu/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/hu/common.json +++ b/locales/hu/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 ce19649a1452aaf360f5950775e8ed63d0df1b15 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:39:15 +0200 Subject: [PATCH 28/38] New translations auth.json (Hungarian) --- locales/hu/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/hu/auth.json b/locales/hu/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/hu/auth.json +++ b/locales/hu/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 a96f9c583e02145967acc35c955d323b671ef1d3 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:39:16 +0200 Subject: [PATCH 29/38] New translations common.json (Hebrew) --- locales/he/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/he/common.json b/locales/he/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/he/common.json +++ b/locales/he/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 f1314bd11488f5460bc58091cb9abe2499957e99 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:39:17 +0200 Subject: [PATCH 30/38] New translations auth.json (Hebrew) --- locales/he/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/he/auth.json b/locales/he/auth.json index 025a3876..bcf6fca5 100644 --- a/locales/he/auth.json +++ b/locales/he/auth.json @@ -9,7 +9,7 @@ "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "Email is already registered", "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", - "CONSENT_REQUIRED": "You must agree to Terms of Service and Privacy Policy.", + "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 cbb7a39e3499c95f623653be002eed57133a717a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:39:23 +0200 Subject: [PATCH 31/38] New translations common.json (Urdu (India)) --- locales/ur/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/ur/common.json b/locales/ur/common.json index 7a0254fc..a565e3dc 100644 --- a/locales/ur/common.json +++ b/locales/ur/common.json @@ -7,11 +7,11 @@ "BASE_TYPE_BOOLEAN": "This field must be a boolean", "BASE_TYPE_CHOICES": "This field must be one of ({{types}})", "BASE_TYPE_CLASS": "This field must be an instance of {{type}}", - "BASE_TYPE_OBJECT": "This field must be a object", + "BASE_TYPE_OBJECT": "This field must be an object", "BASE_TYPE_ARRAY": "This field must be an array", - "UNKOWN_FIELD": "Unkown key: {{key}}", + "UNKOWN_FIELD": "Unknown key: {{key}}", "BASE_TYPE_CONSTANT": "This field must be {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "Not a well formed email address", + "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 b7b822316dd0fedbb5f7284505d1942c3ab4d0a8 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 30 May 2021 18:43:34 +0200 Subject: [PATCH 32/38] New translations auth.json (Arabic) --- locales/ar/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ar/auth.json b/locales/ar/auth.json index 2713df69..c38c930a 100644 --- a/locales/ar/auth.json +++ b/locales/ar/auth.json @@ -6,7 +6,7 @@ "register": { "REGISTRATION_DISABLED": "تم تعطيل تسجيل المستخدم الجديد", "INVITE_ONLY": "يجب دعوتك للتسجيل", - "EMAIL_INVALID": "Invalid Email", + "EMAIL_INVALID": "البريد الإلكتروني خاطئ", "EMAIL_ALREADY_REGISTERED": "البريد الإلكتروني مسجل بالفعل", "DATE_OF_BIRTH_UNDERAGE": "يجب أن تكون {{years}} سنة أو أكثر", "CONSENT_REQUIRED": "يجب أن توافق على شروط الخدمة وسياسة الخصوصية.", From 3ccf5981740948454fa9cf18bbb3d7fd24d7417a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 30 May 2021 18:43:35 +0200 Subject: [PATCH 33/38] New translations common.json (Arabic) --- locales/ar/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ar/common.json b/locales/ar/common.json index 3e80f65d..e941bf54 100644 --- a/locales/ar/common.json +++ b/locales/ar/common.json @@ -1,7 +1,7 @@ { "field": { "BASE_TYPE_REQUIRED": "هذا الحقل مطلوب", - "BASE_TYPE_STRING": "يجب أن يكون هذا الحقل سلسلة", + "BASE_TYPE_STRING": "يجب أن يكون هذا الحقل سلسلة من الأحرف", "BASE_TYPE_NUMBER": "يجب أن يكون هذا الحقل رقم", "BASE_TYPE_BIGINT": "يجب أن يكون هذا الحقل أكبر", "BASE_TYPE_BOOLEAN": "يجب أن يكون هذا الحقل منطقيا", @@ -11,7 +11,7 @@ "BASE_TYPE_ARRAY": "يجب أن يكون هذا الحقل مصفوفة", "UNKOWN_FIELD": "مفتاح غير معروف: {{key}}", "BASE_TYPE_CONSTANT": "يجب أن يكون هذا الحقل {{value}}", - "EMAIL_TYPE_INVALID_EMAIL": "ليس عنوان بريد إلكتروني جيد التشكيل", + "EMAIL_TYPE_INVALID_EMAIL": "عنوان البريد الإلكتروني ليس مشكّل جيدا", "DATE_TYPE_PARSE": "لا يمكن تحليل {{date}}. يجب أن يكون ISO8601", "BASE_TYPE_BAD_LENGTH": "يجب أن يكون بين {{length}} في الطول" } From 761633e1195d5a3104ccc6fc3ed73d0f3343dcbf Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 7 Jun 2021 17:56:59 +0200 Subject: [PATCH 34/38] New translations common.json (Portuguese) --- locales/pt/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/pt/common.json b/locales/pt/common.json index 9773ffd0..2a9b7c3f 100644 --- a/locales/pt/common.json +++ b/locales/pt/common.json @@ -3,13 +3,13 @@ "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 bigint", + "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": "Key desconhecida: {{key}}", + "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", From 8bd1dc2ff9ffa796f41edc08c380de060cc84eb1 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 8 Jun 2021 17:56:39 +0200 Subject: [PATCH 35/38] New translations common.json (Portuguese) --- locales/pt/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pt/common.json b/locales/pt/common.json index 2a9b7c3f..6716dea9 100644 --- a/locales/pt/common.json +++ b/locales/pt/common.json @@ -1,6 +1,6 @@ { "field": { - "BASE_TYPE_REQUIRED": "Este campo é obrigatório", + "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", From f18b651dbd8bbf669dd4992084cafffb9452ab5a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 9 Jun 2021 17:52:36 +0200 Subject: [PATCH 36/38] New translations auth.json (Portuguese) --- locales/pt/auth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pt/auth.json b/locales/pt/auth.json index bd2df2d9..455b7eda 100644 --- a/locales/pt/auth.json +++ b/locales/pt/auth.json @@ -6,7 +6,7 @@ "register": { "REGISTRATION_DISABLED": "Registro de novos usuários está desativado", "INVITE_ONLY": "Você deve ser convidado para registrar", - "EMAIL_INVALID": "E-mail inválido", + "EMAIL_INVALID": "Invalid Email", "EMAIL_ALREADY_REGISTERED": "E-mail já está registrado", "DATE_OF_BIRTH_UNDERAGE": "Você precisa ter {{years}} anos ou mais", "CONSENT_REQUIRED": "Você precisa aceitar os Termos de Serviço e a Política de Privacidade.", From 36508c4dc185f0206c5b30efa284daf4db98144d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 19 Jun 2021 13:50:47 +0200 Subject: [PATCH 37/38] New translations auth.json (Lithuanian) --- locales/lt/auth.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/lt/auth.json diff --git a/locales/lt/auth.json b/locales/lt/auth.json new file mode 100644 index 00000000..bcf6fca5 --- /dev/null +++ b/locales/lt/auth.json @@ -0,0 +1,15 @@ +{ + "login": { + "INVALID_LOGIN": "E-Mail or Phone not found", + "INVALID_PASSWORD": "Invalid Password" + }, + "register": { + "REGISTRATION_DISABLED": "New user registration is disabled", + "INVITE_ONLY": "You must be invited to register", + "EMAIL_INVALID": "Invalid Email", + "EMAIL_ALREADY_REGISTERED": "Email is already registered", + "DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older", + "CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.", + "USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another" + } +} From df321dbc04208a33b4283d97dee5b8b43bc91b8f Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 19 Jun 2021 13:50:48 +0200 Subject: [PATCH 38/38] New translations common.json (Lithuanian) --- locales/lt/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 locales/lt/common.json diff --git a/locales/lt/common.json b/locales/lt/common.json new file mode 100644 index 00000000..a565e3dc --- /dev/null +++ b/locales/lt/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" + } +} \ No newline at end of file