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" } } 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" } 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": "يجب أن توافق على شروط الخدمة وسياسة الخصوصية.", 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}} في الطول" } 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" } } 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" } 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" } } 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" } 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" } } 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" } 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" } 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" } } 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" } 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" } } 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 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" } } 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" } 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" + } +} 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 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.", diff --git a/locales/pt/common.json b/locales/pt/common.json index 9773ffd0..6716dea9 100644 --- a/locales/pt/common.json +++ b/locales/pt/common.json @@ -1,15 +1,15 @@ { "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 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", 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" } } 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" } 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" } } 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 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" } } 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" } 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" } } 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" }