]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/activities.php
Fixes padding issues of the sidebar's items
[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" has been added to your favourites',
48     'favourite_remove_notification' => '":name" has been removed from your favourites',
49
50     // MFA
51     'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
52     'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
53
54     // Other
55     'commented_on'                => '댓글 쓰기',
56     'permissions_update'          => 'updated permissions',
57 ];