@lingxiteam/assets 4.3.2-alpha.1 → 4.3.2-alpha.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/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
- package/es/rootConfig/mobile/BusiComp.js +22 -22
- package/es/rootConfig/mobile/MobileModal.js +38 -38
- package/es/rootConfig/mobile/MobilePopover.js +22 -22
- package/es/rootConfig/mobile/page.js +42 -42
- package/es/rootConfig/pc/BusiComp.js +41 -41
- package/es/rootConfig/pc/Drawer.js +64 -64
- package/es/rootConfig/pc/Modal.js +63 -63
- package/es/rootConfig/pc/Popover.js +42 -42
- package/es/rootConfig/pc/page.js +55 -55
- package/es/rootConfig/todoActionList.js +691 -691
- package/es/rootConfig/todoCallback.js +9 -9
- package/es/rootConfig/todoOptionList.js +203 -203
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
- package/lib/rootConfig/mobile/BusiComp.js +22 -22
- package/lib/rootConfig/mobile/MobileModal.js +38 -38
- package/lib/rootConfig/mobile/MobilePopover.js +22 -22
- package/lib/rootConfig/mobile/page.js +42 -42
- package/lib/rootConfig/pc/BusiComp.js +41 -41
- package/lib/rootConfig/pc/Drawer.js +64 -64
- package/lib/rootConfig/pc/Modal.js +63 -63
- package/lib/rootConfig/pc/Popover.js +42 -42
- package/lib/rootConfig/pc/page.js +55 -55
- package/lib/rootConfig/todoActionList.js +691 -691
- package/lib/rootConfig/todoCallback.js +9 -9
- package/lib/rootConfig/todoOptionList.js +203 -203
- package/package.json +1 -1
|
@@ -5,15 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.todoCallbackEnUS = exports.default = void 0;
|
|
7
7
|
var todoCallbackEnUS = exports.todoCallbackEnUS = {
|
|
8
|
-
// todo/callback (shared callbacks)
|
|
9
|
-
'todo.callback.form.values.title': 'Form Values',
|
|
10
8
|
'todo.callback.form.values.description': 'Form data object, including: field code and value',
|
|
11
|
-
'todo.callback.form.values.dataSuffix': 'Data',
|
|
12
|
-
'todo.callback.form.type.Form': 'Form',
|
|
13
|
-
'todo.callback.form.type.QueryForm': 'Query Form',
|
|
14
|
-
'todo.callback.form.type.FormList': 'Subform',
|
|
15
|
-
'todo.callback.form.range.begin': 'Start Time',
|
|
16
|
-
'todo.callback.form.range.end': 'End Time',
|
|
17
9
|
'todo.callback.form.range.beginDesc': 'Start time of',
|
|
18
10
|
'todo.callback.form.range.endDesc': 'End time of',
|
|
19
11
|
'todo.callback.form.range.description': 'Formatted output according to the specified "value format"',
|
|
@@ -22,6 +14,13 @@ var todoCallbackEnUS = exports.todoCallbackEnUS = {
|
|
|
22
14
|
'todo.callback.form.validate.firstError.description': 'Error message returned when validation fails',
|
|
23
15
|
'todo.callback.form.validate.description': 'Form data object and failure information, including: field code, field value, failed field code, and error message',
|
|
24
16
|
'todo.callback.postObject.returnObjectPrefix': 'Return Object-',
|
|
25
|
-
'todo.callback.ai.actionName': 'Call Agent Service'
|
|
17
|
+
'todo.callback.ai.actionName': 'Call Agent Service',
|
|
18
|
+
表单取值: 'Form Values',
|
|
19
|
+
数据: 'Data',
|
|
20
|
+
表单: 'Form',
|
|
21
|
+
查询表单: 'Query Form',
|
|
22
|
+
子表单: 'Subform',
|
|
23
|
+
开始时间: 'Start Time',
|
|
24
|
+
结束时间: 'End Time'
|
|
26
25
|
};
|
|
27
26
|
var _default = exports.default = todoCallbackEnUS;
|
|
@@ -5,301 +5,106 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.todoOptionListEnUS = exports.default = void 0;
|
|
7
7
|
var todoOptionListEnUS = exports.todoOptionListEnUS = {
|
|
8
|
-
// todo/optionList (shared options) - batch 1
|
|
9
8
|
'todo.optionList.url.label': 'Request URL',
|
|
10
9
|
'todo.optionList.sqlServiceCode.label': 'Select SQL Query Service',
|
|
11
|
-
'todo.optionList.sqlServiceFields.label': 'Export Fields',
|
|
12
|
-
'todo.optionList.target.label': 'Linkage Source',
|
|
13
10
|
'todo.optionList.arelStaticData.label': 'A-side Static Data',
|
|
14
11
|
'todo.optionList.zrelStaticData.label': 'Z-side Static Data',
|
|
15
|
-
'todo.optionList.staticData.label': 'Static Data',
|
|
16
12
|
'todo.optionList.custTargetVal.label': 'Custom Trigger Value',
|
|
17
|
-
'todo.optionList.visible.label': 'Visibility Settings',
|
|
18
|
-
'todo.optionList.visible.props.options.0.title': 'Show',
|
|
19
|
-
'todo.optionList.visible.props.options.1.title': 'Hide',
|
|
20
|
-
'todo.optionList.visible.props.options.2.title': 'Toggle',
|
|
21
13
|
'todo.optionList.readonly.label': 'Edit State Settings',
|
|
22
|
-
'todo.optionList.readonly.props.options.0.title': 'Read-only',
|
|
23
|
-
'todo.optionList.readonly.props.options.1.title': 'Enable',
|
|
24
|
-
'todo.optionList.readonly.props.options.2.title': 'Toggle',
|
|
25
|
-
'todo.optionList.bsSelectType.label': 'Control Type',
|
|
26
14
|
'todo.optionList.bsSelectType.props.options.0.title': 'Unique Field Code',
|
|
27
|
-
'todo.optionList.bsSelectType.props.options.1.title': 'Loop Item Index',
|
|
28
|
-
'todo.optionList.editor.label': 'Editable',
|
|
29
|
-
'todo.optionList.editor.props.options.0.title': 'Yes',
|
|
30
|
-
'todo.optionList.editor.props.options.1.title': 'No',
|
|
31
|
-
'todo.optionList.value.label': 'Content',
|
|
32
|
-
'todo.optionList.valueArray.label': 'Content',
|
|
33
|
-
'todo.optionList.startVal.label': 'Start Value',
|
|
34
15
|
'todo.optionList.startVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
35
|
-
'todo.optionList.endVal.label': 'End Value',
|
|
36
16
|
'todo.optionList.endVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
37
|
-
'todo.optionList.loading.label': 'Loading',
|
|
38
|
-
'todo.optionList.loading.props.options.0.title': 'Yes',
|
|
39
|
-
'todo.optionList.loading.props.options.1.title': 'No',
|
|
40
|
-
'todo.optionList.msgType.label': 'Type',
|
|
41
|
-
'todo.optionList.msgType.props.options.0.title': 'Success',
|
|
42
|
-
'todo.optionList.msgType.props.options.1.title': 'Info',
|
|
43
|
-
'todo.optionList.msgType.props.options.2.title': 'Warning',
|
|
44
|
-
'todo.optionList.msgType.props.options.3.title': 'Error',
|
|
45
|
-
'todo.optionList.msgType.props.options.4.title': 'Loading',
|
|
46
|
-
'todo.optionList.duration.label': 'Loading Duration',
|
|
47
|
-
'todo.optionList.duration.props.unit': 'Seconds',
|
|
48
|
-
'todo.optionList.swiperIndex.label': 'Index',
|
|
49
|
-
'todo.optionList.validateType.label': 'Validation Type',
|
|
50
|
-
'todo.optionList.validateType.props.options.0.title': 'Success',
|
|
51
|
-
'todo.optionList.validateType.props.options.1.title': 'Info',
|
|
52
|
-
'todo.optionList.validateType.props.options.2.title': 'Error',
|
|
53
|
-
'todo.optionList.validateType.props.options.3.title': 'Warning',
|
|
54
|
-
'todo.optionList.validateType.props.options.4.title': 'Normal',
|
|
55
|
-
'todo.optionList.validateMsg.label': 'Validation Message',
|
|
56
|
-
'todo.optionList.validateMsg.props.placeholder': 'Please enter',
|
|
57
|
-
'todo.optionList.expType.label': 'Type',
|
|
58
17
|
'todo.optionList.expType.props.options.0.title': 'PDF',
|
|
59
|
-
'todo.optionList.expType.props.options.1.title': 'Image',
|
|
60
|
-
'todo.optionList.expFileName.label': 'File Name',
|
|
61
18
|
'todo.optionList.expFileName.props.placeholder': 'Please enter the export file name',
|
|
62
|
-
'todo.optionList.modalType.label': 'Type',
|
|
63
|
-
'todo.optionList.modalType.props.options.0.title': 'Success',
|
|
64
|
-
'todo.optionList.modalType.props.options.1.title': 'Info',
|
|
65
|
-
'todo.optionList.modalType.props.options.2.title': 'Warning',
|
|
66
|
-
'todo.optionList.modalType.props.options.3.title': 'Error',
|
|
67
|
-
'todo.optionList.modalType.props.options.4.title': 'Confirm',
|
|
68
|
-
// todo.optionList - batch A
|
|
69
19
|
'todo.optionList.okText.label': 'OK Button Text',
|
|
70
20
|
'todo.optionList.cancelText.label': 'Cancel Button Text',
|
|
71
|
-
'todo.optionList.historyType.label': 'Type',
|
|
72
|
-
'todo.optionList.historyType.props.options.0.title': 'Route Navigation',
|
|
73
|
-
'todo.optionList.historyType.props.options.1.title': 'Route Replace',
|
|
74
|
-
'todo.optionList.timerType.label': 'Timer Type',
|
|
75
|
-
'todo.optionList.timerType.props.options.0.title': 'Single Timer',
|
|
76
|
-
'todo.optionList.timerType.props.options.1.title': 'Interval Timer',
|
|
77
|
-
'todo.optionList.title.label': 'Title',
|
|
78
|
-
'todo.optionList.content.label': 'Content',
|
|
79
|
-
'todo.optionList.params.label': 'Parameter Assignment',
|
|
80
|
-
'todo.optionList.setParams.label': 'Parameters',
|
|
81
|
-
'todo.optionList.actionType.label': 'Form Type',
|
|
82
21
|
'todo.optionList.actionType.props.placeholder': 'Add-add, Edit-edit, Detail-detail',
|
|
83
|
-
// todo.optionList - batch B
|
|
84
|
-
'todo.optionList.pathname.label': 'Page',
|
|
85
|
-
'todo.optionList.dropPathname.label': 'Page',
|
|
86
22
|
'todo.optionList.searchParams.label': 'URL Parameters',
|
|
87
|
-
'todo.optionList.routerData.label': 'Router Data',
|
|
88
|
-
'todo.optionList.modalname.label': 'Modal',
|
|
89
|
-
'todo.optionList.drawerPath.label': 'Drawer',
|
|
90
|
-
'todo.optionList.compState.label': 'Component State',
|
|
91
23
|
'todo.optionList.activeTabKey.label': 'Active Tab Key',
|
|
92
24
|
'todo.optionList.downloadUrl.label': 'Download Link URL',
|
|
93
|
-
'todo.optionList.uploadProps.label': 'Upload Parameters',
|
|
94
25
|
'todo.optionList.inlineeditnow.label': 'Enable Inline Edit After Adding',
|
|
95
|
-
'todo.optionList.inlineeditnow.props.options.0.title': 'No',
|
|
96
|
-
'todo.optionList.inlineeditnow.props.options.1.title': 'Yes',
|
|
97
|
-
'todo.optionList.disabled.label': 'State Settings',
|
|
98
|
-
'todo.optionList.disabled.props.options.0.title': 'Enable',
|
|
99
|
-
'todo.optionList.disabled.props.options.1.title': 'Disable',
|
|
100
|
-
'todo.optionList.disabled.props.options.2.title': 'Toggle',
|
|
101
|
-
'todo.optionList.required.label': 'Required Settings',
|
|
102
|
-
'todo.optionList.required.props.options.0.title': 'Required',
|
|
103
|
-
'todo.optionList.required.props.options.1.title': 'Optional',
|
|
104
|
-
'todo.optionList.required.props.options.2.title': 'Toggle',
|
|
105
26
|
'todo.optionList.fileName.label': 'Custom File Name',
|
|
106
27
|
'todo.optionList.fileName.labelTip': 'When file name is not set, the original file name will be used',
|
|
107
28
|
'todo.optionList.fileName.props.placeholder': 'Including extension, e.g.: table.xls',
|
|
108
|
-
'todo.optionList.loadmoreKey.label': 'Update Parameters',
|
|
109
29
|
'todo.optionList.wechatappId.props.placeholder': 'e.g.: wx_xxxxx',
|
|
110
|
-
'todo.optionList.jsonId.label': 'Page',
|
|
111
30
|
'todo.optionList.fileId.label': 'File ID',
|
|
112
31
|
'todo.optionList.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-domain issues may exist! Note: If it is an external URL, cross-domain issues may exist!',
|
|
113
|
-
'todo.optionList.loadMoreTotal.label': 'Total Count',
|
|
114
|
-
'todo.optionList.loadMoreData.label': 'Data Source',
|
|
115
|
-
'todo.optionList.aliasPageNum.label': 'Page Number Field Name',
|
|
116
|
-
// todo.optionList - batch C (flow related)
|
|
117
32
|
'todo.optionList.flowUrl.label': 'Flow Request API',
|
|
118
|
-
'todo.optionList.flowType.label': 'Flow Type',
|
|
119
|
-
'todo.optionList.flowType.props.options.0.title': 'Start',
|
|
120
|
-
'todo.optionList.flowType.props.options.1.title': 'Approve',
|
|
121
|
-
'todo.optionList.flowType.props.options.2.title': 'Reject',
|
|
122
|
-
'todo.optionList.flowType.props.options.3.title': 'Transfer',
|
|
123
|
-
'todo.optionList.flowType.props.options.4.title': 'General',
|
|
124
33
|
'todo.optionList.flowWorkOrderId.label': 'Business Work Order ID',
|
|
125
|
-
'todo.optionList.flowCode.label': 'Select Flow',
|
|
126
34
|
'todo.optionList.workOrderType.label': 'Business Work Order Type',
|
|
127
|
-
'todo.optionList.flowAuditDesc.label': 'Audit Comment',
|
|
128
35
|
'todo.optionList.flowFileId.label': 'Attachment ID',
|
|
129
|
-
'todo.optionList.configDealUserId.label': 'Assigned Handler',
|
|
130
36
|
'todo.optionList.flowBtnActionType.label': 'Button Action Type',
|
|
131
37
|
'todo.optionList.flowWorkId.label': 'Flow Instance ID',
|
|
132
38
|
'todo.optionList.flowTabStepVisible.label': 'Display Flow Instance Diagram',
|
|
133
39
|
'todo.optionList.flowTimelineVisible.label': 'Display Flow Timeline',
|
|
134
|
-
'todo.optionList.flowCustParams.label': 'Custom Parameters',
|
|
135
40
|
'todo.optionList.workItemId.label': 'Work Item ID',
|
|
136
|
-
'todo.optionList.flowExtraParams.label': 'Target Node',
|
|
137
41
|
'todo.optionList.diagramType.label': 'Select Instance Diagram Type',
|
|
138
42
|
'todo.optionList.diagramType.props.options.0.title': 'Current Flow Instance Diagram',
|
|
139
43
|
'todo.optionList.diagramType.props.options.1.title': 'Specified Main Flow Instance Diagram',
|
|
140
|
-
'todo.optionList.diagramFlowCode.label': 'Select Flow',
|
|
141
44
|
'todo.optionList.diagramWorkOrderId.label': 'Business Order ID',
|
|
142
|
-
// todo.optionList - batch D (export/import related)
|
|
143
|
-
'todo.optionList.objectFields.label': 'Export Fields',
|
|
144
|
-
'todo.optionList.objectFields.props.options.customKeyMap.fieldData': 'Field Data',
|
|
145
|
-
'todo.optionList.objectFields.props.options.customKeyMap.attrCode': 'Field Code',
|
|
146
|
-
'todo.optionList.objectFields.props.options.customKeyMap.attrName': 'Field Name',
|
|
147
45
|
'todo.optionList.exportSheet.label': 'Sheet Settings',
|
|
148
46
|
'todo.optionList.exportSheet.props.options.0.label': 'Sheet Name',
|
|
149
|
-
'todo.optionList.exportSheet.props.options.1.label': 'Data Source',
|
|
150
|
-
'todo.optionList.exportSheet.props.options.2.label': 'Query Conditions',
|
|
151
|
-
'todo.optionList.exportSheet.props.options.3.label': 'Export Fields',
|
|
152
|
-
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.fieldData': 'Field Data',
|
|
153
|
-
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrCode': 'Field Code',
|
|
154
|
-
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrName': 'Field Name',
|
|
155
|
-
'todo.optionList.serviceData.label': 'Data Source',
|
|
156
|
-
// todo.optionList - batch E1 (general and map/location)
|
|
157
|
-
'todo.optionList.accept.label': 'File Type',
|
|
158
47
|
'todo.optionList.custTplUrl.label': 'Specify Template URL (Optional)',
|
|
159
|
-
'todo.optionList.name.label': 'Modify Name',
|
|
160
|
-
'todo.optionList.name.props.placeholder': 'Please enter name',
|
|
161
|
-
'todo.optionList.icon.label': 'Modify Icon',
|
|
162
|
-
'todo.optionList.icon.props.placeholder': 'Please select icon',
|
|
163
|
-
'todo.optionList.editorCode.label': 'Custom Content',
|
|
164
|
-
'todo.optionList.actionTitle.label': 'Action Description',
|
|
165
48
|
'todo.optionList.actionTitle.props.placeholder': 'Please enter action description',
|
|
166
49
|
'todo.optionList.sync.label': 'Data Loading Method',
|
|
167
|
-
'todo.optionList.sync.props.options.0.title': 'Asynchronous Loading',
|
|
168
|
-
'todo.optionList.sync.props.options.1.title': 'Synchronous Loading',
|
|
169
|
-
'todo.optionList.setItemKey.label': 'Field Name',
|
|
170
50
|
'todo.optionList.setItemKey.props.placeholder': 'Please enter field name, must be in English',
|
|
171
|
-
'todo.optionList.mapKey.label': 'Map Key',
|
|
172
51
|
'todo.optionList.mapKey.props.placeholder': 'Please enter map key',
|
|
173
52
|
'todo.optionList.locationAlways.label': 'Continuous Location',
|
|
174
53
|
'todo.optionList.locationOutputType.label': 'Location Output Coordinate System',
|
|
175
|
-
'todo.optionList.locationOutputType.props.options.0.title': 'WGS84 Coordinate System',
|
|
176
|
-
'todo.optionList.locationOutputType.props.options.1.title': 'GCJ-02 Coordinate System',
|
|
177
|
-
'todo.optionList.locationOutputType.props.options.2.title': 'BD-09 Coordinate System',
|
|
178
|
-
'todo.optionList.appTableData.label': 'Table Header Data',
|
|
179
|
-
'todo.optionList.appTableDataSource.label': 'Table Data',
|
|
180
54
|
'todo.optionList.locationAddress.label': 'Need Address Information',
|
|
181
|
-
'todo.optionList.addTransferValue.label': 'Content',
|
|
182
55
|
'todo.optionList.addTransferValue.props.placeholder': 'Please enter values to add, separated by commas, e.g.: 1,2,3',
|
|
183
|
-
'todo.optionList.removeTransferValue.label': 'Content',
|
|
184
56
|
'todo.optionList.removeTransferValue.props.placeholder': 'Please enter values to remove, separated by commas, e.g.: 1,2,3',
|
|
185
|
-
'todo.optionList.defaultOpenKey.label': 'Content',
|
|
186
|
-
'todo.optionList.inlineCollapsed.label': 'Collapsed',
|
|
187
|
-
'todo.optionList.inlineCollapsed.props.options.0.title': 'Collapse',
|
|
188
|
-
'todo.optionList.inlineCollapsed.props.options.1.title': 'Expand',
|
|
189
|
-
'todo.optionList.inlineCollapsed.props.options.2.title': 'Toggle',
|
|
190
|
-
// todo.optionList - batch E2 (charts/media/view)
|
|
191
57
|
'todo.optionList.xLineName.label': 'X-axis Field Name',
|
|
192
58
|
'todo.optionList.yLineName.label': 'Y-axis Field Name',
|
|
193
|
-
'todo.optionList.lineChartData.label': 'Data Source',
|
|
194
|
-
'todo.optionList.spCount.label': 'Current Count',
|
|
195
|
-
'todo.optionList.spTotal.label': 'Total Count',
|
|
196
|
-
'todo.optionList.spRightNode.label': 'Right Text',
|
|
197
59
|
'todo.optionList.donutX.label': 'X-axis Field Name',
|
|
198
60
|
'todo.optionList.donutY.label': 'Y-axis Field Name',
|
|
199
|
-
'todo.optionList.donutData.label': 'Data Source',
|
|
200
|
-
'todo.optionList.donutSumText.label': 'Total Data',
|
|
201
|
-
'todo.optionList.mpData.label': 'Data Source',
|
|
202
61
|
'todo.optionList.mpData.props.placeholder': 'Format: [{count:xx, color:xx, label:xx},...]',
|
|
203
62
|
'todo.optionList.gcXName.label': 'X-axis Field Name',
|
|
204
|
-
'todo.optionList.gcLegendParams.label': 'Legend Content',
|
|
205
63
|
'todo.optionList.gcLegendParams.props.placeholder': 'Format: [{label:xx(description), value:xx(corresponding data source field)},...]',
|
|
206
|
-
'todo.optionList.gcData.label': 'Data Source',
|
|
207
64
|
'todo.optionList.gcData.props.placeholder': 'Format: [{name:xx, xx:xx, xx:xx, ...},...]',
|
|
208
65
|
'todo.optionList.scXName.label': 'X-axis Field Name',
|
|
209
66
|
'todo.optionList.scYName.label': 'Y-axis Field Name',
|
|
210
|
-
'todo.optionList.scData.label': 'Data Source',
|
|
211
67
|
'todo.optionList.scData.props.placeholder': 'Format: [{xx:xx, xx:xx, color:xx(set this parameter to specify color) },...]',
|
|
212
68
|
'todo.optionList.stcXName.label': 'X-axis Field Name',
|
|
213
|
-
'todo.optionList.stcLegendParams.label': 'Legend Content',
|
|
214
69
|
'todo.optionList.stcLegendParams.props.placeholder': 'Format: [{label:xx, value:xx},...]',
|
|
215
|
-
'todo.optionList.stcData.label': 'Data Source',
|
|
216
70
|
'todo.optionList.stcData.props.placeholder': 'Format: [{xx:xx, xx:xx, ... },...]',
|
|
217
|
-
'todo.optionList.valueMapKey.label': 'Value Mapping Field',
|
|
218
71
|
'todo.optionList.labelMapKey.label': 'Label Mapping Field',
|
|
219
72
|
'todo.optionList.selectDescriptionKey.label': 'Option Description Field',
|
|
220
73
|
'todo.optionList.selectDisabledKey.label': 'Option Disabled Field',
|
|
221
74
|
'todo.optionList.setSelectorDisabelItems.label': 'Value/Index',
|
|
222
|
-
'todo.optionList.updateMediaState.label': 'State Settings',
|
|
223
|
-
'todo.optionList.updateMediaState.props.options.0.title': 'Play',
|
|
224
|
-
'todo.optionList.updateMediaState.props.options.1.title': 'Pause',
|
|
225
|
-
'todo.optionList.updateMediaState.props.options.2.title': 'Toggle',
|
|
226
75
|
'todo.optionList.customGroup.label': 'Custom Header Template',
|
|
227
76
|
'todo.optionList.customGroup.labelTip': 'You can customize the export template header based on selected fields',
|
|
228
77
|
'todo.optionList.exception.label': 'Import Exception Configuration',
|
|
229
78
|
'todo.optionList.exception.props.options.0.title': 'Support Partial Import',
|
|
230
|
-
'todo.optionList.viewMode.label': 'Preview Mode',
|
|
231
|
-
'todo.optionList.viewMode.props.options.0.title': 'Page Modal',
|
|
232
|
-
'todo.optionList.viewMode.props.options.1.title': 'Tab',
|
|
233
|
-
'todo.optionList.viewMode.props.options.2.title': 'New Window',
|
|
234
|
-
'todo.optionList.modalWidth.label': 'Modal Width',
|
|
235
79
|
'todo.optionList.modalWidth.labelTip': 'Different browsers have different minimum limits. Avoid setting too small sizes. When width and height are not set, it defaults to full screen',
|
|
236
|
-
'todo.optionList.modalHeight.label': 'Modal Height',
|
|
237
80
|
'todo.optionList.modalHeight.labelTip': 'Different browsers have different minimum limits. Avoid setting too small sizes. When width and height are not set, it defaults to full screen',
|
|
238
|
-
// todo.optionList - batch F (remaining general/import/service/advanced)
|
|
239
81
|
'todo.optionList.rProps.label': 'Set Custom Component Properties',
|
|
240
82
|
'todo.optionList.hasEventExtService.label': 'Need to Enable Service Extension',
|
|
241
|
-
'todo.optionList.hasEventExtService.props.options.0.title': 'Yes',
|
|
242
|
-
'todo.optionList.hasEventExtService.props.options.1.title': 'No',
|
|
243
83
|
'todo.optionList.eventExtService.label': 'Select Business Scenario to Extend Service',
|
|
244
84
|
'todo.optionList.tempName.label': 'Set Template Name',
|
|
245
85
|
'todo.optionList.tempName.props.placeholder': 'Please enter template name',
|
|
246
86
|
'todo.optionList.busiObjectId.label': 'Select Business Object',
|
|
247
|
-
'todo.optionList.busiObjectFilterParams.label': 'Query Conditions',
|
|
248
|
-
'todo.optionList.filterParams.label': 'Query Conditions',
|
|
249
|
-
'todo.optionList.busiObjectFields.label': 'Filter Fields',
|
|
250
87
|
'todo.optionList.showOnly.label': 'Parse Only Without Saving',
|
|
251
|
-
'todo.optionList.showOnly.props.options.0.title': 'Yes',
|
|
252
|
-
'todo.optionList.showOnly.props.options.1.title': 'No',
|
|
253
88
|
'todo.optionList.custFileName.label': 'Custom File Name',
|
|
254
89
|
'todo.optionList.custSheetName.label': 'Sheet Name',
|
|
255
|
-
'todo.optionList.className.label': 'Class Name',
|
|
256
|
-
'todo.optionList.funcName.label': 'Function Name',
|
|
257
|
-
'todo.optionList.funcParams.label': 'Custom Input Parameters',
|
|
258
|
-
'todo.optionList.valueList.label': 'Component Assignment',
|
|
259
|
-
'todo.optionList.customFuncName.label': 'Custom Event',
|
|
260
|
-
'todo.optionList.customFuncParams.label': 'Event Input Parameters',
|
|
261
|
-
'todo.optionList.custUrl.label': 'Import Service',
|
|
262
90
|
'todo.optionList.custUrl.props.options.serviceTabs.0.description': 'Only orchestration services with file input parameters are shown here. Service input parameters must include the impFile (file type) field for receiving files and the param (object type, optional) field for receiving custom parameters',
|
|
263
91
|
'todo.optionList.custUrl.props.options.serviceTabs.1.description': 'Only request layer services used in upload controls are shown here. Service input parameters must include the impFile (file type) field for receiving files and the param (object type, optional) field for receiving custom parameters',
|
|
264
92
|
'todo.optionList.compToPrint.label': 'Custom Print Area (Optional)',
|
|
265
93
|
'todo.optionList.custTpl.label': 'Configure Import Template',
|
|
266
|
-
'todo.optionList.returnType.label': 'Return Type',
|
|
267
94
|
'todo.optionList.returnType.labelTip': '1. Value: Used for data return, such as getting page form data and passing data after exit;<br />2. Success: Used for success flag return, will trigger the success callback of the caller;<br />3. Failure: Used for failure flag return, will trigger the failure callback of the caller.',
|
|
268
|
-
'todo.optionList.returnType.props.options.0.title': 'Value',
|
|
269
|
-
'todo.optionList.returnType.props.options.1.title': 'Success',
|
|
270
|
-
'todo.optionList.returnType.props.options.2.title': 'Failure',
|
|
271
95
|
'todo.optionList.returnValue.label': 'Return Content (Optional)',
|
|
272
96
|
'todo.optionList.isPreventDefault.label': 'Prevent Default Action (Advanced)',
|
|
273
|
-
'todo.optionList.isPreventDefault.props.options.0.title': 'Yes',
|
|
274
|
-
'todo.optionList.isPreventDefault.props.options.1.title': 'No',
|
|
275
97
|
'todo.optionList.isPreventDefault.labelTip': 'Prevents browser default behavior:<br />Such as preventing file selector opening, file download, etc.',
|
|
276
98
|
'todo.optionList.isStopPropagation.label': 'Stop Event Propagation (Advanced)',
|
|
277
|
-
'todo.optionList.isStopPropagation.labelTip':
|
|
278
|
-
'todo.optionList.isStopPropagation.props.options.0.title': 'Yes',
|
|
279
|
-
'todo.optionList.isStopPropagation.props.options.1.title': 'No',
|
|
99
|
+
'todo.optionList.isStopPropagation.labelTip': "Only triggers the event configured for the current component:<br />For example, if a button is placed in a blank container, and both the blank container and button have click events configured, normally clicking the button will trigger both click events. However, stopping event propagation will prevent the blank container's click event from executing.",
|
|
280
100
|
'todo.optionList.verificationCodeUrl.label': 'Verification Code Image URL',
|
|
281
|
-
// todo.optionList - batch G (additional option labels)
|
|
282
|
-
'todo.optionList.selectValueKeyForRC.label': 'Display Value Field',
|
|
283
101
|
'todo.optionList.selectLabelKeyForRC.label': 'Display Label Field',
|
|
284
|
-
'todo.optionList.total.label': 'Total Count',
|
|
285
|
-
'todo.optionList.curPage.label': 'Update Page Number',
|
|
286
|
-
'todo.optionList.colName.label': 'Translation Field',
|
|
287
|
-
'todo.optionList.colNameForEdit.label': 'Field',
|
|
288
102
|
'todo.optionList.nodeKey.label': 'Operation Node Key',
|
|
289
103
|
'todo.optionList.valueKey.label': 'Node Key Value Field',
|
|
290
104
|
'todo.optionList.titleKey.label': 'Node Name Value Field',
|
|
291
105
|
'todo.optionList.stateName.label': 'Custom Property Name',
|
|
292
106
|
'todo.optionList.inlineeditrow.label': 'Specify Row ID',
|
|
293
|
-
'todo.optionList.stateval.label': 'Content',
|
|
294
107
|
'todo.optionList.timername.label': 'Timer Name (Must be unique within page)',
|
|
295
|
-
'todo.optionList.interval.label': 'Time Interval',
|
|
296
|
-
'todo.optionList.interval.props.unit': 'Milliseconds',
|
|
297
|
-
'todo.optionList.targettimer.label': 'Timer Name',
|
|
298
|
-
'todo.optionList.customCallback.label': 'Callback',
|
|
299
|
-
'todo.optionList.stepsCurrent.label': 'Current Step',
|
|
300
|
-
'todo.optionList.compId.label': 'Component Selection',
|
|
301
|
-
'todo.optionList.selectComp.label': 'Component Selection',
|
|
302
|
-
'todo.optionList.dataSource.label': 'Content',
|
|
303
108
|
'todo.optionList.parentKey.label': 'Operation Node Key',
|
|
304
109
|
'todo.optionList.dataSourceFileId.label': 'File ID',
|
|
305
110
|
'todo.optionList.dataSourceFileId.labelTip': 'Supports comma-separated or array format for multiple file downloads, e.g.: 1,2 or $[1,2]$',
|
|
@@ -307,12 +112,10 @@ var todoOptionListEnUS = exports.todoOptionListEnUS = {
|
|
|
307
112
|
'todo.optionList.nodeValueKey.label': 'Node Key Value Field',
|
|
308
113
|
'todo.optionList.urlValueKey.label': 'Node URL Value Field',
|
|
309
114
|
'todo.optionList.selectable.label': 'Node Selectable Field Code',
|
|
310
|
-
'todo.optionList.selectable.labelTip':
|
|
115
|
+
'todo.optionList.selectable.labelTip': "Use case: Need to control whether the current node can be selected, and the backend service needs to have a field that indicates whether it is selectable;\nProcessing logic: When the node's field code value is a boolean false, or a string 'false' or empty string, it is considered unselectable, otherwise it is considered selectable.",
|
|
311
116
|
'todo.optionList.childrenKey.label': 'Children List Value Field',
|
|
312
117
|
'todo.optionList.childrenKey.labelTip': 'Use case: When querying all data at once, you need to set the value field for the next level list data;\nExample: For the following parameters, when querying all data, you need to mark that the next level list data is obtained from the children field;\n{\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "Second Tree",\n "id": "10700",\n }]\n}',
|
|
313
|
-
'todo.optionList.selectValueKey.label': 'Option Value Field',
|
|
314
118
|
'todo.optionList.selectLabelKey.label': 'Option Label Field',
|
|
315
|
-
'todo.optionList.jsBridgeMethod.label': 'Method Name',
|
|
316
119
|
'todo.optionList.jsBridgeMethod.props.placeholder': 'e.g.: openCamera',
|
|
317
120
|
'todo.optionList.androidWebName.label': 'Android Container Name',
|
|
318
121
|
'todo.optionList.androidWebName.props.placeholder': 'Default: Android',
|
|
@@ -324,22 +127,146 @@ var todoOptionListEnUS = exports.todoOptionListEnUS = {
|
|
|
324
127
|
'todo.optionList.androidFailFunName.props.placeholder': 'e.g.: openCameraFail[Used for Android failure callback to H5]',
|
|
325
128
|
'todo.optionList.iOSFailFunName.label': 'iOS Failure Callback Method Name',
|
|
326
129
|
'todo.optionList.iOSFailFunName.props.placeholder': 'e.g.: openCameraFail[Used for iOS failure callback to H5]',
|
|
327
|
-
'todo.optionList.customParams.label': 'Custom Input Parameters',
|
|
328
|
-
'todo.optionList.selectScene.label': 'Select Scenario',
|
|
329
|
-
'todo.optionList.selectServerDataSource.label': 'Select Data Source',
|
|
330
|
-
'todo.optionList.selectAllDataSource.label': 'Select Data Source',
|
|
331
|
-
'todo.optionList.selectCompFunc.label': 'Method',
|
|
332
|
-
'todo.optionList.setCompParams.label': 'Parameters',
|
|
333
|
-
'todo.optionList.dataSourceReloadFilter.label': 'Data Source Assignment',
|
|
334
|
-
'todo.optionList.dataSourceSetValue.label': 'Data Source Assignment',
|
|
335
|
-
'todo.optionList.onlySetPatch.label': 'Assignment Scope',
|
|
336
|
-
'todo.optionList.onlySetPatch.props.options.0.title': 'Partial Assignment',
|
|
337
|
-
'todo.optionList.onlySetPatch.props.options.1.title': 'Full Assignment',
|
|
338
130
|
'todo.optionList.selectObjectDataSource.label': 'Select Business Object Data Source',
|
|
339
|
-
'todo.optionList.iframeData.label': 'Send Content',
|
|
340
|
-
'todo.optionList.iframeOrigin.label': 'Send Target Origin',
|
|
341
|
-
'todo.optionList.copyText.label': 'Copy Content',
|
|
342
131
|
'todo.optionList.tripleFormId.label': 'Detail ID',
|
|
343
|
-
|
|
132
|
+
导出字段: 'Export Fields',
|
|
133
|
+
联动来源: 'Linkage Source',
|
|
134
|
+
静态数据: 'Static Data',
|
|
135
|
+
显隐设置: 'Visibility Settings',
|
|
136
|
+
显示: 'Show',
|
|
137
|
+
隐藏: 'Hide',
|
|
138
|
+
切换: 'Toggle',
|
|
139
|
+
只读: 'Read-only',
|
|
140
|
+
启用: 'Enable',
|
|
141
|
+
控制类型: 'Control Type',
|
|
142
|
+
循环项索引: 'Loop Item Index',
|
|
143
|
+
是否可编辑: 'Editable',
|
|
144
|
+
是: 'Yes',
|
|
145
|
+
否: 'No',
|
|
146
|
+
内容: 'Content',
|
|
147
|
+
开始值: 'Start Value',
|
|
148
|
+
结束值: 'End Value',
|
|
149
|
+
是否加载中: 'Loading',
|
|
150
|
+
类型: 'Type',
|
|
151
|
+
成功: 'Success',
|
|
152
|
+
提示: 'Info',
|
|
153
|
+
警告: 'Warning',
|
|
154
|
+
错误: 'Error',
|
|
155
|
+
加载动画: 'Loading',
|
|
156
|
+
加载时长: 'Loading Duration',
|
|
157
|
+
秒: 'Seconds',
|
|
158
|
+
索引: 'Index',
|
|
159
|
+
校验类型: 'Validation Type',
|
|
160
|
+
正常: 'Normal',
|
|
161
|
+
校验文案: 'Validation Message',
|
|
162
|
+
请输入: 'Please enter',
|
|
163
|
+
图片: 'Image',
|
|
164
|
+
文件名: 'File Name',
|
|
165
|
+
确认: 'Confirm',
|
|
166
|
+
路由跳转: 'Route Navigation',
|
|
167
|
+
路由替换: 'Route Replace',
|
|
168
|
+
定时器类型: 'Timer Type',
|
|
169
|
+
单次定时器: 'Single Timer',
|
|
170
|
+
循环定时器: 'Interval Timer',
|
|
171
|
+
标题: 'Title',
|
|
172
|
+
参数赋值: 'Parameter Assignment',
|
|
173
|
+
参数: 'Parameters',
|
|
174
|
+
表单类型: 'Form Type',
|
|
175
|
+
页面: 'Page',
|
|
176
|
+
路由数据: 'Router Data',
|
|
177
|
+
弹窗: 'Modal',
|
|
178
|
+
推拉门: 'Drawer',
|
|
179
|
+
组件状态: 'Component State',
|
|
180
|
+
上传参数: 'Upload Parameters',
|
|
181
|
+
状态设置: 'State Settings',
|
|
182
|
+
启动: 'Enable',
|
|
183
|
+
禁用: 'Disable',
|
|
184
|
+
必填设置: 'Required Settings',
|
|
185
|
+
必填: 'Required',
|
|
186
|
+
非必填: 'Optional',
|
|
187
|
+
更新参数: 'Update Parameters',
|
|
188
|
+
总条数: 'Total Count',
|
|
189
|
+
数据源: 'Data Source',
|
|
190
|
+
页码字段名: 'Page Number Field Name',
|
|
191
|
+
流程类型: 'Flow Type',
|
|
192
|
+
通过: 'Approve',
|
|
193
|
+
拒绝: 'Reject',
|
|
194
|
+
转派: 'Transfer',
|
|
195
|
+
通用: 'General',
|
|
196
|
+
选择流程: 'Select Flow',
|
|
197
|
+
审核意见: 'Audit Comment',
|
|
198
|
+
指定处理人: 'Assigned Handler',
|
|
199
|
+
自定义参数: 'Custom Parameters',
|
|
200
|
+
目标环节: 'Target Node',
|
|
201
|
+
字段数据: 'Field Data',
|
|
202
|
+
字段编码: 'Field Code',
|
|
203
|
+
字段名称: 'Field Name',
|
|
204
|
+
数据来源: 'Data Source',
|
|
205
|
+
查询条件: 'Query Conditions',
|
|
206
|
+
文件类型: 'File Type',
|
|
207
|
+
修改名称: 'Modify Name',
|
|
208
|
+
请输入名称: 'Please enter name',
|
|
209
|
+
修改图标: 'Modify Icon',
|
|
210
|
+
请选择图标: 'Please select icon',
|
|
211
|
+
自定义内容: 'Custom Content',
|
|
212
|
+
动作说明: 'Action Description',
|
|
213
|
+
异步加载: 'Asynchronous Loading',
|
|
214
|
+
同步加载: 'Synchronous Loading',
|
|
215
|
+
地图秘钥: 'Map Key',
|
|
216
|
+
大地坐标系: 'WGS84 Coordinate System',
|
|
217
|
+
火星坐标系: 'GCJ-02 Coordinate System',
|
|
218
|
+
百度坐标系: 'BD-09 Coordinate System',
|
|
219
|
+
表头数据: 'Table Header Data',
|
|
220
|
+
表格数据: 'Table Data',
|
|
221
|
+
是否收缩: 'Collapsed',
|
|
222
|
+
缩起: 'Collapse',
|
|
223
|
+
展开: 'Expand',
|
|
224
|
+
当前数量: 'Current Count',
|
|
225
|
+
总数量: 'Total Count',
|
|
226
|
+
右侧文字: 'Right Text',
|
|
227
|
+
总数据: 'Total Data',
|
|
228
|
+
图例内容: 'Legend Content',
|
|
229
|
+
值映射字段: 'Value Mapping Field',
|
|
230
|
+
播放: 'Play',
|
|
231
|
+
暂停: 'Pause',
|
|
232
|
+
预览方式: 'Preview Mode',
|
|
233
|
+
页面弹窗: 'Page Modal',
|
|
234
|
+
标签页: 'Tab',
|
|
235
|
+
新窗口: 'New Window',
|
|
236
|
+
窗口宽度: 'Modal Width',
|
|
237
|
+
窗口高度: 'Modal Height',
|
|
238
|
+
筛选字段: 'Filter Fields',
|
|
239
|
+
类名称: 'Class Name',
|
|
240
|
+
函数名称: 'Function Name',
|
|
241
|
+
自定义入参: 'Custom Input Parameters',
|
|
242
|
+
组件赋值: 'Component Assignment',
|
|
243
|
+
自定义事件: 'Custom Event',
|
|
244
|
+
事件入参: 'Event Input Parameters',
|
|
245
|
+
导入服务: 'Import Service',
|
|
246
|
+
返回类型: 'Return Type',
|
|
247
|
+
值: 'Value',
|
|
248
|
+
失败: 'Failure',
|
|
249
|
+
显示值字段: 'Display Value Field',
|
|
250
|
+
更新页码: 'Update Page Number',
|
|
251
|
+
翻译字段: 'Translation Field',
|
|
252
|
+
字段: 'Field',
|
|
253
|
+
时间间隔: 'Time Interval',
|
|
254
|
+
毫秒: 'Milliseconds',
|
|
255
|
+
定时器名称: 'Timer Name',
|
|
256
|
+
回调: 'Callback',
|
|
257
|
+
当前步骤: 'Current Step',
|
|
258
|
+
组件选择: 'Component Selection',
|
|
259
|
+
选项值字段: 'Option Value Field',
|
|
260
|
+
方法名: 'Method Name',
|
|
261
|
+
选择场景: 'Select Scenario',
|
|
262
|
+
选择数据源: 'Select Data Source',
|
|
263
|
+
方法: 'Method',
|
|
264
|
+
数据源赋值: 'Data Source Assignment',
|
|
265
|
+
赋值范围: 'Assignment Scope',
|
|
266
|
+
局部赋值: 'Partial Assignment',
|
|
267
|
+
全部赋值: 'Full Assignment',
|
|
268
|
+
发送内容: 'Send Content',
|
|
269
|
+
发送目标源: 'Send Target Origin',
|
|
270
|
+
复制内容: 'Copy Content'
|
|
344
271
|
};
|
|
345
272
|
var _default = exports.default = todoOptionListEnUS;
|