From 045959583dbfcca6d20122d111e23f3186156180 Mon Sep 17 00:00:00 2001 From: sinkingsoul <286447685@qq.com> Date: Fri, 14 Nov 2025 10:39:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=20=E6=96=B0=E5=A2=9E'Participant=20Mu?= =?UTF-8?q?ltiplicity':=20'=E5=8F=82=E4=B8=8E=E8=80=85=E5=A4=9A=E9=87=8D?= =?UTF-8?q?=E6=80=A7',=E3=80=81'Empty=20pool/participant=20(removes=20cont?= =?UTF-8?q?ent)':=20'=E6=B8=85=E7=A9=BA=E6=B1=A0/=E5=8F=82=E4=B8=8E?= =?UTF-8?q?=E8=80=85=EF=BC=88=E7=A7=BB=E9=99=A4=E5=86=85=E5=AE=B9=EF=BC=89?= =?UTF-8?q?'=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../package/designer/plugins/translate/zh.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/bpmnProcessDesigner/package/designer/plugins/translate/zh.js b/src/components/bpmnProcessDesigner/package/designer/plugins/translate/zh.js index c45ef30c9..91d774be3 100644 --- a/src/components/bpmnProcessDesigner/package/designer/plugins/translate/zh.js +++ b/src/components/bpmnProcessDesigner/package/designer/plugins/translate/zh.js @@ -29,7 +29,8 @@ export default { 'Create expanded SubProcess': '创建扩展子过程', 'Create IntermediateThrowEvent/BoundaryEvent': '创建中间抛出事件/边界事件', 'Create Pool/Participant': '创建池/参与者', - 'Empty pool/participant(removes content)': '清空池/参与者(移除内容)', + 'Participant Multiplicity': '参与者多重性', + 'Empty pool/participant (removes content)': '清空池/参与者(移除内容)', 'Empty pool/participant': '收缩池/参与者', 'Expanded pool/participant': '展开池/参与者', 'Parallel Multi Instance': '并行多重事件',