X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/3433/head:/resources/lang/it/validation.php diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index 786077da5..a782986bf 100755 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -32,7 +32,7 @@ return [ 'digits_between' => 'Il campo :attribute deve essere tra i numeri :min e :max.', 'email' => 'Il campo :attribute deve essere un indirizzo email valido.', 'ends_with' => ':attribute deve terminare con uno dei seguenti: :values', - 'file' => 'The :attribute must be provided as a valid file.', + 'file' => ':attribute deve essere fornito come file valido.', 'filled' => 'Il campo :attribute field is required.', 'gt' => [ 'numeric' => ':attribute deve essere maggiore di :value.',