feat(chat): enhance sidebar with session management and deletion (#274)
This commit is contained in:
committed by
GitHub
Unverified
parent
f18c91fd6a
commit
c49c7f18bd
@@ -11,7 +11,6 @@
|
||||
},
|
||||
"noLogs": "(No logs available yet)",
|
||||
"toolbar": {
|
||||
"newSession": "New session",
|
||||
"refresh": "Refresh chat",
|
||||
"showThinking": "Show thinking",
|
||||
"hideThinking": "Hide thinking"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"sidebar": {
|
||||
"chat": "Chat",
|
||||
"newChat": "New Chat",
|
||||
"cronTasks": "Cron Tasks",
|
||||
"skills": "Skills",
|
||||
"channels": "Channels",
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
},
|
||||
"noLogs": "(ログはまだありません)",
|
||||
"toolbar": {
|
||||
"newSession": "新しいセッション",
|
||||
"refresh": "チャットを更新",
|
||||
"showThinking": "思考を表示",
|
||||
"hideThinking": "思考を非表示"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"sidebar": {
|
||||
"chat": "チャット",
|
||||
"newChat": "新しいチャット",
|
||||
"cronTasks": "定期タスク",
|
||||
"skills": "スキル",
|
||||
"channels": "チャンネル",
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
},
|
||||
"noLogs": "(暂无日志)",
|
||||
"toolbar": {
|
||||
"newSession": "新会话",
|
||||
"refresh": "刷新聊天",
|
||||
"showThinking": "显示思考过程",
|
||||
"hideThinking": "隐藏思考过程"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"sidebar": {
|
||||
"chat": "聊天",
|
||||
"newChat": "新对话",
|
||||
"cronTasks": "定时任务",
|
||||
"skills": "技能",
|
||||
"channels": "频道",
|
||||
|
||||
Reference in New Issue
Block a user