X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3433/head:/resources/lang/it/validation.php diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index 2e460cdc3..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.', @@ -78,7 +80,6 @@ return [ 'string' => 'Il campo :attribute deve essere almeno :min caratteri.', 'array' => 'Il campo :attribute deve contenere almeno :min elementi.', ], - 'no_double_extension' => ':attribute deve avere solo un\'estensione.', 'not_in' => 'Il :attribute selezionato non è valido.', 'not_regex' => 'Il formato di :attribute non è valido.', 'numeric' => ':attribute deve essere un numero.', @@ -90,7 +91,7 @@ return [ 'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.', 'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values sono presenti.', 'same' => ':attribute e :other devono corrispondere.', - 'safe_url' => 'The provided link may not be safe.', + 'safe_url' => 'Il link inserito potrebbe non essere sicuro.', 'size' => [ 'numeric' => 'Il campo :attribute deve essere :size.', 'file' => 'Il campo :attribute deve essere :size kilobytes.', @@ -99,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.',