]> BookStack Code Mirror - bookstack/blob - lang/ko/activities.php
Merge pull request #5626 from BookStackApp/rubentalstra-development
[bookstack] / lang / ko / activities.php
1 <?php
2 /**
3  * Activity text strings.
4  * Is used for all the text within activity logs & notifications.
5  */
6 return [
7
8     // Pages
9     'page_create'                 => '페이지 생성',
10     'page_create_notification'    => '페이지가 성공적으로 생성되었습니다',
11     'page_update'                 => '페이지 업데이트',
12     'page_update_notification'    => '페이지가 성공적으로 업데이트 되었습니다',
13     'page_delete'                 => '페이지 삭제',
14     'page_delete_notification'    => '페이지가 성공적으로 삭제되었습니다',
15     'page_restore'                => '페이지 복원',
16     'page_restore_notification'   => '페이지가 성공적으로 복원되었습니다',
17     'page_move'                   => '페이지 이동',
18     'page_move_notification'      => '페이지가 성공적으로 이동되었습니다',
19
20     // Chapters
21     'chapter_create'              => '챕터 생성',
22     'chapter_create_notification' => '챕터가 성공적으로 생성되었습니다.',
23     'chapter_update'              => '챕터 수정',
24     'chapter_update_notification' => '챕터가 성공적으로 수정되었습니다.',
25     'chapter_delete'              => '챕터 삭제',
26     'chapter_delete_notification' => '챕터가 성공적으로 삭제되었습니다.',
27     'chapter_move'                => '챕터 이동',
28     'chapter_move_notification' => '페이지가 성공적으로 이동되었습니다.',
29
30     // Books
31     'book_create'                 => '책 생성',
32     'book_create_notification'    => '책이 성공적으로 생성되었습니다.',
33     'book_create_from_chapter'              => '챕터를 책으로 변환',
34     'book_create_from_chapter_notification' => '챕터가 책으로 성공적으로 변환되었습니다.',
35     'book_update'                 => '업데이트된 책',
36     'book_update_notification'    => '책이 성공적으로 업데이트되었습니다.',
37     'book_delete'                 => '삭제된 책',
38     'book_delete_notification'    => '책이 성공적으로 삭제되었습니다.',
39     'book_sort'                   => '책 정렬',
40     'book_sort_notification'      => '책이 성공적으로 재정렬되었습니다.',
41
42     // Bookshelves
43     'bookshelf_create'            => '책장 만들기',
44     'bookshelf_create_notification'    => '책장을 성공적으로 생성했습니다.',
45     'bookshelf_create_from_book'    => '책을 책장으로 변환함',
46     'bookshelf_create_from_book_notification'    => '책을 성공적으로 책장으로 변환하였습니다.',
47     'bookshelf_update'                 => '책장 업데이트',
48     'bookshelf_update_notification'    => '책장이 성공적으로 업데이트 되었습니다.',
49     'bookshelf_delete'                 => '책장 삭제',
50     'bookshelf_delete_notification'    => '책장이 성공적으로 삭제되었습니다.',
51
52     // Revisions
53     'revision_restore' => '버전 복구',
54     'revision_delete' => '버전 삭제',
55     'revision_delete_notification' => '버전 삭제 성공',
56
57     // Favourites
58     'favourite_add_notification' => '":name" 을 북마크에 추가하였습니다.',
59     'favourite_remove_notification' => '":name" 가 북마크에서 삭제되었습니다.',
60
61     // Watching
62     'watch_update_level_notification' => '주시 환경설정이 성공적으로 업데이트되었습니다.',
63
64     // Auth
65     'auth_login' => '로그인 완료',
66     'auth_register' => '신규 사용자 등록',
67     'auth_password_reset_request' => '사용자 비밀번호 초기화 요청',
68     'auth_password_reset_update' => '사용자 비밀번호 초기화',
69     'mfa_setup_method' => '다중인증(MFA)이 구성되었습니다.',
70     'mfa_setup_method_notification' => '다중 인증 설정함',
71     'mfa_remove_method' => 'MFA 메서드 제거',
72     'mfa_remove_method_notification' => '다중인증(MFA)이 성공적으로 제거되었습니다.',
73
74     // Settings
75     'settings_update' => '설정 변경',
76     'settings_update_notification' => '설졍 변경 성공',
77     'maintenance_action_run' => '유지관리 작업 실행',
78
79     // Webhooks
80     'webhook_create' => '웹 훅 생성',
81     'webhook_create_notification' => '웹 훅 생성함',
82     'webhook_update' => '웹 훅 수정',
83     'webhook_update_notification' => '웹 훅 설정이 수정되었습니다.',
84     'webhook_delete' => '웹 훅 지우기',
85     'webhook_delete_notification' => '웹 훅 삭제함',
86
87     // Imports
88     'import_create' => '컨텐츠 ZIP 파일이 생성되었습니다.',
89     'import_create_notification' => '컨텐츠 ZIP 파일이 업로드 되었습니다.',
90     'import_run' => '컨텐츠 ZIP 파일을 업데이트하였습니다.',
91     'import_run_notification' => '내용을 가져왔습니다.',
92     'import_delete' => '임포트 파일 삭제',
93     'import_delete_notification' => '임포트 파일을 삭제하였습니다.',
94
95     // Users
96     'user_create' => '사용자 생성',
97     'user_create_notification' => '사용자 생성 성공',
98     'user_update' => '사용자 갱신',
99     'user_update_notification' => '사용자가 업데이트되었습니다',
100     'user_delete' => '사용자 삭제',
101     'user_delete_notification' => '사용자가 삭제되었습니다',
102
103     // API Tokens
104     'api_token_create' => '생성된 API 토큰',
105     'api_token_create_notification' => 'API 토큰이 성공적으로 생성되었습니다.',
106     'api_token_update' => '갱신된 API 토큰',
107     'api_token_update_notification' => 'API 토큰이 성공적으로 업데이트되었습니다.',
108     'api_token_delete' => '삭제된 API 토큰',
109     'api_token_delete_notification' => 'API 토큰이 성공적으로 삭제되었습니다.',
110
111     // Roles
112     'role_create' => '역활 생성',
113     'role_create_notification' => '역할이 생성되었습니다',
114     'role_update' => '역활 갱신',
115     'role_update_notification' => '역할이 수정되었습니다',
116     'role_delete' => '역활 삭제',
117     'role_delete_notification' => '역할이 삭제되었습니다',
118
119     // Recycle Bin
120     'recycle_bin_empty' => '비운 휴지통',
121     'recycle_bin_restore' => '휴지통에서 복원됨',
122     'recycle_bin_destroy' => '휴지통에서 제거됨',
123
124     // Comments
125     'commented_on'                => '댓글 쓰기',
126     'comment_create'              => '댓글 생성',
127     'comment_update'              => '댓글 변경',
128     'comment_delete'              => '댓글 삭제',
129
130     // Sort Rules
131     'sort_rule_create' => '정렬 규칙 생성',
132     'sort_rule_create_notification' => '정렬 규칙이 성공적으로 생성되었습니다',
133     'sort_rule_update' => '정렬 규칙 업데이트',
134     'sort_rule_update_notification' => '정렬 규칙이 성공적으로 업데이트 되었습니다',
135     'sort_rule_delete' => '정렬 규칙 삭제',
136     'sort_rule_delete_notification' => '정렬 규칙이 성공적으로 삭제되었습니다',
137
138     // Other
139     'permissions_update'          => '권한 수정함',
140 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.