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