X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/3918/head:/resources/lang/ko/auth.php diff --git a/resources/lang/ko/auth.php b/resources/lang/ko/auth.php index 284ab3352..dc32c1355 100644 --- a/resources/lang/ko/auth.php +++ b/resources/lang/ko/auth.php @@ -38,6 +38,11 @@ return [ 'registration_email_domain_invalid' => '이 메일 주소로는 이 사이트에 접근할 수 없습니다.', 'register_success' => '가입했습니다! 이제 로그인할 수 있습니다.', + // Login auto-initiation + 'auto_init_starting' => '로그인 시도 중', + 'auto_init_starting_desc' => '로그인을 시작하기 위해 인증 시스템에 접근 중입니다. 5초 후에도 아무런 반응이 없다면 아래 링크를 클릭하세요.', + 'auto_init_start_link' => '인증 진행', + // Password Reset 'reset_password' => '패스워드 바꾸기', 'reset_password_send_instructions' => '메일 주소를 입력하세요. 이 주소로 해당 과정을 위한 링크를 보낼 것입니다.', @@ -56,6 +61,8 @@ return [ 'email_confirm_send_error' => '메일을 보낼 수 없었습니다.', 'email_confirm_success' => '메일 인증을 성공했습니다. 이 메일 주소로 로그인할 수 있습니다.', 'email_confirm_resent' => '다시 보냈습니다. 메일함을 확인하세요.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => '인증하지 않았습니다.', 'email_not_confirmed_text' => '인증을 완료하지 않았습니다.',