feat: added conversation history feature
This commit is contained in:
@@ -10,6 +10,13 @@ export const zhCnMessages: TranslationMessages = {
|
||||
'chatbox.todo.ariaLabel': '代理任务清单',
|
||||
'chatbox.todo.count': '已完成 {completed}/{total}',
|
||||
'chatbox.todo.active': '当前进行中:{task}',
|
||||
'chatbox.history.title': '对话历史',
|
||||
'chatbox.history.heading': '对话历史',
|
||||
'chatbox.history.cancel': '取消',
|
||||
'chatbox.history.delete': '删除',
|
||||
'chatbox.history.deleteConfirm': '要删除对话“{title}”吗?此操作无法撤销。',
|
||||
'chatbox.history.loading': '正在加载对话...',
|
||||
'chatbox.history.empty': '还没有已保存的对话。',
|
||||
'chatbox.fastForward.title': '快速放行工具执行审批',
|
||||
'chatbox.tool.confirmation.ariaLabel': '工具执行审批操作',
|
||||
'chatbox.tool.confirmation.allow': '允许',
|
||||
|
||||
Reference in New Issue
Block a user