]> BookStack Code Mirror - bookstack/blobdiff - lang/ko/errors.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / lang / ko / errors.php
index 464774d29de9eabc76acf6c248aef4b128cb345f..9639a5036133d6ef45a7ee786b55342c9ec3624e 100644 (file)
@@ -5,69 +5,69 @@
 return [
 
     // Permissions
-    'permission' => '권한이 없습니다.',
-    'permissionJson' => '권한이 없습니다.',
+    'permission' => '요청된 페이지에 액세스할 수 있는 권한이 없습니다.',
+    'permissionJson' => '요청된 작업을 수행할 수 있는 권한이 없습니다.',
 
     // Auth
-    'error_user_exists_different_creds' => ':email(을)를 가진 다른 사용자가 있습니다.',
-    'email_already_confirmed' => '확인이 끝난 메일 주소입니다. 로그인하세요.',
-    'email_confirmation_invalid' => '이 링크는 더 이상 유효하지 않습니다. 다시 가입하세요.',
-    'email_confirmation_expired' => '이 링크는 더 이상 유효하지 않습니다. 메일을 다시 보냈습니다.',
-    'email_confirmation_awaiting' => '사용 중인 계정의 이메일 주소를 확인해 주어야 합니다.',
-    'ldap_fail_anonymous' => '익명 정보로 LDAP 서버에 접근할 수 없습니다.',
-    'ldap_fail_authed' => '이 정보로 LDAP 서버에 접근할 수 없습니다.',
-    'ldap_extension_not_installed' => 'PHP에 LDAP 확장 도구를 설치하세요.',
-    'ldap_cannot_connect' => 'LDAP 서버에 연결할 수 없습니다.',
-    'saml_already_logged_in' => '로그인 중입니다.',
-    'saml_user_not_registered' => ':name 사용자가 없습니다. 자동 가입 옵션이 비활성 상태입니다.',
-    'saml_no_email_address' => 'ì\9d¸ì¦\9d ì\8b\9cì\8a¤í\85\9cì\9d´ ì \9cê³µí\95\9c ë©\94ì\9d¼ ì£¼ì\86\8cê°\80 없습니다.',
-    'saml_invalid_response_id' => 'ì\9d¸ì¦\9d ì\8b\9cì\8a¤í\85\9cì\9d´ ì\9a\94ì²­ì\9d\84 ë°\9bì§\80 ëª»í\96\88ì\8aµë\8b\88ë\8b¤. ì\9d¸ì¦\9d í\9b\84 ì\9d´ì \84 í\8e\98ì\9d´ì§\80ë¡\9c ë\8f\8cì\95\84ê°\88 ë\95\8c ë°\9cì\83\9dí\95  ì\88\98 ì\9e\88ë\8a\94 í\98\84ì\83\81ì\9e\85니다.',
-    'saml_fail_authed' => ':system에 로그인할 수 없습니다.',
-    'oidc_already_logged_in' => '로그인 중입니다.',
-    'oidc_user_not_registered' => ':name 사용자가 없습니다. 자동 가입 옵션이 비활성 상태입니다.',
-    'oidc_no_email_address' => '인증 시스템이 제공한 메일 주소가 없습니다.',
-    'oidc_fail_authed' => ':system에 로그인할 수 없습니다.',
-    'social_no_action_defined' => '무슨 활동인지 알 수 없습니다.',
-    'social_login_bad_response' => ":socialAccount에 로그인할 수 없습니다. : \\n:error",
-    'social_account_in_use' => ':socialAccount(을)를 가진 사용자가 있습니다. :socialAccount로 로그인하세요.',
-    'social_account_email_in_use' => ':email(을)를 가진 사용자가 있습니다. 쓰고 있는 계정을 :socialAccount에 연결하세요.',
-    'social_account_existing' => ':socialAccount(와)과 연결 상태입니다.',
-    'social_account_already_used_existing' => ':socialAccount(와)과 연결한 다른 계정이 있습니다.',
-    'social_account_not_used' => ':socialAccount(와)과 연결한 계정이 없습니다. 쓰고 있는 계정을 연결하세요.',
-    'social_account_register_instructions' => '계정이 없어도 :socialAccount로 가입할 수 있습니다.',
-    'social_driver_not_found' => '가입할 수 없습니다.',
-    'social_driver_not_configured' => ':socialAccount가 유효하지 않습니다.',
-    'invite_token_expired' => '이 링크는 더 이상 유효하지 않습니다. 패스워드를 바꾸세요.',
+    'error_user_exists_different_creds' => '이메일 :email 이 이미 존재하지만 다른 자격 증명을 가진 사용자입니다.',
+    'auth_pre_register_theme_prevention' => '제공된 세부 정보로 사용자 계정을 등록할 수 없습니다',
+    'email_already_confirmed' => '이메일이 이미 확인되었으니 로그인해 보세요.',
+    'email_confirmation_invalid' => '이 확인 토큰이 유효하지 않거나 이미 사용되었습니다. 다시 등록해 주세요.',
+    'email_confirmation_expired' => '확인 토큰이 만료되었습니다. 새 확인 이메일이 전송되었습니다.',
+    'email_confirmation_awaiting' => '사용 중인 계정의 이메일 주소를 확인해야 합니다.',
+    'ldap_fail_anonymous' => '익명 바인딩을 사용하여 LDAP 액세스에 실패했습니다.',
+    'ldap_fail_authed' => '주어진 dn 및 암호 세부 정보를 사용하여 LDAP 액세스에 실패했습니다.',
+    'ldap_extension_not_installed' => 'LDAP PHP 확장이 설치되지 않았습니다.',
+    'ldap_cannot_connect' => 'LDAP 서버에 연결할 수 없음, 초기 연결 실패',
+    'saml_already_logged_in' => '이미 로그인했습니다.',
+    'saml_no_email_address' => 'ì\99¸ë¶\80 ì\9d¸ì¦\9d ì\8b\9cì\8a¤í\85\9cì\97\90ì\84\9c ì \9cê³µí\95\9c ë\8d°ì\9d´í\84°ì\97\90ì\84\9c ì\9d´ ì\82¬ì\9a©ì\9e\90ì\9d\98 ì\9d´ë©\94ì\9d¼ ì£¼ì\86\8c를 ì°¾ì\9d\84 ì\88\98 없습니다.',
+    'saml_invalid_response_id' => 'ì\9d´ ì\95 í\94\8c리ì¼\80ì\9d´ì\85\98ì\97\90ì\84\9c ì\8b\9cì\9e\91í\95\9c í\94\84ë¡\9cì\84¸ì\8a¤ì\97\90ì\84\9c ì\99¸ë¶\80 ì\9d¸ì¦\9d ì\8b\9cì\8a¤í\85\9cì\9d\98 ì\9a\94ì²­ì\9d\84 ì\9d¸ì\8b\9dí\95\98ì§\80 ëª»í\95©ë\8b\88ë\8b¤. ë¡\9cê·¸ì\9d¸ í\9b\84 ë\8b¤ì\8b\9c ì\9d´ë\8f\99í\95\98ë©´ ì\9d´ ë¬¸ì \9cê°\80 ë°\9cì\83\9dí\95  ì\88\98 ì\9e\88ì\8aµ니다.',
+    'saml_fail_authed' => ':system 을 사용하여 로그인, 시스템이 성공적인 인증을 제공하지 않음',
+    'oidc_already_logged_in' => '이미 로그인했습니다.',
+    'oidc_no_email_address' => '외부 인증 시스템에서 제공한 데이터에서 이 사용자의 이메일 주소를 찾을 수 없습니다.',
+    'oidc_fail_authed' => ':system 을 사용하여 로그인, 시스템이 성공적인 인증을 제공하지 않음',
+    'social_no_action_defined' => '정의된 동작 없음',
+    'social_login_bad_response' => ":socialAccount 로 로그인 동안 에러가 발생했습니다: \n:error",
+    'social_account_in_use' => ':socialAccount(을)를 가진 사용자가 있습니다. :socialAccount 옵션을 통해 로그인해 보세요.',
+    'social_account_email_in_use' => '이메일 :email 은(는) 이미 사용 중입니다. 이미 계정이 있는 경우 프로필 설정에서 :socialAccount 계정을 연결할 수 있습니다.',
+    'social_account_existing' => '이 :socialAccount 는 이미 프로필에 연결되어 있습니다.',
+    'social_account_already_used_existing' => '이 :socialAccount 계정은 다른 사용자가 이미 사용하고 있습니다.',
+    'social_account_not_used' => '이 :socialAccount 계정은 어떤 사용자와도 연결되어 있지 않습니다. 프로필 설정에서 첨부하세요. ',
+    'social_account_register_instructions' => '아직 계정이 없는 경우 :socialAccount 옵션을 사용하여 계정을 등록할 수 있습니다.',
+    'social_driver_not_found' => '소셜 드라이버를 찾을 수 없습니다.',
+    'social_driver_not_configured' => '소셜 계정 :socialAccount 가(이) 올바르게 구성되지 않았습니다.',
+    'invite_token_expired' => '이 초대 링크가 만료되었습니다. 대신 계정 비밀번호 재설정을 시도해 보세요.',
+    'login_user_not_found' => '이 동작의 사용자를 찾을 수 없습니다.',
 
     // System
-    'path_not_writable' => ':filePath에 쓰는 것을 서버에서 허용하지 않습니다.',
-    'cannot_get_image_from_url' => ':url에서 이미지를 불러올 수 없습니다.',
-    'cannot_create_thumbs' => 'ì\84¬ë\84¤ì\9d¼ì\9d\84 ëª» ë§\8cë\93¤ì\97\88ì\8aµë\8b\88ë\8b¤. PHPì\97\90 GD í\99\95ì\9e¥ ë\8f\84구를 ì\84¤ì¹\98하세요.',
-    'server_upload_limit' => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',
-    'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
-    'uploaded'  => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',
+    'path_not_writable' => '파일 경로 :filePath 에 업로드할 수 없습니다. 서버에 저장이 가능한지 확인하세요.',
+    'cannot_get_image_from_url' => ':url 에서 이미지를 가져올 수 없습니다.',
+    'cannot_create_thumbs' => 'ì\84\9cë²\84ì\97\90ì\84\9c ì\8d¸ë\84¤ì\9d¼ì\9d\84 ë§\8cë\93¤ ì\88\98 ì\97\86ì\8aµë\8b\88ë\8b¤. GD PHP í\99\95ì\9e¥ì\9d´ ì\84¤ì¹\98ë\90\98ì\96´ ì\9e\88ë\8a\94ì§\80 í\99\95ì\9d¸하세요.',
+    'server_upload_limit' => '서버에서 이 크기의 업로드를 허용하지 않습니다. 더 작은 파일 크기를 시도해 보세요.',
+    'server_post_limit' => '서버가 제공된 데이터 양을 수신할 수 없습니다. 더 적은 데이터 또는 더 작은 파일로 다시 시도하세요.',
+    'uploaded'  => '서버에서 이 크기의 업로드를 허용하지 않습니다. 더 작은 파일 크기를 시도해 보세요.',
 
     // Drawing & Images
-    'image_upload_error' => 'ì\9d´ë¯¸ì§\80를 ì\98¬ë¦¬ë\8b¤ ë¬¸ì \9cê°\80 ì\83\9dê²¼습니다.',
-    'image_upload_type_error' => 'ì\9c í\9a¨í\95\98ì§\80 ì\95\8aì\9d\80 ì\9d´ë¯¸ì§\80 í\98\95ì\8b\9dì\9e\85니다.',
-    'image_upload_replace_type' => 'Image file replacements must be of the same type',
-    'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
-    'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
-    'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
-    'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
+    'image_upload_error' => 'ì\9d´ë¯¸ì§\80를 ì\97\85ë¡\9cë\93\9cí\95\98ë\8a\94 ë\8f\99ì\95\88 ì\98¤ë¥\98ê°\80 ë°\9cì\83\9dí\96\88습니다.',
+    'image_upload_type_error' => 'ì\97\85ë¡\9cë\93\9c ì¤\91ì\9d¸ ì\9d´ë¯¸ì§\80 ì\9c í\98\95ì\9d´ ì\9c í\9a¨í\95\98ì§\80 ì\95\8aì\8aµ니다.',
+    'image_upload_replace_type' => '이미지 파일 교체는 반드시 동일한 유형이어야 합니다.',
+    'image_upload_memory_limit' => '시스템 리소스 제한으로 인해 이미지 업로드를 처리하거나 미리보기 이미지를 만들지 못했습니다.',
+    'image_thumbnail_memory_limit' => '시스템 리소스 제한으로 인해 이미지 크기 변형을 만들지 못했습니다.',
+    'image_gallery_thumbnail_memory_limit' => '시스템 리소스 제한으로 인해 갤러리 썸네일을 만들지 못했습니다.',
+    'drawing_data_not_found' => '드로잉 데이터를 로드할 수 없습니다. 드로잉 파일이 더 이상 존재하지 않거나 해당 파일에 액세스할 수 있는 권한이 없을 수 있습니다.',
 
     // Attachments
-    'attachment_not_found' => '첨ë¶\80 í\8c\8cì\9d¼ì\9d´ 없습니다.',
-    'attachment_upload_error' => 'An error occurred uploading the attachment file',
+    'attachment_not_found' => '첨ë¶\80 í\8c\8cì\9d¼ì\9d\84 ì°¾ì\9d\84 ì\88\98 없습니다.',
+    'attachment_upload_error' => '첨부 파일을 업로드하는 동안 오류가 발생했습니다.',
 
     // Pages
-    'page_draft_autosave_fail' => '초안 문서를 유실했습니다. 인터넷 연결 상태를 확인하세요.',
-    'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
-    'page_custom_home_deletion' => '처음 페이지는 지울 수 없습니다.',
+    'page_draft_autosave_fail' => '초안을 저장하지 못했습니다. 이 페이지를 저장하기 전에 인터넷에 연결되어 있는지 확인하세요.',
+    'page_draft_delete_fail' => '페이지 초안을 삭제하고 현재 페이지에 저장된 콘텐츠를 가져오지 못했습니다.',
+    'page_custom_home_deletion' => '페이지가 홈페이지로 설정되어 있는 동안에는 삭제할 수 없습니다.',
 
     // Entities
     'entity_not_found' => '항목이 없습니다.',
-    'bookshelf_not_found' => 'Shelf not found',
+    'bookshelf_not_found' => '책장을 찾을 수 없음',
     'book_not_found' => '책이 없습니다.',
     'page_not_found' => '문서가 없습니다.',
     'chapter_not_found' => '챕터가 없습니다.',
@@ -78,6 +78,7 @@ return [
     // Users
     'users_cannot_delete_only_admin' => 'Admin을 삭제할 수 없습니다.',
     'users_cannot_delete_guest' => 'Guest를 삭제할 수 없습니다.',
+    'users_could_not_send_invite' => '초대 이메일을 보내는 데 실패하여 사용자를 생성할 수 없습니다.',
 
     // Roles
     'role_cannot_be_edited' => '권한을 수정할 수 없습니다.',
@@ -93,7 +94,7 @@ return [
     'empty_comment' => '빈 댓글은 등록할 수 없습니다.',
 
     // Error pages
-    '404_page_not_found' => '404 Not Found',
+    '404_page_not_found' => '페이지를 찾을 수 없습니다.',
     'sorry_page_not_found' => '문서를 못 찾았습니다.',
     'sorry_page_not_found_permission_warning' => '문서를 볼 권한이 없습니다.',
     'image_not_found' => '이미지를 찾을 수 없습니다',
@@ -104,6 +105,18 @@ return [
     'app_down' => ':appName에 문제가 생겼습니다.',
     'back_soon' => '곧 돌아갑니다.',
 
+    // Import
+    'import_zip_cant_read' => 'ZIP 파일을 읽을 수 없습니다.',
+    'import_zip_cant_decode_data' => 'ZIP data.json 콘텐츠를 찾아서 디코딩할 수 없습니다.',
+    'import_zip_no_data' => '컨텐츠 ZIP 파일 데이터에 데이터가 비어있습니다.',
+    'import_validation_failed' => '컨텐츠 ZIP 파일을 가져오려다 실패했습니다. 이유:',
+    'import_zip_failed_notification' => '컨텐츠 ZIP 파일을 가져오지 못했습니다.',
+    'import_perms_books' => '책을 만드는 데 필요한 권한이 없습니다.',
+    'import_perms_chapters' => '챕터를 만드는 데 필요한 권한이 없습니다.',
+    'import_perms_pages' => '페이지를 만드는 데 필요한 권한이 없습니다.',
+    'import_perms_images' => '이미지를 만드는 데 필요한 권한이 없습니다.',
+    'import_perms_attachments' => '첨부 파일을 만드는 데 필요한 권한이 없습니다.',
+
     // API errors
     'api_no_authorization_found' => '요청에서 인증 토큰을 찾을 수 없습니다.',
     'api_bad_authorization_format' => '요청에서 인증 토큰을 찾았으나 형식에 문제가 있습니다.',
@@ -116,5 +129,5 @@ return [
     'maintenance_test_email_failure' => '메일을 발송하는 도중 문제가 생겼습니다:',
 
     // HTTP errors
-    'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
+    'http_ssr_url_no_match' => 'URL이 구성된 허용된 SSR 호스트와 일치하지 않습니다.',
 ];