folder页面全量多语言处理

This commit is contained in:
xintaofei
2026-03-07 13:44:40 +08:00
parent 3ddc8f165a
commit a356b813a6
10 changed files with 1533 additions and 343 deletions

View File

@@ -711,6 +711,317 @@
"jumpToLine": "跳到第 {line} 行",
"noParsedDiffSections": "未解析到差異區塊",
"loadingEditor": "編輯器載入中..."
},
"branchDropdown": {
"toasts": {
"commitCodeCompleted": "提交程式碼完成",
"committedFiles": "已提交 {count} 個檔案",
"taskCompleted": "{label} 完成",
"taskFailed": "{label} 失敗",
"mergeNoNewCommits": "{branchName} 沒有新的提交",
"mergedCommits": "已合併 {count} 個提交",
"allFilesUpToDate": "所有檔案均為最新版本",
"updatedFiles": "已更新 {count} 個檔案",
"openCommitWindowFailed": "打開提交視窗失敗",
"upstreamSet": "已設定遠端追蹤分支",
"upstreamSetAndPushed": "已設定遠端追蹤分支並推送 {count} 個提交",
"noCommitsToPush": "沒有可推送的提交",
"pushedCommits": "已推送 {count} 個提交"
},
"tasks": {
"newBranch": "新增分支 {name}",
"newWorktree": "新增工作樹 {name}",
"checkoutTo": "切換到 {branchName}",
"mergeBranch": "合併 {branchName}",
"rebaseTo": "變基到 {branchName}",
"deleteBranch": "刪除分支 {branchName}",
"initGitRepo": "初始化 Git 倉庫",
"pullCode": "更新程式碼",
"fetchInfo": "獲取資訊",
"pushCode": "推送程式碼",
"stashChanges": "暫存變更",
"stashPop": "取消暫存"
},
"confirm": {
"mergeTitle": "合併分支",
"rebaseTitle": "變基分支",
"deleteTitle": "刪除分支",
"mergeDescription": "確定將 {branchName} 合併到目前分支 {currentBranch} 嗎?",
"rebaseDescription": "確定將目前分支 {currentBranch} 變基到 {branchName} 嗎?",
"deleteDescription": "確定刪除分支 {branchName} 嗎?此操作無法復原。"
},
"current": "目前",
"switchToBranch": "切換到此分支",
"mergeBranchIntoCurrent": "將 {branchName} 合併到 {currentBranch}",
"rebaseCurrentToBranch": "將 {currentBranch} 變基到 {branchName}",
"deleteBranch": "刪除分支",
"versionControl": "版本控制",
"initGitRepo": "初始化 Git 倉庫",
"pullCode": "更新程式碼",
"fetchRemoteBranches": "提取遠端分支",
"openCommitWindow": "提交程式碼...",
"pushCode": "推送...",
"newBranch": "新增分支...",
"newWorktree": "新增工作樹...",
"stashChanges": "暫存變更",
"stashPop": "取消暫存...",
"localBranches": "本地分支 ({count})",
"noLocalBranches": "無本地分支",
"remoteBranches": "遠端分支 ({count})",
"noRemoteBranches": "無遠端分支",
"parentBranchHint": "目前分支從 {parentBranch} 建立,點擊合併 {parentBranch} 到目前分支",
"dialogs": {
"newBranchTitle": "新增分支",
"newBranchDescription": "從目前分支 {branch} 建立新分支",
"branchNamePlaceholder": "分支名稱",
"newWorktreeTitle": "新增工作樹",
"newWorktreeDescription": "從目前分支 {branch} 建立新的工作樹",
"branchNameLabel": "分支名稱",
"worktreePathLabel": "工作樹路徑",
"worktreePathPlaceholder": "工作樹路徑"
}
},
"commitDialog": {
"toasts": {
"commitCompleted": "提交程式碼完成",
"committedFiles": "已提交 {count} 個檔案",
"addedToVcs": "已加入到 VCS",
"addToVcsFailed": "加入到 VCS 失敗",
"fileDeleted": "檔案已刪除",
"deleteFailed": "刪除失敗",
"fileRolledBack": "檔案已回滾",
"rollbackFailed": "回滾失敗"
},
"confirm": {
"deleteTitle": "確認刪除",
"deleteDescription": "確定要刪除檔案「{file}」嗎?此操作無法復原。",
"rollbackTitle": "確認回滾",
"rollbackDescription": "確定要回滾檔案「{file}」到 HEAD 版本嗎?未儲存修改將遺失。"
},
"actions": {
"select": "選擇",
"unselect": "取消選擇",
"rollback": "回滾",
"addToVcs": "加入到 VCS"
},
"aria": {
"selectFile": "{action} {path}",
"unselectAllFiles": "取消選擇全部檔案",
"selectAllFiles": "選擇全部檔案",
"unselectTracked": "取消選擇已追蹤變更",
"selectTracked": "選擇已追蹤變更",
"unselectUntracked": "取消選擇未追蹤檔案",
"selectUntracked": "選擇未追蹤檔案"
},
"loading": "載入中...",
"selectionCount": "{selected} / {total} 個檔案",
"emptyFiles": "沒有變更的檔案",
"trackedChanges": "已追蹤變更 ({count})",
"untrackedFiles": "未追蹤檔案 ({count})",
"commitMessage": "提交訊息",
"commitMessagePlaceholder": "輸入提交訊息...",
"commitButton": "提交 ({count})",
"head": "HEAD",
"workingTree": "Working Tree",
"clickFileToDiff": "點擊檔案名稱查看差異",
"loadingDiff": "載入差異中..."
},
"gitLogTab": {
"filesTitle": "Files",
"expandAllFiles": "展開全部檔案",
"collapseAllFiles": "折疊全部檔案",
"workspace": "工作區",
"retry": "重試",
"noCommitsFound": "未找到提交記錄",
"hash": "Hash",
"copyHash": "複製雜湊",
"author": "作者",
"noFileChangeDetails": "暫無檔案變更詳情。",
"branchesTitle": "分支",
"loadingBranches": "正在載入分支...",
"noContainingBranches": "未找到包含此提交的分支。",
"newBranch": "新增分支...",
"viewCommitDiffAria": "查看提交 {hash} 的差異",
"copyFullCommitHashAria": "複製完整提交雜湊 {hash}",
"pushStatus": {
"pushed": "已推送到遠端",
"notPushed": "未推送到遠端",
"unknown": "推送狀態未知(未配置上游分支)"
},
"time": {
"monthsAgo": "{count} 個月前",
"daysAgo": "{count} 天前",
"hoursAgo": "{count} 小時前",
"minsAgo": "{count} 分鐘前",
"justNow": "剛剛"
},
"toasts": {
"createdAndSwitchedNewBranch": "已建立並切換到新分支",
"newBranchFromCommit": "{name}(來自 {shortHash}",
"createBranchFailed": "新增分支失敗"
},
"branchSelector": {
"selectBranchPlaceholder": "選擇分支...",
"localBranches": "本地分支",
"current": "目前",
"remoteBranches": "遠端分支",
"refreshCommitHistory": "刷新提交記錄"
},
"dialogs": {
"newBranchTitle": "新增分支",
"newBranchDescription": "以提交 {shortHash} 作為最後提交建立新分支。",
"branchNamePlaceholder": "分支名稱"
}
},
"gitChangesTab": {
"workspace": "工作區",
"noChanges": "暫無本地變更",
"trackedChanges": "本地已追蹤變更 ({count})",
"untrackedFiles": "本地未追蹤檔案 ({count})",
"expandTracked": "展開已追蹤變更",
"collapseTracked": "折疊已追蹤變更",
"expandUntracked": "展開未追蹤檔案",
"collapseUntracked": "折疊未追蹤檔案",
"actions": {
"rollback": "回滾",
"addToVcs": "加入到 VCS"
},
"toasts": {
"noAddableFilesInDir": "該目錄下沒有可加入到 VCS 的變更檔案",
"noRollbackFilesInDir": "該目錄下沒有可回滾的變更檔案",
"addedToVcs": "已加入 {name} 到 VCS",
"addToVcsFailed": "加入到 VCS 失敗",
"rolledBack": "已回滾 {name}",
"rollbackFailed": "回滾失敗",
"addedFilesToVcs": "已加入 {count} 個檔案到 VCS",
"rolledBackFiles": "已回滾 {count} 個檔案"
},
"directoryDialog": {
"descriptionAdd": "選擇目錄 {path} 下要加入到 VCS 的檔案。",
"descriptionRollback": "選擇目錄 {path} 下要回滾的檔案。",
"descriptionFallback": "選擇要操作的檔案。",
"selectionCount": "已選擇 {selected} / {total} 個檔案",
"selectAll": "全選",
"unselectAll": "取消全選",
"loadingCandidates": "正在載入目錄變更...",
"noOperableFiles": "沒有可操作的檔案"
},
"rollbackConfirm": {
"title": "確認回滾",
"descriptionWithTarget": "確定回滾{kind}「{name}」的本地修改嗎?",
"descriptionFallback": "確定回滾本地修改嗎?",
"kindDirectory": "目錄",
"kindFile": "檔案"
}
},
"fileTreeTab": {
"workspace": "工作區",
"retry": "重試",
"git": "Git",
"openInFileManager": "在檔案管理器開啟",
"openInFinder": "在 Finder 開啟",
"openInExplorer": "在檔案總管開啟",
"attachToCurrentSession": "附加到目前會話",
"compareWithBranch": "與分支比較...",
"reloadFromDisk": "從磁碟重新載入",
"openIn": "開啟於",
"openInTerminal": "在終端開啟",
"actions": {
"select": "選擇",
"unselect": "取消選擇",
"rollback": "回滾",
"addToVcs": "加入到 VCS"
},
"aria": {
"selectPath": "{action} {path}"
},
"toasts": {
"openDirectoryFailed": "開啟目錄失敗",
"openBuiltinTerminalFailed": "無法開啟內建終端",
"noAddableFilesInDir": "該目錄下沒有可加入到 VCS 的變更檔案",
"noRollbackFilesInDir": "該目錄下沒有可回滾的變更檔案",
"addedToVcs": "已加入 {name} 到 VCS",
"addToVcsFailed": "加入到 VCS 失敗",
"loadBranchesFailed": "載入分支失敗",
"renameFailed": "重新命名失敗",
"deleteFailed": "刪除失敗",
"rolledBack": "已回滾 {name}",
"rollbackFailed": "回滾失敗",
"addedFilesToVcs": "已加入 {count} 個檔案到 VCS",
"rolledBackFiles": "已回滾 {count} 個檔案",
"savedAsCopy": "已另存為副本",
"saveCopyFailed": "另存為副本失敗",
"watchStartFailed": "檔案監聽啟動失敗"
},
"renameDialog": {
"renameDirectory": "重新命名目錄",
"renameFile": "重新命名檔案",
"description": "輸入新的名稱(僅名稱,不含路徑)。",
"placeholderDirectory": "new-folder-name",
"placeholderFile": "new-file-name.ext"
},
"directoryDialog": {
"descriptionAdd": "選擇目錄 {path} 下要加入到 VCS 的檔案。",
"descriptionRollback": "選擇目錄 {path} 下要回滾的檔案。",
"descriptionFallback": "選擇要操作的檔案。",
"selectionCount": "已選擇 {selected} / {total} 個檔案",
"selectAll": "全選",
"unselectAll": "取消全選",
"loadingCandidates": "正在載入目錄變更...",
"noOperableFiles": "沒有可操作的檔案"
},
"compareDialog": {
"title": "與分支比較",
"descriptionWithTarget": "選擇分支並與{kind} {path} 比對",
"descriptionFallback": "選擇要比較的分支。",
"kindDirectory": "目錄",
"kindFile": "檔案",
"filterPlaceholder": "過濾分支,例如 main / origin/main",
"singleClickHint": "單擊分支即可直接比較",
"loadingBranches": "正在載入分支...",
"recentBranches": "最近分支 ({count})",
"noCurrentBranch": "無目前分支",
"localBranches": "本地分支 ({count})",
"remoteBranches": "遠端分支 ({count})",
"noMatchingBranches": "無匹配分支"
},
"externalConflictDialog": {
"title": "偵測到外部檔案變更",
"descriptionWithPath": "檔案 {path} 在磁碟已發生變化,目前編輯內容尚未儲存。",
"descriptionFallback": "目前檔案在磁碟已發生變化,目前編輯內容尚未儲存。",
"compare": "比較",
"savingCopy": "另存中...",
"saveAsCopy": "另存為副本",
"reload": "重載"
},
"deleteConfirm": {
"title": "確認刪除",
"descriptionWithTarget": "確定刪除{kind} \"{name}\" 嗎?此操作不可撤銷。",
"descriptionFallback": "此操作不可撤銷。",
"kindDirectory": "目錄",
"kindFile": "檔案"
},
"rollbackConfirm": {
"title": "確認回滾",
"descriptionWithTarget": "確定回滾檔案 \"{name}\" 的本地修改嗎?",
"descriptionFallback": "確定回滾該檔案的本地修改嗎?"
},
"terminalTitle": "終端 · {name}"
},
"commandDropdown": {
"loading": "載入中...",
"addCommand": "新增命令",
"manageCommands": "管理命令...",
"runCommandTitle": "執行:{command}",
"stopCommandTitle": "停止:{command}",
"manageDialog": {
"title": "管理命令",
"empty": "暫無命令",
"namePlaceholder": "名稱",
"commandPlaceholder": "命令",
"add": "新增",
"saving": "儲存中..."
}
}
}
}