ecinc-cloud-yoabase 9.5.218 → 9.5.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/en.js +84 -60
- package/lang/zhCN.js +82 -55
- package/package.json +1 -1
- package/lib/ecyoabase.common.js +0 -244565
- package/lib/ecyoabase.umd.js +0 -244576
- package/lib/ecyoabase.umd.min.js +0 -329
- package/lib/img/icon_fpgl.e5cc5863.svg +0 -1
- package/lib/img/systemBg.c9002b01.png +0 -0
package/lang/en.js
CHANGED
|
@@ -1,4 +1,82 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
+
base: {
|
|
3
|
+
sysLog: {
|
|
4
|
+
formTitle: 'System Log',
|
|
5
|
+
fields: {
|
|
6
|
+
systemLog: 'System Log',
|
|
7
|
+
sysName: 'System Name',
|
|
8
|
+
sysCode: 'System Code',
|
|
9
|
+
orgName: 'Unit Name',
|
|
10
|
+
orgCode: 'Unit Code',
|
|
11
|
+
operationAccount: 'Operation Account',
|
|
12
|
+
operator: 'Operator',
|
|
13
|
+
inputOperator: 'Please enter the operator',
|
|
14
|
+
moduleCode: 'Module Code',
|
|
15
|
+
inputModuleCode: 'Please enter the module code',
|
|
16
|
+
operationType: 'Operation Type',
|
|
17
|
+
inputOperationType: 'Please enter the operation type',
|
|
18
|
+
operationIP: 'Operation IP',
|
|
19
|
+
inputOperationIP: 'Please enter the operation IP',
|
|
20
|
+
operationTime: 'Operation Time',
|
|
21
|
+
inputOperationTime: 'Please enter the operation time',
|
|
22
|
+
browserVersion: 'Browser Version',
|
|
23
|
+
inputBrowserVersion: 'Please enter the browser version',
|
|
24
|
+
terminalType: 'Terminal Type',
|
|
25
|
+
inputTerminalType: 'Please enter the terminal type',
|
|
26
|
+
operationResult: 'Operation Result',
|
|
27
|
+
inputOperationResult: 'Please select the status',
|
|
28
|
+
operationDescription: 'Operation Description',
|
|
29
|
+
inputOperationDescription: 'Please enter the operation description',
|
|
30
|
+
abnormalTracking: 'Abnormal Tracking',
|
|
31
|
+
inputAbnormalTracking: 'Please enter abnormal tracking'
|
|
32
|
+
},
|
|
33
|
+
options: {
|
|
34
|
+
result: {
|
|
35
|
+
0: 'fail',
|
|
36
|
+
1: 'success'
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
passwordPolicy: {
|
|
41
|
+
fields: {
|
|
42
|
+
PassPolSettings: 'Password Policy Settings',
|
|
43
|
+
openPasswordPolicy: 'Enable Password Security Policy',
|
|
44
|
+
PasswordPolicy: 'Password Policy',
|
|
45
|
+
includeUsername: 'Password must not include username',
|
|
46
|
+
passwordNot: 'Password cannot be the same as the previous old password',
|
|
47
|
+
passlimited: 'Restrict password minimum length to',
|
|
48
|
+
position: 'characters',
|
|
49
|
+
everyOther: 'Every',
|
|
50
|
+
changedBefore: 'days must change password before expiration',
|
|
51
|
+
updatePass: 'days to start reminding users to change password',
|
|
52
|
+
forceUpdatePass: 'Force change of initial password',
|
|
53
|
+
mustInclude: 'Password must include',
|
|
54
|
+
number: 'numbers',
|
|
55
|
+
letter: 'letters',
|
|
56
|
+
capital: 'uppercase letters',
|
|
57
|
+
SpecialSymbols: 'special symbols (Shift + number)',
|
|
58
|
+
PasswordNotAllowed: 'Password must not contain',
|
|
59
|
+
ContinuousRepetitive: 'consecutive and repetitive characters',
|
|
60
|
+
allowedToContain: 'Characters not allowed in the password (separated by ; between two strings, e.g., abc; 123)'
|
|
61
|
+
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
styleConfig: {
|
|
65
|
+
fields: {
|
|
66
|
+
name: 'Theme Name',
|
|
67
|
+
styleCode: 'Theme Code',
|
|
68
|
+
columnMenu: 'Column Menu',
|
|
69
|
+
styleType: 'Theme Type',
|
|
70
|
+
isDefault: 'Is it default'
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
wfJiaoban: { //文件交办
|
|
74
|
+
formTitle: 'Document Submit',
|
|
75
|
+
fields: {
|
|
76
|
+
content: 'Assigned content'
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
2
80
|
yoabase: {
|
|
3
81
|
formTitle: '',
|
|
4
82
|
notProduct: 'This product is not available yet!',
|
|
@@ -392,27 +470,6 @@ module.exports = {
|
|
|
392
470
|
StartSynchronizing: 'Start Synchronizing',
|
|
393
471
|
SynPerSonOrgInfo: 'Synchronize Personnel Organization Information'
|
|
394
472
|
},
|
|
395
|
-
passwordPolicy: {
|
|
396
|
-
PassPolSettings: 'Password Policy Settings',
|
|
397
|
-
openPasswordPolicy: 'Enable Password Security Policy',
|
|
398
|
-
PasswordPolicy: 'Password Policy',
|
|
399
|
-
includeUsername: 'Password must not include username',
|
|
400
|
-
passwordNot: 'Password cannot be the same as the previous old password',
|
|
401
|
-
passlimited: 'Restrict password minimum length to',
|
|
402
|
-
position: 'characters',
|
|
403
|
-
everyOther: 'Every',
|
|
404
|
-
changedBefore: 'days must change password before expiration',
|
|
405
|
-
updatePass: 'days to start reminding users to change password',
|
|
406
|
-
forceUpdatePass: 'Force change of initial password',
|
|
407
|
-
mustInclude: 'Password must include',
|
|
408
|
-
number: 'numbers',
|
|
409
|
-
letter: 'letters',
|
|
410
|
-
capital: 'uppercase letters',
|
|
411
|
-
SpecialSymbols: 'special symbols (Shift + number)',
|
|
412
|
-
PasswordNotAllowed: 'Password must not contain',
|
|
413
|
-
ContinuousRepetitive: 'consecutive and repetitive characters',
|
|
414
|
-
allowedToContain: 'Characters not allowed in the password (separated by ; between two strings, e.g., abc; 123)'
|
|
415
|
-
},
|
|
416
473
|
platStatistics: {
|
|
417
474
|
all: '全部',
|
|
418
475
|
order: '其它',
|
|
@@ -566,40 +623,7 @@ module.exports = {
|
|
|
566
623
|
timeLength: '登录时长'
|
|
567
624
|
}
|
|
568
625
|
},
|
|
569
|
-
|
|
570
|
-
systemLog: 'System Log',
|
|
571
|
-
sysName: 'System Name',
|
|
572
|
-
systemCode: 'System Code',
|
|
573
|
-
UnitName: 'Unit Name',
|
|
574
|
-
UnitCode: 'Unit Code',
|
|
575
|
-
operationAccount: 'Operation Account',
|
|
576
|
-
operator: 'Operator',
|
|
577
|
-
inputOperator: 'Please enter the operator',
|
|
578
|
-
moduleCode: 'Module Code',
|
|
579
|
-
inputModuleCode: 'Please enter the module code',
|
|
580
|
-
operationType: 'Operation Type',
|
|
581
|
-
inputOperationType: 'Please enter the operation type',
|
|
582
|
-
operationIP: 'Operation IP',
|
|
583
|
-
inputOperationIP: 'Please enter the operation IP',
|
|
584
|
-
operationTime: 'Operation Time',
|
|
585
|
-
inputOperationTime: 'Please enter the operation time',
|
|
586
|
-
browserVersion: 'Browser Version',
|
|
587
|
-
inputBrowserVersion: 'Please enter the browser version',
|
|
588
|
-
terminalType: 'Terminal Type',
|
|
589
|
-
inputTerminalType: 'Please enter the terminal type',
|
|
590
|
-
operationResult: 'Operation Result',
|
|
591
|
-
inputOperationResult: 'Please select the status',
|
|
592
|
-
operationDescription: 'Operation Description',
|
|
593
|
-
inputOperationDescription: 'Please enter the operation description',
|
|
594
|
-
abnormalTracking: 'Abnormal Tracking',
|
|
595
|
-
inputAbnormalTracking: 'Please enter abnormal tracking',
|
|
596
|
-
option: {
|
|
597
|
-
resultType: {
|
|
598
|
-
0: 'fail',
|
|
599
|
-
1: 'success'
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
},
|
|
626
|
+
|
|
603
627
|
systemSummary: {
|
|
604
628
|
NumberOfInst: 'Number of Institutions',
|
|
605
629
|
activatedProducts: 'Number of Activated Products',
|
|
@@ -670,13 +694,13 @@ module.exports = {
|
|
|
670
694
|
ColorGroup: 'Color Group',
|
|
671
695
|
option: {
|
|
672
696
|
columnMenu: {
|
|
673
|
-
|
|
674
|
-
|
|
697
|
+
0: 'Top',
|
|
698
|
+
1: 'Left'
|
|
675
699
|
},
|
|
676
700
|
styleType: {
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
701
|
+
0: 'Solid Color Theme',
|
|
702
|
+
1: 'Seasonal Festivals',
|
|
703
|
+
2: 'Business Theme'
|
|
680
704
|
}
|
|
681
705
|
}
|
|
682
706
|
},
|
package/lang/zhCN.js
CHANGED
|
@@ -1,4 +1,82 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
+
base: {
|
|
3
|
+
sysLog: {
|
|
4
|
+
formTitle: '系统日志',
|
|
5
|
+
fields: {
|
|
6
|
+
systemLog: '系统日志',
|
|
7
|
+
sysName: '系统名称',
|
|
8
|
+
systemCode: '系统代码',
|
|
9
|
+
UnitName: '单位名称',
|
|
10
|
+
UnitCode: '单位代码',
|
|
11
|
+
operationAccount: '操作帐号',
|
|
12
|
+
operator: '操作人',
|
|
13
|
+
inputOperator: '请输入操作人',
|
|
14
|
+
moduleCode: '模块代码',
|
|
15
|
+
inputModuleCode: '请输入模块代码',
|
|
16
|
+
operationType: '操作类型',
|
|
17
|
+
inputOperationType: '请输入操作类型',
|
|
18
|
+
operationIP: '操作IP',
|
|
19
|
+
inputOperationIP: '请输入操作IP',
|
|
20
|
+
operationTime: '操作时间',
|
|
21
|
+
inputOperationTime: '请输入操作时间',
|
|
22
|
+
browserVersion: '浏览器版本',
|
|
23
|
+
inputBrowserVersion: '请输入浏览器版本',
|
|
24
|
+
terminalType: '终端类型',
|
|
25
|
+
inputIerminalType: '终端类型',
|
|
26
|
+
operationResult: '操作结果',
|
|
27
|
+
inputOperationResult: '请选择状态',
|
|
28
|
+
operationDescription: '操作描述',
|
|
29
|
+
inputOperationDescription: '请输入操作描述',
|
|
30
|
+
abnormalTracking: '异常跟踪',
|
|
31
|
+
inputAbnormalTracking: '请输入异常跟踪'
|
|
32
|
+
},
|
|
33
|
+
options: {
|
|
34
|
+
resultType: {
|
|
35
|
+
0: '失败',
|
|
36
|
+
1: '成功'
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
passwordPolicy: {
|
|
41
|
+
fields: {
|
|
42
|
+
PassPolSettings: '密码策略设置',
|
|
43
|
+
openPasswordPolicy: '启用密码安全策略',
|
|
44
|
+
PasswordPolicy: '密码策略',
|
|
45
|
+
includeUsername: '密码不包含用户名',
|
|
46
|
+
passwordNot: '密码不能与上次的旧密码相同',
|
|
47
|
+
passlimited: '限定密码最小长度为',
|
|
48
|
+
position: '位',
|
|
49
|
+
everyOther: '每隔',
|
|
50
|
+
changedBefore: '天必须修改密码,密码过期前',
|
|
51
|
+
updatePass: '天开始提醒用户修改密码',
|
|
52
|
+
forceUpdatePass: '强制修改初始密码',
|
|
53
|
+
mustInclude: '密码必须包含',
|
|
54
|
+
number: '数字',
|
|
55
|
+
letter: '字母',
|
|
56
|
+
capital: '大写字母',
|
|
57
|
+
SpecialSymbols: '特殊符号(Shift+数字)',
|
|
58
|
+
PasswordNotAllowed: '密码不允许有',
|
|
59
|
+
ContinuousRepetitive: '位连续与重复',
|
|
60
|
+
allowedToContain: '密码中不允许包含的字符库(两个字符串间以;分隔开,如:abc;123)'
|
|
61
|
+
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
styleConfig: {
|
|
65
|
+
fields: {
|
|
66
|
+
name: '主题名称',
|
|
67
|
+
styleCode: '主题代码',
|
|
68
|
+
columnMenu: '栏目菜单',
|
|
69
|
+
styleType: '主题类型',
|
|
70
|
+
isDefault: '是否默认'
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
wfJiaoban: { //文件交办
|
|
74
|
+
formTitle: '文件交办',
|
|
75
|
+
fields: {
|
|
76
|
+
content: '交办内容'
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
2
80
|
yoabase: {
|
|
3
81
|
formTitle: '',
|
|
4
82
|
notProduct: '暂未开通此产品!',
|
|
@@ -257,6 +335,8 @@ module.exports = {
|
|
|
257
335
|
|
|
258
336
|
},
|
|
259
337
|
email: {
|
|
338
|
+
delEmailTip: '删除邮箱',
|
|
339
|
+
delEmailTipCon: '是否确认删除此邮箱,删除之后还可在回收站找到',
|
|
260
340
|
PageContent: '通讯录可见性设置',
|
|
261
341
|
HiddenDept: '隐藏部门',
|
|
262
342
|
selectHiddenDept: '请选择隐藏部门',
|
|
@@ -401,27 +481,7 @@ module.exports = {
|
|
|
401
481
|
StartSynchronizing: '开始同步',
|
|
402
482
|
SynPerSonOrgInfo: '同步人员机构信息'
|
|
403
483
|
},
|
|
404
|
-
|
|
405
|
-
PassPolSettings: '密码策略设置',
|
|
406
|
-
openPasswordPolicy: '启用密码安全策略',
|
|
407
|
-
PasswordPolicy: '密码策略',
|
|
408
|
-
includeUsername: '密码不包含用户名',
|
|
409
|
-
passwordNot: '密码不能与上次的旧密码相同',
|
|
410
|
-
passlimited: '限定密码最小长度为',
|
|
411
|
-
position: '位',
|
|
412
|
-
everyOther: '每隔',
|
|
413
|
-
changedBefore: '天必须修改密码,密码过期前',
|
|
414
|
-
updatePass: '天开始提醒用户修改密码',
|
|
415
|
-
forceUpdatePass: '强制修改初始密码',
|
|
416
|
-
mustInclude: '密码必须包含',
|
|
417
|
-
number: '数字',
|
|
418
|
-
letter: '字母',
|
|
419
|
-
capital: '大写字母',
|
|
420
|
-
SpecialSymbols: '特殊符号(Shift+数字)',
|
|
421
|
-
PasswordNotAllowed: '密码不允许有',
|
|
422
|
-
ContinuousRepetitive: '位连续与重复',
|
|
423
|
-
allowedToContain: '密码中不允许包含的字符库(两个字符串间以;分隔开,如:abc;123)'
|
|
424
|
-
},
|
|
484
|
+
|
|
425
485
|
platStatistics: {
|
|
426
486
|
all: '全部',
|
|
427
487
|
order: '其它',
|
|
@@ -575,40 +635,7 @@ module.exports = {
|
|
|
575
635
|
timeLength: '登录时长'
|
|
576
636
|
}
|
|
577
637
|
},
|
|
578
|
-
|
|
579
|
-
systemLog: '系统日志',
|
|
580
|
-
sysName: '系统名称',
|
|
581
|
-
systemCode: '系统代码',
|
|
582
|
-
UnitName: '单位名称',
|
|
583
|
-
UnitCode: '单位代码',
|
|
584
|
-
operationAccount: '操作帐号',
|
|
585
|
-
operator: '操作人',
|
|
586
|
-
inputOperator: '请输入操作人',
|
|
587
|
-
moduleCode: '模块代码',
|
|
588
|
-
inputModuleCode: '请输入模块代码',
|
|
589
|
-
operationType: '操作类型',
|
|
590
|
-
inputOperationType: '请输入操作类型',
|
|
591
|
-
operationIP: '操作IP',
|
|
592
|
-
inputOperationIP: '请输入操作IP',
|
|
593
|
-
operationTime: '操作时间',
|
|
594
|
-
inputOperationTime: '请输入操作时间',
|
|
595
|
-
browserVersion: '浏览器版本',
|
|
596
|
-
inputBrowserVersion: '请输入浏览器版本',
|
|
597
|
-
terminalType: '终端类型',
|
|
598
|
-
inputIerminalType: '终端类型',
|
|
599
|
-
operationResult: '操作结果',
|
|
600
|
-
inputOperationResult: '请选择状态',
|
|
601
|
-
operationDescription: '操作描述',
|
|
602
|
-
inputOperationDescription: '请输入操作描述',
|
|
603
|
-
abnormalTracking: '异常跟踪',
|
|
604
|
-
inputAbnormalTracking: '请输入异常跟踪',
|
|
605
|
-
option: {
|
|
606
|
-
resultType: {
|
|
607
|
-
0: '失败',
|
|
608
|
-
1: '成功'
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
},
|
|
638
|
+
|
|
612
639
|
systemSummary: {
|
|
613
640
|
NumberOfInst: '机构数',
|
|
614
641
|
activatedProducts: '开通产品数',
|