From 53ecca50741b8f12dea1d0df435a4a446d9828c6 Mon Sep 17 00:00:00 2001 From: LiuHao Date: Thu, 1 Feb 2024 15:03:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=E7=BD=91=E5=85=B3?= =?UTF-8?q?=E6=B1=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BpmnDesign/assets/lang/zh.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BpmnDesign/assets/lang/zh.ts b/src/components/BpmnDesign/assets/lang/zh.ts index 72c7b41..61921a5 100644 --- a/src/components/BpmnDesign/assets/lang/zh.ts +++ b/src/components/BpmnDesign/assets/lang/zh.ts @@ -55,9 +55,9 @@ export default { 'Escalation intermediate throw event': '中间升级抛出事件', 'Event sub-process': '事件子流程', 'Event-based gateway': '事件网关', - 'Exclusive gateway': '独占网关', + 'Exclusive gateway': '互斥网关', 'Empty pool/participant (removes content)': '清空池/参与者 (删除内容)', - 'Inclusive gateway': '包容网关', + 'Inclusive gateway': '相容网关', 'Intermediate throw event': '中间抛出事件', 'Loop': '循环', 'Link intermediate catch event': '中间链接捕获事件',