Files
account/lang/zh_CN/auth.php
2026-01-18 09:52:48 +08:00

21 lines
659 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' => '登录尝试次数过多。请在:seconds秒后重试。',
];