@lingxiteam/assets 4.2.1-alpha.2 → 4.3.2-alpha.1
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/IconSvg/index.js +8 -7
- package/es/error/errorCatch/index.js +1 -1
- package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
- package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
- package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
- package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
- package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
- package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
- package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
- package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
- package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
- package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
- package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
- package/es/error/errorDisplay/Web/Notification/index.js +36 -38
- package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/compUtils.js +6 -6
- package/es/error/errorDisplay/http.js +7 -7
- package/es/error/index.js +6 -6
- package/es/index.js +5 -5
- package/es/rootConfig/index.d.ts +1 -1
- package/es/rootConfig/index.js +5 -5
- package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.js +199 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +49 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1293 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +21 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +339 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +199 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +385 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1297 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +21 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +339 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +199 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +385 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1297 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +21 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +339 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/es/rootConfig/mobile/BusiComp.js +35 -32
- package/es/rootConfig/mobile/MobileModal.js +62 -57
- package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/es/rootConfig/mobile/MobilePopover.js +37 -34
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.d.ts +17 -2
- package/es/rootConfig/mobile/page.js +85 -78
- package/es/rootConfig/pc/BusiComp.js +110 -40
- package/es/rootConfig/pc/Drawer.d.ts +8 -9
- package/es/rootConfig/pc/Drawer.js +161 -91
- package/es/rootConfig/pc/Modal.d.ts +0 -1
- package/es/rootConfig/pc/Modal.js +140 -70
- package/es/rootConfig/pc/Popover.d.ts +0 -1
- package/es/rootConfig/pc/Popover.js +114 -44
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.d.ts +0 -2
- package/es/rootConfig/pc/page.js +133 -64
- package/es/rootConfig/todoActionList.d.ts +1 -0
- package/es/rootConfig/todoActionList.js +2363 -1237
- package/es/rootConfig/todoCallback.d.ts +12 -1
- package/es/rootConfig/todoCallback.js +175 -103
- package/es/rootConfig/todoOptionList.d.ts +0 -66
- package/es/rootConfig/todoOptionList.js +400 -401
- package/es/theme/index.js +18 -20
- package/es/theme/src/default/index.js +7 -7
- package/es/theme/utils/renderColors.js +1 -1
- package/es/utils/url.js +8 -7
- package/lib/IconSvg/index.js +10 -9
- package/lib/error/errorCatch/index.js +2 -3
- package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
- package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
- package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
- package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
- package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
- package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/SVGstring.js +6 -12
- package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
- package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
- package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
- package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
- package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
- package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
- package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
- package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/compUtils.js +9 -12
- package/lib/error/errorDisplay/const.js +7 -13
- package/lib/error/errorDisplay/http.js +8 -9
- package/lib/index.js +3 -6
- package/lib/rootConfig/index.d.ts +1 -1
- package/lib/rootConfig/index.js +9 -3
- package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +205 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +55 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1299 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +27 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +345 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +205 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +391 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1303 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +27 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +345 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +205 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +391 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1303 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +27 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +345 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/lib/rootConfig/mobile/BusiComp.js +36 -34
- package/lib/rootConfig/mobile/MobileModal.js +63 -59
- package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/lib/rootConfig/mobile/MobilePopover.js +38 -36
- package/lib/rootConfig/mobile/page.d.ts +17 -2
- package/lib/rootConfig/mobile/page.js +86 -80
- package/lib/rootConfig/pc/BusiComp.js +111 -42
- package/lib/rootConfig/pc/Drawer.d.ts +8 -9
- package/lib/rootConfig/pc/Drawer.js +162 -93
- package/lib/rootConfig/pc/Modal.d.ts +0 -1
- package/lib/rootConfig/pc/Modal.js +141 -72
- package/lib/rootConfig/pc/Popover.d.ts +0 -1
- package/lib/rootConfig/pc/Popover.js +115 -46
- package/lib/rootConfig/pc/page.d.ts +0 -2
- package/lib/rootConfig/pc/page.js +134 -66
- package/lib/rootConfig/todoActionList.d.ts +1 -0
- package/lib/rootConfig/todoActionList.js +2364 -1244
- package/lib/rootConfig/todoCallback.d.ts +12 -1
- package/lib/rootConfig/todoCallback.js +182 -116
- package/lib/rootConfig/todoOptionList.d.ts +0 -66
- package/lib/rootConfig/todoOptionList.js +401 -403
- package/lib/theme/bin/default/modalWidth.js +1 -2
- package/lib/theme/index.js +19 -22
- package/lib/theme/src/default/index.js +7 -7
- package/lib/theme/utils/renderColors.js +1 -1
- package/lib/utils/cookieUtil.js +1 -2
- package/lib/utils/img.js +2 -3
- package/lib/utils/url.js +13 -16
- package/package.json +3 -4
|
@@ -0,0 +1,1299 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.todoActionListEnUS = exports.default = void 0;
|
|
7
|
+
var todoActionListEnUS = exports.todoActionListEnUS = {
|
|
8
|
+
'todo.actionList.setFormValues.todoOptions.params.props.titleLink.2.title': 'Clear Assignment',
|
|
9
|
+
'todo.actionList.resetForm.label': 'Reset Form',
|
|
10
|
+
'todo.actionList.setTripleFormAction.label': 'Set Form External Data',
|
|
11
|
+
'todo.actionList.setTripleFormAction.todoOptions.actionType.label': 'Form Type',
|
|
12
|
+
'todo.actionList.setTripleFormAction.todoOptions.actionType.props.placeholder': 'Add-add, Edit-edit, Detail-detail',
|
|
13
|
+
'todo.actionList.setTripleFormAction.todoOptions.tripleFormId.label': 'Detail ID',
|
|
14
|
+
'todo.actionList.validateCurrentForm.label': 'Validate Current Form and Get Values',
|
|
15
|
+
'todo.actionList.getCurrentFormValues.label': 'Get Current Form Values',
|
|
16
|
+
'todo.actionList.setCurrentFormValues.label': 'Set Current Form Data',
|
|
17
|
+
'todo.actionList.setCurrentFormValues.todoOptions.params.label': 'Parameter Assignment',
|
|
18
|
+
'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.0.title': 'Switch to Property',
|
|
19
|
+
'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.1.title': 'Switch to Root Node',
|
|
20
|
+
'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.2.title': 'Clear Assignment',
|
|
21
|
+
'todo.actionList.resetCurrentForm.label': 'Reset Current Form',
|
|
22
|
+
'todo.actionList.validateAllForm.label': 'Validate All Forms and Get Values',
|
|
23
|
+
'todo.actionList.validateAllForm.classification.setData.label': 'Data Settings',
|
|
24
|
+
'todo.actionList.getAllFormValues.label': 'Get All Form Values',
|
|
25
|
+
'todo.actionList.getAllFormValues.classification.setData.label': 'Data Settings',
|
|
26
|
+
'todo.actionList.resetAllForm.label': 'Reset All Forms',
|
|
27
|
+
'todo.actionList.resetAllForm.classification.setData.label': 'Data Settings',
|
|
28
|
+
'todo.actionList.validateGridViewForms.label': 'Validate Grid View Forms and Get Values',
|
|
29
|
+
'todo.actionList.getGridViewFormValues.label': 'Get Grid View Form Values',
|
|
30
|
+
'todo.actionList.setCustomState.label': 'Set Custom Page Data',
|
|
31
|
+
'todo.actionList.setCustomState.todoOptions.stateName.label': 'Custom Property Name',
|
|
32
|
+
'todo.actionList.setCustomState.todoOptions.stateval.label': 'Content',
|
|
33
|
+
'todo.actionList.setCustomState.classification.setData.label': 'Data Settings',
|
|
34
|
+
'todo.actionList.getCustomState.label': 'Get Custom Page Data',
|
|
35
|
+
'todo.actionList.getCustomState.todoOptions.stateName.label': 'Custom Property Name',
|
|
36
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.titlePrefix': 'Custom Page Data: ',
|
|
37
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.description': 'Retrieved Page Data',
|
|
38
|
+
'todo.actionList.getCustomState.classification.setData.label': 'Data Settings',
|
|
39
|
+
'todo.actionList.setCompNestedState.label': 'Set Component Property Data',
|
|
40
|
+
'todo.actionList.setCompNestedState.todoOptions.stateName.label': 'Custom Property Name',
|
|
41
|
+
'todo.actionList.setCompNestedState.todoOptions.stateval.label': 'Content',
|
|
42
|
+
'todo.actionList.setCompNestedState.classification.setData.label': 'Data Settings',
|
|
43
|
+
'todo.actionList.getCompNestedState.label': 'Get Component Property Data',
|
|
44
|
+
'todo.actionList.getCompNestedState.todoOptions.stateName.label': 'Custom Property Name',
|
|
45
|
+
'todo.actionList.getCompNestedState.classification.setData.label': 'Data Settings',
|
|
46
|
+
'todo.actionList.okCallbackData.label': 'Trigger Parent Page Confirm Callback',
|
|
47
|
+
'todo.actionList.okCallbackData.todoOptions.params.label': 'Parameters',
|
|
48
|
+
'todo.actionList.okCallbackData.classification.callback.label': 'Callback',
|
|
49
|
+
'todo.actionList.closeModal.label': 'Close Current Modal/Drawer',
|
|
50
|
+
'todo.actionList.closeModal.classification.modal.label': 'Message & Modal',
|
|
51
|
+
'todo.actionList.closePopover.label': 'Close Popover',
|
|
52
|
+
'todo.actionList.closePopover.classification.modal.label': 'Message & Modal',
|
|
53
|
+
'todo.actionList.reloadTableData.label': 'Load Data',
|
|
54
|
+
'todo.actionList.reloadTableData.todoOptions.data.label': 'Content',
|
|
55
|
+
'todo.actionList.reloadTableData.todoOptions.total.label': 'Total Count',
|
|
56
|
+
'todo.actionList.reloadTableData.todoOptions.current.label': 'Update Page Number',
|
|
57
|
+
'todo.actionList.reloadColServiceData.label': 'Load Field Translation Data',
|
|
58
|
+
'todo.actionList.reloadColServiceData.todoOptions.colName.label': 'Translation Field',
|
|
59
|
+
'todo.actionList.reloadColServiceData.todoOptions.data.label': 'Content',
|
|
60
|
+
'todo.actionList.reloadColServiceDataForEdit.label': 'Load Field Data',
|
|
61
|
+
'todo.actionList.reloadColServiceDataForEdit.todoOptions.colNameForEdit.label': 'Field',
|
|
62
|
+
'todo.actionList.reloadColServiceDataForEdit.todoOptions.data.label': 'Content',
|
|
63
|
+
'todo.actionList.reloadRCData.label': 'Load Data',
|
|
64
|
+
'todo.actionList.reloadRCData.todoOptions.data.label': 'Content',
|
|
65
|
+
'todo.actionList.reloadRCData.todoOptions.labelKey.label': 'Display Content Field',
|
|
66
|
+
'todo.actionList.reloadRCData.todoOptions.valueKey.label': 'Display Value Field',
|
|
67
|
+
'todo.actionList.reloadSelectData.label': 'Load Data',
|
|
68
|
+
'todo.actionList.reloadSelectData.todoOptions.data.label': 'Content',
|
|
69
|
+
'todo.actionList.reloadSelectData.todoOptions.labelKey.label': 'Option Content Field',
|
|
70
|
+
'todo.actionList.reloadSelectData.todoOptions.valueKey.label': 'Option Value Field',
|
|
71
|
+
'todo.actionList.reloadDescData.label': 'Load Data',
|
|
72
|
+
'todo.actionList.reloadDescData.todoOptions.data.label': 'Content',
|
|
73
|
+
'todo.actionList.reloadData.label': 'Load Data',
|
|
74
|
+
'todo.actionList.reloadData.todoOptions.data.label': 'Content',
|
|
75
|
+
'todo.actionList.reloadData.todoOptions.labelKey.label': 'Node Name Value Field',
|
|
76
|
+
'todo.actionList.reloadData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
|
|
77
|
+
'todo.actionList.reloadData.todoOptions.selectable.label': 'Node Selectable Field Code',
|
|
78
|
+
'todo.actionList.reloadData.todoOptions.childrenKey.label': 'Child List Value Field',
|
|
79
|
+
'todo.actionList.reloadData.todoOptions.childrenKey.labelTip': 'Use case: When querying all data at once, need to set the value field for the next level list data;\n Example: As shown in the following parameters, when querying all data, need to mark the data obtained from the children field for the child list;\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 }\n ',
|
|
80
|
+
'todo.actionList.reloadChildData.label': 'Load Child Node Data',
|
|
81
|
+
'todo.actionList.reloadChildData.todoOptions.data.label': 'Content',
|
|
82
|
+
'todo.actionList.reloadChildData.todoOptions.parentKey.label': 'Operation Node Key',
|
|
83
|
+
'todo.actionList.reloadChildData.todoOptions.labelKey.label': 'Node Name Value Field',
|
|
84
|
+
'todo.actionList.reloadChildData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
|
|
85
|
+
'todo.actionList.reloadChildData.todoOptions.selectable.label': 'Node Selectable Field Code',
|
|
86
|
+
'todo.actionList.reloadChildData.todoOptions.childrenKey.label': 'Child List Value Field',
|
|
87
|
+
'todo.actionList.reloadChildData.todoOptions.childrenKey.labelTip': 'Use case: When querying all data at once, need to set the value field for the next level list data;\n Example: As shown in the following parameters, when querying all data, need to mark the data obtained from the children field for the child list;\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 }\n ',
|
|
88
|
+
'todo.actionList.reloadMenuData.label': 'Load Data',
|
|
89
|
+
'todo.actionList.reloadMenuData.todoOptions.data.label': 'Content',
|
|
90
|
+
'todo.actionList.reloadMenuData.todoOptions.labelKey.label': 'Node Name Value Field',
|
|
91
|
+
'todo.actionList.reloadMenuData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
|
|
92
|
+
'todo.actionList.reloadMenuData.todoOptions.urlValueKey.label': 'Node URL Value Field',
|
|
93
|
+
'todo.actionList.reloadMenuData.todoOptions.selectable.label': 'Node Selectable Field Code',
|
|
94
|
+
'todo.actionList.reloadMenuData.todoOptions.childrenKey.label': 'Child List Value Field',
|
|
95
|
+
'todo.actionList.reloadMenuData.todoOptions.childrenKey.labelTip': 'Use case: When querying all data at once, need to set the value field for the next level list data;\n Example: As shown in the following parameters, when querying all data, need to mark the data obtained from the children field for the child list;\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 }\n ',
|
|
96
|
+
'todo.actionList.appendTreeNode.label': 'Load Child Node Data',
|
|
97
|
+
'todo.actionList.appendTreeNode.todoOptions.data.label': 'Content',
|
|
98
|
+
'todo.actionList.appendTreeNode.todoOptions.nodeKey.label': 'Operation Node Key',
|
|
99
|
+
'todo.actionList.appendTreeNode.todoOptions.title.label': 'Node Name Value Field',
|
|
100
|
+
'todo.actionList.appendTreeNode.todoOptions.key.label': 'Node Key Value Field',
|
|
101
|
+
'todo.actionList.appendTreeNode.todoOptions.selectable.label': 'Node Selectable Field Code',
|
|
102
|
+
'todo.actionList.appendMenuNodeData.label': 'Load Menu Child Item Data',
|
|
103
|
+
'todo.actionList.appendMenuNodeData.todoOptions.data.label': 'Content',
|
|
104
|
+
'todo.actionList.appendMenuNodeData.todoOptions.title.label': 'Node Name Value Field',
|
|
105
|
+
'todo.actionList.appendMenuNodeData.todoOptions.key.label': 'Node Key Value Field',
|
|
106
|
+
'todo.actionList.appendMenuNodeData.todoOptions.childrenKey.label': 'Child List Value Field',
|
|
107
|
+
'todo.actionList.appendMenuNodeData.todoOptions.childrenKey.labelTip': 'Use case: When querying all data at once, need to set the value field for the next level list data;\n Example: As shown in the following parameters, when querying all data, need to mark the data obtained from the children field for the child list;\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 }\n ',
|
|
108
|
+
'todo.actionList.getTreeSelectedKey.label': 'Get Selected Node Key',
|
|
109
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.0.title': 'Tree Selected Node Key(@{name})',
|
|
110
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.0.description': 'Unique identifier of the selected node',
|
|
111
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.1.title': 'Tree Selected Node Key (Multiple)(@{name})',
|
|
112
|
+
'todo.actionList.getFormValue.todoCallbacks.callback1.fields.0.title': '@{name} Form Data',
|
|
113
|
+
'todo.actionList.getFormValue.todoCallbacks.callback1.fields.0.description': 'Directly get form data',
|
|
114
|
+
'todo.actionList.validateCurrentForm.todoCallbacks.callback1.getFields.description': 'Data of all fields in the current form',
|
|
115
|
+
'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.getFields.description': 'Data of all fields in the current form',
|
|
116
|
+
'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.title': 'All Form Data',
|
|
117
|
+
'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.description': 'Data of all fields after all forms on the page pass validation',
|
|
118
|
+
'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.title': 'All Form Data',
|
|
119
|
+
'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.description': 'All forms on the page, data of all fields',
|
|
120
|
+
'todo.actionList.getTableSelected.label': 'Get Selected Row',
|
|
121
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.title': 'Table Selected Row (Single)(@{name})',
|
|
122
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.description': 'In a single-select table, the data of the currently selected row',
|
|
123
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.title': 'Table Selected Row (Multiple)(Array)(@{name})',
|
|
124
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.description': 'In a multi-select table, the data list of all currently selected rows',
|
|
125
|
+
'todo.actionList.getTableSelectedKey.label': 'Get Selected Row Primary Key',
|
|
126
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.0.title': 'Table Selected Row Primary Key (Single)(@{name})',
|
|
127
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.0.description': 'In a single-select table, the row primary key of the currently selected row',
|
|
128
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.1.title': 'Table Selected Row Primary Key (Multiple)(@{name})',
|
|
129
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.1.description': 'In a multi-select table, the collection of row primary keys of all currently selected rows',
|
|
130
|
+
'todo.actionList.getTableCurrentPageSelected.label': 'Get Current Page Selected Row',
|
|
131
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.0.title': 'Current Page Selected Row (Single)(@{name})',
|
|
132
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the data of the selected row on the current page',
|
|
133
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.1.title': 'Current Page Selected Row (Multiple)(@{name})',
|
|
134
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.1.description': 'In a paginated table, the data list of all selected rows on the current page',
|
|
135
|
+
'todo.actionList.getTableCurrentPageSelectedKey.label': 'Get Current Page Selected Row Primary Key',
|
|
136
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.0.title': 'Current Page Selected Row Primary Key (Single)(@{name})',
|
|
137
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the row primary key of the currently selected row',
|
|
138
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.1.title': 'Current Page Selected Row Primary Key (Multiple)(@{name})',
|
|
139
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.1.description': 'In a paginated table, the collection of row primary keys of all currently selected rows',
|
|
140
|
+
'todo.actionList.getTableData.label': 'Get Table Data',
|
|
141
|
+
'todo.actionList.getTableData.todoCallbacks.callback1.fields.0.title': 'Table Data(@{name})',
|
|
142
|
+
'todo.actionList.getTableData.todoCallbacks.callback1.fields.0.description': 'Current table data list',
|
|
143
|
+
'todo.actionList.getPageNum.label': 'Get Current Page Number',
|
|
144
|
+
'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.title': 'Current Page Number(@{name})',
|
|
145
|
+
'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the currently displayed page number',
|
|
146
|
+
'todo.actionList.addTableRow.label': 'Add Blank Row',
|
|
147
|
+
'todo.actionList.addTableRow.todoOptions.inlineeditnow.label': 'Enable Inline Edit After Adding',
|
|
148
|
+
'todo.actionList.addTableRow.todoOptions.inlineeditnow.props.options.0.title': 'No',
|
|
149
|
+
'todo.actionList.addTableRow.todoOptions.inlineeditnow.props.options.1.title': 'Yes',
|
|
150
|
+
'todo.actionList.addTableRowData.label': 'Add Row Data',
|
|
151
|
+
'todo.actionList.addTableRowData.todoOptions.params.label': 'Parameter Assignment',
|
|
152
|
+
'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.0.title': 'Switch to Property',
|
|
153
|
+
'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.1.title': 'Switch to Root Node',
|
|
154
|
+
'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.2.title': 'Clear Assignment',
|
|
155
|
+
'todo.actionList.delTableRow.label': 'Delete Specified Row Data',
|
|
156
|
+
'todo.actionList.delTableRow.todoOptions.params.label': 'Parameter Assignment',
|
|
157
|
+
'todo.actionList.setSelectedRowKeys.label': 'Set Selected Row',
|
|
158
|
+
'todo.actionList.setSelectedRowKeys.todoOptions.value.label': 'Content',
|
|
159
|
+
'todo.actionList.clearTableSelected.label': 'Clear Selected Data',
|
|
160
|
+
'todo.actionList.validateTableData.label': 'Get Current Page Data and Validate',
|
|
161
|
+
'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.title': 'Table Data(@{name})',
|
|
162
|
+
'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the data list of the current page',
|
|
163
|
+
'todo.actionList.validateTableRowData.label': 'Validate Current Saved Row Data',
|
|
164
|
+
'todo.actionList.reloadAppTableData.label': 'Bind Table Data',
|
|
165
|
+
'todo.actionList.reloadAppTableData.todoOptions.appTableData.label': 'Table Header Data',
|
|
166
|
+
'todo.actionList.reloadAppTableData.todoOptions.appTableDataSource.label': 'Table Data',
|
|
167
|
+
'todo.actionList.getAppTableData.label': 'Get Table Data',
|
|
168
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.title': 'Get Data Success @{name}',
|
|
169
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.description': '',
|
|
170
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback2.fields.0.title': 'Get Data Failed @{name}',
|
|
171
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback2.fields.0.description': '',
|
|
172
|
+
'todo.actionList.validateGridViewForms.todoCallbacks.callback1.fields.0.title': '@{name} Form Data',
|
|
173
|
+
'todo.actionList.validateGridViewForms.todoCallbacks.callback1.fields.0.description': 'Get grid view form validation and values, returns object array',
|
|
174
|
+
'todo.actionList.getSelectedData.label': 'Get Selected Data',
|
|
175
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.titlePrefix': 'Dropdown Selected Data (Single)',
|
|
176
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.titlePrefix': 'Dropdown Selected Data (Multiple)',
|
|
177
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.titlePrefix': 'Selected Node Data',
|
|
178
|
+
'todo.actionList.setTreeSelectedKey.label': 'Set Selected Node',
|
|
179
|
+
'todo.actionList.setTreeSelectedKey.todoOptions.value.label': 'Content',
|
|
180
|
+
'todo.actionList.clearTreeSelectedKey.label': 'Clear Selected Items',
|
|
181
|
+
'todo.actionList.getTreeEditingKey.label': 'Get Currently Operating Node Key',
|
|
182
|
+
'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.title': 'Currently Operating Tree Node Key(@{name})',
|
|
183
|
+
'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.description': 'The unique identifier of the tree node corresponding to clicking the operation button related to the tree node (such as add)',
|
|
184
|
+
'todo.actionList.getCheckedKey.label': 'Get Checkbox Selected Value',
|
|
185
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.0.title': 'Checked Node Key (Single)(@{name})',
|
|
186
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.0.description': 'Unique identifier of the checked node',
|
|
187
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.title': 'Checked Node Key (Multiple)(@{name})',
|
|
188
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.description': 'Collection of unique identifiers of checked nodes',
|
|
189
|
+
'todo.actionList.setCheckedKey.label': 'Set Checkbox Selected Value',
|
|
190
|
+
'todo.actionList.setCheckedKey.todoOptions.value.label': 'Content',
|
|
191
|
+
'todo.actionList.clearTreeCheckedKey.label': 'Clear Checkbox Selected Items',
|
|
192
|
+
'todo.actionList.setSelectAll.label': 'Set All Selected',
|
|
193
|
+
'todo.actionList.callFuncComp.label': 'Call Functional Component Capability',
|
|
194
|
+
'todo.actionList.callFuncComp.todoOptions.selectCompFunc.label': 'Method',
|
|
195
|
+
'todo.actionList.callFuncComp.todoOptions.uploadProps.label': 'Parameters',
|
|
196
|
+
'todo.actionList.callFuncComp.todoCallbacks.callback1.titlePrefix': 'Functional Component Callback Parameters',
|
|
197
|
+
'todo.actionList.callFuncComp.classification.communicate.label': 'Data Communication',
|
|
198
|
+
'todo.actionList.addEventListenerParentMessage.label': 'Receive Parent Container Message',
|
|
199
|
+
'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.title': 'Received Parent Container Message',
|
|
200
|
+
'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.description': 'Message content received from parent container',
|
|
201
|
+
'todo.actionList.addEventListenerParentMessage.classification.communicate.label': 'Data Communication',
|
|
202
|
+
'todo.actionList.postParentMessage.label': 'Send Message to Parent Container',
|
|
203
|
+
'todo.actionList.postParentMessage.todoOptions.iframeData.label': 'Send Content',
|
|
204
|
+
'todo.actionList.postParentMessage.todoOptions.iframeOrigin.label': 'Send Target Origin',
|
|
205
|
+
'todo.actionList.postParentMessage.classification.communicate.label': 'Data Communication',
|
|
206
|
+
'todo.actionList.setRemoteCompProps.label': 'Set Component Properties',
|
|
207
|
+
'todo.actionList.setRemoteCompProps.todoOptions.rProps.label': 'Set Custom Component Properties',
|
|
208
|
+
'todo.actionList.sysSetFormItemStatus.label': 'Set Form Control Status',
|
|
209
|
+
'todo.actionList.sysSetFormItemStatus.classification.0.label': 'Common',
|
|
210
|
+
'todo.actionList.sysSetFormItemStatus.classification.1.label': 'Data Settings',
|
|
211
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.label': 'Component Configuration',
|
|
212
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.label': 'Component Selection',
|
|
213
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': '仅支持选择非渲染容器下的“表单”组件',
|
|
214
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.0.title': 'Clear Selected',
|
|
215
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.prefix': 'Display',
|
|
216
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.selected': 'Selected',
|
|
217
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.all': 'All',
|
|
218
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.label': 'Content',
|
|
219
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.description': 'Need to accept an object array in the format [{"attrCode": "item_order_name","status": 2}]',
|
|
220
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.label': 'Option Form Code Field',
|
|
221
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.description': 'Node alias of form code field attrCode',
|
|
222
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.3.label': 'Option Value Field',
|
|
223
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.3.description': 'Node alias of form status field status (1 edit, 2 hidden, 3 disabled, 4 read-only)',
|
|
224
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titlePrefix': 'Content Configuration',
|
|
225
|
+
'todo.actionList.sysSetFormItemStatus.remarks.0.label': 'Use Case',
|
|
226
|
+
'todo.actionList.sysSetFormItemStatus.remarks.0.content': 'Supports batch status control of controls within forms, for example: return field codes and status values through services or other methods, and set whether corresponding controls within forms are editable, hidden, etc. based on status values. Status values are: 1 edit, 2 hidden, 3 disabled, 4 read-only \n\n Only supports current page forms. If you need to control forms in business components or other containers, please configure in business components',
|
|
227
|
+
'todo.actionList.sysSetFormItemStatus.remarks.1.label': 'Configuration Description',
|
|
228
|
+
'todo.actionList.sysSetFormItemStatus.remarks.1.content': 'Select the content node of the returned data, set the value fields for field codes and status values, and set the control status based on status values',
|
|
229
|
+
'todo.actionList.customPrintOrExport.label': 'Custom Print/Export',
|
|
230
|
+
'todo.actionList.customPrintOrExport.todoOptions.operateType.label': 'Operation Type',
|
|
231
|
+
'todo.actionList.customPrintOrExport.todoOptions.customSelectComp.label': 'Select Print Component',
|
|
232
|
+
'todo.actionList.customPrintOrExport.todoOptions.waterMarkFlag.label': 'Export Watermark',
|
|
233
|
+
'todo.actionList.customPrintOrExport.todoOptions.waterMarkFlag.labelTip': 'Only takes effect when the application enables watermark function, My Application - Settings - Application Settings - Watermark Settings',
|
|
234
|
+
'todo.actionList.customPrintOrExport.todoOptions.fileName.label': 'Custom File Name',
|
|
235
|
+
'todo.actionList.customPrintOrExport.todoOptions.fileName.labelTip': 'When file name is not set, it will be the page name, excluding suffix, e.g.: Custom File Name',
|
|
236
|
+
'todo.actionList.customPrintOrExport.classification.common.label': 'Common',
|
|
237
|
+
'todo.actionList.getValue.label': 'Get Current Value',
|
|
238
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.select.titlePrefix': 'Dropdown Selected Value',
|
|
239
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.select.description': 'Property value of currently selected item',
|
|
240
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.titlePrefix': 'Tab Selected Key',
|
|
241
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.description': 'Unique identifier of currently selected tab',
|
|
242
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.default.titlePrefix': 'Current Value',
|
|
243
|
+
'todo.actionList.reloadOptions.label': 'Reload Options',
|
|
244
|
+
'todo.actionList.clearOptions.label': 'Clear Options',
|
|
245
|
+
'todo.actionList.clearValue.label': 'Clear Value',
|
|
246
|
+
'todo.actionList.setLoading.label': 'Control Loading',
|
|
247
|
+
'todo.actionList.setLoading.todoOptions.loading.label': 'Is Loading',
|
|
248
|
+
'todo.actionList.setLoading.todoOptions.loading.props.options.0.title': 'Yes',
|
|
249
|
+
'todo.actionList.setLoading.todoOptions.loading.props.options.1.title': 'No',
|
|
250
|
+
'todo.actionList.setValue.label': 'Control Assignment',
|
|
251
|
+
'todo.actionList.setValue.todoOptions.compid.label': 'Component Selection',
|
|
252
|
+
'todo.actionList.setValue.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
253
|
+
'todo.actionList.setValue.todoOptions.valueList.label': 'Component Assignment',
|
|
254
|
+
'todo.actionList.setValue.todoOptions.valueList.props.titleLink.0.title': 'Clear Assignment',
|
|
255
|
+
'todo.actionList.setModalSelectValue.label': 'Control Assignment',
|
|
256
|
+
'todo.actionList.setModalSelectValue.todoOptions.value.label': 'Content',
|
|
257
|
+
'todo.actionList.setModalSelectValue.todoOptions.labelKey.label': 'Content Mapping Field',
|
|
258
|
+
'todo.actionList.setModalSelectValue.todoOptions.valueKey.label': 'Value Mapping Field',
|
|
259
|
+
'todo.actionList.setBadgeValue.label': 'Set Badge Value',
|
|
260
|
+
'todo.actionList.setBadgeValue.todoOptions.value.label': 'Content',
|
|
261
|
+
'todo.actionList.triggerRelDataSource.label': 'Linkage Set Dropdown Options',
|
|
262
|
+
'todo.actionList.triggerRelDataSource.todoOptions.target.label': 'Linkage Source',
|
|
263
|
+
'todo.actionList.triggerRelDataSource.todoOptions.arelStaticData.label': 'A End Static Data',
|
|
264
|
+
'todo.actionList.triggerRelDataSource.todoOptions.zrelStaticData.label': 'Z End Static Data',
|
|
265
|
+
'todo.actionList.triggerRelDataSource.todoOptions.custTargetVal.label': 'Custom Trigger Value',
|
|
266
|
+
'todo.actionList.validateMsg.label': 'Validation Message',
|
|
267
|
+
'todo.actionList.validateMsg.todoOptions.validateStatus.label': 'Validation Type',
|
|
268
|
+
'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.0.title': 'Success',
|
|
269
|
+
'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.1.title': 'Info',
|
|
270
|
+
'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.2.title': 'Error',
|
|
271
|
+
'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.3.title': 'Warning',
|
|
272
|
+
'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.4.title': 'Normal',
|
|
273
|
+
'todo.actionList.validateMsg.todoOptions.help.label': 'Validation Text',
|
|
274
|
+
'todo.actionList.validateMsg.todoOptions.help.props.placeholder': 'Please Enter',
|
|
275
|
+
'todo.actionList.setActiveTabPane.label': 'Set Tabs Selected Panel',
|
|
276
|
+
'todo.actionList.setActiveTabPane.todoOptions.activeTabKey.label': 'Tab Selected Key',
|
|
277
|
+
'todo.actionList.setDisable.label': 'Disabled State',
|
|
278
|
+
'todo.actionList.setDisable.todoOptions.compid.label': 'Component Selection',
|
|
279
|
+
'todo.actionList.setDisable.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
280
|
+
'todo.actionList.setDisable.todoOptions.compValueList.label': 'Is Required',
|
|
281
|
+
'todo.actionList.setDisable.todoOptions.compValueList.props.options.0.title': 'Start',
|
|
282
|
+
'todo.actionList.setDisable.todoOptions.compValueList.props.options.1.title': 'Disable',
|
|
283
|
+
'todo.actionList.setDisable.todoOptions.compValueList.props.options.2.title': 'Toggle',
|
|
284
|
+
'todo.actionList.setRequired.label': 'Set Required',
|
|
285
|
+
'todo.actionList.setRequired.todoOptions.compid.label': 'Component Selection',
|
|
286
|
+
'todo.actionList.setRequired.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
287
|
+
'todo.actionList.setRequired.todoOptions.compValueList.label': 'Is Required',
|
|
288
|
+
'todo.actionList.setRequired.todoOptions.compValueList.props.options.0.title': 'Required',
|
|
289
|
+
'todo.actionList.setRequired.todoOptions.compValueList.props.options.1.title': 'Not Required',
|
|
290
|
+
'todo.actionList.setRequired.todoOptions.compValueList.props.options.2.title': 'Toggle',
|
|
291
|
+
'todo.actionList.setVisible.label': 'Control Visibility',
|
|
292
|
+
'todo.actionList.setVisible.todoOptions.compid.label': 'Component Selection',
|
|
293
|
+
'todo.actionList.setVisible.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
294
|
+
'todo.actionList.setVisible.todoOptions.compValueList.label': 'Is Required',
|
|
295
|
+
'todo.actionList.setVisible.todoOptions.compValueList.props.options.0.title': 'Display',
|
|
296
|
+
'todo.actionList.setVisible.todoOptions.compValueList.props.options.1.title': 'Hide',
|
|
297
|
+
'todo.actionList.setVisible.todoOptions.compValueList.props.options.2.title': 'Toggle',
|
|
298
|
+
'todo.actionList.editInlineRow.label': 'Enable Inline Edit for Specified Row',
|
|
299
|
+
'todo.actionList.editInlineRow.todoOptions.inlineeditrow.label': 'Specified Row ID',
|
|
300
|
+
'todo.actionList.saveInlineRow.label': 'Save Current Inline Edit Row',
|
|
301
|
+
'todo.actionList.restoreInlineRow.label': 'Revert All Inline Edit Rows',
|
|
302
|
+
'todo.actionList.setDownloadResponse.label': 'Open/Download Link',
|
|
303
|
+
'todo.actionList.setDownloadResponse.todoOptions.downloadUrl.label': 'Download Link Address',
|
|
304
|
+
'todo.actionList.setDownloadResponse.classification.download.label': 'Download',
|
|
305
|
+
'todo.actionList.saveBlobFile.label': 'File Save',
|
|
306
|
+
'todo.actionList.saveBlobFile.todoOptions.data.label': 'Content',
|
|
307
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.label': 'Custom File Name',
|
|
308
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.labelTip': 'When file name is not set, it will be the original file name',
|
|
309
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.props.placeholder': 'Including suffix, e.g.: Table.xls',
|
|
310
|
+
'todo.actionList.saveBlobFile.classification.download.label': 'Download',
|
|
311
|
+
'todo.actionList.downloadByFileId.label': 'File Download',
|
|
312
|
+
'todo.actionList.downloadByFileId.todoOptions.fileResourceType.label': 'File Resource Type',
|
|
313
|
+
'todo.actionList.downloadByFileId.todoOptions.fileResourceType.props.options.0.title': 'Server Resource',
|
|
314
|
+
'todo.actionList.downloadByFileId.todoOptions.fileResourceType.props.options.1.title': 'File Resource',
|
|
315
|
+
'todo.actionList.downloadByFileId.todoOptions.fileCode.label': 'File Code',
|
|
316
|
+
'todo.actionList.downloadByFileId.todoOptions.data.label': 'File ID',
|
|
317
|
+
'todo.actionList.downloadByFileId.todoOptions.data.labelTip': 'Supports multi-file download in comma-separated or array format, e.g.: 1,2 or $[1,2]$',
|
|
318
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.label': 'Custom File Name',
|
|
319
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.labelTip': 'When file name is not set, it will be the original file name',
|
|
320
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.props.placeholder': 'Including suffix, e.g.: Table.xls',
|
|
321
|
+
'todo.actionList.downloadByFileId.todoOptions.zip.label': 'Single File Compression',
|
|
322
|
+
'todo.actionList.downloadByFileId.todoOptions.zip.labelTip': '默认为单文件不压缩,多文件压缩,若开启单文件压缩为“是”,则不区分单文件/多文件,都压缩。',
|
|
323
|
+
'todo.actionList.downloadByFileId.classification.download.label': 'Download',
|
|
324
|
+
'todo.actionList.downloadByFileId.remarks.0.label': 'Configuration Tip',
|
|
325
|
+
'todo.actionList.downloadByFileId.remarks.0.content': 'If you need to download files uploaded in the configuration state (Page - File Resources) function, please select File Resource. Otherwise, if you need to select file resources in the current platform\'s file server (generally resources uploaded after running the runtime application), please select Server Resource',
|
|
326
|
+
'todo.actionList.downloadByFileId.remarks.1.label': 'Notes',
|
|
327
|
+
'todo.actionList.downloadByFileId.remarks.1.content': 'File download only supports file resources within the low-code platform, external URL download is not currently supported',
|
|
328
|
+
'todo.actionList.callSelfFunc.label': 'Call Page Custom Event',
|
|
329
|
+
'todo.actionList.callSelfFunc.todoOptions.customFuncName.label': 'Custom Event',
|
|
330
|
+
'todo.actionList.callSelfFunc.todoOptions.customFuncParams.label': 'Event Input Parameters',
|
|
331
|
+
'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.0.title': 'Switch to Property',
|
|
332
|
+
'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.1.title': 'Switch to Root Node',
|
|
333
|
+
'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.2.title': 'Clear Assignment',
|
|
334
|
+
'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.title': 'Custom Event Callback(@{options.customFuncName})',
|
|
335
|
+
'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
|
|
336
|
+
'todo.actionList.callSelfFunc.classification.communicate.label': 'Data Communication',
|
|
337
|
+
'todo.actionList.callParentCustomFunc.label': 'Call Parent Page Custom Event',
|
|
338
|
+
'todo.actionList.callParentCustomFunc.todoOptions.pathname.label': 'Page',
|
|
339
|
+
'todo.actionList.callParentCustomFunc.todoOptions.customFuncName.label': 'Custom Event',
|
|
340
|
+
'todo.actionList.callParentCustomFunc.todoOptions.customFuncName.props.titleLink.0.title': 'Refresh',
|
|
341
|
+
'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.label': 'Event Input Parameters',
|
|
342
|
+
'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.0.title': 'Switch to Property',
|
|
343
|
+
'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.1.title': 'Switch to Root Node',
|
|
344
|
+
'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.2.title': 'Clear Assignment',
|
|
345
|
+
'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.title': 'Parent Page Custom Event Callback(@{options.customFuncName})',
|
|
346
|
+
'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.description': 'Parent page custom event callback data',
|
|
347
|
+
'todo.actionList.callParentCustomFunc.classification.communicate.label': 'Data Communication',
|
|
348
|
+
'todo.actionList.callParentCustomFunc.remarks.0.label': 'Use Case',
|
|
349
|
+
'todo.actionList.callParentCustomFunc.remarks.0.content': 'Scenario 1: When Page A loads Page B through page container/business component, this event supports Page B calling Page A events \n Scenario 2: When Page A opens a modal/drawer/popover that is Page B, this event supports Page B calling Page A events \n Scenario 3: When Page A (Page A has page cache enabled) navigates to Page B, this event supports Page B calling Page A events',
|
|
350
|
+
'todo.actionList.callCustomPageFunc.label': 'Call Any Page Custom Event',
|
|
351
|
+
'todo.actionList.callCustomPageFunc.todoOptions.actionTitle.label': 'Action Description',
|
|
352
|
+
'todo.actionList.callCustomPageFunc.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
353
|
+
'todo.actionList.callCustomPageFunc.todoOptions.pathname.label': 'Page',
|
|
354
|
+
'todo.actionList.callCustomPageFunc.todoOptions.customFuncName.label': 'Custom Event',
|
|
355
|
+
'todo.actionList.callCustomPageFunc.todoOptions.customFuncName.props.titleLink.0.title': 'Refresh',
|
|
356
|
+
'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.label': 'Event Input Parameters',
|
|
357
|
+
'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.0.title': 'Switch to Property',
|
|
358
|
+
'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.1.title': 'Switch to Root Node',
|
|
359
|
+
'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.2.title': 'Clear Assignment',
|
|
360
|
+
'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.title': 'Any Page Custom Event Callback(@{options.customFuncName})',
|
|
361
|
+
'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
|
|
362
|
+
'todo.actionList.callCustomPageFunc.classification.communicate.label': 'Data Communication',
|
|
363
|
+
'todo.actionList.callCustomPageFunc.remarks.0.label': 'Notes',
|
|
364
|
+
'todo.actionList.callCustomPageFunc.remarks.0.content': 'The selected page needs to enable caching (e.g., if Page A navigates to Page B and Page B needs to call a custom event on Page A, then Page A must enable caching);',
|
|
365
|
+
'todo.actionList.exportPage.label': 'Page Export',
|
|
366
|
+
'todo.actionList.exportPage.todoOptions.fileName.label': 'File Name',
|
|
367
|
+
'todo.actionList.exportPage.todoOptions.fileName.props.placeholder': 'Please enter the exported file name',
|
|
368
|
+
'todo.actionList.exportPage.todoOptions.type.label': 'Type',
|
|
369
|
+
'todo.actionList.exportPage.todoOptions.type.props.options.0.title': 'PDF',
|
|
370
|
+
'todo.actionList.exportPage.todoOptions.type.props.options.1.title': 'Image',
|
|
371
|
+
'todo.actionList.exportPage.classification.export.label': 'Import & Export',
|
|
372
|
+
'todo.actionList.importCustomData.label': 'Custom Import Data',
|
|
373
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.label': 'Import Service',
|
|
374
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.0.description': 'Only shows orchestration services with file input parameters enabled. Service input parameters need to include impFile (file type) field to receive files and param (object type, optional) field to receive custom parameters',
|
|
375
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.1.description': 'Only shows request layer services used in upload controls. Service input parameters need to include impFile (file type) field to receive files and param (object type, optional) field to receive custom parameters',
|
|
376
|
+
'todo.actionList.importCustomData.todoOptions.accept.label': 'Allowed Upload Files',
|
|
377
|
+
'todo.actionList.importCustomData.todoOptions.accept.labelTip': 'Please enter file extensions, multiple extensions separated by commas, e.g.: .xlsx,.xls,.csv',
|
|
378
|
+
'todo.actionList.importCustomData.todoOptions.custTpl.label': 'Configure Import Template',
|
|
379
|
+
'todo.actionList.importCustomData.todoOptions.custParams.label': 'Custom Parameters',
|
|
380
|
+
'todo.actionList.importCustomData.todoOptions.custTplUrl.label': 'Specify Template Address (Optional)',
|
|
381
|
+
'todo.actionList.importCustomData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
|
|
382
|
+
'todo.actionList.importCustomData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
|
|
383
|
+
'todo.actionList.importCustomData.classification.export.label': 'Import & Export',
|
|
384
|
+
'todo.actionList.setTimeout.label': 'Set Single Timer',
|
|
385
|
+
'todo.actionList.setTimeout.todoOptions.timername.label': 'Timer Name (must be unique within page)',
|
|
386
|
+
'todo.actionList.setTimeout.todoOptions.interval.label': 'Time Interval',
|
|
387
|
+
'todo.actionList.setTimeout.todoOptions.interval.props.addonAfter': 'milliseconds',
|
|
388
|
+
'todo.actionList.setTimeout.classification.timer.label': 'Timer',
|
|
389
|
+
'todo.actionList.setInterval.label': 'Set Interval Timer',
|
|
390
|
+
'todo.actionList.setInterval.todoOptions.timername.label': 'Timer Name (must be unique within page)',
|
|
391
|
+
'todo.actionList.setInterval.todoOptions.interval.label': 'Time Interval',
|
|
392
|
+
'todo.actionList.setInterval.todoOptions.interval.props.addonAfter': 'milliseconds',
|
|
393
|
+
'todo.actionList.setTimer.label': 'Timer',
|
|
394
|
+
'todo.actionList.setTimer.todoOptions.type.label': 'Timer Type',
|
|
395
|
+
'todo.actionList.setTimer.todoOptions.type.props.options.0.title': 'Single Timer',
|
|
396
|
+
'todo.actionList.setTimer.todoOptions.type.props.options.1.title': 'Interval Timer',
|
|
397
|
+
'todo.actionList.setTimer.todoOptions.timername.label': 'Timer Name (must be unique within page)',
|
|
398
|
+
'todo.actionList.setTimer.todoOptions.interval.label': 'Time Interval',
|
|
399
|
+
'todo.actionList.setTimer.todoOptions.interval.props.addonAfter': 'milliseconds',
|
|
400
|
+
'todo.actionList.setTimer.classification.timer.label': 'Timer',
|
|
401
|
+
'todo.actionList.clearTimer.label': 'Close Timer',
|
|
402
|
+
'todo.actionList.clearTimer.todoOptions.targettimer.label': 'Timer Name',
|
|
403
|
+
'todo.actionList.clearTimer.classification.timer.label': 'Timer',
|
|
404
|
+
'todo.actionList.clearData.label': 'Clear Data',
|
|
405
|
+
'todo.actionList.previewFile.label': 'File Preview',
|
|
406
|
+
'todo.actionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
|
|
407
|
+
'todo.actionList.previewFile.classification.page.label': 'Page',
|
|
408
|
+
'todo.actionList.print.label': 'Page Print',
|
|
409
|
+
'todo.actionList.print.todoOptions.compToPrint.label': 'Custom Print Area (Optional)',
|
|
410
|
+
'todo.actionList.print.todoOptions.compToPrint.props.titleLink.0.title': 'Clear Selected',
|
|
411
|
+
'todo.actionList.print.classification.page.label': 'Page',
|
|
412
|
+
'todo.actionList.return.label': 'Exit Event',
|
|
413
|
+
'todo.actionList.return.todoOptions.returnType.label': 'Return Type',
|
|
414
|
+
'todo.actionList.return.todoOptions.returnType.labelTip': '1. Value: Used for data return, such as getting page form data and passing data after exit;<br />\n2. Success: Used for success flag return, will trigger the caller\'s success callback;<br />\n3. Failure: Used for failure flag return, will trigger the caller\'s failure callback.',
|
|
415
|
+
'todo.actionList.return.todoOptions.returnType.props.options.0.title': 'Value',
|
|
416
|
+
'todo.actionList.return.todoOptions.returnType.props.options.1.title': 'Success',
|
|
417
|
+
'todo.actionList.return.todoOptions.returnType.props.options.2.title': 'Failure',
|
|
418
|
+
'todo.actionList.return.todoOptions.returnValue.label': 'Return Content (Optional)',
|
|
419
|
+
'todo.actionList.return.todoOptions.isPreventDefault.label': 'Prevent Default Action (Advanced)',
|
|
420
|
+
'todo.actionList.return.todoOptions.isPreventDefault.props.options.0.title': 'Yes',
|
|
421
|
+
'todo.actionList.return.todoOptions.isPreventDefault.props.options.1.title': 'No',
|
|
422
|
+
'todo.actionList.return.todoOptions.isPreventDefault.labelTip': 'Refers to preventing browser default behavior:<br />\nSuch as preventing opening file picker, preventing file download, etc.',
|
|
423
|
+
'todo.actionList.return.todoOptions.isStopPropagation.label': 'Stop Event Propagation (Advanced)',
|
|
424
|
+
'todo.actionList.return.todoOptions.isStopPropagation.props.options.0.title': 'Yes',
|
|
425
|
+
'todo.actionList.return.todoOptions.isStopPropagation.props.options.1.title': 'No',
|
|
426
|
+
'todo.actionList.return.todoOptions.isStopPropagation.labelTip': 'Refers to only triggering events configured for the current component:<br />\nFor 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 triggers two click events, but stopping event propagation will not execute the blank container\'s click event.',
|
|
427
|
+
'todo.actionList.return.classification.others.label': 'Others',
|
|
428
|
+
'todo.actionList.copyToClipboard.label': 'Copy to Clipboard',
|
|
429
|
+
'todo.actionList.copyToClipboard.todoOptions.copyText.label': 'Copy Content',
|
|
430
|
+
'todo.actionList.copyToClipboard.classification.others.label': 'Common',
|
|
431
|
+
'todo.actionList.setCompState.label': 'Set Business Component State',
|
|
432
|
+
'todo.actionList.setCompState.todoOptions.componentState.label': 'Component State',
|
|
433
|
+
'todo.actionList.setCompState.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
|
|
434
|
+
'todo.actionList.setStepsCurrentValue.label': 'Set Current Step',
|
|
435
|
+
'todo.actionList.setStepsCurrentValue.todoOptions.current.label': 'Current Step',
|
|
436
|
+
'todo.actionList.getStepsCurrentValue.label': 'Get Current Step',
|
|
437
|
+
'todo.actionList.getStepsCurrentValue.todoCallbacks.callback1.fields.0.title': 'Current Step',
|
|
438
|
+
'todo.actionList.getStepsCurrentValue.todoCallbacks.callback1.fields.0.description': 'Index value of current step, counted from 0, used to locate the position of current tab',
|
|
439
|
+
'todo.actionList.refreshLoadMore.label': 'Refresh LoadMore',
|
|
440
|
+
'todo.actionList.refreshLoadMore.todoOptions.loadmoreKey.label': 'Update Parameters',
|
|
441
|
+
'todo.actionList.setDynamicFormValues.label': 'Set Form Data',
|
|
442
|
+
'todo.actionList.setDynamicFormValues.todoOptions.params.label': 'Parameter Assignment',
|
|
443
|
+
'todo.actionList.clearDynamicFormValues.label': 'Reset Form Data',
|
|
444
|
+
'todo.actionList.validateAllAppForm.label': 'Validate All Forms and Get Values',
|
|
445
|
+
'todo.actionList.validateAllAppForm.todoCallbacks.callback1.fields.0.title': 'All Form Data',
|
|
446
|
+
'todo.actionList.validateAllAppForm.todoCallbacks.callback2.fields.0.title': 'First Error Message of Form Validation Failure',
|
|
447
|
+
'todo.actionList.validateAllAppForm.classification.setData.label': 'Data Settings',
|
|
448
|
+
'todo.actionList.setCompFileId.label': 'Set File ID',
|
|
449
|
+
'todo.actionList.setCompFileId.todoOptions.fileId.label': 'File ID',
|
|
450
|
+
'todo.actionList.loadMoreRequest.label': 'Bind Network Request',
|
|
451
|
+
'todo.actionList.loadMoreRequest.todoOptions.url.label': 'Request Address (URL)',
|
|
452
|
+
'todo.actionList.loadMoreRequest.todoOptions.params.label': 'Parameter Assignment',
|
|
453
|
+
'todo.actionList.loadMoreRequest.todoOptions.params.props.titleLink.0.title': 'Clear Assignment',
|
|
454
|
+
'todo.actionList.loadMoreRequest.todoOptions.pageNum.label': 'Page Number Field Name',
|
|
455
|
+
'todo.actionList.loadMoreDataSource.label': 'Load Data Source',
|
|
456
|
+
'todo.actionList.loadMoreDataSource.todoOptions.total.label': 'Total Count',
|
|
457
|
+
'todo.actionList.loadMoreDataSource.todoOptions.data.label': 'Data Source',
|
|
458
|
+
'todo.actionList.dFormSubmit.label': 'Get Form Values After Validation',
|
|
459
|
+
'todo.actionList.dFormSubmit.todoCallbacks.callback1.description': 'Form data object, including: field codes and values',
|
|
460
|
+
'todo.actionList.dFormGetFieldsValue.label': 'Get Form Values',
|
|
461
|
+
'todo.actionList.dFormGetFieldsValue.todoCallbacks.callback1.description': 'Form data object, including: field codes and values',
|
|
462
|
+
'todo.actionList.dFormAllDisabled.label': 'Set Form Editable Status',
|
|
463
|
+
'todo.actionList.dFormAllDisabled.todoOptions.editor.label': 'Is Editable',
|
|
464
|
+
'todo.actionList.dFormAllDisabled.todoOptions.editor.props.options.0.title': 'Yes',
|
|
465
|
+
'todo.actionList.dFormAllDisabled.todoOptions.editor.props.options.1.title': 'No',
|
|
466
|
+
'todo.actionList.setCompChildrenValue.label': 'Assignment',
|
|
467
|
+
'todo.actionList.setCompChildrenValue.todoOptions.value.label': 'Content',
|
|
468
|
+
'todo.actionList.setCompContentValue.label': 'Set Content',
|
|
469
|
+
'todo.actionList.setCompContentValue.todoOptions.value.label': 'Content',
|
|
470
|
+
'todo.actionList.setPageSrc.label': 'Set Page Address',
|
|
471
|
+
'todo.actionList.setPageSrc.todoOptions.pathname.label': 'Page',
|
|
472
|
+
'todo.actionList.setPageSrc.todoOptions.componentState.label': 'Component State',
|
|
473
|
+
'todo.actionList.setPageSrc.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
|
|
474
|
+
'todo.actionList.setSrc.label': 'Set Resource Address',
|
|
475
|
+
'todo.actionList.setSrc.todoOptions.value.label': 'Content',
|
|
476
|
+
'todo.actionList.setRangeValue.label': 'Set Time Range',
|
|
477
|
+
'todo.actionList.setRangeValue.todoOptions.startVal.label': 'Start Value',
|
|
478
|
+
'todo.actionList.setRangeValue.todoOptions.startVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
479
|
+
'todo.actionList.setRangeValue.todoOptions.endVal.label': 'End Value',
|
|
480
|
+
'todo.actionList.setRangeValue.todoOptions.endVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
481
|
+
'todo.actionList.pushScenePage.label': 'Navigate to Scene',
|
|
482
|
+
'todo.actionList.pushScenePage.todoOptions.scene.label': 'Select Scene',
|
|
483
|
+
'todo.actionList.pushScenePage.classification.scene.label': 'Scene',
|
|
484
|
+
'todo.actionList.reloadDataSource.label': 'Refresh Data Source',
|
|
485
|
+
'todo.actionList.reloadDataSource.todoOptions.selectServerDataSource.label': 'Select Data Source',
|
|
486
|
+
'todo.actionList.reloadDataSource.todoOptions.sync.label': 'Data Loading Method',
|
|
487
|
+
'todo.actionList.reloadDataSource.todoOptions.sync.props.options.0.title': 'Async Load',
|
|
488
|
+
'todo.actionList.reloadDataSource.todoOptions.sync.props.options.1.title': 'Sync Load',
|
|
489
|
+
'todo.actionList.reloadDataSource.todoOptions.dataSourceReloadFilter.label': 'Data Source Assignment',
|
|
490
|
+
'todo.actionList.reloadDataSource.todoOptions.dataSourceReloadFilter.props.titleLink.0.title': 'Clear Assignment',
|
|
491
|
+
'todo.actionList.reloadDataSource.classification.common.label': 'Common',
|
|
492
|
+
'todo.actionList.reloadDataSource.classification.dataSource.label': 'Data Source',
|
|
493
|
+
'todo.actionList.setDataSource.label': 'Set Data Source Value',
|
|
494
|
+
'todo.actionList.setDataSource.todoOptions.selectAllDataSource.label': 'Select Data Source',
|
|
495
|
+
'todo.actionList.setDataSource.todoOptions.dataSourceSetValue.label': 'Data Source Assignment',
|
|
496
|
+
'todo.actionList.setDataSource.todoOptions.dataSourceSetValue.props.titleLink.0.title': 'Clear Assignment',
|
|
497
|
+
'todo.actionList.setDataSource.todoOptions.onlySetPatch.label': 'Assignment Range',
|
|
498
|
+
'todo.actionList.setDataSource.todoOptions.onlySetPatch.props.options.0.title': 'Partial Assignment',
|
|
499
|
+
'todo.actionList.setDataSource.todoOptions.onlySetPatch.props.options.1.title': 'Full Assignment',
|
|
500
|
+
'todo.actionList.setDataSource.classification.common.label': 'Common',
|
|
501
|
+
'todo.actionList.setDataSource.classification.dataSource.label': 'Data Source',
|
|
502
|
+
'todo.actionList.resetDataSource.label': 'Clear Data Source Value',
|
|
503
|
+
'todo.actionList.resetDataSource.todoOptions.selectAllDataSource.label': 'Select Data Source',
|
|
504
|
+
'todo.actionList.resetDataSource.classification.common.label': 'Common',
|
|
505
|
+
'todo.actionList.resetDataSource.classification.dataSource.label': 'Data Source',
|
|
506
|
+
'todo.actionList.sendMessageIframe.label': 'Send Message to Web Container',
|
|
507
|
+
'todo.actionList.sendMessageIframe.todoOptions.value.label': 'Content',
|
|
508
|
+
'todo.actionList.sendMessageIframe.remarks.0.label': 'Use Case',
|
|
509
|
+
'todo.actionList.sendMessageIframe.remarks.0.content': 'Used for message interaction with Web container, need to coordinate with Web container developers.',
|
|
510
|
+
'todo.actionList.getLocalLocation.label': 'Get Current Location',
|
|
511
|
+
'todo.actionList.getLocalLocation.todoOptions.mapType.label': 'Preview Method',
|
|
512
|
+
'todo.actionList.getLocalLocation.todoOptions.mapType.props.options.0.title': 'Baidu Map',
|
|
513
|
+
'todo.actionList.getLocalLocation.todoOptions.mapType.props.options.1.title': 'Amap',
|
|
514
|
+
'todo.actionList.getLocalLocation.todoOptions.mapKey.label': 'Map Key',
|
|
515
|
+
'todo.actionList.getLocalLocation.todoOptions.mapKey.props.placeholder': 'Please enter map key',
|
|
516
|
+
'todo.actionList.getLocalLocation.todoOptions.securityKey.label': 'Security Key (Amap)',
|
|
517
|
+
'todo.actionList.getLocalLocation.todoOptions.securityKey.props.placeholder': 'Please enter map security key',
|
|
518
|
+
'todo.actionList.getLocalLocation.todoOptions.locationAlways.label': 'Continuous Location',
|
|
519
|
+
'todo.actionList.getLocalLocation.todoOptions.locationOutputType.label': 'Location Output Coordinate System',
|
|
520
|
+
'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.0.title': 'Geodetic Coordinate System',
|
|
521
|
+
'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.1.title': 'Mars Coordinate System',
|
|
522
|
+
'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.2.title': 'Baidu Coordinate System',
|
|
523
|
+
'todo.actionList.getLocalLocation.todoOptions.locationAddress.label': 'Need Address Information',
|
|
524
|
+
'todo.actionList.getLocalLocation.todoCallbacks.callback1.fields.0.title': 'Location Success Callback',
|
|
525
|
+
'todo.actionList.getLocalLocation.todoCallbacks.callback2.fields.0.title': 'Location Failure Callback',
|
|
526
|
+
'todo.actionList.getLocalLocation.classification.others.label': 'Others',
|
|
527
|
+
'todo.actionList.getLocalLocation.remarks.0.label': 'Use Case',
|
|
528
|
+
'todo.actionList.getLocalLocation.remarks.0.content': 'Using Baidu/Amap JS-SDK for location positioning has accuracy issues. If your scenario requires high precision, such as in APP, please use JS to call native APP to get location information.',
|
|
529
|
+
'todo.actionList.getLocalLocation.remarks.1.label': 'Notes',
|
|
530
|
+
'todo.actionList.getLocalLocation.remarks.1.content': 'In browser or APP, please enable corresponding location permissions! Since Chrome, iOS10, etc. no longer support browser location requests for non-secure domains, to ensure location success rate and accuracy, please upgrade your site to HTTPS as soon as possible (Baidu Map official address: https://lbsyun.baidu.com/index.php?title=jspopular3.0/guide/getkey \nAmap official address: https://lbs.amap.com/api/javascript-api/guide/abc/prepare). According to legal regulations, conversion of any type of coordinates to GPS coordinates is not supported. When "Location Output Coordinate System" selects geodetic coordinate system, the output is the map\'s native coordinate system.\nWhen map type is Amap and address information is needed, Amap map security key must be entered, otherwise address information cannot be obtained.',
|
|
531
|
+
'todo.actionList.startVerificationCodeCountdown.label': 'Start Countdown',
|
|
532
|
+
'todo.actionList.resetVerificationCodeCountdown.label': 'Reset Countdown',
|
|
533
|
+
'todo.actionList.setVerificationCodeImageUrl.label': 'Set Image Address',
|
|
534
|
+
'todo.actionList.setVerificationCodeImageUrl.todoOptions.verificationCodeUrl.label': 'Verification Code Image Address',
|
|
535
|
+
'todo.actionList.removeTransferKeys.label': 'Remove Right List Values',
|
|
536
|
+
'todo.actionList.removeTransferKeys.todoOptions.transferValue.label': 'Content',
|
|
537
|
+
'todo.actionList.removeTransferKeys.todoOptions.transferValue.props.placeholder': 'Please enter values to delete, multiple values separated by commas, e.g.: 1,2,3',
|
|
538
|
+
'todo.actionList.addTransferKeys.label': 'Set Right List Values',
|
|
539
|
+
'todo.actionList.addTransferKeys.todoOptions.transferValue.label': 'Content',
|
|
540
|
+
'todo.actionList.addTransferKeys.todoOptions.transferValue.props.placeholder': 'Please enter values to add, multiple values separated by commas, e.g.: 1,2,3',
|
|
541
|
+
'todo.actionList.setTransferLeftTitle.label': 'Set Left Title',
|
|
542
|
+
'todo.actionList.setTransferLeftTitle.todoOptions.value.label': 'Content',
|
|
543
|
+
'todo.actionList.setTransferRightTitle.label': 'Set Right Title',
|
|
544
|
+
'todo.actionList.setTransferRightTitle.todoOptions.value.label': 'Content',
|
|
545
|
+
'todo.actionList.loadLineChartData.label': 'Load Data',
|
|
546
|
+
'todo.actionList.loadLineChartData.todoOptions.xLineName.label': 'X Axis Field Name',
|
|
547
|
+
'todo.actionList.loadLineChartData.todoOptions.yLineName.label': 'Y Axis Field Name',
|
|
548
|
+
'todo.actionList.loadLineChartData.todoOptions.lineChartData.label': 'Data Source',
|
|
549
|
+
'todo.actionList.loadSingleProgressData.label': 'Load Data',
|
|
550
|
+
'todo.actionList.loadSingleProgressData.todoOptions.spCount.label': 'Current Count',
|
|
551
|
+
'todo.actionList.loadSingleProgressData.todoOptions.spTotal.label': 'Total Count',
|
|
552
|
+
'todo.actionList.loadSingleProgressData.todoOptions.spRightNode.label': 'Right Text',
|
|
553
|
+
'todo.actionList.loadDonutChartData.label': 'Load Data',
|
|
554
|
+
'todo.actionList.loadDonutChartData.todoOptions.donutX.label': 'X Axis Field Name',
|
|
555
|
+
'todo.actionList.loadDonutChartData.todoOptions.donutY.label': 'Y Axis Field Name',
|
|
556
|
+
'todo.actionList.loadDonutChartData.todoOptions.donutData.label': 'Data Source',
|
|
557
|
+
'todo.actionList.loadDonutChartData.todoOptions.donutSumText.label': 'Total Data',
|
|
558
|
+
'todo.actionList.loadMultipleProgressData.label': 'Load Data',
|
|
559
|
+
'todo.actionList.loadMultipleProgressData.todoOptions.mpData.label': 'Data Source',
|
|
560
|
+
'todo.actionList.loadMultipleProgressData.todoOptions.mpData.props.placeholder': 'Format: [{count:xx, color:xx, label:xx},...]',
|
|
561
|
+
'todo.actionList.loadGroupColumnData.label': 'Load Data',
|
|
562
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcXName.label': 'X Axis Field Name',
|
|
563
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcLegendParams.label': 'Legend Content',
|
|
564
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcLegendParams.props.placeholder': 'Format: [{label:xx(description), value:xx(corresponding data source value field)},...]',
|
|
565
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcData.label': 'Data Source',
|
|
566
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcData.props.placeholder': 'Format: [{name:xx, xx:xx, xx:xx, ...},...]',
|
|
567
|
+
'todo.actionList.loadSmallColumnarData.label': 'Load Data',
|
|
568
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scXName.label': 'X Axis Field Name',
|
|
569
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scYName.label': 'Y Axis Field Name',
|
|
570
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scData.label': 'Data Source',
|
|
571
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scData.props.placeholder': 'Format: [{xx:xx, xx:xx, color:xx(set this parameter when color needs to be specified) },...]',
|
|
572
|
+
'todo.actionList.loadStackColumnData.label': 'Load Data',
|
|
573
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcXName.label': 'X Axis Field Name',
|
|
574
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcLegendParams.label': 'Legend Content',
|
|
575
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcLegendParams.props.placeholder': 'Format: [{label:xx, value:xx},...]',
|
|
576
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcData.label': 'Data Source',
|
|
577
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcData.props.placeholder': 'Format: [{xx:xx, xx:xx, ... },...]',
|
|
578
|
+
'todo.actionList.setMenuOpenKey.label': 'Set Expanded Items',
|
|
579
|
+
'todo.actionList.setMenuOpenKey.todoOptions.value.label': 'Content',
|
|
580
|
+
'todo.actionList.clearMenuOpenKey.label': 'Clear Expanded Items',
|
|
581
|
+
'todo.actionList.setInlineCollapsed.label': 'Toggle Inline Menu',
|
|
582
|
+
'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.label': 'Is Collapsed',
|
|
583
|
+
'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.0.title': 'Collapse',
|
|
584
|
+
'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.1.title': 'Expand',
|
|
585
|
+
'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.2.title': 'Toggle',
|
|
586
|
+
'todo.actionList.reloadTransferData.label': 'Load Data',
|
|
587
|
+
'todo.actionList.getLoopListValues.label': '获取选中项',
|
|
588
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.title': 'Selected Key(@{name})',
|
|
589
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.description': 'In loop list selection mode, the identifier collection of currently selected data',
|
|
590
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.title': 'Selected Data(@{name})',
|
|
591
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.description': 'In loop list selection mode, the data collection currently selected',
|
|
592
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.2.title': 'Selected Index Value(@{name})',
|
|
593
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.2.description': 'Index value collection of clicked loop item in the list, counted from 0, used to locate the position of clicked item in the list',
|
|
594
|
+
'todo.actionList.setSelectAllValues.label': 'Set All Selected',
|
|
595
|
+
'todo.actionList.setExpandedKey.label': 'Expand Specified Node',
|
|
596
|
+
'todo.actionList.setExpandedKey.todoOptions.value.label': 'Content',
|
|
597
|
+
'todo.actionList.closeExpandedKey.label': 'Collapse Specified Node',
|
|
598
|
+
'todo.actionList.closeExpandedKey.todoOptions.value.label': 'Content',
|
|
599
|
+
'todo.actionList.reloadSelectorData.label': 'Load Data',
|
|
600
|
+
'todo.actionList.reloadSelectorData.todoOptions.data.label': 'Content',
|
|
601
|
+
'todo.actionList.reloadSelectorData.todoOptions.labelKey.label': 'Option Content Field',
|
|
602
|
+
'todo.actionList.reloadSelectorData.todoOptions.valueKey.label': 'Option Value Field',
|
|
603
|
+
'todo.actionList.reloadSelectorData.todoOptions.descriptionKey.label': 'Option Description Field',
|
|
604
|
+
'todo.actionList.reloadSelectorData.todoOptions.disabledKey.label': 'Option Disabled Field',
|
|
605
|
+
'todo.actionList.setSelectorDisabelItems.label': 'Set Option Disabled',
|
|
606
|
+
'todo.actionList.setSelectorDisabelItems.todoOptions.disabledKeys.label': 'Value/Index',
|
|
607
|
+
'todo.actionList.swipeNext.label': 'Switch to Next',
|
|
608
|
+
'todo.actionList.swipePrev.label': 'Switch to Previous',
|
|
609
|
+
'todo.actionList.swipeTo.label': 'Switch to Specified Index',
|
|
610
|
+
'todo.actionList.swipeTo.todoOptions.swiperIndex.label': 'Index',
|
|
611
|
+
'todo.actionList.swipeTo.todoOptions.swiperIndex.props.placeholder': 'Please Enter',
|
|
612
|
+
'todo.actionList.refreshPictureVerifyCode.label': 'Refresh Verification Code',
|
|
613
|
+
'todo.actionList.mediaControl.label': 'Media Control',
|
|
614
|
+
'todo.actionList.mediaControl.todoOptions.updateMediaState.label': 'State Settings',
|
|
615
|
+
'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.0.title': 'Play',
|
|
616
|
+
'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.1.title': 'Pause',
|
|
617
|
+
'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.2.title': 'Toggle',
|
|
618
|
+
'todo.actionList.setBlockSelectData.label': 'Set Loop Block Data Source',
|
|
619
|
+
'todo.actionList.setBlockSelectData.todoOptions.value.label': 'Content',
|
|
620
|
+
'todo.actionList.setBlockSelectSelectedData.label': 'Set Selected Items',
|
|
621
|
+
'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.label': 'Control Type',
|
|
622
|
+
'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
|
|
623
|
+
'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.props.options.1.title': 'Loop Item Index',
|
|
624
|
+
'todo.actionList.setBlockSelectSelectedData.todoOptions.value.label': 'Content',
|
|
625
|
+
'todo.actionList.setBlockSelectHiddenData.label': 'Control Visibility',
|
|
626
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.label': 'Visibility Settings',
|
|
627
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.0.title': 'Display',
|
|
628
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.1.title': 'Hide',
|
|
629
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.2.title': 'Toggle',
|
|
630
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.label': 'Control Type',
|
|
631
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
|
|
632
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.props.options.1.title': 'Loop Item Index',
|
|
633
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.value.label': 'Content',
|
|
634
|
+
'todo.actionList.setBlockSelectStateData.label': 'Set Loop Item Status',
|
|
635
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.disabled.label': 'State Settings',
|
|
636
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.0.title': 'Start',
|
|
637
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.1.title': 'Disable',
|
|
638
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.2.title': 'Toggle',
|
|
639
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.selectType.label': 'Control Type',
|
|
640
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
|
|
641
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.selectType.props.options.1.title': 'Loop Item Index',
|
|
642
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.value.label': 'Content',
|
|
643
|
+
'todo.actionList.reloadGanttData.label': 'Load Project Implementation Progress Data',
|
|
644
|
+
'todo.actionList.reloadGanttData.todoOptions.data.label': 'Content',
|
|
645
|
+
'todo.actionList.value.label': 'Get Value',
|
|
646
|
+
'todo.actionList.value.todoCallbacks.callback1.fields.0.title': 'Current Value(@{name})',
|
|
647
|
+
'todo.actionList.value.todoCallbacks.callback1.fields.0.description': 'Content of current control',
|
|
648
|
+
'todo.actionList.clearMobileValue.label': 'Clear Value',
|
|
649
|
+
'todo.actionList.setMobileValue.label': 'Control Assignment',
|
|
650
|
+
'todo.actionList.setMobileValue.todoOptions.compid.label': 'Component Selection',
|
|
651
|
+
'todo.actionList.setMobileValue.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
652
|
+
'todo.actionList.setMobileValue.todoOptions.valueList.label': 'Component Assignment',
|
|
653
|
+
'todo.actionList.setMobileValue.todoOptions.valueList.props.titleLink.0.title': 'Clear Assignment',
|
|
654
|
+
'todo.actionList.setMobileFormDisabled.label': 'Disabled State',
|
|
655
|
+
'todo.actionList.setMobileFormEditor.label': 'Edit State',
|
|
656
|
+
'todo.actionList.setEditor.label': 'Edit State',
|
|
657
|
+
'todo.actionList.setMobileFormVisible.label': 'Control Visibility',
|
|
658
|
+
'todo.actionList.setMobileFormVisible.todoOptions.visible.label': 'Visibility Settings',
|
|
659
|
+
'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.0.title': 'Display',
|
|
660
|
+
'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.1.title': 'Hide',
|
|
661
|
+
'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.2.title': 'Toggle',
|
|
662
|
+
'todo.actionList.setFormItemDataSource.label': 'Set Option Values',
|
|
663
|
+
'todo.actionList.setFormItemDataSource.todoOptions.data.label': 'Content',
|
|
664
|
+
'todo.actionList.getFormItemValue.label': 'Get Selected Data Object',
|
|
665
|
+
'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.title': 'Selected Data @{name}',
|
|
666
|
+
'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.description': 'Data list of currently selected values',
|
|
667
|
+
'todo.actionList.addDebugger.label': 'Add Breakpoint (Use with Caution)',
|
|
668
|
+
'todo.actionList.addDebugger.classification.debug.label': 'Debug',
|
|
669
|
+
'todo.actionList.reload.label': 'Page Refresh',
|
|
670
|
+
'todo.actionList.reload.classification.page.label': 'Page',
|
|
671
|
+
'todo.actionList.switchAppTabs.label': 'Switch Page',
|
|
672
|
+
'todo.actionList.switchAppTabs.todoOptions.value.label': 'Content',
|
|
673
|
+
'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.title': 'Current Page Index @{name}',
|
|
674
|
+
'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.description': 'Tab index, counted from 0, used to locate the position of current tab',
|
|
675
|
+
'todo.actionList.changeContent.label': 'Modify Content',
|
|
676
|
+
'todo.actionList.changeContent.todoOptions.name.label': 'Modify Name',
|
|
677
|
+
'todo.actionList.changeContent.todoOptions.name.props.placeholder': 'Please enter name',
|
|
678
|
+
'todo.actionList.changeContent.todoOptions.icon.label': 'Modify Icon',
|
|
679
|
+
'todo.actionList.changeContent.todoOptions.icon.props.placeholder': 'Please select icon',
|
|
680
|
+
'todo.actionList.getDformStatus.label': 'Get Form Edit Status',
|
|
681
|
+
'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.title': 'Form Edit Status',
|
|
682
|
+
'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.description': 'Form current edit status: true(disabled), false(editable)',
|
|
683
|
+
'todo.actionList.customActionCode.label': 'Custom Code Block',
|
|
684
|
+
'todo.actionList.customActionCode.todoOptions.actionTitle.label': 'Action Description',
|
|
685
|
+
'todo.actionList.customActionCode.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
686
|
+
'todo.actionList.customActionCode.todoOptions.editorCode.label': 'Custom Content',
|
|
687
|
+
'todo.actionList.customActionCode.todoCallbacks.callback1.fields.0.title': 'Success Callback Value',
|
|
688
|
+
'todo.actionList.customActionCode.todoCallbacks.callback2.fields.0.title': 'Failure Callback Value',
|
|
689
|
+
'todo.actionList.customActionCode.classification.others.label': 'Others',
|
|
690
|
+
'todo.actionList.customActionCode.remarks.0.label': 'Notes',
|
|
691
|
+
'todo.actionList.customActionCode.remarks.0.content': 'If you need to work with exit event, please add return true in the code block',
|
|
692
|
+
'todo.actionList.getItemFromLocalStorage.label': 'Get Local Data',
|
|
693
|
+
'todo.actionList.getItemFromLocalStorage.todoOptions.key.label': 'Node Key Value Field',
|
|
694
|
+
'todo.actionList.getItemFromLocalStorage.todoCallbacks.callback1.fields.0.title': 'Local Data Value',
|
|
695
|
+
'todo.actionList.getItemFromLocalStorage.classification.others.label': 'Others',
|
|
696
|
+
'todo.actionList.setItemToLocalStorage.label': 'Save Local Data',
|
|
697
|
+
'todo.actionList.setItemToLocalStorage.todoOptions.key.label': 'Field Name',
|
|
698
|
+
'todo.actionList.setItemToLocalStorage.todoOptions.key.props.placeholder': 'Please enter field name value, must be in English',
|
|
699
|
+
'todo.actionList.setItemToLocalStorage.todoOptions.value.label': 'Content',
|
|
700
|
+
'todo.actionList.setItemToLocalStorage.classification.others.label': 'Others',
|
|
701
|
+
'todo.actionList.prev.label': 'Previous',
|
|
702
|
+
'todo.actionList.next.label': 'Next',
|
|
703
|
+
'todo.actionList.goTo.label': 'Go to Page',
|
|
704
|
+
'todo.actionList.goTo.todoOptions.value.label': 'Content',
|
|
705
|
+
'todo.actionList.reloadTransferData.todoOptions.data.label': 'Content',
|
|
706
|
+
'todo.actionList.swipeNext.todoCallbacks.success.fields.0.title': '@{name} Target Index',
|
|
707
|
+
'todo.actionList.swipeNext.todoCallbacks.success.fields.1.title': '@{name} Target Item',
|
|
708
|
+
'todo.actionList.swipeNext.todoCallbacks.fail.fields.0.title': '@{name} Error Message',
|
|
709
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
710
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.1.title.selected': 'Show Selected',
|
|
711
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.1.title.all': 'Show All',
|
|
712
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.formItemList.label': 'Content',
|
|
713
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.formItemList.description': 'Need to accept an object array in the format [{"attrCode": "item_order_name","status": 2}]',
|
|
714
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.label': 'Option Form Code Field',
|
|
715
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.description': 'Node alias of form code field attrCode',
|
|
716
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.valueKey.label': 'Option Value Field',
|
|
717
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.valueKey.description': 'Node alias of form status field status (1 edit, 2 hidden, 3 disabled, 4 read-only)',
|
|
718
|
+
'todo.actionList.customPrintOrExport.classification.0.label': 'Common',
|
|
719
|
+
'todo.actionList.showMessage.todoOptions.type.label': 'Type',
|
|
720
|
+
'todo.actionList.showMessage.todoOptions.type.props.options.0.title': 'Success',
|
|
721
|
+
'todo.actionList.showMessage.todoOptions.type.props.options.1.title': 'Info',
|
|
722
|
+
'todo.actionList.showMessage.todoOptions.type.props.options.2.title': 'Warning',
|
|
723
|
+
'todo.actionList.showMessage.todoOptions.type.props.options.3.title': 'Error',
|
|
724
|
+
'todo.actionList.showMessage.todoOptions.type.props.options.4.title': '加载动画',
|
|
725
|
+
'todo.actionList.showMessage.todoOptions.value.label': 'Content',
|
|
726
|
+
'todo.actionList.showMessage.todoOptions.duration.label': 'Loading Duration',
|
|
727
|
+
'todo.actionList.showMessage.todoOptions.duration.props.addonAfter': 'seconds',
|
|
728
|
+
'todo.actionList.showMessage.classification.modal.label': 'Message & Modal',
|
|
729
|
+
'todo.actionList.showMessage.remarks.0.label': 'Notes',
|
|
730
|
+
'todo.actionList.showMessage.remarks.0.content': 'When loading duration is 0, it means always show loading. When loading duration is greater than 0, it means show loading for the set time',
|
|
731
|
+
'todo.actionList.hideMessage.label': 'Close Message Prompt',
|
|
732
|
+
'todo.actionList.hideMessage.classification.modal.label': 'Message & Modal',
|
|
733
|
+
'todo.actionList.apiRequest.label': 'Send Request',
|
|
734
|
+
'todo.actionList.apiRequest.todoOptions.actionTitle.label': 'Action Description',
|
|
735
|
+
'todo.actionList.apiRequest.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
736
|
+
'todo.actionList.apiRequest.todoOptions.sync.label': 'Data Loading Method',
|
|
737
|
+
'todo.actionList.apiRequest.todoOptions.sync.props.options.0.title': 'Async Load',
|
|
738
|
+
'todo.actionList.apiRequest.todoOptions.sync.props.options.1.title': 'Sync Load',
|
|
739
|
+
'todo.actionList.apiRequest.todoOptions.url.label': 'Request Address (URL)',
|
|
740
|
+
'todo.actionList.apiRequest.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
741
|
+
'todo.actionList.apiRequest.todoOptions.params.label': 'Parameter Assignment',
|
|
742
|
+
'todo.actionList.apiRequest.todoOptions.params.extraGroups.0.subLabel': 'Clear Assignment',
|
|
743
|
+
'todo.actionList.apiRequest.classification.0.label': 'Common',
|
|
744
|
+
'todo.actionList.apiRequest.classification.1.label': 'Service Request',
|
|
745
|
+
'todo.actionList.JSBridge.label': 'JS Call Native Method',
|
|
746
|
+
'todo.actionList.JSBridge.todoOptions.method.label': 'Method Name',
|
|
747
|
+
'todo.actionList.JSBridge.todoOptions.method.props.placeholder': 'e.g.: openCamera',
|
|
748
|
+
'todo.actionList.JSBridge.todoOptions.androidWebName.label': 'Android Container Name',
|
|
749
|
+
'todo.actionList.JSBridge.todoOptions.androidWebName.props.placeholder': 'Default: Android',
|
|
750
|
+
'todo.actionList.JSBridge.todoOptions.androidSuccessFunName.label': 'Android Success Callback Method Name',
|
|
751
|
+
'todo.actionList.JSBridge.todoOptions.androidSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[for Android success callback H5]',
|
|
752
|
+
'todo.actionList.JSBridge.todoOptions.iOSSuccessFunName.label': 'iOS Success Callback Method Name',
|
|
753
|
+
'todo.actionList.JSBridge.todoOptions.iOSSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[for iOS success callback H5]',
|
|
754
|
+
'todo.actionList.JSBridge.todoOptions.androidFailFunName.label': 'Android Failure Callback Method Name',
|
|
755
|
+
'todo.actionList.JSBridge.todoOptions.androidFailFunName.props.placeholder': 'e.g.: openCameraFail[for Android failure callback H5]',
|
|
756
|
+
'todo.actionList.JSBridge.todoOptions.iOSFailFunName.label': 'iOS Failure Callback Method Name',
|
|
757
|
+
'todo.actionList.JSBridge.todoOptions.iOSFailFunName.props.placeholder': 'e.g.: openCameraFail[for iOS failure callback H5]',
|
|
758
|
+
'todo.actionList.JSBridge.todoOptions.flowCustParams.label': 'Custom Parameters',
|
|
759
|
+
'todo.actionList.JSBridge.todoCallbacks.callback1.title': 'Native Method Success Callback Parameters',
|
|
760
|
+
'todo.actionList.JSBridge.todoCallbacks.callback2.title': 'Native Method Failure Callback Parameters',
|
|
761
|
+
'todo.actionList.JSBridge.classification.others.label': 'Others',
|
|
762
|
+
'todo.actionList.sysSetState.label': 'Set Component Status',
|
|
763
|
+
'todo.actionList.sysSetState.todoOptions.compid.label': 'Component Selection',
|
|
764
|
+
'todo.actionList.sysSetState.todoOptions.compid.labelTip': '组件无“状态”属性时,组件不能选中',
|
|
765
|
+
'todo.actionList.sysSetState.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
766
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.label': 'Set Component Status',
|
|
767
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.labelTip': '1. Component status settings have no order requirement</br>2. If form component has status set and components within form do not have status set, then form component status applies; conversely, if components within form have status set, then component status applies',
|
|
768
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.props.options.0.title': 'Normal',
|
|
769
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.props.options.1.title': 'Hide',
|
|
770
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.props.options.2.title': 'Disable',
|
|
771
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.props.options.3.title': 'Read-only',
|
|
772
|
+
'todo.actionList.sysSetState.classification.0.label': 'Common',
|
|
773
|
+
'todo.actionList.sysSetState.classification.1.label': 'Show/Hide',
|
|
774
|
+
'todo.actionList.callCurrentFunc.label': 'Call Custom Event',
|
|
775
|
+
'todo.actionList.callCurrentFunc.todoOptions.pathname.label': 'Page',
|
|
776
|
+
'todo.actionList.callCurrentFunc.todoOptions.customFuncName.label': 'Custom Event',
|
|
777
|
+
'todo.actionList.callCurrentFunc.todoOptions.customFuncName.props.titleLink.0.title': 'Refresh',
|
|
778
|
+
'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.label': 'Event Input Parameters',
|
|
779
|
+
'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.0.title': 'Switch to Property',
|
|
780
|
+
'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.1.title': 'Switch to Root Node',
|
|
781
|
+
'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.2.title': 'Clear Assignment',
|
|
782
|
+
'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.title': 'Custom Event Callback(@{options.customFuncName})',
|
|
783
|
+
'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
|
|
784
|
+
'todo.actionList.scanCode.label': 'Scan QR Code/Barcode',
|
|
785
|
+
'todo.actionList.scanCode.todoOptions.scanType.label': 'Image Type',
|
|
786
|
+
'todo.actionList.scanCode.todoOptions.scanType.labelTip': 'Different image types have different decoders, please select image type according to actual scenario.',
|
|
787
|
+
'todo.actionList.scanCode.todoOptions.scanType.props.options.0.title': 'QR Code',
|
|
788
|
+
'todo.actionList.scanCode.todoOptions.scanType.props.options.1.title': 'Barcode',
|
|
789
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.label': 'Scan Target',
|
|
790
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.labelTip': 'Page Component: Applicable when scan target is [Image Component] and is in current page.\nImage ID: Applicable when scan target is [uploaded image], can be parsed after upload. Uploaded to platform\'s built-in file server.\nImage Address: Applicable when scan target is image link address, e.g.: image link address returned after uploading to business party\'s file system.\nOther: Currently supports images in base64 format.',
|
|
791
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.props.options.0.title': 'Page Component',
|
|
792
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.props.options.1.title': 'Image ID',
|
|
793
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.props.options.2.title': 'Image Address',
|
|
794
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.props.options.3.title': 'Others',
|
|
795
|
+
'todo.actionList.scanCode.todoOptions.scanSource.comp.label': 'Page Component',
|
|
796
|
+
'todo.actionList.scanCode.todoOptions.scanSource.comp.props.placeholder': 'Please select image component',
|
|
797
|
+
'todo.actionList.scanCode.todoOptions.scanSource.comp.props.titleLink.0.title': 'Clear Selected',
|
|
798
|
+
'todo.actionList.scanCode.todoOptions.scanSource.fileId.label': 'Image ID',
|
|
799
|
+
'todo.actionList.scanCode.todoOptions.scanSource.url.label': 'Image Address',
|
|
800
|
+
'todo.actionList.scanCode.todoOptions.scanSource.other.label': 'Others',
|
|
801
|
+
'todo.actionList.scanCode.todoCallbacks.callback1.fields.0.title': 'Scan Content',
|
|
802
|
+
'todo.actionList.scanCode.classification.scan.label': 'Scan',
|
|
803
|
+
'todo.actionList.scanCode.remarks.0.label': 'Use Case',
|
|
804
|
+
'todo.actionList.scanCode.remarks.0.content': 'This function is not supported in IE. Supported barcode encoding formats are: code_128_reader (default), ean_reader, ean_8_reader, code_39_reader, code_39_vin_reader, codabar_reader, upc_reader, upc_e_reader, i2of5_reader, 2of5_reader, code_93_reade;\nQR code images outside QR-Code format do not support Chinese character recognition;',
|
|
805
|
+
'todo.actionList.apiRequestByFlow.label': 'Trigger Workflow',
|
|
806
|
+
'todo.actionList.apiRequestByFlow.todoOptions.sync.label': 'Data Loading Method',
|
|
807
|
+
'todo.actionList.apiRequestByFlow.todoOptions.sync.props.options.0.title': 'Async Load',
|
|
808
|
+
'todo.actionList.apiRequestByFlow.todoOptions.sync.props.options.1.title': 'Sync Load',
|
|
809
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowUrl.label': 'Workflow Request Interface',
|
|
810
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowType.label': 'Workflow Type',
|
|
811
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.0.title': 'Start',
|
|
812
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.1.title': 'Approve',
|
|
813
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.2.title': 'Reject',
|
|
814
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.3.title': 'Transfer',
|
|
815
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.4.title': 'General',
|
|
816
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowCode.label': 'Select Workflow',
|
|
817
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowWorkOrderId.label': 'Business Work Order ID',
|
|
818
|
+
'todo.actionList.apiRequestByFlow.todoOptions.workOrderType.label': 'Business Work Order Type',
|
|
819
|
+
'todo.actionList.apiRequestByFlow.todoOptions.configDealUserId.label': 'Specify Handler',
|
|
820
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowBtnActionType.label': 'Button Action Type',
|
|
821
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowAuditDesc.label': 'Approval Comment',
|
|
822
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowFileId.label': 'Attachment ID',
|
|
823
|
+
'todo.actionList.apiRequestByFlow.classification.request.label': 'Service Request',
|
|
824
|
+
'todo.actionList.openFlowPage.label': 'Workflow Page Navigation',
|
|
825
|
+
'todo.actionList.openFlowPage.todoOptions.flowWorkId.label': 'Workflow Instance ID',
|
|
826
|
+
'todo.actionList.openFlowPage.todoOptions.workItemId.label': 'Work Order ID',
|
|
827
|
+
'todo.actionList.openFlowPage.todoOptions.flowTabStepVisible.label': 'Show Workflow Instance Diagram',
|
|
828
|
+
'todo.actionList.openFlowPage.todoOptions.flowTimelineVisible.label': 'Show Workflow Trail',
|
|
829
|
+
'todo.actionList.openFlowPage.todoOptions.flowCustParams.label': 'Custom Parameters',
|
|
830
|
+
'todo.actionList.openFlowPage.classification.page.label': 'Page',
|
|
831
|
+
'todo.actionList.rollbackFlow.label': 'Workflow Rollback',
|
|
832
|
+
'todo.actionList.rollbackFlow.todoOptions.flowExtraParams.label': 'Target Node',
|
|
833
|
+
'todo.actionList.rollbackFlow.classification.page.label': 'Page',
|
|
834
|
+
'todo.actionList.openFlowDiagram.label': 'Open Workflow Instance Diagram',
|
|
835
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.label': 'Select Instance Diagram Type',
|
|
836
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.0.title': 'Current Workflow Instance Diagram',
|
|
837
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.1.title': 'Specified Main Workflow Instance Diagram',
|
|
838
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramFlowCode.label': 'Select Workflow',
|
|
839
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramWorkOrderId.label': 'Business Order ID',
|
|
840
|
+
'todo.actionList.openFlowDiagram.classification.page.label': 'Page',
|
|
841
|
+
'todo.actionList.console.label': 'Print Log',
|
|
842
|
+
'todo.actionList.console.todoOptions.value.label': 'Content',
|
|
843
|
+
'todo.actionList.console.classification.debug.label': 'Debug',
|
|
844
|
+
'todo.actionList.sysSetVisible.label': 'Control Visibility',
|
|
845
|
+
'todo.actionList.sysSetVisible.todoOptions.compid.label': 'Component Selection',
|
|
846
|
+
'todo.actionList.sysSetVisible.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
847
|
+
'todo.actionList.sysSetVisible.todoOptions.compValueList.label': 'Is Visible',
|
|
848
|
+
'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.0.title': 'Display',
|
|
849
|
+
'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.1.title': 'Hide',
|
|
850
|
+
'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.2.title': 'Toggle',
|
|
851
|
+
'todo.actionList.sysSetVisible.classification.0.label': 'Common',
|
|
852
|
+
'todo.actionList.sysSetVisible.classification.1.label': 'Show/Hide',
|
|
853
|
+
'todo.actionList.sysSetValue.label': 'Control Assignment',
|
|
854
|
+
'todo.actionList.sysSetValue.todoOptions.compid.label': 'Component Selection',
|
|
855
|
+
'todo.actionList.sysSetValue.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
856
|
+
'todo.actionList.sysSetValue.todoOptions.valueList.label': 'Component Assignment',
|
|
857
|
+
'todo.actionList.sysSetValue.todoOptions.valueList.props.titleLink.0.title': 'Clear Assignment',
|
|
858
|
+
'todo.actionList.sysSetValue.classification.0.label': 'Common',
|
|
859
|
+
'todo.actionList.sysSetValue.classification.1.label': 'Data Settings',
|
|
860
|
+
'todo.actionList.setDownloadResponse.classification.0.label': 'Download',
|
|
861
|
+
'todo.actionList.saveBlobFile.classification.0.label': 'Download',
|
|
862
|
+
'todo.actionList.downloadByFileId.classification.0.label': 'Download',
|
|
863
|
+
'todo.actionList.setUploadProps.label': '设置上传参数',
|
|
864
|
+
'todo.actionList.setUploadProps.todoOptions.url.label': 'Request Address (URL)',
|
|
865
|
+
'todo.actionList.setUploadProps.todoOptions.uploadProps.label': '上传参数',
|
|
866
|
+
'todo.actionList.setUploadChange.label': '上传值改变',
|
|
867
|
+
'todo.actionList.setUploadChange.todoOptions.url.label': 'Request Address (URL)',
|
|
868
|
+
'todo.actionList.setTimeout.classification.0.label': 'Timer',
|
|
869
|
+
'todo.actionList.setTimer.classification.0.label': 'Timer',
|
|
870
|
+
'todo.actionList.clearTimer.classification.0.label': 'Timer',
|
|
871
|
+
'todo.actionList.validateAllAppForm.classification.0.label': 'Data Settings',
|
|
872
|
+
'todo.actionList.sysSetDisable.label': 'Disabled State',
|
|
873
|
+
'todo.actionList.sysSetDisable.todoOptions.compid.label': 'Component Selection',
|
|
874
|
+
'todo.actionList.sysSetDisable.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
875
|
+
'todo.actionList.sysSetDisable.todoOptions.compValueList.label': '是否禁用',
|
|
876
|
+
'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.0.title': 'Start',
|
|
877
|
+
'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.1.title': 'Disable',
|
|
878
|
+
'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.2.title': 'Toggle',
|
|
879
|
+
'todo.actionList.sysSetDisable.classification.0.label': 'Common',
|
|
880
|
+
'todo.actionList.sysSetDisable.classification.1.label': 'Data Settings',
|
|
881
|
+
'todo.actionList.sysSetRequired.label': 'Set Required',
|
|
882
|
+
'todo.actionList.sysSetRequired.todoOptions.compid.label': 'Component Selection',
|
|
883
|
+
'todo.actionList.sysSetRequired.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
884
|
+
'todo.actionList.sysSetRequired.todoOptions.compValueList.label': 'Is Required',
|
|
885
|
+
'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.0.title': 'Required',
|
|
886
|
+
'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.1.title': 'Not Required',
|
|
887
|
+
'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.2.title': 'Toggle',
|
|
888
|
+
'todo.actionList.sysSetRequired.classification.0.label': 'Common',
|
|
889
|
+
'todo.actionList.sysSetRequired.classification.1.label': 'Data Settings',
|
|
890
|
+
'todo.actionList.pushScenePage.classification.0.label': 'Scene',
|
|
891
|
+
'todo.actionList.reloadDataSource.classification.0.label': 'Common',
|
|
892
|
+
'todo.actionList.reloadDataSource.classification.1.label': 'Data Source',
|
|
893
|
+
'todo.actionList.setDataSource.classification.0.label': 'Common',
|
|
894
|
+
'todo.actionList.setDataSource.classification.1.label': 'Data Source',
|
|
895
|
+
'todo.actionList.resetDataSource.classification.0.label': 'Common',
|
|
896
|
+
'todo.actionList.resetDataSource.classification.1.label': 'Data Source',
|
|
897
|
+
'todo.actionList.postObjectData.label': '提交业务对象数据',
|
|
898
|
+
'todo.actionList.postObjectData.todoOptions.sync.label': 'Data Loading Method',
|
|
899
|
+
'todo.actionList.postObjectData.todoOptions.sync.props.options.0.title': 'Async Load',
|
|
900
|
+
'todo.actionList.postObjectData.todoOptions.sync.props.options.1.title': 'Sync Load',
|
|
901
|
+
'todo.actionList.postObjectData.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
|
|
902
|
+
'todo.actionList.postObjectData.todoOptions.hasEventExtService.label': '需要开启服务扩展',
|
|
903
|
+
'todo.actionList.postObjectData.todoOptions.hasEventExtService.props.options.0.title': 'Yes',
|
|
904
|
+
'todo.actionList.postObjectData.todoOptions.hasEventExtService.props.options.1.title': 'No',
|
|
905
|
+
'todo.actionList.postObjectData.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
|
|
906
|
+
'todo.actionList.postObjectData.classification.0.label': 'Common',
|
|
907
|
+
'todo.actionList.postObjectData.classification.1.label': 'Service Request',
|
|
908
|
+
'todo.actionList.postObjectData.remarks.0.label': 'Use Case',
|
|
909
|
+
'todo.actionList.postObjectData.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
|
|
910
|
+
'todo.actionList.postObjectData.remarks.1.label': 'Configuration Description',
|
|
911
|
+
'todo.actionList.postObjectData.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
|
|
912
|
+
'todo.actionList.postObjectAndStartFlow.label': '提交业务对象并发起流程',
|
|
913
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.sync.label': 'Data Loading Method',
|
|
914
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.sync.props.options.0.title': 'Async Load',
|
|
915
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.sync.props.options.1.title': 'Sync Load',
|
|
916
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
|
|
917
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.packageCode.label': '流程编码',
|
|
918
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.debugFlowPackageCode.label': '调试用流程编码',
|
|
919
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.label': '业务表单',
|
|
920
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.placeholder': '请选择业务表单',
|
|
921
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.titleLink.0.title': 'Clear Selected',
|
|
922
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.label': '下节点处理人类型',
|
|
923
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.0.title': '人员',
|
|
924
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.1.title': '组织',
|
|
925
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.2.title': '岗位',
|
|
926
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyId.label': '下节点处理人ID',
|
|
927
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.label': '需要开启服务扩展',
|
|
928
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.props.options.0.title': 'Yes',
|
|
929
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.props.options.1.title': 'No',
|
|
930
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
|
|
931
|
+
'todo.actionList.postObjectAndStartFlow.classification.flow.label': '流程类',
|
|
932
|
+
'todo.actionList.postObjectAndStartFlow.remarks.0.label': 'Use Case',
|
|
933
|
+
'todo.actionList.postObjectAndStartFlow.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
|
|
934
|
+
'todo.actionList.postObjectAndStartFlow.remarks.1.label': '配置规则',
|
|
935
|
+
'todo.actionList.postObjectAndStartFlow.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
|
|
936
|
+
'todo.actionList.updateObjectAndChangeFlow.label': '更新业务对象并流转流程',
|
|
937
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.label': 'Data Loading Method',
|
|
938
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.props.options.0.title': 'Async Load',
|
|
939
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.props.options.1.title': 'Sync Load',
|
|
940
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
|
|
941
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.label': '流转动作',
|
|
942
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.0.title': '正常流转',
|
|
943
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.1.title': '回退',
|
|
944
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.2.title': '自由流转',
|
|
945
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.label': '回退类型',
|
|
946
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.labelTip': 'ra:回退到发起节点<br />rb:回退到配置态指定的节点<br />rc:回退到用户指定的节点(选此类型,则节点ID或节点业务编码必填其一)<br />rdo:回退到上一次处理的节点<br />re:回退到上游节点<br />rf:结束流程',
|
|
947
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.0.title': '回退发起节点',
|
|
948
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.1.title': '指定回退节点',
|
|
949
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.2.title': '回退到用户指定的节点',
|
|
950
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.3.title': '回退到上一次处理的节点',
|
|
951
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.4.title': '回退到上游节点',
|
|
952
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.5.title': '回退上游节点',
|
|
953
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.workOrderId.label': 'Work Order ID',
|
|
954
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.orderId.label': '定单ID',
|
|
955
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.label': '业务表单',
|
|
956
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.placeholder': '请选择业务表单',
|
|
957
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.titleLink.0.title': 'Clear Selected',
|
|
958
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.label': '审批表单',
|
|
959
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.placeholder': '请选择审批表单',
|
|
960
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.titleLink.0.title': 'Clear Selected',
|
|
961
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.label': '本节点其他工单是否自动回单',
|
|
962
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.props.options.0.title': 'Yes',
|
|
963
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.props.options.1.title': 'No',
|
|
964
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetTacheId.label': '节点ID(和节点业务编码选填一个即可)',
|
|
965
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': '节点业务编码',
|
|
966
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': '跳转目标节点ID(和跳转目标节点业务编码选填一个即可)',
|
|
967
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': '跳转目标节点业务编码',
|
|
968
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': '下节点处理人类型',
|
|
969
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.0.title': '人员',
|
|
970
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.1.title': '组织',
|
|
971
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.2.title': '岗位',
|
|
972
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': '下节点处理人ID',
|
|
973
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.label': '需要开启服务扩展',
|
|
974
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.props.options.0.title': 'Yes',
|
|
975
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.props.options.1.title': 'No',
|
|
976
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
|
|
977
|
+
'todo.actionList.updateObjectAndChangeFlow.classification.flow.label': '流程类',
|
|
978
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.0.label': 'Use Case',
|
|
979
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
|
|
980
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.1.label': '配置规则',
|
|
981
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
|
|
982
|
+
'todo.actionList.applyWeChatUserInfo.label': '申请微信用户信息授权',
|
|
983
|
+
'todo.actionList.applyWeChatUserInfo.todoOptions.url.label': '授权后重定向的回调链接地址',
|
|
984
|
+
'todo.actionList.applyWeChatUserInfo.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
985
|
+
'todo.actionList.applyWeChatUserInfo.classification.wxAbility.label': '微信公众能力',
|
|
986
|
+
'todo.actionList.applyWeChatUserInfo.remarks.0.label': 'Use Case',
|
|
987
|
+
'todo.actionList.applyWeChatUserInfo.remarks.0.content': '用于在微信环境里申请用户信息的授权,授权后在重定向回调页面的页面事件(获取微信授权信息)中获取对应的用户信息。',
|
|
988
|
+
'todo.actionList.applyWeChatUserInfo.remarks.1.label': 'Configuration Description',
|
|
989
|
+
'todo.actionList.applyWeChatUserInfo.remarks.1.content': '重定向回调的链接地址需使用域名地址,且该域名需要在微信公众平台官网中的「设置与开发」-「功能设置」-「网页授权域名」里已配置。',
|
|
990
|
+
'todo.actionList.wxUpdateAppMessageShareData.label': '自定义“分享给朋友”及“分享到QQ”的内容',
|
|
991
|
+
'todo.actionList.wxUpdateAppMessageShareData.todoOptions.title.label': '分享标题',
|
|
992
|
+
'todo.actionList.wxUpdateAppMessageShareData.todoOptions.desc.label': '分享描述',
|
|
993
|
+
'todo.actionList.wxUpdateAppMessageShareData.todoOptions.link.label': '分享链接',
|
|
994
|
+
'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
|
|
995
|
+
'todo.actionList.wxUpdateAppMessageShareData.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
996
|
+
'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': '微信公众能力',
|
|
997
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.0.label': 'Use Case',
|
|
998
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.0.content': '用于在微信环境里,自定义“分享给朋友”及“分享到QQ”的内容,该方法需要在用户点击分享前调用',
|
|
999
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.1.label': 'Configuration Description',
|
|
1000
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前应用对应的公众号JS安全域名一致',
|
|
1001
|
+
'todo.actionList.wxUpdateTimelineShareData.label': '自定义“分享到朋友圈”及“分享到QQ空间”的内容',
|
|
1002
|
+
'todo.actionList.wxUpdateTimelineShareData.todoOptions.title.label': '分享标题',
|
|
1003
|
+
'todo.actionList.wxUpdateTimelineShareData.todoOptions.link.label': '分享链接',
|
|
1004
|
+
'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
|
|
1005
|
+
'todo.actionList.wxUpdateTimelineShareData.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
1006
|
+
'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': '微信公众能力',
|
|
1007
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.0.label': 'Use Case',
|
|
1008
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.0.content': '用于在微信环境里,自定义“分享到朋友圈”及“分享到QQ空间”的内容,该方法需要在用户点击分享前调用',
|
|
1009
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.1.label': 'Configuration Description',
|
|
1010
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前页面对应的公众号JS安全域名一致',
|
|
1011
|
+
'todo.actionList.wxOpenLocation.label': '使用微信内置地图查看位置',
|
|
1012
|
+
'todo.actionList.wxOpenLocation.todoOptions.latitude.label': '纬度',
|
|
1013
|
+
'todo.actionList.wxOpenLocation.todoOptions.longitude.label': '经度',
|
|
1014
|
+
'todo.actionList.wxOpenLocation.todoOptions.name.label': '位置名称',
|
|
1015
|
+
'todo.actionList.wxOpenLocation.todoOptions.address.label': '地址详情说明',
|
|
1016
|
+
'todo.actionList.wxOpenLocation.todoOptions.scale.label': '地图缩放级别(范围从1~28。默认为最大)',
|
|
1017
|
+
'todo.actionList.wxOpenLocation.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
1018
|
+
'todo.actionList.wxOpenLocation.classification.wxAbility.label': '微信公众能力',
|
|
1019
|
+
'todo.actionList.wxOpenLocation.remarks.0.label': 'Use Case',
|
|
1020
|
+
'todo.actionList.wxOpenLocation.remarks.0.content': '用于在微信环境里,使用微信内置地图查看位置接口',
|
|
1021
|
+
'todo.actionList.wxGetLocation.label': '获取微信定位信息',
|
|
1022
|
+
'todo.actionList.wxGetLocation.todoOptions.locationType.label': '坐标类型',
|
|
1023
|
+
'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.0.title': 'GPS坐标',
|
|
1024
|
+
'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.1.title': '火星坐标',
|
|
1025
|
+
'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.title': '成功败回调',
|
|
1026
|
+
'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.description': 'latitude:纬度,longitude:经度,speed:速度(米/每秒),accuracy:位置精度',
|
|
1027
|
+
'todo.actionList.wxGetLocation.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
1028
|
+
'todo.actionList.wxGetLocation.classification.wxAbility.label': '微信公众能力',
|
|
1029
|
+
'todo.actionList.wxGetLocation.remarks.0.label': 'Use Case',
|
|
1030
|
+
'todo.actionList.wxGetLocation.remarks.0.content': '用于在微信环境里,获取微信定位信息。',
|
|
1031
|
+
'todo.actionList.wxChooseImage.label': '微信拍照或从相册获取照片',
|
|
1032
|
+
'todo.actionList.wxChooseImage.todoOptions.count.label': '照片选择数量(最多9张)',
|
|
1033
|
+
'todo.actionList.wxChooseImage.todoOptions.sourceType.label': '图片来源',
|
|
1034
|
+
'todo.actionList.wxChooseImage.todoOptions.sourceType.props.options.0.title': '相册',
|
|
1035
|
+
'todo.actionList.wxChooseImage.todoOptions.sourceType.props.options.1.title': '相机',
|
|
1036
|
+
'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
|
|
1037
|
+
'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.description': 'localIds: 返回选定照片的本地ID列表。localId可以作为img标签的src属性显示图片',
|
|
1038
|
+
'todo.actionList.wxChooseImage.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
1039
|
+
'todo.actionList.wxChooseImage.classification.wxAbility.label': '微信公众能力',
|
|
1040
|
+
'todo.actionList.wxChooseImage.remarks.0.label': 'Use Case',
|
|
1041
|
+
'todo.actionList.wxChooseImage.remarks.0.content': '用于在微信环境里,拍照或从手机相册中选图接口',
|
|
1042
|
+
'todo.actionList.wxPreviewImage.label': '微信预览图片',
|
|
1043
|
+
'todo.actionList.wxPreviewImage.todoOptions.current.label': '当前显示图片的http链接',
|
|
1044
|
+
'todo.actionList.wxPreviewImage.todoOptions.urls.label': '需要预览的图片http链接列表',
|
|
1045
|
+
'todo.actionList.wxPreviewImage.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
1046
|
+
'todo.actionList.wxPreviewImage.classification.wxAbility.label': '微信公众能力',
|
|
1047
|
+
'todo.actionList.wxPreviewImage.remarks.0.label': 'Use Case',
|
|
1048
|
+
'todo.actionList.wxPreviewImage.remarks.0.content': '用于在微信环境里,调用微信能力预览图片',
|
|
1049
|
+
'todo.actionList.wxUploadImage.label': '微信上传图片',
|
|
1050
|
+
'todo.actionList.wxUploadImage.todoOptions.localId.label': '上传的图片的本地ID(由“微信拍照或从相册获取照片”事件获得)',
|
|
1051
|
+
'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
|
|
1052
|
+
'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
|
|
1053
|
+
'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId:图片的服务器端ID',
|
|
1054
|
+
'todo.actionList.wxUploadImage.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
1055
|
+
'todo.actionList.wxUploadImage.classification.wxAbility.label': '微信公众能力',
|
|
1056
|
+
'todo.actionList.wxUploadImage.remarks.0.label': 'Use Case',
|
|
1057
|
+
'todo.actionList.wxUploadImage.remarks.0.content': '用于在微信环境里,上传图片到微信服务器。上传图片有效期3天,可用微信多媒体接口下载图片到自己的服务器,此处获得的 serverId 即 media_id, 也可用“微信下载图片”方法下载图片到本地。',
|
|
1058
|
+
'todo.actionList.wxDownloadImage.label': '微信下载图片',
|
|
1059
|
+
'todo.actionList.wxDownloadImage.todoOptions.serverId.label': '需要下载的图片的服务器端ID(由“微信上传图片”事件获得)',
|
|
1060
|
+
'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
|
|
1061
|
+
'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
|
|
1062
|
+
'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId:图片下载后的本地ID',
|
|
1063
|
+
'todo.actionList.wxDownloadImage.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
1064
|
+
'todo.actionList.wxDownloadImage.classification.wxAbility.label': '微信公众能力',
|
|
1065
|
+
'todo.actionList.wxDownloadImage.remarks.0.label': 'Use Case',
|
|
1066
|
+
'todo.actionList.wxDownloadImage.remarks.0.content': '用于在微信环境里,将存在微信服务器里的图片下载到本地浏览器缓存中。',
|
|
1067
|
+
'todo.actionList.wxGetLocalImgData.label': '微信获取本地图片数据',
|
|
1068
|
+
'todo.actionList.wxGetLocalImgData.todoOptions.localId.label': '图片的本地ID(由“微信拍照或从相册获取照片”或“微信下载图片”获得)',
|
|
1069
|
+
'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': '压缩比例(0~1)',
|
|
1070
|
+
'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.title': '成功败回调',
|
|
1071
|
+
'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData: 图片的base64数据,可以用img标签显示。',
|
|
1072
|
+
'todo.actionList.wxGetLocalImgData.todoCallbacks.callback2.fields.0.title': '失败回调',
|
|
1073
|
+
'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': '微信公众能力',
|
|
1074
|
+
'todo.actionList.wxGetLocalImgData.remarks.0.label': '注意',
|
|
1075
|
+
'todo.actionList.wxGetLocalImgData.remarks.0.content': '此接口仅在 iOS WKWebview 下提供,用于兼容 iOS WKWebview 不支持 localId 直接显示图片的问题。',
|
|
1076
|
+
'todo.actionList.openFloatWindow.label': '打开悬浮窗口',
|
|
1077
|
+
'todo.actionList.openFloatWindow.todoOptions.location.label': '浮窗位置',
|
|
1078
|
+
'todo.actionList.openFloatWindow.todoOptions.location.props.options.0.title': '左侧',
|
|
1079
|
+
'todo.actionList.openFloatWindow.todoOptions.location.props.options.1.title': '右侧',
|
|
1080
|
+
'todo.actionList.openFloatWindow.todoOptions.size.label': '窗口尺寸',
|
|
1081
|
+
'todo.actionList.openFloatWindow.todoOptions.windowPage.label': '选择页面',
|
|
1082
|
+
'todo.actionList.openFloatWindow.todoOptions.componentState.label': 'Component State',
|
|
1083
|
+
'todo.actionList.openFloatWindow.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
|
|
1084
|
+
'todo.actionList.openFloatWindow.classification.page.label': 'Page',
|
|
1085
|
+
'todo.actionList.openFloatWindow.remarks.0.label': 'Configuration Description',
|
|
1086
|
+
'todo.actionList.openFloatWindow.remarks.0.content': '悬浮于页面一侧,适用于快速获取帮助,无需切换页面,如客服助手。',
|
|
1087
|
+
'todo.actionList.callAiService.label': 'Call AI Service',
|
|
1088
|
+
'todo.actionList.callAiService.todoOptions.actionTitle.label': 'Action Description',
|
|
1089
|
+
'todo.actionList.callAiService.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
1090
|
+
'todo.actionList.callAiService.todoOptions.url.label': 'Select Service',
|
|
1091
|
+
'todo.actionList.callAiService.todoOptions.compid.label': 'Content Display Component',
|
|
1092
|
+
'todo.actionList.callAiService.todoOptions.compid.props.placeholder': 'Please select component to display streaming return content',
|
|
1093
|
+
'todo.actionList.callAiService.todoOptions.compid.props.titleLink.0.title': 'Clear Selected',
|
|
1094
|
+
'todo.actionList.callAiService.todoOptions.params.label': 'Parameter Assignment',
|
|
1095
|
+
'todo.actionList.callAiService.todoOptions.params.extraGroups.0.subLabel': 'Clear Assignment',
|
|
1096
|
+
'todo.actionList.callAiService.classification.request.label': 'Service Request',
|
|
1097
|
+
'todo.actionList.closeAiService.label': 'Close AI Service',
|
|
1098
|
+
'todo.actionList.closeAiService.todoOptions.actionTitle.label': 'Action Description',
|
|
1099
|
+
'todo.actionList.closeAiService.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
1100
|
+
'todo.actionList.closeAiService.todoOptions.url.label': 'Select Service',
|
|
1101
|
+
'todo.actionList.closeAiService.classification.request.label': 'Service Request',
|
|
1102
|
+
'todo.actionList.callFuncComp.todoCallbacks.callback1.fields.titlePrefix': 'Functional Component Callback Parameters',
|
|
1103
|
+
'todo.actionList.setSubTabsData.label': 'Set Sub Tab Data',
|
|
1104
|
+
'todo.actionList.setSubTabsData.todoOptions.data.label': 'Content',
|
|
1105
|
+
'todo.actionList.setTabsData.label': 'Set Tab Content',
|
|
1106
|
+
'todo.actionList.setTabsData.todoOptions.data.label': 'Content',
|
|
1107
|
+
'todo.actionList.setTabsData.todoOptions.key.label': 'Key Field',
|
|
1108
|
+
'todo.actionList.setTabsData.todoOptions.title.label': 'Title Field',
|
|
1109
|
+
'todo.actionList.setTabsData.todoOptions.status.label': 'Status Field',
|
|
1110
|
+
'todo.actionList.setTabsData.todoOptions.badge.label': 'Badge Value Field',
|
|
1111
|
+
'todo.actionList.setTabsData.remarks.0.label': 'Use Case',
|
|
1112
|
+
'todo.actionList.setTabsData.remarks.0.content': 'Supports dynamic loading of title, status, etc. For example: return title, status, badge value by key value through service or other methods, tab displays data according to key value. Status values are: 1 display, 2 hide',
|
|
1113
|
+
'todo.actionList.setTabsData.remarks.1.label': 'Configuration Description',
|
|
1114
|
+
'todo.actionList.setTabsData.remarks.1.content': 'Select the content node of returned data (object array type), set value fields for key, title, status. Values can be obtained from custom, page values, context, data source, etc.',
|
|
1115
|
+
'todo.actionList.setHref.label': 'Set Link Address',
|
|
1116
|
+
'todo.actionList.setHref.todoOptions.value.label': 'Content',
|
|
1117
|
+
'todo.actionList.setData.label': 'Set Data',
|
|
1118
|
+
'todo.actionList.setData.todoOptions.value.label': 'Content',
|
|
1119
|
+
'todo.actionList.callFishParentFunc.label': 'Call Parent Window Method',
|
|
1120
|
+
'todo.actionList.callFishParentFunc.todoOptions.funcName.label': 'Function Name',
|
|
1121
|
+
'todo.actionList.callFishParentFunc.todoOptions.funcParams.label': 'Custom Input Parameters',
|
|
1122
|
+
'todo.actionList.callFishParentFunc.classification.communicate.label': 'Data Communication',
|
|
1123
|
+
'todo.actionList.callFishParentFunc.remarks.0.label': 'Notes',
|
|
1124
|
+
'todo.actionList.callFishParentFunc.remarks.0.content': 'Trigger callback: By default, success callback function (successCallback) and failure callback function (failCallback) are passed as additional parameters to the method for call triggering, or can be triggered by returning a Promise object.',
|
|
1125
|
+
'todo.actionList.showModal.label': 'Open Alert',
|
|
1126
|
+
'todo.actionList.showModal.todoOptions.type.label': 'Type',
|
|
1127
|
+
'todo.actionList.showModal.todoOptions.type.props.options.0.title': 'Success',
|
|
1128
|
+
'todo.actionList.showModal.todoOptions.type.props.options.1.title': 'Info',
|
|
1129
|
+
'todo.actionList.showModal.todoOptions.type.props.options.2.title': 'Warning',
|
|
1130
|
+
'todo.actionList.showModal.todoOptions.type.props.options.3.title': 'Error',
|
|
1131
|
+
'todo.actionList.showModal.todoOptions.type.props.options.4.title': '确认',
|
|
1132
|
+
'todo.actionList.showModal.todoOptions.title.label': 'Title',
|
|
1133
|
+
'todo.actionList.showModal.todoOptions.content.label': 'Content',
|
|
1134
|
+
'todo.actionList.showModal.todoOptions.okText.label': 'Confirm Button Text',
|
|
1135
|
+
'todo.actionList.showModal.todoOptions.cancelText.label': 'Cancel Button Text',
|
|
1136
|
+
'todo.actionList.showModal.classification.0.label': 'Common',
|
|
1137
|
+
'todo.actionList.showModal.classification.1.label': 'Message & Modal',
|
|
1138
|
+
'todo.actionList.showCustomModal.label': 'Open Modal/Drawer',
|
|
1139
|
+
'todo.actionList.showCustomModal.todoOptions.modalname.label': 'Modal/Drawer',
|
|
1140
|
+
'todo.actionList.showCustomModal.todoOptions.componentState.label': 'Component State',
|
|
1141
|
+
'todo.actionList.showCustomModal.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
|
|
1142
|
+
'todo.actionList.showCustomModal.classification.0.label': 'Common',
|
|
1143
|
+
'todo.actionList.showCustomModal.classification.1.label': 'Message & Modal',
|
|
1144
|
+
'todo.actionList.showAppCustomModal.label': 'Open Modal',
|
|
1145
|
+
'todo.actionList.showAppCustomModal.todoOptions.modalname.label': 'Modal',
|
|
1146
|
+
'todo.actionList.showAppCustomModal.todoOptions.componentState.label': 'Component State',
|
|
1147
|
+
'todo.actionList.showAppCustomModal.todoOptions.componentState.extraGroups.0.subLabel': 'Component Refresh',
|
|
1148
|
+
'todo.actionList.showAppCustomModal.classification.modal.label': 'Message & Modal',
|
|
1149
|
+
'todo.actionList.showAppCustomModal.remarks.0.label': 'Configuration Suggestion',
|
|
1150
|
+
'todo.actionList.showAppCustomModal.remarks.0.content': 'Confirm callback event execution: In modal page orchestration, selecting trigger parent page confirm callback event will trigger confirm callback event; \n\n Execute when modal disappears: Each time modal disappears will trigger this callback',
|
|
1151
|
+
'todo.actionList.setModalTitle.label': 'Set Modal Title',
|
|
1152
|
+
'todo.actionList.setModalTitle.todoOptions.title.label': 'Modal Title',
|
|
1153
|
+
'todo.actionList.setModalTitle.classification.modal.label': 'Message & Modal',
|
|
1154
|
+
'todo.actionList.showDrawer.label': 'Open Modal/Drawer',
|
|
1155
|
+
'todo.actionList.showDrawer.todoOptions.drawerPath.label': 'Modal/Drawer',
|
|
1156
|
+
'todo.actionList.showDrawer.todoOptions.compState.label': 'Component State',
|
|
1157
|
+
'todo.actionList.showDrawer.classification.modal.label': 'Message & Modal',
|
|
1158
|
+
'todo.actionList.showDrawer.remarks.0.label': 'Configuration Suggestion',
|
|
1159
|
+
'todo.actionList.showDrawer.remarks.0.content': 'Click confirm execution: In modal page orchestration, selecting trigger parent page confirm callback event will trigger confirm callback event; \n Click cancel execution: Clicking cancel will trigger this callback',
|
|
1160
|
+
'todo.actionList.setDrawerTitle.label': 'Set Drawer Title',
|
|
1161
|
+
'todo.actionList.setDrawerTitle.todoOptions.title.label': 'Drawer Title',
|
|
1162
|
+
'todo.actionList.setDrawerTitle.classification.modal.label': 'Message & Modal',
|
|
1163
|
+
'todo.actionList.setPublicState.label': 'Set Page Output Parameters',
|
|
1164
|
+
'todo.actionList.setPublicState.todoOptions.value.label': 'Content',
|
|
1165
|
+
'todo.actionList.getPublicState.label': 'Get Page Output Parameters',
|
|
1166
|
+
'todo.actionList.getPublicState.todoOptions.jsonId.label': 'Page',
|
|
1167
|
+
'todo.actionList.getPublicState.classification.setData.label': 'Data Settings',
|
|
1168
|
+
'todo.actionList.historyPush.label': 'Route Navigation',
|
|
1169
|
+
'todo.actionList.historyPush.todoOptions.pathname.label': 'Page',
|
|
1170
|
+
'todo.actionList.historyPush.todoOptions.search.label': 'URL Parameters',
|
|
1171
|
+
'todo.actionList.historyPush.todoOptions.routerData.label': 'Route Data',
|
|
1172
|
+
'todo.actionList.historyPush.todoOptions.routerData.labelTip': 'Use case: Large data transfer between two page navigations, please first go to the target page to declare corresponding route data! ',
|
|
1173
|
+
'todo.actionList.historyReplace.label': 'Route Replace',
|
|
1174
|
+
'todo.actionList.historyReplace.todoOptions.pathname.label': 'Page',
|
|
1175
|
+
'todo.actionList.historyReplace.todoOptions.search.label': 'URL Parameters',
|
|
1176
|
+
'todo.actionList.historyReplace.todoOptions.routerData.label': 'Route Data',
|
|
1177
|
+
'todo.actionList.history.label': 'Page Navigation',
|
|
1178
|
+
'todo.actionList.history.todoOptions.type.label': 'Type',
|
|
1179
|
+
'todo.actionList.history.todoOptions.type.props.options.0.title': 'Route Navigation',
|
|
1180
|
+
'todo.actionList.history.todoOptions.type.props.options.1.title': 'Route Replace',
|
|
1181
|
+
'todo.actionList.history.todoOptions.type.props.options.2.title': 'New Window',
|
|
1182
|
+
'todo.actionList.history.todoOptions.type.props.options.3.title': 'Portal Navigation',
|
|
1183
|
+
'todo.actionList.history.todoOptions.pathname.label': 'Page',
|
|
1184
|
+
'todo.actionList.history.todoOptions.search.label': 'URL Parameters',
|
|
1185
|
+
'todo.actionList.history.todoOptions.routerData.label': 'Route Data',
|
|
1186
|
+
'todo.actionList.history.classification.page.label': 'Page',
|
|
1187
|
+
'todo.actionList.history.remarks.0.label': 'Configuration Description',
|
|
1188
|
+
'todo.actionList.history.remarks.0.content': 'Route Navigation: Page navigation within Lingxi application;\nRoute Replace: Page will be replaced and reloaded, cannot go back;\nNew Window: Will open a new tab in browser (cannot pass route data);\nPortal Navigation: Within Lingxi platform portal, will create a new tab for navigation (cannot pass route data). ',
|
|
1189
|
+
'todo.actionList.dropPageByCatch.label': 'Page Cache Clear',
|
|
1190
|
+
'todo.actionList.dropPageByCatch.todoOptions.dropPathname.label': 'Page',
|
|
1191
|
+
'todo.actionList.dropPageByCatch.classification.page.label': 'Page',
|
|
1192
|
+
'todo.actionList.historyGoBack.label': 'Page Back',
|
|
1193
|
+
'todo.actionList.historyGoBack.todoOptions.custParams.label': 'Custom Parameters',
|
|
1194
|
+
'todo.actionList.historyGoBack.classification.page.label': 'Page',
|
|
1195
|
+
'todo.actionList.validateForm.label': 'Validate Form and Get Values',
|
|
1196
|
+
'todo.actionList.getFormValue.label': 'Get Form Values',
|
|
1197
|
+
'todo.actionList.setFormValues.label': 'Set Form Data',
|
|
1198
|
+
'todo.actionList.setFormValues.todoOptions.params.label': 'Parameter Assignment',
|
|
1199
|
+
'todo.actionList.setFormValues.todoOptions.params.props.titleLink.0.title': 'Switch to Property',
|
|
1200
|
+
'todo.actionList.setFormValues.todoOptions.params.props.titleLink.1.title': 'Switch to Root Node',
|
|
1201
|
+
'todo.actionList.setTripleFormAction.todoOptions.detailId.label': 'Detail ID',
|
|
1202
|
+
'todo.actionList.validateCurrentForm.todoCallbacks.callback1.description': 'Data of all fields in the current form',
|
|
1203
|
+
'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.description': 'Data of all fields in the current form',
|
|
1204
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.title': '自定义页面数据:@{options.stateName}',
|
|
1205
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.title': '下拉框选中数据(单选)@{name}',
|
|
1206
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.title': '下拉框选中数据(多选)@{name}',
|
|
1207
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.title': '选中节点数据@{name}',
|
|
1208
|
+
'todo.actionList.exportBusiObjectData.label': 'Export Business Object Data',
|
|
1209
|
+
'todo.actionList.exportBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
1210
|
+
'todo.actionList.exportBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
1211
|
+
'todo.actionList.exportBusiObjectData.todoOptions.async.label': 'Async Export',
|
|
1212
|
+
'todo.actionList.exportBusiObjectData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
|
|
1213
|
+
'todo.actionList.exportBusiObjectData.todoOptions.async.props.options.0.title': 'Enable',
|
|
1214
|
+
'todo.actionList.exportBusiObjectData.todoOptions.async.props.options.1.title': 'Disable',
|
|
1215
|
+
'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.label': 'Export Conditions',
|
|
1216
|
+
'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.0.label': 'Query Conditions',
|
|
1217
|
+
'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.1.label': 'Row Primary Key',
|
|
1218
|
+
'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': 'Clear Assignment',
|
|
1219
|
+
'todo.actionList.exportBusiObjectData.todoOptions.custFileName.label': 'Custom File Name',
|
|
1220
|
+
'todo.actionList.exportBusiObjectData.classification.export.label': 'Import & Export',
|
|
1221
|
+
'todo.actionList.exportCustomData.label': 'Custom Export Data',
|
|
1222
|
+
'todo.actionList.exportCustomData.todoOptions.custFileName.label': 'Custom File Name',
|
|
1223
|
+
'todo.actionList.exportCustomData.todoOptions.async.label': 'Async Export',
|
|
1224
|
+
'todo.actionList.exportCustomData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
|
|
1225
|
+
'todo.actionList.exportCustomData.todoOptions.async.props.options.0.title': 'Enable',
|
|
1226
|
+
'todo.actionList.exportCustomData.todoOptions.async.props.options.1.title': 'Disable',
|
|
1227
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.label': 'Sheet Page Settings',
|
|
1228
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.0.custSheetName.label': 'Sheet Page Name',
|
|
1229
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.1.serviceData.label': 'Data Source',
|
|
1230
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.2.filterParams.label': 'Query Conditions',
|
|
1231
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.label': 'Export Fields',
|
|
1232
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.fieldData': 'Field Data',
|
|
1233
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.attrCode': 'Field Code',
|
|
1234
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.attrName': 'Field Name',
|
|
1235
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.label': 'Custom Header Template',
|
|
1236
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.labelTip': 'Can customize export template header based on selected fields',
|
|
1237
|
+
'todo.actionList.exportCustomData.classification.export.label': 'Import & Export',
|
|
1238
|
+
'todo.actionList.importBusiObjectData.label': 'Import Business Object Data',
|
|
1239
|
+
'todo.actionList.importBusiObjectData.todoOptions.name.label': 'Set Template Name',
|
|
1240
|
+
'todo.actionList.importBusiObjectData.todoOptions.name.props.placeholder': 'Please enter template name',
|
|
1241
|
+
'todo.actionList.importBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
1242
|
+
'todo.actionList.importBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
1243
|
+
'todo.actionList.importBusiObjectData.todoOptions.exception.label': 'Import Exception Configuration',
|
|
1244
|
+
'todo.actionList.importBusiObjectData.todoOptions.exception.props.options.0.title': 'Support Partial Import',
|
|
1245
|
+
'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
|
|
1246
|
+
'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
|
|
1247
|
+
'todo.actionList.importBusiObjectData.classification.export.label': 'Import & Export',
|
|
1248
|
+
'todo.actionList.exportSQLServiceData.label': 'Export SQL Query Service Data',
|
|
1249
|
+
'todo.actionList.exportSQLServiceData.todoOptions.sqlServiceCode.label': 'Select SQL Query Service',
|
|
1250
|
+
'todo.actionList.exportSQLServiceData.todoOptions.async.label': 'Async Export',
|
|
1251
|
+
'todo.actionList.exportSQLServiceData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
|
|
1252
|
+
'todo.actionList.exportSQLServiceData.todoOptions.async.props.options.0.title': 'Enable',
|
|
1253
|
+
'todo.actionList.exportSQLServiceData.todoOptions.async.props.options.1.title': 'Disable',
|
|
1254
|
+
'todo.actionList.exportSQLServiceData.todoOptions.sqlServiceFields.label': 'Export Fields',
|
|
1255
|
+
'todo.actionList.exportSQLServiceData.todoOptions.busiObjectFilterParams.label': 'Query Conditions',
|
|
1256
|
+
'todo.actionList.exportSQLServiceData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': 'Clear Assignment',
|
|
1257
|
+
'todo.actionList.exportSQLServiceData.todoOptions.custFileName.label': 'Custom File Name',
|
|
1258
|
+
'todo.actionList.exportSQLServiceData.classification.export.label': 'Import & Export',
|
|
1259
|
+
'todo.actionList.importCustomBusiObjectData.label': 'Custom Import Business Object Data',
|
|
1260
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.name.label': 'Set Template Name',
|
|
1261
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.name.props.placeholder': 'Please enter template name',
|
|
1262
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
1263
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
1264
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.label': 'Import Field Settings',
|
|
1265
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.props.titleLink.0.title.collapse': 'Quick Collapse',
|
|
1266
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.props.titleLink.0.title.expand': 'Quick Expand',
|
|
1267
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.label': 'Parse Only, Do Not Save',
|
|
1268
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.props.options.0.title': 'Yes',
|
|
1269
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.props.options.1.title': 'No',
|
|
1270
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.label': 'Custom Header Template',
|
|
1271
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.labelTip': 'Can customize export template header based on selected fields',
|
|
1272
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.label': 'Template Example Data',
|
|
1273
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.labelTip': 'When importing, the user\'s template file should include example data configuration so users can clearly understand how to correctly fill in data',
|
|
1274
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.exception.label': 'Import Exception Configuration',
|
|
1275
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.exception.props.options.0.title': 'Support Partial Import',
|
|
1276
|
+
'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
|
|
1277
|
+
'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
|
|
1278
|
+
'todo.actionList.importCustomBusiObjectData.classification.export.label': 'Import & Export',
|
|
1279
|
+
'todo.actionList.exportCustomBusiObjectData.label': 'Custom Export Business Object Data',
|
|
1280
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
1281
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
1282
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.async.label': 'Async Export',
|
|
1283
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
|
|
1284
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.async.props.options.0.title': 'Enable',
|
|
1285
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.async.props.options.1.title': 'Disable',
|
|
1286
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFields.label': 'Export Fields',
|
|
1287
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.label': 'Query Conditions',
|
|
1288
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.0.label': 'Query Conditions',
|
|
1289
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.1.label': 'Row Primary Key',
|
|
1290
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': 'Clear Assignment',
|
|
1291
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.custFileName.label': 'Custom File Name',
|
|
1292
|
+
'todo.actionList.exportCustomBusiObjectData.classification.export.label': 'Import & Export',
|
|
1293
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.std.description': 'Only shows orchestration services with file input parameters enabled. Service input parameters need to include impFile (file type) field to receive files and param (object type, optional) field to receive custom parameters',
|
|
1294
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.inner.description': 'Only shows request layer services used in upload controls. Service input parameters need to include impFile (file type) field to receive files and param (object type, optional) field to receive custom parameters',
|
|
1295
|
+
'todo.actionList.getBlockSelectValues.label': '获取选中项',
|
|
1296
|
+
'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.0.title': 'Selected Data Key @{name}',
|
|
1297
|
+
'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.1.title': 'Selected Data @{name}'
|
|
1298
|
+
};
|
|
1299
|
+
var _default = exports.default = todoActionListEnUS;
|