fix(测试跟踪): 个人信息UI设置国际化
--bug=1018938 --user=宋昌昌 【国际化】个人信息-UI设置:本地selenium-server地址,需要国际化 https://www.tapd.cn/55049933/s/1278999
This commit is contained in:
parent
5866dc2ac2
commit
2e837f4c31
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="setting-container">
|
||||
<div class="server-setting-row">
|
||||
<div class="server-label">本地 selenium-server 地址</div>
|
||||
<div class="server-label">{{$t("system_config.local_selenium_url")}}</div>
|
||||
<div class="server-input">
|
||||
<el-input
|
||||
size="small"
|
||||
|
|
|
@ -565,7 +565,8 @@ const message = {
|
|||
selenium_docker_url: 'selenium-docker URL',
|
||||
selenium_docker: {
|
||||
url_tip: 'example: http://localhost:4444',
|
||||
}
|
||||
},
|
||||
local_selenium_url: 'Local selenium-server URL'
|
||||
},
|
||||
custom_field: {
|
||||
add_option: 'Add Option',
|
||||
|
|
|
@ -571,7 +571,8 @@ const message = {
|
|||
selenium_docker_url: 'selenium-docker 地址',
|
||||
selenium_docker: {
|
||||
url_tip: '例如:http://localhost:4444',
|
||||
}
|
||||
},
|
||||
local_selenium_url: '本地 selenium-server 地址'
|
||||
},
|
||||
custom_field: {
|
||||
add_option: '添加选项',
|
||||
|
|
|
@ -568,7 +568,8 @@ const message = {
|
|||
selenium_docker_url: 'selenium-docker 地址',
|
||||
selenium_docker: {
|
||||
url_tip: '例如:http://localhost:4444',
|
||||
}
|
||||
},
|
||||
local_selenium_url: '本地 selenium-server 地址'
|
||||
},
|
||||
custom_field: {
|
||||
add_option: '添加選項',
|
||||
|
|
Loading…
Reference in New Issue