Files
nexusphp/resources/lang/zh_CN/auth.php
2022-03-31 22:22:04 +08:00

8 lines
188 B
PHP

<?php
return [
'failed' => '用户名或密码错误。',
'password' => '密码错误。',
'throttle' => '您尝试的登录次数过多,请 :seconds 秒后再试。',
];