]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ko/auth.php
Guest create page: name field autofocus
[bookstack] / resources / lang / ko / auth.php
index 0cd6f873e202956c11e94624ee58b77a791edf7b..dc32c1355a209afa0e067df4532312c8826710ef 100644 (file)
@@ -39,9 +39,9 @@ return [
     'register_success' => '가입했습니다! 이제 로그인할 수 있습니다.',
 
     // Login auto-initiation
-    'auto_init_starting' => 'Attempting Login',
-    'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
-    'auto_init_start_link' => 'Proceed with authentication',
+    'auto_init_starting' => '로그인 시도 중',
+    'auto_init_starting_desc' => '로그인을 시작하기 위해 인증 시스템에 접근 중입니다. 5초 후에도 아무런 반응이 없다면 아래 링크를 클릭하세요.',
+    'auto_init_start_link' => '인증 진행',
 
     // Password Reset
     'reset_password' => '패스워드 바꾸기',
@@ -61,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' => '인증을 완료하지 않았습니다.',