diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php index 801ec89da..f0e1a1b5f 100644 --- a/resources/lang/tr/validation.php +++ b/resources/lang/tr/validation.php @@ -90,6 +90,7 @@ return [ 'required_without' => ':values değerinin bulunmuyor olması, :attribute alanını zorunlu kılar.', 'required_without_all' => ':values değerlerinden hiçbirinin bulunmuyor olması, :attribute alanını zorunlu kılar.', 'same' => ':attribute ve :other eşleşmelidir.', + 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => ':attribute, :size boyutunda olmalıdır.', 'file' => ':attribute, :size kilobayt olmalıdır.',