mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 17:16:52 +08:00
### What problem does this PR solve? feat: translate fields of CategorizeForm #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -544,7 +544,15 @@ The above is the content you need to summarize.`,
|
||||
preview: 'Preview',
|
||||
fileError: 'File error',
|
||||
},
|
||||
flow: { cite: 'Cite', citeTip: 'citeTip' },
|
||||
flow: {
|
||||
cite: 'Cite',
|
||||
citeTip: 'citeTip',
|
||||
name: 'Name',
|
||||
nameMessage: 'Please input name',
|
||||
description: 'Description',
|
||||
examples: 'Examples',
|
||||
to: 'To',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
},
|
||||
|
||||
@ -505,7 +505,15 @@ export default {
|
||||
preview: '預覽',
|
||||
fileError: '文件錯誤',
|
||||
},
|
||||
flow: { cite: '引用', citeTip: 'citeTip' },
|
||||
flow: {
|
||||
cite: '引用',
|
||||
citeTip: 'citeTip',
|
||||
name: '名稱',
|
||||
nameMessage: '請輸入名稱',
|
||||
description: '描述',
|
||||
examples: '範例',
|
||||
to: '到',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
},
|
||||
|
||||
@ -523,7 +523,15 @@ export default {
|
||||
preview: '预览',
|
||||
fileError: '文件错误',
|
||||
},
|
||||
flow: { cite: '引用', citeTip: 'citeTip' },
|
||||
flow: {
|
||||
cite: '引用',
|
||||
citeTip: 'citeTip',
|
||||
name: '名称',
|
||||
nameMessage: '请输入名称',
|
||||
description: '描述',
|
||||
examples: '示例',
|
||||
to: '到',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user