common.ts
2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
export default {
name: '名称',
debugMode: '调试模式',
description: '说明',
namePlaceholder: '请输入名称',
descriptionPlaceholder: '请输入说明',
inputNode: '输入',
inputNodeDesc: '规则链的逻辑输入,将传入消息转发到下一个相关规则节点。',
linkTag: '链接标签',
searchNode: '搜索节点',
createLink: '添加链接',
createRuleNodeTitle: '添加规则节点',
notFoundRuleNode: '未找到创建组件',
ruleNodeDetail: '规则节点详情',
notFoundLinkNode: '未找到链接组件',
relationsQueryFields: {
fetchLastLevelOnly: '仅获取最后一级关联',
direction: '方向',
maxLevel: 'Max relation level',
filters: '关联筛选器',
},
correlationFiltersFields: {
relationType: '类型',
entityType: '实体类型',
type: '类型',
arbitraryCorrelation: '任意关联',
},
detailTab: {
detail: '详情',
event: '事件',
help: '帮助',
},
eventTab: {
nameMapping: {
ERROR: '错误',
LC_EVENT: '生命周期事件',
STATS: '类型统计',
DEBUG_RULE_NODE: '调试',
},
filter: '过滤器',
reset: '重置',
clearMsgTitle: '清除所有{eventType}',
clearConfirmMsg: '是否确认清除所有{eventType}',
},
debugTab: {
eventTime: '事件时间',
server: '服务器',
type: '类型',
entityType: '实体类型',
entityId: '实体ID',
messageId: '消息ID',
messageType: '消息类型',
relationType: '关联类型',
data: '数据',
metadata: '元数据',
error: '错误',
hasError: '有错误',
timeInterval: '时间段',
},
errorTab: {
eventTime: '事件时间',
server: '服务器',
method: '方法',
error: '错误',
timeInterval: '时间段',
},
lcTab: {
eventTime: '事件时间',
server: '服务器',
event: '事件',
status: '状态',
error: '错误',
timeInterval: '时间段',
},
statsTab: {
eventTime: '事件时间',
server: '服务器',
messageProcessed: '消息处理',
errorsOccurred: '错误发生',
timeInterval: '时间段',
},
};