ecinc-cloud-yoabase 9.5.217 → 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/zhCN.js CHANGED
@@ -1,10 +1,85 @@
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: '暂未开通此产品!',
5
- moduleMenu: {
6
-
7
- },
8
83
  messages: {
9
84
  checkAllSuccess: 'Please wait for all images to be uploaded successfully. If there is a network problem, please refresh the page and upload again!',
10
85
  pageLoadingError: '页面加载错误,请退出重新进入',
@@ -19,8 +94,8 @@ module.exports = {
19
94
  templateConversionNot: '模板转换失败,请稍后再试!',
20
95
  getTemplateError: '获取发票模板图片失败!',
21
96
  isInvoiceType: '发票类型不能为空!',
22
- errorTextbefore: '缺少 ',
23
- errorTextaffter: ' 模板参数',
97
+ errorTextbefore: '缺少{oldName}模板参数 ',
98
+ errorTextaffter: '模板参数 ',
24
99
  saveSuccess: '保存成功',
25
100
  saveError: '保存失败',
26
101
  isUploadInvoice: '请先选择发票类型后再上传!',
@@ -47,7 +122,7 @@ module.exports = {
47
122
  },
48
123
  alerts: {
49
124
  tip: '提示',
50
- operationTip: '操作提示',
125
+ // operationTip: '操作提示',
51
126
  cozyTip: '温馨提示',
52
127
  error: '错误',
53
128
  sure: '确定',
@@ -78,16 +153,18 @@ module.exports = {
78
153
  selectShareFile: '请选择需要共享文件夹'
79
154
 
80
155
  },
81
- newBusiForm: {
82
- close: '关闭',
83
- cancel: '取消',
84
- modify: '修改',
85
- save: '保存',
86
- notAttach: '暂无附件'
87
- },
88
156
  cityCodeConfig: {
157
+ cityName: '城市名称',
158
+ pCityName: '请输入城市名称',
159
+ cityCode: '城市代码',
160
+ PcityCode: '请输入城市代码',
161
+ groupCode: '分组代码',
162
+ pGroupCode: '请输入分组代码',
163
+ sort: '排序',
164
+ pSort: '请输入6位数字排序号',
89
165
  addCity: '添加子城市',
90
- delBtn: '删除'
166
+ delBtn: '删除',
167
+ codeSetting: '城市天气代码设置'
91
168
  },
92
169
  cockpit: {
93
170
  AreasActive: '区域活跃率',
@@ -109,13 +186,13 @@ module.exports = {
109
186
  TotalNumberservice: '服务运行总数',
110
187
  successfulService: '服务运行成功数',
111
188
  serviceFailures: '服务运行失败数',
112
- SystemAccessDistribution: '系统访问分布'
189
+ SystemAccessDistribution: '系统访问分布',
190
+ yyjsc: '运营管理驾驶舱'
113
191
 
114
192
  },
115
193
  common: {
116
- notData: '暂无数据',
117
194
  launchApply: '发起申请',
118
- more: '更多',
195
+ // more: '更多',
119
196
  AddLanmu: '新增栏目',
120
197
  AddSubmenu: '新增子菜单',
121
198
  EditMenu: '编辑菜单',
@@ -123,7 +200,7 @@ module.exports = {
123
200
  add: '新增',
124
201
  buildNow: '正在建设中,敬请稍候。。。',
125
202
  export: '导出',
126
- dowload: '下载',
203
+ // dowload: '下载',
127
204
  enlarge: '放大',
128
205
  narrow: '缩小',
129
206
  previousPage: '上一页',
@@ -172,9 +249,9 @@ module.exports = {
172
249
  },
173
250
  ListInfo: {
174
251
  MessageReminder: '消息提醒',
175
- count: '次',
252
+ count: '{dataType}次',
176
253
  comeFrom: '来自:',
177
- time: '时间:',
254
+ time: '时间',
178
255
  CancelCollection: '取消收藏',
179
256
  Collection: '收藏',
180
257
  SendingRange: '发送范围',
@@ -186,7 +263,7 @@ module.exports = {
186
263
  },
187
264
  StatisticsSearch: {
188
265
  SelectRegion: '选择区域',
189
- PleaseSelectRegion: '选择区域',
266
+ PleaseSelectRegion: '请选择区域',
190
267
  SelectOrg: '选择机构',
191
268
  PleaseSelectOrg: '请选择机构',
192
269
  SelectDept: '选择部门',
@@ -199,8 +276,9 @@ module.exports = {
199
276
  Statistics: '统计'
200
277
  },
201
278
  viewContent: {
202
- author: '作者',
203
- issueDate: '发布时间',
279
+ author: '作者:',
280
+ issueDate: '发布时间:',
281
+ count: '次',
204
282
  labelNames: ' 标签',
205
283
  KnowledgeAttachment: '知识附件'
206
284
  },
@@ -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: '请选择隐藏部门',
@@ -319,18 +399,33 @@ module.exports = {
319
399
  // AllocatedSpace: '已分配空间',
320
400
  UsedSpace: '已使用空间',
321
401
  EmailAccountSettings: '邮箱账号设置',
402
+ emailMonitoring: '邮件监控',
322
403
  Monitor: '监控者',
323
404
  MonitoredObject: '被监控对象',
324
405
  back: '返回',
325
406
  watchEmailPT: {
326
407
  UnitName: '单位名称',
408
+ pUnitName: '请选择单位名称',
327
409
  Monitor: '监控者',
410
+ pMonitor: '请选择监控者',
328
411
  MonitoredObject: '被监控者',
412
+ pMonitoredObject: '请选择被监控者',
329
413
  IsPermanentlyMonitored: '是否永久监控',
414
+ pIsPermanentlyMonitored: '请选择是否永久监控',
330
415
  monitorSTime: '监控开始时间',
416
+ pmonitorSTime: '请输入监控开始时间',
331
417
  monitorETime: '监控结束时间',
418
+ pmonitorETime: '请输入监控结束时间',
332
419
  monitorF: '监控范围',
333
- status: '状态'
420
+ pmonitorF: '请选择监控范围',
421
+ status: '状态',
422
+ pstatus: '请选择状态'
423
+ },
424
+ option: {
425
+ yesOrno: {
426
+ 0: '否',
427
+ 1: '是'
428
+ }
334
429
  }
335
430
  },
336
431
  holiday: {
@@ -386,28 +481,10 @@ module.exports = {
386
481
  StartSynchronizing: '开始同步',
387
482
  SynPerSonOrgInfo: '同步人员机构信息'
388
483
  },
389
- passwordPolicy: {
390
- PassPolSettings: '密码策略设置',
391
- openPasswordPolicy: '启用密码安全策略',
392
- PasswordPolicy: '密码策略',
393
- includeUsername: '密码不包含用户名',
394
- passwordNot: '密码不能与上次的旧密码相同',
395
- passlimited: '限定密码最小长度为',
396
- position: '位',
397
- everyOther: '每隔',
398
- changedBefore: '天必须修改密码,密码过期前',
399
- updatePass: '天开始提醒用户修改密码',
400
- forceUpdatePass: '强制修改初始密码',
401
- mustInclude: '密码必须包含',
402
- number: '数字',
403
- letter: '字母',
404
- capital: '大写字母',
405
- SpecialSymbols: '特殊符号(Shift+数字)',
406
- PasswordNotAllowed: '密码不允许有',
407
- ContinuousRepetitive: '位连续与重复',
408
- allowedToContain: '密码中不允许包含的字符库(两个字符串间以;分隔开,如:abc;123)'
409
- },
484
+
410
485
  platStatistics: {
486
+ all: '全部',
487
+ order: '其它',
411
488
  userStatistics: '注册用户统计',
412
489
  registrations: '注册人数',
413
490
  areaUser: {
@@ -443,8 +520,7 @@ module.exports = {
443
520
  range: '统计周期',
444
521
  MobileSMS: '手机短信',
445
522
  PushMessage: '推送消息',
446
- mail: '站内信',
447
- InstantMessaging: '即时通信'
523
+ mail: '站内信'
448
524
  },
449
525
  UserAccessStatistics: '用户访问统计',
450
526
  ServiceState: {
@@ -486,6 +562,7 @@ module.exports = {
486
562
  pSelectPersonnel: '请选择人员',
487
563
  startDate: '开始日期',
488
564
  endDate: '结束日期',
565
+ statisticalDate: '统计日期',
489
566
  and: '至',
490
567
  product: '产品',
491
568
  terminal: '终端',
@@ -547,8 +624,18 @@ module.exports = {
547
624
  messageId: '消息推送所需渠道ID: channelld',
548
625
  messageC: '消息推送所需参数包名',
549
626
  message: '消息推送'
627
+ },
628
+ UserMonitor: {
629
+ personAccount: '用户账户',
630
+ username: '姓名',
631
+ orgName: '所属单位',
632
+ loginDate: '登录时间',
633
+ clientType: '终端类型',
634
+ overdueDate: '过期时间',
635
+ timeLength: '登录时长'
550
636
  }
551
637
  },
638
+
552
639
  systemSummary: {
553
640
  NumberOfInst: '机构数',
554
641
  activatedProducts: '开通产品数',
@@ -588,7 +675,7 @@ module.exports = {
588
675
  selectCloor: '选中颜色',
589
676
  textColor: '文字颜色',
590
677
  textActive: '选中文字颜色',
591
- leftToolbarBgStting: '导航栏颜色设置',
678
+ leftToolbarBgSeting: '导航栏颜色设置',
592
679
  leftToolbarBg: '导航栏背景颜色',
593
680
  leftToolbarActive: '导航栏选中颜色',
594
681
  leftToolbarText: '导航栏文字颜色',
@@ -616,7 +703,18 @@ module.exports = {
616
703
  styleOptions3: '商务主题',
617
704
  layoutOptions1: '顶部',
618
705
  layoutOptions2: '左侧',
619
- ColorGroup: '色组'
706
+ ColorGroup: '色组',
707
+ option: {
708
+ columnMenu: {
709
+ '0': '顶部',
710
+ '1': '左侧'
711
+ },
712
+ styleType: {
713
+ '0': '纯色主题',
714
+ '1': '四季节日',
715
+ '2': '商务主题'
716
+ }
717
+ }
620
718
 
621
719
  },
622
720
  scripts: {
@@ -671,7 +769,10 @@ module.exports = {
671
769
  FailedRhetoric: '失败话术',
672
770
  FailedRhetoricEnter: '请输入失败话术',
673
771
  ExecuteAction: '执行动作',
674
- ExecuteActionSelect: '请选择执行动作'
772
+ ExecuteActionSelect: '请选择执行动作',
773
+ caogao: '草稿',
774
+ lineOn: '已上线',
775
+ lineUp: '已下线'
675
776
  },
676
777
  mainformCom: {
677
778
  PersonalSchedule: '个人日程',
@@ -712,15 +813,16 @@ module.exports = {
712
813
  ReasonInvalidation: '作废原因:',
713
814
  ProcessApproval: '流程审批',
714
815
  bodyPerView: '正文预览',
715
- ForwardDocType: '转发文类型',
816
+ ForwardDocType: '转发文类型:',
817
+ ForwardDoc: '转发文',
716
818
  selectForwardDocType: '请选择转发文类型',
717
- docAttach: '转发文附件',
819
+ docAttach: '转发文附件:',
718
820
  DraftRelatedDoc: '起草关联文件',
719
821
  fileName: '文件名',
720
822
  DeliveryNote: '交办便签',
721
- Assigned: '交办',
722
- am: '我 于',
723
- Intelligent: '智能推荐',
823
+ Assigned: '{creator}于{createTime}交办',
824
+ Intelligent: '我于{createTime}智能推荐',
825
+ Intel: '智能推荐',
724
826
  key: '请输入关键词搜索',
725
827
  notFile: '暂无推荐文件',
726
828
  Reason: '作废原因',
@@ -742,8 +844,23 @@ module.exports = {
742
844
  stampedTip2: '文档中有印章尚未确定位置,请重新确定位置!',
743
845
  stampedTip3: '出现错误:',
744
846
  stampedTip4: '您本次联合盖章已经超时,请重新进行盖章!',
745
- submissionFile: '文件交办'
847
+ submissionFile: '文件交办',
848
+ selectType: '选择修改方式',
849
+ updateDateTip: '修改当前日程',
850
+ updateDateTip1: '修改当前以及后续日程',
851
+ updateDateTip2: '修改全部重复日程',
852
+ updateDateTip3: '当前为重复日程,请选择:',
853
+ isFileNum: '您确定本次不需要填写文件编号吗?',
854
+ notInvalidation: '无作废原因',
855
+ htmb: '合同模版',
856
+ selectHtmb: '选择合同模版',
857
+ selectHtmbNew: '请选择新的合同模版:',
858
+ htmbTip: '该合同已经有模版!<br>是否替换当前模版?',
859
+ zuofTip: '作废原因不能为空',
860
+ noGaizTip: '您没有安装PDF盖章相关软件!</a>',
861
+ gzSheyu: '距离盖章超时还剩 {msg}'
746
862
  }
747
863
 
748
864
  }
865
+
749
866
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ecinc-cloud-yoabase",
3
3
  "main": "./lib/ecyoabase.umd.min.js",
4
- "version": "9.5.217",
4
+ "version": "9.5.219",
5
5
  "description": "易臣云办公PC版-公共组件",
6
6
  "keyword": "ecinc cloud ecyoa",
7
7
  "private": false,