Skip to content

Commit

Permalink
Merge pull request #87 from nshiro/add_can_message
Browse files Browse the repository at this point in the history
  • Loading branch information
askdkc committed Jun 21, 2023
2 parents c59e1fe + c9f5a40 commit aac4b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/lang/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'array' => ':attributeは、:min個から:max個の間で指定してください。',
],
'boolean' => ':attributeは、trueかfalseを指定してください。',
'can' => ':attributeに権限のない値が含まれています。',
'confirmed' => ':attributeと確認フィールドが一致していません。',
'current_password' => 'パスワードが正しくありません。',
'date' => ':attributeには有効な日付を指定してください。',
Expand Down

0 comments on commit aac4b37

Please sign in to comment.