zh.js 10 KB

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