We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5906f5b commit 58ea068Copy full SHA for 58ea068
resources/lang/ja/validation.php
@@ -105,6 +105,7 @@
105
'required_with_all' => ':valuesのうち全て存在する場合、:attributeは必須です。',
106
'required_without' => ':valuesのうちどれか一つでも存在していない場合、:attributeは必須です。',
107
'required_without_all' => ':valuesのうち全て存在していない場合、:attributeは必須です。',
108
+ 'prohibited' => ':attributeは禁止されています。',
109
'prohibited_if' => ':otherが:valueの場合、:attributeは禁止されています。',
110
'prohibited_unless' => ':otherが:valuesにない限り、:attributeは禁止されています。',
111
'same' => ':attributeと:otherは一致する必要があります。',
0 commit comments