6 |--------------------------------------------------------------------------
7 | Password Reminder Language Lines
8 |--------------------------------------------------------------------------
10 | The following language lines are the default lines which match reasons
11 | that are given by the password broker for a password update attempt
12 | has failed, such as for an invalid token or invalid new password.
16 'password' => 'パスワードは6文字以上である必要があります。',
17 'user' => "このEメールアドレスに一致するユーザが見つかりませんでした。",
18 'token' => 'このパスワードリセットトークンは無効です。',
19 'sent' => 'パスワードリセットリンクを送信しました。',
20 'reset' => 'パスワードはリセットされました。',