Initial commit
This commit is contained in:
16
resources/lang/zh-CN/auth.php
Normal file
16
resources/lang/zh-CN/auth.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
'failed' => '用户名或手机号与密码不匹配或用户被禁用',
|
||||
'throttle' => '失败次数太多,请在:seconds秒后再尝试',
|
||||
];
|
||||
Reference in New Issue
Block a user