passwords.php 702 B

1234567891011121314151617181920
  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. 'reset' => '密碼已成功重設!',
  14. 'sent' => '密碼重設郵件已發送!',
  15. 'throttled' => '請稍候再試。',
  16. 'token' => '密碼重設碼無效。',
  17. 'user' => '找不到該 E-mail 對應的使用者。',
  18. ];