]> BookStack Code Mirror - bookstack/blob - resources/lang/kr/activities.php
Update components.php
[bookstack] / resources / lang / kr / activities.php
1 <?php
2
3 return [
4
5     /**
6      * Activity text strings.
7      * Is used for all the text within activity logs & notifications.
8      */
9
10     // Pages
11     'page_create'                 => '페이지 생성',
12     'page_create_notification'    => '페이지를 만들었습니다.',
13     'page_update'                 => '페이지 업데이트',
14     'page_update_notification'    => '페이지를 업데이트하였습니다.',
15     'page_delete'                 => '페이지 삭제',
16     'page_delete_notification'    => '페이지를 삭제하였습니다.',
17     'page_restore'                => '페이지 복원',
18     'page_restore_notification'   => '페이지를 복원하였습니다.',
19     'page_move'                   => '페이지 이동',
20
21     // Chapters
22     'chapter_create'              => '챕터 만들기',
23     'chapter_create_notification' => '챕터를 만들었습니다.',
24     'chapter_update'              => '챕터 업데이트',
25     'chapter_update_notification' => '챕터를 업데이트하였습니다.',
26     'chapter_delete'              => '챕터 삭제',
27     'chapter_delete_notification' => '챔터를 삭제하였습니다.',
28     'chapter_move'                => '챕터 이동',
29
30     // Books
31     'book_create'                 => '책 만들기',
32     'book_create_notification'    => '책을 만들었습니다.',
33     'book_update'                 => '책 업데이트',
34     'book_update_notification'    => '책을 업데이트하였습니다.',
35     'book_delete'                 => '책 삭제',
36     'book_delete_notification'    => '책을 삭제하였습니다.',
37     'book_sort'                   => '책 정렬',
38     'book_sort_notification'      => '책을 정렬하였습니다.',
39
40 ];