From a1d7e81859f554f3a53680cc35f0f49bf1f77098 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期四, 14 五月 2026 14:37:02 +0800
Subject: [PATCH] 导入项目
---
src/components/bpmnProcessDesigner/src/translations.ts | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/src/components/bpmnProcessDesigner/src/translations.ts b/src/components/bpmnProcessDesigner/src/translations.ts
new file mode 100644
index 0000000..5f9b9a5
--- /dev/null
+++ b/src/components/bpmnProcessDesigner/src/translations.ts
@@ -0,0 +1,25 @@
+/**
+ * This is a sample file that should be replaced with the actual translation.
+ *
+ * Checkout https://github.com/bpmn-io/bpmn-js-i18n for a list of available
+ * translations and labels to translate.
+ */
+export default {
+ 'Exclusive Gateway': 'Exklusives Gateway',
+ 'Parallel Gateway': 'Paralleles Gateway',
+ 'Inclusive Gateway': 'Inklusives Gateway',
+ 'Complex Gateway': 'Komplexes Gateway',
+ 'Event based Gateway': 'Ereignis-basiertes Gateway',
+ 'Message Start Event': '娑堟伅鍚姩浜嬩欢',
+ 'Timer Start Event': '瀹氭椂鍚姩浜嬩欢',
+ 'Conditional Start Event': '鏉′欢鍚姩浜嬩欢',
+ 'Signal Start Event': '淇″彿鍚姩浜嬩欢',
+ 'Error Start Event': '閿欒鍚姩浜嬩欢',
+ 'Escalation Start Event': '鍗囩骇鍚姩浜嬩欢',
+ 'Compensation Start Event': '琛ュ伩鍚姩浜嬩欢',
+ 'Message Start Event (non-interrupting)': '娑堟伅鍚姩浜嬩欢 (闈炰腑鏂�)',
+ 'Timer Start Event (non-interrupting)': '瀹氭椂鍚姩浜嬩欢 (闈炰腑鏂�)',
+ 'Conditional Start Event (non-interrupting)': '鏉′欢鍚姩浜嬩欢 (闈炰腑鏂�)',
+ 'Signal Start Event (non-interrupting)': '淇″彿鍚姩浜嬩欢 (闈炰腑鏂�)',
+ 'Escalation Start Event (non-interrupting)': '鍗囩骇鍚姩浜嬩欢 (闈炰腑鏂�)'
+}
--
Gitblit v1.8.0