auth.php 211 B

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