增加文件管理器

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

@@ -61,7 +61,38 @@
"noCheckpointsYet": "No checkpoints yet",
"sessionTimeline": "Session Timeline",
"checkpoints": "checkpoints",
"loadingTimeline": "Loading timeline..."
"loadingTimeline": "Loading timeline...",
"fileExplorer": "File Explorer",
"searchFiles": "Search files...",
"copyPath": "Copy Path",
"openFile": "Open File",
"addToChat": "Add to Chat",
"noFilesFound": "No files found",
"viewMode": "View Mode",
"editMode": "Edit Mode",
"saved": "Saved",
"unsavedChangesConfirm": "You have unsaved changes. Are you sure you want to leave?",
"gitPanel": "Git",
"gitStatus": "Status",
"gitHistory": "History",
"gitBranches": "Branches",
"workingTreeClean": "Working tree clean",
"staged": "Staged",
"modified": "Modified",
"untracked": "Untracked",
"conflicted": "Conflicted",
"noGitRepository": "No Git repository found",
"noCommitsFound": "No commits found",
"noBranchesFound": "No branches found",
"localBranches": "Local Branches",
"remoteBranches": "Remote Branches",
"current": "current",
"andMore": "... and {{count}} more",
"filesChanged": "files",
"justNow": "just now",
"minutesAgo": "{{count}} minute{{plural}} ago",
"hoursAgo": "{{count}} hour{{plural}} ago",
"daysAgo": "{{count}} day{{plural}} ago"
},
"navigation": {
"projects": "CC Projects",

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 项目",