]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/activities.php
ab7a46d0fa10b882f674437218318c8be68ad565
[bookstack] / resources / 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
19     // Chapters
20     'chapter_create'              => '챕터 만들기',
21     'chapter_create_notification' => '챕터 생성함',
22     'chapter_update'              => '챕터 수정',
23     'chapter_update_notification' => '챕터 수정함',
24     'chapter_delete'              => '삭제된 챕터',
25     'chapter_delete_notification' => '챕터 삭제함',
26     'chapter_move'                => '챕터 이동된',
27
28     // Books
29     'book_create'                 => '책자 만들기',
30     'book_create_notification'    => '책 생성함',
31     'book_create_from_chapter'              => '챕터를 책으로 변환',
32     'book_create_from_chapter_notification' => '챕터를 책으로 변환했습니다.',
33     'book_update'                 => '책 수정',
34     'book_update_notification'    => '책 수정함',
35     'book_delete'                 => '책 지우기',
36     'book_delete_notification'    => '책 삭제함',
37     'book_sort'                   => '책자 정렬',
38     'book_sort_notification'      => '책 정렬 바꿈',
39
40     // Bookshelves
41     'bookshelf_create'            => '책꽃이 만들기',
42     'bookshelf_create_notification'    => '책꽃이 생성 완료',
43     'bookshelf_create_from_book'    => '책을 책꽃이로 변환',
44     'bookshelf_create_from_book_notification'    => '책을 책꽂이로 변환했습니다.',
45     'bookshelf_update'                 => '책꽃이 업데이트',
46     'bookshelf_update_notification'    => '책꽃이가 업데이트되었습니다',
47     'bookshelf_delete'                 => '선반 삭제',
48     'bookshelf_delete_notification'    => '책꽃이가 삭제되었습니다.',
49
50     // Favourites
51     'favourite_add_notification' => '":name" 북마크에 추가함',
52     'favourite_remove_notification' => '":name" 북마크에서 삭제함',
53
54     // MFA
55     'mfa_setup_method_notification' => '다중 인증 설정함',
56     'mfa_remove_method_notification' => '다중 인증 해제함',
57
58     // Webhooks
59     'webhook_create' => '웹 훅 만들기',
60     'webhook_create_notification' => '웹 훅 생성함',
61     'webhook_update' => '웹 훅 수정하기',
62     'webhook_update_notification' => '웹 훅 수정함',
63     'webhook_delete' => '웹 훅 지우기',
64     'webhook_delete_notification' => '웹 훅 삭제함',
65
66     // Users
67     'user_update_notification' => '사용자가 업데이트되었습니다',
68     'user_delete_notification' => '사용자가 삭제되었습니다',
69
70     // Other
71     'commented_on'                => '댓글 쓰기',
72     'permissions_update'          => '권한 수정함',
73 ];