Skip to content

Commit

Permalink
Merge pull request #121 from nshiro/add_required_if_declined
Browse files Browse the repository at this point in the history
Add required_if_declined error message
  • Loading branch information
askdkc committed Apr 17, 2024
2 parents 94c5d75 + 551174a commit 952716f
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 @@ -128,6 +128,7 @@
'required_array_keys' => ':attributeは、:valuesの項目を含めてください。',
'required_if' => ':otherが:valueの場合、:attributeも指定してください。',
'required_if_accepted' => ':attributeは、:otherが承認された場合は、必ず指定してください。',
'required_if_declined' => ':attributeは、:otherが拒否された場合は、必ず指定してください。',
'required_unless' => ':otherが:valuesでない場合、:attributeを指定してください。',
'required_with' => ':valuesを指定する場合は、:attributeも指定してください。',
'required_with_all' => ':valuesを指定する場合は、:attributeも指定してください。',
Expand Down

0 comments on commit 952716f

Please sign in to comment.