This commit is contained in:
2022-08-01 17:31:03 +08:00
parent 2682b66b5d
commit 4e72845135
11 changed files with 656 additions and 191 deletions

View File

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