Skip to content

Commit 5906f5b

Browse files
committed
Added 'prohibited_if' and 'prohibited_unless' translation
1 parent 7477629 commit 5906f5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/lang/ja/validation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@
105105
'required_with_all' => ':valuesのうち全て存在する場合、:attributeは必須です。',
106106
'required_without' => ':valuesのうちどれか一つでも存在していない場合、:attributeは必須です。',
107107
'required_without_all' => ':valuesのうち全て存在していない場合、:attributeは必須です。',
108+
'prohibited_if' => ':otherが:valueの場合、:attributeは禁止されています。',
109+
'prohibited_unless' => ':otherが:valuesにない限り、:attributeは禁止されています。',
108110
'same' => ':attributeと:otherは一致する必要があります。',
109111
'size' => [
110112
'numeric' => ':attributeは:sizeでなければなりません。',

0 commit comments

Comments
 (0)