From 025b55ef3b65456d868bffbf639d37ec572a089a Mon Sep 17 00:00:00 2001 From: twwu Date: Thu, 26 Jun 2025 10:17:48 +0800 Subject: [PATCH] feat: update tooltip text for test run mode in English and Chinese translations for clarity --- web/i18n/en-US/dataset-pipeline.ts | 2 +- web/i18n/zh-Hans/dataset-pipeline.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en-US/dataset-pipeline.ts b/web/i18n/en-US/dataset-pipeline.ts index 0b8edc1865..e2187de048 100644 --- a/web/i18n/en-US/dataset-pipeline.ts +++ b/web/i18n/en-US/dataset-pipeline.ts @@ -51,7 +51,7 @@ const translation = { }, testRun: { title: 'Test Run', - tooltip: 'In Test Run mode, only one file upload at a time is allowed for easier debugging and observation.', + tooltip: 'In test run mode, only one document is allowed to be imported at a time for easier debugging and observation.', steps: { dataSource: 'Data Source', documentProcessing: 'Document Processing', diff --git a/web/i18n/zh-Hans/dataset-pipeline.ts b/web/i18n/zh-Hans/dataset-pipeline.ts index d538dcd135..e0b7702911 100644 --- a/web/i18n/zh-Hans/dataset-pipeline.ts +++ b/web/i18n/zh-Hans/dataset-pipeline.ts @@ -51,7 +51,7 @@ const translation = { }, testRun: { title: '测试运行', - tooltip: '在测试运行模式下,每次只能上传一个文件,便于调试和观察。', + tooltip: '在测试运行模式下,每次只能导入一个文档,以便于调试和观察。', steps: { dataSource: '数据源', documentProcessing: '文档处理',