Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9637b9e + 96b0bb3 commit e34a3deCopy full SHA for e34a3de
it/validation.php
@@ -41,7 +41,7 @@
41
"in" => ":attribute selezionato non è valido.",
42
"integer" => ":attribute deve essere un numero intero.",
43
"ip" => ":attribute deve essere un indirizzo IP valido.",
44
- 'json' => 'The :attribute must be a valid JSON string.',
+ 'json' => ':attribute deve essere una stringa JSON valida.',
45
"max" => [
46
"numeric" => ":attribute deve essere minore di :max.",
47
"file" => ":attribute non deve essere più grande di :max kilobytes.",
0 commit comments