workflow.ts 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662
  1. const translation = {
  2. common: {
  3. undo: '撤销',
  4. redo: '重做',
  5. editing: '编辑中',
  6. autoSaved: '自动保存',
  7. unpublished: '未发布',
  8. published: '已发布',
  9. publish: '发布',
  10. update: '更新',
  11. run: '运行',
  12. running: '运行中',
  13. inRunMode: '在运行模式中',
  14. inPreview: '预览中',
  15. inPreviewMode: '预览中',
  16. preview: '预览',
  17. viewRunHistory: '查看运行历史',
  18. runHistory: '运行历史',
  19. goBackToEdit: '返回编辑模式',
  20. conversationLog: '对话记录',
  21. features: '功能',
  22. featuresDescription: '增强 web app 用户体验',
  23. ImageUploadLegacyTip: '现在可以在 start 表单中创建文件类型变量。未来我们将不继续支持图片上传功能。',
  24. fileUploadTip: '图片上传功能已扩展为文件上传。',
  25. featuresDocLink: '了解更多',
  26. debugAndPreview: '预览',
  27. restart: '重新开始',
  28. currentDraft: '当前草稿',
  29. currentDraftUnpublished: '当前草稿未发布',
  30. latestPublished: '最新发布',
  31. publishedAt: '发布于',
  32. restore: '恢复',
  33. runApp: '运行',
  34. batchRunApp: '批量运行',
  35. accessAPIReference: '访问 API',
  36. embedIntoSite: '嵌入网站',
  37. addTitle: '添加标题...',
  38. addDescription: '添加描述...',
  39. noVar: '没有变量',
  40. variableNamePlaceholder: '变量名',
  41. searchVar: '搜索变量',
  42. setVarValuePlaceholder: '设置变量值',
  43. needConnectTip: '此节点尚未连接到其他节点',
  44. maxTreeDepth: '每个分支最大限制 {{depth}} 个节点',
  45. needEndNode: '必须添加结束节点',
  46. needAnswerNode: '必须添加直接回复节点',
  47. workflowProcess: '工作流',
  48. notRunning: '尚未运行',
  49. previewPlaceholder: '在下面的框中输入内容开始调试聊天机器人',
  50. effectVarConfirm: {
  51. title: '移除变量',
  52. content: '该变量在其他节点中使用。您是否仍要删除它?',
  53. },
  54. insertVarTip: '按 \'/\' 键快速插入',
  55. processData: '数据处理',
  56. input: '输入',
  57. output: '输出',
  58. jinjaEditorPlaceholder: '输入 “/” 或 “{” 插入变量',
  59. viewOnly: '只读',
  60. showRunHistory: '显示运行历史',
  61. enableJinja: '开启支持 Jinja 模板',
  62. learnMore: '了解更多',
  63. copy: '拷贝',
  64. duplicate: '复制',
  65. addBlock: '添加节点',
  66. pasteHere: '粘贴到这里',
  67. pointerMode: '指针模式',
  68. handMode: '手模式',
  69. model: '模型',
  70. workflowAsTool: '发布为工具',
  71. configureRequired: '需要进行配置',
  72. configure: '配置',
  73. manageInTools: '访问工具页',
  74. workflowAsToolTip: '工作流更新后需要重新配置工具参数',
  75. viewDetailInTracingPanel: '查看详细信息',
  76. syncingData: '同步数据中,只需几秒钟。',
  77. importDSL: '导入 DSL',
  78. importDSLTip: '当前草稿将被覆盖。在导入之前请导出工作流作为备份。',
  79. backupCurrentDraft: '备份当前草稿',
  80. chooseDSL: '选择 DSL(yml) 文件',
  81. overwriteAndImport: '覆盖并导入',
  82. importFailure: '导入失败',
  83. importWarning: '注意',
  84. importWarningDetails: 'DSL 版本差异可能影响部分功能表现',
  85. importSuccess: '导入成功',
  86. parallelRun: '并行运行',
  87. parallelTip: {
  88. click: {
  89. title: '点击',
  90. desc: '添加节点',
  91. },
  92. drag: {
  93. title: '拖拽',
  94. desc: '连接节点',
  95. },
  96. limit: '并行分支限制为 {{num}} 个',
  97. depthLimit: '并行嵌套层数限制 {{num}} 层',
  98. },
  99. disconnect: '断开连接',
  100. jumpToNode: '跳转到节点',
  101. addParallelNode: '添加并行节点',
  102. parallel: '并行',
  103. branch: '分支',
  104. },
  105. env: {
  106. envPanelTitle: '环境变量',
  107. envDescription: '环境变量是一种存储敏感信息的方法,如 API 密钥、数据库密码等。它们被存储在工作流程中,而不是代码中,以便在不同环境中共享。',
  108. envPanelButton: '添加环境变量',
  109. modal: {
  110. title: '添加环境变量',
  111. editTitle: '编辑环境变量',
  112. type: '类型',
  113. name: '名称',
  114. namePlaceholder: '变量名',
  115. value: '值',
  116. valuePlaceholder: '变量值',
  117. secretTip: '用于定义敏感信息或数据,导出 DSL 时设置了防泄露机制。',
  118. },
  119. export: {
  120. title: '导出 Secret 类型环境变量?',
  121. checkbox: '导出 secret 值',
  122. ignore: '导出 DSL',
  123. export: '导出包含 Secret 值的 DSL',
  124. },
  125. },
  126. chatVariable: {
  127. panelTitle: '会话变量',
  128. panelDescription: '会话变量用于存储 LLM 需要的上下文信息,如用户偏好、对话历史等。它是可读写的。',
  129. docLink: '查看文档了解更多。',
  130. button: '添加变量',
  131. modal: {
  132. title: '添加会话变量',
  133. editTitle: '编辑会话变量',
  134. name: '名称',
  135. namePlaceholder: '变量名',
  136. type: '类型',
  137. value: '默认值',
  138. valuePlaceholder: '默认值,可以为空',
  139. description: '描述',
  140. descriptionPlaceholder: '变量的描述',
  141. editInJSON: '在 JSON 中编辑',
  142. oneByOne: '逐个添加',
  143. editInForm: '在表单中编辑',
  144. arrayValue: '值',
  145. addArrayValue: '添加值',
  146. objectKey: '属性',
  147. objectType: '类型',
  148. objectValue: '默认值',
  149. },
  150. storedContent: '存储内容',
  151. updatedAt: '更新时间 ',
  152. },
  153. changeHistory: {
  154. title: '变更历史',
  155. placeholder: '尚未更改任何内容',
  156. clearHistory: '清除历史记录',
  157. hint: '提示',
  158. hintText: '您的编辑操作将被跟踪并存储在您的设备上,直到您离开编辑器。此历史记录将在您离开编辑器时被清除。',
  159. stepBackward_one: '{{count}} 步后退',
  160. stepBackward_other: '{{count}} 步后退',
  161. stepForward_one: '{{count}} 步前进',
  162. stepForward_other: '{{count}} 步前进',
  163. sessionStart: '会话开始',
  164. currentState: '当前状态',
  165. nodeTitleChange: '块标题已更改',
  166. nodeDescriptionChange: '块描述已更改',
  167. nodeDragStop: '块已移动',
  168. nodeChange: '块已更改',
  169. nodeConnect: '块已连接',
  170. nodePaste: '块已粘贴',
  171. nodeDelete: '块已删除',
  172. nodeAdd: '块已添加',
  173. nodeResize: '块已调整大小',
  174. noteAdd: '注释已添加',
  175. noteChange: '注释已更改',
  176. noteDelete: '注释已删除',
  177. edgeDelete: '块已断开连接',
  178. },
  179. errorMsg: {
  180. fieldRequired: '{{field}} 不能为空',
  181. rerankModelRequired: '开启 Rerank 模型前,请务必确认模型已在设置中成功配置。',
  182. authRequired: '请先授权',
  183. invalidJson: '{{field}} 是非法的 JSON',
  184. fields: {
  185. variable: '变量名',
  186. variableValue: '变量值',
  187. code: '代码',
  188. model: '模型',
  189. rerankModel: 'Rerank 模型',
  190. visionVariable: '视觉变量',
  191. },
  192. invalidVariable: '无效的变量',
  193. },
  194. singleRun: {
  195. testRun: '测试运行 ',
  196. startRun: '开始运行',
  197. running: '运行中',
  198. testRunIteration: '测试运行迭代',
  199. back: '返回',
  200. iteration: '迭代',
  201. },
  202. tabs: {
  203. 'searchBlock': '搜索节点',
  204. 'blocks': '节点',
  205. 'searchTool': '搜索工具',
  206. 'tools': '工具',
  207. 'allTool': '全部',
  208. 'builtInTool': '内置',
  209. 'customTool': '自定义',
  210. 'workflowTool': '工作流',
  211. 'question-understand': '问题理解',
  212. 'logic': '逻辑',
  213. 'transform': '转换',
  214. 'utilities': '工具',
  215. 'noResult': '未找到匹配项',
  216. },
  217. blocks: {
  218. 'start': '开始',
  219. 'end': '结束',
  220. 'answer': '直接回复',
  221. 'llm': 'LLM',
  222. 'knowledge-retrieval': '知识检索',
  223. 'question-classifier': '问题分类器',
  224. 'if-else': '条件分支',
  225. 'code': '代码执行',
  226. 'template-transform': '模板转换',
  227. 'http-request': 'HTTP 请求',
  228. 'variable-assigner': '变量赋值器',
  229. 'variable-aggregator': '变量聚合器',
  230. 'assigner': '变量赋值',
  231. 'iteration-start': '迭代开始',
  232. 'iteration': '迭代',
  233. 'parameter-extractor': '参数提取器',
  234. 'document-extractor': '文档提取器',
  235. 'list-operator': '列表操作',
  236. },
  237. blocksAbout: {
  238. 'start': '定义一个 workflow 流程启动的初始参数',
  239. 'end': '定义一个 workflow 流程的结束和结果类型',
  240. 'answer': '定义一个聊天对话的回复内容',
  241. 'llm': '调用大语言模型回答问题或者对自然语言进行处理',
  242. 'knowledge-retrieval': '允许你从知识库中查询与用户问题相关的文本内容',
  243. 'question-classifier': '定义用户问题的分类条件,LLM 能够根据分类描述定义对话的进展方式',
  244. 'if-else': '允许你根据 if/else 条件将 workflow 拆分成两个分支',
  245. 'code': '执行一段 Python 或 NodeJS 代码实现自定义逻辑',
  246. 'template-transform': '使用 Jinja 模板语法将数据转换为字符串',
  247. 'http-request': '允许通过 HTTP 协议发送服务器请求',
  248. 'variable-assigner': '将多路分支的变量聚合为一个变量,以实现下游节点统一配置。',
  249. 'assigner': '变量赋值节点用于向可写入变量(例如会话变量)进行变量赋值。',
  250. 'variable-aggregator': '将多路分支的变量聚合为一个变量,以实现下游节点统一配置。',
  251. 'iteration': '对列表对象执行多次步骤直至输出所有结果。',
  252. 'parameter-extractor': '利用 LLM 从自然语言内推理提取出结构化参数,用于后置的工具调用或 HTTP 请求。',
  253. 'document-extractor': '用于将用户上传的文档解析为 LLM 便于理解的文本内容。',
  254. 'list-operator': '用于过滤或排序数组内容。',
  255. },
  256. operator: {
  257. zoomIn: '放大',
  258. zoomOut: '缩小',
  259. zoomTo50: '缩放到 50%',
  260. zoomTo100: '放大到 100%',
  261. zoomToFit: '自适应视图',
  262. },
  263. variableReference: {
  264. noAvailableVars: '没有可用变量',
  265. noVarsForOperation: '当前选择的操作没有可用的变量进行赋值。',
  266. noAssignedVars: '没有可用的赋值变量',
  267. assignedVarsDescription: '赋值变量必须是可写入的变量,例如:',
  268. conversationVars: '会话变量',
  269. },
  270. panel: {
  271. userInputField: '用户输入字段',
  272. changeBlock: '更改节点',
  273. helpLink: '帮助链接',
  274. about: '关于',
  275. createdBy: '作者',
  276. nextStep: '下一步',
  277. addNextStep: '添加此工作流程中的下一个节点',
  278. selectNextStep: '选择下一个节点',
  279. runThisStep: '运行此步骤',
  280. checklist: '检查清单',
  281. checklistTip: '发布前确保所有问题均已解决',
  282. checklistResolved: '所有问题均已解决',
  283. organizeBlocks: '整理节点',
  284. change: '更改',
  285. optional: '(选填)',
  286. },
  287. nodes: {
  288. common: {
  289. outputVars: '输出变量',
  290. insertVarTip: '插入变量',
  291. memory: {
  292. memory: '记忆',
  293. memoryTip: '聊天记忆设置',
  294. windowSize: '记忆窗口',
  295. conversationRoleName: '对话角色名',
  296. user: '用户前缀',
  297. assistant: '助手前缀',
  298. },
  299. memories: {
  300. title: '记忆',
  301. tip: '聊天记忆',
  302. builtIn: '内置',
  303. },
  304. },
  305. start: {
  306. required: '必填',
  307. inputField: '输入字段',
  308. builtInVar: '内置变量',
  309. outputVars: {
  310. query: '用户输入',
  311. memories: {
  312. des: '会话历史',
  313. type: '消息类型',
  314. content: '消息内容',
  315. },
  316. files: '文件列表',
  317. },
  318. noVarTip: '设置的输入可在工作流程中使用',
  319. },
  320. end: {
  321. outputs: '输出',
  322. output: {
  323. type: '输出类型',
  324. variable: '输出变量',
  325. },
  326. type: {
  327. 'none': '无',
  328. 'plain-text': '纯文本',
  329. 'structured': '结构化',
  330. },
  331. },
  332. answer: {
  333. answer: '回复',
  334. outputVars: '输出变量',
  335. },
  336. llm: {
  337. model: '模型',
  338. variables: '变量',
  339. context: '上下文',
  340. contextTooltip: '您可以导入知识库作为上下文',
  341. notSetContextInPromptTip: '要启用上下文功能,请在提示中填写上下文变量。',
  342. prompt: '提示词',
  343. addMessage: '添加消息',
  344. roleDescription: {
  345. system: '为对话提供高层指导',
  346. user: '向模型提供指令、查询或任何基于文本的输入',
  347. assistant: '基于用户消息的模型回复',
  348. },
  349. vision: '视觉',
  350. files: '文件',
  351. resolution: {
  352. name: '分辨率',
  353. high: '高',
  354. low: '低',
  355. },
  356. outputVars: {
  357. output: '生成内容',
  358. usage: '模型用量信息',
  359. },
  360. singleRun: {
  361. variable: '变量',
  362. },
  363. sysQueryInUser: 'user message 中必须包含 sys.query',
  364. },
  365. knowledgeRetrieval: {
  366. queryVariable: '查询变量',
  367. knowledge: '知识库',
  368. outputVars: {
  369. output: '召回的分段',
  370. content: '分段内容',
  371. title: '分段标题',
  372. icon: '分段图标',
  373. url: '分段链接',
  374. metadata: '其他元数据',
  375. },
  376. },
  377. http: {
  378. inputVars: '输入变量',
  379. api: 'API',
  380. apiPlaceholder: '输入 URL,输入变量时请键入‘/’',
  381. extractListPlaceholder: '输入提取列表编号,输入变量时请键入‘/’',
  382. notStartWithHttp: 'API 应该以 http:// 或 https:// 开头',
  383. key: '键',
  384. type: '类型',
  385. value: '值',
  386. bulkEdit: '批量编辑',
  387. keyValueEdit: '键值编辑',
  388. headers: 'Headers',
  389. params: 'Params',
  390. body: 'Body',
  391. binaryFileVariable: 'Binary 文件变量',
  392. outputVars: {
  393. body: '响应内容',
  394. statusCode: '响应状态码',
  395. headers: '响应头列表 JSON',
  396. files: '文件列表',
  397. },
  398. authorization: {
  399. 'authorization': '鉴权',
  400. 'authorizationType': '鉴权类型',
  401. 'no-auth': '无',
  402. 'api-key': 'API-Key',
  403. 'auth-type': 'API 鉴权类型',
  404. 'basic': '基础',
  405. 'bearer': 'Bearer',
  406. 'custom': '自定义',
  407. 'api-key-title': 'API Key',
  408. 'header': 'Header',
  409. },
  410. insertVarPlaceholder: '键入 \'/\' 键快速插入变量',
  411. timeout: {
  412. title: '超时设置',
  413. connectLabel: '连接超时',
  414. connectPlaceholder: '输入连接超时(以秒为单位)',
  415. readLabel: '读取超时',
  416. readPlaceholder: '输入读取超时(以秒为单位)',
  417. writeLabel: '写入超时',
  418. writePlaceholder: '输入写入超时(以秒为单位)',
  419. },
  420. curl: {
  421. title: '导入cURL',
  422. placeholder: '粘贴 cURL 字符串',
  423. },
  424. },
  425. code: {
  426. inputVars: '输入变量',
  427. outputVars: '输出变量',
  428. advancedDependencies: '高级依赖',
  429. advancedDependenciesTip: '在这里添加一些预加载需要消耗较多时间或非默认内置的依赖包',
  430. searchDependencies: '搜索依赖',
  431. },
  432. templateTransform: {
  433. inputVars: '输入变量',
  434. code: '代码',
  435. codeSupportTip: '只支持 Jinja2',
  436. outputVars: {
  437. output: '转换后内容',
  438. },
  439. },
  440. ifElse: {
  441. if: 'If',
  442. else: 'Else',
  443. elseDescription: '用于定义当 if 条件不满足时应执行的逻辑。',
  444. and: 'and',
  445. or: 'or',
  446. operator: '操作符',
  447. notSetVariable: '请先设置变量',
  448. comparisonOperator: {
  449. 'contains': '包含',
  450. 'not contains': '不包含',
  451. 'start with': '开始是',
  452. 'end with': '结束是',
  453. 'is': '是',
  454. 'is not': '不是',
  455. 'empty': '为空',
  456. 'not empty': '不为空',
  457. 'null': '空',
  458. 'not null': '不为空',
  459. 'in': '是',
  460. 'not in': '不是',
  461. 'all of': '全部是',
  462. 'exists': '存在',
  463. 'not exists': '不存在',
  464. },
  465. optionName: {
  466. image: '图片',
  467. doc: '文档',
  468. audio: '音频',
  469. video: '视频',
  470. localUpload: '本地上传',
  471. url: 'URL',
  472. },
  473. enterValue: '输入值',
  474. addCondition: '添加条件',
  475. conditionNotSetup: '条件未设置',
  476. selectVariable: '选择变量',
  477. addSubVariable: '添加子变量',
  478. select: '选择',
  479. },
  480. variableAssigner: {
  481. title: '变量赋值',
  482. outputType: '输出类型',
  483. varNotSet: '未设置变量',
  484. noVarTip: '添加需要赋值的变量',
  485. type: {
  486. string: 'String',
  487. number: 'Number',
  488. object: 'Object',
  489. array: 'Array',
  490. },
  491. aggregationGroup: '聚合分组',
  492. aggregationGroupTip: '开启该功能后,变量聚合器内可以同时聚合多组变量',
  493. addGroup: '添加分组',
  494. outputVars: {
  495. varDescribe: '{{groupName}}的输出变量',
  496. },
  497. setAssignVariable: '设置赋值变量',
  498. },
  499. assigner: {
  500. 'assignedVariable': '赋值的变量',
  501. 'varNotSet': '未设置变量',
  502. 'noVarTip': '点击 "+" 按钮添加变量',
  503. 'writeMode': '写入模式',
  504. 'writeModeTip': '使用追加模式时,赋值的变量必须是数组类型。',
  505. 'over-write': '覆盖',
  506. 'append': '追加',
  507. 'plus': '加',
  508. 'clear': '清空',
  509. 'setVariable': '设置变量',
  510. 'selectAssignedVariable': '选择要赋值的变量...',
  511. 'setParameter': '设置参数...',
  512. 'operations': {
  513. 'title': '操作',
  514. 'over-write': '覆盖',
  515. 'overwrite': '覆盖',
  516. 'set': '设置',
  517. 'clear': '清空',
  518. 'extend': '扩展',
  519. 'append': '追加',
  520. '+=': '+=',
  521. '-=': '-=',
  522. '*=': '*=',
  523. '/=': '/=',
  524. },
  525. 'variable': '变量',
  526. 'variables': '变量',
  527. 'noAssignedVars': '没有可用的赋值变量',
  528. 'assignedVarsDescription': '赋值变量必须是可写入的变量,例如会话变量。',
  529. },
  530. tool: {
  531. toAuthorize: '授权',
  532. inputVars: '输入变量',
  533. outputVars: {
  534. text: '工具生成的内容',
  535. files: {
  536. title: '工具生成的文件',
  537. type: '支持类型。现在只支持图片',
  538. transfer_method: '传输方式。值为 remote_url 或 local_file',
  539. url: '图片链接',
  540. upload_file_id: '上传文件ID',
  541. },
  542. json: '工具生成的json',
  543. },
  544. },
  545. questionClassifiers: {
  546. model: '模型',
  547. inputVars: '输入变量',
  548. outputVars: {
  549. className: '分类名称',
  550. },
  551. class: '分类',
  552. classNamePlaceholder: '输入你的分类名称',
  553. advancedSetting: '高级设置',
  554. topicName: '主题内容',
  555. topicPlaceholder: '在这里输入你的主题内容',
  556. addClass: '添加分类',
  557. instruction: '指令',
  558. instructionTip: '你可以输入额外的附加指令,帮助问题分类器更好的理解如何分类',
  559. instructionPlaceholder: '在这里输入你的指令',
  560. },
  561. parameterExtractor: {
  562. inputVar: '输入变量',
  563. extractParameters: '提取参数',
  564. importFromTool: '从工具导入',
  565. addExtractParameter: '添加提取参数',
  566. addExtractParameterContent: {
  567. name: '名称',
  568. namePlaceholder: '提取参数名称',
  569. type: '类型',
  570. typePlaceholder: '提取参数类型',
  571. description: '描述',
  572. descriptionPlaceholder: '提取参数描述',
  573. required: '必填',
  574. requiredContent: '必填仅作为模型推理的参考,不用于参数输出的强制验证。',
  575. },
  576. extractParametersNotSet: '提取参数未设置',
  577. instruction: '指令',
  578. instructionTip: '你可以输入额外的附加指令,帮助参数提取器理解如何提取参数',
  579. advancedSetting: '高级设置',
  580. reasoningMode: '推理模式',
  581. reasoningModeTip: '你可以根据模型对于 Function calling 或 Prompt 的指令响应能力选择合适的推理模式',
  582. isSuccess: '是否成功。成功时值为 1,失败时值为 0。',
  583. errorReason: '错误原因',
  584. },
  585. iteration: {
  586. deleteTitle: '删除迭代节点?',
  587. deleteDesc: '删除迭代节点将删除所有子节点',
  588. input: '输入',
  589. output: '输出变量',
  590. iteration_one: '{{count}}个迭代',
  591. iteration_other: '{{count}}个迭代',
  592. currentIteration: '当前迭代',
  593. comma: ',',
  594. error_one: '{{count}}个失败',
  595. error_other: '{{count}}个失败',
  596. parallelMode: '并行模式',
  597. parallelModeUpper: '并行模式',
  598. parallelModeEnableTitle: '并行模式启用',
  599. parallelModeEnableDesc: '启用并行模式时迭代内的任务支持并行执行。你可以在右侧的属性面板中进行配置。',
  600. parallelPanelDesc: '在并行模式下,迭代中的任务支持并行执行。',
  601. MaxParallelismTitle: '最大并行度',
  602. MaxParallelismDesc: '最大并行度用于控制单次迭代中同时执行的任务数量。',
  603. errorResponseMethod: '错误响应方法',
  604. ErrorMethod: {
  605. operationTerminated: '错误时终止',
  606. continueOnError: '忽略错误并继续',
  607. removeAbnormalOutput: '移除错误输出',
  608. },
  609. answerNodeWarningDesc: '并行模式警告:在迭代中,回答节点、会话变量赋值和工具持久读/写操作可能会导致异常。',
  610. },
  611. note: {
  612. addNote: '添加注释',
  613. editor: {
  614. placeholder: '输入注释...',
  615. small: '小',
  616. medium: '中',
  617. large: '大',
  618. bold: '加粗',
  619. italic: '斜体',
  620. strikethrough: '删除线',
  621. link: '链接',
  622. openLink: '打开',
  623. unlink: '取消链接',
  624. enterUrl: '输入链接...',
  625. invalidUrl: '无效的链接',
  626. bulletList: '列表',
  627. showAuthor: '显示作者',
  628. },
  629. },
  630. docExtractor: {
  631. inputVar: '输入变量',
  632. outputVars: {
  633. text: '提取的文本',
  634. },
  635. supportFileTypes: '支持的文件类型: {{types}}。',
  636. learnMore: '了解更多',
  637. },
  638. listFilter: {
  639. inputVar: '输入变量',
  640. filterCondition: '过滤条件',
  641. filterConditionKey: '过滤条件的 Key',
  642. filterConditionComparisonOperator: '过滤条件比较操作符',
  643. filterConditionComparisonValue: '过滤条件比较值',
  644. selectVariableKeyPlaceholder: '选择子变量的 Key',
  645. extractsCondition: '取第 N 项',
  646. limit: '取前 N 项',
  647. orderBy: '排序',
  648. asc: '升序',
  649. desc: '降序',
  650. outputVars: {
  651. result: '过滤结果',
  652. first_record: '第一条记录',
  653. last_record: '最后一条记录',
  654. },
  655. },
  656. },
  657. tracing: {
  658. stopBy: '由{{user}}终止',
  659. },
  660. }
  661. export default translation