common.ts
4.38 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
export default {
common: {
createTime: 'create time',
updateTime: 'update time',
operation: 'operation',
remark: 'remark',
enable: 'enable',
disable: 'disable',
sort: 'sort',
status: 'status',
},
visual: {
visualization: 'Visualization',
large: 'Large screen',
configuration: 'Configuration Management',
board: 'Bulletin board',
},
notice: {
webSiteNotice: 'platform notice',
noticeManagement: 'notice management',
myNotice: 'my notice',
},
device: {
deviceManagement: 'device management',
device: 'device list',
deviceProfile: 'device profile',
product: 'Product',
category: 'Product category',
deviceAccess: 'Device access information',
},
tenant: {
tenant: 'tenant',
tenantManage: 'Tenant Management',
tenantManagement: 'tenant list',
tenantSetting: 'tenant config',
tenantOEM: 'platform customization',
tenantRule: 'tenant rule',
},
organization: {
queryOrganizationName: 'organization name',
toolOrganizationList: 'organization list',
toolCreateOrganization: 'create organization',
toolEditOrganization: 'edit organization',
parentOrganization: 'parent organization',
},
RuleEngine: {
ruleEngine: 'rule engine',
sceneLinkage: 'scene linkage',
designer: 'designer',
script: 'script',
dataFlow: 'Data flow',
scriptManage: 'Script Management',
ruleChainDesigner: 'Rule Chain Designer',
ruleChain: 'Rule chain',
},
task: {
taskCenter: 'Task Ceneter',
},
dataCenter: {
dataCenter: 'Data center',
reportConfig: 'Report Configuration',
reportExport: 'Report export',
},
video: {
videoCenter: 'Video Center',
videoConfig: 'Video configuration',
streaming: 'Streaming Media Configuration',
},
monitor: {
monitoring: 'Monitoring and operation maintenance',
online: 'Online and offline records',
ota: 'OTA upgrade',
},
message: {
messageManagement: 'message management',
messageConfig: 'message config',
messageTemplate: 'message template',
messageRecord: 'message record',
},
alarm: {
alarmManagement: 'alarm management',
geographicPosition: 'geographic position',
alarmContact: 'alarm contact',
alarmCenter: 'alarm record',
},
log: {
operateLog: 'operate log',
exceptionLog: 'exception log',
userLog: 'user log',
},
system: {
system: 'system',
accountManagement: 'account management',
roleManagement: 'role management',
menuManagement: 'menu management',
deptManagement: 'dept management',
organizationManagement: 'organization management',
dictManagement: 'dice management',
logManagement: 'log management',
modifyPassword: 'modify password',
pageSystemTitleCreateMenu: 'create menu',
pageSystemTitleCreateTenant: 'new tenant',
pageSystemTitleEditMenu: 'edit menu',
pageSystemTitleEditTenant: 'edit tenant',
pageSystemTitleOperation: 'operation',
pageSystemTitleWhetherDelete: 'Are you sure to delete',
pageSystemTitleMenuList: 'menu list',
menuEditPagesMenuType: 'menu type',
menuEditPagesDirectory: 'directory',
menuEditPagesMenu: 'menu',
menuEditPagesButton: 'button',
menuEditPagesParentMenu: 'parent menu',
menuEditPagesRouterAddress: 'router address',
menuEditPagesComponentsPath: 'components',
menuEditPagesIsExt: 'is ext',
menuEditPagesIsKeepAlive: 'is keep alive',
menuEditPagesIsHide: 'is hide',
menuEditPagesYes: 'yes',
menuEditPagesNo: 'no',
tableTitleSystemMenuName: 'menu name',
tableTitleSystemIcon: 'icon',
tableTitleSystemPermissionTag: 'permission tag',
tableTitleSystemComponents: 'components',
tableTitleSystemSort: 'sort',
tableTitleSystemStatus: 'status',
tableTitleSystemCreateTime: 'create time',
tableTitleSystemEnable: 'enable',
tableTitleSystemStop: 'disable',
tableSuccessStatus: 'success',
tableFailedStatus: 'failed',
feedback: 'Feedback',
timeTask: 'Timed tasks',
role: 'Role management',
customRole: 'Customer Role',
tenantRole: 'Tenant Role',
logManage: 'Log management',
operation: 'Operation Log',
exception: 'Exception Log',
login: 'Login Log',
accountManage: 'Account management',
tenantAccount: 'Tenant account',
customAccount: 'Customer account',
helpDocument: 'About Software and Help Documents',
personal: 'Personal Center',
},
};