X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/40ca50e44f3ca0f648d915dc73ff205309730f07..refs/pull/3391/head:/resources/lang/it/validation.php diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index 69d023688..a782986bf 100755 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute deve contenere solo lettere, numeri e meno.', 'alpha_num' => ':attribute deve contenere solo lettere e numeri.', 'array' => ':attribute deve essere un array.', + 'backup_codes' => 'Il codice fornito non è valido o è già stato utilizzato.', 'before' => ':attribute deve essere una data prima del :date.', 'between' => [ 'numeric' => 'Il campo :attribute deve essere tra :min e :max.', @@ -31,6 +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' => ':attribute deve essere fornito come file valido.', 'filled' => 'Il campo :attribute field is required.', 'gt' => [ 'numeric' => ':attribute deve essere maggiore di :value.', @@ -98,6 +100,7 @@ return [ ], 'string' => ':attribute deve essere una stringa.', 'timezone' => ':attribute deve essere una zona valida.', + 'totp' => 'Il codice fornito non è valido o è scaduto.', 'unique' => ':attribute è già preso.', 'url' => 'Il formato :attribute non è valido.', 'uploaded' => 'Il file non può essere caricato. Il server potrebbe non accettare file di questa dimensione.',