passwords.php 654 B

1234567891011121314151617181920
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Password Reset Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines are the default lines which match reasons
  8. | that are given by the password broker for a password update attempt
  9. | has failed, such as for an invalid token or invalid new password.
  10. |
  11. */
  12. return [
  13. 'reset' => '密码重置成功!',
  14. 'sent' => '密码重置邮件已发送!',
  15. 'throttled' => '请稍候再试。',
  16. 'token' => '密码重置令牌无效。',
  17. 'user' => '找不到该邮箱对应的用户。',
  18. ];