]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/tr/validation.php
Fixed failing test after drawio default url change
[bookstack] / resources / lang / tr / validation.php
index 9cd8093d483cf5af980cb9c93093653b5648326d..50a30a5b5292e3f7e32fc0cba7bd1af376eebe26 100644 (file)
@@ -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.',