feat: translate fields of CategorizeForm #918 (#1311)

### 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:
balibabu
2024-06-28 15:29:29 +08:00
committed by GitHub
parent 8c9b54db31
commit 44c7a0e281
5 changed files with 83 additions and 11 deletions

View File

@@ -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',
},