]> BookStack Code Mirror - bookstack/blob - lang/ko/errors.php
Merge branch 'fix/oidc-logout' into development
[bookstack] / lang / ko / errors.php
1 <?php
2 /**
3  * Text shown in error messaging.
4  */
5 return [
6
7     // Permissions
8     'permission' => '권한이 없습니다.',
9     'permissionJson' => '권한이 없습니다.',
10
11     // Auth
12     'error_user_exists_different_creds' => ':email(을)를 가진 다른 사용자가 있습니다.',
13     'email_already_confirmed' => '확인이 끝난 메일 주소입니다. 로그인하세요.',
14     'email_confirmation_invalid' => '이 링크는 더 이상 유효하지 않습니다. 다시 가입하세요.',
15     'email_confirmation_expired' => '이 링크는 더 이상 유효하지 않습니다. 메일을 다시 보냈습니다.',
16     'email_confirmation_awaiting' => '사용 중인 계정의 이메일 주소를 확인해 주어야 합니다.',
17     'ldap_fail_anonymous' => '익명 정보로 LDAP 서버에 접근할 수 없습니다.',
18     'ldap_fail_authed' => '이 정보로 LDAP 서버에 접근할 수 없습니다.',
19     'ldap_extension_not_installed' => 'PHP에 LDAP 확장 도구를 설치하세요.',
20     'ldap_cannot_connect' => 'LDAP 서버에 연결할 수 없습니다.',
21     'saml_already_logged_in' => '로그인 중입니다.',
22     'saml_user_not_registered' => ':name 사용자가 없습니다. 자동 가입 옵션이 비활성 상태입니다.',
23     'saml_no_email_address' => '인증 시스템이 제공한 메일 주소가 없습니다.',
24     'saml_invalid_response_id' => '인증 시스템이 요청을 받지 못했습니다. 인증 후 이전 페이지로 돌아갈 때 발생할 수 있는 현상입니다.',
25     'saml_fail_authed' => ':system에 로그인할 수 없습니다.',
26     'oidc_already_logged_in' => '로그인 중입니다.',
27     'oidc_user_not_registered' => ':name 사용자가 없습니다. 자동 가입 옵션이 비활성 상태입니다.',
28     'oidc_no_email_address' => '인증 시스템이 제공한 메일 주소가 없습니다.',
29     'oidc_fail_authed' => ':system에 로그인할 수 없습니다.',
30     'social_no_action_defined' => '무슨 활동인지 알 수 없습니다.',
31     'social_login_bad_response' => ":socialAccount에 로그인할 수 없습니다. : \\n:error",
32     'social_account_in_use' => ':socialAccount(을)를 가진 사용자가 있습니다. :socialAccount로 로그인하세요.',
33     'social_account_email_in_use' => ':email(을)를 가진 사용자가 있습니다. 쓰고 있는 계정을 :socialAccount에 연결하세요.',
34     'social_account_existing' => ':socialAccount(와)과 연결 상태입니다.',
35     'social_account_already_used_existing' => ':socialAccount(와)과 연결한 다른 계정이 있습니다.',
36     'social_account_not_used' => ':socialAccount(와)과 연결한 계정이 없습니다. 쓰고 있는 계정을 연결하세요.',
37     'social_account_register_instructions' => '계정이 없어도 :socialAccount로 가입할 수 있습니다.',
38     'social_driver_not_found' => '가입할 수 없습니다.',
39     'social_driver_not_configured' => ':socialAccount가 유효하지 않습니다.',
40     'invite_token_expired' => '이 링크는 더 이상 유효하지 않습니다. 패스워드를 바꾸세요.',
41
42     // System
43     'path_not_writable' => ':filePath에 쓰는 것을 서버에서 허용하지 않습니다.',
44     'cannot_get_image_from_url' => ':url에서 이미지를 불러올 수 없습니다.',
45     'cannot_create_thumbs' => '섬네일을 못 만들었습니다. PHP에 GD 확장 도구를 설치하세요.',
46     'server_upload_limit' => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',
47     'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
48     'uploaded'  => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',
49
50     // Drawing & Images
51     'image_upload_error' => '이미지를 올리다 문제가 생겼습니다.',
52     'image_upload_type_error' => '유효하지 않은 이미지 형식입니다.',
53     'image_upload_replace_type' => 'Image file replacements must be of the same type',
54     'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
55     'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
56     'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
57     '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.',
58
59     // Attachments
60     'attachment_not_found' => '첨부 파일이 없습니다.',
61     'attachment_upload_error' => 'An error occurred uploading the attachment file',
62
63     // Pages
64     'page_draft_autosave_fail' => '초안 문서를 유실했습니다. 인터넷 연결 상태를 확인하세요.',
65     'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
66     'page_custom_home_deletion' => '처음 페이지는 지울 수 없습니다.',
67
68     // Entities
69     'entity_not_found' => '항목이 없습니다.',
70     'bookshelf_not_found' => 'Shelf not found',
71     'book_not_found' => '책이 없습니다.',
72     'page_not_found' => '문서가 없습니다.',
73     'chapter_not_found' => '챕터가 없습니다.',
74     'selected_book_not_found' => '고른 책이 없습니다.',
75     'selected_book_chapter_not_found' => '고른 책이나 챕터가 없습니다.',
76     'guests_cannot_save_drafts' => 'Guest는 초안 문서를 보관할 수 없습니다.',
77
78     // Users
79     'users_cannot_delete_only_admin' => 'Admin을 삭제할 수 없습니다.',
80     'users_cannot_delete_guest' => 'Guest를 삭제할 수 없습니다.',
81
82     // Roles
83     'role_cannot_be_edited' => '권한을 수정할 수 없습니다.',
84     'role_system_cannot_be_deleted' => '시스템 권한을 지울 수 없습니다.',
85     'role_registration_default_cannot_delete' => '가입한 사용자의 기본 권한을 지울 수 있어야 합니다.',
86     'role_cannot_remove_only_admin' => 'Admin을 가진 사용자가 적어도 한 명 있어야 합니다.',
87
88     // Comments
89     'comment_list' => '댓글을 가져오다 문제가 생겼습니다.',
90     'cannot_add_comment_to_draft' => '초안 문서에 댓글을 달 수 없습니다.',
91     'comment_add' => '댓글을 등록하다 문제가 생겼습니다.',
92     'comment_delete' => '댓글을 지우다 문제가 생겼습니다.',
93     'empty_comment' => '빈 댓글은 등록할 수 없습니다.',
94
95     // Error pages
96     '404_page_not_found' => '404 Not Found',
97     'sorry_page_not_found' => '문서를 못 찾았습니다.',
98     'sorry_page_not_found_permission_warning' => '문서를 볼 권한이 없습니다.',
99     'image_not_found' => '이미지를 찾을 수 없습니다',
100     'image_not_found_subtitle' => '이미지를 못 찾았습니다.',
101     'image_not_found_details' => '이미지가 지워졌을 수 있습니다.',
102     'return_home' => '처음으로 돌아가기',
103     'error_occurred' => '문제가 생겼습니다.',
104     'app_down' => ':appName에 문제가 생겼습니다.',
105     'back_soon' => '곧 돌아갑니다.',
106
107     // API errors
108     'api_no_authorization_found' => '요청에서 인증 토큰을 찾을 수 없습니다.',
109     'api_bad_authorization_format' => '요청에서 인증 토큰을 찾았으나 형식에 문제가 있습니다.',
110     'api_user_token_not_found' => '인증 토큰과 일치하는 API 토큰을 찾을 수 없습니다.',
111     'api_incorrect_token_secret' => 'API 토큰이 제공한 암호에 문제가 있습니다.',
112     'api_user_no_api_permission' => 'API 토큰의 소유자가 API를 호출할 권한이 없습니다.',
113     'api_user_token_expired' => '인증 토큰이 만료되었습니다.',
114
115     // Settings & Maintenance
116     'maintenance_test_email_failure' => '메일을 발송하는 도중 문제가 생겼습니다:',
117
118     // HTTP errors
119     'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
120 ];