### 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:
@@ -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',
|
||||
|
||||
@@ -523,6 +523,7 @@ export default {
|
||||
s3: 'S3 上傳',
|
||||
preview: '預覽',
|
||||
fileError: '文件錯誤',
|
||||
uploadLimit: '文件大小不能超過10M,文件總數不超過128個',
|
||||
},
|
||||
flow: {
|
||||
cite: '引用',
|
||||
@@ -610,6 +611,12 @@ export default {
|
||||
apiKey: 'Api Key',
|
||||
country: '國家',
|
||||
language: '語言',
|
||||
googleScholar: '谷歌學術',
|
||||
googleScholarDescription: `該元件用於從 https://scholar.google.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 指定您需要調整的搜尋結果的數量。`,
|
||||
yearLow: '開始年份',
|
||||
yearHigh: '結束年份',
|
||||
patents: '專利',
|
||||
data: '數據',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -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