修改中英文翻译
This commit is contained in:
@@ -199,6 +199,7 @@ module.exports = {
|
||||
OperationType: 'Operation Type',
|
||||
selectOperationType: 'Please select Operation type',
|
||||
selectProblemClassification:'Please select Problem Classification',
|
||||
selectTranslationResults:'Please select Translation results',
|
||||
selectMarket:'Please select Market',
|
||||
RequestMethod: 'Request Method',
|
||||
RequestParameters: 'Request Parameters',
|
||||
@@ -348,8 +349,8 @@ module.exports = {
|
||||
standard: 'Number',
|
||||
title: 'Title',
|
||||
TextStatus: 'Text Status',
|
||||
PleaseEnter: 'Please enter',
|
||||
PleaseSelect: 'Please select',
|
||||
PleaseEnter: 'Please enter ',
|
||||
PleaseSelect: 'Please select ',
|
||||
PleaseEnterOrSelect: 'Please Enter Or Select',
|
||||
ModificationTime: 'Modification Time',
|
||||
ModificationContent: 'Modification Content',
|
||||
|
||||
@@ -197,10 +197,11 @@ module.exports = {
|
||||
enterSearchKeyword: '请输入搜索关键词',
|
||||
enterSearchContent:'请输入搜索内容',
|
||||
enterStandard:'请输入编号',
|
||||
enterTitle:'请输入标题',
|
||||
entertitle:'请输入标题',
|
||||
OperationType: '操作类型',
|
||||
selectOperationType: '请选择操作类型',
|
||||
selectProblemClassification:'请选择问题分类',
|
||||
selectTranslationResults:'请选择翻译结果',
|
||||
selectMarket:'请选择市场',
|
||||
RequestMethod: '请求方法',
|
||||
RequestParameters: '请求参数',
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<div class="title-text" :title="$t('standard')">
|
||||
<span>{{$t('standard')}}</span>
|
||||
</div>
|
||||
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('standard')"
|
||||
<j-input class="box-input" :placeholder="$t('enterStandard')"
|
||||
v-model="queryParam.serialNumber"></j-input>
|
||||
</div>
|
||||
</a-col>
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="title-text" :title="$t('title')">
|
||||
<span>{{$t('title')}}</span>
|
||||
</div>
|
||||
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('title')"
|
||||
<j-input class="box-input" :placeholder="$t('entertitle')"
|
||||
v-model="queryParam.title"></j-input>
|
||||
</div>
|
||||
</a-col>
|
||||
@@ -27,7 +27,7 @@
|
||||
<span>{{$t('translationResults')}}</span>
|
||||
</div>
|
||||
<j-dict-select-tag class="box-input" v-model="queryParam.translationResult"
|
||||
:placeholder="$t('PleaseSelect')+$t('translationResults')"
|
||||
:placeholder="$t('selectTranslationResults')"
|
||||
:type="'select'"
|
||||
:triggerChange="false" dictCode="translation_result"/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user