fix: 更新流程设计面板

rf
tony 2022-12-24 20:05:33 +08:00
parent 56864b81f4
commit b57ccd6a8f
2 changed files with 3 additions and 2 deletions

View File

@ -364,7 +364,7 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
'append.append-user-task': appendAction( 'append.append-user-task': appendAction(
'bpmn:Task', 'bpmn:Task',
'bpmn-icon-user-task', 'bpmn-icon-user-task',
translate('添加用户任务') '添加用户任务'
), ),
'append.intermediate-event': appendAction( 'append.intermediate-event': appendAction(
'bpmn:IntermediateThrowEvent', 'bpmn:IntermediateThrowEvent',

View File

@ -5,7 +5,8 @@ export default {
'Append Task': '添加任务', 'Append Task': '添加任务',
'Append Gateway': '添加网关', 'Append Gateway': '添加网关',
'Append EndEvent': '添加结束事件', 'Append EndEvent': '添加结束事件',
"Append Intermediate/Boundary Event": '添加开始事件', 'Append StartEvent': '添加开始事件',
"Append Intermediate/Boundary Event": '添加边界事件',
'Add Lane above': '在上面添加道', 'Add Lane above': '在上面添加道',
'Divide into two Lanes': '分割成两个道', 'Divide into two Lanes': '分割成两个道',
'Divide into three Lanes': '分割成三个道', 'Divide into three Lanes': '分割成三个道',