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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
|
export default {
route: {
dashboard: 'Dashboard',
profile: 'Profile'
},
navbar: {
setting: 'Settings',
github: 'Repository',
logOut: 'Log Out',
profile: 'Profile',
theme: 'Theme',
docs: 'Document',
size: 'Global Size',
deleteCache: 'DeleteCache'
},
login: {
title: 'CSE System Login',
logIn: 'Login',
username: 'Username',
password: 'Password',
code: 'Code',
ortherLoginType: 'Orther login type',
chooseToSignIn: 'Sign in with the following account: ',
type: {
up: 'Account Password',
social: 'Third Party Account'
}
},
documentation: {
documentation: 'Documentation',
github: 'Github Repository'
},
table: {
region: {
regionName: 'RegionName',
region: 'Region',
node: 'nodeName',
addr: 'Address',
httpsAddr: 'HTTPS',
pulsarAddr: 'Pulsar',
tensorAddr: 'Tensor',
dorisAddr: 'Doris',
redisAddr: 'Redis',
rabbitAddr: 'RabbitMQ',
mariaAddr: 'MariaDB',
minioAddr: 'Minio',
agentAddr: 'Agent',
type: 'Type',
remark: 'Remark',
createTime: 'CreateTime',
id: 'ID',
center: 'Regional Center',
bloc: 'Bloc',
firm: 'Firm',
area: 'Area'
},
dataConfig: {
configName: 'configName',
actionType: 'actionType',
protocolType: 'protocolType',
dataType: 'dataType',
server: 'server'
},
system: {
id: 'ID',
host: 'host',
region: 'region',
systemManager: 'systemManager',
managerPhone: 'managerPhone',
managerMail: 'managerMail',
createDate: 'createDate',
systemName: 'systemName',
systemId: 'systemId'
},
user: {
username: 'UserName',
password: 'Password',
sex: 'Gender',
email: 'Email',
dept: 'Department',
role: 'Role',
mobile: 'Mobile',
status: 'Status',
createTime: 'CreateTime',
modifyTime: 'ModifyTime',
lastLoginTime: 'LastLoginTime',
desc: 'Personal Description',
oldPassword: 'Old Password',
newPassword: 'New Password',
confirmPassword: 'Confirm Again',
social: 'Third Party Account',
dataPermission: 'Data Permission'
},
role: {
roleName: 'RoleName',
remark: 'Description',
createTime: 'CreateTime',
perms: 'Permissions'
},
menu: {
parentId: 'Parent',
menuName: 'Name',
type: 'Type',
icon: 'Icon',
component: 'Component',
path: 'URL',
orderNum: 'Order',
perms: 'Permissions'
},
dept: {
deptName: 'DeptName',
parentId: 'Parent',
orderNum: 'Order'
},
client: {
clientId: 'clientId',
clientSecret: 'clientSecret',
scope: 'scope',
authorizedGrantTypes: 'authorizedGrantTypes',
accessTokenValidity: 'accessTokenValidity',
refreshTokenValidity: 'refreshTokenValidity',
webServerRedirectUri: 'webServerRedirectUri',
autoapprove: 'autoapprove'
},
systemLog: {
username: 'UserName',
operation: 'Description',
createTime: 'CreateTime',
time: 'Duration',
method: 'Method',
params: 'parameter',
ip: 'IP',
location: 'Location'
},
loginLog: {
username: 'UserName',
loginTime: 'LoginTime',
ip: 'IP',
location: 'Location',
system: 'System',
browser: 'Browser',
dataId: 'DataId',
systemId: 'SystemId',
systemName: 'SystemName',
status: 'Status',
targets: 'Targets',
priority: 'Priority',
structure: 'Structure',
dataInfo: 'DataInfo',
files: 'Files',
dataSource: 'DataSource',
timestamp: 'Timestamp',
errorDate: 'ErrorDate'
},
requestlog: {
requestId: 'RequestId',
systemId: 'SystemId',
createDate: 'CreateDate',
requestMethod: 'RequestMethod',
requestHeader: 'RequestHeader',
requestBody: 'RequestBody',
responseBody: 'ResponseBody',
clientIp: 'ClientIp',
sledIp: 'SledIp',
timestamp: 'Timestamp',
startTime: 'StartTime',
endTime: 'EndTime'
},
gen: {
config: {
author: 'Author',
basePackage: 'Base Package',
entityPackage: 'Entity Package',
mapperPackage: 'Mapper Package',
mapperXmlPackage: 'Mapper Xml Package',
servicePackage: 'Service Package',
serviceImplPackage: 'ServiceImpl Package',
controllerPackage: 'Controller Package',
isTrim: 'Trim Prefix',
trimValue: 'Trim Value'
},
generate: {
tableName: 'TableName',
remark: 'Remark',
dataRows: 'DataRows',
createTime: 'CreateTime',
updateTime: 'UpdateTime',
datasource: 'DataSource'
}
},
job: {
beanName: 'BeanName',
methodName: 'MethodName',
params: 'Params',
cronExpression: 'CronExpression',
status: 'Status',
createTime: 'CreateTime',
executeTime: 'ExecuteTime',
error: 'Error',
time: 'Duration',
remark: 'Remark',
add: 'Create',
delete: 'Delete',
resume: 'Resume',
pause: 'Pause',
run: 'Run once',
fail: 'Fail',
success: 'Success',
normal: 'Normal'
},
eximport: {
field1: 'Field 1',
field2: 'Field 2',
field3: 'Field 3',
createTime: 'Import Time'
},
datapermissionTest: {
field1: 'Field 1',
field2: 'Field 2',
field3: 'Field 3',
field4: 'Field 4',
createTime: 'CreateTime',
tips: 'Data permission test, different users see different data'
},
routeUser: {
tips: 'Gateway management user account list, permissions are divided into ordinary users (user) and administrative users (admin)',
username: 'UserName',
perm: 'Permissions',
createTime: 'CreateTime',
password: 'Password'
},
routeLog: {
tips: 'Gateway forwards request logs. These are requests that have not been intercepted by traffic limiting or blacklisting rules.',
ip: 'Request IP',
targetServer: 'Target Server',
requestMethod: 'Request Method',
requestTime: 'Request Time',
requestUri: 'Request URI',
targetUri: 'Target URI',
location: 'Location'
},
rateLimitRule: {
tips: 'Define gateway traffic restriction rules. Requests that do not meet the rules will be intercepted. The interception records can be viewed through the traffic restriction log.',
requestUri: 'Request URI',
requestMethod: 'Request Method',
limitFrom: 'Limit From',
allTheTime: 'all the time',
limitTo: 'Limit To',
count: 'Count',
period: 'Period (Seconds)',
createTime: 'CreateTime',
nst: 'Wildcards are not supported',
status: 'Status',
timeLimit: 'Time Limit',
timeRange: 'Time Range'
},
rateLimitLog: {
tips: 'Show request logs intercepted by traffic limiting rules',
requestUri: 'Request URI',
requestMethod: 'Request Method',
createTime: 'Request Time',
ip: 'Request IP',
location: 'Location'
},
blackList: {
tips: 'Define gateway request blacklist',
requestUri: 'Request URI',
requestMethod: 'Request Method',
createTime: 'CreateTime',
ip: 'Request IP',
location: 'Location',
allIp: 'unlimited IP',
limitFrom: 'Limit From',
allTheTime: 'all the time',
limitTo: 'Limit To',
status: 'Status',
st: 'Wildcard support',
timeLimit: 'Time Limit',
timeRange: 'Time Range'
},
blockLog: {
tips: 'Support wildcards to display request logs intercepted by blacklist rules. Requests that do not meet the rules will be intercepted. The interception records can be viewed through the blacklist logs.',
requestUri: 'Request URI',
requestMethod: 'Request Method',
createTime: 'Request Time',
ip: 'Request IP',
location: 'Location'
},
routeLogin: {
needLogin: 'The operation of the gateway management module requires authentication, ',
toLogin: ' Click to login',
tips: 'The function of this module needs to be enhanced in advance. For the method of opening, please refer to the document: ',
title: 'CSE Gateway Certification',
login: 'Login'
},
endpoint: {
serverId: 'Endpoint ID',
serverName: 'Endpoint Name',
serverType: 'Endpoint Type',
bindAddr: 'Binding Address',
serverLocation: 'Endpoint Location',
serverAddr: 'Endpoint Address',
createTime: 'Create Time',
accessKey: 'AccessKey',
accessSecert: 'AccessSecert',
add: 'Add',
delete: 'Delete',
copyAccessKey: 'AccessKey Copied',
copyAccessSecert: 'AccessSecert Copied'
},
refresh: 'Refresh',
operation: 'Operation',
search: 'Search',
reset: 'Reset',
more: 'More',
add: 'Add',
export: 'Export',
import: 'Import',
templateDownload: 'Template Download',
delete: 'Delete',
resetPassword: 'RestPassword',
openInNewPage: 'New Page'
},
tagsView: {
refresh: 'Refresh',
close: 'Close',
closeOthers: 'Close Others',
closeAll: 'Close All'
},
settings: {
title: 'Page style setting',
theme: 'Theme Color',
tagsView: 'Open Tags-View',
fixedHeader: 'Fixed Header',
sidebarLogo: 'Sidebar Logo'
},
system: {
title: 'CSE System'
},
tips: {
usernameShouldNotBeEmpty: 'Username can not be empty',
passwordShouldNotBeEmpty: 'Password can not be empty',
switchLanguageSuccess: 'Switch language successfully',
loginSuccess: 'Login successful',
loginFail: 'Login failed',
defaultPassword: 'The user\'s default password is 1234qwer',
getDataFail: 'Failed to get data',
createSuccess: 'Create successfully',
updateSuccess: 'Update successfully',
deleteSuccess: 'Delete successfully',
noDataSelected: 'No data selected yet',
confirmDelete: 'The selected data will be permanently deleted, continue?',
dataUnsaved: 'There are unsaved data',
dataUnfilled: 'There are still unfilled data',
confirmDeleteCache: 'Whether to clear the user permission cache immediately?',
containCurrentUser: 'The operation has been canceled because it contains the currently logged in user',
neverLogin: 'Never logged in to the CSE system',
nothing: 'Nothing',
topId: 'A value of 0 indicates a top-level node',
choose: 'Select: ',
chooseNothing: 'No icons have been selected yet',
onlyChooseOne: 'Only one node can be selected as the parent node',
noNodeSelected: 'Please select a node first',
confirmDeleteNode: 'The selected node and its child nodes will be permanently deleted. Continue?',
iframeGrant: 'Userame: CSE Password: 123456',
notEqual: 'Inconsistent values entered twice',
oldPasswordIncorrect: 'Old password incorrect',
uploadSuccess: 'Upload Successfully',
uploadFailed: 'Upload failed',
onlySupportXlsx: 'Only supports Xlsx type files',
updating: 'Updating',
updateFailed: 'Update failed',
noPermission: 'No permission',
confirmRestPassword: 'Make sure to reset the selected user password?',
resetPasswordSuccess: 'The selected user password reset has been reset to 1234qwer',
getCodeImageFailed: 'Failed to get image verification code',
tooManyRequest: 'Getting the authentication code is too frequent. Please try again later',
clientOriginSecret: 'The original password of the client is: ',
sameRule: 'The same rule already exists',
createTips: 'Please fill in the relevant information in the form',
cronInvalid: 'Cron expression is invalid',
executeSuccess: 'Success',
executeFail: 'Fail'
},
rules: {
require: 'Can\'t be empty',
range2to10: '2 to 10 characters in length',
range3to10: '3 to 10 characters in length',
range3to20: '3 to 20 characters in length',
range4to10: '4 to 10 characters in length',
range6to20: '6 to 20 characters in length',
email: 'Email is invalid',
mobile: 'Phone number is invalid',
usernameExist: 'The username already exists',
clientIdExist: 'The clientId already exists',
roleNameExist: 'The role name already exists',
noMoreThan10: 'Can\'t exceed 10 characters in length',
noMoreThan11: 'Can\'t exceed 11 characters in length',
noMoreThan20: 'Can\'t exceed 20 characters in length',
noMoreThan50: 'Can\'t exceed 50 characters in length',
noMoreThan100: 'Can\'t exceed 100 characters in length',
invalidInteger: 'Please enter an integer greater than zero',
invalidURL: 'URL is invalid'
},
common: {
system: 'Microservice Auth System',
desc: {
a: 'Based on Spring Boot 2.2.0 & Spring Cloud Hoxton.RELEASE',
b: 'Use Spring Cloud OAuth2 Unified Authentication',
c: 'Authentication server resource server separation, easy to expand',
d: 'Front-end separation architecture for increased efficiency',
e: 'Integrate multiple monitoring to escort microservices',
f: 'Provide detailed documentation and teach you how to build it',
g: 'Build a highly available microservices cluster by K8S',
h: 'Integrated RocketMQ, TX-LCN, Seata distributed transaction control',
i: 'Data permissions, social login...'
},
view: 'Detail',
tips: 'Tips',
clear: 'Clear',
confirm: 'Confirm',
cancel: 'Cancel',
add: 'Create',
edit: 'Modify',
username: 'User Name',
dept: 'Department',
createTime: 'Create Time',
yes: 'Yes',
no: 'No',
open: 'Open',
close: 'Close',
sex: {
male: 'Male',
female: 'Female',
secret: 'Secret'
},
status: {
valid: 'Valid',
invalid: 'Invalid'
},
menu: {
menu: 'Menu',
button: 'Button'
},
tab: {
common: 'Common',
directivity: 'Directivity',
solid: 'Solid',
food: 'Food'
},
aboutMe: 'About Me',
changeAvatar: 'Change',
lastLoginTime: 'Last login time',
goodMorning: 'Good morning',
goodAfternoon: 'Good afternoon',
goodEvening: 'Good evening',
allProject: 'All Projects',
noDept: 'No department',
noRole: 'No role',
firstLogin: 'First login',
you: 'You',
total: 'Total',
visitTitle: 'Nearly ten days of system access records',
timeline: 'Timeline',
account: 'Account',
password: 'Password',
importResult: 'Import Result',
hthz: 'Hou Tian Hanzi',
al: 'Ali Style',
lm: 'Lian Meng',
ctc: 'Click to select',
pleaseInputUrl: 'Please enter a URL',
bind: 'Bind',
unbind: 'Unbind',
confirmUnbind: 'Make sure to unbind the third-party account?',
unbindSuccess: 'Unbind successfully',
bindSuccess: 'Bind successfully',
bindLogin: 'Bind & Login',
signLogin: 'Sign & Login',
current: 'Current ',
socialAccount: ' account ',
socialTips: ' haven\'t bound any system accounts yet, you can bind system accounts or register a new account and bind.',
// 首页统计数
send: 'Total number of sent data',
receive: 'Total received data',
all: 'Total amount of data transmitted',
systems: 'The total number of business',
indexTimeItem: 'Data transmission situation',
indexTimeCountTitle: 'Data transmission situation'
}
}
|