該文件協作翻譯外掛
是 octobercms框架的外掛。因要做一個octobercms
的文件翻譯,故有此外掛
類似 LearnKu.com
的文件翻譯
功能
-
前端
-
文件協作
- 認領
- 改進
- 重譯
-
整塊翻譯
-
分塊翻譯
-
-
後端
-
資料操作
- 建立文件
- 建立章節
- 建立段落
-
審閱
-
檢視操作記錄
-
切換至相應時間點
-
模型關係
效果預覽
翻譯進度
整塊翻譯
分塊翻譯
翻譯頁面
文件管理
章節拖拽排序
章節列表
修改歷史
分塊列表
審閱
install
git clone https://github.com/jc91715/oc-plugin-book plugins/jc91715/book
migrate
php artisan october:up
create lists page and list page and translate page
example:
- lists page:
/books
put theBookLists
component in this page,choose the chapterPage redirect to list page
- list page:
/books/:doc_id/chapters/:chapter_id?
the url must contain :doc_id
and chapter_id
params
put the BookList
component in this page,choose the translatePage redirect to translate page
- translate page:
/:class_type/:slug/translate/:type?
put the Translate
component in this page
create some data in backend