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