auth.php 266 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'ban' => '当前用户已被禁止登录。',
  5. 'failed' => '用户名或密码错误。',
  6. 'password' => '密码错误',
  7. 'throttle' => '您尝试的登录次数过多,请 :seconds 秒后再试。',
  8. ];