@lingxiteam/assets 4.2.1-alpha.2 → 4.3.2-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/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 +106 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +42 -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 +865 -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 +20 -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 +266 -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 +57 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +97 -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 +583 -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 +13 -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 +127 -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 +106 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +174 -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 +869 -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 +20 -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 +266 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/es/rootConfig/mobile/BusiComp.js +13 -10
- package/es/rootConfig/mobile/MobileModal.js +32 -27
- package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/es/rootConfig/mobile/MobilePopover.js +16 -13
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.d.ts +17 -2
- package/es/rootConfig/mobile/page.js +45 -38
- package/es/rootConfig/pc/BusiComp.js +82 -12
- package/es/rootConfig/pc/Drawer.d.ts +8 -9
- package/es/rootConfig/pc/Drawer.js +116 -46
- package/es/rootConfig/pc/Modal.d.ts +0 -1
- package/es/rootConfig/pc/Modal.js +90 -20
- package/es/rootConfig/pc/Popover.d.ts +0 -1
- package/es/rootConfig/pc/Popover.js +85 -15
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.d.ts +0 -2
- package/es/rootConfig/pc/page.js +91 -22
- package/es/rootConfig/todoActionList.d.ts +1 -0
- package/es/rootConfig/todoActionList.js +1845 -719
- 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 +197 -198
- 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 +112 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +48 -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 +871 -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 +26 -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 +272 -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 +63 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +103 -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 +589 -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 +19 -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 +133 -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 +112 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +180 -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 +875 -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 +26 -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 +272 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/lib/rootConfig/mobile/BusiComp.js +14 -12
- package/lib/rootConfig/mobile/MobileModal.js +33 -29
- package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/lib/rootConfig/mobile/MobilePopover.js +17 -15
- package/lib/rootConfig/mobile/page.d.ts +17 -2
- package/lib/rootConfig/mobile/page.js +46 -40
- package/lib/rootConfig/pc/BusiComp.js +83 -14
- package/lib/rootConfig/pc/Drawer.d.ts +8 -9
- package/lib/rootConfig/pc/Drawer.js +117 -48
- package/lib/rootConfig/pc/Modal.d.ts +0 -1
- package/lib/rootConfig/pc/Modal.js +91 -22
- package/lib/rootConfig/pc/Popover.d.ts +0 -1
- package/lib/rootConfig/pc/Popover.js +86 -17
- package/lib/rootConfig/pc/page.d.ts +0 -2
- package/lib/rootConfig/pc/page.js +92 -24
- package/lib/rootConfig/todoActionList.d.ts +1 -0
- package/lib/rootConfig/todoActionList.js +1815 -695
- 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 +198 -200
- 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,871 @@
|
|
|
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.setTripleFormAction.label': 'Set Form External Data',
|
|
9
|
+
'todo.actionList.setTripleFormAction.todoOptions.actionType.props.placeholder': 'Add-add, Edit-edit, Detail-detail',
|
|
10
|
+
'todo.actionList.setTripleFormAction.todoOptions.tripleFormId.label': 'Detail ID',
|
|
11
|
+
'todo.actionList.validateCurrentForm.label': 'Validate Current Form and Get Values',
|
|
12
|
+
'todo.actionList.getCurrentFormValues.label': 'Get Current Form Values',
|
|
13
|
+
'todo.actionList.setCurrentFormValues.label': 'Set Current Form Data',
|
|
14
|
+
'todo.actionList.resetCurrentForm.label': 'Reset Current Form',
|
|
15
|
+
'todo.actionList.validateAllForm.label': 'Validate All Forms and Get Values',
|
|
16
|
+
'todo.actionList.getAllFormValues.label': 'Get All Form Values',
|
|
17
|
+
'todo.actionList.resetAllForm.label': 'Reset All Forms',
|
|
18
|
+
'todo.actionList.validateGridViewForms.label': 'Validate Grid View Forms and Get Values',
|
|
19
|
+
'todo.actionList.getGridViewFormValues.label': 'Get Grid View Form Values',
|
|
20
|
+
'todo.actionList.setCustomState.label': 'Set Custom Page Data',
|
|
21
|
+
'todo.actionList.setCustomState.todoOptions.stateName.label': 'Custom Property Name',
|
|
22
|
+
'todo.actionList.getCustomState.label': 'Get Custom Page Data',
|
|
23
|
+
'todo.actionList.getCustomState.todoOptions.stateName.label': 'Custom Property Name',
|
|
24
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.titlePrefix': 'Custom Page Data: ',
|
|
25
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.description': 'Retrieved Page Data',
|
|
26
|
+
'todo.actionList.setCompNestedState.label': 'Set Component Property Data',
|
|
27
|
+
'todo.actionList.setCompNestedState.todoOptions.stateName.label': 'Custom Property Name',
|
|
28
|
+
'todo.actionList.getCompNestedState.label': 'Get Component Property Data',
|
|
29
|
+
'todo.actionList.getCompNestedState.todoOptions.stateName.label': 'Custom Property Name',
|
|
30
|
+
'todo.actionList.okCallbackData.label': 'Trigger Parent Page Confirm Callback',
|
|
31
|
+
'todo.actionList.closeModal.label': 'Close Current Modal/Drawer',
|
|
32
|
+
'todo.actionList.closeModal.classification.modal.label': 'Message & Modal',
|
|
33
|
+
'todo.actionList.closePopover.label': 'Close Popover',
|
|
34
|
+
'todo.actionList.closePopover.classification.modal.label': 'Message & Modal',
|
|
35
|
+
'todo.actionList.reloadColServiceData.label': 'Load Field Translation Data',
|
|
36
|
+
'todo.actionList.reloadColServiceDataForEdit.label': 'Load Field Data',
|
|
37
|
+
'todo.actionList.reloadRCData.todoOptions.labelKey.label': 'Display Content Field',
|
|
38
|
+
'todo.actionList.reloadSelectData.todoOptions.labelKey.label': 'Option Content Field',
|
|
39
|
+
'todo.actionList.reloadData.todoOptions.labelKey.label': 'Node Name Value Field',
|
|
40
|
+
'todo.actionList.reloadData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
|
|
41
|
+
'todo.actionList.reloadData.todoOptions.selectable.label': 'Node Selectable Field Code',
|
|
42
|
+
'todo.actionList.reloadData.todoOptions.childrenKey.label': 'Child List Value Field',
|
|
43
|
+
'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 ',
|
|
44
|
+
'todo.actionList.reloadChildData.label': 'Load Child Node Data',
|
|
45
|
+
'todo.actionList.reloadChildData.todoOptions.parentKey.label': 'Operation Node Key',
|
|
46
|
+
'todo.actionList.reloadChildData.todoOptions.labelKey.label': 'Node Name Value Field',
|
|
47
|
+
'todo.actionList.reloadChildData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
|
|
48
|
+
'todo.actionList.reloadChildData.todoOptions.selectable.label': 'Node Selectable Field Code',
|
|
49
|
+
'todo.actionList.reloadChildData.todoOptions.childrenKey.label': 'Child List Value Field',
|
|
50
|
+
'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 ',
|
|
51
|
+
'todo.actionList.reloadMenuData.todoOptions.labelKey.label': 'Node Name Value Field',
|
|
52
|
+
'todo.actionList.reloadMenuData.todoOptions.nodeValueKey.label': 'Node Key Value Field',
|
|
53
|
+
'todo.actionList.reloadMenuData.todoOptions.urlValueKey.label': 'Node URL Value Field',
|
|
54
|
+
'todo.actionList.reloadMenuData.todoOptions.selectable.label': 'Node Selectable Field Code',
|
|
55
|
+
'todo.actionList.reloadMenuData.todoOptions.childrenKey.label': 'Child List Value Field',
|
|
56
|
+
'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 ',
|
|
57
|
+
'todo.actionList.appendTreeNode.label': 'Load Child Node Data',
|
|
58
|
+
'todo.actionList.appendTreeNode.todoOptions.nodeKey.label': 'Operation Node Key',
|
|
59
|
+
'todo.actionList.appendTreeNode.todoOptions.title.label': 'Node Name Value Field',
|
|
60
|
+
'todo.actionList.appendTreeNode.todoOptions.key.label': 'Node Key Value Field',
|
|
61
|
+
'todo.actionList.appendTreeNode.todoOptions.selectable.label': 'Node Selectable Field Code',
|
|
62
|
+
'todo.actionList.appendMenuNodeData.label': 'Load Menu Child Item Data',
|
|
63
|
+
'todo.actionList.appendMenuNodeData.todoOptions.title.label': 'Node Name Value Field',
|
|
64
|
+
'todo.actionList.appendMenuNodeData.todoOptions.key.label': 'Node Key Value Field',
|
|
65
|
+
'todo.actionList.appendMenuNodeData.todoOptions.childrenKey.label': 'Child List Value Field',
|
|
66
|
+
'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 ',
|
|
67
|
+
'todo.actionList.getTreeSelectedKey.label': 'Get Selected Node Key',
|
|
68
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.0.title': 'Tree Selected Node Key(@{name})',
|
|
69
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.0.description': 'Unique identifier of the selected node',
|
|
70
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.1.title': 'Tree Selected Node Key (Multiple)(@{name})',
|
|
71
|
+
'todo.actionList.getFormValue.todoCallbacks.callback1.fields.0.title': '@{name} Form Data',
|
|
72
|
+
'todo.actionList.getFormValue.todoCallbacks.callback1.fields.0.description': 'Directly get form data',
|
|
73
|
+
'todo.actionList.validateCurrentForm.todoCallbacks.callback1.getFields.description': 'Data of all fields in the current form',
|
|
74
|
+
'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.getFields.description': 'Data of all fields in the current form',
|
|
75
|
+
'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.title': 'All Form Data',
|
|
76
|
+
'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.description': 'Data of all fields after all forms on the page pass validation',
|
|
77
|
+
'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.title': 'All Form Data',
|
|
78
|
+
'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.description': 'All forms on the page, data of all fields',
|
|
79
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.title': 'Table Selected Row (Single)(@{name})',
|
|
80
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.description': 'In a single-select table, the data of the currently selected row',
|
|
81
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.title': 'Table Selected Row (Multiple)(Array)(@{name})',
|
|
82
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.description': 'In a multi-select table, the data list of all currently selected rows',
|
|
83
|
+
'todo.actionList.getTableSelectedKey.label': 'Get Selected Row Primary Key',
|
|
84
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.0.title': 'Table Selected Row Primary Key (Single)(@{name})',
|
|
85
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.0.description': 'In a single-select table, the row primary key of the currently selected row',
|
|
86
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.1.title': 'Table Selected Row Primary Key (Multiple)(@{name})',
|
|
87
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.1.description': 'In a multi-select table, the collection of row primary keys of all currently selected rows',
|
|
88
|
+
'todo.actionList.getTableCurrentPageSelected.label': 'Get Current Page Selected Row',
|
|
89
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.0.title': 'Current Page Selected Row (Single)(@{name})',
|
|
90
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the data of the selected row on the current page',
|
|
91
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.1.title': 'Current Page Selected Row (Multiple)(@{name})',
|
|
92
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.1.description': 'In a paginated table, the data list of all selected rows on the current page',
|
|
93
|
+
'todo.actionList.getTableCurrentPageSelectedKey.label': 'Get Current Page Selected Row Primary Key',
|
|
94
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.0.title': 'Current Page Selected Row Primary Key (Single)(@{name})',
|
|
95
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the row primary key of the currently selected row',
|
|
96
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.1.title': 'Current Page Selected Row Primary Key (Multiple)(@{name})',
|
|
97
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.1.description': 'In a paginated table, the collection of row primary keys of all currently selected rows',
|
|
98
|
+
'todo.actionList.getTableData.label': 'Get Table Data',
|
|
99
|
+
'todo.actionList.getTableData.todoCallbacks.callback1.fields.0.title': 'Table Data(@{name})',
|
|
100
|
+
'todo.actionList.getTableData.todoCallbacks.callback1.fields.0.description': 'Current table data list',
|
|
101
|
+
'todo.actionList.getPageNum.label': 'Get Current Page Number',
|
|
102
|
+
'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.title': 'Current Page Number(@{name})',
|
|
103
|
+
'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the currently displayed page number',
|
|
104
|
+
'todo.actionList.addTableRow.label': 'Add Blank Row',
|
|
105
|
+
'todo.actionList.addTableRow.todoOptions.inlineeditnow.label': 'Enable Inline Edit After Adding',
|
|
106
|
+
'todo.actionList.addTableRowData.label': 'Add Row Data',
|
|
107
|
+
'todo.actionList.delTableRow.label': 'Delete Specified Row Data',
|
|
108
|
+
'todo.actionList.clearTableSelected.label': 'Clear Selected Data',
|
|
109
|
+
'todo.actionList.validateTableData.label': 'Get Current Page Data and Validate',
|
|
110
|
+
'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.title': 'Table Data(@{name})',
|
|
111
|
+
'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.description': 'In a paginated table, the data list of the current page',
|
|
112
|
+
'todo.actionList.validateTableRowData.label': 'Validate Current Saved Row Data',
|
|
113
|
+
'todo.actionList.reloadAppTableData.label': 'Bind Table Data',
|
|
114
|
+
'todo.actionList.getAppTableData.label': 'Get Table Data',
|
|
115
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.title': 'Get Data Success @{name}',
|
|
116
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.description': '',
|
|
117
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback2.fields.0.title': 'Get Data Failed @{name}',
|
|
118
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback2.fields.0.description': '',
|
|
119
|
+
'todo.actionList.validateGridViewForms.todoCallbacks.callback1.fields.0.title': '@{name} Form Data',
|
|
120
|
+
'todo.actionList.validateGridViewForms.todoCallbacks.callback1.fields.0.description': 'Get grid view form validation and values, returns object array',
|
|
121
|
+
'todo.actionList.getSelectedData.label': 'Get Selected Data',
|
|
122
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.titlePrefix': 'Dropdown Selected Data (Single)',
|
|
123
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.titlePrefix': 'Dropdown Selected Data (Multiple)',
|
|
124
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.titlePrefix': 'Selected Node Data',
|
|
125
|
+
'todo.actionList.setTreeSelectedKey.label': 'Set Selected Node',
|
|
126
|
+
'todo.actionList.getTreeEditingKey.label': 'Get Currently Operating Node Key',
|
|
127
|
+
'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.title': 'Currently Operating Tree Node Key(@{name})',
|
|
128
|
+
'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)',
|
|
129
|
+
'todo.actionList.getCheckedKey.label': 'Get Checkbox Selected Value',
|
|
130
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.0.title': 'Checked Node Key (Single)(@{name})',
|
|
131
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.0.description': 'Unique identifier of the checked node',
|
|
132
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.title': 'Checked Node Key (Multiple)(@{name})',
|
|
133
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.description': 'Collection of unique identifiers of checked nodes',
|
|
134
|
+
'todo.actionList.setCheckedKey.label': 'Set Checkbox Selected Value',
|
|
135
|
+
'todo.actionList.clearTreeCheckedKey.label': 'Clear Checkbox Selected Items',
|
|
136
|
+
'todo.actionList.setSelectAll.label': 'Set All Selected',
|
|
137
|
+
'todo.actionList.callFuncComp.label': 'Call Functional Component Capability',
|
|
138
|
+
'todo.actionList.callFuncComp.todoCallbacks.callback1.titlePrefix': 'Functional Component Callback Parameters',
|
|
139
|
+
'todo.actionList.addEventListenerParentMessage.label': 'Receive Parent Container Message',
|
|
140
|
+
'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.title': 'Received Parent Container Message',
|
|
141
|
+
'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.description': 'Message content received from parent container',
|
|
142
|
+
'todo.actionList.postParentMessage.label': 'Send Message to Parent Container',
|
|
143
|
+
'todo.actionList.setRemoteCompProps.label': 'Set Component Properties',
|
|
144
|
+
'todo.actionList.setRemoteCompProps.todoOptions.rProps.label': 'Set Custom Component Properties',
|
|
145
|
+
'todo.actionList.sysSetFormItemStatus.label': 'Set Form Control Status',
|
|
146
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': '仅支持选择非渲染容器下的“表单”组件',
|
|
147
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.description': 'Need to accept an object array in the format [{"attrCode": "item_order_name","status": 2}]',
|
|
148
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.label': 'Option Form Code Field',
|
|
149
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.description': 'Node alias of form code field attrCode',
|
|
150
|
+
'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)',
|
|
151
|
+
'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',
|
|
152
|
+
'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',
|
|
153
|
+
'todo.actionList.customPrintOrExport.label': 'Custom Print/Export',
|
|
154
|
+
'todo.actionList.customPrintOrExport.todoOptions.customSelectComp.label': 'Select Print Component',
|
|
155
|
+
'todo.actionList.customPrintOrExport.todoOptions.waterMarkFlag.labelTip': 'Only takes effect when the application enables watermark function, My Application - Settings - Application Settings - Watermark Settings',
|
|
156
|
+
'todo.actionList.customPrintOrExport.todoOptions.fileName.label': 'Custom File Name',
|
|
157
|
+
'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',
|
|
158
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.select.titlePrefix': 'Dropdown Selected Value',
|
|
159
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.select.description': 'Property value of currently selected item',
|
|
160
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.titlePrefix': 'Tab Selected Key',
|
|
161
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.description': 'Unique identifier of currently selected tab',
|
|
162
|
+
'todo.actionList.reloadOptions.label': 'Reload Options',
|
|
163
|
+
'todo.actionList.setModalSelectValue.todoOptions.labelKey.label': 'Content Mapping Field',
|
|
164
|
+
'todo.actionList.triggerRelDataSource.label': 'Linkage Set Dropdown Options',
|
|
165
|
+
'todo.actionList.triggerRelDataSource.todoOptions.arelStaticData.label': 'A End Static Data',
|
|
166
|
+
'todo.actionList.triggerRelDataSource.todoOptions.zrelStaticData.label': 'Z End Static Data',
|
|
167
|
+
'todo.actionList.triggerRelDataSource.todoOptions.custTargetVal.label': 'Custom Trigger Value',
|
|
168
|
+
'todo.actionList.setActiveTabPane.label': 'Set Tabs Selected Panel',
|
|
169
|
+
'todo.actionList.setActiveTabPane.todoOptions.activeTabKey.label': 'Tab Selected Key',
|
|
170
|
+
'todo.actionList.editInlineRow.label': 'Enable Inline Edit for Specified Row',
|
|
171
|
+
'todo.actionList.editInlineRow.todoOptions.inlineeditrow.label': 'Specified Row ID',
|
|
172
|
+
'todo.actionList.saveInlineRow.label': 'Save Current Inline Edit Row',
|
|
173
|
+
'todo.actionList.restoreInlineRow.label': 'Revert All Inline Edit Rows',
|
|
174
|
+
'todo.actionList.setDownloadResponse.label': 'Open/Download Link',
|
|
175
|
+
'todo.actionList.setDownloadResponse.todoOptions.downloadUrl.label': 'Download Link Address',
|
|
176
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.label': 'Custom File Name',
|
|
177
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.labelTip': 'When file name is not set, it will be the original file name',
|
|
178
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.props.placeholder': 'Including suffix, e.g.: Table.xls',
|
|
179
|
+
'todo.actionList.downloadByFileId.todoOptions.fileResourceType.label': 'File Resource Type',
|
|
180
|
+
'todo.actionList.downloadByFileId.todoOptions.data.label': 'File ID',
|
|
181
|
+
'todo.actionList.downloadByFileId.todoOptions.data.labelTip': 'Supports multi-file download in comma-separated or array format, e.g.: 1,2 or $[1,2]$',
|
|
182
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.label': 'Custom File Name',
|
|
183
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.labelTip': 'When file name is not set, it will be the original file name',
|
|
184
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.props.placeholder': 'Including suffix, e.g.: Table.xls',
|
|
185
|
+
'todo.actionList.downloadByFileId.todoOptions.zip.labelTip': '默认为单文件不压缩,多文件压缩,若开启单文件压缩为“是”,则不区分单文件/多文件,都压缩。',
|
|
186
|
+
'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",
|
|
187
|
+
'todo.actionList.downloadByFileId.remarks.1.content': 'File download only supports file resources within the low-code platform, external URL download is not currently supported',
|
|
188
|
+
'todo.actionList.callSelfFunc.label': 'Call Page Custom Event',
|
|
189
|
+
'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.title': 'Custom Event Callback(@{options.customFuncName})',
|
|
190
|
+
'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
|
|
191
|
+
'todo.actionList.callParentCustomFunc.label': 'Call Parent Page Custom Event',
|
|
192
|
+
'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.title': 'Parent Page Custom Event Callback(@{options.customFuncName})',
|
|
193
|
+
'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.description': 'Parent page custom event callback data',
|
|
194
|
+
'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',
|
|
195
|
+
'todo.actionList.callCustomPageFunc.label': 'Call Any Page Custom Event',
|
|
196
|
+
'todo.actionList.callCustomPageFunc.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
197
|
+
'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.title': 'Any Page Custom Event Callback(@{options.customFuncName})',
|
|
198
|
+
'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
|
|
199
|
+
'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);',
|
|
200
|
+
'todo.actionList.exportPage.todoOptions.fileName.props.placeholder': 'Please enter the exported file name',
|
|
201
|
+
'todo.actionList.exportPage.todoOptions.type.props.options.0.title': 'PDF',
|
|
202
|
+
'todo.actionList.importCustomData.label': 'Custom Import Data',
|
|
203
|
+
'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',
|
|
204
|
+
'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',
|
|
205
|
+
'todo.actionList.importCustomData.todoOptions.accept.label': 'Allowed Upload Files',
|
|
206
|
+
'todo.actionList.importCustomData.todoOptions.accept.labelTip': 'Please enter file extensions, multiple extensions separated by commas, e.g.: .xlsx,.xls,.csv',
|
|
207
|
+
'todo.actionList.importCustomData.todoOptions.custTpl.label': 'Configure Import Template',
|
|
208
|
+
'todo.actionList.importCustomData.todoOptions.custTplUrl.label': 'Specify Template Address (Optional)',
|
|
209
|
+
'todo.actionList.importCustomData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
|
|
210
|
+
'todo.actionList.importCustomData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
|
|
211
|
+
'todo.actionList.setTimeout.label': 'Set Single Timer',
|
|
212
|
+
'todo.actionList.setTimeout.todoOptions.timername.label': 'Timer Name (must be unique within page)',
|
|
213
|
+
'todo.actionList.setInterval.label': 'Set Interval Timer',
|
|
214
|
+
'todo.actionList.setInterval.todoOptions.timername.label': 'Timer Name (must be unique within page)',
|
|
215
|
+
'todo.actionList.setTimer.todoOptions.timername.label': 'Timer Name (must be unique within page)',
|
|
216
|
+
'todo.actionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
|
|
217
|
+
'todo.actionList.print.todoOptions.compToPrint.label': 'Custom Print Area (Optional)',
|
|
218
|
+
'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.",
|
|
219
|
+
'todo.actionList.return.todoOptions.returnValue.label': 'Return Content (Optional)',
|
|
220
|
+
'todo.actionList.return.todoOptions.isPreventDefault.label': 'Prevent Default Action (Advanced)',
|
|
221
|
+
'todo.actionList.return.todoOptions.isPreventDefault.labelTip': 'Refers to preventing browser default behavior:<br />\nSuch as preventing opening file picker, preventing file download, etc.',
|
|
222
|
+
'todo.actionList.return.todoOptions.isStopPropagation.label': 'Stop Event Propagation (Advanced)',
|
|
223
|
+
'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.",
|
|
224
|
+
'todo.actionList.copyToClipboard.label': 'Copy to Clipboard',
|
|
225
|
+
'todo.actionList.setCompState.label': 'Set Business Component State',
|
|
226
|
+
'todo.actionList.setStepsCurrentValue.label': 'Set Current Step',
|
|
227
|
+
'todo.actionList.getStepsCurrentValue.label': 'Get Current Step',
|
|
228
|
+
'todo.actionList.getStepsCurrentValue.todoCallbacks.callback1.fields.0.description': 'Index value of current step, counted from 0, used to locate the position of current tab',
|
|
229
|
+
'todo.actionList.refreshLoadMore.label': 'Refresh LoadMore',
|
|
230
|
+
'todo.actionList.setDynamicFormValues.label': 'Set Form Data',
|
|
231
|
+
'todo.actionList.clearDynamicFormValues.label': 'Reset Form Data',
|
|
232
|
+
'todo.actionList.validateAllAppForm.label': 'Validate All Forms and Get Values',
|
|
233
|
+
'todo.actionList.validateAllAppForm.todoCallbacks.callback1.fields.0.title': 'All Form Data',
|
|
234
|
+
'todo.actionList.validateAllAppForm.todoCallbacks.callback2.fields.0.title': 'First Error Message of Form Validation Failure',
|
|
235
|
+
'todo.actionList.setCompFileId.label': 'Set File ID',
|
|
236
|
+
'todo.actionList.setCompFileId.todoOptions.fileId.label': 'File ID',
|
|
237
|
+
'todo.actionList.loadMoreRequest.label': 'Bind Network Request',
|
|
238
|
+
'todo.actionList.loadMoreRequest.todoOptions.url.label': 'Request Address (URL)',
|
|
239
|
+
'todo.actionList.dFormSubmit.label': 'Get Form Values After Validation',
|
|
240
|
+
'todo.actionList.dFormSubmit.todoCallbacks.callback1.description': 'Form data object, including: field codes and values',
|
|
241
|
+
'todo.actionList.dFormGetFieldsValue.todoCallbacks.callback1.description': 'Form data object, including: field codes and values',
|
|
242
|
+
'todo.actionList.dFormAllDisabled.label': 'Set Form Editable Status',
|
|
243
|
+
'todo.actionList.setPageSrc.label': 'Set Page Address',
|
|
244
|
+
'todo.actionList.setSrc.label': 'Set Resource Address',
|
|
245
|
+
'todo.actionList.setRangeValue.todoOptions.startVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
246
|
+
'todo.actionList.setRangeValue.todoOptions.endVal.props.placeholder': 'Please enter time in YYYY-MM-DD format',
|
|
247
|
+
'todo.actionList.reloadDataSource.todoOptions.sync.label': 'Data Loading Method',
|
|
248
|
+
'todo.actionList.setDataSource.label': 'Set Data Source Value',
|
|
249
|
+
'todo.actionList.resetDataSource.label': 'Clear Data Source Value',
|
|
250
|
+
'todo.actionList.sendMessageIframe.label': 'Send Message to Web Container',
|
|
251
|
+
'todo.actionList.sendMessageIframe.remarks.0.content': 'Used for message interaction with Web container, need to coordinate with Web container developers.',
|
|
252
|
+
'todo.actionList.getLocalLocation.label': 'Get Current Location',
|
|
253
|
+
'todo.actionList.getLocalLocation.todoOptions.mapKey.props.placeholder': 'Please enter map key',
|
|
254
|
+
'todo.actionList.getLocalLocation.todoOptions.securityKey.label': 'Security Key (Amap)',
|
|
255
|
+
'todo.actionList.getLocalLocation.todoOptions.securityKey.props.placeholder': 'Please enter map security key',
|
|
256
|
+
'todo.actionList.getLocalLocation.todoOptions.locationAlways.label': 'Continuous Location',
|
|
257
|
+
'todo.actionList.getLocalLocation.todoOptions.locationOutputType.label': 'Location Output Coordinate System',
|
|
258
|
+
'todo.actionList.getLocalLocation.todoOptions.locationAddress.label': 'Need Address Information',
|
|
259
|
+
'todo.actionList.getLocalLocation.todoCallbacks.callback1.fields.0.title': 'Location Success Callback',
|
|
260
|
+
'todo.actionList.getLocalLocation.todoCallbacks.callback2.fields.0.title': 'Location Failure Callback',
|
|
261
|
+
'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.',
|
|
262
|
+
'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.",
|
|
263
|
+
'todo.actionList.setVerificationCodeImageUrl.label': 'Set Image Address',
|
|
264
|
+
'todo.actionList.setVerificationCodeImageUrl.todoOptions.verificationCodeUrl.label': 'Verification Code Image Address',
|
|
265
|
+
'todo.actionList.removeTransferKeys.label': 'Remove Right List Values',
|
|
266
|
+
'todo.actionList.removeTransferKeys.todoOptions.transferValue.props.placeholder': 'Please enter values to delete, multiple values separated by commas, e.g.: 1,2,3',
|
|
267
|
+
'todo.actionList.addTransferKeys.label': 'Set Right List Values',
|
|
268
|
+
'todo.actionList.addTransferKeys.todoOptions.transferValue.props.placeholder': 'Please enter values to add, multiple values separated by commas, e.g.: 1,2,3',
|
|
269
|
+
'todo.actionList.loadLineChartData.todoOptions.xLineName.label': 'X Axis Field Name',
|
|
270
|
+
'todo.actionList.loadLineChartData.todoOptions.yLineName.label': 'Y Axis Field Name',
|
|
271
|
+
'todo.actionList.loadDonutChartData.todoOptions.donutX.label': 'X Axis Field Name',
|
|
272
|
+
'todo.actionList.loadDonutChartData.todoOptions.donutY.label': 'Y Axis Field Name',
|
|
273
|
+
'todo.actionList.loadMultipleProgressData.todoOptions.mpData.props.placeholder': 'Format: [{count:xx, color:xx, label:xx},...]',
|
|
274
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcXName.label': 'X Axis Field Name',
|
|
275
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcLegendParams.props.placeholder': 'Format: [{label:xx(description), value:xx(corresponding data source value field)},...]',
|
|
276
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcData.props.placeholder': 'Format: [{name:xx, xx:xx, xx:xx, ...},...]',
|
|
277
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scXName.label': 'X Axis Field Name',
|
|
278
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scYName.label': 'Y Axis Field Name',
|
|
279
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scData.props.placeholder': 'Format: [{xx:xx, xx:xx, color:xx(set this parameter when color needs to be specified) },...]',
|
|
280
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcXName.label': 'X Axis Field Name',
|
|
281
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcLegendParams.props.placeholder': 'Format: [{label:xx, value:xx},...]',
|
|
282
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcData.props.placeholder': 'Format: [{xx:xx, xx:xx, ... },...]',
|
|
283
|
+
'todo.actionList.setInlineCollapsed.label': 'Toggle Inline Menu',
|
|
284
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.title': 'Selected Key(@{name})',
|
|
285
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.description': 'In loop list selection mode, the identifier collection of currently selected data',
|
|
286
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.title': 'Selected Data(@{name})',
|
|
287
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.description': 'In loop list selection mode, the data collection currently selected',
|
|
288
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.2.title': 'Selected Index Value(@{name})',
|
|
289
|
+
'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',
|
|
290
|
+
'todo.actionList.setSelectAllValues.label': 'Set All Selected',
|
|
291
|
+
'todo.actionList.setExpandedKey.label': 'Expand Specified Node',
|
|
292
|
+
'todo.actionList.closeExpandedKey.label': 'Collapse Specified Node',
|
|
293
|
+
'todo.actionList.reloadSelectorData.todoOptions.labelKey.label': 'Option Content Field',
|
|
294
|
+
'todo.actionList.reloadSelectorData.todoOptions.descriptionKey.label': 'Option Description Field',
|
|
295
|
+
'todo.actionList.reloadSelectorData.todoOptions.disabledKey.label': 'Option Disabled Field',
|
|
296
|
+
'todo.actionList.setSelectorDisabelItems.label': 'Set Option Disabled',
|
|
297
|
+
'todo.actionList.setSelectorDisabelItems.todoOptions.disabledKeys.label': 'Value/Index',
|
|
298
|
+
'todo.actionList.swipeNext.label': 'Switch to Next',
|
|
299
|
+
'todo.actionList.swipePrev.label': 'Switch to Previous',
|
|
300
|
+
'todo.actionList.swipeTo.label': 'Switch to Specified Index',
|
|
301
|
+
'todo.actionList.setBlockSelectData.label': 'Set Loop Block Data Source',
|
|
302
|
+
'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
|
|
303
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
|
|
304
|
+
'todo.actionList.setBlockSelectStateData.label': 'Set Loop Item Status',
|
|
305
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.selectType.props.options.0.title': 'Unique Field Code',
|
|
306
|
+
'todo.actionList.reloadGanttData.label': 'Load Project Implementation Progress Data',
|
|
307
|
+
'todo.actionList.value.todoCallbacks.callback1.fields.0.title': 'Current Value(@{name})',
|
|
308
|
+
'todo.actionList.value.todoCallbacks.callback1.fields.0.description': 'Content of current control',
|
|
309
|
+
'todo.actionList.getFormItemValue.label': 'Get Selected Data Object',
|
|
310
|
+
'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.title': 'Selected Data @{name}',
|
|
311
|
+
'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.description': 'Data list of currently selected values',
|
|
312
|
+
'todo.actionList.addDebugger.label': 'Add Breakpoint (Use with Caution)',
|
|
313
|
+
'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.title': 'Current Page Index @{name}',
|
|
314
|
+
'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.description': 'Tab index, counted from 0, used to locate the position of current tab',
|
|
315
|
+
'todo.actionList.getDformStatus.label': 'Get Form Edit Status',
|
|
316
|
+
'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.title': 'Form Edit Status',
|
|
317
|
+
'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.description': 'Form current edit status: true(disabled), false(editable)',
|
|
318
|
+
'todo.actionList.customActionCode.label': 'Custom Code Block',
|
|
319
|
+
'todo.actionList.customActionCode.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
320
|
+
'todo.actionList.customActionCode.remarks.0.content': 'If you need to work with exit event, please add return true in the code block',
|
|
321
|
+
'todo.actionList.getItemFromLocalStorage.label': 'Get Local Data',
|
|
322
|
+
'todo.actionList.getItemFromLocalStorage.todoOptions.key.label': 'Node Key Value Field',
|
|
323
|
+
'todo.actionList.setItemToLocalStorage.label': 'Save Local Data',
|
|
324
|
+
'todo.actionList.setItemToLocalStorage.todoOptions.key.props.placeholder': 'Please enter field name value, must be in English',
|
|
325
|
+
'todo.actionList.swipeNext.todoCallbacks.success.fields.0.title': '@{name} Target Index',
|
|
326
|
+
'todo.actionList.swipeNext.todoCallbacks.success.fields.1.title': '@{name} Target Item',
|
|
327
|
+
'todo.actionList.swipeNext.todoCallbacks.fail.fields.0.title': '@{name} Error Message',
|
|
328
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.formItemList.description': 'Need to accept an object array in the format [{"attrCode": "item_order_name","status": 2}]',
|
|
329
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.label': 'Option Form Code Field',
|
|
330
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.description': 'Node alias of form code field attrCode',
|
|
331
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.valueKey.description': 'Node alias of form status field status (1 edit, 2 hidden, 3 disabled, 4 read-only)',
|
|
332
|
+
'todo.actionList.showMessage.classification.modal.label': 'Message & Modal',
|
|
333
|
+
'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',
|
|
334
|
+
'todo.actionList.hideMessage.label': 'Close Message Prompt',
|
|
335
|
+
'todo.actionList.hideMessage.classification.modal.label': 'Message & Modal',
|
|
336
|
+
'todo.actionList.apiRequest.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
337
|
+
'todo.actionList.apiRequest.todoOptions.sync.label': 'Data Loading Method',
|
|
338
|
+
'todo.actionList.apiRequest.todoOptions.url.label': 'Request Address (URL)',
|
|
339
|
+
'todo.actionList.apiRequest.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
340
|
+
'todo.actionList.JSBridge.label': 'JS Call Native Method',
|
|
341
|
+
'todo.actionList.JSBridge.todoOptions.method.props.placeholder': 'e.g.: openCamera',
|
|
342
|
+
'todo.actionList.JSBridge.todoOptions.androidWebName.label': 'Android Container Name',
|
|
343
|
+
'todo.actionList.JSBridge.todoOptions.androidWebName.props.placeholder': 'Default: Android',
|
|
344
|
+
'todo.actionList.JSBridge.todoOptions.androidSuccessFunName.label': 'Android Success Callback Method Name',
|
|
345
|
+
'todo.actionList.JSBridge.todoOptions.androidSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[for Android success callback H5]',
|
|
346
|
+
'todo.actionList.JSBridge.todoOptions.iOSSuccessFunName.label': 'iOS Success Callback Method Name',
|
|
347
|
+
'todo.actionList.JSBridge.todoOptions.iOSSuccessFunName.props.placeholder': 'e.g.: openCameraSuccess[for iOS success callback H5]',
|
|
348
|
+
'todo.actionList.JSBridge.todoOptions.androidFailFunName.label': 'Android Failure Callback Method Name',
|
|
349
|
+
'todo.actionList.JSBridge.todoOptions.androidFailFunName.props.placeholder': 'e.g.: openCameraFail[for Android failure callback H5]',
|
|
350
|
+
'todo.actionList.JSBridge.todoOptions.iOSFailFunName.label': 'iOS Failure Callback Method Name',
|
|
351
|
+
'todo.actionList.JSBridge.todoOptions.iOSFailFunName.props.placeholder': 'e.g.: openCameraFail[for iOS failure callback H5]',
|
|
352
|
+
'todo.actionList.JSBridge.todoCallbacks.callback1.title': 'Native Method Success Callback Parameters',
|
|
353
|
+
'todo.actionList.JSBridge.todoCallbacks.callback2.title': 'Native Method Failure Callback Parameters',
|
|
354
|
+
'todo.actionList.sysSetState.label': 'Set Component Status',
|
|
355
|
+
'todo.actionList.sysSetState.todoOptions.compid.labelTip': '组件无“状态”属性时,组件不能选中',
|
|
356
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.label': 'Set Component Status',
|
|
357
|
+
'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',
|
|
358
|
+
'todo.actionList.sysSetState.classification.1.label': 'Show/Hide',
|
|
359
|
+
'todo.actionList.callCurrentFunc.label': 'Call Custom Event',
|
|
360
|
+
'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.title': 'Custom Event Callback(@{options.customFuncName})',
|
|
361
|
+
'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.description': 'Page custom event callback data',
|
|
362
|
+
'todo.actionList.scanCode.label': 'Scan QR Code/Barcode',
|
|
363
|
+
'todo.actionList.scanCode.todoOptions.scanType.labelTip': 'Different image types have different decoders, please select image type according to actual scenario.',
|
|
364
|
+
'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.",
|
|
365
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.props.options.1.title': 'Image ID',
|
|
366
|
+
'todo.actionList.scanCode.todoOptions.scanSource.comp.props.placeholder': 'Please select image component',
|
|
367
|
+
'todo.actionList.scanCode.todoOptions.scanSource.fileId.label': 'Image ID',
|
|
368
|
+
'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;',
|
|
369
|
+
'todo.actionList.apiRequestByFlow.todoOptions.sync.label': 'Data Loading Method',
|
|
370
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowUrl.label': 'Workflow Request Interface',
|
|
371
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowWorkOrderId.label': 'Business Work Order ID',
|
|
372
|
+
'todo.actionList.apiRequestByFlow.todoOptions.workOrderType.label': 'Business Work Order Type',
|
|
373
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowBtnActionType.label': 'Button Action Type',
|
|
374
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowFileId.label': 'Attachment ID',
|
|
375
|
+
'todo.actionList.openFlowPage.label': 'Workflow Page Navigation',
|
|
376
|
+
'todo.actionList.openFlowPage.todoOptions.flowWorkId.label': 'Workflow Instance ID',
|
|
377
|
+
'todo.actionList.openFlowPage.todoOptions.workItemId.label': 'Work Order ID',
|
|
378
|
+
'todo.actionList.openFlowPage.todoOptions.flowTabStepVisible.label': 'Show Workflow Instance Diagram',
|
|
379
|
+
'todo.actionList.openFlowPage.todoOptions.flowTimelineVisible.label': 'Show Workflow Trail',
|
|
380
|
+
'todo.actionList.openFlowDiagram.label': 'Open Workflow Instance Diagram',
|
|
381
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.label': 'Select Instance Diagram Type',
|
|
382
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.0.title': 'Current Workflow Instance Diagram',
|
|
383
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.1.title': 'Specified Main Workflow Instance Diagram',
|
|
384
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramWorkOrderId.label': 'Business Order ID',
|
|
385
|
+
'todo.actionList.sysSetVisible.classification.1.label': 'Show/Hide',
|
|
386
|
+
'todo.actionList.setUploadProps.label': '设置上传参数',
|
|
387
|
+
'todo.actionList.setUploadProps.todoOptions.url.label': 'Request Address (URL)',
|
|
388
|
+
'todo.actionList.setUploadChange.todoOptions.url.label': 'Request Address (URL)',
|
|
389
|
+
'todo.actionList.postObjectData.label': '提交业务对象数据',
|
|
390
|
+
'todo.actionList.postObjectData.todoOptions.sync.label': 'Data Loading Method',
|
|
391
|
+
'todo.actionList.postObjectData.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
|
|
392
|
+
'todo.actionList.postObjectData.todoOptions.hasEventExtService.label': '需要开启服务扩展',
|
|
393
|
+
'todo.actionList.postObjectData.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
|
|
394
|
+
'todo.actionList.postObjectData.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
|
|
395
|
+
'todo.actionList.postObjectData.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
|
|
396
|
+
'todo.actionList.postObjectAndStartFlow.label': '提交业务对象并发起流程',
|
|
397
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.sync.label': 'Data Loading Method',
|
|
398
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
|
|
399
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.debugFlowPackageCode.label': '调试用流程编码',
|
|
400
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.placeholder': '请选择业务表单',
|
|
401
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.label': '下节点处理人类型',
|
|
402
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyId.label': '下节点处理人ID',
|
|
403
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.label': '需要开启服务扩展',
|
|
404
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
|
|
405
|
+
'todo.actionList.postObjectAndStartFlow.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
|
|
406
|
+
'todo.actionList.postObjectAndStartFlow.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
|
|
407
|
+
'todo.actionList.updateObjectAndChangeFlow.label': '更新业务对象并流转流程',
|
|
408
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.label': 'Data Loading Method',
|
|
409
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
|
|
410
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.labelTip': 'ra:回退到发起节点<br />rb:回退到配置态指定的节点<br />rc:回退到用户指定的节点(选此类型,则节点ID或节点业务编码必填其一)<br />rdo:回退到上一次处理的节点<br />re:回退到上游节点<br />rf:结束流程',
|
|
411
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.0.title': '回退发起节点',
|
|
412
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.1.title': '指定回退节点',
|
|
413
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.2.title': '回退到用户指定的节点',
|
|
414
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.3.title': '回退到上一次处理的节点',
|
|
415
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.4.title': '回退到上游节点',
|
|
416
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.5.title': '回退上游节点',
|
|
417
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.workOrderId.label': 'Work Order ID',
|
|
418
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.orderId.label': '定单ID',
|
|
419
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.placeholder': '请选择业务表单',
|
|
420
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.placeholder': '请选择审批表单',
|
|
421
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.label': '本节点其他工单是否自动回单',
|
|
422
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetTacheId.label': '节点ID(和节点业务编码选填一个即可)',
|
|
423
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': '节点业务编码',
|
|
424
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': '跳转目标节点ID(和跳转目标节点业务编码选填一个即可)',
|
|
425
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': '跳转目标节点业务编码',
|
|
426
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': '下节点处理人类型',
|
|
427
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': '下节点处理人ID',
|
|
428
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.label': '需要开启服务扩展',
|
|
429
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
|
|
430
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
|
|
431
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
|
|
432
|
+
'todo.actionList.applyWeChatUserInfo.label': '申请微信用户信息授权',
|
|
433
|
+
'todo.actionList.applyWeChatUserInfo.todoOptions.url.label': '授权后重定向的回调链接地址',
|
|
434
|
+
'todo.actionList.applyWeChatUserInfo.classification.wxAbility.label': '微信公众能力',
|
|
435
|
+
'todo.actionList.applyWeChatUserInfo.remarks.0.content': '用于在微信环境里申请用户信息的授权,授权后在重定向回调页面的页面事件(获取微信授权信息)中获取对应的用户信息。',
|
|
436
|
+
'todo.actionList.applyWeChatUserInfo.remarks.1.content': '重定向回调的链接地址需使用域名地址,且该域名需要在微信公众平台官网中的「设置与开发」-「功能设置」-「网页授权域名」里已配置。',
|
|
437
|
+
'todo.actionList.wxUpdateAppMessageShareData.label': '自定义“分享给朋友”及“分享到QQ”的内容',
|
|
438
|
+
'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
|
|
439
|
+
'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': '微信公众能力',
|
|
440
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.0.content': '用于在微信环境里,自定义“分享给朋友”及“分享到QQ”的内容,该方法需要在用户点击分享前调用',
|
|
441
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前应用对应的公众号JS安全域名一致',
|
|
442
|
+
'todo.actionList.wxUpdateTimelineShareData.label': '自定义“分享到朋友圈”及“分享到QQ空间”的内容',
|
|
443
|
+
'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
|
|
444
|
+
'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': '微信公众能力',
|
|
445
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.0.content': '用于在微信环境里,自定义“分享到朋友圈”及“分享到QQ空间”的内容,该方法需要在用户点击分享前调用',
|
|
446
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前页面对应的公众号JS安全域名一致',
|
|
447
|
+
'todo.actionList.wxOpenLocation.label': '使用微信内置地图查看位置',
|
|
448
|
+
'todo.actionList.wxOpenLocation.todoOptions.address.label': '地址详情说明',
|
|
449
|
+
'todo.actionList.wxOpenLocation.todoOptions.scale.label': '地图缩放级别(范围从1~28。默认为最大)',
|
|
450
|
+
'todo.actionList.wxOpenLocation.classification.wxAbility.label': '微信公众能力',
|
|
451
|
+
'todo.actionList.wxOpenLocation.remarks.0.content': '用于在微信环境里,使用微信内置地图查看位置接口',
|
|
452
|
+
'todo.actionList.wxGetLocation.label': '获取微信定位信息',
|
|
453
|
+
'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.0.title': 'GPS坐标',
|
|
454
|
+
'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.description': 'latitude:纬度,longitude:经度,speed:速度(米/每秒),accuracy:位置精度',
|
|
455
|
+
'todo.actionList.wxGetLocation.classification.wxAbility.label': '微信公众能力',
|
|
456
|
+
'todo.actionList.wxGetLocation.remarks.0.content': '用于在微信环境里,获取微信定位信息。',
|
|
457
|
+
'todo.actionList.wxChooseImage.label': '微信拍照或从相册获取照片',
|
|
458
|
+
'todo.actionList.wxChooseImage.todoOptions.count.label': '照片选择数量(最多9张)',
|
|
459
|
+
'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.description': 'localIds: 返回选定照片的本地ID列表。localId可以作为img标签的src属性显示图片',
|
|
460
|
+
'todo.actionList.wxChooseImage.classification.wxAbility.label': '微信公众能力',
|
|
461
|
+
'todo.actionList.wxChooseImage.remarks.0.content': '用于在微信环境里,拍照或从手机相册中选图接口',
|
|
462
|
+
'todo.actionList.wxPreviewImage.label': '微信预览图片',
|
|
463
|
+
'todo.actionList.wxPreviewImage.todoOptions.current.label': '当前显示图片的http链接',
|
|
464
|
+
'todo.actionList.wxPreviewImage.todoOptions.urls.label': '需要预览的图片http链接列表',
|
|
465
|
+
'todo.actionList.wxPreviewImage.classification.wxAbility.label': '微信公众能力',
|
|
466
|
+
'todo.actionList.wxPreviewImage.remarks.0.content': '用于在微信环境里,调用微信能力预览图片',
|
|
467
|
+
'todo.actionList.wxUploadImage.label': '微信上传图片',
|
|
468
|
+
'todo.actionList.wxUploadImage.todoOptions.localId.label': '上传的图片的本地ID(由“微信拍照或从相册获取照片”事件获得)',
|
|
469
|
+
'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
|
|
470
|
+
'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId:图片的服务器端ID',
|
|
471
|
+
'todo.actionList.wxUploadImage.classification.wxAbility.label': '微信公众能力',
|
|
472
|
+
'todo.actionList.wxUploadImage.remarks.0.content': '用于在微信环境里,上传图片到微信服务器。上传图片有效期3天,可用微信多媒体接口下载图片到自己的服务器,此处获得的 serverId 即 media_id, 也可用“微信下载图片”方法下载图片到本地。',
|
|
473
|
+
'todo.actionList.wxDownloadImage.label': '微信下载图片',
|
|
474
|
+
'todo.actionList.wxDownloadImage.todoOptions.serverId.label': '需要下载的图片的服务器端ID(由“微信上传图片”事件获得)',
|
|
475
|
+
'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
|
|
476
|
+
'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId:图片下载后的本地ID',
|
|
477
|
+
'todo.actionList.wxDownloadImage.classification.wxAbility.label': '微信公众能力',
|
|
478
|
+
'todo.actionList.wxDownloadImage.remarks.0.content': '用于在微信环境里,将存在微信服务器里的图片下载到本地浏览器缓存中。',
|
|
479
|
+
'todo.actionList.wxGetLocalImgData.label': '微信获取本地图片数据',
|
|
480
|
+
'todo.actionList.wxGetLocalImgData.todoOptions.localId.label': '图片的本地ID(由“微信拍照或从相册获取照片”或“微信下载图片”获得)',
|
|
481
|
+
'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': '压缩比例(0~1)',
|
|
482
|
+
'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData: 图片的base64数据,可以用img标签显示。',
|
|
483
|
+
'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': '微信公众能力',
|
|
484
|
+
'todo.actionList.wxGetLocalImgData.remarks.0.content': '此接口仅在 iOS WKWebview 下提供,用于兼容 iOS WKWebview 不支持 localId 直接显示图片的问题。',
|
|
485
|
+
'todo.actionList.openFloatWindow.label': '打开悬浮窗口',
|
|
486
|
+
'todo.actionList.openFloatWindow.remarks.0.content': '悬浮于页面一侧,适用于快速获取帮助,无需切换页面,如客服助手。',
|
|
487
|
+
'todo.actionList.callAiService.label': 'Call AI Service',
|
|
488
|
+
'todo.actionList.callAiService.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
489
|
+
'todo.actionList.callAiService.todoOptions.compid.label': 'Content Display Component',
|
|
490
|
+
'todo.actionList.callAiService.todoOptions.compid.props.placeholder': 'Please select component to display streaming return content',
|
|
491
|
+
'todo.actionList.closeAiService.label': 'Close AI Service',
|
|
492
|
+
'todo.actionList.closeAiService.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
493
|
+
'todo.actionList.callFuncComp.todoCallbacks.callback1.fields.titlePrefix': 'Functional Component Callback Parameters',
|
|
494
|
+
'todo.actionList.setSubTabsData.label': 'Set Sub Tab Data',
|
|
495
|
+
'todo.actionList.setTabsData.label': 'Set Tab Content',
|
|
496
|
+
'todo.actionList.setTabsData.todoOptions.key.label': 'Key Field',
|
|
497
|
+
'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',
|
|
498
|
+
'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.',
|
|
499
|
+
'todo.actionList.setHref.label': 'Set Link Address',
|
|
500
|
+
'todo.actionList.callFishParentFunc.label': 'Call Parent Window Method',
|
|
501
|
+
'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.',
|
|
502
|
+
'todo.actionList.showModal.todoOptions.okText.label': 'Confirm Button Text',
|
|
503
|
+
'todo.actionList.showModal.todoOptions.cancelText.label': 'Cancel Button Text',
|
|
504
|
+
'todo.actionList.showModal.classification.1.label': 'Message & Modal',
|
|
505
|
+
'todo.actionList.showCustomModal.label': 'Open Modal/Drawer',
|
|
506
|
+
'todo.actionList.showCustomModal.todoOptions.modalname.label': 'Modal/Drawer',
|
|
507
|
+
'todo.actionList.showCustomModal.classification.1.label': 'Message & Modal',
|
|
508
|
+
'todo.actionList.showAppCustomModal.classification.modal.label': 'Message & Modal',
|
|
509
|
+
'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',
|
|
510
|
+
'todo.actionList.setModalTitle.label': 'Set Modal Title',
|
|
511
|
+
'todo.actionList.setModalTitle.classification.modal.label': 'Message & Modal',
|
|
512
|
+
'todo.actionList.showDrawer.label': 'Open Modal/Drawer',
|
|
513
|
+
'todo.actionList.showDrawer.todoOptions.drawerPath.label': 'Modal/Drawer',
|
|
514
|
+
'todo.actionList.showDrawer.classification.modal.label': 'Message & Modal',
|
|
515
|
+
'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',
|
|
516
|
+
'todo.actionList.setDrawerTitle.label': 'Set Drawer Title',
|
|
517
|
+
'todo.actionList.setDrawerTitle.classification.modal.label': 'Message & Modal',
|
|
518
|
+
'todo.actionList.setPublicState.label': 'Set Page Output Parameters',
|
|
519
|
+
'todo.actionList.getPublicState.label': 'Get Page Output Parameters',
|
|
520
|
+
'todo.actionList.historyPush.todoOptions.search.label': 'URL Parameters',
|
|
521
|
+
'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! ',
|
|
522
|
+
'todo.actionList.historyReplace.todoOptions.search.label': 'URL Parameters',
|
|
523
|
+
'todo.actionList.history.todoOptions.search.label': 'URL Parameters',
|
|
524
|
+
'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). ',
|
|
525
|
+
'todo.actionList.dropPageByCatch.label': 'Page Cache Clear',
|
|
526
|
+
'todo.actionList.validateForm.label': 'Validate Form and Get Values',
|
|
527
|
+
'todo.actionList.setFormValues.label': 'Set Form Data',
|
|
528
|
+
'todo.actionList.setTripleFormAction.todoOptions.detailId.label': 'Detail ID',
|
|
529
|
+
'todo.actionList.validateCurrentForm.todoCallbacks.callback1.description': 'Data of all fields in the current form',
|
|
530
|
+
'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.description': 'Data of all fields in the current form',
|
|
531
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.title': '自定义页面数据:@{options.stateName}',
|
|
532
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.title': '下拉框选中数据(单选)@{name}',
|
|
533
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.title': '下拉框选中数据(多选)@{name}',
|
|
534
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.title': '选中节点数据@{name}',
|
|
535
|
+
'todo.actionList.exportBusiObjectData.label': 'Export Business Object Data',
|
|
536
|
+
'todo.actionList.exportBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
537
|
+
'todo.actionList.exportBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
538
|
+
'todo.actionList.exportBusiObjectData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
|
|
539
|
+
'todo.actionList.exportBusiObjectData.todoOptions.custFileName.label': 'Custom File Name',
|
|
540
|
+
'todo.actionList.exportCustomData.label': 'Custom Export Data',
|
|
541
|
+
'todo.actionList.exportCustomData.todoOptions.custFileName.label': 'Custom File Name',
|
|
542
|
+
'todo.actionList.exportCustomData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
|
|
543
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.label': 'Sheet Page Settings',
|
|
544
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.0.custSheetName.label': 'Sheet Page Name',
|
|
545
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.label': 'Custom Header Template',
|
|
546
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.labelTip': 'Can customize export template header based on selected fields',
|
|
547
|
+
'todo.actionList.importBusiObjectData.label': 'Import Business Object Data',
|
|
548
|
+
'todo.actionList.importBusiObjectData.todoOptions.name.label': 'Set Template Name',
|
|
549
|
+
'todo.actionList.importBusiObjectData.todoOptions.name.props.placeholder': 'Please enter template name',
|
|
550
|
+
'todo.actionList.importBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
551
|
+
'todo.actionList.importBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
552
|
+
'todo.actionList.importBusiObjectData.todoOptions.exception.label': 'Import Exception Configuration',
|
|
553
|
+
'todo.actionList.importBusiObjectData.todoOptions.exception.props.options.0.title': 'Support Partial Import',
|
|
554
|
+
'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
|
|
555
|
+
'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
|
|
556
|
+
'todo.actionList.exportSQLServiceData.label': 'Export SQL Query Service Data',
|
|
557
|
+
'todo.actionList.exportSQLServiceData.todoOptions.sqlServiceCode.label': 'Select SQL Query Service',
|
|
558
|
+
'todo.actionList.exportSQLServiceData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
|
|
559
|
+
'todo.actionList.exportSQLServiceData.todoOptions.custFileName.label': 'Custom File Name',
|
|
560
|
+
'todo.actionList.importCustomBusiObjectData.label': 'Custom Import Business Object Data',
|
|
561
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.name.label': 'Set Template Name',
|
|
562
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.name.props.placeholder': 'Please enter template name',
|
|
563
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
564
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
565
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.label': 'Import Field Settings',
|
|
566
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.label': 'Parse Only, Do Not Save',
|
|
567
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.label': 'Custom Header Template',
|
|
568
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.labelTip': 'Can customize export template header based on selected fields',
|
|
569
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.label': 'Template Example Data',
|
|
570
|
+
'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",
|
|
571
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.exception.label': 'Import Exception Configuration',
|
|
572
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.exception.props.options.0.title': 'Support Partial Import',
|
|
573
|
+
'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.0.title': 'Import Result (resultObject)',
|
|
574
|
+
'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.1.title': 'Import Message (resultMsg)',
|
|
575
|
+
'todo.actionList.exportCustomBusiObjectData.label': 'Custom Export Business Object Data',
|
|
576
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
577
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
578
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.async.labelTip': 'If quantity exceeds 10,000, please check to use async export',
|
|
579
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.custFileName.label': 'Custom File Name',
|
|
580
|
+
'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',
|
|
581
|
+
'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',
|
|
582
|
+
'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.0.title': 'Selected Data Key @{name}',
|
|
583
|
+
'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.1.title': 'Selected Data @{name}',
|
|
584
|
+
清空赋值: 'Clear Assignment',
|
|
585
|
+
重置表单: 'Reset Form',
|
|
586
|
+
表单类型: 'Form Type',
|
|
587
|
+
参数赋值: 'Parameter Assignment',
|
|
588
|
+
切换到属性: 'Switch to Property',
|
|
589
|
+
切换根节点: 'Switch to Root Node',
|
|
590
|
+
数据设置: 'Data Settings',
|
|
591
|
+
内容: 'Content',
|
|
592
|
+
参数: 'Parameters',
|
|
593
|
+
回调: 'Callback',
|
|
594
|
+
加载数据: 'Load Data',
|
|
595
|
+
总条数: 'Total Count',
|
|
596
|
+
更新页码: 'Update Page Number',
|
|
597
|
+
翻译字段: 'Translation Field',
|
|
598
|
+
字段: 'Field',
|
|
599
|
+
显示值字段: 'Display Value Field',
|
|
600
|
+
选项值字段: 'Option Value Field',
|
|
601
|
+
获取选中行: 'Get Selected Row',
|
|
602
|
+
否: 'No',
|
|
603
|
+
是: 'Yes',
|
|
604
|
+
设置选中行: 'Set Selected Row',
|
|
605
|
+
表头数据: 'Table Header Data',
|
|
606
|
+
表格数据: 'Table Data',
|
|
607
|
+
清空选中项: 'Clear Selected Items',
|
|
608
|
+
方法: 'Method',
|
|
609
|
+
数据通信: 'Data Communication',
|
|
610
|
+
发送内容: 'Send Content',
|
|
611
|
+
发送目标源: 'Send Target Origin',
|
|
612
|
+
常用: 'Common',
|
|
613
|
+
组件配置: 'Component Configuration',
|
|
614
|
+
组件选择: 'Component Selection',
|
|
615
|
+
清空已选: 'Clear Selected',
|
|
616
|
+
显示: 'Display',
|
|
617
|
+
已选: 'Selected',
|
|
618
|
+
全部: 'All',
|
|
619
|
+
内容配置: 'Content Configuration',
|
|
620
|
+
适用场景: 'Use Case',
|
|
621
|
+
配置说明: 'Configuration Description',
|
|
622
|
+
操作类型: 'Operation Type',
|
|
623
|
+
导出水印: 'Export Watermark',
|
|
624
|
+
获取当前值: 'Get Current Value',
|
|
625
|
+
当前值: 'Current Value',
|
|
626
|
+
清空选项: 'Clear Options',
|
|
627
|
+
清空值: 'Clear Value',
|
|
628
|
+
控制加载中: 'Control Loading',
|
|
629
|
+
是否加载中: 'Is Loading',
|
|
630
|
+
控件赋值: 'Control Assignment',
|
|
631
|
+
组件赋值: 'Component Assignment',
|
|
632
|
+
值映射字段: 'Value Mapping Field',
|
|
633
|
+
设置角标值: 'Set Badge Value',
|
|
634
|
+
联动来源: 'Linkage Source',
|
|
635
|
+
校验提示: 'Validation Message',
|
|
636
|
+
校验类型: 'Validation Type',
|
|
637
|
+
成功: 'Success',
|
|
638
|
+
提示: 'Info',
|
|
639
|
+
错误: 'Error',
|
|
640
|
+
警告: 'Warning',
|
|
641
|
+
正常: 'Normal',
|
|
642
|
+
校验文案: 'Validation Text',
|
|
643
|
+
请输入: 'Please Enter',
|
|
644
|
+
禁用状态: 'Disabled State',
|
|
645
|
+
是否必填: 'Is Required',
|
|
646
|
+
启动: 'Start',
|
|
647
|
+
禁用: 'Disable',
|
|
648
|
+
切换: 'Toggle',
|
|
649
|
+
设置必填: 'Set Required',
|
|
650
|
+
必填: 'Required',
|
|
651
|
+
非必填: 'Not Required',
|
|
652
|
+
控制显隐: 'Control Visibility',
|
|
653
|
+
隐藏: 'Hide',
|
|
654
|
+
下载: 'Download',
|
|
655
|
+
文件保存: 'File Save',
|
|
656
|
+
文件下载: 'File Download',
|
|
657
|
+
服务器资源: 'Server Resource',
|
|
658
|
+
文件资源: 'File Resource',
|
|
659
|
+
文件编码: 'File Code',
|
|
660
|
+
单文件压缩: 'Single File Compression',
|
|
661
|
+
配置提示: 'Configuration Tip',
|
|
662
|
+
注意事项: 'Notes',
|
|
663
|
+
自定义事件: 'Custom Event',
|
|
664
|
+
事件入参: 'Event Input Parameters',
|
|
665
|
+
页面: 'Page',
|
|
666
|
+
刷新: 'Refresh',
|
|
667
|
+
动作说明: 'Action Description',
|
|
668
|
+
页面导出: 'Page Export',
|
|
669
|
+
文件名: 'File Name',
|
|
670
|
+
类型: 'Type',
|
|
671
|
+
图片: 'Image',
|
|
672
|
+
导入导出: 'Import & Export',
|
|
673
|
+
导入服务: 'Import Service',
|
|
674
|
+
自定义参数: 'Custom Parameters',
|
|
675
|
+
时间间隔: 'Time Interval',
|
|
676
|
+
毫秒: 'milliseconds',
|
|
677
|
+
定时器: 'Timer',
|
|
678
|
+
定时器类型: 'Timer Type',
|
|
679
|
+
单次定时器: 'Single Timer',
|
|
680
|
+
循环定时器: 'Interval Timer',
|
|
681
|
+
关闭定时器: 'Close Timer',
|
|
682
|
+
定时器名称: 'Timer Name',
|
|
683
|
+
清空数据: 'Clear Data',
|
|
684
|
+
文件预览: 'File Preview',
|
|
685
|
+
页面类: 'Page',
|
|
686
|
+
页面打印: 'Page Print',
|
|
687
|
+
退出事件: 'Exit Event',
|
|
688
|
+
返回类型: 'Return Type',
|
|
689
|
+
值: 'Value',
|
|
690
|
+
失败: 'Failure',
|
|
691
|
+
其他: 'Others',
|
|
692
|
+
复制内容: 'Copy Content',
|
|
693
|
+
组件状态: 'Component State',
|
|
694
|
+
组件刷新: 'Component Refresh',
|
|
695
|
+
当前步骤: 'Current Step',
|
|
696
|
+
更新参数: 'Update Parameters',
|
|
697
|
+
页码字段名: 'Page Number Field Name',
|
|
698
|
+
加载数据源: 'Load Data Source',
|
|
699
|
+
数据源: 'Data Source',
|
|
700
|
+
获取表单值: 'Get Form Values',
|
|
701
|
+
是否可编辑: 'Is Editable',
|
|
702
|
+
赋值: 'Assignment',
|
|
703
|
+
设置内容: 'Set Content',
|
|
704
|
+
设置时间段: 'Set Time Range',
|
|
705
|
+
开始值: 'Start Value',
|
|
706
|
+
结束值: 'End Value',
|
|
707
|
+
跳转到场景: 'Navigate to Scene',
|
|
708
|
+
选择场景: 'Select Scene',
|
|
709
|
+
场景类: 'Scene',
|
|
710
|
+
刷新数据源: 'Refresh Data Source',
|
|
711
|
+
选择数据源: 'Select Data Source',
|
|
712
|
+
异步加载: 'Async Load',
|
|
713
|
+
同步加载: 'Sync Load',
|
|
714
|
+
数据源赋值: 'Data Source Assignment',
|
|
715
|
+
赋值范围: 'Assignment Range',
|
|
716
|
+
局部赋值: 'Partial Assignment',
|
|
717
|
+
全部赋值: 'Full Assignment',
|
|
718
|
+
预览方式: 'Preview Method',
|
|
719
|
+
百度地图: 'Baidu Map',
|
|
720
|
+
高德地图: 'Amap',
|
|
721
|
+
地图秘钥: 'Map Key',
|
|
722
|
+
大地坐标系: 'Geodetic Coordinate System',
|
|
723
|
+
火星坐标系: 'Mars Coordinate System',
|
|
724
|
+
百度坐标系: 'Baidu Coordinate System',
|
|
725
|
+
开始倒计时: 'Start Countdown',
|
|
726
|
+
重置倒计时: 'Reset Countdown',
|
|
727
|
+
设置左标题: 'Set Left Title',
|
|
728
|
+
设置右标题: 'Set Right Title',
|
|
729
|
+
当前数量: 'Current Count',
|
|
730
|
+
总数量: 'Total Count',
|
|
731
|
+
右侧文字: 'Right Text',
|
|
732
|
+
总数据: 'Total Data',
|
|
733
|
+
图例内容: 'Legend Content',
|
|
734
|
+
设置展开项: 'Set Expanded Items',
|
|
735
|
+
清空展开项: 'Clear Expanded Items',
|
|
736
|
+
是否收缩: 'Is Collapsed',
|
|
737
|
+
缩起: 'Collapse',
|
|
738
|
+
展开: 'Expand',
|
|
739
|
+
获取选中项: '获取选中项',
|
|
740
|
+
索引: 'Index',
|
|
741
|
+
刷新验证码: 'Refresh Verification Code',
|
|
742
|
+
播放控制: 'Media Control',
|
|
743
|
+
状态设置: 'State Settings',
|
|
744
|
+
播放: 'Play',
|
|
745
|
+
暂停: 'Pause',
|
|
746
|
+
设置选中项: 'Set Selected Items',
|
|
747
|
+
控制类型: 'Control Type',
|
|
748
|
+
循环项索引: 'Loop Item Index',
|
|
749
|
+
显隐设置: 'Visibility Settings',
|
|
750
|
+
获取值: 'Get Value',
|
|
751
|
+
编辑状态: 'Edit State',
|
|
752
|
+
设置选项值: 'Set Option Values',
|
|
753
|
+
调试类: 'Debug',
|
|
754
|
+
页面刷新: 'Page Refresh',
|
|
755
|
+
切换页面: 'Switch Page',
|
|
756
|
+
修改内容: 'Modify Content',
|
|
757
|
+
修改名称: 'Modify Name',
|
|
758
|
+
请输入名称: 'Please enter name',
|
|
759
|
+
修改图标: 'Modify Icon',
|
|
760
|
+
请选择图标: 'Please select icon',
|
|
761
|
+
自定义内容: 'Custom Content',
|
|
762
|
+
成功回调值: 'Success Callback Value',
|
|
763
|
+
失败回调值: 'Failure Callback Value',
|
|
764
|
+
本地数据值: 'Local Data Value',
|
|
765
|
+
字段名称: 'Field Name',
|
|
766
|
+
上一张: 'Previous',
|
|
767
|
+
下一张: 'Next',
|
|
768
|
+
去第几页: 'Go to Page',
|
|
769
|
+
显示已选: 'Show Selected',
|
|
770
|
+
显示全部: 'Show All',
|
|
771
|
+
加载动画: '加载动画',
|
|
772
|
+
加载时长: 'Loading Duration',
|
|
773
|
+
秒: 'seconds',
|
|
774
|
+
发送请求: 'Send Request',
|
|
775
|
+
服务请求类: 'Service Request',
|
|
776
|
+
方法名: 'Method Name',
|
|
777
|
+
普通: 'Normal',
|
|
778
|
+
只读: 'Read-only',
|
|
779
|
+
图形类型: 'Image Type',
|
|
780
|
+
二维码: 'QR Code',
|
|
781
|
+
条形码: 'Barcode',
|
|
782
|
+
识别目标: 'Scan Target',
|
|
783
|
+
页面组件: 'Page Component',
|
|
784
|
+
图片地址: 'Image Address',
|
|
785
|
+
扫描内容: 'Scan Content',
|
|
786
|
+
扫描类: 'Scan',
|
|
787
|
+
触发流程: 'Trigger Workflow',
|
|
788
|
+
流程类型: 'Workflow Type',
|
|
789
|
+
通过: 'Approve',
|
|
790
|
+
拒绝: 'Reject',
|
|
791
|
+
转派: 'Transfer',
|
|
792
|
+
通用: 'General',
|
|
793
|
+
选择流程: 'Select Workflow',
|
|
794
|
+
指定处理人: 'Specify Handler',
|
|
795
|
+
审核意见: 'Approval Comment',
|
|
796
|
+
流程回退: 'Workflow Rollback',
|
|
797
|
+
目标环节: 'Target Node',
|
|
798
|
+
打印日志: 'Print Log',
|
|
799
|
+
是否显隐: 'Is Visible',
|
|
800
|
+
上传参数: '上传参数',
|
|
801
|
+
上传值改变: '上传值改变',
|
|
802
|
+
是否禁用: '是否禁用',
|
|
803
|
+
流程编码: '流程编码',
|
|
804
|
+
业务表单: '业务表单',
|
|
805
|
+
人员: '人员',
|
|
806
|
+
组织: '组织',
|
|
807
|
+
岗位: '岗位',
|
|
808
|
+
流程类: '流程类',
|
|
809
|
+
配置规则: '配置规则',
|
|
810
|
+
流转动作: '流转动作',
|
|
811
|
+
正常流转: '正常流转',
|
|
812
|
+
回退: '回退',
|
|
813
|
+
自由流转: '自由流转',
|
|
814
|
+
回退类型: '回退类型',
|
|
815
|
+
审批表单: '审批表单',
|
|
816
|
+
失败回调: '失败回调',
|
|
817
|
+
分享标题: '分享标题',
|
|
818
|
+
分享描述: '分享描述',
|
|
819
|
+
分享链接: '分享链接',
|
|
820
|
+
纬度: '纬度',
|
|
821
|
+
经度: '经度',
|
|
822
|
+
位置名称: '位置名称',
|
|
823
|
+
坐标类型: '坐标类型',
|
|
824
|
+
火星坐标: '火星坐标',
|
|
825
|
+
成功败回调: '成功败回调',
|
|
826
|
+
图片来源: '图片来源',
|
|
827
|
+
相册: '相册',
|
|
828
|
+
相机: '相机',
|
|
829
|
+
注意: '注意',
|
|
830
|
+
浮窗位置: '浮窗位置',
|
|
831
|
+
左侧: '左侧',
|
|
832
|
+
右侧: '右侧',
|
|
833
|
+
窗口尺寸: '窗口尺寸',
|
|
834
|
+
选择页面: '选择页面',
|
|
835
|
+
选择服务: 'Select Service',
|
|
836
|
+
标题字段: 'Title Field',
|
|
837
|
+
状态字段: 'Status Field',
|
|
838
|
+
角标值字段: 'Badge Value Field',
|
|
839
|
+
设置数据: 'Set Data',
|
|
840
|
+
函数名称: 'Function Name',
|
|
841
|
+
自定义入参: 'Custom Input Parameters',
|
|
842
|
+
打开提示框: 'Open Alert',
|
|
843
|
+
确认: '确认',
|
|
844
|
+
标题: 'Title',
|
|
845
|
+
打开弹窗: 'Open Modal',
|
|
846
|
+
弹窗: 'Modal',
|
|
847
|
+
配置建议: 'Configuration Suggestion',
|
|
848
|
+
弹窗标题: 'Modal Title',
|
|
849
|
+
推拉门标题: 'Drawer Title',
|
|
850
|
+
路由跳转: 'Route Navigation',
|
|
851
|
+
路由数据: 'Route Data',
|
|
852
|
+
路由替换: 'Route Replace',
|
|
853
|
+
页面跳转: 'Page Navigation',
|
|
854
|
+
新窗口: 'New Window',
|
|
855
|
+
门户跳转: 'Portal Navigation',
|
|
856
|
+
页面返回: 'Page Back',
|
|
857
|
+
表单取值: 'Get Form Values',
|
|
858
|
+
异步导出: 'Async Export',
|
|
859
|
+
开启: 'Enable',
|
|
860
|
+
关闭: 'Disable',
|
|
861
|
+
导出条件: 'Export Conditions',
|
|
862
|
+
查询条件: 'Query Conditions',
|
|
863
|
+
行主键: 'Row Primary Key',
|
|
864
|
+
数据来源: 'Data Source',
|
|
865
|
+
导出字段: 'Export Fields',
|
|
866
|
+
字段数据: 'Field Data',
|
|
867
|
+
字段编码: 'Field Code',
|
|
868
|
+
快速收起: 'Quick Collapse',
|
|
869
|
+
快速展开: 'Quick Expand'
|
|
870
|
+
};
|
|
871
|
+
var _default = exports.default = todoActionListEnUS;
|