Skip to content

Commit

Permalink
Add translations for present related validation
Browse files Browse the repository at this point in the history
  • Loading branch information
askdkc committed Nov 20, 2023
1 parent 9d8ef05 commit 94fd23f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/lang/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
'uncompromised' => '指定の:attributeは、漏洩している恐れがあります。他の:attributeを指定してください。',
],
'present' => ':attributeが存在していません。',
'present_if' => ':attributeの値は:otherが:valueの際に必須です。',
'present_unless' => ':attributeは、:otherが:valueでない限り、存在している必要があります。',
'present_with' => ':attributeは、:valuesが存在するときに存在している必要があります。',
'present_with_all' => ':attributeは:valuesがある場合に必須です。',
'prohibited' => ':attributeは入力禁止です。',
'prohibited_if' => ':otherが:valueの場合、:attributeは入力禁止です。',
'prohibited_unless' => ':otherが:valueでない場合、:attributeは入力禁止です。',
Expand Down

0 comments on commit 94fd23f

Please sign in to comment.