updated translations

This commit is contained in:
denisdulici
2019-12-25 14:32:47 +03:00
parent 85b5be6dad
commit 560e48254a
193 changed files with 2122 additions and 1500 deletions

View File

@ -33,19 +33,20 @@ return [
'confirmed' => 'Il campo di conferma per :attribute non coincide.',
'date' => ':attribute non è una data valida.',
'date_format' => ':attribute non coincide con il formato :format.',
'different' => ':attribute e :other devono essere differenti.',
'different' => ':attribute e :other devono essere <strong>differenti</strong>.',
'digits' => ':attribute deve essere di :digits cifre.',
'digits_between' => ':attribute deve essere tra :min e :max cifre.',
'dimensions' => 'Le dimensioni dell\'immagine di :attribute non sono valide.',
'distinct' => ':attribute contiene un valore duplicato.',
'email' => ':attribute non è valido.',
'email' => ':attribute non è <strong>valido</strong>.',
'ends_with' => ':attribute deve terminare con uno dei seguenti: :values',
'exists' => ':attribute selezionato non è valido.',
'file' => ':attribute deve essere un file.',
'filled' => 'Il campo :attribute è richiesto.',
'image' => ':attribute deve essere un\'immagine.',
'file' => ':attribute deve essere un file <strong></strong>.',
'filled' => 'Il campo :attribute deve avere un valore <strong></strong>.',
'image' => 'L\' :attributo deve essere un<strong>image</strong>.',
'in' => ':attribute selezionato non è valido.',
'in_array' => 'Il valore del campo :attribute non esiste in :other.',
'integer' => ':attribute deve essere un numero intero.',
'integer' => 'L\'\' :attributo deve essere un <strong>numero intero</strong>.',
'ip' => ':attribute deve essere un indirizzo IP valido.',
'json' => ':attribute deve essere una stringa JSON valida.',
'max' => [
@ -64,9 +65,9 @@ return [
],
'not_in' => 'Il valore selezionato per :attribute non è valido.',
'numeric' => ':attribute deve essere un numero.',
'present' => 'Il campo :attribute deve essere presente.',
'regex' => 'Il formato del campo :attribute non è valido.',
'required' => 'Il campo :attribute è richiesto.',
'present' => 'Il campo :attributo deve essere <strong>presente</strong>.',
'regex' => 'Il formato :attribute non è <strong>valido</strong>.',
'required' => 'Il campo :attributo è <strong>obbligatorio</strong>.',
'required_if' => 'Il campo :attribute è richiesto quando :other è :value.',
'required_unless' => 'Il campo :attribute è richiesto a meno che :other sia in :values.',
'required_with' => 'Il campo :attribute è richiesto quando :values è presente.',
@ -77,14 +78,14 @@ return [
'size' => [
'numeric' => ':attribute deve essere :size.',
'file' => ':attribute deve essere :size kilobytes.',
'string' => ':attribute deve contenere :size caratteri.',
'string' => 'L\' :attributo deve essere di <strong>:dimensione caratteri</strong>.',
'array' => ':attribute deve contenere :size elementi.',
],
'string' => ':attribute deve essere una stringa.',
'string' => 'L\' :attributo deve essere una <strong>stringa</strong>.',
'timezone' => ':attribute deve essere una zona valida.',
'unique' => ':attribute è stato già utilizzato.',
'uploaded' => ':attribute non è stato caricato.',
'url' => 'Il formato del campo :attribute non è valido.',
'unique' => 'L\' :attributo è già stato <strong>preso</strong>.',
'uploaded' => 'L\' : attributo <strong>caricamento</strong> non riuscito.',
'url' => 'Il formato :attribute non è <strong>valido</strong>.',
/*
|--------------------------------------------------------------------------