Sync language files
This commit is contained in:
@@ -34,7 +34,7 @@ return [
|
||||
'numeric' => 'Il campo :attribute deve essere compreso tra :min e :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
'array' => 'Il campo :attributo deve avere tra :min e :max elementi.',
|
||||
],
|
||||
'boolean' => 'Il campo :attribuite deve essere vero o falso.',
|
||||
'confirmed' => 'Il campo :attribute non corrisponde.',
|
||||
@@ -53,15 +53,15 @@ return [
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'max' => [
|
||||
'numeric' => 'Il campo :attribute non può contenere un numero maggiore di :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
'file' => 'Il campo :attribute non può essere superiore a :max kilobyte.',
|
||||
'string' => 'Il campo :attribute non può contenere più di :max caratteri.',
|
||||
'array' => 'Il campo :attribute non può avere più di :max elementi.',
|
||||
],
|
||||
'mimes' => 'Il campo :attribute deve contenere un file del tipo: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'Il campo :attribute non può contenere un numero inferiore a :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'file' => 'Il campo :attribute deve essere minimo :min kilobyte.',
|
||||
'string' => 'Il campo :attribute deve contenere almeno :min caratteri.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'Il valore del campo :attribute non è valido.',
|
||||
|
||||
Reference in New Issue
Block a user