Sync language files

This commit is contained in:
James Brooks
2016-03-20 16:26:21 +00:00
parent dcec1e2e95
commit 22dbf290b4
105 changed files with 2554 additions and 1894 deletions
+6 -6
View File
@@ -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.',