### 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:
@@ -661,6 +661,12 @@ The above is the content you need to summarize.`,
|
||||
yearHigh: 'Year high',
|
||||
patents: 'Patents',
|
||||
data: 'Data',
|
||||
deepL: 'DeepL',
|
||||
deepLDescription:
|
||||
'This component is used to get translations from https://www.deepl.com/. Typically, it provides a more specialized translation result.',
|
||||
authKey: 'Auth key',
|
||||
sourceLang: 'Source language',
|
||||
targetLang: 'Target language',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -619,6 +619,12 @@ export default {
|
||||
yearHigh: '結束年份',
|
||||
patents: '專利',
|
||||
data: '數據',
|
||||
deepL: 'DeepL',
|
||||
deepLDescription:
|
||||
'此元件用於從 https://www.deepl.com/ 取得翻譯。通常,它提供更專業的翻譯結果。',
|
||||
authKey: '授權鍵',
|
||||
sourceLang: '原始語言',
|
||||
targetLang: '目標語言',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -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