X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c6ad16dba657c82512ae495a4a38b99b8cfa9eeb..refs/pull/3918/head:/resources/lang/ko/activities.php diff --git a/resources/lang/ko/activities.php b/resources/lang/ko/activities.php index 1ea53b80a..ab7a46d0f 100644 --- a/resources/lang/ko/activities.php +++ b/resources/lang/ko/activities.php @@ -28,6 +28,8 @@ return [ // Books 'book_create' => '책자 만들기', 'book_create_notification' => '책 생성함', + 'book_create_from_chapter' => '챕터를 책으로 변환', + 'book_create_from_chapter_notification' => '챕터를 책으로 변환했습니다.', 'book_update' => '책 수정', 'book_update_notification' => '책 수정함', 'book_delete' => '책 지우기', @@ -36,12 +38,14 @@ return [ 'book_sort_notification' => '책 정렬 바꿈', // Bookshelves - 'bookshelf_create' => '책꽂이 만들기', - 'bookshelf_create_notification' => '책꽂이 생성함', - 'bookshelf_update' => '책꽂이 수정', - 'bookshelf_update_notification' => '책꽂이 수정함', - 'bookshelf_delete' => '책꽂이 지우기', - 'bookshelf_delete_notification' => '책꽂이 삭제함', + 'bookshelf_create' => '책꽃이 만들기', + 'bookshelf_create_notification' => '책꽃이 생성 완료', + 'bookshelf_create_from_book' => '책을 책꽃이로 변환', + 'bookshelf_create_from_book_notification' => '책을 책꽂이로 변환했습니다.', + 'bookshelf_update' => '책꽃이 업데이트', + 'bookshelf_update_notification' => '책꽃이가 업데이트되었습니다', + 'bookshelf_delete' => '선반 삭제', + 'bookshelf_delete_notification' => '책꽃이가 삭제되었습니다.', // Favourites 'favourite_add_notification' => '":name" 북마크에 추가함', @@ -60,8 +64,8 @@ return [ 'webhook_delete_notification' => '웹 훅 삭제함', // Users - 'user_update_notification' => 'User successfully updated', - 'user_delete_notification' => 'User successfully removed', + 'user_update_notification' => '사용자가 업데이트되었습니다', + 'user_delete_notification' => '사용자가 삭제되었습니다', // Other 'commented_on' => '댓글 쓰기',