ecinc-cloud-yoabase 9.5.217 → 9.5.218
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 +822 -60
- package/lang/es.js +742 -3
- package/lang/ja.js +742 -3
- package/lang/zhCN.js +125 -35
- package/lib/ecyoabase.common.js +7925 -3034
- package/lib/ecyoabase.umd.js +8076 -3185
- package/lib/ecyoabase.umd.min.js +145 -145
- package/package.json +1 -1
package/lang/zhCN.js
CHANGED
|
@@ -2,9 +2,6 @@ module.exports = {
|
|
|
2
2
|
yoabase: {
|
|
3
3
|
formTitle: '',
|
|
4
4
|
notProduct: '暂未开通此产品!',
|
|
5
|
-
moduleMenu: {
|
|
6
|
-
|
|
7
|
-
},
|
|
8
5
|
messages: {
|
|
9
6
|
checkAllSuccess: 'Please wait for all images to be uploaded successfully. If there is a network problem, please refresh the page and upload again!',
|
|
10
7
|
pageLoadingError: '页面加载错误,请退出重新进入',
|
|
@@ -19,8 +16,8 @@ module.exports = {
|
|
|
19
16
|
templateConversionNot: '模板转换失败,请稍后再试!',
|
|
20
17
|
getTemplateError: '获取发票模板图片失败!',
|
|
21
18
|
isInvoiceType: '发票类型不能为空!',
|
|
22
|
-
errorTextbefore: '缺少 ',
|
|
23
|
-
errorTextaffter: '
|
|
19
|
+
errorTextbefore: '缺少{oldName}模板参数 ',
|
|
20
|
+
errorTextaffter: '模板参数 ',
|
|
24
21
|
saveSuccess: '保存成功',
|
|
25
22
|
saveError: '保存失败',
|
|
26
23
|
isUploadInvoice: '请先选择发票类型后再上传!',
|
|
@@ -47,7 +44,7 @@ module.exports = {
|
|
|
47
44
|
},
|
|
48
45
|
alerts: {
|
|
49
46
|
tip: '提示',
|
|
50
|
-
operationTip: '操作提示',
|
|
47
|
+
// operationTip: '操作提示',
|
|
51
48
|
cozyTip: '温馨提示',
|
|
52
49
|
error: '错误',
|
|
53
50
|
sure: '确定',
|
|
@@ -78,16 +75,18 @@ module.exports = {
|
|
|
78
75
|
selectShareFile: '请选择需要共享文件夹'
|
|
79
76
|
|
|
80
77
|
},
|
|
81
|
-
newBusiForm: {
|
|
82
|
-
close: '关闭',
|
|
83
|
-
cancel: '取消',
|
|
84
|
-
modify: '修改',
|
|
85
|
-
save: '保存',
|
|
86
|
-
notAttach: '暂无附件'
|
|
87
|
-
},
|
|
88
78
|
cityCodeConfig: {
|
|
79
|
+
cityName: '城市名称',
|
|
80
|
+
pCityName: '请输入城市名称',
|
|
81
|
+
cityCode: '城市代码',
|
|
82
|
+
PcityCode: '请输入城市代码',
|
|
83
|
+
groupCode: '分组代码',
|
|
84
|
+
pGroupCode: '请输入分组代码',
|
|
85
|
+
sort: '排序',
|
|
86
|
+
pSort: '请输入6位数字排序号',
|
|
89
87
|
addCity: '添加子城市',
|
|
90
|
-
delBtn: '删除'
|
|
88
|
+
delBtn: '删除',
|
|
89
|
+
codeSetting: '城市天气代码设置'
|
|
91
90
|
},
|
|
92
91
|
cockpit: {
|
|
93
92
|
AreasActive: '区域活跃率',
|
|
@@ -109,13 +108,13 @@ module.exports = {
|
|
|
109
108
|
TotalNumberservice: '服务运行总数',
|
|
110
109
|
successfulService: '服务运行成功数',
|
|
111
110
|
serviceFailures: '服务运行失败数',
|
|
112
|
-
SystemAccessDistribution: '系统访问分布'
|
|
111
|
+
SystemAccessDistribution: '系统访问分布',
|
|
112
|
+
yyjsc: '运营管理驾驶舱'
|
|
113
113
|
|
|
114
114
|
},
|
|
115
115
|
common: {
|
|
116
|
-
notData: '暂无数据',
|
|
117
116
|
launchApply: '发起申请',
|
|
118
|
-
more: '更多',
|
|
117
|
+
// more: '更多',
|
|
119
118
|
AddLanmu: '新增栏目',
|
|
120
119
|
AddSubmenu: '新增子菜单',
|
|
121
120
|
EditMenu: '编辑菜单',
|
|
@@ -123,7 +122,7 @@ module.exports = {
|
|
|
123
122
|
add: '新增',
|
|
124
123
|
buildNow: '正在建设中,敬请稍候。。。',
|
|
125
124
|
export: '导出',
|
|
126
|
-
dowload: '下载',
|
|
125
|
+
// dowload: '下载',
|
|
127
126
|
enlarge: '放大',
|
|
128
127
|
narrow: '缩小',
|
|
129
128
|
previousPage: '上一页',
|
|
@@ -172,9 +171,9 @@ module.exports = {
|
|
|
172
171
|
},
|
|
173
172
|
ListInfo: {
|
|
174
173
|
MessageReminder: '消息提醒',
|
|
175
|
-
count: '次',
|
|
174
|
+
count: '{dataType}次',
|
|
176
175
|
comeFrom: '来自:',
|
|
177
|
-
time: '
|
|
176
|
+
time: '时间',
|
|
178
177
|
CancelCollection: '取消收藏',
|
|
179
178
|
Collection: '收藏',
|
|
180
179
|
SendingRange: '发送范围',
|
|
@@ -186,7 +185,7 @@ module.exports = {
|
|
|
186
185
|
},
|
|
187
186
|
StatisticsSearch: {
|
|
188
187
|
SelectRegion: '选择区域',
|
|
189
|
-
PleaseSelectRegion: '
|
|
188
|
+
PleaseSelectRegion: '请选择区域',
|
|
190
189
|
SelectOrg: '选择机构',
|
|
191
190
|
PleaseSelectOrg: '请选择机构',
|
|
192
191
|
SelectDept: '选择部门',
|
|
@@ -199,8 +198,9 @@ module.exports = {
|
|
|
199
198
|
Statistics: '统计'
|
|
200
199
|
},
|
|
201
200
|
viewContent: {
|
|
202
|
-
author: '
|
|
203
|
-
issueDate: '
|
|
201
|
+
author: '作者:',
|
|
202
|
+
issueDate: '发布时间:',
|
|
203
|
+
count: '次',
|
|
204
204
|
labelNames: ' 标签',
|
|
205
205
|
KnowledgeAttachment: '知识附件'
|
|
206
206
|
},
|
|
@@ -319,18 +319,33 @@ module.exports = {
|
|
|
319
319
|
// AllocatedSpace: '已分配空间',
|
|
320
320
|
UsedSpace: '已使用空间',
|
|
321
321
|
EmailAccountSettings: '邮箱账号设置',
|
|
322
|
+
emailMonitoring: '邮件监控',
|
|
322
323
|
Monitor: '监控者',
|
|
323
324
|
MonitoredObject: '被监控对象',
|
|
324
325
|
back: '返回',
|
|
325
326
|
watchEmailPT: {
|
|
326
327
|
UnitName: '单位名称',
|
|
328
|
+
pUnitName: '请选择单位名称',
|
|
327
329
|
Monitor: '监控者',
|
|
330
|
+
pMonitor: '请选择监控者',
|
|
328
331
|
MonitoredObject: '被监控者',
|
|
332
|
+
pMonitoredObject: '请选择被监控者',
|
|
329
333
|
IsPermanentlyMonitored: '是否永久监控',
|
|
334
|
+
pIsPermanentlyMonitored: '请选择是否永久监控',
|
|
330
335
|
monitorSTime: '监控开始时间',
|
|
336
|
+
pmonitorSTime: '请输入监控开始时间',
|
|
331
337
|
monitorETime: '监控结束时间',
|
|
338
|
+
pmonitorETime: '请输入监控结束时间',
|
|
332
339
|
monitorF: '监控范围',
|
|
333
|
-
|
|
340
|
+
pmonitorF: '请选择监控范围',
|
|
341
|
+
status: '状态',
|
|
342
|
+
pstatus: '请选择状态'
|
|
343
|
+
},
|
|
344
|
+
option: {
|
|
345
|
+
yesOrno: {
|
|
346
|
+
0: '否',
|
|
347
|
+
1: '是'
|
|
348
|
+
}
|
|
334
349
|
}
|
|
335
350
|
},
|
|
336
351
|
holiday: {
|
|
@@ -408,6 +423,8 @@ module.exports = {
|
|
|
408
423
|
allowedToContain: '密码中不允许包含的字符库(两个字符串间以;分隔开,如:abc;123)'
|
|
409
424
|
},
|
|
410
425
|
platStatistics: {
|
|
426
|
+
all: '全部',
|
|
427
|
+
order: '其它',
|
|
411
428
|
userStatistics: '注册用户统计',
|
|
412
429
|
registrations: '注册人数',
|
|
413
430
|
areaUser: {
|
|
@@ -443,8 +460,7 @@ module.exports = {
|
|
|
443
460
|
range: '统计周期',
|
|
444
461
|
MobileSMS: '手机短信',
|
|
445
462
|
PushMessage: '推送消息',
|
|
446
|
-
mail: '站内信'
|
|
447
|
-
InstantMessaging: '即时通信'
|
|
463
|
+
mail: '站内信'
|
|
448
464
|
},
|
|
449
465
|
UserAccessStatistics: '用户访问统计',
|
|
450
466
|
ServiceState: {
|
|
@@ -486,6 +502,7 @@ module.exports = {
|
|
|
486
502
|
pSelectPersonnel: '请选择人员',
|
|
487
503
|
startDate: '开始日期',
|
|
488
504
|
endDate: '结束日期',
|
|
505
|
+
statisticalDate: '统计日期',
|
|
489
506
|
and: '至',
|
|
490
507
|
product: '产品',
|
|
491
508
|
terminal: '终端',
|
|
@@ -547,6 +564,49 @@ module.exports = {
|
|
|
547
564
|
messageId: '消息推送所需渠道ID: channelld',
|
|
548
565
|
messageC: '消息推送所需参数包名',
|
|
549
566
|
message: '消息推送'
|
|
567
|
+
},
|
|
568
|
+
UserMonitor: {
|
|
569
|
+
personAccount: '用户账户',
|
|
570
|
+
username: '姓名',
|
|
571
|
+
orgName: '所属单位',
|
|
572
|
+
loginDate: '登录时间',
|
|
573
|
+
clientType: '终端类型',
|
|
574
|
+
overdueDate: '过期时间',
|
|
575
|
+
timeLength: '登录时长'
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
sysLog: {
|
|
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
|
+
}
|
|
550
610
|
}
|
|
551
611
|
},
|
|
552
612
|
systemSummary: {
|
|
@@ -588,7 +648,7 @@ module.exports = {
|
|
|
588
648
|
selectCloor: '选中颜色',
|
|
589
649
|
textColor: '文字颜色',
|
|
590
650
|
textActive: '选中文字颜色',
|
|
591
|
-
|
|
651
|
+
leftToolbarBgSeting: '导航栏颜色设置',
|
|
592
652
|
leftToolbarBg: '导航栏背景颜色',
|
|
593
653
|
leftToolbarActive: '导航栏选中颜色',
|
|
594
654
|
leftToolbarText: '导航栏文字颜色',
|
|
@@ -616,7 +676,18 @@ module.exports = {
|
|
|
616
676
|
styleOptions3: '商务主题',
|
|
617
677
|
layoutOptions1: '顶部',
|
|
618
678
|
layoutOptions2: '左侧',
|
|
619
|
-
ColorGroup: '色组'
|
|
679
|
+
ColorGroup: '色组',
|
|
680
|
+
option: {
|
|
681
|
+
columnMenu: {
|
|
682
|
+
'0': '顶部',
|
|
683
|
+
'1': '左侧'
|
|
684
|
+
},
|
|
685
|
+
styleType: {
|
|
686
|
+
'0': '纯色主题',
|
|
687
|
+
'1': '四季节日',
|
|
688
|
+
'2': '商务主题'
|
|
689
|
+
}
|
|
690
|
+
}
|
|
620
691
|
|
|
621
692
|
},
|
|
622
693
|
scripts: {
|
|
@@ -671,7 +742,10 @@ module.exports = {
|
|
|
671
742
|
FailedRhetoric: '失败话术',
|
|
672
743
|
FailedRhetoricEnter: '请输入失败话术',
|
|
673
744
|
ExecuteAction: '执行动作',
|
|
674
|
-
ExecuteActionSelect: '请选择执行动作'
|
|
745
|
+
ExecuteActionSelect: '请选择执行动作',
|
|
746
|
+
caogao: '草稿',
|
|
747
|
+
lineOn: '已上线',
|
|
748
|
+
lineUp: '已下线'
|
|
675
749
|
},
|
|
676
750
|
mainformCom: {
|
|
677
751
|
PersonalSchedule: '个人日程',
|
|
@@ -712,15 +786,16 @@ module.exports = {
|
|
|
712
786
|
ReasonInvalidation: '作废原因:',
|
|
713
787
|
ProcessApproval: '流程审批',
|
|
714
788
|
bodyPerView: '正文预览',
|
|
715
|
-
ForwardDocType: '
|
|
789
|
+
ForwardDocType: '转发文类型:',
|
|
790
|
+
ForwardDoc: '转发文',
|
|
716
791
|
selectForwardDocType: '请选择转发文类型',
|
|
717
|
-
docAttach: '
|
|
792
|
+
docAttach: '转发文附件:',
|
|
718
793
|
DraftRelatedDoc: '起草关联文件',
|
|
719
794
|
fileName: '文件名',
|
|
720
795
|
DeliveryNote: '交办便签',
|
|
721
|
-
Assigned: '交办',
|
|
722
|
-
|
|
723
|
-
|
|
796
|
+
Assigned: '{creator}于{createTime}交办',
|
|
797
|
+
Intelligent: '我于{createTime}智能推荐',
|
|
798
|
+
Intel: '智能推荐',
|
|
724
799
|
key: '请输入关键词搜索',
|
|
725
800
|
notFile: '暂无推荐文件',
|
|
726
801
|
Reason: '作废原因',
|
|
@@ -742,8 +817,23 @@ module.exports = {
|
|
|
742
817
|
stampedTip2: '文档中有印章尚未确定位置,请重新确定位置!',
|
|
743
818
|
stampedTip3: '出现错误:',
|
|
744
819
|
stampedTip4: '您本次联合盖章已经超时,请重新进行盖章!',
|
|
745
|
-
submissionFile: '文件交办'
|
|
820
|
+
submissionFile: '文件交办',
|
|
821
|
+
selectType: '选择修改方式',
|
|
822
|
+
updateDateTip: '修改当前日程',
|
|
823
|
+
updateDateTip1: '修改当前以及后续日程',
|
|
824
|
+
updateDateTip2: '修改全部重复日程',
|
|
825
|
+
updateDateTip3: '当前为重复日程,请选择:',
|
|
826
|
+
isFileNum: '您确定本次不需要填写文件编号吗?',
|
|
827
|
+
notInvalidation: '无作废原因',
|
|
828
|
+
htmb: '合同模版',
|
|
829
|
+
selectHtmb: '选择合同模版',
|
|
830
|
+
selectHtmbNew: '请选择新的合同模版:',
|
|
831
|
+
htmbTip: '该合同已经有模版!<br>是否替换当前模版?',
|
|
832
|
+
zuofTip: '作废原因不能为空',
|
|
833
|
+
noGaizTip: '您没有安装PDF盖章相关软件!</a>',
|
|
834
|
+
gzSheyu: '距离盖章超时还剩 {msg}'
|
|
746
835
|
}
|
|
747
836
|
|
|
748
837
|
}
|
|
838
|
+
|
|
749
839
|
}
|