Skip to content

Commit 8937b72

Browse files
authored
Merge pull request #7 from blue32a/feature/add-current-password-translation
Add 'current_password' translation
2 parents 68bb0d5 + 7898f47 commit 8937b72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lang/ja/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
],
3333
'boolean' => ':attributeには真偽値を指定してください。',
3434
'confirmed' => ':attributeが確認用の値と一致しません。',
35+
'current_password' => 'パスワードが正しくありません。',
3536
'date' => ':attributeは有効な日付ではありません。',
3637
'date_equals' => ':attributeは:dateと同じ日付でなければなりません。',
3738
'date_format' => ':attributeは:format形式と一致しません。',

0 commit comments

Comments
 (0)