]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ko/auth.php
Fixed comment count update error
[bookstack] / resources / lang / ko / auth.php
index 284ab3352a687525409acbcb7a770657cd1158b9..0cd6f873e202956c11e94624ee58b77a791edf7b 100644 (file)
@@ -38,6 +38,11 @@ return [
     'registration_email_domain_invalid' => '이 메일 주소로는 이 사이트에 접근할 수 없습니다.',
     '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',
+
     // Password Reset
     'reset_password' => '패스워드 바꾸기',
     'reset_password_send_instructions' => '메일 주소를 입력하세요. 이 주소로 해당 과정을 위한 링크를 보낼 것입니다.',