diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 1a9508129..8cdb80ac4 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -348,5 +348,16 @@ module.exports = { Push:'Push', templateDownload:'Template download', textInformation:'Text information', - relatedInformation:'Related information' + relatedInformation:'Related information', + RetrieveFiles:'Retrieve received files', + SplitText:'Split received text', + ImportResults:'Import split results', + copy:'copy', + TemplateDownload:'Template download', + MergerClause:'Merger clause', + BatchSetting:'Batch setting', + BatchCancel:'Batch cancel collection', + SubscriptionManagement:'Subscription domain management', + BatchCancellation:'Batch cancellation', + } \ 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 049e220f5..e7d483113 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -352,5 +352,16 @@ module.exports = { Push:'推送', templateDownload:'模板下载', textInformation:'文本信息', - relatedInformation:'关联信息' + relatedInformation:'关联信息', + RetrieveFiles:'调取已入库文件', + SplitText:'拆分已入库文本', + ImportResults:'导入拆分结果', + copy:'复制', + TemplateDownload:'模板下载', + MergerClause:'合并条款', + BatchSetting:'批量设置', + BatchCancel:'批量取消收藏', + SubscriptionManagement:'订阅领域管理', + BatchCancellation:'批量取消', + } \ No newline at end of file diff --git a/jero-web/src/components/search/index.vue b/jero-web/src/components/search/index.vue index 7292d443b..f84cc4f0b 100644 --- a/jero-web/src/components/search/index.vue +++ b/jero-web/src/components/search/index.vue @@ -3,7 +3,7 @@ + + + + \ No newline at end of file diff --git a/jero-web/src/views/documentManage/splitting/modules/splitDetail.vue b/jero-web/src/views/documentManage/splitting/modules/splitDetail.vue index b8c9b593b..a903ff6d7 100644 --- a/jero-web/src/views/documentManage/splitting/modules/splitDetail.vue +++ b/jero-web/src/views/documentManage/splitting/modules/splitDetail.vue @@ -47,7 +47,7 @@ {{$t('query')}} - 清空 + {{ $t('reset') }} @@ -57,35 +57,35 @@
- 复制 + {{ $t('copy') }}
- 新增 + {{ $t('add') }}
- 导入 + {{ $t('import') }}
- 导出 + {{ $t('export') }}
- 模板下载 + {{ $t('TemplateDownload') }}
- 合并条款 + {{ $t('MergerClause') }}
- 批量设置 + {{ $t('BatchSetting') }}
- 批量删除 + {{ $t('BatchDelete') }}
@@ -110,15 +110,19 @@
+