mirror of https://github.com/langgenius/dify.git
feat(i18n): add new translation entries for local file, website crawl, and online document
This commit is contained in:
parent
c91456de1b
commit
d3eedaf0ec
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -96,6 +96,9 @@ const translation = {
|
|||
upload_file: '文件上传',
|
||||
notion: '从 Notion 同步的文档',
|
||||
github: '从 Github 同步的代码',
|
||||
local_file: '本地文件',
|
||||
website_crawl: '网站爬取',
|
||||
online_document: '在线文档',
|
||||
},
|
||||
type: {
|
||||
book: '书籍',
|
||||
|
|
|
|||
Loading…
Reference in New Issue