Skip to content

Commit

Permalink
Merge pull request #57 from nshiro/add_validation_message_for_missing
Browse files Browse the repository at this point in the history
Add translations for missing, etc
  • Loading branch information
askdkc authored Jan 31, 2023
2 parents 5ada72c + 6e10764 commit ddffd2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/lang/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
'string' => ':attributeは、:min文字以上で指定してください。',
'array' => ':attributeは:min個以上指定してください。',
],
'missing' => ':attributeは存在してはいけません。',
'missing_if' => ':otherが:valueの場合、:attributeは存在してはいけません。',
'missing_unless' => ':otherが:valueでない場合、:attributeは存在してはいけません。',
'missing_with' => ':valuesを指定する場合は、:attributeは存在してはいけません。 ',
'missing_with_all' => ':valuesを指定する場合は、:attributeは存在してはいけません。 ',
'multiple_of' => ':attributeには、:valueの倍数を指定してください。',
'not_in' => '選択された:attributeは正しくありません。',
'not_regex' => ':attributeの形式が正しくありません。',
Expand Down

0 comments on commit ddffd2f

Please sign in to comment.