feat(webui): present chats as topics

This commit is contained in:
chengyongru
2026-07-24 10:29:13 +08:00
committed by chengyongru
parent 8bcab8885e
commit 6a9157f477
18 changed files with 233 additions and 233 deletions
+21 -21
View File
@@ -43,12 +43,12 @@
"sidebar": {
"navigation": "側邊欄導覽",
"collapse": "收合側邊欄",
"newChat": "新增話",
"newChat": "新增話",
"searchAria": "搜尋",
"searchPlaceholder": "搜尋",
"searchResults": "搜尋結果",
"noSearchResults": "沒有符合的話。",
"recent": "最近話",
"noSearchResults": "沒有符合的話。",
"recent": "最近話",
"settings": "設定",
"language": {
"label": "語言",
@@ -805,15 +805,15 @@
}
},
"chat": {
"fallbackTitle": "話 {{id}}",
"fallbackTitle": "話 {{id}}",
"forkTitle": "分支:{{title}}",
"loading": "載入中…",
"noSessions": "目前還沒有話。",
"noSessions": "目前還沒有話。",
"showMore": "再顯示 {{count}} 個",
"collapsed": "已隱藏 {{count}} 個話",
"collapsed": "已隱藏 {{count}} 個話",
"showLess": "收起",
"actions": "「{{title}}」的話操作",
"newInProject": "在 {{project}} 中開始新話",
"actions": "「{{title}}」的話操作",
"newInProject": "在 {{project}} 中開始新話",
"activity": {
"running": "Agent 正在執行",
"complete": "Agent 已完成",
@@ -822,9 +822,9 @@
"pin": "置頂",
"unpin": "取消置頂",
"rename": "重新命名",
"renameTitle": "重新命名話",
"renameDescription": "為這個話選擇僅顯示於本機側邊欄的名稱。",
"renamePlaceholder": "話名稱",
"renameTitle": "重新命名話",
"renameDescription": "為這個話選擇僅顯示於本機側邊欄的名稱。",
"renamePlaceholder": "話名稱",
"renameProjectTitle": "重新命名專案",
"renameProjectDescription": "為這個專案選擇僅顯示於本機側邊欄的名稱。",
"renameProjectPlaceholder": "專案名稱",
@@ -834,10 +834,10 @@
"showArchived": "顯示封存",
"hideArchived": "隱藏封存",
"delete": "刪除",
"newChat": "新增話",
"newChat": "新增話",
"groups": {
"pinned": "置頂",
"all": "話",
"all": "話",
"projects": "專案",
"today": "今天",
"yesterday": "昨天",
@@ -846,11 +846,11 @@
}
},
"deleteConfirm": {
"title": "刪除這個話?",
"title": "刪除這個話",
"description": "此操作無法復原。",
"cancel": "取消",
"confirm": "刪除",
"automationsDescription": "這個話含有已排程的自動任務。刪除話時也會一併刪除這些任務。",
"automationsDescription": "這個話含有已排程的自動任務。刪除話時也會一併刪除這些任務。",
"moreAutomations": "另有 {{count}} 個",
"confirmWithAutomations": "刪除",
"schedule": {
@@ -877,7 +877,7 @@
"error": "連線錯誤"
},
"thread": {
"loadingConversation": "正在載入話…",
"loadingConversation": "正在載入話…",
"empty": {
"greetings": {
"workOn": "我們要一起做點什麼?",
@@ -940,14 +940,14 @@
},
"header": {
"toggleSidebar": "切換側邊欄",
"newChat": "開始新話",
"newChat": "開始新話",
"toggleTheme": "切換佈景主題",
"settings": "開啟設定",
"sessionInfo": "對話詳細資料"
},
"sessionInfo": {
"title": "對話",
"untitled": "未命名話",
"untitled": "未命名話",
"automations": "自動任務",
"count": "{{count}}",
"loading": "正在載入自動任務…",
@@ -973,7 +973,7 @@
"composer": {
"placeholderThread": "輸入訊息…",
"placeholderHero": "任何問題都可以問…",
"placeholderOpening": "正在開啟新話…",
"placeholderOpening": "正在開啟新話…",
"placeholderStreaming": "模型正在回覆…",
"inputAria": "訊息輸入框",
"sendHint": "Enter 送出 · Shift+Enter 換行",
@@ -1042,8 +1042,8 @@
"closeHint": "Esc 關閉",
"commands": {
"new": {
"title": "新增話",
"description": "重置目前話,並開始新的話。"
"title": "新增話",
"description": "重置目前話,並開始新的話。"
},
"stop": {
"title": "停止目前任務",