]> BookStack Code Mirror - bookstack/commitdiff
New translations errors.php (Korean)
authorDan Brown <redacted>
Fri, 27 Dec 2019 16:38:44 +0000 (16:38 +0000)
committerDan Brown <redacted>
Fri, 27 Dec 2019 16:38:44 +0000 (16:38 +0000)
resources/lang/ko/errors.php

index 5982a09da4c3f8ed92f17812a1e0b804d0b91d31..d054a620f099c90a60a34ef9268817e50b369f73 100644 (file)
@@ -17,8 +17,14 @@ return [
     'ldap_fail_authed' => '이 정보로 LDAP 서버에 접근할 수 없습니다.',
     'ldap_extension_not_installed' => 'PHP에 LDAP 확장 도구를 설치하세요.',
     'ldap_cannot_connect' => 'LDAP 서버에 연결할 수 없습니다.',
+    'saml_already_logged_in' => 'Already logged in',
+    'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
+    'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
+    'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
+    'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
+    'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
     '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(와)과 연결 상태입니다.',