diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts index 9d03e77248..241de9386b 100644 --- a/web/i18n/en-US/workflow.ts +++ b/web/i18n/en-US/workflow.ts @@ -245,7 +245,7 @@ const translation = { 'iteration': 'Perform multiple steps on a list object until all results are outputted.', 'parameter-extractor': 'Use LLM to extract structured parameters from natural language for tool invocations or HTTP requests.', 'document-extractor': 'Used to parse uploaded documents into text content that is easily understandable by LLM.', - 'list-filter': 'Used to filter or sort files uploaded by users in bulk.', + 'list-filter': 'Used to filter or sort array content.', }, operator: { zoomIn: 'Zoom In', diff --git a/web/i18n/zh-Hans/workflow.ts b/web/i18n/zh-Hans/workflow.ts index 18ec3e58b7..20bb838dd3 100644 --- a/web/i18n/zh-Hans/workflow.ts +++ b/web/i18n/zh-Hans/workflow.ts @@ -245,7 +245,7 @@ const translation = { 'iteration': '对列表对象执行多次步骤直至输出所有结果。', 'parameter-extractor': '利用 LLM 从自然语言内推理提取出结构化参数,用于后置的工具调用或 HTTP 请求。', 'document-extractor': '用于将用户上传的文档解析为 LLM 便于理解的文本内容。', - 'list-filter': '用于对用户批量上传的文件进行筛选或者排序处理。', + 'list-filter': '用于过滤或排序数组内容。', }, operator: { zoomIn: '放大',