fix: 1 补充页面 bottomBox 搜索字段国际化 2补充终端日资搜索字段国际化
This commit is contained in:
@@ -71,19 +71,20 @@ export default {
|
||||
searchMsg: { // 给搜索框子组件传递的信息
|
||||
zheze_none: true,
|
||||
searchLabelList: [{
|
||||
id: 12,
|
||||
name: 'endpoint name',
|
||||
type: 'input',
|
||||
label: 'name',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
id: 13,
|
||||
name: 'endpoint id',
|
||||
name: this.$t('project.endpoint.endpointId'),
|
||||
type: 'input',
|
||||
label: 'id',
|
||||
disabled: false
|
||||
}]
|
||||
},
|
||||
{
|
||||
id: 12,
|
||||
name: this.$t('project.endpoint.endpointName'),
|
||||
type: 'input',
|
||||
label: 'name',
|
||||
disabled: false
|
||||
}
|
||||
]
|
||||
},
|
||||
nowTime: '',
|
||||
rightBox: {
|
||||
|
||||
@@ -809,7 +809,12 @@ const cn = {
|
||||
play: '播放',
|
||||
replay: '重播',
|
||||
skipTip: '跳过无操作时间'
|
||||
}
|
||||
},
|
||||
loginHost: '登陆主机',
|
||||
loginUser: '登陆用户',
|
||||
sourceIp: '源 IP',
|
||||
sourceUser: '源用户',
|
||||
SessionId: '会话 ID'
|
||||
},
|
||||
dc: {
|
||||
dc: '数据中心',
|
||||
@@ -1269,6 +1274,7 @@ const cn = {
|
||||
editEndpoint: '修改 Endpoint',
|
||||
endpoint: 'Endpoint',
|
||||
endpoints: 'Endpoint',
|
||||
endpointName: 'Endpoint 名称',
|
||||
endpointId: 'Endpoint ID',
|
||||
list: '列表',
|
||||
host: '主机',
|
||||
|
||||
@@ -1279,6 +1279,7 @@ const en = {
|
||||
editEndpoint: 'Edit endpoint', // "编辑Endpoint"
|
||||
endpoint: 'Endpoint ', // "Endpoint"
|
||||
endpoints: 'Endpoint',
|
||||
endpointName: 'Endpoint name',
|
||||
endpointId: 'Endpoint ID', // "Endpoint ID"
|
||||
list: 'List',
|
||||
host: 'Host', // "Host"
|
||||
|
||||
Reference in New Issue
Block a user