]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/activities.php
Fixed failing test after drawio default url change
[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_update'                 => '책 수정',
32     'book_update_notification'    => '책 수정함',
33     'book_delete'                 => '책 지우기',
34     'book_delete_notification'    => '책 삭제함',
35     'book_sort'                   => '책자 정렬',
36     'book_sort_notification'      => '책 정렬 바꿈',
37
38     // Bookshelves
39     'bookshelf_create'            => '책꽂이 만들기',
40     'bookshelf_create_notification'    => '책꽂이 생성함',
41     'bookshelf_update'                 => '책꽂이 수정',
42     'bookshelf_update_notification'    => '책꽂이 수정함',
43     'bookshelf_delete'                 => '책꽂이 지우기',
44     'bookshelf_delete_notification'    => '책꽂이 삭제함',
45
46     // Favourites
47     'favourite_add_notification' => '":name" 북마크에 추가함',
48     'favourite_remove_notification' => '":name" 북마크에서 삭제함',
49
50     // MFA
51     'mfa_setup_method_notification' => '다중 인증 설정함',
52     'mfa_remove_method_notification' => '다중 인증 해제함',
53
54     // Webhooks
55     'webhook_create' => '웹 훅 만들기',
56     'webhook_create_notification' => '웹 훅 생성함',
57     'webhook_update' => '웹 훅 수정하기',
58     'webhook_update_notification' => '웹 훅 수정함',
59     'webhook_delete' => '웹 훅 지우기',
60     'webhook_delete_notification' => '웹 훅 삭제함',
61
62     // Users
63     'user_update_notification' => 'User successfully updated',
64     'user_delete_notification' => 'User successfully removed',
65
66     // Other
67     'commented_on'                => '댓글 쓰기',
68     'permissions_update'          => '권한 수정함',
69 ];