refactor(接口测试): HTTP接口证书别名设置国际化
This commit is contained in:
parent
7007e4a73c
commit
c57d7080fd
|
@ -16,7 +16,7 @@
|
|||
</el-row>
|
||||
<el-row style="margin: 20px">
|
||||
<span style="margin-right: 10px">
|
||||
认证别名:
|
||||
{{$t('api_test.request.cert_alias')}}:
|
||||
</span>
|
||||
<span style="margin-right: 10px">
|
||||
<el-input size="small" style="width: 350px" v-model="request.alias"/>
|
||||
|
|
|
@ -756,6 +756,7 @@ export default {
|
|||
batch_move: "Batch move",
|
||||
path_valid_info: "The request path is invalid",
|
||||
other_config: "Other Config",
|
||||
cert_alias: "Certificate Alias",
|
||||
message_template: "Message Template",
|
||||
tcp_parameter_tip: "The request parameters can be referenced in the request template ${XXX}",
|
||||
esb_table: {
|
||||
|
|
|
@ -955,6 +955,7 @@ export default {
|
|||
connect_timeout: "连接超时",
|
||||
response_timeout: "响应超时",
|
||||
follow_redirects: "跟随重定向",
|
||||
cert_alias: "证书别名",
|
||||
do_multipart_post: "对 POST 使用 multipart/form-data",
|
||||
body_upload_limit_size: "上传文件大小不能超过 500 MB!",
|
||||
condition: "条件",
|
||||
|
|
|
@ -756,6 +756,7 @@ export default {
|
|||
batch_move: "批量移動",
|
||||
path_valid_info: "請求路徑無效",
|
||||
other_config: "其他設置",
|
||||
cert_alias: "證書別名",
|
||||
message_template: "報文模版",
|
||||
tcp_parameter_tip: "請求參數可以在請求模版通過${xxx}引用",
|
||||
esb_table: {
|
||||
|
|
Loading…
Reference in New Issue