'book_sort_notification' => '책 정렬 바꿈',
// Bookshelves
- 'bookshelf_create' => '책꽂이 만들기',
- 'bookshelf_create_notification' => '책꽂이 생성함',
- 'bookshelf_create_from_book' => '책을 책꽂이로 변환',
+ 'bookshelf_create' => 'created shelf',
+ 'bookshelf_create_notification' => 'Shelf successfully created',
+ 'bookshelf_create_from_book' => 'converted book to shelf',
'bookshelf_create_from_book_notification' => '책을 책꽂이로 변환했습니다.',
- 'bookshelf_update' => '책꽂이 수정',
- 'bookshelf_update_notification' => '책꽂이 수정함',
- 'bookshelf_delete' => '책꽂이 지우기',
- 'bookshelf_delete_notification' => '책꽂이 삭제함',
+ 'bookshelf_update' => 'updated shelf',
+ 'bookshelf_update_notification' => 'Shelf successfully updated',
+ 'bookshelf_delete' => 'deleted shelf',
+ 'bookshelf_delete_notification' => 'Shelf successfully deleted',
// Favourites
'favourite_add_notification' => '":name" 북마크에 추가함',