增加文件管理器
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user