Skip to content

Commit

Permalink
Merge pull request #52 from askdkc/update-translation
Browse files Browse the repository at this point in the history
Fix Translation
  • Loading branch information
askdkc authored Jan 14, 2023
2 parents 71b0ce4 + 9bad450 commit e0a9b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/lang/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'array' => ':attributeは、:min個から:max個の間で指定してください。',
],
'boolean' => ':attributeは、trueかfalseを指定してください。',
'confirmed' => ':attributeと、確認フィールドとが、一致していません',
'confirmed' => ':attributeと確認フィールドが一致していません',
'current_password' => 'パスワードが正しくありません。',
'date' => ':attributeには有効な日付を指定してください。',
'date_equals' => ':attributeには、:dateと同じ日付けを指定してください。',
Expand Down

0 comments on commit e0a9b62

Please sign in to comment.