feat(i18n): add new translation entries for local file, website crawl, and online document

This commit is contained in:
twwu 2025-06-10 14:22:09 +08:00
parent c91456de1b
commit d3eedaf0ec
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -96,6 +96,9 @@ const translation = {
upload_file: '文件上传',
notion: '从 Notion 同步的文档',
github: '从 Github 同步的代码',
local_file: '本地文件',
website_crawl: '网站爬取',
online_document: '在线文档',
},
type: {
book: '书籍',