Lae/lang/zh_CN/auth.php
2023-02-02 02:02:35 +08:00

10 lines
209 B
PHP

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