Skip to content

Commit

Permalink
Add can error message
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiro committed Jun 21, 2023
1 parent c59e1fe commit c9f5a40
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 c9f5a40

Please sign in to comment.