fix:调整system 字母的大小写问题

This commit is contained in:
zhangyu
2020-11-25 15:43:02 +08:00
parent 8647ca5aae
commit 1aa3401054
3 changed files with 13 additions and 13 deletions

View File

@@ -742,7 +742,7 @@ const cn = {
link: { link: {
link:'Link', link:'Link',
name: "名称", name: "名称",
url: "URL", url: "Url",
operation: "操作", operation: "操作",
add: "添加", add: "添加",
update: "更新", update: "更新",

View File

@@ -50,7 +50,7 @@ const en = {
changePwd:'Change password',//修改密码 changePwd:'Change password',//修改密码
createChart:'Create chart', createChart:'Create chart',
createProject:'Create project', createProject:'Create project',
createEndpoint:'Create Endpoint', createEndpoint:'Create endpoint',
createAsset:'Create asset', createAsset:'Create asset',
createAlertRule:'Create alert rule', createAlertRule:'Create alert rule',
createAccount:'Create account', createAccount:'Create account',
@@ -531,7 +531,7 @@ const en = {
lastReply:'Ping last reply', lastReply:'Ping last reply',
modules: 'Endpoint',//'组件' modules: 'Endpoint',//'组件'
alerts: 'Alerts',//'告警信息' alerts: 'Alerts',//'告警信息'
dataCenter: 'Data Center',//DC dataCenter: 'Data center',//DC
cabinet: 'Cabinet',//'机柜' cabinet: 'Cabinet',//'机柜'
model: 'Model',//'型号' model: 'Model',//'型号'
vendor: 'Vendor',//'厂商' vendor: 'Vendor',//'厂商'
@@ -707,7 +707,7 @@ const en = {
systemName:'System name', systemName:'System name',
curUrl:'Current site URL', curUrl:'Current site URL',
timezone:'Timezone', timezone:'Timezone',
defaultCabinetUsize:'Cabinet U Size', defaultCabinetUsize:'Cabinet U size',
second:'second', second:'second',
day:'day', day:'day',
maxSeries:'Query max series', maxSeries:'Query max series',
@@ -732,7 +732,7 @@ const en = {
}, },
terminal:{ terminal:{
terminal:'Terminal', terminal:'Terminal',
terminalNum:'Max Terminal Number' terminalNum:'Max terminal number'
}, },
ldap:{ ldap:{
ldap:'LDAP', ldap:'LDAP',
@@ -741,13 +741,13 @@ const en = {
pwd:'Password', pwd:'Password',
ou:'User OU', ou:'User OU',
filter:'User filter', filter:'User filter',
map:'LDAP Field Mapping', map:'LDAP field mapping',
active:'LDAP Authentication' active:'LDAP authentication'
}, },
link: { link: {
link:'Link', link:'Link',
name: "Name", name: "Name",
filePath: "FilePath", url: "Url",
operation: "Operation", operation: "Operation",
add: "Add", add: "Add",
update: "Update", update: "Update",
@@ -917,8 +917,8 @@ const en = {
selTwoNode:'Please select two module', selTwoNode:'Please select two module',
save:'save', save:'save',
cancel:'cancel', cancel:'cancel',
addLine:'Add Line', addLine:'Add line',
editLine:'Edit Line', editLine:'Edit line',
lineName:'Line Name', lineName:'Line Name',
width:'thickness', width:'thickness',
dashes:'dotted line', dashes:'dotted line',
@@ -927,8 +927,8 @@ const en = {
color:'color', color:'color',
chartName:'Name', chartName:'Name',
unit:'Unit', unit:'Unit',
addModule:'Add Module', addModule:'Add module',
editModule:'Edit Module', editModule:'Edit module',
edit:'edit', edit:'edit',
refresh:'refresh', refresh:'refresh',
endpoint:'Endpoint', endpoint:'Endpoint',

View File

@@ -156,7 +156,7 @@
show: true, show: true,
width: 80 width: 80
}, { }, {
label: 'Data Center', label: this.$t("config.dc.dc"),
prop: 'idc', prop: 'idc',
show: true, show: true,
}, { }, {