Skip to content

Commit

Permalink
Merge pull request #7 from blue32a/feature/add-current-password-trans…
Browse files Browse the repository at this point in the history
…lation

Add 'current_password' translation
  • Loading branch information
blue32a authored Jun 25, 2021
2 parents 68bb0d5 + 7898f47 commit 8937b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/lang/ja/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
],
'boolean' => ':attributeには真偽値を指定してください。',
'confirmed' => ':attributeが確認用の値と一致しません。',
'current_password' => 'パスワードが正しくありません。',
'date' => ':attributeは有効な日付ではありません。',
'date_equals' => ':attributeは:dateと同じ日付でなければなりません。',
'date_format' => ':attributeは:format形式と一致しません。',
Expand Down

0 comments on commit 8937b72

Please sign in to comment.