diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 7b67fcac7..2f1865a5b 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -375,4 +375,15 @@ module.exports = { cancelConfirmSubscribe:'Are you sure you want to cancel the subscribe', ConfirmDelete:'Confirm Delete ?', ConfirmBatchDeletion:'Confirm Batch Deletion ? ', + download:'download', + UpdateLog:'update log', + DocumentSplitting:'Document splitting', + DocumentTranslation:'Document translation', + DocumentComparison:'Document comparison', + KnowledgeDatabase:'Knowledge Q & a database', + StandardDetails:'Standard details', + whole:'whole', + DocumentLibrary:'Document Library', + DocumentComparisonLibrary:'Document comparison Library', + weekly:'weekly', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 592e35521..6d6ce92cf 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -379,4 +379,15 @@ module.exports = { cancelConfirmSubscribe:'确定取消订阅?', ConfirmDelete:'确定删除?', ConfirmBatchDeletion:'确定批量删除?', + download:'下载', + UpdateLog:'更新log', + DocumentSplitting:'文档拆分', + DocumentTranslation:'文档翻译', + DocumentComparison:'文档对比', + KnowledgeDatabase:'知识问答库', + StandardDetails:'标准详情', + whole:'全部', + DocumentLibrary:'文档库', + DocumentComparisonLibrary:'文档对比库', + weekly:'周报', } \ No newline at end of file diff --git a/jero-web/src/components/Standardselection/index.vue b/jero-web/src/components/Standardselection/index.vue index 863e55918..951eccf69 100644 --- a/jero-web/src/components/Standardselection/index.vue +++ b/jero-web/src/components/Standardselection/index.vue @@ -1,14 +1,10 @@