Skip to content

Commit

Permalink
Add required_if_declined error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiro committed Apr 17, 2024
1 parent 94c5d75 commit 551174a
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 551174a

Please sign in to comment.