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

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