zh.js 9.8 KB

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