first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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' => '锁提供的凭据不匹配我们的记录。',
|
||||
'password' => '输入的密码不正确。',
|
||||
'throttle' => '登录尝试次数过多。请在:秒后重试。',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user