Files
vscode/i18n/cht/extensions/git/package.i18n.json
2017-04-12 10:35:32 +02:00

44 lines
2.0 KiB
JSON

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"command.branch": "建立分支...",
"command.checkout": "簽出至...",
"command.clean": "捨棄變更",
"command.cleanAll": "捨棄所有變更",
"command.clone": "複製",
"command.commit": "認可",
"command.commitAll": "全部認可",
"command.commitAllSigned": "全部認可 (已登出)",
"command.commitStaged": "認可暫存",
"command.commitStagedSigned": "認可暫存 (已登出)",
"command.init": "初始化存放庫",
"command.openChange": "開啟變更",
"command.openFile": "開啟檔案",
"command.publish": "發行",
"command.pull": "提取",
"command.pullRebase": "提取 (重訂基底)",
"command.push": "推送",
"command.pushTo": "推送至...",
"command.refresh": "重新整理",
"command.revertSelectedRanges": "還原選取的範圍",
"command.showOutput": "顯示 Git 輸出",
"command.stage": "暫存變更",
"command.stageAll": "暫存所有變更",
"command.stageSelectedRanges": "暫存選取的範圍",
"command.sync": "同步處理",
"command.undoCommit": "復原上次認可",
"command.unstage": "取消暫存變更",
"command.unstageAll": "取消暫存所有變更",
"command.unstageSelectedRanges": "取消暫存選取的範圍",
"config.autofetch": "是否啟用自動擷取",
"config.autorefresh": "是否啟用自動重新整理",
"config.checkoutType": "控制要列出哪種類型的分支",
"config.confirmSync": "請先確認再同步處理 GIT 存放庫",
"config.countBadge": "控制 GIT 徽章計數器",
"config.enableLongCommitWarning": "是否發出長認可訊息的警告",
"config.enabled": "是否啟用 GIT",
"config.path": "Git 可執行檔的路徑"
}