feat: added conversation history feature
This commit is contained in:
@@ -10,6 +10,13 @@ export const zhHkMessages: 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