houzhongjian
2024-08-08 820397e43a0b64d35c6d31d2a55475061438593b
提交 | 用户 | 时间
820397 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   // 添加部分
9   'Append EndEvent': '追加结束事件',
10   'Append Gateway': '追加网关',
11   'Append Task': '追加任务',
12   'Append Intermediate/Boundary Event': '追加中间抛出事件/边界事件',
13
14   'Activate the global connect tool': '激活全局连接工具',
15   'Append {type}': '添加 {type}',
16   'Add Lane above': '在上面添加道',
17   'Divide into two Lanes': '分割成两个道',
18   'Divide into three Lanes': '分割成三个道',
19   'Add Lane below': '在下面添加道',
20   'Append compensation activity': '追加补偿活动',
21   'Change type': '修改类型',
22   'Connect using Association': '使用关联连接',
23   'Connect using Sequence/MessageFlow or Association': '使用顺序/消息流或者关联连接',
24   'Connect using DataInputAssociation': '使用数据输入关联连接',
25   Remove: '移除',
26   'Activate the hand tool': '激活抓手工具',
27   'Activate the lasso tool': '激活套索工具',
28   'Activate the create/remove space tool': '激活创建/删除空间工具',
29   'Create expanded SubProcess': '创建扩展子过程',
30   'Create IntermediateThrowEvent/BoundaryEvent': '创建中间抛出事件/边界事件',
31   'Create Pool/Participant': '创建池/参与者',
32   'Parallel Multi Instance': '并行多重事件',
33   'Sequential Multi Instance': '时序多重事件',
34   DataObjectReference: '数据对象参考',
35   DataStoreReference: '数据存储参考',
36   Loop: '循环',
37   'Ad-hoc': '即席',
38   'Create {type}': '创建 {type}',
39   Task: '任务',
40   'Send Task': '发送任务',
41   'Receive Task': '接收任务',
42   'User Task': '用户任务',
43   'Manual Task': '手工任务',
44   'Business Rule Task': '业务规则任务',
45   'Service Task': '服务任务',
46   'Script Task': '脚本任务',
47   'Call Activity': '调用活动',
48   'Sub Process (collapsed)': '子流程(折叠的)',
49   'Sub Process (expanded)': '子流程(展开的)',
50   'Start Event': '开始事件',
51   StartEvent: '开始事件',
52   'Intermediate Throw Event': '中间事件',
53   'End Event': '结束事件',
54   EndEvent: '结束事件',
55   'Create StartEvent': '创建开始事件',
56   'Create EndEvent': '创建结束事件',
57   'Create Task': '创建任务',
58   'Create User Task': '创建用户任务',
59   'Create Gateway': '创建网关',
60   'Create DataObjectReference': '创建数据对象',
61   'Create DataStoreReference': '创建数据存储',
62   'Create Group': '创建分组',
63   'Create Intermediate/Boundary Event': '创建中间/边界事件',
64   'Message Start Event': '消息开始事件',
65   'Timer Start Event': '定时开始事件',
66   'Conditional Start Event': '条件开始事件',
67   'Signal Start Event': '信号开始事件',
68   'Error Start Event': '错误开始事件',
69   'Escalation Start Event': '升级开始事件',
70   'Compensation Start Event': '补偿开始事件',
71   'Message Start Event (non-interrupting)': '消息开始事件(非中断)',
72   'Timer Start Event (non-interrupting)': '定时开始事件(非中断)',
73   'Conditional Start Event (non-interrupting)': '条件开始事件(非中断)',
74   'Signal Start Event (non-interrupting)': '信号开始事件(非中断)',
75   'Escalation Start Event (non-interrupting)': '升级开始事件(非中断)',
76   'Message Intermediate Catch Event': '消息中间捕获事件',
77   'Message Intermediate Throw Event': '消息中间抛出事件',
78   'Timer Intermediate Catch Event': '定时中间捕获事件',
79   'Escalation Intermediate Throw Event': '升级中间抛出事件',
80   'Conditional Intermediate Catch Event': '条件中间捕获事件',
81   'Link Intermediate Catch Event': '链接中间捕获事件',
82   'Link Intermediate Throw Event': '链接中间抛出事件',
83   'Compensation Intermediate Throw Event': '补偿中间抛出事件',
84   'Signal Intermediate Catch Event': '信号中间捕获事件',
85   'Signal Intermediate Throw Event': '信号中间抛出事件',
86   'Message End Event': '消息结束事件',
87   'Escalation End Event': '定时结束事件',
88   'Error End Event': '错误结束事件',
89   'Cancel End Event': '取消结束事件',
90   'Compensation End Event': '补偿结束事件',
91   'Signal End Event': '信号结束事件',
92   'Terminate End Event': '终止结束事件',
93   'Message Boundary Event': '消息边界事件',
94   'Message Boundary Event (non-interrupting)': '消息边界事件(非中断)',
95   'Timer Boundary Event': '定时边界事件',
96   'Timer Boundary Event (non-interrupting)': '定时边界事件(非中断)',
97   'Escalation Boundary Event': '升级边界事件',
98   'Escalation Boundary Event (non-interrupting)': '升级边界事件(非中断)',
99   'Conditional Boundary Event': '条件边界事件',
100   'Conditional Boundary Event (non-interrupting)': '条件边界事件(非中断)',
101   'Error Boundary Event': '错误边界事件',
102   'Cancel Boundary Event': '取消边界事件',
103   'Signal Boundary Event': '信号边界事件',
104   'Signal Boundary Event (non-interrupting)': '信号边界事件(非中断)',
105   'Compensation Boundary Event': '补偿边界事件',
106   'Exclusive Gateway': '互斥网关',
107   'Parallel Gateway': '并行网关',
108   'Inclusive Gateway': '相容网关',
109   'Complex Gateway': '复杂网关',
110   'Event based Gateway': '事件网关',
111   Transaction: '转运',
112   'Sub Process': '子流程',
113   'Event Sub Process': '事件子流程',
114   'Collapsed Pool': '折叠池',
115   'Expanded Pool': '展开池',
116
117   // Errors
118   'no parent for {element} in {parent}': '在{parent}里,{element}没有父类',
119   'no shape type specified': '没有指定的形状类型',
120   'flow elements must be children of pools/participants': '流元素必须是池/参与者的子类',
121   'out of bounds release': 'out of bounds release',
122   'more than {count} child lanes': '子道大于{count} ',
123   'element required': '元素不能为空',
124   'diagram not part of bpmn:Definitions': '流程图不符合bpmn规范',
125   'no diagram to display': '没有可展示的流程图',
126   'no process or collaboration to display': '没有可展示的流程/协作',
127   'element {element} referenced by {referenced}#{property} not yet drawn':
128     '由{referenced}#{property}引用的{element}元素仍未绘制',
129   'already rendered {element}': '{element} 已被渲染',
130   'failed to import {element}': '导入{element}失败',
131   //属性面板的参数
132   Id: '编号',
133   Name: '名称',
134   General: '常规',
135   Details: '详情',
136   'Message Name': '消息名称',
137   Message: '消息',
138   Initiator: '创建者',
139   'Asynchronous Continuations': '持续异步',
140   'Asynchronous Before': '异步前',
141   'Asynchronous After': '异步后',
142   'Job Configuration': '工作配置',
143   Exclusive: '排除',
144   'Job Priority': '工作优先级',
145   'Retry Time Cycle': '重试时间周期',
146   Documentation: '文档',
147   'Element Documentation': '元素文档',
148   'History Configuration': '历史配置',
149   'History Time To Live': '历史的生存时间',
150   Forms: '表单',
151   'Form Key': '表单key',
152   'Form Fields': '表单字段',
153   'Business Key': '业务key',
154   'Form Field': '表单字段',
155   ID: '编号',
156   Type: '类型',
157   Label: '名称',
158   'Default Value': '默认值',
159   'Default Flow': '默认流转路径',
160   'Conditional Flow': '条件流转路径',
161   'Sequence Flow': '普通流转路径',
162   Validation: '校验',
163   'Add Constraint': '添加约束',
164   Config: '配置',
165   Properties: '属性',
166   'Add Property': '添加属性',
167   Value: '值',
168   Listeners: '监听器',
169   'Execution Listener': '执行监听',
170   'Event Type': '事件类型',
171   'Listener Type': '监听器类型',
172   'Java Class': 'Java类',
173   Expression: '表达式',
174   'Must provide a value': '必须提供一个值',
175   'Delegate Expression': '代理表达式',
176   Script: '脚本',
177   'Script Format': '脚本格式',
178   'Script Type': '脚本类型',
179   'Inline Script': '内联脚本',
180   'External Script': '外部脚本',
181   Resource: '资源',
182   'Field Injection': '字段注入',
183   Extensions: '扩展',
184   'Input/Output': '输入/输出',
185   'Input Parameters': '输入参数',
186   'Output Parameters': '输出参数',
187   Parameters: '参数',
188   'Output Parameter': '输出参数',
189   'Timer Definition Type': '定时器定义类型',
190   'Timer Definition': '定时器定义',
191   Date: '日期',
192   Duration: '持续',
193   Cycle: '循环',
194   Signal: '信号',
195   'Signal Name': '信号名称',
196   Escalation: '升级',
197   Error: '错误',
198   'Link Name': '链接名称',
199   Condition: '条件名称',
200   'Variable Name': '变量名称',
201   'Variable Event': '变量事件',
202   'Specify more than one variable change event as a comma separated list.':
203     '多个变量事件以逗号隔开',
204   'Wait for Completion': '等待完成',
205   'Activity Ref': '活动参考',
206   'Version Tag': '版本标签',
207   Executable: '可执行文件',
208   'External Task Configuration': '扩展任务配置',
209   'Task Priority': '任务优先级',
210   External: '外部',
211   Connector: '连接器',
212   'Must configure Connector': '必须配置连接器',
213   'Connector Id': '连接器编号',
214   Implementation: '实现方式',
215   'Field Injections': '字段注入',
216   Fields: '字段',
217   'Result Variable': '结果变量',
218   Topic: '主题',
219   'Configure Connector': '配置连接器',
220   'Input Parameter': '输入参数',
221   Assignee: '代理人',
222   'Candidate Users': '候选用户',
223   'Candidate Groups': '候选组',
224   'Due Date': '到期时间',
225   'Follow Up Date': '跟踪日期',
226   Priority: '优先级',
227   'The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)':
228     '跟踪日期必须符合EL表达式,如: ${someDate} ,或者一个ISO标准日期,如:2015-06-26T09:54:00',
229   'The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)':
230     '跟踪日期必须符合EL表达式,如: ${someDate} ,或者一个ISO标准日期,如:2015-06-26T09:54:00',
231   Variables: '变量',
232   'Candidate Starter Configuration': '候选人起动器配置',
233   'Candidate Starter Groups': '候选人起动器组',
234   'This maps to the process definition key.': '这映射到流程定义键。',
235   'Candidate Starter Users': '候选人起动器的用户',
236   'Specify more than one user as a comma separated list.': '指定多个用户作为逗号分隔的列表。',
237   'Tasklist Configuration': 'Tasklist配置',
238   Startable: '启动',
239   'Specify more than one group as a comma separated list.': '指定多个组作为逗号分隔的列表。'
240 }