2018-08-07 00:15:03 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Password Reset Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
|
|
| that are given by the password broker for a password update attempt
|
|
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
|
|
|
|
*/
|
2019-02-02 15:47:11 +00:00
|
|
|
'password' => '密码必须至少包含六位字符且与确认密码匹配。',
|
|
|
|
'reset' => '已重设您的密码!',
|
|
|
|
'sent' => '我们已发送密码重设链接至您的电子邮件地址!',
|
|
|
|
'token' => '此密码重设令牌无效。',
|
|
|
|
'user' => '我们无法找到使用此电子邮件地址的用户。',
|
2018-08-07 00:15:03 +00:00
|
|
|
];
|