auth.php 263 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'ban' => '當前用戶被禁止登錄。',
  5. 'failed' => '使用者名稱或密碼錯誤。',
  6. 'password' => '密碼錯誤',
  7. 'throttle' => '嘗試登入太多次,請在 :seconds 秒後再試。',
  8. ];