X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f1d7699df52b158d066256e31511b506742f99d9..refs/pull/1755/head:/resources/lang/ko/activities.php diff --git a/resources/lang/ko/activities.php b/resources/lang/ko/activities.php index d2c46a007..5baeed3c8 100644 --- a/resources/lang/ko/activities.php +++ b/resources/lang/ko/activities.php @@ -1,12 +1,10 @@ '페이지 생성', 'page_create_notification' => '페이지를 만들었습니다.', @@ -37,4 +35,14 @@ return [ 'book_sort' => '책 정렬', 'book_sort_notification' => '책을 정렬하였습니다.', + // Bookshelves + 'bookshelf_create' => 'created Bookshelf', + 'bookshelf_create_notification' => 'Bookshelf Successfully Created', + 'bookshelf_update' => 'updated bookshelf', + 'bookshelf_update_notification' => 'Bookshelf Successfully Updated', + 'bookshelf_delete' => 'deleted bookshelf', + 'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted', + + // Other + 'commented_on' => 'commented on', ];