mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
### What problem does this PR solve? feat: Add component GitHub #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -667,6 +667,9 @@ The above is the content you need to summarize.`,
|
||||
authKey: 'Auth key',
|
||||
sourceLang: 'Source language',
|
||||
targetLang: 'Target language',
|
||||
gitHub: 'GitHub',
|
||||
githubDescription:
|
||||
'This component is used to search the repository from https://github.com/. Top N specifies the number of search results to be adjusted.',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@ -625,6 +625,9 @@ export default {
|
||||
authKey: '授權鍵',
|
||||
sourceLang: '原始語言',
|
||||
targetLang: '目標語言',
|
||||
gitHub: 'GitHub',
|
||||
gitHubDescription:
|
||||
'此元件用於從 https://github.com/ 搜尋儲存庫。 Top N 指定要調整的搜尋結果的數量。',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@ -643,6 +643,9 @@ export default {
|
||||
authKey: '授权键',
|
||||
sourceLang: '源语言',
|
||||
targetLang: '目标语言',
|
||||
gitHub: 'GitHub',
|
||||
githubDescription:
|
||||
'该组件用于从 https://github.com/ 搜索仓库。Top N 指定需要调整的搜索结果数量。',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user