提交 | 用户 | 时间
|
759b1c
|
1 |
/** |
H |
2 |
* This is a sample file that should be replaced with the actual translation. |
|
3 |
* |
|
4 |
* Checkout https://github.com/bpmn-io/bpmn-js-i18n for a list of available |
|
5 |
* translations and labels to translate. |
|
6 |
*/ |
|
7 |
export default { |
|
8 |
"Exclusive Gateway": "Exklusives Gateway", |
|
9 |
"Parallel Gateway": "Paralleles Gateway", |
|
10 |
"Inclusive Gateway": "Inklusives Gateway", |
|
11 |
"Complex Gateway": "Komplexes Gateway", |
|
12 |
"Event based Gateway": "Ereignis-basiertes Gateway", |
|
13 |
"Message Start Event": "消息启动事件", |
|
14 |
"Timer Start Event": "定时启动事件", |
|
15 |
"Conditional Start Event": "条件启动事件", |
|
16 |
"Signal Start Event": "信号启动事件", |
|
17 |
"Error Start Event": "错误启动事件", |
|
18 |
"Escalation Start Event": "升级启动事件", |
|
19 |
"Compensation Start Event": "补偿启动事件", |
|
20 |
"Message Start Event (non-interrupting)": "消息启动事件 (非中断)", |
|
21 |
"Timer Start Event (non-interrupting)": "定时启动事件 (非中断)", |
|
22 |
"Conditional Start Event (non-interrupting)": "条件启动事件 (非中断)", |
|
23 |
"Signal Start Event (non-interrupting)": "信号启动事件 (非中断)", |
|
24 |
"Escalation Start Event (non-interrupting)": "升级启动事件 (非中断)" |
|
25 |
}; |