@lingxiteam/assets 4.3.2-alpha.4 → 4.3.2-alpha.6

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.
@@ -121,6 +121,54 @@ export var pcEnUS = {
121
121
  事件: 'Event',
122
122
  刷新: 'Refresh',
123
123
  事件入参: 'Event Params',
124
- 数据通信: 'Data Communication'
124
+ 数据通信: 'Data Communication',
125
+ 组件卸载: 'Component Unmount',
126
+ 名称: 'Name',
127
+ 基础: 'Basic',
128
+ 分组: 'Group',
129
+ 组件状态: 'Component Status',
130
+ 方法: 'Method',
131
+ 方法编码: 'Method Code',
132
+ 方法名称: 'Method Name',
133
+ 页面: 'Page',
134
+ 页面退出: 'Page Exit',
135
+ 场景描述: 'Scenario Description',
136
+ 适用场景: 'Applicable Scenarios',
137
+ 路径: 'Path',
138
+ 描述: 'Description',
139
+ 功能组件: 'Functional Component',
140
+ 免登录: 'No Login Required',
141
+ 页面缓存: 'Page Cache',
142
+ 设置为菜单: 'Set as Menu',
143
+ 标签: 'Label',
144
+ 路由数据: 'Route Data',
145
+ 弹窗: 'Modal',
146
+ 弹窗打开后: 'After modal opens',
147
+ 弹窗关闭前: 'Before modal closes',
148
+ 点击确认: 'Click Confirm',
149
+ 点击取消: 'Click Cancel',
150
+ 弹窗标题: 'Modal Title',
151
+ 弹窗大小: 'Modal Size',
152
+ 自定义: 'Custom',
153
+ 宽度: 'Width',
154
+ 高度: 'Height',
155
+ 底部内容: 'Footer Content',
156
+ 显示: 'Show',
157
+ 隐藏: 'Hide',
158
+ 主按钮文本: 'Primary Button Text',
159
+ 次按钮文本: 'Secondary Button Text',
160
+ 关闭方式: 'Close Method',
161
+ 抽屉: 'Drawer',
162
+ 推拉门标题: 'Drawer Title',
163
+ 抽屉方向: 'Drawer Direction',
164
+ 上: 'Top',
165
+ 右: 'Right',
166
+ 下: 'Bottom',
167
+ 左: 'Left',
168
+ 推拉门宽度: 'Drawer Width',
169
+ 推拉门高度: 'Drawer Height',
170
+ 气泡卡片: 'Popover Card',
171
+ 浮窗关闭: 'Floating Window Closed',
172
+ 显示标题: 'Show Title'
125
173
  };
126
174
  export default pcEnUS;
@@ -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': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
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': '下节点处理人ID',
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': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
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:回退到发起节点<br />rb:回退到配置态指定的节点<br />rc:回退到用户指定的节点(选此类型,则节点ID或节点业务编码必填其一)<br />rdo:回退到上一次处理的节点<br />re:回退到上游节点<br />rf:结束流程',
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': '定单ID',
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': '节点ID(和节点业务编码选填一个即可)',
417
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': '节点业务编码',
418
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': '跳转目标节点ID(和跳转目标节点业务编码选填一个即可)',
419
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': '跳转目标节点业务编码',
420
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': '下节点处理人类型',
421
- 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': '下节点处理人ID',
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': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
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': '自定义“分享给朋友”及“分享到QQ”的内容',
432
- 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
433
- 'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': '微信公众能力',
434
- 'todo.actionList.wxUpdateAppMessageShareData.remarks.0.content': '用于在微信环境里,自定义“分享给朋友”及“分享到QQ”的内容,该方法需要在用户点击分享前调用',
435
- 'todo.actionList.wxUpdateAppMessageShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前应用对应的公众号JS安全域名一致',
436
- 'todo.actionList.wxUpdateTimelineShareData.label': '自定义“分享到朋友圈”及“分享到QQ空间”的内容',
437
- 'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
438
- 'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': '微信公众能力',
439
- 'todo.actionList.wxUpdateTimelineShareData.remarks.0.content': '用于在微信环境里,自定义“分享到朋友圈”及“分享到QQ空间”的内容,该方法需要在用户点击分享前调用',
440
- 'todo.actionList.wxUpdateTimelineShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前页面对应的公众号JS安全域名一致',
441
- 'todo.actionList.wxOpenLocation.label': '使用微信内置地图查看位置',
442
- 'todo.actionList.wxOpenLocation.todoOptions.address.label': '地址详情说明',
443
- 'todo.actionList.wxOpenLocation.todoOptions.scale.label': '地图缩放级别(范围从1~28。默认为最大)',
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:纬度,longitude:经度,speed:速度(米/每秒)accuracy:位置精度',
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': '照片选择数量(最多9)',
453
- 'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.description': 'localIds: 返回选定照片的本地ID列表。localId可以作为img标签的src属性显示图片',
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': '当前显示图片的http链接',
458
- 'todo.actionList.wxPreviewImage.todoOptions.urls.label': '需要预览的图片http链接列表',
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': '上传的图片的本地ID(由“微信拍照或从相册获取照片”事件获得)',
463
- 'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
464
- 'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId:图片的服务器端ID',
465
- 'todo.actionList.wxUploadImage.classification.wxAbility.label': '微信公众能力',
466
- 'todo.actionList.wxUploadImage.remarks.0.content': '用于在微信环境里,上传图片到微信服务器。上传图片有效期3天,可用微信多媒体接口下载图片到自己的服务器,此处获得的 serverId media_id, 也可用“微信下载图片”方法下载图片到本地。',
467
- 'todo.actionList.wxDownloadImage.label': '微信下载图片',
468
- 'todo.actionList.wxDownloadImage.todoOptions.serverId.label': '需要下载的图片的服务器端ID(由“微信上传图片”事件获得)',
469
- 'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
470
- 'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId:图片下载后的本地ID',
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': '图片的本地ID(由“微信拍照或从相册获取照片”或“微信下载图片”获得)',
475
- 'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': '压缩比例(0~1)',
476
- 'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData: 图片的base64数据,可以用img标签显示。',
477
- 'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': '微信公众能力',
478
- 'todo.actionList.wxGetLocalImgData.remarks.0.content': '此接口仅在 iOS WKWebview 下提供,用于兼容 iOS WKWebview 不支持 localId 直接显示图片的问题。',
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': '自定义页面数据:@{options.stateName}',
526
- 'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.title': '下拉框选中数据(单选)@{name}',
527
- 'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.title': '下拉框选中数据(多选)@{name}',
528
- 'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.title': '选中节点数据@{name}',
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;
@@ -864,6 +864,7 @@ export var todoActionListZhHK = {
864
864
  字段数据: '字段數據',
865
865
  字段编码: '字段編碼',
866
866
  快速收起: '快速收起',
867
- 快速展开: '快速展開'
867
+ 快速展开: '快速展開',
868
+ 消息提示: '消息提示'
868
869
  };
869
870
  export default todoActionListZhHK;
@@ -32,13 +32,13 @@ export default {
32
32
  code: 'bizData'
33
33
  }],
34
34
  compState: [{
35
- name: localeKey('props.compState.0.name'),
35
+ name: '业务主键',
36
36
  code: 'bizId'
37
37
  }, {
38
- name: localeKey('props.compState.1.name'),
38
+ name: '业务场景',
39
39
  code: 'sceneCode'
40
40
  }, {
41
- name: localeKey('props.compState.2.name'),
41
+ name: '业务数据',
42
42
  code: 'bizData'
43
43
  }]
44
44
  },
@@ -24,7 +24,7 @@ var SERVICE_KEY = {
24
24
  var todoActionObject = {
25
25
  showMessage: {
26
26
  key: 'showMessage',
27
- label: localeKey('showMessage.label'),
27
+ label: '消息提示',
28
28
  todoOptions: [{
29
29
  key: 'type',
30
30
  label: '类型',
@@ -127,6 +127,54 @@ var pcEnUS = exports.pcEnUS = {
127
127
  事件: 'Event',
128
128
  刷新: 'Refresh',
129
129
  事件入参: 'Event Params',
130
- 数据通信: 'Data Communication'
130
+ 数据通信: 'Data Communication',
131
+ 组件卸载: 'Component Unmount',
132
+ 名称: 'Name',
133
+ 基础: 'Basic',
134
+ 分组: 'Group',
135
+ 组件状态: 'Component Status',
136
+ 方法: 'Method',
137
+ 方法编码: 'Method Code',
138
+ 方法名称: 'Method Name',
139
+ 页面: 'Page',
140
+ 页面退出: 'Page Exit',
141
+ 场景描述: 'Scenario Description',
142
+ 适用场景: 'Applicable Scenarios',
143
+ 路径: 'Path',
144
+ 描述: 'Description',
145
+ 功能组件: 'Functional Component',
146
+ 免登录: 'No Login Required',
147
+ 页面缓存: 'Page Cache',
148
+ 设置为菜单: 'Set as Menu',
149
+ 标签: 'Label',
150
+ 路由数据: 'Route Data',
151
+ 弹窗: 'Modal',
152
+ 弹窗打开后: 'After modal opens',
153
+ 弹窗关闭前: 'Before modal closes',
154
+ 点击确认: 'Click Confirm',
155
+ 点击取消: 'Click Cancel',
156
+ 弹窗标题: 'Modal Title',
157
+ 弹窗大小: 'Modal Size',
158
+ 自定义: 'Custom',
159
+ 宽度: 'Width',
160
+ 高度: 'Height',
161
+ 底部内容: 'Footer Content',
162
+ 显示: 'Show',
163
+ 隐藏: 'Hide',
164
+ 主按钮文本: 'Primary Button Text',
165
+ 次按钮文本: 'Secondary Button Text',
166
+ 关闭方式: 'Close Method',
167
+ 抽屉: 'Drawer',
168
+ 推拉门标题: 'Drawer Title',
169
+ 抽屉方向: 'Drawer Direction',
170
+ 上: 'Top',
171
+ 右: 'Right',
172
+ 下: 'Bottom',
173
+ 左: 'Left',
174
+ 推拉门宽度: 'Drawer Width',
175
+ 推拉门高度: 'Drawer Height',
176
+ 气泡卡片: 'Popover Card',
177
+ 浮窗关闭: 'Floating Window Closed',
178
+ 显示标题: 'Show Title'
131
179
  };
132
180
  var _default = exports.default = pcEnUS;
@@ -143,7 +143,7 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
143
143
  'todo.actionList.setRemoteCompProps.label': 'Set Component Properties',
144
144
  'todo.actionList.setRemoteCompProps.todoOptions.rProps.label': 'Set Custom Component Properties',
145
145
  'todo.actionList.sysSetFormItemStatus.label': 'Set Form Control Status',
146
- 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': '仅支持选择非渲染容器下的“表单”组件',
146
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': 'Only supports selecting "Form" components under non-rendering containers',
147
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
148
  'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.label': 'Option Form Code Field',
149
149
  'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.description': 'Node alias of form code field attrCode',
@@ -182,7 +182,7 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
182
182
  'todo.actionList.downloadByFileId.todoOptions.fileName.label': 'Custom File Name',
183
183
  'todo.actionList.downloadByFileId.todoOptions.fileName.labelTip': 'When file name is not set, it will be the original file name',
184
184
  'todo.actionList.downloadByFileId.todoOptions.fileName.props.placeholder': 'Including suffix, e.g.: Table.xls',
185
- 'todo.actionList.downloadByFileId.todoOptions.zip.labelTip': '默认为单文件不压缩,多文件压缩,若开启单文件压缩为“是”,则不区分单文件/多文件,都压缩。',
185
+ '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.',
186
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
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
188
  'todo.actionList.callSelfFunc.label': 'Call Page Custom Event',
@@ -352,7 +352,7 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
352
352
  'todo.actionList.JSBridge.todoCallbacks.callback1.title': 'Native Method Success Callback Parameters',
353
353
  'todo.actionList.JSBridge.todoCallbacks.callback2.title': 'Native Method Failure Callback Parameters',
354
354
  'todo.actionList.sysSetState.label': 'Set Component Status',
355
- 'todo.actionList.sysSetState.todoOptions.compid.labelTip': '组件无“状态”属性时,组件不能选中',
355
+ 'todo.actionList.sysSetState.todoOptions.compid.labelTip': 'Component cannot be selected when it has no "Status" property',
356
356
  'todo.actionList.sysSetState.todoOptions.compValueList.label': 'Set Component Status',
357
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
358
  'todo.actionList.sysSetState.classification.1.label': 'Show/Hide',
@@ -383,107 +383,107 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
383
383
  'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.1.title': 'Specified Main Workflow Instance Diagram',
384
384
  'todo.actionList.openFlowDiagram.todoOptions.diagramWorkOrderId.label': 'Business Order ID',
385
385
  'todo.actionList.sysSetVisible.classification.1.label': 'Show/Hide',
386
- 'todo.actionList.setUploadProps.label': '设置上传参数',
386
+ 'todo.actionList.setUploadProps.label': 'Set Upload Parameters',
387
387
  'todo.actionList.setUploadProps.todoOptions.url.label': 'Request Address (URL)',
388
388
  'todo.actionList.setUploadChange.todoOptions.url.label': 'Request Address (URL)',
389
- 'todo.actionList.postObjectData.label': '提交业务对象数据',
389
+ 'todo.actionList.postObjectData.label': 'Submit Business Object Data',
390
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': '提交业务对象并发起流程',
391
+ 'todo.actionList.postObjectData.todoOptions.selectObjectDataSource.label': 'Select Business Object Data Source',
392
+ 'todo.actionList.postObjectData.todoOptions.hasEventExtService.label': 'Need to Enable Service Extension',
393
+ 'todo.actionList.postObjectData.todoOptions.eventExtService.label': 'Select Business Scenario to Extend Service',
394
+ '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)',
395
+ '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',
396
+ 'todo.actionList.postObjectAndStartFlow.label': 'Submit Business Object and Start Workflow',
397
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': '更新业务对象并流转流程',
398
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.selectObjectDataSource.label': 'Select Business Object Data Source',
399
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.debugFlowPackageCode.label': 'Debug Workflow Code',
400
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.placeholder': 'Please select business form',
401
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.label': 'Next Node Handler Type',
402
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyId.label': 'Next Node Handler ID',
403
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.label': 'Need to Enable Service Extension',
404
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.eventExtService.label': 'Select Business Scenario to Extend Service',
405
+ '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)',
406
+ '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',
407
+ 'todo.actionList.updateObjectAndChangeFlow.label': 'Update Business Object and Transition Workflow',
408
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': '回退上游节点',
409
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.selectObjectDataSource.label': 'Select Business Object Data Source',
410
+ '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',
411
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.0.title': 'Rollback to Start Node',
412
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.1.title': 'Specify Rollback Node',
413
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.2.title': 'Rollback to User-Specified Node',
414
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.3.title': 'Rollback to Last Processed Node',
415
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.4.title': 'Rollback to Upstream Node',
416
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.5.title': 'Rollback Upstream Node',
417
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': '悬浮于页面一侧,适用于快速获取帮助,无需切换页面,如客服助手。',
418
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.orderId.label': 'Order ID',
419
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.placeholder': 'Please select business form',
420
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.placeholder': 'Please select approval form',
421
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.label': 'Whether other work orders of this node automatically return',
422
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetTacheId.label': 'Node ID (Optional with Node Business Code)',
423
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': 'Node Business Code',
424
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': 'Jump Target Node ID (Optional with Jump Target Node Business Code)',
425
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': 'Jump Target Node Business Code',
426
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': 'Next Node Handler Type',
427
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': 'Next Node Handler ID',
428
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.label': 'Need to Enable Service Extension',
429
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.eventExtService.label': 'Select Business Scenario to Extend Service',
430
+ '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)',
431
+ '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',
432
+ 'todo.actionList.applyWeChatUserInfo.label': 'Apply for WeChat User Info Authorization',
433
+ 'todo.actionList.applyWeChatUserInfo.todoOptions.url.label': 'Redirect Callback URL After Authorization',
434
+ 'todo.actionList.applyWeChatUserInfo.classification.wxAbility.label': 'WeChat Public Ability',
435
+ '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.',
436
+ '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.',
437
+ 'todo.actionList.wxUpdateAppMessageShareData.label': 'Customize "Share to Friends" and "Share to QQ" Content',
438
+ 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': 'Share Icon (URL Link)',
439
+ 'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': 'WeChat Public Ability',
440
+ '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.',
441
+ '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.',
442
+ 'todo.actionList.wxUpdateTimelineShareData.label': 'Customize "Share to Moments" and "Share to QZone" Content',
443
+ 'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': 'Share Icon (URL Link)',
444
+ 'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': 'WeChat Public Ability',
445
+ '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.',
446
+ '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.',
447
+ 'todo.actionList.wxOpenLocation.label': 'Use WeChat Built-in Map to View Location',
448
+ 'todo.actionList.wxOpenLocation.todoOptions.address.label': 'Address Detail Description',
449
+ 'todo.actionList.wxOpenLocation.todoOptions.scale.label': 'Map Zoom Level (Range 1~28. Default is Max)',
450
+ 'todo.actionList.wxOpenLocation.classification.wxAbility.label': 'WeChat Public Ability',
451
+ 'todo.actionList.wxOpenLocation.remarks.0.content': 'Interface for using WeChat built-in map to view location in WeChat environment',
452
+ 'todo.actionList.wxGetLocation.label': 'Get WeChat Location Info',
453
+ 'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.0.title': 'GPS Coordinates',
454
+ 'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.description': 'latitude: Latitude, longitude: Longitude, speed: Speed (m/s), accuracy: Location Accuracy',
455
+ 'todo.actionList.wxGetLocation.classification.wxAbility.label': 'WeChat Public Ability',
456
+ 'todo.actionList.wxGetLocation.remarks.0.content': 'Used to obtain WeChat location information in WeChat environment.',
457
+ 'todo.actionList.wxChooseImage.label': 'WeChat Take Photo or Choose from Album',
458
+ 'todo.actionList.wxChooseImage.todoOptions.count.label': 'Number of Photos to Select (Max 9)',
459
+ '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',
460
+ 'todo.actionList.wxChooseImage.classification.wxAbility.label': 'WeChat Public Ability',
461
+ 'todo.actionList.wxChooseImage.remarks.0.content': 'Interface for taking photos or selecting images from mobile album in WeChat environment',
462
+ 'todo.actionList.wxPreviewImage.label': 'WeChat Preview Image',
463
+ 'todo.actionList.wxPreviewImage.todoOptions.current.label': 'HTTP Link of Currently Displayed Image',
464
+ 'todo.actionList.wxPreviewImage.todoOptions.urls.label': 'List of HTTP Links of Images to Preview',
465
+ 'todo.actionList.wxPreviewImage.classification.wxAbility.label': 'WeChat Public Ability',
466
+ 'todo.actionList.wxPreviewImage.remarks.0.content': 'Used to call WeChat ability to preview images in WeChat environment',
467
+ 'todo.actionList.wxUploadImage.label': 'WeChat Upload Image',
468
+ 'todo.actionList.wxUploadImage.todoOptions.localId.label': 'Local ID of Image to Upload (Obtained from "WeChat Take Photo or Choose from Album" event)',
469
+ 'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': 'Show Progress Tips',
470
+ 'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId: Server-side ID of the image',
471
+ 'todo.actionList.wxUploadImage.classification.wxAbility.label': 'WeChat Public Ability',
472
+ '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.',
473
+ 'todo.actionList.wxDownloadImage.label': 'WeChat Download Image',
474
+ 'todo.actionList.wxDownloadImage.todoOptions.serverId.label': 'Server-side ID of Image to Download (Obtained from "WeChat Upload Image" event)',
475
+ 'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': 'Show Progress Tips',
476
+ 'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId: Local ID after image download',
477
+ 'todo.actionList.wxDownloadImage.classification.wxAbility.label': 'WeChat Public Ability',
478
+ 'todo.actionList.wxDownloadImage.remarks.0.content': 'Used to download images stored in WeChat server to local browser cache in WeChat environment.',
479
+ 'todo.actionList.wxGetLocalImgData.label': 'WeChat Get Local Image Data',
480
+ 'todo.actionList.wxGetLocalImgData.todoOptions.localId.label': 'Local ID of Image (Obtained from "WeChat Take Photo or Choose from Album" or "WeChat Download Image")',
481
+ 'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': 'Compression Ratio (0~1)',
482
+ 'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData: Base64 data of the image, can be displayed using img tag.',
483
+ 'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': 'WeChat Public Ability',
484
+ '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.',
485
+ 'todo.actionList.openFloatWindow.label': 'Open Float Window',
486
+ '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.',
487
487
  'todo.actionList.callAiService.label': 'Call AI Service',
488
488
  'todo.actionList.callAiService.todoOptions.actionTitle.props.placeholder': 'Please enter action description',
489
489
  'todo.actionList.callAiService.todoOptions.compid.label': 'Content Display Component',
@@ -528,10 +528,10 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
528
528
  'todo.actionList.setTripleFormAction.todoOptions.detailId.label': 'Detail ID',
529
529
  'todo.actionList.validateCurrentForm.todoCallbacks.callback1.description': 'Data of all fields in the current form',
530
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}',
531
+ 'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.title': 'Custom Page Data: @{options.stateName}',
532
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.title': 'Dropdown Selected Data (Single)@{name}',
533
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.title': 'Dropdown Selected Data (Multiple)@{name}',
534
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.title': 'Selected Node Data@{name}',
535
535
  'todo.actionList.exportBusiObjectData.label': 'Export Business Object Data',
536
536
  'todo.actionList.exportBusiObjectData.todoOptions.busiObjectId.label': 'Select Business Object',
537
537
  'todo.actionList.exportBusiObjectData.todoOptions.relatedObjectList.label': 'Select Related Object',
@@ -736,7 +736,7 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
736
736
  是否收缩: 'Is Collapsed',
737
737
  缩起: 'Collapse',
738
738
  展开: 'Expand',
739
- 获取选中项: '获取选中项',
739
+ 获取选中项: 'Get Selected Items',
740
740
  索引: 'Index',
741
741
  刷新验证码: 'Refresh Verification Code',
742
742
  播放控制: 'Media Control',
@@ -768,7 +768,7 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
768
768
  去第几页: 'Go to Page',
769
769
  显示已选: 'Show Selected',
770
770
  显示全部: 'Show All',
771
- 加载动画: '加载动画',
771
+ 加载动画: 'Loading Animation',
772
772
  加载时长: 'Loading Duration',
773
773
  秒: 'seconds',
774
774
  发送请求: 'Send Request',
@@ -797,41 +797,41 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
797
797
  目标环节: 'Target Node',
798
798
  打印日志: 'Print Log',
799
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
- 选择页面: '选择页面',
800
+ 上传参数: 'Upload Parameters',
801
+ 上传值改变: 'Upload Value Change',
802
+ 是否禁用: 'Is Disabled',
803
+ 流程编码: 'Workflow Code',
804
+ 业务表单: 'Business Form',
805
+ 人员: 'Personnel',
806
+ 组织: 'Organization',
807
+ 岗位: 'Position',
808
+ 流程类: 'Workflow',
809
+ 配置规则: 'Configuration Rules',
810
+ 流转动作: 'Transition Action',
811
+ 正常流转: 'Normal Transition',
812
+ 回退: 'Rollback',
813
+ 自由流转: 'Free Transition',
814
+ 回退类型: 'Rollback Type',
815
+ 审批表单: 'Approval Form',
816
+ 失败回调: 'Failure Callback',
817
+ 分享标题: 'Share Title',
818
+ 分享描述: 'Share Description',
819
+ 分享链接: 'Share Link',
820
+ 纬度: 'Latitude',
821
+ 经度: 'Longitude',
822
+ 位置名称: 'Location Name',
823
+ 坐标类型: 'Coordinate Type',
824
+ 火星坐标: 'Mars Coordinates',
825
+ 成功败回调: 'Success/Failure Callback',
826
+ 图片来源: 'Image Source',
827
+ 相册: 'Album',
828
+ 相机: 'Camera',
829
+ 注意: 'Note',
830
+ 浮窗位置: 'Float Window Position',
831
+ 左侧: 'Left',
832
+ 右侧: 'Right',
833
+ 窗口尺寸: 'Window Size',
834
+ 选择页面: 'Select Page',
835
835
  选择服务: 'Select Service',
836
836
  标题字段: 'Title Field',
837
837
  状态字段: 'Status Field',
@@ -840,7 +840,7 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
840
840
  函数名称: 'Function Name',
841
841
  自定义入参: 'Custom Input Parameters',
842
842
  打开提示框: 'Open Alert',
843
- 确认: '确认',
843
+ 确认: 'Confirm',
844
844
  标题: 'Title',
845
845
  打开弹窗: 'Open Modal',
846
846
  弹窗: 'Modal',
@@ -866,6 +866,7 @@ var todoActionListEnUS = exports.todoActionListEnUS = {
866
866
  字段数据: 'Field Data',
867
867
  字段编码: 'Field Code',
868
868
  快速收起: 'Quick Collapse',
869
- 快速展开: 'Quick Expand'
869
+ 快速展开: 'Quick Expand',
870
+ 消息提示: 'Message Prompt'
870
871
  };
871
872
  var _default = exports.default = todoActionListEnUS;
@@ -870,6 +870,7 @@ var todoActionListZhHK = exports.todoActionListZhHK = {
870
870
  字段数据: '字段數據',
871
871
  字段编码: '字段編碼',
872
872
  快速收起: '快速收起',
873
- 快速展开: '快速展開'
873
+ 快速展开: '快速展開',
874
+ 消息提示: '消息提示'
874
875
  };
875
876
  var _default = exports.default = todoActionListZhHK;
@@ -38,13 +38,13 @@ var _default = exports.default = {
38
38
  code: 'bizData'
39
39
  }],
40
40
  compState: [{
41
- name: localeKey('props.compState.0.name'),
41
+ name: '业务主键',
42
42
  code: 'bizId'
43
43
  }, {
44
- name: localeKey('props.compState.1.name'),
44
+ name: '业务场景',
45
45
  code: 'sceneCode'
46
46
  }, {
47
- name: localeKey('props.compState.2.name'),
47
+ name: '业务数据',
48
48
  code: 'bizData'
49
49
  }]
50
50
  },
@@ -27,7 +27,7 @@ var SERVICE_KEY = {
27
27
  var todoActionObject = {
28
28
  showMessage: {
29
29
  key: 'showMessage',
30
- label: localeKey('showMessage.label'),
30
+ label: '消息提示',
31
31
  todoOptions: [{
32
32
  key: 'type',
33
33
  label: '类型',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/assets",
3
- "version": "4.3.2-alpha.4",
3
+ "version": "4.3.2-alpha.6",
4
4
  "description": "灵犀低代码平台移动端 - 工具类",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",