Skip to content

Commit

Permalink
Merge pull request #105 from askdkc/add-presents-validation
Browse files Browse the repository at this point in the history
Add translations for present related validation
  • Loading branch information
askdkc authored Nov 20, 2023
2 parents 9d8ef05 + 94fd23f commit 8a5ed54
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 8a5ed54

Please sign in to comment.