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.
1 parent 7477629 commit 5906f5bCopy full SHA for 5906f5b
resources/lang/ja/validation.php
@@ -105,6 +105,8 @@
105
'required_with_all' => ':valuesのうち全て存在する場合、:attributeは必須です。',
106
'required_without' => ':valuesのうちどれか一つでも存在していない場合、:attributeは必須です。',
107
'required_without_all' => ':valuesのうち全て存在していない場合、:attributeは必須です。',
108
+ 'prohibited_if' => ':otherが:valueの場合、:attributeは禁止されています。',
109
+ 'prohibited_unless' => ':otherが:valuesにない限り、:attributeは禁止されています。',
110
'same' => ':attributeと:otherは一致する必要があります。',
111
'size' => [
112
'numeric' => ':attributeは:sizeでなければなりません。',
0 commit comments