zmdms-webui 3.5.1 → 3.5.3
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/dist/es/applayoutheader/setting/fullCom.js +5 -1
- package/dist/es/applayoutheader/setting/userInfo.js +9 -5
- package/dist/es/applayoutheader/setting/userInfoModal.js +18 -12
- package/dist/es/applayoutheader/setting/userPwdModal.js +19 -13
- package/dist/es/applayoutheader/tabs/index.js +10 -6
- package/dist/es/applayoutsider/menu/Logo.js +5 -1
- package/dist/es/applayoutsider/menu/SearchInput.js +6 -2
- package/dist/es/applayoutsider/menu/SubMenu.js +6 -2
- package/dist/es/asyncdynamicsetting/asyncDynamicDrawer.js +2 -0
- package/dist/es/asyncdynamicsetting/useAsyncDrawer.js +2 -0
- package/dist/es/button/button.js +4 -2
- package/dist/es/button/buttonDownload.js +6 -4
- package/dist/es/button/buttonExport.js +8 -4
- package/dist/es/button/buttonPreview.js +6 -3
- package/dist/es/canvastable/canvasTable.js +33 -29
- package/dist/es/canvastable/components/CanvasTableMenu.js +5 -1
- package/dist/es/canvastable/components/FilterPopover.js +15 -11
- package/dist/es/canvastable/hooks/useProcessedColumns.js +7 -2
- package/dist/es/canvastable/hooks/useSummaryRow.js +6 -2
- package/dist/es/canvastable/hooks/useTableRender.js +5 -1
- package/dist/es/chatroom/chat-room.js +8 -3
- package/dist/es/config/i18n/en/appLayoutHeader.js +70 -0
- package/dist/es/config/i18n/en/appLayoutSider.js +14 -0
- package/dist/es/config/i18n/en/asyncDynamicSetting.js +42 -0
- package/dist/es/config/i18n/en/authLoading.js +6 -0
- package/dist/es/config/i18n/en/button.js +14 -0
- package/dist/es/config/i18n/en/canvasTable.js +50 -0
- package/dist/es/config/i18n/en/chatRoom.js +14 -0
- package/dist/es/config/i18n/en/datePicker.js +22 -0
- package/dist/es/config/i18n/en/detailList.js +6 -0
- package/dist/es/config/i18n/en/differences.js +6 -0
- package/dist/es/config/i18n/en/dynamicSetting.js +72 -0
- package/dist/es/config/i18n/en/electronSignatures.js +173 -0
- package/dist/es/config/i18n/en/enhanceSelect.js +8 -0
- package/dist/es/config/i18n/en/footer.js +8 -0
- package/dist/es/config/i18n/en/form.js +26 -0
- package/dist/es/config/i18n/en/formItem.js +8 -0
- package/dist/es/config/i18n/en/inputNumber.js +7 -0
- package/dist/es/config/i18n/en/login.js +76 -0
- package/dist/es/config/i18n/en/modal.js +8 -0
- package/dist/es/config/i18n/en/notAuthPage.js +8 -0
- package/dist/es/config/i18n/en/notRoutePage.js +8 -0
- package/dist/es/config/i18n/en/operationBtn.js +10 -0
- package/dist/es/config/i18n/en/print.js +16 -0
- package/dist/es/config/i18n/en/select.js +6 -0
- package/dist/es/config/i18n/en/table.js +65 -0
- package/dist/es/config/i18n/en/tabs.js +10 -0
- package/dist/es/config/i18n/en/translationButton.js +26 -0
- package/dist/es/config/i18n/en/tree.js +6 -0
- package/dist/es/config/i18n/en/uploadList.js +82 -0
- package/dist/es/config/i18n/en/ztTransfer.js +14 -0
- package/dist/es/config/i18n/en.js +65 -1
- package/dist/es/config/i18n/i18nInstance.js +33 -0
- package/dist/es/config/i18n/zh_cn/appLayoutHeader.js +70 -0
- package/dist/es/config/i18n/zh_cn/appLayoutSider.js +14 -0
- package/dist/es/config/i18n/zh_cn/asyncDynamicSetting.js +42 -0
- package/dist/es/config/i18n/zh_cn/authLoading.js +6 -0
- package/dist/es/config/i18n/zh_cn/button.js +14 -0
- package/dist/es/config/i18n/zh_cn/canvasTable.js +50 -0
- package/dist/es/config/i18n/zh_cn/chatRoom.js +14 -0
- package/dist/es/config/i18n/zh_cn/datePicker.js +22 -0
- package/dist/es/config/i18n/zh_cn/detailList.js +6 -0
- package/dist/es/config/i18n/zh_cn/differences.js +6 -0
- package/dist/es/config/i18n/zh_cn/dynamicSetting.js +72 -0
- package/dist/es/config/i18n/zh_cn/electronSignatures.js +342 -0
- package/dist/es/config/i18n/zh_cn/enhanceSelect.js +8 -0
- package/dist/es/config/i18n/zh_cn/footer.js +8 -0
- package/dist/es/config/i18n/zh_cn/form.js +26 -0
- package/dist/es/config/i18n/zh_cn/formItem.js +8 -0
- package/dist/es/config/i18n/zh_cn/inputNumber.js +7 -0
- package/dist/es/config/i18n/zh_cn/login.js +76 -0
- package/dist/es/config/i18n/zh_cn/modal.js +8 -0
- package/dist/es/config/i18n/zh_cn/notAuthPage.js +8 -0
- package/dist/es/config/i18n/zh_cn/notRoutePage.js +8 -0
- package/dist/es/config/i18n/zh_cn/operationBtn.js +10 -0
- package/dist/es/config/i18n/zh_cn/print.js +16 -0
- package/dist/es/config/i18n/zh_cn/select.js +6 -0
- package/dist/es/config/i18n/zh_cn/table.js +65 -0
- package/dist/es/config/i18n/zh_cn/tabs.js +10 -0
- package/dist/es/config/i18n/zh_cn/translationButton.js +26 -0
- package/dist/es/config/i18n/zh_cn/tree.js +6 -0
- package/dist/es/config/i18n/zh_cn/uploadList.js +82 -0
- package/dist/es/config/i18n/zh_cn/ztTransfer.js +14 -0
- package/dist/es/config/i18n/zh_cn.d.ts +538 -0
- package/dist/es/config/i18n/zh_cn.js +65 -1
- package/dist/es/config/index.js +1 -1
- package/dist/es/config/useLocale.d.ts +554 -0
- package/dist/es/config/useLocale.js +41 -8
- package/dist/es/datepicker/index.js +9 -3
- package/dist/es/datepicker/utils.js +32 -26
- package/dist/es/detaillist/item.js +7 -2
- package/dist/es/detaillist/list.js +2 -0
- package/dist/es/differences/differences.js +8 -1
- package/dist/es/dynamicsetting/dynamicDrawer.js +41 -24
- package/dist/es/dynamicsetting/hooks.js +2 -0
- package/dist/es/dynamicsetting/moreConfig.js +6 -2
- package/dist/es/dynamicsetting/useSearch.js +5 -1
- package/dist/es/dynamicsetting/useTemplate.js +19 -15
- package/dist/es/electronsignatures/content.js +52 -31
- package/dist/es/electronsignatures/filecomponents/file-upload.js +2 -0
- package/dist/es/electronsignatures/filecomponents/useFetchFileTypeData.js +2 -0
- package/dist/es/enhanceselect/enhance-select.js +7 -3
- package/dist/es/enhanceselect/list-query.js +2 -0
- package/dist/es/enhanceselect/page-query.js +2 -0
- package/dist/es/form/common-search-list.js +7 -2
- package/dist/es/form/form.js +9 -5
- package/dist/es/form/resetButton.js +16 -11
- package/dist/es/form/useCommonSearch.js +12 -9
- package/dist/es/formitem/formItem.js +4 -2
- package/dist/es/inputnumber/inputNumber.js +11 -2
- package/dist/es/inputnumber/utils.js +41 -8
- package/dist/es/login/forget-password.js +9 -5
- package/dist/es/login/index.js +12 -8
- package/dist/es/modal/modal.js +6 -2
- package/dist/es/operationbtn/operationBtn.js +5 -3
- package/dist/es/select/hooks.js +5 -1
- package/dist/es/table/components/ColumnAddDel.js +11 -5
- package/dist/es/table/components/EnhanceBodyCell.js +7 -5
- package/dist/es/table/components/FilterDropdown.js +67 -17
- package/dist/es/table/components/SortTitle.js +8 -4
- package/dist/es/table/components/TableMenu.js +5 -1
- package/dist/es/table/components/TitleOperation.js +5 -1
- package/dist/es/table/components/table-header-operation/FillDown.js +7 -3
- package/dist/es/table/excel.js +8 -4
- package/dist/es/table/hooks/useSelectSubtotal.js +8 -1
- package/dist/es/table/table.js +6 -4
- package/dist/es/table/useColumns.js +8 -4
- package/dist/es/table/useSummary.js +6 -2
- package/dist/es/table/useTableValidate.js +39 -7
- package/dist/es/table/utils.js +10 -5
- package/dist/es/tabs/tab-type.js +10 -1
- package/dist/es/title/title.js +2 -0
- package/dist/es/translationbutton/DownFile.js +8 -4
- package/dist/es/translationbutton/PreviewFile.js +5 -3
- package/dist/es/translationbutton/hooks.js +5 -1
- package/dist/es/translationbutton/translationButton.js +15 -12
- package/dist/es/tree/tree.js +8 -2
- package/dist/es/uploadlist/hooks.js +17 -11
- package/dist/es/uploadlist/uploadList.js +39 -26
- package/dist/es/uploadlist/uploadListDetail.js +15 -11
- package/dist/es/uploadlist/uploadTable.js +23 -19
- package/dist/es/uploadlist/utils.js +8 -1
- package/dist/es/zttransfer/Container.js +5 -1
- package/dist/es/zttransfer/SelectContainer.js +5 -1
- package/dist/es/zttransfer/zt-transfer.js +5 -1
- package/dist/index.build.d.ts +1 -0
- package/dist/index.es.js +1 -0
- package/package.json +5 -2
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
var canvasTableLocale = {
|
|
2
|
+
/** 空数据默认提示文案 */
|
|
3
|
+
emptyText: "No data",
|
|
4
|
+
/** 导出 Excel 默认文件名 */
|
|
5
|
+
exportFileName: "table-data.xlsx",
|
|
6
|
+
/** 右键菜单:复制 */
|
|
7
|
+
copy: "Copy",
|
|
8
|
+
/** 右键菜单:导出 Excel */
|
|
9
|
+
exportExcel: "Export to Excel",
|
|
10
|
+
/** 右键菜单:全屏 */
|
|
11
|
+
fullscreen: "Fullscreen",
|
|
12
|
+
/** 右键菜单/全屏退出按钮:退出全屏 */
|
|
13
|
+
exitFullscreen: "Exit fullscreen",
|
|
14
|
+
/** 筛选弹窗:单值筛选标签 */
|
|
15
|
+
filterSingle: "Single",
|
|
16
|
+
/** 筛选弹窗:区间筛选标签 */
|
|
17
|
+
filterRange: "Range",
|
|
18
|
+
/** 筛选弹窗:数值输入框占位符 */
|
|
19
|
+
filterNumberPlaceholder: "Enter a number",
|
|
20
|
+
/** 筛选弹窗:最小值标签 */
|
|
21
|
+
filterMinLabel: "Min:",
|
|
22
|
+
/** 筛选弹窗:最小值输入框占位符 */
|
|
23
|
+
filterMinPlaceholder: "Min",
|
|
24
|
+
/** 筛选弹窗:最大值标签 */
|
|
25
|
+
filterMaxLabel: "Max:",
|
|
26
|
+
/** 筛选弹窗:最大值输入框占位符 */
|
|
27
|
+
filterMaxPlaceholder: "Max",
|
|
28
|
+
/** 筛选弹窗:区间筛选示例提示 */
|
|
29
|
+
filterRangeExample: "Example: set >=10 and <=20 to filter 10-20",
|
|
30
|
+
/** 筛选弹窗:确定按钮 */
|
|
31
|
+
filterOk: "OK",
|
|
32
|
+
/** 筛选弹窗:重置按钮 */
|
|
33
|
+
filterReset: "Reset",
|
|
34
|
+
/** 筛选弹窗:模糊查询输入框占位符 */
|
|
35
|
+
filterSearchPlaceholder: "Enter keyword for fuzzy search",
|
|
36
|
+
/** 筛选弹窗:模糊查询操作提示 */
|
|
37
|
+
filterFuzzyTip: "Press Enter or click OK to fuzzy search \"{text}\"",
|
|
38
|
+
/** 筛选弹窗:全选复选框 */
|
|
39
|
+
filterSelectAll: "Select all",
|
|
40
|
+
/** 筛选弹窗:无匹配选项提示 */
|
|
41
|
+
filterNoMatch: "No matches",
|
|
42
|
+
/** 合计行第一列默认标题 */
|
|
43
|
+
total: "Total",
|
|
44
|
+
/** 序号列默认标题 */
|
|
45
|
+
serialNumber: "No.",
|
|
46
|
+
/** 渲染异常兜底提示 */
|
|
47
|
+
renderError: "Rendering error, please check the data or refresh the page",
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { canvasTableLocale as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var chatRoomLocale = {
|
|
2
|
+
/** 会议列表标题默认值 */
|
|
3
|
+
defaultTitle: "Meeting List",
|
|
4
|
+
/** 会议搜索框占位提示 */
|
|
5
|
+
searchPlaceholder: "Search meetings",
|
|
6
|
+
/** 房间号字段标签 */
|
|
7
|
+
roomNumber: "Room No.",
|
|
8
|
+
/** 会议详情标题 */
|
|
9
|
+
meetingDetail: "Meeting Details",
|
|
10
|
+
/** 会议名称字段标签前缀 */
|
|
11
|
+
meetingNameLabel: "Meeting Name: ",
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export { chatRoomLocale as default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
var datePickerLocale = {
|
|
2
|
+
/** 此刻 */
|
|
3
|
+
now: "Now",
|
|
4
|
+
/** 最近7天 */
|
|
5
|
+
last7Days: "Last 7 days",
|
|
6
|
+
/** 最近30天 */
|
|
7
|
+
last30Days: "Last 30 days",
|
|
8
|
+
/** 上月 */
|
|
9
|
+
lastMonth: "Last month",
|
|
10
|
+
/** 本月 */
|
|
11
|
+
thisMonth: "This month",
|
|
12
|
+
/** 上季度 */
|
|
13
|
+
lastQuarter: "Last quarter",
|
|
14
|
+
/** 本季度 */
|
|
15
|
+
thisQuarter: "This quarter",
|
|
16
|
+
/** 上一年 */
|
|
17
|
+
lastYear: "Last year",
|
|
18
|
+
/** 本年 */
|
|
19
|
+
thisYear: "This year",
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export { datePickerLocale as default };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
var dynamicSettingLocale = {
|
|
2
|
+
/** 抽屉默认标题 */
|
|
3
|
+
customConfigTitle: "Custom Configuration",
|
|
4
|
+
/** 标题栏拖拽排序提示 */
|
|
5
|
+
dragSortHint: " (drag to sort)",
|
|
6
|
+
/** 拖拽排序限制提示:不能排到某项前面 */
|
|
7
|
+
cannotSortToFront: "{dragLabel} cannot be sorted before {targetLabel}",
|
|
8
|
+
/** 拖拽排序限制提示:不能排到某项后面 */
|
|
9
|
+
cannotSortToBack: "{dragLabel} cannot be sorted after {targetLabel}",
|
|
10
|
+
/** 互斥项勾选冲突提示 */
|
|
11
|
+
exclusiveConflictError: "The selected items are mutually exclusive and cannot be checked together!",
|
|
12
|
+
/** 依赖项未勾选校验提示 */
|
|
13
|
+
dependencyRequiredError: "[{label}] requires [{labels}]. Please check these dependencies first!",
|
|
14
|
+
/** 任一依赖未勾选校验提示 */
|
|
15
|
+
dependencyAnyOfError: "[{label}] requires at least one of [{labels}]. Please check one of them first!",
|
|
16
|
+
/** 自动勾选依赖项提示 */
|
|
17
|
+
autoCheckDependencyTip: "Dependencies checked automatically: {labels}",
|
|
18
|
+
/** 底部按钮:取消 */
|
|
19
|
+
cancel: "Cancel",
|
|
20
|
+
/** 底部按钮:重置 */
|
|
21
|
+
reset: "Reset",
|
|
22
|
+
/** 底部按钮:确定 */
|
|
23
|
+
ok: "OK",
|
|
24
|
+
/** 搜索框占位符 */
|
|
25
|
+
searchPlaceholder: "Search",
|
|
26
|
+
/** 全选按钮 */
|
|
27
|
+
selectAll: "Select all",
|
|
28
|
+
/** 反选按钮 */
|
|
29
|
+
selectInverse: "Invert",
|
|
30
|
+
/** 维度配置区块标题 */
|
|
31
|
+
dimensionConfig: "Dimensions",
|
|
32
|
+
/** 字段配置区块标题 */
|
|
33
|
+
fieldConfig: "Fields",
|
|
34
|
+
/** 更多配置:固定标签 */
|
|
35
|
+
fixedLabel: "Fixed:",
|
|
36
|
+
/** 更多配置:固定位置-左 */
|
|
37
|
+
fixedLeft: "Left",
|
|
38
|
+
/** 更多配置:固定位置-右 */
|
|
39
|
+
fixedRight: "Right",
|
|
40
|
+
/** 更多配置:不固定 */
|
|
41
|
+
fixedNone: "None",
|
|
42
|
+
/** 更多配置:合计标签 */
|
|
43
|
+
sumLabel: "Total:",
|
|
44
|
+
/** 维度列不支持全选/反选提示 */
|
|
45
|
+
dimensionNoSelectAll: "Select all / invert is not supported for dimension columns",
|
|
46
|
+
/** 模板名称必填提示 / 输入框占位符 */
|
|
47
|
+
inputTemplateName: "Please enter a template name",
|
|
48
|
+
/** 模板设置弹窗标题 / 模板设置按钮 */
|
|
49
|
+
templateSetting: "Template Settings",
|
|
50
|
+
/** 保存模板按钮 */
|
|
51
|
+
saveTemplate: "Save Template",
|
|
52
|
+
/** 模板保存成功提示 */
|
|
53
|
+
saveTemplateSuccess: "Saved successfully!",
|
|
54
|
+
/** 模板保存失败提示 */
|
|
55
|
+
saveTemplateFail: "Failed to save the template!",
|
|
56
|
+
/** 保存成功提示 */
|
|
57
|
+
saveSuccess: "Saved successfully",
|
|
58
|
+
/** 保存失败提示 */
|
|
59
|
+
saveFail: "Save failed",
|
|
60
|
+
/** 删除模板确认弹窗标题 */
|
|
61
|
+
confirmDelete: "Delete this?",
|
|
62
|
+
/** 删除按钮 */
|
|
63
|
+
delete: "Delete",
|
|
64
|
+
/** 模板保存二次确认弹窗标题 */
|
|
65
|
+
templateSaveConfirmTitle: "Confirm Template Save",
|
|
66
|
+
/** 二次确认:当前正在修改前缀 */
|
|
67
|
+
currentEditing: "You are editing ",
|
|
68
|
+
/** 二次确认:是否确认保存提示 */
|
|
69
|
+
confirmSaveTip: ". Save the changes? For a new template, click \"Template Settings\" to set the name.",
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
export { dynamicSettingLocale as default };
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
var electronSignaturesLocale = {
|
|
2
|
+
yesText: "Yes",
|
|
3
|
+
noText: "No",
|
|
4
|
+
okText: "OK",
|
|
5
|
+
serialNumber: "No.",
|
|
6
|
+
requestError: "An error occurred",
|
|
7
|
+
requestFail: "Request failed!",
|
|
8
|
+
operationSuccess: "Operation successful",
|
|
9
|
+
fileLabel: "Attachment",
|
|
10
|
+
fileTypeTitle: "Type",
|
|
11
|
+
fileNameTitle: "File Name",
|
|
12
|
+
nameTitle: "Name",
|
|
13
|
+
uploadTimeTitle: "Upload Time",
|
|
14
|
+
attachOwnerTitle: "Attachment Owner",
|
|
15
|
+
dateFormat: "YYYY/MM/DD",
|
|
16
|
+
useElectronicSeal: "Use electronic seal",
|
|
17
|
+
onlyUseQunjSeal: "Use Qunj seal only",
|
|
18
|
+
addFile: "Add attachment",
|
|
19
|
+
batchDelete: "Batch delete",
|
|
20
|
+
batchPreview: "Batch preview",
|
|
21
|
+
batchPreviewTitle: "Batch preview - {name}",
|
|
22
|
+
addWatermark: "Add watermark",
|
|
23
|
+
replace: "Replace",
|
|
24
|
+
download: "Download",
|
|
25
|
+
preview: "Preview",
|
|
26
|
+
previousVersion: "Previous version",
|
|
27
|
+
downloadWatermark: "Download watermark version",
|
|
28
|
+
deleteText: "Delete",
|
|
29
|
+
confirmDeleteRow: "Delete this item?",
|
|
30
|
+
attachDefaultName: "Attachment",
|
|
31
|
+
important: "Important",
|
|
32
|
+
hasSealFile: "Sealed",
|
|
33
|
+
hasDoubleSignFile: "Double-signed",
|
|
34
|
+
watermarkLabel: "Watermark",
|
|
35
|
+
audited: "Audited",
|
|
36
|
+
unaudited: "Not audited",
|
|
37
|
+
uploadFail: "Attachment {name} upload failed, please retry!",
|
|
38
|
+
duplicateFile: "Duplicate file name is not allowed!",
|
|
39
|
+
emptyFile: "Empty file is not allowed!",
|
|
40
|
+
unsupportedFormat: "File format {ext} is not supported",
|
|
41
|
+
fileExceedSize: "File exceeds {size}!",
|
|
42
|
+
compareApiFail: "Contract comparison API call failed",
|
|
43
|
+
needChooseTemplate: "Row {row}: attachment type is 'contract itself', please select a comparison template!",
|
|
44
|
+
needStartCompare: "Row {row}: no task ID generated, please click 'Start comparison'!",
|
|
45
|
+
needChooseAttachType: "Row {row}: attachment type not selected, please choose!",
|
|
46
|
+
sealDiffConfirm: "The selected electronic seal info differs from the last sealing. Continue?",
|
|
47
|
+
needCheckSealList: "Please select the required seal list for electronic sealing!",
|
|
48
|
+
sealInfoChanged: "Seal information has changed, please re-confirm",
|
|
49
|
+
qunjCountOverRowLimit: "Row {row}: Qunj seal usage far exceeds the reasonable range, please modify.",
|
|
50
|
+
qunjCountOverLimit: "Qunj seal usage far exceeds the reasonable range, please modify.",
|
|
51
|
+
takeOutNoAddressRow: "Row {row}: external printing selected but no address specified!",
|
|
52
|
+
takeOutNoAddress: "External printing selected but no address specified!",
|
|
53
|
+
needAppointSign: "Please click 'Appoint signing position' before submitting!",
|
|
54
|
+
qunjContractNumMissingRow: "Row {row}: Qunj contract copies not filled.",
|
|
55
|
+
qunjNoSealRow: "Row {row}: Qunj seal checked but no seal selected",
|
|
56
|
+
qunjNoSealCountRow: "Row {row}: seal selected but usage count missing. E.g.: {name}",
|
|
57
|
+
fillContractNum: "Please fill in contract copies!",
|
|
58
|
+
fillSealCount: "Please fill in usage count for {name}!",
|
|
59
|
+
fillSealCounts: "Please fill in usage count!",
|
|
60
|
+
selectQunjSeal: "Please select Qunj seal usage!",
|
|
61
|
+
serverValidating: "Server validating...",
|
|
62
|
+
sealUnverified: "Some seals have not passed verification",
|
|
63
|
+
selectFileToDelete: "Please select attachments to delete!",
|
|
64
|
+
fileCannotDelete: "{name} cannot be deleted!",
|
|
65
|
+
existUndeletableFile: "Some attachments cannot be deleted!",
|
|
66
|
+
selectFileToPreview: "Please select attachments to preview!",
|
|
67
|
+
selectDataToCompare: "Please select data to compare!",
|
|
68
|
+
selectTwoDataToCompare: "Please select two records to compare!",
|
|
69
|
+
fmsSealLabel: "Add FMS seal",
|
|
70
|
+
bankSealLabel: "Add bank seal",
|
|
71
|
+
openingContractSealLabel: "Add Opening Contract seal",
|
|
72
|
+
stampQunjSealTitle: "Qunj Seal",
|
|
73
|
+
qunjSealApplyColumnTitle: "Qunj Seal Application",
|
|
74
|
+
qunjSealGroupTitle: "Qunj Seals",
|
|
75
|
+
selectedQunjSealTitle: "Selected Qunj Seals",
|
|
76
|
+
applySealSituationTitle: "Seal Application Status",
|
|
77
|
+
qunjApplyCheckbox: "Qunj Seal - Apply",
|
|
78
|
+
sealApplyBtn: "Apply for seal usage",
|
|
79
|
+
sealAppointBtn: "Appoint seal",
|
|
80
|
+
noUseQunjSeal: "No Qunj seal used in this process",
|
|
81
|
+
qunjVerifyCode: "Qunj verification code",
|
|
82
|
+
noPermissionToView: "No permission to view",
|
|
83
|
+
codeExpired: "Expired",
|
|
84
|
+
retryFetch: "Retry",
|
|
85
|
+
refreshVerifyCode: "Refresh code",
|
|
86
|
+
querySealStatus: "Query seal status",
|
|
87
|
+
sealedFileCountLabel: "Sealed file count:",
|
|
88
|
+
portionUnit: "copies",
|
|
89
|
+
useTypeLabel: "Usage type: ",
|
|
90
|
+
internalUse: "Internal",
|
|
91
|
+
externalUse: "External",
|
|
92
|
+
sealAddressLabel: "Sealing location: ",
|
|
93
|
+
sealAddressFieldLabel: "Sealing location",
|
|
94
|
+
useSealPrefix: "Usage",
|
|
95
|
+
timesUnit: "times",
|
|
96
|
+
addressHangzhou: "Hangzhou",
|
|
97
|
+
addressChangsha: "Changsha",
|
|
98
|
+
inputFlowId: "Please provide flow ID",
|
|
99
|
+
qunjCodeRequestFail: "Qunj verification code request failed!",
|
|
100
|
+
useCountOver4x: "Usage count far exceeds the reasonable range, please modify.",
|
|
101
|
+
useCountOver3x: "Usage count exceeds the reasonable range, please confirm carefully!",
|
|
102
|
+
useCountOver2x: "Usage count exceeds 2x contract copies, please verify.",
|
|
103
|
+
supplementTitle: "Supplementary Information",
|
|
104
|
+
flowTitleLabel: "Flow Title",
|
|
105
|
+
flowTitlePlaceholder: "Enter flow title",
|
|
106
|
+
flowIdLabel: "Flow ID",
|
|
107
|
+
flowIdPlaceholder: "Enter flow ID",
|
|
108
|
+
applyEmpNoLabel: "Applicant Employee No.",
|
|
109
|
+
applyEmpNoPlaceholder: "Enter applicant employee no.",
|
|
110
|
+
verifyCodeLabel: "Verification code: ",
|
|
111
|
+
verifyCodeSuccess: "Verification code obtained successfully",
|
|
112
|
+
verifyCodeFail: "Failed to obtain verification code",
|
|
113
|
+
stampElectronSealTitle: "Electronic Seal",
|
|
114
|
+
selectElectronSealTitle: "Select Electronic Seal",
|
|
115
|
+
electronSealTitle: "Electronic Seals",
|
|
116
|
+
appointSignBtn: "Appoint signing position",
|
|
117
|
+
appointSignLoading: "Appointing signing position...",
|
|
118
|
+
apiLoadingTip: "API calling...",
|
|
119
|
+
previewSealEffect: "Preview seal effect",
|
|
120
|
+
contractIdNotGenerated: "Contract ID not generated",
|
|
121
|
+
firstLevelPersonSign: "Add first-level person signature",
|
|
122
|
+
firstLevelPersonSignWithName: "Add first-level person signature ({name})",
|
|
123
|
+
noUseElectronSeal: "No electronic seal used in this process",
|
|
124
|
+
unconfirmedSealTitle: "The following seals have unconfirmed positions. Uncheck if not needed.",
|
|
125
|
+
noSealSelected: "No electronic seal selected for sealing!",
|
|
126
|
+
attachIdMissingRow: "Row {row}: attachment ID missing, cannot seal!",
|
|
127
|
+
contractIdMissing: "Contract ID missing. Possible cause: signing position not yet appointed, please re-appoint!",
|
|
128
|
+
checkUnsealApiFail: "Check unsealed electronic seal API call failed!",
|
|
129
|
+
getDeptInfoFail: "Failed to get department info!",
|
|
130
|
+
downloadElectronSealFile: "Download sealed file",
|
|
131
|
+
downloadDoubleSignFile: "Download double-signed file",
|
|
132
|
+
downloadTripleSignFile: "Download triple-signed file",
|
|
133
|
+
packageDownload: "Package download",
|
|
134
|
+
downloadOneByOne: "Download one by one",
|
|
135
|
+
watermarkPackageDownload: "Watermarked - Package download",
|
|
136
|
+
watermarkDownloadOneByOne: "Watermarked - Download one by one",
|
|
137
|
+
batchDownloadOriginal: "Batch download originals",
|
|
138
|
+
batchDownloadSealFile: "Batch download sealed files",
|
|
139
|
+
batchDownloadDoubleSignFile: "Batch download double-signed files",
|
|
140
|
+
batchUseElectronSeal: "Batch apply electronic seal",
|
|
141
|
+
batchUseElectronSealTip: "Items with electronic seal already checked will be skipped!",
|
|
142
|
+
batchUseOpeningSeal: "Batch apply Opening seal",
|
|
143
|
+
batchUseOpeningSealTip: "Items with electronic seal already checked will be skipped!",
|
|
144
|
+
selectFileToDownload: "Please select attachments to download!",
|
|
145
|
+
selectSealDataToDownload: "Please select seal data available for download!",
|
|
146
|
+
selectSealToDownload: "Please select sealed files to download!",
|
|
147
|
+
selectDoubleSignDataToDownload: "Please select double-sign data available for download!",
|
|
148
|
+
selectElectronSealFile: "Please select files for electronic sealing",
|
|
149
|
+
batchDownloadZipName: "Batch download attachments.zip",
|
|
150
|
+
attachNameWithIndex: "Attachment {index}",
|
|
151
|
+
lastDownloadNotFinished: "Previous download not yet finished, please wait!",
|
|
152
|
+
unauthorizedFiles: "The following files are not authorized for download:\n {files}!",
|
|
153
|
+
selectAuthorizedFile: "Please select authorized attachments to download!",
|
|
154
|
+
noDownloadContent: "No content available for download",
|
|
155
|
+
downloadEmpty: "Download failed, content is empty!",
|
|
156
|
+
downloadError: "Download error",
|
|
157
|
+
attachExtendTitle: "Attachment Extensions",
|
|
158
|
+
compareTemplateTitle: "Comparison Template Name",
|
|
159
|
+
fileComparisonBtn: "File comparison",
|
|
160
|
+
customCompareTitle: "Custom comparison",
|
|
161
|
+
attach1Title: "Attachment 1",
|
|
162
|
+
attach2Title: "Attachment 2",
|
|
163
|
+
viewCompareResult: "View comparison result",
|
|
164
|
+
chooseCompareTemplate: "Choose comparison template",
|
|
165
|
+
noTaskIdCompare: "No task ID, start comparison",
|
|
166
|
+
saveToTemplate: "Save to template",
|
|
167
|
+
saveTemplate: "Save template",
|
|
168
|
+
addWatermarkShort: "Add watermark",
|
|
169
|
+
markImportant: "Mark as important",
|
|
170
|
+
fileComparing: "File comparison in progress, please retry later!",
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
export { electronSignaturesLocale as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var formLocale = {
|
|
2
|
+
/** 查询按钮 */
|
|
3
|
+
search: "Search",
|
|
4
|
+
/** 重置按钮 */
|
|
5
|
+
reset: "Reset",
|
|
6
|
+
/** 清除按钮(重置/清除下拉选项) */
|
|
7
|
+
clear: "Clear",
|
|
8
|
+
/** 自定义动态列按钮 */
|
|
9
|
+
customize: "Customize",
|
|
10
|
+
/** 常用搜索区域标题 */
|
|
11
|
+
commonSearch: "Saved searches",
|
|
12
|
+
/** 保存为常用搜索按钮 */
|
|
13
|
+
saveCommonSearch: "Save as common search",
|
|
14
|
+
/** 删除常用搜索确认弹窗标题 */
|
|
15
|
+
confirmDelete: "Delete this?",
|
|
16
|
+
/** 未传入表单实例提示 */
|
|
17
|
+
needFormInstance: "This component requires a form instance",
|
|
18
|
+
/** 常用搜索名称输入提示 */
|
|
19
|
+
inputNamePlaceholder: "Please enter a name for the common search",
|
|
20
|
+
/** 保存成功提示 */
|
|
21
|
+
saveSuccess: "Saved successfully!",
|
|
22
|
+
/** 保存常用搜索失败提示 */
|
|
23
|
+
saveFailed: "Failed to save the common search!",
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export { formLocale as default };
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
var loginLocale = {
|
|
2
|
+
/** 登录页 logo 悬停标题 */
|
|
3
|
+
logoTitle: "Zhejiang Zhongtuo ERP",
|
|
4
|
+
/** 账号输入项 label */
|
|
5
|
+
accountLabel: "Account",
|
|
6
|
+
/** 账号必填校验提示 */
|
|
7
|
+
accountRequired: "Please enter your account",
|
|
8
|
+
/** 密码输入项 label */
|
|
9
|
+
passwordLabel: "Password",
|
|
10
|
+
/** 密码必填校验提示 */
|
|
11
|
+
passwordRequired: "Please enter your password",
|
|
12
|
+
/** 图形验证码输入项 label */
|
|
13
|
+
captchaLabel: "Captcha",
|
|
14
|
+
/** 图形验证码必填校验提示 */
|
|
15
|
+
captchaRequired: "Please enter the captcha",
|
|
16
|
+
/** 图形验证码图片 alt */
|
|
17
|
+
captchaAlt: "Captcha",
|
|
18
|
+
/** 登录按钮 */
|
|
19
|
+
login: "Sign in",
|
|
20
|
+
/** 记住密码 */
|
|
21
|
+
rememberPassword: "Remember me",
|
|
22
|
+
/** 忘记密码入口 */
|
|
23
|
+
forgetPassword: "Forgot password",
|
|
24
|
+
/** 忘记密码弹窗标题 */
|
|
25
|
+
forgetPasswordTitle: "Forgot Password",
|
|
26
|
+
/** 忘记密码弹窗确认按钮 */
|
|
27
|
+
confirmModify: "Confirm",
|
|
28
|
+
/** 忘记密码弹窗取消按钮 */
|
|
29
|
+
cancel: "Cancel",
|
|
30
|
+
/** 用户名表单项 label */
|
|
31
|
+
usernameLabel: "Username",
|
|
32
|
+
/** 用户名输入框占位提示 */
|
|
33
|
+
usernamePlaceholder: "Please enter your username",
|
|
34
|
+
/** 用户名必填校验提示 */
|
|
35
|
+
usernameRequired: "Please enter your username",
|
|
36
|
+
/** 手机号表单项 label */
|
|
37
|
+
phoneLabel: "Phone",
|
|
38
|
+
/** 手机号输入框占位提示 */
|
|
39
|
+
phonePlaceholder: "Please enter your phone number",
|
|
40
|
+
/** 手机号必填校验提示 */
|
|
41
|
+
phoneRequired: "Please enter your phone number",
|
|
42
|
+
/** 短信验证码表单项 label */
|
|
43
|
+
smsCodeLabel: "SMS Code",
|
|
44
|
+
/** 短信验证码输入框占位提示 */
|
|
45
|
+
smsCodePlaceholder: "Please enter the SMS code",
|
|
46
|
+
/** 短信验证码必填校验提示 */
|
|
47
|
+
smsCodeRequired: "Please enter the SMS code",
|
|
48
|
+
/** 发送验证码按钮 */
|
|
49
|
+
sendCode: "Send Code",
|
|
50
|
+
/** 验证码发送成功提示 */
|
|
51
|
+
sendCodeSuccess: "SMS code sent successfully!",
|
|
52
|
+
/** 验证码发送失败提示 */
|
|
53
|
+
sendCodeFailed: "Failed to send the SMS code!",
|
|
54
|
+
/** 新密码表单项 label */
|
|
55
|
+
newPasswordLabel: "New Password",
|
|
56
|
+
/** 新密码输入框占位提示 */
|
|
57
|
+
newPasswordPlaceholder: "Please enter a new password",
|
|
58
|
+
/** 新密码必填校验提示 */
|
|
59
|
+
newPasswordRequired: "Please enter a new password",
|
|
60
|
+
/** 新密码规则提示 */
|
|
61
|
+
passwordRuleTip: "The password must contain uppercase and lowercase letters, digits, and special characters, be at least 8 characters long, contain no consecutive or repeated characters, and must not use your account name",
|
|
62
|
+
/** 确认新密码表单项 label */
|
|
63
|
+
confirmPasswordLabel: "Confirm New Password",
|
|
64
|
+
/** 确认新密码输入框占位提示 */
|
|
65
|
+
confirmPasswordPlaceholder: "Confirm the new password",
|
|
66
|
+
/** 确认密码必填校验提示 */
|
|
67
|
+
confirmPasswordRequired: "Please confirm the password",
|
|
68
|
+
/** 两次密码输入不一致提示 */
|
|
69
|
+
passwordInconsistent: "The two passwords do not match",
|
|
70
|
+
/** 密码修改成功提示 */
|
|
71
|
+
passwordChangeSuccess: "Password changed successfully!",
|
|
72
|
+
/** 密码修改失败提示 */
|
|
73
|
+
passwordChangeFailed: "Failed to change the password!",
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
export { loginLocale as default };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
var printLocale = {
|
|
2
|
+
/** 移除水印按钮 */
|
|
3
|
+
removeWatermark: "Remove Watermark",
|
|
4
|
+
/** 添加水印按钮 */
|
|
5
|
+
addWatermark: "Add Watermark",
|
|
6
|
+
/** 打印按钮 */
|
|
7
|
+
print: "Print",
|
|
8
|
+
/** 导出 PDF 按钮 */
|
|
9
|
+
exportPdf: "Export PDF",
|
|
10
|
+
/** 关闭按钮 */
|
|
11
|
+
close: "Close",
|
|
12
|
+
/** 页码(第 x 页/共 y 页) */
|
|
13
|
+
pageIndicator: "Page {index} of {count}",
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export { printLocale as default };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
var tableLocale = {
|
|
2
|
+
/** 序号列默认标题 */
|
|
3
|
+
serialNumber: "No.",
|
|
4
|
+
/** 合计行默认标题 */
|
|
5
|
+
total: "Total",
|
|
6
|
+
/** 维度合计行标题 */
|
|
7
|
+
dimensionTotal: "{name} Total",
|
|
8
|
+
/** 小计行默认标题 */
|
|
9
|
+
subtotal: "Subtotal",
|
|
10
|
+
/** 总计行默认标题 */
|
|
11
|
+
grandTotal: "Grand Total",
|
|
12
|
+
/** 单元格级新增一行图标提示 */
|
|
13
|
+
addRow: "Add row",
|
|
14
|
+
/** 表尾增加一行图标提示 */
|
|
15
|
+
appendRow: "Append row",
|
|
16
|
+
/** 删除一行图标提示 */
|
|
17
|
+
deleteRow: "Delete row",
|
|
18
|
+
/** 删除所有行图标提示 */
|
|
19
|
+
deleteAllRows: "Delete all rows",
|
|
20
|
+
/** 行删除确认弹窗默认标题 */
|
|
21
|
+
confirmDeleteRow: "Delete this row?",
|
|
22
|
+
/** 删除所有行确认弹窗标题 */
|
|
23
|
+
confirmDeleteAll: "Delete all rows?",
|
|
24
|
+
/** 校验错误默认文案 */
|
|
25
|
+
fillError: "Invalid input!",
|
|
26
|
+
/** 必填项校验错误 */
|
|
27
|
+
rowRequiredError: "Row {row} {title} is required!",
|
|
28
|
+
/** 单元格校验错误 */
|
|
29
|
+
rowError: "Row {row} {title} {message}",
|
|
30
|
+
/** 必填提示 */
|
|
31
|
+
requiredError: "This field is required",
|
|
32
|
+
/** 排序图标提示 */
|
|
33
|
+
sortAscend: "Sort ascending",
|
|
34
|
+
sortDescend: "Sort descending",
|
|
35
|
+
sortCancel: "Cancel sorting",
|
|
36
|
+
/** 列过滤 */
|
|
37
|
+
filterPlaceholder: "Separate multiple conditions with commas or spaces",
|
|
38
|
+
filterEmptyValue: "(Empty)",
|
|
39
|
+
filterExpressionTip: "For numeric columns, try expressions such as: $0 + 1 > 2, >= 10, $0 + 1 == 2",
|
|
40
|
+
filterSearch: "Search",
|
|
41
|
+
filterReset: "Reset",
|
|
42
|
+
/** 向下填充 */
|
|
43
|
+
fillDown: "Fill down",
|
|
44
|
+
fillDownTip: "Click to fill down: the first value of this column will be applied to all rows",
|
|
45
|
+
noNeedFill: "No need to fill!",
|
|
46
|
+
/** 全屏 */
|
|
47
|
+
fullscreen: "Fullscreen",
|
|
48
|
+
exitFullscreen: "Exit fullscreen",
|
|
49
|
+
/** 标题栏工具方法提示 */
|
|
50
|
+
toolsTip: "Utilities",
|
|
51
|
+
/** 粘贴扩展确认弹窗 */
|
|
52
|
+
pasteConfirmTitle: "Delimiters detected in the pasted content. Fill the current cell only, or expand?",
|
|
53
|
+
pasteExpandOk: "Expand",
|
|
54
|
+
pasteExpandCancel: "Current cell only",
|
|
55
|
+
/** 划选小计提示 */
|
|
56
|
+
subtotalTip: "Subtotal: {result} Selected: {count}",
|
|
57
|
+
/** Excel 导出 */
|
|
58
|
+
noDataToExport: "No data to export",
|
|
59
|
+
excelTip: "Tip",
|
|
60
|
+
/** 复制 */
|
|
61
|
+
copySuccess: "Copied!",
|
|
62
|
+
copyFailManual: "Copy failed! Please copy manually\n{content}",
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
export { tableLocale as default };
|