We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9f793 commit dfee9b2Copy full SHA for dfee9b2
locales/zh-CN/chat.json
@@ -65,7 +65,7 @@
65
"warp": "换行"
66
},
67
"intentUnderstanding": {
68
- "title": "正在分析并理解意图您的意图..."
+ "title": "正在分析并理解您的意图..."
69
70
"knowledgeBase": {
71
"all": "所有内容",
src/locales/default/chat.ts
@@ -66,7 +66,7 @@ export default {
warp: '换行',
intentUnderstanding: {
- title: '正在分析并理解意图您的意图...',
+ title: '正在分析并理解您的意图...',
knowledgeBase: {
72
all: '所有内容',
0 commit comments