Merge branch 'dev-2.0' of https://git.mesalab.cn/nezha/nezha-fronted into dev-2.0
This commit is contained in:
@@ -250,7 +250,7 @@ const en = {
|
||||
label: 'Text'
|
||||
},
|
||||
group: {
|
||||
label: 'group'
|
||||
label: 'Group'
|
||||
}
|
||||
},
|
||||
statisticsVal: {
|
||||
@@ -288,7 +288,11 @@ const en = {
|
||||
content: 'Content',
|
||||
tooltip: 'Tooltip',
|
||||
displayChart: 'Display chart',
|
||||
aggregation: 'Aggregation'
|
||||
aggregation: 'Aggregation',
|
||||
varType: 'Vartype',
|
||||
pid: 'Chart template',
|
||||
selectAsset: 'Please select the Asset',
|
||||
selectEndpoint: 'Please select the Endpoint'
|
||||
},
|
||||
chartTableColumn: {
|
||||
metric: 'Metric', // '指标'
|
||||
@@ -345,7 +349,8 @@ const en = {
|
||||
moreTitle: 'Showing only 20 time series. ',
|
||||
moreTitleOther: 'Showing only 10 the data. ',
|
||||
showAll: 'Show all ',
|
||||
showAllOther: 'All Data'
|
||||
showAllOther: 'All Data',
|
||||
addChartTemp: 'addChartTemp'
|
||||
},
|
||||
metric: {
|
||||
name: 'Metric name', // "指标名称"
|
||||
@@ -552,6 +557,7 @@ const en = {
|
||||
principal: 'Administrator', // '负责人'
|
||||
tel: 'Telephone', // '电话'
|
||||
featureTitle: 'Attribute',
|
||||
endpoint: 'Endpoint',
|
||||
endpointUpNum: 'It\'s a normal number',
|
||||
endpointNum: 'Represents the total quantity',
|
||||
active: 'Alive', // "存活",
|
||||
@@ -570,7 +576,22 @@ const en = {
|
||||
usernamePrompt: 'Username prompt',
|
||||
passwordPrompt: 'Password prompt',
|
||||
snmpCredential: 'SNMP credential',
|
||||
authProtocol: 'Auth protocol'
|
||||
authProtocol: 'Auth protocol',
|
||||
id: 'ID', // ID
|
||||
device: 'SN', // SN
|
||||
assetState: 'State', // '状态'
|
||||
assetPing: 'Ping',
|
||||
lastReply: 'Ping last reply',
|
||||
modules: 'Endpoint', // '组件'
|
||||
alerts: 'Alerts', // '告警信息'
|
||||
dataCenter: 'Data center', // DC
|
||||
vendor: 'Vendor', // '厂商'
|
||||
procurementDate: 'Purchase date', // '购买日期'
|
||||
principalTel: 'Telephone', // '电话'
|
||||
option: 'Operation', // "操作"
|
||||
name: 'Name',
|
||||
dc: 'DataCenter',
|
||||
type: 'Types',
|
||||
},
|
||||
config: {
|
||||
config: 'Settings', // "设置"
|
||||
@@ -681,9 +702,9 @@ const en = {
|
||||
latitude: 'Latitude',
|
||||
lnglat: 'Coordinate'
|
||||
},
|
||||
cabinet:{
|
||||
editCabinet:'Edit Cabinet',
|
||||
createCabinet:'Create Cabinet',
|
||||
cabinet: {
|
||||
editCabinet: 'Edit Cabinet',
|
||||
createCabinet: 'Create Cabinet'
|
||||
},
|
||||
model: {
|
||||
model: 'Asset model',
|
||||
@@ -753,11 +774,11 @@ const en = {
|
||||
replay: 'Replay',
|
||||
skipTip: 'Skip no operation time'
|
||||
},
|
||||
loginHost:'Login host',
|
||||
loginUser:'Login user',
|
||||
sourceIp:'Source IP',
|
||||
sourceUser:'Source user',
|
||||
SessionId:'Session ID',
|
||||
loginHost: 'Login host',
|
||||
loginUser: 'Login user',
|
||||
sourceIp: 'Source IP',
|
||||
sourceUser: 'Source user',
|
||||
SessionId: 'Session ID'
|
||||
},
|
||||
operationlog: {
|
||||
operationlog: 'Operation log',
|
||||
@@ -832,8 +853,8 @@ const en = {
|
||||
defaultCabinetUsize: 'Cabinet U size',
|
||||
second: 'second',
|
||||
day: 'day',
|
||||
sessionTimeout:'Session timeout',
|
||||
minute:'minute',
|
||||
sessionTimeout: 'Session timeout',
|
||||
minute: 'minute',
|
||||
maxSeries: 'Query max series',
|
||||
unsaved: 'Unsaved prompt',
|
||||
mapConfig: 'Map center',
|
||||
@@ -1017,7 +1038,7 @@ const en = {
|
||||
expressionError: 'Please fill in the "expression" value'
|
||||
},
|
||||
chartTemp: {
|
||||
chartTemp: 'Chart template',
|
||||
chartTemp: 'Chart template'
|
||||
}
|
||||
},
|
||||
alert: {
|
||||
|
||||
Reference in New Issue
Block a user