diff --git a/lang/en/passwords.php b/lang/en/passwords.php index 2345a56b5..8df100b32 100644 --- a/lang/en/passwords.php +++ b/lang/en/passwords.php @@ -15,6 +15,7 @@ 'reset' => 'Your password has been reset!', 'sent' => 'We have emailed your password reset link!', + 'password' => 'The password and confirmation must match and contain at least six characters.', 'throttled' => 'Please wait before retrying.', 'token' => 'This password reset token is invalid.', 'user' => "We can't find a user with that email address.", diff --git a/lang/en/validation.php b/lang/en/validation.php index 4f8f72621..c05ff40f1 100644 --- a/lang/en/validation.php +++ b/lang/en/validation.php @@ -180,6 +180,51 @@ | */ - 'attributes' => [], - + 'attributes' => [ + 'address' => 'address', + 'age' => 'age', + 'body' => 'content', + 'cell' => 'cell', + 'city' => 'city', + 'country' => 'country', + 'date' => 'date', + 'day' => 'day', + 'excerpt' => 'summary', + 'first_name' => 'first name', + 'gender' => 'gender', + 'marital_status' => 'marital status', + 'profession' => 'profession', + 'nationality' => 'nationality', + 'hour' => 'hour', + 'last_name' => 'last name', + 'message' => 'message', + 'minute' => 'minute', + 'mobile' => 'mobile', + 'month' => 'month', + 'name' => 'name', + 'zipcode' => 'zipcode', + 'company_name' => 'company name', + 'neighborhood' => 'neighborhood', + 'number' => 'number', + 'password' => 'password', + 'phone' => 'phone', + 'second' => 'second', + 'sex' => 'sex', + 'state' => 'state', + 'street' => 'street', + 'subject' => 'subject', + 'text' => 'text', + 'time' => 'time', + 'title' => 'title', + 'username' => 'username', + 'year' => 'year', + 'description' => 'description', + 'password_confirmation' => 'password confirmation', + 'current_password' => 'current password', + 'complement' => 'complement', + 'modality' => 'modality', + 'category' => 'category', + 'blood_type' => 'blood type', + 'birth_date' => 'birth date', + ], ]; diff --git a/lang/pt_BR/passwords.php b/lang/pt_BR/passwords.php index 9ea94b7e2..b49c439f8 100644 --- a/lang/pt_BR/passwords.php +++ b/lang/pt_BR/passwords.php @@ -13,9 +13,9 @@ | */ - 'password' => 'A senha e a confirmação devem combinar e possuir pelo menos seis caracteres.', 'reset' => 'Sua senha foi redefinida!', 'sent' => 'Enviamos seu link de redefinição de senha por e-mail!', + 'password' => 'A senha e a confirmação devem combinar e possuir pelo menos seis caracteres.', 'throttled' => 'Aguarde antes de tentar novamente.', 'token' => 'Este token de redefinição de senha é inválido.', 'user' => 'Não encontramos um usuário com esse endereço de e-mail.', diff --git a/lang/pt_BR/validation.php b/lang/pt_BR/validation.php index b6c0c47a4..e11c1bee1 100644 --- a/lang/pt_BR/validation.php +++ b/lang/pt_BR/validation.php @@ -22,6 +22,7 @@ 'alpha_dash' => 'O campo :attribute só pode conter letras, números e traços.', 'alpha_num' => 'O campo :attribute só pode conter letras e números.', 'array' => 'O campo :attribute deve ser uma matriz.', + 'ascii' => 'The :attribute field must only contain single-byte alphanumeric characters and symbols.', // TODO 'before' => 'O campo :attribute deve ser uma data anterior :date.', 'before_or_equal' => 'O campo :attribute deve ser uma data anterior ou igual a :date.', 'between' => [ @@ -31,11 +32,13 @@ 'array' => 'O campo :attribute deve ter entre :min e :max itens.', ], 'boolean' => 'O campo :attribute deve ser verdadeiro ou falso.', + 'can' => 'The :attribute field contains an unauthorized value.', // TODO 'confirmed' => 'O campo :attribute de confirmação não confere.', 'current_password' => 'A senha está incorreta.', 'date' => 'O campo :attribute não é uma data válida.', 'date_equals' => 'O campo :attribute deve ser uma data igual a :date.', 'date_format' => 'O campo :attribute não corresponde ao formato :format.', + 'decimal' => 'The :attribute field must have :decimal decimal places.', // TODO 'declined' => 'O :attribute deve ser recusado.', 'declined_if' => 'O :attribute deve ser recusado quando :other for :value.', 'different' => 'Os campos :attribute e :other devem ser diferentes.', @@ -71,6 +74,7 @@ 'ipv4' => 'O campo :attribute deve ser um endereço IPv4 válido.', 'ipv6' => 'O campo :attribute deve ser um endereço IPv6 válido.', 'json' => 'O campo :attribute deve ser uma string JSON válida.', + 'lowercase' => 'The :attribute field must be lowercase.', // TODO 'lt' => [ 'numeric' => 'O campo :attribute deve ser menor que :value.', 'file' => 'O campo :attribute deve ser menor que :value kilobytes.', @@ -83,6 +87,7 @@ 'string' => 'O campo :attribute deve ser menor ou igual a :value caracteres.', 'array' => 'O campo :attribute não deve conter mais que :value itens.', ], + 'mac_address' => 'The :attribute field must be a valid MAC address.', // TODO 'max' => [ 'numeric' => 'O campo :attribute não pode ser superior a :max.', 'file' => 'O campo :attribute não pode ser superior a :max kilobytes.', @@ -98,10 +103,14 @@ 'string' => 'O campo :attribute deve ter pelo menos :min caracteres.', 'array' => 'O campo :attribute deve ter pelo menos :min itens.', ], - 'missing_with' => 'O campo :attribute não deve estar presente quando houver :values.', 'min_digits' => 'O campo :attribute deve ter pelo menos :min dígitos', - 'not_in' => 'O campo :attribute selecionado é inválido.', + 'missing' => 'The :attribute field must be missing.', // TODO + 'missing_if' => 'The :attribute field must be missing when :other is :value.', // TODO + 'missing_unless' => 'The :attribute field must be missing unless :other is :value.', // TODO + 'missing_with' => 'O campo :attribute não deve estar presente quando houver :values.', + 'missing_with_all' => 'The :attribute field must be missing when :values are present.', // TODO 'multiple_of' => 'O campo :attribute deve ser um múltiplo de :value.', + 'not_in' => 'O campo :attribute selecionado é inválido.', 'not_regex' => 'O campo :attribute possui um formato inválido.', 'numeric' => 'O campo :attribute deve ser um número.', 'password' => [ @@ -112,19 +121,20 @@ 'uncompromised' => 'A senha que você inseriu em :attribute está em um vazamento de dados. Por favor escolha uma senha diferente.', ], 'present' => 'O campo :attribute deve estar presente.', + 'prohibited' => 'O campo :attribute é proibido.', + 'prohibited_if' => 'O campo :attribute é proibido quando :other for :value.', + 'prohibited_unless' => 'O campo :attribute é proibido exceto quando :other for :values.', + 'prohibits' => 'O campo :attribute proíbe :other de estar presente.', 'regex' => 'O campo :attribute tem um formato inválido.', 'required' => 'O campo :attribute é obrigatório.', 'required_array_keys' => 'O campo :attribute deve conter entradas para: :values.', 'required_if' => 'O campo :attribute é obrigatório quando :other for :value.', + 'required_if_accepted' => 'The :attribute field is required when :other is accepted.', // TODO 'required_unless' => 'O campo :attribute é obrigatório exceto quando :other for :values.', 'required_with' => 'O campo :attribute é obrigatório quando :values está presente.', 'required_with_all' => 'O campo :attribute é obrigatório quando :values está presente.', 'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.', 'required_without_all' => 'O campo :attribute é obrigatório quando nenhum dos :values estão presentes.', - 'prohibited' => 'O campo :attribute é proibido.', - 'prohibited_if' => 'O campo :attribute é proibido quando :other for :value.', - 'prohibited_unless' => 'O campo :attribute é proibido exceto quando :other for :values.', - 'prohibits' => 'O campo :attribute proíbe :other de estar presente.', 'same' => 'Os campos :attribute e :other devem corresponder.', 'size' => [ 'numeric' => 'O campo :attribute deve ser :size.', @@ -137,7 +147,9 @@ 'timezone' => 'O campo :attribute deve ser uma zona válida.', 'unique' => 'O campo :attribute já está sendo utilizado.', 'uploaded' => 'Ocorreu uma falha no upload do campo :attribute.', + 'uppercase' => 'The :attribute field must be uppercase.', // TODO 'url' => 'O campo :attribute tem um formato inválido.', + 'ulid' => 'The :attribute field must be a valid ULID.', // TODO 'uuid' => 'O campo :attribute deve ser um UUID válido.', /* diff --git a/lang/tr_TR/auth.php b/lang/tr_TR/auth.php new file mode 100644 index 000000000..273c94fee --- /dev/null +++ b/lang/tr_TR/auth.php @@ -0,0 +1,20 @@ + 'Bu bilgiler kayıtlarımızla uyuşmuyor.', + 'password' => 'Sağlanan şifre yanlış.', + 'throttle' => 'Çok fazla giriş denemesi. Lütfen :seconds saniye içinde tekrar deneyin.', + +]; diff --git a/lang/tr_TR/pagination.php b/lang/tr_TR/pagination.php new file mode 100644 index 000000000..8c760579e --- /dev/null +++ b/lang/tr_TR/pagination.php @@ -0,0 +1,19 @@ + '« Önceki', + 'next' => 'Sonraki »', + +]; diff --git a/lang/tr_TR/passwords.php b/lang/tr_TR/passwords.php new file mode 100644 index 000000000..a6563d39c --- /dev/null +++ b/lang/tr_TR/passwords.php @@ -0,0 +1,23 @@ + 'Parolanız sıfırlandı!', + 'sent' => 'Parola sıfırlama bağlantınızı e-postayla gönderdik!', + 'password' => 'Şifre ve onay aynı olmalı ve en az altı karakter uzunluğunda olmalıdır.', + 'throttled' => 'Tekrar denemeden önce lütfen bekleyin.', + 'token' => 'Bu parola sıfırlama anahtarı geçersiz.', + 'user' => 'Bu e-posta adresine sahip bir kullanıcı bulamadık.', + +]; diff --git a/lang/tr_TR/validation.php b/lang/tr_TR/validation.php new file mode 100644 index 000000000..92ff01c14 --- /dev/null +++ b/lang/tr_TR/validation.php @@ -0,0 +1,230 @@ + ':attribute alanı kabul edilmelidir.', + 'accepted_if' => ':attribute alanı, :other değeri :value olduğunda kabul edilmelidir.', + 'active_url' => ':attribute alanı geçerli bir URL olmalıdır.', + 'after' => ':attribute alanı :date değerinden sonraki bir tarih olmalıdır.', + 'after_or_equal' => ':attribute alanı :date tarihinden sonra veya ona eşit bir tarih olmalıdır.', + 'alpha' => ':attribute alanı yalnızca harf içermelidir.', + 'alpha_dash' => ':attribute alanı yalnızca harf, rakam, tire(-) ve alt çizgi(_) içermelidir.', + 'alpha_num' => ':attribute alanı yalnızca harf ve rakamlardan oluşmalıdır.', + 'array' => ':attribute alanı bir dizi olmalıdır.', + 'ascii' => ':attribute alanı yalnızca tek baytlık alfanümerik karakterler ve semboller içermelidir.', + 'before' => ':attribute alanı :date değerinden önceki bir tarih olmalıdır.', + 'before_or_equal' => ':attribute alanı :date tarihinden önce veya ona eşit bir tarih olmalıdır.', + 'between' => [ + 'array' => ':attribute :min ile :max öğe arasında olmalıdır.', + 'file' => ':attribute :min ile :max kilobayt arasında olmalıdır.', + 'numeric' => ':attribute :min ile :max arasında olmalıdır.', + 'string' => ':attribute :min ile :max karakter arasında olmalıdır.', + ], + 'boolean' => ':attribute alanı doğru veya yanlış olmalıdır.', + 'can' => ':attribute alanı yetkisiz bir değer içeriyor.', + 'confirmed' => ':attribute doğrulaması eşleşmiyor.', + 'current_password' => 'Şifre yanlış.', + 'date' => ':attribute geçerli bir tarih olmalıdır.', + 'date_equals' => ':attribute :date tarihine eşit bir tarih olmalıdır.', + 'date_format' => ':attribute :format formatıyla eşleşmelidir.', + 'decimal' => ':attribute :decimal ondalık basamak içermelidir.', + 'declined' => ':attribute reddedilmelidir.', + 'declined_if' => ':attribute, :other :value olduğunda reddedilmelidir.', + 'different' => ':attribute ve :other farklı olmalıdır.', + 'digits' => ':attribute :digits basamaklı olmalıdır.', + 'digits_between' => ':attribute :min ile :max basamak arasında olmalıdır.', + 'dimensions' => ':attribute geçersiz resim boyutlarına sahiptir.', + 'distinct' => ':attribute alanında yinelenen bir değer var.', + 'doesnt_end_with' => ':attribute şu değerlerden biriyle bitmemelidir: :values.', + 'doesnt_start_with' => ':attribute şu değerlerden biriyle başlamamalıdır: :values.', + 'email' => ':attribute geçerli bir e-posta adresi olmalıdır.', + 'ends_with' => ':attribute şu değerlerden biriyle bitmelidir: :values.', + 'enum' => 'Seçilen :attribute geçersiz.', + 'exists' => 'Seçilen :attribute geçersiz.', + 'file' => ':attribute bir dosya olmalıdır.', + 'filled' => ':attribute bir değer içermelidir.', + 'gt' => [ + 'array' => ':attribute :value öğeden fazla olmalıdır.', + 'file' => ':attribute :value kilobayttan büyük olmalıdır.', + 'numeric' => ':attribute :value değerinden büyük olmalıdır.', + 'string' => ':attribute :value karakterden uzun olmalıdır.', + ], + 'gte' => [ + 'array' => ':attribute :value veya daha fazla öğe içermelidir.', + 'file' => ':attribute :value kilobayt veya daha büyük olmalıdır.', + 'numeric' => ':attribute :value değerine eşit veya daha büyük olmalıdır.', + 'string' => ':attribute :value karakter veya daha fazla olmalıdır.', + ], + 'image' => ':attribute bir resim olmalıdır.', + 'in' => 'Seçilen :attribute geçersiz.', + 'in_array' => ':attribute, :other içinde mevcut olmalıdır.', + 'integer' => ':attribute bir tam sayı olmalıdır.', + 'ip' => ':attribute geçerli bir IP adresi olmalıdır.', + 'ipv4' => ':attribute geçerli bir IPv4 adresi olmalıdır.', + 'ipv6' => ':attribute geçerli bir IPv6 adresi olmalıdır.', + 'json' => ':attribute geçerli bir JSON metni olmalıdır.', + 'lowercase' => ':attribute küçük harflerden oluşmalıdır.', + 'lt' => [ + 'array' => ':attribute :value öğeden az olmalıdır.', + 'file' => ':attribute :value kilobayttan küçük olmalıdır.', + 'numeric' => ':attribute :value değerinden küçük olmalıdır.', + 'string' => ':attribute :value karakterden kısa olmalıdır.', + ], + 'lte' => [ + 'array' => ':attribute :value öğeden fazla olmamalıdır.', + 'file' => ':attribute :value kilobayt veya daha az olmalıdır.', + 'numeric' => ':attribute :value değerine eşit veya daha küçük olmalıdır.', + 'string' => ':attribute :value karakter veya daha az olmalıdır.', + ], + 'mac_address' => ':attribute geçerli bir MAC adresi olmalıdır.', + 'max' => [ + 'array' => ':attribute :max öğeden fazla olmamalıdır.', + 'file' => ':attribute :max kilobayttan büyük olmamalıdır.', + 'numeric' => ':attribute :max değerinden büyük olmamalıdır.', + 'string' => ':attribute :max karakterden uzun olmamalıdır.', + ], + 'max_digits' => ':attribute :max basamaktan fazla olmamalıdır.', + 'mimes' => ':attribute şu türde bir dosya olmalıdır: :values.', + 'mimetypes' => ':attribute şu türde bir dosya olmalıdır: :values.', + 'min' => [ + 'array' => ':attribute en az :min öğe içermelidir.', + 'file' => ':attribute en az :min kilobayt olmalıdır.', + 'numeric' => ':attribute en az :min olmalıdır.', + 'string' => ':attribute en az :min karakter olmalıdır.', + ], + 'min_digits' => ':attribute en az :min basamak içermelidir.', + 'missing' => ':attribute eksik olmalıdır.', + 'missing_if' => ':attribute, :other :value olduğunda eksik olmalıdır.', + 'missing_unless' => ':attribute, :other :value değilse eksik olmalıdır.', + 'missing_with' => ':attribute, :values mevcut olduğunda eksik olmalıdır.', + 'missing_with_all' => ':attribute, :values mevcut olduğunda eksik olmalıdır.', + 'multiple_of' => ':attribute :value katı olmalıdır.', + 'not_in' => 'Seçilen :attribute geçersiz.', + 'not_regex' => ':attribute formatı geçersiz.', + 'numeric' => ':attribute bir sayı olmalıdır.', + 'password' => [ + 'letters' => ':attribute en az bir harf içermelidir.', + 'mixed' => ':attribute en az bir büyük harf ve bir küçük harf içermelidir.', + 'numbers' => ':attribute en az bir rakam içermelidir.', + 'symbols' => ':attribute en az bir sembol içermelidir.', + 'uncompromised' => 'Verilen :attribute bir veri ihlalinde tespit edilmiştir. Lütfen farklı bir :attribute seçin.', + ], + 'present' => ':attribute mevcut olmalıdır.', + 'prohibited' => ':attribute yasaktır.', + 'prohibited_if' => ':attribute, :other :value olduğunda yasaktır.', + 'prohibited_unless' => ':attribute, :other :values içinde olmadıkça yasaktır.', + 'prohibits' => ':attribute, :other alanının mevcut olmasını yasaklar.', + 'regex' => ':attribute formatı geçersiz.', + 'required' => ':attribute alanı gereklidir.', + 'required_array_keys' => ':attribute şu anahtarları içermelidir: :values.', + 'required_if' => ':attribute, :other :value olduğunda gereklidir.', + 'required_if_accepted' => ':attribute, :other kabul edildiğinde gereklidir.', + 'required_unless' => ':attribute, :other :values içinde olmadıkça gereklidir.', + 'required_with' => ':attribute, :values mevcut olduğunda gereklidir.', + 'required_with_all' => ':attribute, :values mevcut olduğunda gereklidir.', + 'required_without' => ':attribute, :values mevcut değilse gereklidir.', + 'required_without_all' => ':attribute, :values hiçbirisi mevcut değilse gereklidir.', + 'same' => ':attribute, :other ile eşleşmelidir.', + 'size' => [ + 'array' => ':attribute :size öğe içermelidir.', + 'file' => ':attribute :size kilobayt olmalıdır.', + 'numeric' => ':attribute :size olmalıdır.', + 'string' => ':attribute :size karakter olmalıdır.', + ], + 'starts_with' => ':attribute şu değerlerden biriyle başlamalıdır: :values.', + 'string' => ':attribute bir metin olmalıdır.', + 'timezone' => ':attribute geçerli bir zaman dilimi olmalıdır.', + 'unique' => ':attribute zaten alınmış.', + 'uploaded' => ':attribute yüklenemedi.', + 'uppercase' => ':attribute büyük harflerden oluşmalıdır.', + 'url' => ':attribute geçerli bir URL olmalıdır.', + 'ulid' => ':attribute geçerli bir ULID olmalıdır.', + 'uuid' => ':attribute geçerli bir UUID olmalıdır.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. + | + */ + + 'attributes' => [ + 'address' => 'adres', + 'age' => 'yaş', + 'body' => 'içerik', + 'cell' => 'hücre', + 'city' => 'şehir', + 'country' => 'ülke', + 'date' => 'tarih', + 'day' => 'gün', + 'excerpt' => 'özet', + 'first_name' => 'ad', + 'gender' => 'cinsiyet', + 'marital_status' => 'medeni hal', + 'profession' => 'meslek', + 'nationality' => 'uyruk', + 'hour' => 'saat', + 'last_name' => 'soyad', + 'message' => 'mesaj', + 'minute' => 'dakika', + 'mobile' => 'cep telefonu', + 'month' => 'ay', + 'name' => 'isim', + 'zipcode' => 'posta kodu', + 'company_name' => 'şirket adı', + 'neighborhood' => 'mahalle', + 'number' => 'numara', + 'password' => 'şifre', + 'phone' => 'telefon', + 'second' => 'saniye', + 'sex' => 'cinsiyet', + 'state' => 'eyalet', + 'street' => 'sokak', + 'subject' => 'konu', + 'text' => 'metin', + 'time' => 'zaman', + 'title' => 'başlık', + 'username' => 'kullanıcı adı', + 'year' => 'yıl', + 'description' => 'açıklama', + 'password_confirmation' => 'şifre doğrulama', + 'current_password' => 'mevcut şifre', + 'complement' => 'ek bilgi', + 'modality' => 'mod', + 'category' => 'kategori', + 'blood_type' => 'kan grubu', + 'birth_date' => 'doğum tarihi', + ], +];