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 component DeepL #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -637,6 +637,12 @@ export default {
|
||||
yearHigh: '结束年份',
|
||||
patents: '专利',
|
||||
data: '数据',
|
||||
deepL: 'DeepL',
|
||||
deepLDescription:
|
||||
'该组件用于从 https://www.deepl.com/ 获取翻译。通常,它提供更专业的翻译结果。',
|
||||
authKey: '授权键',
|
||||
sourceLang: '源语言',
|
||||
targetLang: '目标语言',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user