]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/errors.php
Add close icon to notifications
[bookstack] / resources / 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     'ldap_fail_anonymous' => '익명 정보로 LDAP 서버에 접근할 수 없습니다.',
17     'ldap_fail_authed' => '이 정보로 LDAP 서버에 접근할 수 없습니다.',
18     'ldap_extension_not_installed' => 'PHP에 LDAP 확장 도구를 설치하세요.',
19     'ldap_cannot_connect' => 'LDAP 서버에 연결할 수 없습니다.',
20     'saml_already_logged_in' => 'Already logged in',
21     'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
22     'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
23     '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.',
24     'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
25     'saml_email_exists' => 'Registration unsuccessful since a user already exists with email address ":email"',
26     'social_no_action_defined' => '무슨 활동인지 알 수 없습니다.',
27     'social_login_bad_response' => ":socialAccount에 로그인할 수 없습니다. : \\n:error",
28     'social_account_in_use' => ':socialAccount(을)를 가진 사용자가 있습니다. :socialAccount로 로그인하세요.',
29     'social_account_email_in_use' => ':email(을)를 가진 사용자가 있습니다. 쓰고 있는 계정을 :socialAccount에 연결하세요.',
30     'social_account_existing' => ':socialAccount(와)과 연결 상태입니다.',
31     'social_account_already_used_existing' => ':socialAccount(와)과 연결한 다른 계정이 있습니다.',
32     'social_account_not_used' => ':socialAccount(와)과 연결한 계정이 없습니다. 쓰고 있는 계정을 연결하세요.',
33     'social_account_register_instructions' => '계정이 없어도 :socialAccount로 가입할 수 있습니다.',
34     'social_driver_not_found' => '가입할 수 없습니다.',
35     'social_driver_not_configured' => ':socialAccount가 유효하지 않습니다.',
36     'invite_token_expired' => '이 링크는 더 이상 유효하지 않습니다. 비밀번호를 바꾸세요.',
37
38     // System
39     'path_not_writable' => ':filePath에 쓰는 것을 서버에서 허용하지 않습니다.',
40     'cannot_get_image_from_url' => ':url에서 이미지를 불러올 수 없습니다.',
41     'cannot_create_thumbs' => '섬네일을 못 만들었습니다. PHP에 GD 확장 도구를 설치하세요.',
42     'server_upload_limit' => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',
43     'uploaded'  => '파일 크기가 서버에서 허용하는 수치를 넘습니다.',
44     'image_upload_error' => '이미지를 올리다 문제가 생겼습니다.',
45     'image_upload_type_error' => '유효하지 않은 이미지 형식입니다.',
46     'file_upload_timeout' => '파일을 올리는 데 걸리는 시간이 서버에서 허용하는 수치를 넘습니다.',
47
48     // Attachments
49     'attachment_page_mismatch' => '올리는 위치와 현재 문서가 다릅니다.',
50     'attachment_not_found' => '첨부 파일이 없습니다.',
51
52     // Pages
53     'page_draft_autosave_fail' => '쓰다 만 문서를 유실했습니다. 인터넷 연결 상태를 확인하세요.',
54     'page_custom_home_deletion' => '처음 페이지는 지울 수 없습니다.',
55
56     // Entities
57     'entity_not_found' => '항목이 없습니다.',
58     'bookshelf_not_found' => '서가가 없습니다.',
59     'book_not_found' => '책자가 없습니다.',
60     'page_not_found' => '문서가 없습니다.',
61     'chapter_not_found' => '챕터가 없습니다.',
62     'selected_book_not_found' => '고른 책자가 없습니다.',
63     'selected_book_chapter_not_found' => '고른 책자나 챕터가 없습니다.',
64     'guests_cannot_save_drafts' => 'Guest는 쓰다 만 문서를 보관할 수 없습니다.',
65
66     // Users
67     'users_cannot_delete_only_admin' => 'Admin을 삭제할 수 없습니다.',
68     'users_cannot_delete_guest' => 'Guest를 삭제할 수 없습니다.',
69
70     // Roles
71     'role_cannot_be_edited' => '권한을 수정할 수 없습니다.',
72     'role_system_cannot_be_deleted' => '시스템 권한을 지울 수 없습니다.',
73     'role_registration_default_cannot_delete' => '가입한 사용자의 기본 권한을 지울 수 있어야 합니다.',
74     'role_cannot_remove_only_admin' => 'Admin을 가진 사용자가 적어도 한 명 있어야 합니다.',
75
76     // Comments
77     'comment_list' => '댓글을 가져오다 문제가 생겼습니다.',
78     'cannot_add_comment_to_draft' => '쓰다 만 문서에 댓글을 달 수 없습니다.',
79     'comment_add' => '댓글을 등록하다 문제가 생겼습니다.',
80     'comment_delete' => '댓글을 지우다 문제가 생겼습니다.',
81     'empty_comment' => '빈 댓글은 등록할 수 없습니다.',
82
83     // Error pages
84     '404_page_not_found' => '404 Not Found',
85     'sorry_page_not_found' => '문서를 못 찾았습니다.',
86     'return_home' => '처음으로 돌아가기',
87     'error_occurred' => '문제가 생겼습니다.',
88     'app_down' => ':appName에 문제가 있는 것 같습니다',
89     'back_soon' => '곧 되돌아갑니다.',
90
91 ];