17 lines
616 B
PHP
17 lines
616 B
PHP
<?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秒后再尝试',
|
|
];
|