mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat(i18n): add new translation entries for local file, website crawl, and online document
This commit is contained in:
@ -97,6 +97,9 @@ const translation = {
|
|||||||
upload_file: 'Upload File',
|
upload_file: 'Upload File',
|
||||||
notion: 'Sync form Notion',
|
notion: 'Sync form Notion',
|
||||||
github: 'Sync form Github',
|
github: 'Sync form Github',
|
||||||
|
local_file: 'Local File',
|
||||||
|
website_crawl: 'Website Crawl',
|
||||||
|
online_document: 'Online Document',
|
||||||
},
|
},
|
||||||
type: {
|
type: {
|
||||||
book: 'Book',
|
book: 'Book',
|
||||||
|
|||||||
@ -96,6 +96,9 @@ const translation = {
|
|||||||
upload_file: '文件上传',
|
upload_file: '文件上传',
|
||||||
notion: '从 Notion 同步的文档',
|
notion: '从 Notion 同步的文档',
|
||||||
github: '从 Github 同步的代码',
|
github: '从 Github 同步的代码',
|
||||||
|
local_file: '本地文件',
|
||||||
|
website_crawl: '网站爬取',
|
||||||
|
online_document: '在线文档',
|
||||||
},
|
},
|
||||||
type: {
|
type: {
|
||||||
book: '书籍',
|
book: '书籍',
|
||||||
|
|||||||
Reference in New Issue
Block a user