refactor: i18n
--bug=1007081 --user=lyh 选择英文,接口自动化中的共享cookie还是中文 https://www.tapd.cn/55049933/s/1057352
This commit is contained in:
parent
7dbf961948
commit
bbaaff1087
|
@ -132,7 +132,7 @@
|
||||||
:{{ getVariableSize() }}
|
:{{ getVariableSize() }}
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="3" class="ms-col-one ms-font">
|
<el-col :span="3" class="ms-col-one ms-font">
|
||||||
<el-checkbox v-model="enableCookieShare"><span style="font-size: 13px;">共享cookie</span></el-checkbox>
|
<el-checkbox v-model="enableCookieShare"><span style="font-size: 13px;">{{ $t('api_test.scenario.share_cookie') }}</span></el-checkbox>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="3" class="ms-col-one ms-font">
|
<el-col :span="3" class="ms-col-one ms-font">
|
||||||
<el-checkbox v-model="onSampleError"><span style="font-size: 13px;">{{ $t('commons.failure_continues') }}</span></el-checkbox>
|
<el-checkbox v-model="onSampleError"><span style="font-size: 13px;">{{ $t('commons.failure_continues') }}</span></el-checkbox>
|
||||||
|
|
|
@ -1126,7 +1126,8 @@ export default {
|
||||||
test_name: "Test Name",
|
test_name: "Test Name",
|
||||||
reference: "Reference",
|
reference: "Reference",
|
||||||
clone: "Copy",
|
clone: "Copy",
|
||||||
cant_reference: 'Historical test files, can be referenced after re-saving'
|
cant_reference: 'Historical test files, can be referenced after re-saving',
|
||||||
|
share_cookie: 'share cookie'
|
||||||
},
|
},
|
||||||
request: {
|
request: {
|
||||||
debug: "Debug",
|
debug: "Debug",
|
||||||
|
|
|
@ -1130,7 +1130,8 @@ export default {
|
||||||
test_name: "测试名称",
|
test_name: "测试名称",
|
||||||
reference: "引用",
|
reference: "引用",
|
||||||
clone: "复制",
|
clone: "复制",
|
||||||
cant_reference: '历史测试文件,重新保存后才可被引用'
|
cant_reference: '历史测试文件,重新保存后才可被引用',
|
||||||
|
share_cookie: '共享cookie'
|
||||||
},
|
},
|
||||||
request: {
|
request: {
|
||||||
debug: "调试",
|
debug: "调试",
|
||||||
|
|
|
@ -1130,7 +1130,8 @@ export default {
|
||||||
test_name: "測試名稱",
|
test_name: "測試名稱",
|
||||||
reference: "引用",
|
reference: "引用",
|
||||||
clone: "復製",
|
clone: "復製",
|
||||||
cant_reference: '歷史測試文件,重新保存後才可被引用'
|
cant_reference: '歷史測試文件,重新保存後才可被引用',
|
||||||
|
share_cookie: '共享cookie'
|
||||||
},
|
},
|
||||||
request: {
|
request: {
|
||||||
debug: "調試",
|
debug: "調試",
|
||||||
|
|
Loading…
Reference in New Issue