Files
2026-07-13 15:23:29 +08:00

21 lines
657 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' => '锁提供的凭据不匹配我们的记录。',
'password' => '输入的密码不正确。',
'throttle' => '登录尝试次数过多。请在:秒后重试。',
];