auth.php 595 B

123456789101112131415161718
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Authentication Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines are used during authentication for various
  8. | messages that we need to display to the user. You are free to modify
  9. | these language lines according to your application's requirements.
  10. |
  11. */
  12. return [
  13. 'failed' => '用户名或密码错误。',
  14. 'password' => '密码错误。',
  15. 'throttle' => '您尝试的登录次数过多,请 :seconds 秒后再试。',
  16. ];