Skip to content

Commit

Permalink
Add 'contains' validation error message in Japanese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
nshiro committed May 21, 2024
1 parent 94c5d75 commit f727acb
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 @@ -25,6 +25,7 @@
'boolean' => ':attributeは、trueかfalseを指定してください。',
'can' => ':attributeに権限のない値が含まれています。',
'confirmed' => ':attributeと確認フィールドが一致していません。',
'contains' => ':attributeに必須の値がありません。',
'current_password' => 'パスワードが正しくありません。',
'date' => ':attributeには有効な日付を指定してください。',
'date_equals' => ':attributeには、:dateと同じ日付けを指定してください。',
Expand Down

0 comments on commit f727acb

Please sign in to comment.