refactor: i18n

--bug=1007081 --user=lyh 选择英文,接口自动化中的共享cookie还是中文
https://www.tapd.cn/55049933/s/1057352
This commit is contained in:
shiziyuan9527 2021-10-21 15:34:38 +08:00 committed by shiziyuan9527
parent 7dbf961948
commit bbaaff1087
4 changed files with 7 additions and 4 deletions

View File

@ -132,7 +132,7 @@
{{ getVariableSize() }}
</el-col>
<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 :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>

View File

@ -1126,7 +1126,8 @@ export default {
test_name: "Test Name",
reference: "Reference",
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: {
debug: "Debug",

View File

@ -1130,7 +1130,8 @@ export default {
test_name: "测试名称",
reference: "引用",
clone: "复制",
cant_reference: '历史测试文件,重新保存后才可被引用'
cant_reference: '历史测试文件,重新保存后才可被引用',
share_cookie: '共享cookie'
},
request: {
debug: "调试",

View File

@ -1130,7 +1130,8 @@ export default {
test_name: "測試名稱",
reference: "引用",
clone: "復製",
cant_reference: '歷史測試文件,重新保存後才可被引用'
cant_reference: '歷史測試文件,重新保存後才可被引用',
share_cookie: '共享cookie'
},
request: {
debug: "調試",