passwords.php 870 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Password Reset 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' => '6글자 이상의 비밀번호를 사용하세요.',
  14. 'reset' => '비밀번호를 초기화했습니다.',
  15. 'sent' => '비밀번호를 초기화하는 방법을 담은 이메일을 발송했습니다.',
  16. 'token' => '잘못된 URL 요청입니다. 이메일로 받은 주소를 정확히 입력해 주세요.',
  17. 'user' => '이메일 주소를 다시 확인해 주세요.',
  18. ];