]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/activities.php
Fix "Declaration of Middleware\TrustProxies::handle should be compatible with Fidelop...
[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'            => 'created Bookshelf',
40     'bookshelf_create_notification'    => 'Bookshelf Successfully Created',
41     'bookshelf_update'                 => 'updated bookshelf',
42     'bookshelf_update_notification'    => 'Bookshelf Successfully Updated',
43     'bookshelf_delete'                 => 'deleted bookshelf',
44     'bookshelf_delete_notification'    => 'Bookshelf Successfully Deleted',
45
46     // Other
47     'commented_on'                => 'commented on',
48 ];