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": "语言",
@@ -819,15 +819,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 已完成",
@@ -836,9 +836,9 @@
"pin": "置顶",
"unpin": "取消置顶",
"rename": "重命名",
"renameTitle": "重命名话",
"renameDescription": "为这个话设置一个仅用于 WebUI 侧边栏的名称。",
"renamePlaceholder": "话名称",
"renameTitle": "重命名话",
"renameDescription": "为这个话设置一个仅用于 WebUI 侧边栏的名称。",
"renamePlaceholder": "话名称",
"renameProjectTitle": "重命名项目",
"renameProjectDescription": "为这个项目设置一个仅用于 WebUI 侧边栏的名称。",
"renameProjectPlaceholder": "项目名称",
@@ -848,10 +848,10 @@
"showArchived": "显示归档",
"hideArchived": "隐藏归档",
"delete": "删除",
"newChat": "新建话",
"newChat": "新建话",
"groups": {
"pinned": "置顶",
"all": "话",
"all": "话",
"projects": "项目",
"today": "今天",
"yesterday": "昨天",
@@ -860,11 +860,11 @@
}
},
"deleteConfirm": {
"title": "删除这个话?",
"title": "删除这个话",
"description": "此操作无法撤销。",
"cancel": "取消",
"confirm": "删除",
"automationsDescription": "这个话有关联的自动任务。删除话也会删除这些自动任务。",
"automationsDescription": "这个话有关联的自动任务。删除话也会删除这些自动任务。",
"moreAutomations": "另有 {{count}} 个",
"confirmWithAutomations": "删除",
"schedule": {
@@ -891,7 +891,7 @@
"error": "连接出错"
},
"thread": {
"loadingConversation": "正在加载话…",
"loadingConversation": "正在加载话…",
"empty": {
"greetings": {
"workOn": "我们要一起做点什么?",
@@ -954,14 +954,14 @@
},
"header": {
"toggleSidebar": "切换侧边栏",
"newChat": "从顶部新建话",
"newChat": "从顶部新建话",
"toggleTheme": "从顶部切换主题",
"settings": "打开设置",
"sessionInfo": "会话详情"
},
"sessionInfo": {
"title": "会话",
"untitled": "未命名话",
"untitled": "未命名话",
"automations": "自动任务",
"count": "{{count}}",
"loading": "正在加载自动任务...",
@@ -987,7 +987,7 @@
"composer": {
"placeholderThread": "输入消息…",
"placeholderHero": "问任何问题...",
"placeholderOpening": "正在打开新话…",
"placeholderOpening": "正在打开新话…",
"placeholderStreaming": "模型正在回复…",
"inputAria": "消息输入框",
"sendHint": "Enter 发送 · Shift+Enter 换行",
@@ -1065,8 +1065,8 @@
},
"commands": {
"new": {
"title": "新建话",
"description": "重置当前话,并开始一个新的话。"
"title": "新建话",
"description": "重置当前话,并开始一个新的话。"
},
"stop": {
"title": "停止当前任务",