fix(系统设置): 修改表头英文
--bug=1008889 --user=lyh 【国际化】-所有表头格式例如“ Api Name” ,单词首字母大写,现在所有页面都不一致 https://www.tapd.cn/55049933/s/1084486
This commit is contained in:
parent
c30ee3ccd6
commit
bb7d3bd7bf
|
@ -409,17 +409,17 @@ export default {
|
|||
},
|
||||
license: {
|
||||
title: 'Authorization management',
|
||||
corporation: 'corporation',
|
||||
time: 'Authorization time',
|
||||
product: 'product',
|
||||
edition: 'edition',
|
||||
licenseVersion: 'licenseVersion',
|
||||
count: 'count',
|
||||
valid_license: 'valid license',
|
||||
corporation: 'Corporation',
|
||||
time: 'Authorization Time',
|
||||
product: 'Product',
|
||||
edition: 'Edition',
|
||||
licenseVersion: 'LicenseVersion',
|
||||
count: 'Count',
|
||||
valid_license: 'Valid License',
|
||||
show_license: 'show license',
|
||||
valid_license_error: 'validate license error',
|
||||
status: 'valid state',
|
||||
valid: 'valid',
|
||||
status: 'Valid State',
|
||||
valid: 'Valid',
|
||||
invalid: 'invalid',
|
||||
expired: 'expired',
|
||||
},
|
||||
|
@ -1052,7 +1052,7 @@ export default {
|
|||
batch_add_parameter: "Format: parameter name: parameter value <br/> like:Accept-Encoding:utf-8",
|
||||
jar_config: {
|
||||
title: "Upload jar package",
|
||||
jar_file: "Jar package",
|
||||
jar_file: "Jar Package",
|
||||
jar_manage: "JAR package management",
|
||||
delete_tip: "The deletion takes effect after the service is restarted",
|
||||
file_exist: "The name already exists in the project",
|
||||
|
@ -2267,7 +2267,7 @@ export default {
|
|||
test_resource_pool: {
|
||||
id:'Resource Pool ID',
|
||||
type: 'type',
|
||||
enable_disable: 'Enable / disable',
|
||||
enable_disable: 'Enable / Disable',
|
||||
search_by_name: 'Search by name',
|
||||
create_resource_pool: 'Create resource pool',
|
||||
update_resource_pool: 'Create resource pool',
|
||||
|
@ -2408,7 +2408,7 @@ export default {
|
|||
resource_pool: "Available test resource pool",
|
||||
max_threads: "Maximum Concurrency",
|
||||
duration: "Stress test duration(seconds)",
|
||||
use_default: "Use default quota",
|
||||
use_default: "Default Quota",
|
||||
yes: "Yes",
|
||||
no: "No",
|
||||
edit: "Edit",
|
||||
|
@ -2509,12 +2509,12 @@ export default {
|
|||
run_with_resource_pool: "Run Within Resource pool",
|
||||
},
|
||||
operating_log: {
|
||||
title: "Operating log",
|
||||
time: "Operating time",
|
||||
user: "Operating user",
|
||||
type: "Operating type",
|
||||
object: "Operating object",
|
||||
name: "Operating title",
|
||||
title: "Operating Log",
|
||||
time: "Operating Time",
|
||||
user: "Operating User",
|
||||
type: "Operating Type",
|
||||
object: "Operating Object",
|
||||
name: "Operating Title",
|
||||
info: "Detail",
|
||||
change_field: "Change field",
|
||||
before_change: "Before change",
|
||||
|
@ -2526,7 +2526,7 @@ export default {
|
|||
plugin: {
|
||||
title: "Plug-in management",
|
||||
script_entry: "Script execution entry",
|
||||
plugin_id: "Plug-in id",
|
||||
plugin_id: "Plug-in Id",
|
||||
script_view: "View script",
|
||||
warning_tip:'Script content not found'
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue