workflow-editor 0.9.61 → 0.9.62
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/package.json
CHANGED
package/src/i18n/langs/cn.js
CHANGED
|
@@ -311,7 +311,8 @@ const cn = {
|
|
|
311
311
|
getSubprocessEntityBeanInfo: '该bean需要实现接口tech.imatrix.wf.core.OnStartingSubProcess',
|
|
312
312
|
isNull: '等于Null',
|
|
313
313
|
isNotNull: '不等于Null',
|
|
314
|
-
defaultMailTemplate: '默认邮件模板'
|
|
314
|
+
defaultMailTemplate: '默认邮件模板',
|
|
315
|
+
trustTask: '委托任务'
|
|
315
316
|
},
|
|
316
317
|
// 环节属性
|
|
317
318
|
task: {
|
package/src/i18n/langs/en.js
CHANGED
|
@@ -311,7 +311,8 @@ const en = {
|
|
|
311
311
|
getSubprocessEntityBeanInfo: 'The bean needs to implement the interface "tech.imatrix.wf.core.OnStartingSubProcess"',
|
|
312
312
|
isNull: 'Is Null',
|
|
313
313
|
isNotNull: 'Is Not Null',
|
|
314
|
-
defaultMailTemplate: 'Default Mail Template'
|
|
314
|
+
defaultMailTemplate: 'Default Mail Template',
|
|
315
|
+
trustTask: 'Trust Task'
|
|
315
316
|
},
|
|
316
317
|
// 环节属性
|
|
317
318
|
task: {
|