|
@@ -1,4 +1,25 @@
|
|
|
export default {
|
|
|
Errors: "错误",
|
|
|
- Warnings: "警告"
|
|
|
+ Warnings: "警告",
|
|
|
+ 'Sequence flow is missing condition': '流程线缺少流程条件',
|
|
|
+ 'the default flow cannot have conditions set': '默认流不能设置条件',
|
|
|
+ ' is missing end event': '缺少结束节点',
|
|
|
+ 'Start event is missing event definition': '开始事件缺少事件定义',
|
|
|
+ 'Incoming flows do not join': '传入流没合并',
|
|
|
+ 'Element is missing label/name': '元素缺少标签/名称',
|
|
|
+ 'Element has disallowed type': '元素具有不允许的类型',
|
|
|
+ 'Element is not connected': '元素未连接',
|
|
|
+ 'Element is not left connected': '元素没有左连接',
|
|
|
+ 'Element is not right connected': '元素没有右连接',
|
|
|
+ 'SequenceFlow is a duplicate': 'SequenceFlow是重复的',
|
|
|
+ 'Duplicate outgoing sequence flows': '重复的传出序列流',
|
|
|
+ 'Duplicate incoming sequence flows': '重复的传入序列流',
|
|
|
+ 'Gateway forks and joins': '同时分叉和合并的网关',
|
|
|
+ 'Flow splits implicitly': '流隐式拆分',
|
|
|
+ ' has multiple blank start events': '有多个空开始事件',
|
|
|
+ 'Event has multiple event definitions': '事件具有多个事件定义',
|
|
|
+ ' is missing start event': '缺少开始事件',
|
|
|
+ 'Start event must be blank': '开始事件必须为空',
|
|
|
+ 'Gateway is superfluous. It only has one source and target.': '网关是多余的。它只有一个源和目标',
|
|
|
+ '': '',
|
|
|
};
|