diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 423f7bcbd..5e7d60cdb 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1168,4 +1168,8 @@ module.exports = { fullTextComments:'Full text comments', fileDeclaration:'file Declaration', FileForDetails:'File For Details', + Converting:'Converting', + convertNetwork:'Convert Network', + convertFailed:'Convert Failed', + standardData:'Standard Data', } \ 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 30aeaec72..d07a240f5 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1172,4 +1172,8 @@ module.exports = { fullTextComments:'全文评论', fileDeclaration:'文件说明', FileForDetails:'文件详情', + Converting:'转换中', + convertNetwork:'转换完成', + convertFailed:'转换失败', + standardData:'标准数据', } \ No newline at end of file diff --git a/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue b/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue new file mode 100644 index 000000000..7237ce8f6 --- /dev/null +++ b/jero-web/src/views/documentTools/documentTranslation/components/RetrieveFilesList.vue @@ -0,0 +1,365 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/documentTools/documentTranslation/components/addModel.vue b/jero-web/src/views/documentTools/documentTranslation/components/addModel.vue new file mode 100644 index 000000000..2838e708c --- /dev/null +++ b/jero-web/src/views/documentTools/documentTranslation/components/addModel.vue @@ -0,0 +1,366 @@ + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/documentTools/documentTranslation/components/standardData.vue b/jero-web/src/views/documentTools/documentTranslation/components/standardData.vue new file mode 100644 index 000000000..9ba6c282c --- /dev/null +++ b/jero-web/src/views/documentTools/documentTranslation/components/standardData.vue @@ -0,0 +1,318 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/documentTools/documentTranslation/index.vue b/jero-web/src/views/documentTools/documentTranslation/index.vue index 28593c4e6..fddde2cf3 100644 --- a/jero-web/src/views/documentTools/documentTranslation/index.vue +++ b/jero-web/src/views/documentTools/documentTranslation/index.vue @@ -23,15 +23,15 @@
-
- {{$t('releaseSituation')}} +
+ {{$t('translationResults')}}
- - + @@ -41,19 +41,53 @@
+ {{$t('query')}} {{$t('reset')}} + + {{ !toggleSearchStatus ? $t('open') : $t('away') }} + +
-
- - {{$t('initiateComparison')}} +
+ + {{$t('upload1')}} +
+
+ + {{$t('RetrieveFiles')}} +
+
+ + {{$t('BatchDelete')}}
@@ -93,24 +127,32 @@ />
+ +