From d3eedaf0ecf4f3c81d8cf2a141dd980da7f110c5 Mon Sep 17 00:00:00 2001 From: twwu Date: Tue, 10 Jun 2025 14:22:09 +0800 Subject: [PATCH] feat(i18n): add new translation entries for local file, website crawl, and online document --- web/i18n/en-US/dataset-documents.ts | 3 +++ web/i18n/zh-Hans/dataset-documents.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/web/i18n/en-US/dataset-documents.ts b/web/i18n/en-US/dataset-documents.ts index 2a79324477..97948d9797 100644 --- a/web/i18n/en-US/dataset-documents.ts +++ b/web/i18n/en-US/dataset-documents.ts @@ -97,6 +97,9 @@ const translation = { upload_file: 'Upload File', notion: 'Sync form Notion', github: 'Sync form Github', + local_file: 'Local File', + website_crawl: 'Website Crawl', + online_document: 'Online Document', }, type: { book: 'Book', diff --git a/web/i18n/zh-Hans/dataset-documents.ts b/web/i18n/zh-Hans/dataset-documents.ts index 5ff1b50f85..be922f9540 100644 --- a/web/i18n/zh-Hans/dataset-documents.ts +++ b/web/i18n/zh-Hans/dataset-documents.ts @@ -96,6 +96,9 @@ const translation = { upload_file: '文件上传', notion: '从 Notion 同步的文档', github: '从 Github 同步的代码', + local_file: '本地文件', + website_crawl: '网站爬取', + online_document: '在线文档', }, type: { book: '书籍',