gds-plus-design-vue 1.1.39 → 1.1.42

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/locale/en_US.js CHANGED
@@ -338,6 +338,7 @@ export default {
338
338
  orgOldName: "Original institution name",
339
339
  orgOldNameTip: "The historical data institution to which the user belongs will be updated. Are you sure you want to modify the institution to which the user belongs?",
340
340
  selectFile: "Select File",
341
+ userAuthorization: "User Authorization",
341
342
  },
342
343
  /*机构*/
343
344
  org: {
@@ -854,7 +855,8 @@ export default {
854
855
  initiated: "Dimulai",
855
856
  beenSet: "Cc",
856
857
  withdrawed: "Ditarik",
857
- labelBtn: "Hak operasi"
858
+ labelBtn: "Hak operasi",
859
+ assApply: "再次申请",
858
860
  },
859
861
  /*高级查找*/
860
862
  advancedFind: {
@@ -1086,7 +1088,16 @@ export default {
1086
1088
  noSysEcharts: "There is currently no system chart available",
1087
1089
  echartsManage: "Manage personal charts",
1088
1090
  noEcharts: "There are currently no charts available, please create them first...",
1089
- none: "None"
1091
+ none: "None",
1092
+ addSequence: "Add Series",
1093
+ addClassLabel: "Add Category",
1094
+ sequenceTip: "Please provide additional information on the legend entry (sequence)",
1095
+ classLabelTip: "Please provide additional information on the horizontal (classification) axis label",
1096
+ otherConfig: "Other configurations",
1097
+ labelShow: "Numerical display",
1098
+ labelRotate: "Text tilt angle",
1099
+ smooth: "Smooth curve",
1100
+ showSymbol: "Symbol point"
1090
1101
  },
1091
1102
  /*团队共享*/
1092
1103
  teamSharing: {
@@ -1781,6 +1792,7 @@ export default {
1781
1792
  automatic: "Automatic approval template",
1782
1793
  returnApproval: "Return approval template",
1783
1794
  nodeApproval: "Please add reviewer process configuration",
1795
+ isResubmitnext: 'Repetitive or not',
1784
1796
  }
1785
1797
  },
1786
1798
  /*插件*/
@@ -1854,7 +1866,7 @@ export default {
1854
1866
  passwTip: "Expires after days. To protect the security of your account, we recommend that you change your password as soon as possible",
1855
1867
  logOutTip: "hint",
1856
1868
  logOutContent: "Do you really want to log out ?",
1857
- logOutOk: "change password",
1869
+ logOutOk: "confirm",
1858
1870
  logOutCancel: "cancel",
1859
1871
  delTitle: "Tips",
1860
1872
  toExit: "Whether to exit modification",
@@ -2398,6 +2410,7 @@ export default {
2398
2410
  list: "List",
2399
2411
  descriptions: "Descriptions",
2400
2412
  echarts: "Echarts",
2413
+ chartBI: "BI chart",
2401
2414
  statisticValue: "Statistic Value",
2402
2415
  statistic: "statistic",
2403
2416
  },
package/locale/id_ID.js CHANGED
@@ -338,6 +338,7 @@ export default {
338
338
  orgOldName: "Nama institusi asal",
339
339
  orgOldNameTip: "Institusi data sejarah yang dimiliki pengguna akan diperbarui. Anda yakin ingin mengubah institusi yang dimiliki pengguna?",
340
340
  selectFile: "选取文件",
341
+ userAuthorization: "Otorisasi pengguna",
341
342
  },
342
343
  /*机构*/
343
344
  org: {
@@ -854,7 +855,8 @@ export default {
854
855
  initiated: "Dimulai",
855
856
  beenSet: "Cc",
856
857
  withdrawed: "Ditarik",
857
- labelBtn: "Hak operasi"
858
+ labelBtn: "Hak operasi",
859
+ assApply: "再次申请",
858
860
  },
859
861
  /*高级查找*/
860
862
  advancedFind: {
@@ -1086,7 +1088,16 @@ export default {
1086
1088
  noSysEcharts: "Tidak ada grafik sistem yang tersedia",
1087
1089
  echartsManage: "Urus grafik pribadi",
1088
1090
  noEcharts: "Saat ini tidak ada grafik tersedia, silakan ciptakan pertama",
1089
- none: "kosong"
1091
+ none: "kosong",
1092
+ addSequence: "Tambahkan Seri",
1093
+ addClassLabel: "Tambahkan Kategori",
1094
+ sequenceTip: "Silakan berikan informasi tambahan tentang entri legenda (urutan)",
1095
+ classLabelTip: "Silakan berikan informasi tambahan tentang label sumbu horizontal (klasifikasi)",
1096
+ otherConfig: "Konfigurasi lainnya",
1097
+ labelShow: "Tampilan numerik",
1098
+ labelRotate: "Sudut miring teks",
1099
+ smooth: "Kurva halus",
1100
+ showSymbol: "Simbol titik"
1090
1101
  },
1091
1102
  /*团队共享*/
1092
1103
  teamSharing: {
@@ -1782,7 +1793,8 @@ export default {
1782
1793
  returnApproval: "Templat Penerimaan Kembali",
1783
1794
  nodeApproval: "Silakan tambah konfigurasi proses peneliti",
1784
1795
  allowRreject: 'Allow rejection',
1785
- showReject: 'Is it allowed for node approvers to revert the process back to the submitter (process voided)'
1796
+ showReject: 'Is it allowed for node approvers to revert the process back to the submitter (process voided)',
1797
+ isResubmitnext: '是否重复',
1786
1798
  }
1787
1799
  },
1788
1800
  /*插件*/
@@ -2400,6 +2412,7 @@ export default {
2400
2412
  list: "列表",
2401
2413
  descriptions: "详情",
2402
2414
  echarts: "图表",
2415
+ chartBI: "Bagan BI",
2403
2416
  statisticValue: "统计数值",
2404
2417
  statistic: "统计",
2405
2418
  },
package/locale/vi_VN.js CHANGED
@@ -338,6 +338,7 @@ export default {
338
338
  orgOldName: "Tên tổ chức gốc",
339
339
  orgOldNameTip: "Tổ chức dữ liệu lịch sử mà người dùng thuộc về sẽ được cập nhật. Bạn có chắc chắn rằng bạn muốn sửa đổi tổ chức mà người dùng thuộc về không?",
340
340
  selectFile: "选取文件",
341
+ userAuthorization: "Ủy quyền người dùng",
341
342
  },
342
343
  /*机构*/
343
344
  org: {
@@ -854,7 +855,8 @@ export default {
854
855
  initiated: "Bắt đầu",
855
856
  beenSet: "Bản sao chép",
856
857
  withdrawed: "Rút tiền",
857
- labelBtn: "Quyền hoạt động"
858
+ labelBtn: "Quyền hoạt động",
859
+ assApply: "再次申请",
858
860
  },
859
861
  /*高级查找*/
860
862
  advancedFind: {
@@ -1086,7 +1088,16 @@ export default {
1086
1088
  noSysEcharts: "Không có biểu đồ hệ thống tại thời điểm này",
1087
1089
  echartsManage: "Quản lý biểu đồ cá nhân",
1088
1090
  noEcharts: "Không có biểu đồ, vui lòng tạo trước...",
1089
- none: "khoảng trắng"
1091
+ none: "khoảng trắng",
1092
+ addSequence: "Thêm Series",
1093
+ addClassLabel: "Thêm danh mục",
1094
+ sequenceTip: "Vui lòng cung cấp thêm thông tin về mục truyền thuyết (trình tự)",
1095
+ classLabelTip: "Vui lòng cung cấp thêm thông tin về nhãn trục ngang (phân loại)",
1096
+ otherConfig: "Cấu hình khác",
1097
+ labelShow: "Hiển thị số",
1098
+ labelRotate: "Góc nghiêng văn bản",
1099
+ smooth: "Đường cong mịn",
1100
+ showSymbol: "Điểm biểu tượng"
1090
1101
  },
1091
1102
  /*团队共享*/
1092
1103
  teamSharing: {
@@ -1782,7 +1793,8 @@ export default {
1782
1793
  returnApproval: "Mẫu phê duyệt trả lại",
1783
1794
  nodeApproval: "Vui lòng thêm cấu hình quy trình đánh giá",
1784
1795
  allowRreject: 'Cho phép từ chối',
1785
- showReject: 'Cho phép người phê duyệt nút phản bội quy trình trở lại người tài liệu'
1796
+ showReject: 'Cho phép người phê duyệt nút phản bội quy trình trở lại người tài liệu',
1797
+ isResubmitnext: '是否重复',
1786
1798
  }
1787
1799
  },
1788
1800
  /*插件*/
@@ -1875,7 +1887,6 @@ export default {
1875
1887
  bind: "Trị",
1876
1888
  browserNotSupported: "Trình duyệt của bạn không hỗ trợ chế độ toàn màn hình",
1877
1889
  phoneInvalid: "Vui lòng nhập đúng số điện thoại di động"
1878
-
1879
1890
  },
1880
1891
  /*设计器*/
1881
1892
  pageDesigner: {
@@ -2401,6 +2412,7 @@ export default {
2401
2412
  list: "列表",
2402
2413
  descriptions: "详情",
2403
2414
  echarts: "图表",
2415
+ chartBI: "Biểu đồ BI",
2404
2416
  statisticValue: "统计数值",
2405
2417
  statistic: "统计",
2406
2418
  },
package/locale/zh_CN.js CHANGED
@@ -338,6 +338,7 @@ export default {
338
338
  orgOldName: "原机构名称",
339
339
  orgOldNameTip: "用户所属历史数据机构会更新,是否确认修改用户所属机构?",
340
340
  selectFile: "选取文件",
341
+ userAuthorization: "授权用户",
341
342
  },
342
343
  /*机构*/
343
344
  org: {
@@ -854,7 +855,8 @@ export default {
854
855
  initiated: "已发起",
855
856
  beenSet: "已抄送",
856
857
  withdrawed: "已撤回",
857
- labelBtn: "操作权限"
858
+ labelBtn: "操作权限",
859
+ assApply: "再次申请",
858
860
  },
859
861
  /*高级查找*/
860
862
  advancedFind: {
@@ -1086,7 +1088,16 @@ export default {
1086
1088
  noSysEcharts: "暂无系统图表",
1087
1089
  echartsManage: "管理个人图表",
1088
1090
  noEcharts: "暂无图表,请先创建...",
1089
- none: "空白"
1091
+ none: "空白",
1092
+ addSequence: "添加系列",
1093
+ addClassLabel: "添加类别",
1094
+ sequenceTip: "请补充 [图例条目(序列)] 信息",
1095
+ classLabelTip: "请补充 [水平(分类)轴标签] 信息",
1096
+ otherConfig: "其他配置",
1097
+ labelShow: "数值显示",
1098
+ labelRotate: "文本倾斜度",
1099
+ smooth: "平滑曲线",
1100
+ showSymbol: "符号点"
1090
1101
  },
1091
1102
  /*团队共享*/
1092
1103
  teamSharing: {
@@ -1099,7 +1110,7 @@ export default {
1099
1110
  selectData: "选择数据",
1100
1111
  name: "用户名称",
1101
1112
  query: "查询",
1102
- edit: "修改",
1113
+ edit: "编辑",
1103
1114
  delete: "删除",
1104
1115
  share: "共享",
1105
1116
  source: "来源"
@@ -1782,7 +1793,8 @@ export default {
1782
1793
  automatic: "自动审批模板",
1783
1794
  returnApproval: "退回审批模板",
1784
1795
  nodeApproval: "请添加审核人流程配置",
1785
- showReject: '是否允许节点审批人将流程驳回到提交人(流程作废)'
1796
+ showReject: '是否允许节点审批人将流程驳回到提交人(流程作废)',
1797
+ isResubmitnext: '是否重复',
1786
1798
  }
1787
1799
  },
1788
1800
  /*插件*/
@@ -2400,6 +2412,7 @@ export default {
2400
2412
  list: "列表",
2401
2413
  descriptions: "详情",
2402
2414
  echarts: "图表",
2415
+ chartBI: "BI图表",
2403
2416
  statisticValue: "统计数值",
2404
2417
  statistic: "统计",
2405
2418
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gds-plus-design-vue",
3
- "version": "1.1.39",
3
+ "version": "1.1.42",
4
4
  "description": "高得CRM-PLUS框架Vue组件",
5
5
  "files": [
6
6
  "lib",