Skip to content

Commit

Permalink
prohibite validation kuralı çevirisi eklendi.
Browse files Browse the repository at this point in the history
  • Loading branch information
evrend authored Oct 19, 2021
1 parent 3b2fcbc commit 26ec255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/lang/tr/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@
'required_with_all' => ':attribute alanı herhangi bir :values değeri varken zorunludur.',
'required_without' => ':attribute alanı :values yokken zorunludur.',
'required_without_all' => ':attribute alanı :values değerlerinden herhangi biri yokken zorunludur.',
'prohibited' => ':attribute alanını gönderemezsiniz.',
'prohibited_if' => ':other değeri :value olduğunda :attribute alanını gönderemezsiniz.',
'prohibited_unless' => 'Değerler\'de :other olmadığı sürece :attribute alanını gönderemezsiniz.',
'prohibits' => ':attribute alanı ile :other alanını birlikte gönderemezsiniz.',
'same' => ':attribute ile :other eşleşmelidir.',
'size' => [
'numeric' => ':attribute :size olmalıdır.',
Expand Down

0 comments on commit 26ec255

Please # to comment.