3 * Activity text strings.
4 * Is used for all the text within activity logs & notifications.
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' => 'Page successfully moved',
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' => 'Chapter successfully moved',
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' => '책 정렬 바꿈',
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' => '책꽃이가 삭제되었습니다.',
53 'revision_restore' => 'restored revision',
54 'revision_delete' => 'deleted revision',
55 'revision_delete_notification' => 'Revision successfully deleted',
58 'favourite_add_notification' => '":name" 북마크에 추가함',
59 'favourite_remove_notification' => '":name" 북마크에서 삭제함',
62 'auth_login' => 'logged in',
63 'auth_register' => 'registered as new user',
64 'auth_password_reset_request' => 'requested user password reset',
65 'auth_password_reset_update' => 'reset user password',
66 'mfa_setup_method' => 'configured MFA method',
67 'mfa_setup_method_notification' => '다중 인증 설정함',
68 'mfa_remove_method' => 'removed MFA method',
69 'mfa_remove_method_notification' => '다중 인증 해제함',
72 'settings_update' => 'updated settings',
73 'settings_update_notification' => 'Settings successfully updated',
74 'maintenance_action_run' => 'ran maintenance action',
77 'webhook_create' => '웹 훅 만들기',
78 'webhook_create_notification' => '웹 훅 생성함',
79 'webhook_update' => '웹 훅 수정하기',
80 'webhook_update_notification' => '웹 훅 수정함',
81 'webhook_delete' => '웹 훅 지우기',
82 'webhook_delete_notification' => '웹 훅 삭제함',
85 'user_create' => 'created user',
86 'user_create_notification' => 'User successfully created',
87 'user_update' => 'updated user',
88 'user_update_notification' => '사용자가 업데이트되었습니다',
89 'user_delete' => 'deleted user',
90 'user_delete_notification' => '사용자가 삭제되었습니다',
93 'api_token_create' => 'created api token',
94 'api_token_create_notification' => 'API token successfully created',
95 'api_token_update' => 'updated api token',
96 'api_token_update_notification' => 'API token successfully updated',
97 'api_token_delete' => 'deleted api token',
98 'api_token_delete_notification' => 'API token successfully deleted',
101 'role_create' => 'created role',
102 'role_create_notification' => '역할이 생성되었습니다',
103 'role_update' => 'updated role',
104 'role_update_notification' => '역할이 수정되었습니다',
105 'role_delete' => 'deleted role',
106 'role_delete_notification' => '역할이 삭제되었습니다',
109 'recycle_bin_empty' => 'emptied recycle bin',
110 'recycle_bin_restore' => 'restored from recycle bin',
111 'recycle_bin_destroy' => 'removed from recycle bin',
114 'commented_on' => '댓글 쓰기',
115 'permissions_update' => '권한 수정함',