NEZ-858 feat: 新版explore-log

This commit is contained in:
chenjinsong
2021-08-02 19:51:53 +08:00
parent 8dd6fa475d
commit 98e9d60fe0
15 changed files with 2010 additions and 976 deletions

View File

@@ -13,6 +13,7 @@ const cn = {
oneDay: '1 天',
twoDay: '2 天',
week: '1 周',
time: '时间',
folder: '文件夹',
key: '键名',
state: '状态',
@@ -64,6 +65,7 @@ const cn = {
other: '其他',
about: '关于',
query: '查询',
logLabels: '日志标签',
account: '账号',
back: '返回',
unavailable: '不可用',
@@ -114,6 +116,7 @@ const cn = {
},
reset: '重置',
submit: '保存',
limit: '限制',
noData: '没有数据',
tag: '标签',
syncChart: '同步图表',
@@ -519,6 +522,10 @@ const cn = {
down: 'down',
prometheus: 'prometheus'
}
},
explore: {
descending: '降序',
wrapLines: '换行'
}
},
validate: {

View File

@@ -19,8 +19,10 @@ const en = {
oneDay: '1 day',
twoDay: '2 days',
week: '1 week',
time: 'Time',
folder: 'Folder',
key: 'Key',
logs: 'Logs',
state: 'State',
projectName: 'Project name',
startTime: 'Start time',
@@ -69,6 +71,7 @@ const en = {
about: 'About', // 关于
detail: 'Detail', // 详情
query: 'Query', // 查询
logLabels: 'Log labels',
account: 'Account',
back: 'Back', // 返回
unavailable: 'Unavailable',
@@ -118,6 +121,7 @@ const en = {
},
reset: 'Reset',
submit: 'Save',
limit: 'Limit',
noData: 'No data',
tag: 'Tag',
placeHolder: 'Please enter',
@@ -528,6 +532,10 @@ const en = {
down: 'down',
prometheus: 'prometheus'
}
},
explore: {
descending: 'Descending',
wrapLines: 'Wrap lines'
}
},
validate: { // 校验规则