X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3391/head:/resources/lang/tr/validation.php diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php index 9cd8093d4..50a30a5b5 100644 --- a/resources/lang/tr/validation.php +++ b/resources/lang/tr/validation.php @@ -32,6 +32,7 @@ return [ 'digits_between' => ':attribute, en az :min ve en fazla :max basamaklı olmalıdır.', 'email' => ':attribute, geçerli bir e-posta adresi olmalıdır.', 'ends_with' => ':attribute, şunlardan birisiyle bitmelidir: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => ':attribute alanı zorunludur.', 'gt' => [ 'numeric' => ':attribute, :max değerinden büyük olmalıdır.',