passwords.php 720 B

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