1
0
Fork 0

Add ja translation of passwords.php

This commit is contained in:
bsky 2018-06-02 04:28:37 +09:00
parent 43f4024caa
commit b961ed1ada
1 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ return [
| |
*/ */
'password' => 'Passwords must be at least six characters and match the confirmation.', 'password' => 'パスワードは6文字以上で、確認と一致している必要があります。',
'reset' => 'Your password has been reset!', 'reset' => 'パスワードをリセットしました!',
'sent' => 'We have e-mailed your password reset link!', 'sent' => 'パスワードリセットのためのリンクをメールで送信しました!',
'token' => 'This password reset token is invalid.', 'token' => 'このパスワードリセットトークンは無効です。',
'user' => "We can't find a user with that e-mail address.", 'user' => "このメールアドレスと一致するユーザーを見つけることが出来ません。",
]; ];