@lingxiteam/assets 4.3.2-alpha.5 → 4.3.2-alpha.7
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/error/errorDisplay/Mobile/Drawer/Drawer.js +3 -2
- package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +4 -3
- package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -2
- package/es/error/errorDisplay/Web/Drawer/Drawer.js +4 -3
- package/es/error/errorDisplay/Web/ErrorMsg/index.js +12 -11
- package/es/error/errorDisplay/Web/defaultGlobalConfig.js +3 -2
- package/es/error/errorDisplay/const.js +26 -24
- package/es/i18n/index.d.ts +6 -0
- package/es/i18n/index.js +62 -0
- package/es/i18n/locales/en-US.d.ts +74 -0
- package/es/i18n/locales/en-US.js +75 -0
- package/es/i18n/locales/zh-CN.d.ts +74 -0
- package/es/i18n/locales/zh-CN.js +75 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +142 -141
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +2 -1
- package/es/rootConfig/mobile/page.js +3 -3
- package/es/rootConfig/pc/LargeScreen.d.ts +51 -0
- package/es/rootConfig/pc/LargeScreen.js +56 -0
- package/es/rootConfig/pc/index.d.ts +1 -0
- package/es/rootConfig/pc/index.js +2 -1
- package/es/rootConfig/todoActionList.js +1 -1
- package/es/utils/url.js +4 -2
- package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +3 -2
- package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +4 -3
- package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -2
- package/lib/error/errorDisplay/Web/Drawer/Drawer.js +4 -3
- package/lib/error/errorDisplay/Web/ErrorMsg/index.js +12 -11
- package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -2
- package/lib/error/errorDisplay/const.js +25 -24
- package/lib/i18n/index.d.ts +6 -0
- package/lib/i18n/index.js +70 -0
- package/lib/i18n/locales/en-US.d.ts +74 -0
- package/lib/i18n/locales/en-US.js +81 -0
- package/lib/i18n/locales/zh-CN.d.ts +74 -0
- package/lib/i18n/locales/zh-CN.js +81 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +142 -141
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +2 -1
- package/lib/rootConfig/mobile/page.js +3 -3
- package/lib/rootConfig/pc/LargeScreen.d.ts +51 -0
- package/lib/rootConfig/pc/LargeScreen.js +62 -0
- package/lib/rootConfig/pc/index.d.ts +1 -0
- package/lib/rootConfig/pc/index.js +7 -0
- package/lib/rootConfig/todoActionList.js +1 -1
- package/lib/utils/url.js +3 -2
- package/package.json +1 -1
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
var zhCN = {
|
|
2
|
+
CHA_KAN_XIANG_QING: '查看详情',
|
|
3
|
+
CHA_KAN_YI_CHANG_XIANG_QING: '查看异常详情',
|
|
4
|
+
CHENG_XU_CHU_LI_YI_CHANG: '程序处理异常',
|
|
5
|
+
CONG_FU_WU_DUAN_CHENG: '- 从服务端程序问题方面考虑,是否需要进行程序优化;',
|
|
6
|
+
CONG_FU_WU_DUAN_TUN: '- 从服务端吞吐量承载考虑,是否需要进行系统扩容;',
|
|
7
|
+
CONG_WANG_LUO_WEN_TI: '- 从网络问题方面考虑,是否需要检查网络消耗、负载均衡配置是否正确。',
|
|
8
|
+
CUO_WU_XIN_XI_PI_PEI: '错误信息匹配',
|
|
9
|
+
DANG_QIAN_XI_TONG_CHU_YU: '当前系统处于使用高峰期,响应较慢;',
|
|
10
|
+
E_R_R_O_R_M: 'ErrorMsg组件: 无效resolve',
|
|
11
|
+
FU_WU_DI_ZHI: '服务地址',
|
|
12
|
+
// eslint-disable-next-line no-template-curly-in-string
|
|
13
|
+
FU_WU_QING_QIU_SHI_BAI: '服务请求失败,请求资源不存在(404): ${url}',
|
|
14
|
+
FU_WU_QING_QIU_SHI_BAI_1: '服务请求失败,请求报文体超过网关限制',
|
|
15
|
+
FU_WU_QING_QIU_SHI_BAI_2: '服务请求失败,请稍后再试或者联系系统管理员',
|
|
16
|
+
FU_WU_QING_QIU_SHI_BAI_3: '服务请求失败,网络出现异常',
|
|
17
|
+
FU_WU_QING_QIU_SHI_BAI_4: '服务请求失败,请求超时',
|
|
18
|
+
FU_WU_QING_QIU_SHI_BAI_5: '服务请求失败,请求资源不存在(404)',
|
|
19
|
+
FU_WU_QI_CHU_LI_YI: '服务器处理异常',
|
|
20
|
+
FU_WU_SHU_JU_YI_CHANG: '服务数据异常',
|
|
21
|
+
GU_ZHANG_SHANG_BAO: '故障上报',
|
|
22
|
+
GU_ZHANG_SHANG_BAO_ZHONG: '故障上报中...',
|
|
23
|
+
GU_ZHANG_YI_SHANG_BAO: '故障已上报',
|
|
24
|
+
JIAN_CHA_SHI_FOU_KAI_QI: '检查是否开启其他网络代理,如开启请尝试关闭。',
|
|
25
|
+
JIAN_CHA_WANG_LUO_CE_SHI: '检查网络,测试网络速度,并优化;',
|
|
26
|
+
JIE_JUE_FANG_AN: '解决方案',
|
|
27
|
+
JIE_JUE_FANG_FA: '解决方法:',
|
|
28
|
+
JIE_KOU_FAN_HUI_BAO_WEN: '接口返回报文',
|
|
29
|
+
JIE_KOU_QING_QIU_LU_JING: '接口请求路径',
|
|
30
|
+
JI_SUAN_JI_SHOU_JI: '计算机/手机开启了其他网络代理;',
|
|
31
|
+
KE_HU_DUAN_QING_QIU_YI: '客户端请求异常',
|
|
32
|
+
LIAN_XI_XI_TONG_GUAN_LI: '联系系统管理员排查资源地址和版本信息;',
|
|
33
|
+
PEI_ZHI_SHU_JU_YI_CHANG: '配置数据异常',
|
|
34
|
+
P_A_R_S_E_U: 'parseUrlExpression参数错误:扩展参数需为对象',
|
|
35
|
+
P_A_R_S_E_U_1: 'parseUrlExpression执行错误:',
|
|
36
|
+
QING_CHU_LIU_LAN_QI_HUAN: '清除浏览器缓存再重试;',
|
|
37
|
+
QING_LIAN_XI_XI_TONG_GUAN: '请联系系统管理员,调整网关配置',
|
|
38
|
+
QING_LIAN_XI_XI_TONG_GUAN_1: '请联系系统管理员,核查:',
|
|
39
|
+
QING_QIU_BAO_WEN_GUO_DA: '请求报文过大,上传需要较多时间;',
|
|
40
|
+
QING_QIU_BAO_WEN_TI_GUO: '请求报文体过大引起的,请求长度超过了网关默认的缓存大小和最大客户端最大请求大小;',
|
|
41
|
+
QING_QIU_BEI_WANG_LUO_AN: '请求被网络安全拦截;',
|
|
42
|
+
QING_QIU_SHI_BAI_KE_NENG: '请求失败可能原因:',
|
|
43
|
+
QING_QIU_SHI_BAI_YUAN_YIN: '请求失败原因:',
|
|
44
|
+
QING_SHAO_HOU_ZAI_SHI: '请稍后再试;',
|
|
45
|
+
QU_XIAO: '取消',
|
|
46
|
+
RU_GUO_SHI_YONG_GONG_WANG: '如果使用公网访问系统,检查您的计算机/手机是否已连接到Internet,如无Internet访问,你可以尝试:',
|
|
47
|
+
RU_GUO_WEN_TI_RENG_RAN: '如果问题仍然存,您应该联系您的互联网服务提供商并检查是否有任何技术问题。',
|
|
48
|
+
RU_NEI_RONG_GUO_DA_LIAN: '如内容过大,联系管理员调整超时时长;',
|
|
49
|
+
SHI_YONG_QI_TA_LIU: '- 使用其他浏览器',
|
|
50
|
+
SHOU_QI: '收起',
|
|
51
|
+
SHOU_XIAN_QUE_BAO_NIN_DE: '首先确保您的计算机/手机已经通过Wi-Fi或电缆方式正常接入网络;',
|
|
52
|
+
TIAO_ZHENG_D_N_S: '- 调整DNS配置',
|
|
53
|
+
WANG_LUO_GU_ZHANG_NIN_DE: '网络故障,您的计算机/手机无Internet访问;',
|
|
54
|
+
WANG_LUO_QING_QIU_YI_CHANG: '网络请求异常',
|
|
55
|
+
WANG_LUO_SHANG_XING_XIA_XING: '网络上行下行速率慢;',
|
|
56
|
+
WANG_LUO_YI_CHANG_YUAN_YIN: '网络异常原因:',
|
|
57
|
+
WEN_DANG_LIAN_JIE: '文档链接',
|
|
58
|
+
WEN_JIAN_XIA_ZAI_WEN_JIAN: '文件下载,文件大小过大,需要较多时间;',
|
|
59
|
+
XIANG_QING: '详情',
|
|
60
|
+
XI_TONG_CUN_ZAI_NEI_BU: '系统存在内部错误;',
|
|
61
|
+
XI_TONG_ZHENG_ZAI_FA_BAN: '系统正在发版;',
|
|
62
|
+
YE_MIAN_BAN_BEN_GEN_FU: '页面版本跟服务版本不一致;',
|
|
63
|
+
YE_MIAN_QING_QIU_LU_JING: '页面请求路径',
|
|
64
|
+
YE_WU_CHU_LI_YI_CHANG: '业务处理异常',
|
|
65
|
+
YE_WU_SHU_JU_YI_CHANG: '业务数据异常',
|
|
66
|
+
ZAN_WU_PI_PEI_XIN_XI: '暂无匹配信息,请联系平台管理员',
|
|
67
|
+
ZAN_WU_SHU_JU: '暂无数据',
|
|
68
|
+
ZHAN_KAI: '展开',
|
|
69
|
+
ZHI_DAO_LE: '知道了',
|
|
70
|
+
ZHONG_QI_DIAN_NAO_GUANG: '- 重启电脑、光猫、路由器、手机网络',
|
|
71
|
+
ZHONG_ZHI_T_C_P: '- 重置TCP/IP网络配置',
|
|
72
|
+
ZI_YUAN_DI_ZHI_BU_ZHENG: '资源地址不正确;',
|
|
73
|
+
ZI_YUAN_YI_BEI_SHAN_CHU: '资源已被删除,浏览器缓存导致资源地址没更新;'
|
|
74
|
+
};
|
|
75
|
+
export default zhCN;
|
|
@@ -32,6 +32,8 @@ export var pcEnUS = {
|
|
|
32
32
|
'pc.page.todoProps.isMenu.props.description': 'When enabled, the preview will display this menu; during sync the page will be synchronized as a menu to the base portal',
|
|
33
33
|
'pc.page.todoProps.searchParams.label': 'URL Parameters',
|
|
34
34
|
'pc.page.todoProps.searchParams.groupsName': 'URL Parameters',
|
|
35
|
+
'pc.largeScreen.todoProps.pagePath.props.placeholder': 'e.g.: /user/list',
|
|
36
|
+
'pc.largeScreen.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
|
|
35
37
|
'pc.modal.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
|
|
36
38
|
'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
|
|
37
39
|
'pc.modal.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
|
|
@@ -137,7 +137,7 @@ export var todoActionListEnUS = {
|
|
|
137
137
|
'todo.actionList.setRemoteCompProps.label': 'Set Component Properties',
|
|
138
138
|
'todo.actionList.setRemoteCompProps.todoOptions.rProps.label': 'Set Custom Component Properties',
|
|
139
139
|
'todo.actionList.sysSetFormItemStatus.label': 'Set Form Control Status',
|
|
140
|
-
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': '
|
|
140
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': 'Only supports selecting "Form" components under non-rendering containers',
|
|
141
141
|
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.description': 'Need to accept an object array in the format [{"attrCode": "item_order_name","status": 2}]',
|
|
142
142
|
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.label': 'Option Form Code Field',
|
|
143
143
|
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.description': 'Node alias of form code field attrCode',
|
|
@@ -176,7 +176,7 @@ export var todoActionListEnUS = {
|
|
|
176
176
|
'todo.actionList.downloadByFileId.todoOptions.fileName.label': 'Custom File Name',
|
|
177
177
|
'todo.actionList.downloadByFileId.todoOptions.fileName.labelTip': 'When file name is not set, it will be the original file name',
|
|
178
178
|
'todo.actionList.downloadByFileId.todoOptions.fileName.props.placeholder': 'Including suffix, e.g.: Table.xls',
|
|
179
|
-
'todo.actionList.downloadByFileId.todoOptions.zip.labelTip': '
|
|
179
|
+
'todo.actionList.downloadByFileId.todoOptions.zip.labelTip': 'Default is single file uncompressed, multi-file compressed. If single file compression is enabled as "Yes", then both single/multi-files are compressed.',
|
|
180
180
|
'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",
|
|
181
181
|
'todo.actionList.downloadByFileId.remarks.1.content': 'File download only supports file resources within the low-code platform, external URL download is not currently supported',
|
|
182
182
|
'todo.actionList.callSelfFunc.label': 'Call Page Custom Event',
|
|
@@ -346,7 +346,7 @@ export var todoActionListEnUS = {
|
|
|
346
346
|
'todo.actionList.JSBridge.todoCallbacks.callback1.title': 'Native Method Success Callback Parameters',
|
|
347
347
|
'todo.actionList.JSBridge.todoCallbacks.callback2.title': 'Native Method Failure Callback Parameters',
|
|
348
348
|
'todo.actionList.sysSetState.label': 'Set Component Status',
|
|
349
|
-
'todo.actionList.sysSetState.todoOptions.compid.labelTip': '
|
|
349
|
+
'todo.actionList.sysSetState.todoOptions.compid.labelTip': 'Component cannot be selected when it has no "Status" property',
|
|
350
350
|
'todo.actionList.sysSetState.todoOptions.compValueList.label': 'Set Component Status',
|
|
351
351
|
'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',
|
|
352
352
|
'todo.actionList.sysSetState.classification.1.label': 'Show/Hide',
|
|
@@ -377,107 +377,107 @@ export var todoActionListEnUS = {
|
|
|
377
377
|
'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.1.title': 'Specified Main Workflow Instance Diagram',
|
|
378
378
|
'todo.actionList.openFlowDiagram.todoOptions.diagramWorkOrderId.label': 'Business Order ID',
|
|
379
379
|
'todo.actionList.sysSetVisible.classification.1.label': 'Show/Hide',
|
|
380
|
-
'todo.actionList.setUploadProps.label': '
|
|
380
|
+
'todo.actionList.setUploadProps.label': 'Set Upload Parameters',
|
|
381
381
|
'todo.actionList.setUploadProps.todoOptions.url.label': 'Request Address (URL)',
|
|
382
382
|
'todo.actionList.setUploadChange.todoOptions.url.label': 'Request Address (URL)',
|
|
383
|
-
'todo.actionList.postObjectData.label': '
|
|
383
|
+
'todo.actionList.postObjectData.label': 'Submit Business Object Data',
|
|
384
384
|
'todo.actionList.postObjectData.todoOptions.sync.label': 'Data Loading Method',
|
|
385
|
-
'todo.actionList.postObjectData.todoOptions.selectObjectDataSource.label': '
|
|
386
|
-
'todo.actionList.postObjectData.todoOptions.hasEventExtService.label': '
|
|
387
|
-
'todo.actionList.postObjectData.todoOptions.eventExtService.label': '
|
|
388
|
-
'todo.actionList.postObjectData.remarks.0.content': '
|
|
389
|
-
'todo.actionList.postObjectData.remarks.1.content': '
|
|
390
|
-
'todo.actionList.postObjectAndStartFlow.label': '
|
|
385
|
+
'todo.actionList.postObjectData.todoOptions.selectObjectDataSource.label': 'Select Business Object Data Source',
|
|
386
|
+
'todo.actionList.postObjectData.todoOptions.hasEventExtService.label': 'Need to Enable Service Extension',
|
|
387
|
+
'todo.actionList.postObjectData.todoOptions.eventExtService.label': 'Select Business Scenario to Extend Service',
|
|
388
|
+
'todo.actionList.postObjectData.remarks.0.content': 'Supports quick addition and modification of objects (Note: Form data source must be bound to object-generated data source to use this function)',
|
|
389
|
+
'todo.actionList.postObjectData.remarks.1.content': 'If the passed business scenario (sceneCode) is M, it means modification. You can submit the current data source or the data after the form is bound to the data source (global data source binding is not supported, the form will be validated and then the value will be obtained), and the modification will be performed automatically',
|
|
390
|
+
'todo.actionList.postObjectAndStartFlow.label': 'Submit Business Object and Start Workflow',
|
|
391
391
|
'todo.actionList.postObjectAndStartFlow.todoOptions.sync.label': 'Data Loading Method',
|
|
392
|
-
'todo.actionList.postObjectAndStartFlow.todoOptions.selectObjectDataSource.label': '
|
|
393
|
-
'todo.actionList.postObjectAndStartFlow.todoOptions.debugFlowPackageCode.label': '
|
|
394
|
-
'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.placeholder': '
|
|
395
|
-
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.label': '
|
|
396
|
-
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyId.label': '
|
|
397
|
-
'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.label': '
|
|
398
|
-
'todo.actionList.postObjectAndStartFlow.todoOptions.eventExtService.label': '
|
|
399
|
-
'todo.actionList.postObjectAndStartFlow.remarks.0.content': '
|
|
400
|
-
'todo.actionList.postObjectAndStartFlow.remarks.1.content': '
|
|
401
|
-
'todo.actionList.updateObjectAndChangeFlow.label': '
|
|
392
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.selectObjectDataSource.label': 'Select Business Object Data Source',
|
|
393
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.debugFlowPackageCode.label': 'Debug Workflow Code',
|
|
394
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.placeholder': 'Please select business form',
|
|
395
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.label': 'Next Node Handler Type',
|
|
396
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyId.label': 'Next Node Handler ID',
|
|
397
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.label': 'Need to Enable Service Extension',
|
|
398
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.eventExtService.label': 'Select Business Scenario to Extend Service',
|
|
399
|
+
'todo.actionList.postObjectAndStartFlow.remarks.0.content': 'Supports quick addition and modification of objects (Note: Form data source must be bound to object-generated data source to use this function)',
|
|
400
|
+
'todo.actionList.postObjectAndStartFlow.remarks.1.content': 'If the passed business scenario (sceneCode) is M, it means modification. You can submit the current data source or the data after the form is bound to the data source (global data source binding is not supported, the form will be validated and then the value will be obtained), and the modification will be performed automatically',
|
|
401
|
+
'todo.actionList.updateObjectAndChangeFlow.label': 'Update Business Object and Transition Workflow',
|
|
402
402
|
'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.label': 'Data Loading Method',
|
|
403
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.selectObjectDataSource.label': '
|
|
404
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.labelTip': 'ra
|
|
405
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.0.title': '
|
|
406
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.1.title': '
|
|
407
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.2.title': '
|
|
408
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.3.title': '
|
|
409
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.4.title': '
|
|
410
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.5.title': '
|
|
403
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.selectObjectDataSource.label': 'Select Business Object Data Source',
|
|
404
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.labelTip': 'ra: Rollback to start node<br />rb: Rollback to node specified in configuration state<br />rc: Rollback to user-specified node (if this type is selected, either node ID or node business code is required)<br />rdo: Rollback to the last processed node<br />re: Rollback to upstream node<br />rf: End workflow',
|
|
405
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.0.title': 'Rollback to Start Node',
|
|
406
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.1.title': 'Specify Rollback Node',
|
|
407
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.2.title': 'Rollback to User-Specified Node',
|
|
408
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.3.title': 'Rollback to Last Processed Node',
|
|
409
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.4.title': 'Rollback to Upstream Node',
|
|
410
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.5.title': 'Rollback Upstream Node',
|
|
411
411
|
'todo.actionList.updateObjectAndChangeFlow.todoOptions.workOrderId.label': 'Work Order ID',
|
|
412
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.orderId.label': '
|
|
413
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.placeholder': '
|
|
414
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.placeholder': '
|
|
415
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.label': '
|
|
416
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetTacheId.label': '
|
|
417
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': '
|
|
418
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': '
|
|
419
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': '
|
|
420
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': '
|
|
421
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': '
|
|
422
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.label': '
|
|
423
|
-
'todo.actionList.updateObjectAndChangeFlow.todoOptions.eventExtService.label': '
|
|
424
|
-
'todo.actionList.updateObjectAndChangeFlow.remarks.0.content': '
|
|
425
|
-
'todo.actionList.updateObjectAndChangeFlow.remarks.1.content': '
|
|
426
|
-
'todo.actionList.applyWeChatUserInfo.label': '
|
|
427
|
-
'todo.actionList.applyWeChatUserInfo.todoOptions.url.label': '
|
|
428
|
-
'todo.actionList.applyWeChatUserInfo.classification.wxAbility.label': '
|
|
429
|
-
'todo.actionList.applyWeChatUserInfo.remarks.0.content': '
|
|
430
|
-
'todo.actionList.applyWeChatUserInfo.remarks.1.content': '
|
|
431
|
-
'todo.actionList.wxUpdateAppMessageShareData.label': '
|
|
432
|
-
'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': '
|
|
433
|
-
'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': '
|
|
434
|
-
'todo.actionList.wxUpdateAppMessageShareData.remarks.0.content': '
|
|
435
|
-
'todo.actionList.wxUpdateAppMessageShareData.remarks.1.content': '
|
|
436
|
-
'todo.actionList.wxUpdateTimelineShareData.label': '
|
|
437
|
-
'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': '
|
|
438
|
-
'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': '
|
|
439
|
-
'todo.actionList.wxUpdateTimelineShareData.remarks.0.content': '
|
|
440
|
-
'todo.actionList.wxUpdateTimelineShareData.remarks.1.content': '
|
|
441
|
-
'todo.actionList.wxOpenLocation.label': '
|
|
442
|
-
'todo.actionList.wxOpenLocation.todoOptions.address.label': '
|
|
443
|
-
'todo.actionList.wxOpenLocation.todoOptions.scale.label': '
|
|
444
|
-
'todo.actionList.wxOpenLocation.classification.wxAbility.label': '
|
|
445
|
-
'todo.actionList.wxOpenLocation.remarks.0.content': '
|
|
446
|
-
'todo.actionList.wxGetLocation.label': '
|
|
447
|
-
'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.0.title': 'GPS
|
|
448
|
-
'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.description': 'latitude
|
|
449
|
-
'todo.actionList.wxGetLocation.classification.wxAbility.label': '
|
|
450
|
-
'todo.actionList.wxGetLocation.remarks.0.content': '
|
|
451
|
-
'todo.actionList.wxChooseImage.label': '
|
|
452
|
-
'todo.actionList.wxChooseImage.todoOptions.count.label': '
|
|
453
|
-
'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.description': 'localIds:
|
|
454
|
-
'todo.actionList.wxChooseImage.classification.wxAbility.label': '
|
|
455
|
-
'todo.actionList.wxChooseImage.remarks.0.content': '
|
|
456
|
-
'todo.actionList.wxPreviewImage.label': '
|
|
457
|
-
'todo.actionList.wxPreviewImage.todoOptions.current.label': '
|
|
458
|
-
'todo.actionList.wxPreviewImage.todoOptions.urls.label': '
|
|
459
|
-
'todo.actionList.wxPreviewImage.classification.wxAbility.label': '
|
|
460
|
-
'todo.actionList.wxPreviewImage.remarks.0.content': '
|
|
461
|
-
'todo.actionList.wxUploadImage.label': '
|
|
462
|
-
'todo.actionList.wxUploadImage.todoOptions.localId.label': '
|
|
463
|
-
'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': '
|
|
464
|
-
'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId
|
|
465
|
-
'todo.actionList.wxUploadImage.classification.wxAbility.label': '
|
|
466
|
-
'todo.actionList.wxUploadImage.remarks.0.content': '
|
|
467
|
-
'todo.actionList.wxDownloadImage.label': '
|
|
468
|
-
'todo.actionList.wxDownloadImage.todoOptions.serverId.label': '
|
|
469
|
-
'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': '
|
|
470
|
-
'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId
|
|
471
|
-
'todo.actionList.wxDownloadImage.classification.wxAbility.label': '
|
|
472
|
-
'todo.actionList.wxDownloadImage.remarks.0.content': '
|
|
473
|
-
'todo.actionList.wxGetLocalImgData.label': '
|
|
474
|
-
'todo.actionList.wxGetLocalImgData.todoOptions.localId.label': '
|
|
475
|
-
'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': '
|
|
476
|
-
'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData:
|
|
477
|
-
'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': '
|
|
478
|
-
'todo.actionList.wxGetLocalImgData.remarks.0.content': '
|
|
479
|
-
'todo.actionList.openFloatWindow.label': '
|
|
480
|
-
'todo.actionList.openFloatWindow.remarks.0.content': '
|
|
412
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.orderId.label': 'Order ID',
|
|
413
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.placeholder': 'Please select business form',
|
|
414
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.placeholder': 'Please select approval form',
|
|
415
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.label': 'Whether other work orders of this node automatically return',
|
|
416
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetTacheId.label': 'Node ID (Optional with Node Business Code)',
|
|
417
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': 'Node Business Code',
|
|
418
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': 'Jump Target Node ID (Optional with Jump Target Node Business Code)',
|
|
419
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': 'Jump Target Node Business Code',
|
|
420
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': 'Next Node Handler Type',
|
|
421
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': 'Next Node Handler ID',
|
|
422
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.label': 'Need to Enable Service Extension',
|
|
423
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.eventExtService.label': 'Select Business Scenario to Extend Service',
|
|
424
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.0.content': 'Supports quick addition and modification of objects (Note: Form data source must be bound to object-generated data source to use this function)',
|
|
425
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.1.content': 'If the passed business scenario (sceneCode) is M, it means modification. You can submit the current data source or the data after the form is bound to the data source (global data source binding is not supported, the form will be validated and then the value will be obtained), and the modification will be performed automatically',
|
|
426
|
+
'todo.actionList.applyWeChatUserInfo.label': 'Apply for WeChat User Info Authorization',
|
|
427
|
+
'todo.actionList.applyWeChatUserInfo.todoOptions.url.label': 'Redirect Callback URL After Authorization',
|
|
428
|
+
'todo.actionList.applyWeChatUserInfo.classification.wxAbility.label': 'WeChat Public Ability',
|
|
429
|
+
'todo.actionList.applyWeChatUserInfo.remarks.0.content': 'Used to apply for user information authorization in WeChat environment. After authorization, obtain corresponding user information in the page event (Get WeChat Authorization Info) of the redirect callback page.',
|
|
430
|
+
'todo.actionList.applyWeChatUserInfo.remarks.1.content': 'The redirect callback link address must use a domain name, and the domain name needs to be configured in "Settings and Development" - "Function Settings" - "Web Authorization Domain" on the WeChat Official Account Platform official website.',
|
|
431
|
+
'todo.actionList.wxUpdateAppMessageShareData.label': 'Customize "Share to Friends" and "Share to QQ" Content',
|
|
432
|
+
'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': 'Share Icon (URL Link)',
|
|
433
|
+
'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': 'WeChat Public Ability',
|
|
434
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.0.content': 'Used to customize the content of "Share to Friends" and "Share to QQ" in the WeChat environment. This method needs to be called before the user clicks share.',
|
|
435
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.1.content': 'The share link and the domain or path calling this method must be consistent with the JS secure domain of the official account corresponding to the current application.',
|
|
436
|
+
'todo.actionList.wxUpdateTimelineShareData.label': 'Customize "Share to Moments" and "Share to QZone" Content',
|
|
437
|
+
'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': 'Share Icon (URL Link)',
|
|
438
|
+
'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': 'WeChat Public Ability',
|
|
439
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.0.content': 'Used to customize the content of "Share to Moments" and "Share to QZone" in the WeChat environment. This method needs to be called before the user clicks share.',
|
|
440
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.1.content': 'The share link and the domain or path calling this method must be consistent with the JS secure domain of the official account corresponding to the current page.',
|
|
441
|
+
'todo.actionList.wxOpenLocation.label': 'Use WeChat Built-in Map to View Location',
|
|
442
|
+
'todo.actionList.wxOpenLocation.todoOptions.address.label': 'Address Detail Description',
|
|
443
|
+
'todo.actionList.wxOpenLocation.todoOptions.scale.label': 'Map Zoom Level (Range 1~28. Default is Max)',
|
|
444
|
+
'todo.actionList.wxOpenLocation.classification.wxAbility.label': 'WeChat Public Ability',
|
|
445
|
+
'todo.actionList.wxOpenLocation.remarks.0.content': 'Interface for using WeChat built-in map to view location in WeChat environment',
|
|
446
|
+
'todo.actionList.wxGetLocation.label': 'Get WeChat Location Info',
|
|
447
|
+
'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.0.title': 'GPS Coordinates',
|
|
448
|
+
'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.description': 'latitude: Latitude, longitude: Longitude, speed: Speed (m/s), accuracy: Location Accuracy',
|
|
449
|
+
'todo.actionList.wxGetLocation.classification.wxAbility.label': 'WeChat Public Ability',
|
|
450
|
+
'todo.actionList.wxGetLocation.remarks.0.content': 'Used to obtain WeChat location information in WeChat environment.',
|
|
451
|
+
'todo.actionList.wxChooseImage.label': 'WeChat Take Photo or Choose from Album',
|
|
452
|
+
'todo.actionList.wxChooseImage.todoOptions.count.label': 'Number of Photos to Select (Max 9)',
|
|
453
|
+
'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.description': 'localIds: Returns the list of local IDs of selected photos. localId can be used as the src attribute of img tag to display images',
|
|
454
|
+
'todo.actionList.wxChooseImage.classification.wxAbility.label': 'WeChat Public Ability',
|
|
455
|
+
'todo.actionList.wxChooseImage.remarks.0.content': 'Interface for taking photos or selecting images from mobile album in WeChat environment',
|
|
456
|
+
'todo.actionList.wxPreviewImage.label': 'WeChat Preview Image',
|
|
457
|
+
'todo.actionList.wxPreviewImage.todoOptions.current.label': 'HTTP Link of Currently Displayed Image',
|
|
458
|
+
'todo.actionList.wxPreviewImage.todoOptions.urls.label': 'List of HTTP Links of Images to Preview',
|
|
459
|
+
'todo.actionList.wxPreviewImage.classification.wxAbility.label': 'WeChat Public Ability',
|
|
460
|
+
'todo.actionList.wxPreviewImage.remarks.0.content': 'Used to call WeChat ability to preview images in WeChat environment',
|
|
461
|
+
'todo.actionList.wxUploadImage.label': 'WeChat Upload Image',
|
|
462
|
+
'todo.actionList.wxUploadImage.todoOptions.localId.label': 'Local ID of Image to Upload (Obtained from "WeChat Take Photo or Choose from Album" event)',
|
|
463
|
+
'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': 'Show Progress Tips',
|
|
464
|
+
'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId: Server-side ID of the image',
|
|
465
|
+
'todo.actionList.wxUploadImage.classification.wxAbility.label': 'WeChat Public Ability',
|
|
466
|
+
'todo.actionList.wxUploadImage.remarks.0.content': 'Used to upload images to WeChat server in WeChat environment. Uploaded images are valid for 3 days. You can use WeChat multimedia interface to download images to your own server. The serverId obtained here is media_id. You can also use "WeChat Download Image" method to download images to local.',
|
|
467
|
+
'todo.actionList.wxDownloadImage.label': 'WeChat Download Image',
|
|
468
|
+
'todo.actionList.wxDownloadImage.todoOptions.serverId.label': 'Server-side ID of Image to Download (Obtained from "WeChat Upload Image" event)',
|
|
469
|
+
'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': 'Show Progress Tips',
|
|
470
|
+
'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId: Local ID after image download',
|
|
471
|
+
'todo.actionList.wxDownloadImage.classification.wxAbility.label': 'WeChat Public Ability',
|
|
472
|
+
'todo.actionList.wxDownloadImage.remarks.0.content': 'Used to download images stored in WeChat server to local browser cache in WeChat environment.',
|
|
473
|
+
'todo.actionList.wxGetLocalImgData.label': 'WeChat Get Local Image Data',
|
|
474
|
+
'todo.actionList.wxGetLocalImgData.todoOptions.localId.label': 'Local ID of Image (Obtained from "WeChat Take Photo or Choose from Album" or "WeChat Download Image")',
|
|
475
|
+
'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': 'Compression Ratio (0~1)',
|
|
476
|
+
'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData: Base64 data of the image, can be displayed using img tag.',
|
|
477
|
+
'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': 'WeChat Public Ability',
|
|
478
|
+
'todo.actionList.wxGetLocalImgData.remarks.0.content': 'This interface is only provided under iOS WKWebview, used to be compatible with the issue that iOS WKWebview does not support direct display of images with localId.',
|
|
479
|
+
'todo.actionList.openFloatWindow.label': 'Open Float Window',
|
|
480
|
+
'todo.actionList.openFloatWindow.remarks.0.content': 'Floating on one side of the page, suitable for quick help access without switching pages, such as customer service assistant.',
|
|
481
481
|
'todo.actionList.callAiService.label': 'Call AI Service',
|
|
482
482
|
'todo.actionList.callAiService.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
|
|
483
483
|
'todo.actionList.callAiService.todoOptions.compid.label': 'Content Display Component',
|
|
@@ -522,10 +522,10 @@ export var todoActionListEnUS = {
|
|
|
522
522
|
'todo.actionList.setTripleFormAction.todoOptions.detailId.label': 'Detail ID',
|
|
523
523
|
'todo.actionList.validateCurrentForm.todoCallbacks.callback1.description': 'Data of all fields in the current form',
|
|
524
524
|
'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.description': 'Data of all fields in the current form',
|
|
525
|
-
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.title': '
|
|
526
|
-
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.title': '
|
|
527
|
-
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.title': '
|
|
528
|
-
'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.title': '
|
|
525
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.title': 'Custom Page Data: @{options.stateName}',
|
|
526
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.title': 'Dropdown Selected Data (Single)@{name}',
|
|
527
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.title': 'Dropdown Selected Data (Multiple)@{name}',
|
|
528
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.title': 'Selected Node Data@{name}',
|
|
529
529
|
'todo.actionList.exportBusiObjectData.label': 'Export Business Object Data',
|
|
530
530
|
'todo.actionList.exportBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
|
|
531
531
|
'todo.actionList.exportBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
|
|
@@ -730,7 +730,7 @@ export var todoActionListEnUS = {
|
|
|
730
730
|
是否收缩: 'Is Collapsed',
|
|
731
731
|
缩起: 'Collapse',
|
|
732
732
|
展开: 'Expand',
|
|
733
|
-
获取选中项: '
|
|
733
|
+
获取选中项: 'Get Selected Items',
|
|
734
734
|
索引: 'Index',
|
|
735
735
|
刷新验证码: 'Refresh Verification Code',
|
|
736
736
|
播放控制: 'Media Control',
|
|
@@ -762,7 +762,7 @@ export var todoActionListEnUS = {
|
|
|
762
762
|
去第几页: 'Go to Page',
|
|
763
763
|
显示已选: 'Show Selected',
|
|
764
764
|
显示全部: 'Show All',
|
|
765
|
-
加载动画: '
|
|
765
|
+
加载动画: 'Loading Animation',
|
|
766
766
|
加载时长: 'Loading Duration',
|
|
767
767
|
秒: 'seconds',
|
|
768
768
|
发送请求: 'Send Request',
|
|
@@ -791,41 +791,41 @@ export var todoActionListEnUS = {
|
|
|
791
791
|
目标环节: 'Target Node',
|
|
792
792
|
打印日志: 'Print Log',
|
|
793
793
|
是否显隐: 'Is Visible',
|
|
794
|
-
上传参数: '
|
|
795
|
-
上传值改变: '
|
|
796
|
-
是否禁用: '
|
|
797
|
-
流程编码: '
|
|
798
|
-
业务表单: '
|
|
799
|
-
人员: '
|
|
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
|
-
选择页面: '
|
|
794
|
+
上传参数: 'Upload Parameters',
|
|
795
|
+
上传值改变: 'Upload Value Change',
|
|
796
|
+
是否禁用: 'Is Disabled',
|
|
797
|
+
流程编码: 'Workflow Code',
|
|
798
|
+
业务表单: 'Business Form',
|
|
799
|
+
人员: 'Personnel',
|
|
800
|
+
组织: 'Organization',
|
|
801
|
+
岗位: 'Position',
|
|
802
|
+
流程类: 'Workflow',
|
|
803
|
+
配置规则: 'Configuration Rules',
|
|
804
|
+
流转动作: 'Transition Action',
|
|
805
|
+
正常流转: 'Normal Transition',
|
|
806
|
+
回退: 'Rollback',
|
|
807
|
+
自由流转: 'Free Transition',
|
|
808
|
+
回退类型: 'Rollback Type',
|
|
809
|
+
审批表单: 'Approval Form',
|
|
810
|
+
失败回调: 'Failure Callback',
|
|
811
|
+
分享标题: 'Share Title',
|
|
812
|
+
分享描述: 'Share Description',
|
|
813
|
+
分享链接: 'Share Link',
|
|
814
|
+
纬度: 'Latitude',
|
|
815
|
+
经度: 'Longitude',
|
|
816
|
+
位置名称: 'Location Name',
|
|
817
|
+
坐标类型: 'Coordinate Type',
|
|
818
|
+
火星坐标: 'Mars Coordinates',
|
|
819
|
+
成功败回调: 'Success/Failure Callback',
|
|
820
|
+
图片来源: 'Image Source',
|
|
821
|
+
相册: 'Album',
|
|
822
|
+
相机: 'Camera',
|
|
823
|
+
注意: 'Note',
|
|
824
|
+
浮窗位置: 'Float Window Position',
|
|
825
|
+
左侧: 'Left',
|
|
826
|
+
右侧: 'Right',
|
|
827
|
+
窗口尺寸: 'Window Size',
|
|
828
|
+
选择页面: 'Select Page',
|
|
829
829
|
选择服务: 'Select Service',
|
|
830
830
|
标题字段: 'Title Field',
|
|
831
831
|
状态字段: 'Status Field',
|
|
@@ -834,7 +834,7 @@ export var todoActionListEnUS = {
|
|
|
834
834
|
函数名称: 'Function Name',
|
|
835
835
|
自定义入参: 'Custom Input Parameters',
|
|
836
836
|
打开提示框: 'Open Alert',
|
|
837
|
-
确认: '
|
|
837
|
+
确认: 'Confirm',
|
|
838
838
|
标题: 'Title',
|
|
839
839
|
打开弹窗: 'Open Modal',
|
|
840
840
|
弹窗: 'Modal',
|
|
@@ -860,6 +860,7 @@ export var todoActionListEnUS = {
|
|
|
860
860
|
字段数据: 'Field Data',
|
|
861
861
|
字段编码: 'Field Code',
|
|
862
862
|
快速收起: 'Quick Collapse',
|
|
863
|
-
快速展开: 'Quick Expand'
|
|
863
|
+
快速展开: 'Quick Expand',
|
|
864
|
+
消息提示: 'Message Prompt'
|
|
864
865
|
};
|
|
865
866
|
export default todoActionListEnUS;
|
|
@@ -32,6 +32,8 @@ export var pcZhCN = {
|
|
|
32
32
|
'pc.page.todoProps.isMenu.props.description': '开启后预览页面将展示该菜单,在同步时也会将该页面当作菜单同步到基础门户',
|
|
33
33
|
'pc.page.todoProps.searchParams.label': 'url参数',
|
|
34
34
|
'pc.page.todoProps.searchParams.groupsName': 'URL参数',
|
|
35
|
+
'pc.largeScreen.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
36
|
+
'pc.largeScreen.todoProps.pagePath.props.regex.message': '必须为/xx/yy/..格式',
|
|
35
37
|
'pc.modal.todoActionList.showMessage.todoOptions.okText.label': '确认按钮文本',
|
|
36
38
|
'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': '取消按钮文本',
|
|
37
39
|
'pc.modal.todoActionList.showMessage.classification.modal.label': '消息&弹窗',
|
|
@@ -32,6 +32,8 @@ export var pcZhHK = {
|
|
|
32
32
|
'pc.page.todoProps.isMenu.props.description': '開啟後預覽頁面將展示該菜單,在同步時也會將該頁面當作菜單同步到基礎門戶',
|
|
33
33
|
'pc.page.todoProps.searchParams.label': 'url參數',
|
|
34
34
|
'pc.page.todoProps.searchParams.groupsName': 'URL參數',
|
|
35
|
+
'pc.largeScreen.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
36
|
+
'pc.largeScreen.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
35
37
|
'pc.modal.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
36
38
|
'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
37
39
|
'pc.modal.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
@@ -32,13 +32,13 @@ export default {
|
|
|
32
32
|
code: 'bizData'
|
|
33
33
|
}],
|
|
34
34
|
compState: [{
|
|
35
|
-
name:
|
|
35
|
+
name: '业务主键',
|
|
36
36
|
code: 'bizId'
|
|
37
37
|
}, {
|
|
38
|
-
name:
|
|
38
|
+
name: '业务场景',
|
|
39
39
|
code: 'sceneCode'
|
|
40
40
|
}, {
|
|
41
|
-
name:
|
|
41
|
+
name: '业务数据',
|
|
42
42
|
code: 'bizData'
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
compLib: string;
|
|
3
|
+
compType: number;
|
|
4
|
+
isBusiObjContainer: boolean;
|
|
5
|
+
isContainer: boolean;
|
|
6
|
+
label: string;
|
|
7
|
+
props: {
|
|
8
|
+
catalogItemId: number;
|
|
9
|
+
};
|
|
10
|
+
style: {};
|
|
11
|
+
setEvents: never[];
|
|
12
|
+
type: string;
|
|
13
|
+
platform: string;
|
|
14
|
+
description: string;
|
|
15
|
+
image: string;
|
|
16
|
+
groupsName: string;
|
|
17
|
+
todoProps: {
|
|
18
|
+
pageName: {
|
|
19
|
+
label: string;
|
|
20
|
+
type: string;
|
|
21
|
+
groupsName: string;
|
|
22
|
+
props: {
|
|
23
|
+
required: boolean;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
pagePath: {
|
|
27
|
+
label: string;
|
|
28
|
+
type: string;
|
|
29
|
+
groupsName: string;
|
|
30
|
+
props: {
|
|
31
|
+
required: boolean;
|
|
32
|
+
placeholder: string;
|
|
33
|
+
regex: {
|
|
34
|
+
pattern: RegExp;
|
|
35
|
+
message: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
catalogItemId: {
|
|
40
|
+
label: string;
|
|
41
|
+
type: string;
|
|
42
|
+
groupsName: string;
|
|
43
|
+
props: {
|
|
44
|
+
required: boolean;
|
|
45
|
+
options: never[];
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
todoStyles: {};
|
|
50
|
+
};
|
|
51
|
+
export default _default;
|