Heimdall/resources/lang/zh/passwords.php
2022-03-23 09:28:39 +08:00

23 lines
745 B
PHP

<?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.
|
*/
'password' => '密码必须包含6个字符, 并和确认密码一致',
'reset' => '密码已重置',
'sent' => '我们已通过邮箱发送了包含重置密码的链接',
'token' => '重置密码token无效',
'user' => '这个邮箱不属于任何用户',
];