Skip to content

Commit 58ea068

Browse files
committed
Added 'prohibited' translation
1 parent 5906f5b commit 58ea068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/ja/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
'required_with_all' => ':valuesのうち全て存在する場合、:attributeは必須です。',
106106
'required_without' => ':valuesのうちどれか一つでも存在していない場合、:attributeは必須です。',
107107
'required_without_all' => ':valuesのうち全て存在していない場合、:attributeは必須です。',
108+
'prohibited' => ':attributeは禁止されています。',
108109
'prohibited_if' => ':otherが:valueの場合、:attributeは禁止されています。',
109110
'prohibited_unless' => ':otherが:valuesにない限り、:attributeは禁止されています。',
110111
'same' => ':attributeと:otherは一致する必要があります。',

0 commit comments

Comments
 (0)