Files
Claude-Code-Workflow/ccw/frontend/src/locales/zh/memory.json
catlog22 3b92bfae8c feat: add Discuss and Explore subagents for dynamic critique and code exploration
- Implement Discuss Subagent for multi-perspective critique with dynamic perspectives.
- Create Explore Subagent for shared codebase exploration with centralized caching.
- Add tests for CcwToolsMcpCard component to ensure enabled tools are preserved on config save.
- Introduce SessionPreviewPanel component for previewing and selecting sessions for Memory V2 extraction.
- Develop CommandCreateDialog component for creating/importing commands with import and CLI generate modes.
2026-02-27 17:25:52 +08:00

208 lines
5.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "记忆",
"description": "管理核心记忆、上下文和知识库",
"actions": {
"add": "添加记忆",
"edit": "编辑",
"delete": "删除",
"copy": "复制",
"copySuccess": "已复制到剪贴板",
"copyError": "复制失败",
"refresh": "刷新",
"expand": "展开",
"collapse": "收起",
"favoriteAdded": "已添加到收藏",
"favoriteRemoved": "已从收藏移除",
"favoriteError": "更新收藏状态失败",
"archiveSuccess": "记忆已归档",
"archiveError": "归档记忆失败",
"unarchiveSuccess": "记忆已恢复",
"unarchiveError": "恢复记忆失败"
},
"tabs": {
"memories": "记忆",
"favorites": "收藏",
"archived": "归档",
"unifiedSearch": "统一搜索"
},
"stats": {
"totalSize": "总大小",
"count": "数量",
"claudeMdCount": "CLAUDE.md 文件",
"totalEntries": "总条目",
"vectorChunks": "向量块",
"hnswStatus": "HNSW 索引",
"entities": "实体",
"prompts": "提示"
},
"filters": {
"search": "搜索记忆...",
"searchUnified": "跨所有记忆类型语义搜索...",
"tags": "标签",
"clear": "清除",
"all": "全部",
"categoryAll": "所有类别",
"categoryCoreMemory": "核心记忆",
"categoryCliHistory": "CLI 历史",
"categoryWorkflow": "工作流",
"categoryEntity": "实体",
"categoryPattern": "模式"
},
"card": {
"id": "ID",
"content": "内容",
"summary": "摘要",
"tags": "标签",
"createdAt": "创建时间",
"updatedAt": "更新时间",
"size": "大小",
"favorite": "收藏",
"archived": "已归档"
},
"emptyState": {
"title": "未存储记忆",
"message": "添加上下文和知识以帮助 Claude 更好地理解您的项目。",
"createFirst": "添加第一条记忆"
},
"createDialog": {
"title": "添加记忆",
"editTitle": "编辑记忆",
"labels": {
"content": "内容",
"tags": "标签",
"favorite": "收藏",
"priority": "优先级"
},
"placeholders": {
"content": "输入记忆内容...",
"tags": "例如project、config、api"
},
"buttons": {
"create": "添加记忆",
"update": "更新记忆",
"cancel": "取消",
"creating": "创建中...",
"updating": "更新中..."
}
},
"priority": {
"low": "低",
"medium": "中",
"high": "高"
},
"types": {
"coreMemory": "核心记忆",
"workflow": "工作流",
"cliHistory": "CLI 历史"
},
"unified": {
"score": "分数",
"noResults": "未找到结果。请尝试不同的搜索查询。",
"searching": "搜索中...",
"resultCount": "{count} 条结果",
"recommendations": "相关",
"noRecommendations": "暂无推荐",
"reindex": "重建索引",
"reindexing": "重建中...",
"reindexSuccess": "索引重建成功",
"reindexError": "索引重建失败",
"vectorRank": "向量 #{rank}",
"ftsRank": "全文 #{rank}",
"heatScore": "热度: {score}"
},
"v2": {
"title": "Memory V2 Pipeline",
"extraction": {
"title": "提取",
"description": "从 CLI 会话中提取结构化记忆",
"trigger": "触发提取",
"extracting": "提取中...",
"extracted": "已提取",
"recentJobs": "最近作业",
"lastRun": "上次运行",
"triggered": "提取已触发",
"triggerError": "触发提取失败"
},
"consolidation": {
"title": "合并",
"description": "合并提取结果生成 MEMORY.md",
"trigger": "触发合并",
"consolidating": "合并中...",
"preview": "预览",
"memoryMd": "MEMORY.md",
"exists": "存在",
"notExists": "不存在",
"inputs": "输入",
"lastRun": "上次运行",
"triggered": "合并已触发",
"triggerError": "触发合并失败",
"copySuccess": "复制成功",
"noContent": "暂无内容"
},
"jobs": {
"title": "作业列表",
"kind": "类型",
"key": "Key",
"status": "状态",
"error": "错误",
"noJobs": "暂无作业记录",
"allKinds": "所有类型",
"extraction": "提取",
"consolidation": "合并",
"statusFilter": {
"all": "所有状态",
"pending": "等待",
"running": "运行中",
"done": "完成",
"error": "错误"
},
"detail": {
"title": "作业详情",
"kind": "类型",
"jobKey": "作业 ID",
"status": "状态",
"startedAt": "开始时间",
"finishedAt": "结束时间",
"workerId": "Worker ID",
"retryRemaining": "剩余重试次数",
"error": "错误信息",
"noError": "无错误"
}
},
"status": {
"idle": "空闲",
"running": "运行中",
"completed": "已完成",
"done": "完成",
"error": "错误",
"pending": "等待"
},
"statusBanner": {
"running": "Pipeline 运行中 - {count} 个作业正在执行",
"hasErrors": "Pipeline 空闲 - {count} 个作业失败"
},
"preview": {
"title": "提取队列预览",
"selectSessions": "搜索会话...",
"sourceCcw": "CCW",
"sourceNative": "原生",
"selectAll": "全选",
"selectNone": "取消全选",
"extractSelected": "提取选中 ({count})",
"noSessions": "未找到会话",
"total": "总计",
"eligible": "符合条件",
"extracted": "已提取",
"ready": "就绪",
"previewQueue": "预览队列",
"includeNative": "包含原生会话",
"selected": "已选择 {count} 个会话",
"selectHint": "选择要提取的会话",
"ineligible": "不符合条件"
},
"extraction": {
"selectiveTriggered": "选择性提取已触发"
}
}
}