Skip to content

Commit

Permalink
Fix error message for chat (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
崔庆才丨静觅 authored Jan 5, 2024
1 parent 9094e0b commit 0300664
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix error message for chat",
"packageName": "@zhishuyun/hub",
"email": "[email protected]",
"dependentChangeType": "patch"
}
7 changes: 4 additions & 3 deletions src/i18n/zh/chat/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ export default {
errorApiError: '回答失败,请稍后重试',
errorBadRequest: '请求内容不规范,请重新提问',
errorNoConversation: '对话内容不存在或者已经过期,请发起新的会话',
confirmDelete: '确定删除',
errorContentTooLarge: '问题内容过长,请缩短后重试',
errorTooManyRequests: '您的操作过于频繁,请稍后重试',
errorUsedUp: '您的套餐次数已经用完,请购买更多次数继续使用',
errorUnknown: '服务器出现未知错误,请稍后重试或联系客服',
errorTimeout: '回答问题超时,请稍后重试',
errorNotApplied: '您尚未申请该服务,请先申请再继续提问',
howToUse: '按 Shift+Enter 键可以换行',
noConversations: '没有历史会话,请先发起一个新的会话'
confirmDelete: '确定删除',
howToUse: '按 Shift+Enter 键可以换行'
};

0 comments on commit 0300664

Please sign in to comment.