File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
app/[locale]/chat/components Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -251,8 +251,6 @@ export function ChatSidebar({
251251 return < Database className = "h-4 w-4" /> ;
252252 case "agents" :
253253 return < Bot className = "h-4 w-4" /> ;
254- default :
255- return null ;
256254 }
257255 } ;
258256
Original file line number Diff line number Diff line change 100100 "chatLeftSidebar.noHistory" : " No conversation history" ,
101101 "chatLeftSidebar.expandSidebar" : " Expand Sidebar" ,
102102 "chatLeftSidebar.settings" : " Settings" ,
103- "chatLeftSidebar.settingsMenu.modelConfig" : " Application and System Model Configuration" ,
103+ "chatLeftSidebar.settingsMenu.modelConfig" : " Application & Model Configuration" ,
104104 "chatLeftSidebar.settingsMenu.knowledgeConfig" : " Knowledge Base Configuration" ,
105105 "chatLeftSidebar.settingsMenu.agentConfig" : " Agent Configuration" ,
106106 "chatLeftSidebar.confirmDeletionTitle" : " Delete Conversation" ,
Original file line number Diff line number Diff line change 100100 "chatLeftSidebar.noHistory" : " 无历史对话" ,
101101 "chatLeftSidebar.expandSidebar" : " 展开边栏" ,
102102 "chatLeftSidebar.settings" : " 设置" ,
103- "chatLeftSidebar.settingsMenu.modelConfig" : " 应用程序和系统模型配置 " ,
103+ "chatLeftSidebar.settingsMenu.modelConfig" : " 应用与模型配置 " ,
104104 "chatLeftSidebar.settingsMenu.knowledgeConfig" : " 知识库配置" ,
105- "chatLeftSidebar.settingsMenu.agentConfig" : " 代理配置 " ,
105+ "chatLeftSidebar.settingsMenu.agentConfig" : " 智能体配置 " ,
106106 "chatLeftSidebar.confirmDeletionTitle" : " 删除对话" ,
107107 "chatLeftSidebar.confirmDeletionDescription" : " 确定要删除这个对话吗?此操作无法撤销。" ,
108108 "chatLeftSidebar.cancel" : " 取消" ,
You can’t perform that action at this time.
0 commit comments