passwords.php 841 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' => '해당 이메일을 사용하는 사용자를 찾을 수 없습니다.',
  18. ];