Bläddra i källkod

feat: update tooltip text for test run mode in English and Chinese translations for clarity

tags/2.0.0-beta.1
twwu 4 månader sedan
förälder
incheckning
025b55ef3b
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      web/i18n/en-US/dataset-pipeline.ts
  2. 1
    1
      web/i18n/zh-Hans/dataset-pipeline.ts

+ 1
- 1
web/i18n/en-US/dataset-pipeline.ts Visa fil

@@ -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',

+ 1
- 1
web/i18n/zh-Hans/dataset-pipeline.ts Visa fil

@@ -51,7 +51,7 @@ const translation = {
},
testRun: {
title: '测试运行',
tooltip: '在测试运行模式下,每次只能上传一个文件,便于调试和观察。',
tooltip: '在测试运行模式下,每次只能导入一个文档,以便于调试和观察。',
steps: {
dataSource: '数据源',
documentProcessing: '文档处理',

Laddar…
Avbryt
Spara