增加文件管理器

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