workflow.ts 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  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. debugAndPreview: '預覽',
  23. restart: '重新開始',
  24. currentDraft: '當前草稿',
  25. currentDraftUnpublished: '當前草稿未發佈',
  26. latestPublished: '最新發佈',
  27. publishedAt: '發佈於',
  28. restore: '恢復',
  29. runApp: '運行',
  30. batchRunApp: '批量運行',
  31. accessAPIReference: '訪問 API',
  32. embedIntoSite: '嵌入網站',
  33. addTitle: '添加標題...',
  34. addDescription: '添加描述...',
  35. noVar: '沒有變量',
  36. variableNamePlaceholder: '變量名',
  37. searchVar: '搜索變量',
  38. setVarValuePlaceholder: '設置變量值',
  39. needConnectTip: '此節點尚未連接到其他節點',
  40. maxTreeDepth: '每個分支最大限制 {{depth}} 個節點',
  41. needEndNode: '必須添加結束節點',
  42. needAnswerNode: '必須添加直接回覆節點',
  43. workflowProcess: '工作流',
  44. notRunning: '尚未運行',
  45. previewPlaceholder: '在下面的框中輸入內容開始調試聊天機器人',
  46. effectVarConfirm: {
  47. title: '移除變量',
  48. content: '該變量在其他節點中使用。您是否仍要刪除它?',
  49. },
  50. insertVarTip: '按 \'/\' 鍵快速插入',
  51. processData: '數據處理',
  52. input: '輸入',
  53. output: '輸出',
  54. jinjaEditorPlaceholder: '輸入 “/” 或 “{” 插入變量',
  55. viewOnly: '只讀',
  56. showRunHistory: '顯示運行歷史',
  57. enableJinja: '開啟支持 Jinja 模板',
  58. learnMore: '了解更多',
  59. copy: '拷貝',
  60. duplicate: '複製',
  61. addBlock: '添加節點',
  62. pasteHere: '粘貼到這裡',
  63. pointerMode: '指針模式',
  64. handMode: '手模式',
  65. model: '模型',
  66. workflowAsTool: '發佈為工具',
  67. configureRequired: '需要進行配置',
  68. configure: '配置',
  69. manageInTools: '訪問工具頁',
  70. workflowAsToolTip: '工作流更新後需要重新配置工具參數',
  71. viewDetailInTracingPanel: '查看詳細信息',
  72. importDSL: '導入 DSL',
  73. backupCurrentDraft: 'Backup Current Draft',
  74. overwriteAndImport: '覆蓋和導入',
  75. importSuccess: '導入成功',
  76. chooseDSL: '選擇 DSL(yml) 檔',
  77. syncingData: '同步數據,只需幾秒鐘。',
  78. importDSLTip: '當前草稿將被覆蓋。在導入之前將工作流匯出為備份。',
  79. importFailure: '匯入失敗',
  80. parallelTip: {
  81. click: {
  82. title: '點擊',
  83. desc: '添加',
  84. },
  85. drag: {
  86. title: '拖动',
  87. desc: '連接',
  88. },
  89. limit: '並行度僅限於 {{num}} 個分支。',
  90. depthLimit: '並行嵌套層限制為 {{num}} 個層',
  91. },
  92. parallelRun: '並行運行',
  93. disconnect: '斷開',
  94. jumpToNode: '跳轉到此節點',
  95. addParallelNode: '添加並行節點',
  96. parallel: '並行',
  97. branch: '分支',
  98. featuresDocLink: '瞭解更多資訊',
  99. fileUploadTip: '圖片上傳功能已升級為檔上傳。',
  100. ImageUploadLegacyTip: '現在,您可以在起始表單中創建檔案類型變數。我們將來不再支持圖片上傳功能。',
  101. featuresDescription: '增強 Web 應用程式用戶體驗',
  102. },
  103. env: {
  104. envPanelTitle: '環境變數',
  105. envDescription: '環境變數可用於存儲私人信息和憑證。它們是唯讀的,並且可以在導出時與DSL文件分開。',
  106. envPanelButton: '添加變數',
  107. modal: {
  108. title: '添加環境變數',
  109. editTitle: '編輯環境變數',
  110. type: '類型',
  111. name: '名稱',
  112. namePlaceholder: '環境名稱',
  113. value: '值',
  114. valuePlaceholder: '環境值',
  115. secretTip: '用於定義敏感信息或數據,DSL設置配置為防止洩露。',
  116. },
  117. export: {
  118. title: '導出機密環境變數?',
  119. checkbox: '導出機密值',
  120. ignore: '導出DSL',
  121. export: '導出帶有機密值的DSL',
  122. },
  123. },
  124. chatVariable: {
  125. panelTitle: '對話變數',
  126. panelDescription: '對話變數用於儲存 LLM 需要記住的互動資訊,包括對話歷史、上傳的檔案、使用者偏好等。這些變數可讀寫。',
  127. docLink: '查看我們的文件以了解更多。',
  128. button: '新增變數',
  129. modal: {
  130. title: '新增對話變數',
  131. editTitle: '編輯對話變數',
  132. name: '名稱',
  133. namePlaceholder: '變數名稱',
  134. type: '類型',
  135. value: '預設值',
  136. valuePlaceholder: '預設值,留空則不設定',
  137. description: '描述',
  138. descriptionPlaceholder: '描述此變數',
  139. editInJSON: '以 JSON 編輯',
  140. oneByOne: '逐一新增',
  141. editInForm: '在表單中編輯',
  142. arrayValue: '值',
  143. addArrayValue: '新增值',
  144. objectKey: '鍵',
  145. objectType: '類型',
  146. objectValue: '預設值',
  147. },
  148. storedContent: '已儲存內容',
  149. updatedAt: '更新於 ',
  150. },
  151. changeHistory: {
  152. title: '變更履歷',
  153. placeholder: '尚未更改任何內容',
  154. clearHistory: '清除歷史記錄',
  155. hint: '提示',
  156. hintText: '您的編輯操作將被跟踪並存儲在您的設備上,直到您離開編輯器。此歷史記錄將在您離開編輯器時被清除。',
  157. stepBackward_one: '{{count}} 步後退',
  158. stepBackward_other: '{{count}} 步後退',
  159. stepForward_one: '{{count}} 步前進',
  160. stepForward_other: '{{count}} 步前進',
  161. sessionStart: '會話開始',
  162. currentState: '當前狀態',
  163. nodeTitleChange: '區塊標題已更改',
  164. nodeDescriptionChange: '區塊描述已更改',
  165. nodeDragStop: '區塊已移動',
  166. nodeChange: '區塊已更改',
  167. nodeConnect: '區塊已連接',
  168. nodePaste: '區塊已粘貼',
  169. nodeDelete: '區塊已刪除',
  170. nodeAdd: '區塊已添加',
  171. nodeResize: '區塊已調整大小',
  172. noteAdd: '註釋已添加',
  173. noteChange: '註釋已更改',
  174. edgeDelete: '區塊已斷開連接',
  175. noteDelete: '註釋已刪除',
  176. },
  177. errorMsg: {
  178. fieldRequired: '{{field}} 不能為空',
  179. authRequired: '請先授權',
  180. invalidJson: '{{field}} 是非法的 JSON',
  181. fields: {
  182. variable: '變量名',
  183. variableValue: '變量值',
  184. code: '代碼',
  185. model: '模型',
  186. rerankModel: 'Rerank 模型',
  187. visionVariable: 'Vision Variable',
  188. },
  189. invalidVariable: '無效的變量',
  190. rerankModelRequired: '在開啟 Rerank 模型之前,請在設置中確認模型配置成功。',
  191. },
  192. singleRun: {
  193. testRun: '測試運行',
  194. startRun: '開始運行',
  195. running: '運行中',
  196. testRunIteration: '測試運行迭代',
  197. back: '返回',
  198. iteration: '迭代',
  199. },
  200. tabs: {
  201. 'searchBlock': '搜索節點',
  202. 'blocks': '節點',
  203. 'tools': '工具',
  204. 'allTool': '全部',
  205. 'builtInTool': '內置',
  206. 'customTool': '自定義',
  207. 'workflowTool': '工作流',
  208. 'question-understand': '問題理解',
  209. 'logic': '邏輯',
  210. 'transform': '轉換',
  211. 'utilities': '工具',
  212. 'noResult': '未找到匹配項',
  213. 'searchTool': '搜索工具',
  214. },
  215. blocks: {
  216. 'start': '開始',
  217. 'end': '結束',
  218. 'answer': '直接回覆',
  219. 'llm': 'LLM',
  220. 'knowledge-retrieval': '知識檢索',
  221. 'question-classifier': '問題分類器',
  222. 'if-else': '條件分支',
  223. 'code': '代碼執行',
  224. 'template-transform': '模板轉換',
  225. 'http-request': 'HTTP 請求',
  226. 'variable-assigner': '變量聚合器',
  227. 'variable-aggregator': '變量聚合器',
  228. 'assigner': '變數分配器',
  229. 'iteration-start': '迭代開始',
  230. 'iteration': '迭代',
  231. 'parameter-extractor': '參數提取器',
  232. 'list-operator': '清單運算子',
  233. 'document-extractor': '文件提取器',
  234. },
  235. blocksAbout: {
  236. 'start': '定義一個 workflow 流程啟動的參數',
  237. 'end': '定義一個 workflow 流程的結束和結果類型',
  238. 'answer': '定義一個聊天對話的回覆內容',
  239. 'llm': '調用大語言模型回答問題或者對自然語言進行處理',
  240. 'knowledge-retrieval': '允許你從知識庫中查詢與用戶問題相關的文本內容',
  241. 'question-classifier': '定義用戶問題的分類條件,LLM 能夠根據分類描述定義對話的進展方式',
  242. 'if-else': '允許你根據 if/else 條件將 workflow 拆分成兩個分支',
  243. 'code': '執行一段 Python 或 NodeJS 代碼實現自定義邏輯',
  244. 'template-transform': '使用 Jinja 模板語法將數據轉換為字符串',
  245. 'http-request': '允許通過 HTTP 協議發送服務器請求',
  246. 'variable-assigner': '將多路分支的變量聚合為一個變量,以實現下游節點統一配置。',
  247. 'assigner': '變數分配節點用於為可寫入的變數(如對話變數)分配值。',
  248. 'variable-aggregator': '將多路分支的變量聚合為一個變量,以實現下游節點統一配置。',
  249. 'iteration': '對列表對象執行多次步驟直至輸出所有結果。',
  250. 'parameter-extractor': '利用 LLM 從自然語言內推理提取出結構化參數,用於後置的工具調用或 HTTP 請求。',
  251. 'document-extractor': '用於將上傳的文件解析為 LLM 易於理解的文字內容。',
  252. 'list-operator': '用於篩選或排序陣列內容。',
  253. },
  254. operator: {
  255. zoomIn: '放大',
  256. zoomOut: '縮小',
  257. zoomTo50: '縮放到 50%',
  258. zoomTo100: '放大到 100%',
  259. zoomToFit: '自適應視圖',
  260. },
  261. panel: {
  262. userInputField: '用戶輸入字段',
  263. changeBlock: '更改節點',
  264. helpLink: '幫助鏈接',
  265. about: '關於',
  266. createdBy: '作者',
  267. nextStep: '下一步',
  268. addNextStep: '添加此工作流程中的下一個節點',
  269. selectNextStep: '選擇下一個節點',
  270. runThisStep: '運行此步驟',
  271. checklist: '檢查清單',
  272. checklistTip: '發佈前確保所有問題均已解決',
  273. checklistResolved: '所有問題均已解決',
  274. organizeBlocks: '整理節點',
  275. change: '更改',
  276. optional: '(選擇性)',
  277. },
  278. nodes: {
  279. common: {
  280. outputVars: '輸出變量',
  281. insertVarTip: '插入變量',
  282. memory: {
  283. memory: '記憶',
  284. memoryTip: '聊天記憶設置',
  285. windowSize: '記憶窗口',
  286. conversationRoleName: '對話角色名',
  287. user: '用戶前綴',
  288. assistant: '助手前綴',
  289. },
  290. memories: {
  291. title: '記憶',
  292. tip: '聊天記憶',
  293. builtIn: '內置',
  294. },
  295. },
  296. start: {
  297. required: '必填',
  298. inputField: '輸入字段',
  299. builtInVar: '內置變量',
  300. outputVars: {
  301. query: '用戶輸入',
  302. memories: {
  303. des: '會話歷史',
  304. type: '消息類型',
  305. content: '消息內容',
  306. },
  307. files: '文件列表',
  308. },
  309. noVarTip: '設置的輸入可在工作流程中使用',
  310. },
  311. end: {
  312. outputs: '輸出',
  313. output: {
  314. type: '輸出類型',
  315. variable: '輸出變量',
  316. },
  317. type: {
  318. 'none': '無',
  319. 'plain-text': '純文本',
  320. 'structured': '結構化',
  321. },
  322. },
  323. answer: {
  324. answer: '回覆',
  325. outputVars: '輸出變量',
  326. },
  327. llm: {
  328. model: '模型',
  329. variables: '變量',
  330. context: '上下文',
  331. contextTooltip: '您可以導入知識庫作為上下文',
  332. notSetContextInPromptTip: '要啟用上下文功能,請在提示中填寫上下文變量。',
  333. prompt: '提示詞',
  334. addMessage: '添加消息',
  335. roleDescription: {
  336. system: '為對話提供高層指導',
  337. user: '向模型提供指令、查詢或任何基於文本的輸入',
  338. assistant: '基於用戶消息的模型回覆',
  339. },
  340. vision: '視覺',
  341. files: '文件',
  342. resolution: {
  343. name: '分辨率',
  344. high: '高',
  345. low: '低',
  346. },
  347. outputVars: {
  348. output: '生成內容',
  349. usage: '模型用量信息',
  350. },
  351. singleRun: {
  352. variable: '變量',
  353. },
  354. sysQueryInUser: 'user message 中必須包含 sys.query',
  355. },
  356. knowledgeRetrieval: {
  357. queryVariable: '查詢變量',
  358. knowledge: '知識庫',
  359. outputVars: {
  360. output: '召回的分段',
  361. content: '分段內容',
  362. title: '分段標題',
  363. icon: '分段圖標',
  364. url: '分段鏈接',
  365. metadata: '其他元數據',
  366. },
  367. },
  368. http: {
  369. inputVars: '輸入變量',
  370. api: 'API',
  371. apiPlaceholder: '輸入 URL,輸入變量時請鍵入‘/’',
  372. notStartWithHttp: 'API 應該以 http:// 或 https:// 開頭',
  373. key: '鍵',
  374. value: '值',
  375. bulkEdit: '批量編輯',
  376. keyValueEdit: '鍵值編輯',
  377. headers: 'Headers',
  378. params: 'Params',
  379. body: 'Body',
  380. outputVars: {
  381. body: '響應內容',
  382. statusCode: '響應狀態碼',
  383. headers: '響應頭列表 JSON',
  384. files: '文件列表',
  385. },
  386. authorization: {
  387. 'authorization': '鑑權',
  388. 'authorizationType': '鑑權類型',
  389. 'no-auth': '無',
  390. 'api-key': 'API-Key',
  391. 'auth-type': 'API 鑑權類型',
  392. 'basic': '基礎',
  393. 'bearer': 'Bearer',
  394. 'custom': '自定義',
  395. 'api-key-title': 'API Key',
  396. 'header': 'Header',
  397. },
  398. insertVarPlaceholder: '鍵入 \'/\' 鍵快速插入變量',
  399. timeout: {
  400. title: '超時設置',
  401. connectLabel: '連接超時',
  402. connectPlaceholder: '輸入連接超時(以秒為單位)',
  403. readLabel: '讀取超時',
  404. readPlaceholder: '輸入讀取超時(以秒為單位)',
  405. writeLabel: '寫入超時',
  406. writePlaceholder: '輸入寫入超時(以秒為單位)',
  407. },
  408. type: '類型',
  409. binaryFileVariable: '二進位檔變數',
  410. },
  411. code: {
  412. inputVars: '輸入變量',
  413. outputVars: '輸出變量',
  414. advancedDependencies: '高級依賴',
  415. advancedDependenciesTip: '在這裡添加一些預加載需要消耗較多時間或非默認內置的依賴包',
  416. searchDependencies: '搜索依賴',
  417. },
  418. templateTransform: {
  419. inputVars: '輸入變量',
  420. code: '代碼',
  421. codeSupportTip: '只支持 Jinja2',
  422. outputVars: {
  423. output: '轉換後內容',
  424. },
  425. },
  426. ifElse: {
  427. if: 'If',
  428. else: 'Else',
  429. elseDescription: '用於定義當 if 條件不滿足時應執行的邏輯。',
  430. and: 'and',
  431. or: 'or',
  432. operator: '操作符',
  433. notSetVariable: '請先設置變量',
  434. comparisonOperator: {
  435. 'contains': '包含',
  436. 'not contains': '不包含',
  437. 'start with': '開始是',
  438. 'end with': '結束是',
  439. 'is': '是',
  440. 'is not': '不是',
  441. 'empty': '為空',
  442. 'not empty': '不為空',
  443. 'null': '空',
  444. 'not null': '不為空',
  445. 'regex match': '正則表達式匹配',
  446. 'all of': '全部',
  447. 'exists': '存在',
  448. 'in': '在',
  449. 'not in': '不在',
  450. 'not exists': '不存在',
  451. },
  452. enterValue: '輸入值',
  453. addCondition: '添加條件',
  454. conditionNotSetup: '條件未設置',
  455. selectVariable: '選擇變數...',
  456. optionName: {
  457. image: '圖像',
  458. url: '網址',
  459. doc: '醫生',
  460. localUpload: '本地上傳',
  461. video: '視頻',
  462. audio: '音訊',
  463. },
  464. select: '選擇',
  465. addSubVariable: '子變數',
  466. },
  467. variableAssigner: {
  468. title: '變量賦值',
  469. outputType: '輸出類型',
  470. varNotSet: '未設置變量',
  471. noVarTip: '添加需要賦值的變量',
  472. type: {
  473. string: 'String',
  474. number: 'Number',
  475. object: 'Object',
  476. array: 'Array',
  477. },
  478. aggregationGroup: '聚合分組',
  479. aggregationGroupTip: '開啟該功能後,變量聚合器內可以同時聚合多組變量',
  480. addGroup: '添加分組',
  481. outputVars: {
  482. varDescribe: '{{groupName}}的輸出變量',
  483. },
  484. setAssignVariable: '設置賦值變量',
  485. },
  486. assigner: {
  487. 'assignedVariable': '已分配變數',
  488. 'writeMode': '寫入模式',
  489. 'writeModeTip': '當已分配變數是陣列時,附加模式會新增到末尾。',
  490. 'over-write': '覆寫',
  491. 'append': '附加',
  492. 'plus': '加',
  493. 'clear': '清除',
  494. 'setVariable': '設定變數',
  495. 'variable': '變數',
  496. },
  497. tool: {
  498. toAuthorize: '授權',
  499. inputVars: '輸入變量',
  500. outputVars: {
  501. text: '工具生成的內容',
  502. files: {
  503. title: '工具生成的文件',
  504. type: '支持類型。現在只支持圖片',
  505. transfer_method: '傳輸方式。值為 remote_url 或 local_file',
  506. url: '圖片鏈接',
  507. upload_file_id: '上傳文件ID',
  508. },
  509. json: '工具生成的JSON',
  510. },
  511. },
  512. questionClassifiers: {
  513. model: '模型',
  514. inputVars: '輸入變量',
  515. outputVars: {
  516. className: '分類名稱',
  517. },
  518. class: '分類',
  519. classNamePlaceholder: '輸入你的分類名稱',
  520. advancedSetting: '高級設置',
  521. topicName: '主題內容',
  522. topicPlaceholder: '在這裡輸入你的主題內容',
  523. addClass: '添加分類',
  524. instruction: '指令',
  525. instructionTip: '你可以輸入額外的附加指令,幫助問題分類器更好的理解如何分類',
  526. instructionPlaceholder: '在這裡輸入你的指令',
  527. },
  528. parameterExtractor: {
  529. inputVar: '輸入變量',
  530. extractParameters: '提取參數',
  531. importFromTool: '從工具導入',
  532. addExtractParameter: '添加提取參數',
  533. addExtractParameterContent: {
  534. name: '名稱',
  535. namePlaceholder: '提取參數名稱',
  536. type: '類型',
  537. typePlaceholder: '提取參數類型',
  538. description: '描述',
  539. descriptionPlaceholder: '提取參數描述',
  540. required: '必填',
  541. requiredContent: '必填僅作為模型推理的參考,不用於參數輸出的強制驗證。',
  542. },
  543. extractParametersNotSet: '提取參數未設置',
  544. instruction: '指令',
  545. instructionTip: '你可以輸入額外的附加指令,幫助參數提取器理解如何提取參數',
  546. advancedSetting: '高級設置',
  547. reasoningMode: '推理模式',
  548. reasoningModeTip: '你可以根據模型對於 Function calling 或 Prompt 的指令響應能力選擇合適的推理模式',
  549. isSuccess: '是否成功。成功時值為 1,失敗時值為 0。',
  550. errorReason: '錯誤原因',
  551. },
  552. iteration: {
  553. deleteTitle: '刪除迭代節點?',
  554. deleteDesc: '刪除迭代節點將刪除所有子節點',
  555. input: '輸入',
  556. output: '輸出變量',
  557. iteration_one: '{{count}}個迭代',
  558. iteration_other: '{{count}}個迭代',
  559. currentIteration: '當前迭代',
  560. },
  561. note: {
  562. editor: {
  563. link: '連結',
  564. openLink: '打開',
  565. medium: '中等',
  566. small: '小',
  567. invalidUrl: 'URL 無效',
  568. italic: '斜體的',
  569. bulletList: '項目符號清單',
  570. large: '大',
  571. unlink: '取消連結',
  572. enterUrl: '輸入網址...',
  573. bold: '大膽',
  574. showAuthor: '顯示作者',
  575. strikethrough: '刪除線',
  576. placeholder: '寫下您的筆記...',
  577. },
  578. addNote: '添加註釋',
  579. },
  580. docExtractor: {
  581. outputVars: {
  582. text: '提取的文字',
  583. },
  584. learnMore: '瞭解更多資訊',
  585. inputVar: '輸入變數',
  586. supportFileTypes: '支援文件類型:{{types}}。',
  587. },
  588. listFilter: {
  589. outputVars: {
  590. last_record: '最後一條記錄',
  591. first_record: '第一條記錄',
  592. result: '篩選結果',
  593. },
  594. desc: '描述',
  595. asc: 'ASC的',
  596. orderBy: '排序依據',
  597. inputVar: '輸入變數',
  598. filterConditionComparisonValue: 'Filter Condition 值',
  599. filterCondition: '篩選條件',
  600. limit: '前 N 名',
  601. selectVariableKeyPlaceholder: 'Select sub variable key (選擇子變數鍵)',
  602. filterConditionComparisonOperator: 'Filter Condition Comparison 運算符',
  603. filterConditionKey: '篩選條件鍵',
  604. },
  605. },
  606. tracing: {
  607. stopBy: '由{{user}}終止',
  608. },
  609. }
  610. export default translation