]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ko/errors.php
Reverted shift change to old migration
[bookstack] / resources / lang / ko / errors.php
index b2a2c7a3a130214d2214e2797ead06d8abeec28a..e4ed5ccb3b5f27755e2b2bb5ecd93352ba098a1b 100644 (file)
@@ -23,8 +23,12 @@ return [
     'saml_no_email_address' => '이 사용자에 대하여 외부 인증시스템에 의해 제공된 데이타 중 이메일 주소를 찾을 수 없습니다.',
     'saml_invalid_response_id' => '이 응용프로그램에 의해 시작된 프로세스에 의하면 외부 인증시스템으로 온 요청이 인식되지 않습니다. 인증 후에 뒤로가기 기능을 사용했을 경우 이런 현상이 발생할 수 있습니다.',
     'saml_fail_authed' => '시스템 로그인에 실패하였습니다. ( 해당 시스템이 인증성공값을 제공하지 않았습니다. )',
+    'oidc_already_logged_in' => 'Already logged in',
+    'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
+    'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
+    'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
     'social_no_action_defined' => '무슨 활동인지 알 수 없습니다.',
-    'social_login_bad_response' => ":socialAccount에 로그인할 수 없습니다. : \\n:error",
+    'social_login_bad_response' => ':socialAccount에 로그인할 수 없습니다. : \\n:error',
     'social_account_in_use' => ':socialAccount(을)를 가진 사용자가 있습니다. :socialAccount로 로그인하세요.',
     'social_account_email_in_use' => ':email(을)를 가진 사용자가 있습니다. 쓰고 있는 계정을 :socialAccount에 연결하세요.',
     'social_account_existing' => ':socialAccount(와)과 연결 상태입니다.',