mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-04 03:25:30 +08:00
### What problem does this PR solve? feat: Add GoogleScholar #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -541,6 +541,7 @@ export default {
|
||||
s3: 'S3 上传',
|
||||
preview: '预览',
|
||||
fileError: '文件错误',
|
||||
uploadLimit: '文件大小不能超过10M,文件总数不超过128个',
|
||||
},
|
||||
flow: {
|
||||
flow: '工作流',
|
||||
@ -628,6 +629,12 @@ export default {
|
||||
apiKey: 'Api Key',
|
||||
country: '国家',
|
||||
language: '语言',
|
||||
googleScholar: '谷歌学术',
|
||||
googleScholarDescription: `此组件用于从 https://scholar.google.com/ 获取搜索结果。通常,它作为知识库的补充。Top N 指定您需要调整的搜索结果数量。`,
|
||||
yearLow: '开始年份',
|
||||
yearHigh: '结束年份',
|
||||
patents: '专利',
|
||||
data: '数据',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user