Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
"Conflict: Deleted By Them": "衝突: 由他人刪除",
"Conflict: Deleted By Us": "衝突: 由我們刪除",
"Continue Merge": "繼續合併",
"Continue Rebase": "繼續重訂基底",
"Continue Rebase": "繼續重定基底",
"Continuing Merge...": "繼續合併...",
"Continuing Rebase...": "繼續重訂基底...",
"Continuing Rebase...": "繼續重定基底...",
"Copy Commit Hash": "複製提交雜湊",
"Could not clone your repository as Git is not installed.": "因為未安裝 Git,所以無法複製您的存放庫。",
"Create Empty Commit": "建立空白提交",
Expand Down Expand Up @@ -160,9 +160,9 @@
"Intent to Add": "要新增的意圖",
"Intent to Rename": "要重新命名的意圖",
"Invalid branch name": "分支名稱無效",
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "目前的分支 \"{0}\" 可能已重訂基底。確定仍要提取至其中嗎?",
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "目前的分支可能已重訂基底。確定仍要提取至其中嗎?",
"It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "在重訂基底的過程中,無法變更提交訊息。請完成重訂基底作業,並改用互動式重訂基底。",
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "目前的分支 \"{0}\" 可能已重定基底。確定仍要提取至其中嗎?",
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "目前的分支可能已重定基底。確定仍要提取至其中嗎?",
"It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "在重定基底的過程中,無法變更提交訊息。請完成重定基底作業,並改用互動式重定基底。",
"Keep Our Version": "保留我們的版本",
"Keep Their Version": "保留它們的版本",
"Learn More": "深入了解",
Expand All @@ -180,7 +180,7 @@
"Never": "永不",
"No": "否",
"No hunk found at cursor position.": "在游標位置找不到任何差異區塊。",
"No rebase in progress.": "沒有進行中的重訂基底。",
"No rebase in progress.": "沒有進行中的重定基底。",
"Not Committed Yet": "尚未提交",
"Not Committed Yet (Staged)": "尚未提交 (暫存)",
"OK": "確定",
Expand Down Expand Up @@ -255,7 +255,7 @@
"Select a branch or tag to merge from": "選取要合併的分支或標籤來源",
"Select a branch to checkout in detached mode": "選取要在中斷連結模式簽出的分支",
"Select a branch to delete": "選擇分支進行刪除",
"Select a branch to rebase onto": "選取要重訂為基底的分支",
"Select a branch to rebase onto": "選取要進行重定基底的分支",
"Select a ref to create the branch from": "選取用來建立分支的來源參考",
"Select a reference to compare with": "選取一個參考進行比較",
"Select a remote branch to delete": "選取要刪除的遠端分支",
Expand Down Expand Up @@ -578,17 +578,17 @@
"command.publish": "發布分支...",
"command.pull": "提取",
"command.pullFrom": "從...提取",
"command.pullRebase": "提取 (重訂基底)",
"command.pullRebase": "提取 (重定基底)",
"command.push": "推送",
"command.pushFollowTags": "推送 (跟隨標籤)",
"command.pushFollowTagsForce": "推送 (跟隨標籤,強制)",
"command.pushForce": "推送(強制更新)",
"command.pushTags": "推送標籤",
"command.pushTo": "推送至...",
"command.pushToForce": "推送至...(強制更新)",
"command.rebase": "重訂基底分支...",
"command.rebase2": "重訂基底",
"command.rebaseAbort": "中止重訂基底",
"command.rebase": "重定基底分支...",
"command.rebase2": "重定基底",
"command.rebaseAbort": "中止重定基底",
"command.refresh": "重新整理",
"command.removeRemote": "移除遠端存放庫",
"command.rename": "重新命名",
Expand Down Expand Up @@ -716,7 +716,7 @@
"config.ignoreLegacyWarning": "略過舊的 Git 警告。",
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告。",
"config.ignoreRebaseWarning": "當分支在提取時可能已重訂基底時,忽略警告。",
"config.ignoreRebaseWarning": "當分支在提取時可能已重定基底時,忽略警告。",
"config.ignoreSubmodules": "忽略檔案樹狀目錄中子模組的修改。",
"config.ignoreWindowsGit27Warning": "當 Windows 上安裝了 Git 2.25 - 2.26 時,忽略警告。",
"config.ignoredRepositories": "要忽略的 Git 儲存庫清單。",
Expand Down Expand Up @@ -755,7 +755,7 @@
"config.publishBeforeContinueOn.prompt": "從 Git 存放庫使用 [繼續工作] 時,提示發佈未發佈的 Git 狀態",
"config.pullBeforeCheckout": "控制沒有傳出認可的分支在簽出前是否向前快轉。",
"config.pullTags": "於提取時擷取所有標籤。",
"config.rebaseWhenSync": "當執行同步命令時強制 Git 使用重訂基底。",
"config.rebaseWhenSync": "當執行同步命令時強制 Git 使用重定基底。",
"config.rememberPostCommitCommand": "記住提交後執行的最後一個 git 命令。",
"config.replaceTagsWhenPull": "執行提取命令時,以遠端標籤自動取代本機標籤,以防發生衝突。",
"config.repositoryScanIgnoredFolders": "若 `#git.autoRepositoryDetection#` 設為 `true` 或 `subFolders`,掃描 Git 儲存機制時忽略的資料夾清單。",
Expand Down
Loading