增加文件管理器

This commit is contained in:
2025-08-09 13:22:54 +08:00
parent c5b72a9879
commit 5e532ad83f
8 changed files with 363 additions and 169 deletions

View File

@@ -58,7 +58,38 @@
"noCheckpointsYet": "尚无检查点",
"sessionTimeline": "会话时间线",
"checkpoints": "个检查点",
"loadingTimeline": "加载时间线中..."
"loadingTimeline": "加载时间线中...",
"fileExplorer": "文件管理器",
"searchFiles": "搜索文件...",
"copyPath": "复制路径",
"openFile": "打开文件",
"addToChat": "添加到聊天",
"noFilesFound": "未找到文件",
"viewMode": "查看模式",
"editMode": "编辑模式",
"saved": "已保存",
"unsavedChangesConfirm": "您有未保存的更改。确定要离开吗?",
"gitPanel": "Git",
"gitStatus": "状态",
"gitHistory": "历史",
"gitBranches": "分支",
"workingTreeClean": "工作区清洁",
"staged": "已暂存",
"modified": "已修改",
"untracked": "未跟踪",
"conflicted": "冲突",
"noGitRepository": "未找到Git仓库",
"noCommitsFound": "未找到提交",
"noBranchesFound": "未找到分支",
"localBranches": "本地分支",
"remoteBranches": "远程分支",
"current": "当前",
"andMore": "... 还有 {{count}} 个",
"filesChanged": "个文件",
"justNow": "刚刚",
"minutesAgo": "{{count}} 分钟前",
"hoursAgo": "{{count}} 小时前",
"daysAgo": "{{count}} 天前"
},
"navigation": {
"projects": "Claude Code 项目",