Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e34a3de

Browse files
committed
Merge pull request Laravel-Lang#416 from billmn/json-rule
Italian translation for the JSON rule
2 parents 9637b9e + 96b0bb3 commit e34a3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"in" => ":attribute selezionato non è valido.",
4242
"integer" => ":attribute deve essere un numero intero.",
4343
"ip" => ":attribute deve essere un indirizzo IP valido.",
44-
'json' => 'The :attribute must be a valid JSON string.',
44+
'json' => ':attribute deve essere una stringa JSON valida.',
4545
"max" => [
4646
"numeric" => ":attribute deve essere minore di :max.",
4747
"file" => ":attribute non deve essere più grande di :max kilobytes.",

0 commit comments

Comments
 (0)