updated translations

This commit is contained in:
denisdulici
2019-12-25 14:32:47 +03:00
parent 85b5be6dad
commit 560e48254a
193 changed files with 2122 additions and 1500 deletions

View File

@ -39,9 +39,10 @@ return [
'dimensions' => ':attribute görsel ölçüleri geçersiz.',
'distinct' => ':attribute alanı yinelenen bir değere sahip.',
'email' => ':attribute biçimi geçersiz.',
'ends_with' => ':attribute şunlardan biriyle bitmelidir: :values',
'exists' => 'Seçili :attribute geçersiz.',
'file' => ':attribute dosya olmalıdır.',
'filled' => ':attribute alanı gereklidir.',
'filled' => ':attribute alanının doldurulması zorunludur.',
'image' => ':attribute alanı resim dosyası olmalıdır.',
'in' => ':attribute değeri geçersiz.',
'in_array' => ':attribute alanı :other içinde mevcut değil.',
@ -64,7 +65,7 @@ return [
],
'not_in' => 'Seçili :attribute geçersiz.',
'numeric' => ':attribute sayı olmalıdır.',
'present' => ':attribute alanı gereklidir',
'present' => ':attribute alanı mevcut olmalıdır.',
'regex' => ':attribute biçimi geçersiz.',
'required' => ':attribute alanı gereklidir.',
'required_if' => ':attribute alanı, :other :value değerine sahip olduğunda zorunludur.',
@ -83,7 +84,7 @@ return [
'string' => ':attribute dizge olmalıdır.',
'timezone' => ':attribute geçerli bir saat dilimi olmalıdır.',
'unique' => ':attribute daha önceden kayıt edilmiş.',
'uploaded' => ':attribute yüklenemedi',
'uploaded' => ':attribute yüklemesi başarısız.',
'url' => ':attribute biçimi geçersiz.',
/*