feat: Add GoogleScholar #918 (#1818)

### 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:
balibabu
2024-08-06 16:03:16 +08:00
committed by GitHub
parent 43199c45c3
commit 0dba1743e3
10 changed files with 135 additions and 0 deletions

View File

@@ -562,6 +562,8 @@ The above is the content you need to summarize.`,
s3: 'S3 uploads',
preview: 'Preview',
fileError: 'File error',
uploadLimit:
'The file size cannot exceed 10M, and the total number of files cannot exceed 128',
},
flow: {
cite: 'Cite',
@@ -650,6 +652,13 @@ The above is the content you need to summarize.`,
apiKey: 'Api Key',
country: 'Country',
language: 'Language',
googleScholar: 'Google Scholar',
googleScholarDescription:
'This component is used to get search result from https://scholar.google.com/. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt.',
yearLow: 'Year low',
yearHigh: 'Year high',
patents: 'Patents',
data: 'Data',
},
footer: {
profile: 'All rights reserved @ React',