Skip to content

Commit

Permalink
Merge pull request #117 from nshiro/add_message_for_list
Browse files Browse the repository at this point in the history
Add `list` error message
  • Loading branch information
askdkc authored Mar 13, 2024
2 parents 0c48d2e + 5ae5910 commit 357838f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/lang/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'ipv4' => ':attributeには、有効なIPv4アドレスを指定してください。',
'ipv6' => ':attributeには、有効なIPv6アドレスを指定してください。',
'json' => ':attributeには、有効なJSON文字列を指定してください。',
'list' => ':attributeには、一覧を指定してください。',
'lowercase' => ':attributeは、小文字のみで指定してください。',
'lt' => [
'numeric' => ':attributeには、:valueより小さな値を指定してください。',
Expand Down

0 comments on commit 357838f

Please sign in to comment.