Initial commit
This commit is contained in:
19
resources/lang/zh-CN/passwords.php
Normal file
19
resources/lang/zh-CN/passwords.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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' => '密码重置令牌无效',
|
||||
'user' => '抱歉,该邮箱对应的用户不存在!',
|
||||
];
|
||||
Reference in New Issue
Block a user