Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.i18n.json « git « extensions « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1542c760c08352ce18decd3a0753357509fe09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*---------------------------------------------------------------------------------------------
 *  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.clone": "複製",
	"command.init": "初始化儲存庫",
	"command.refresh": "重新整理",
	"command.openChange": "開啟變更",
	"command.openFile": "開啟檔案",
	"command.openHEADFile": "開啟檔案 (HEAD)",
	"command.stage": "暫存變更",
	"command.stageAll": "暫存所有變更",
	"command.stageSelectedRanges": "暫存選取的範圍",
	"command.revertSelectedRanges": "還原選取的範圍",
	"command.unstage": "取消暫存變更",
	"command.unstageAll": "取消暫存所有變更",
	"command.unstageSelectedRanges": "取消暫存選取的範圍",
	"command.clean": "捨棄變更",
	"command.cleanAll": "捨棄所有變更",
	"command.commit": "Commit",
	"command.commitStaged": "認可暫存",
	"command.commitStagedSigned": "認可暫存 (已簽章)",
	"command.commitAll": "全部認可",
	"command.commitAllSigned": "全部認可 (已簽章)",
	"command.undoCommit": "復原上次認可",
	"command.checkout": "簽出至...",
	"command.branch": "建立分支...",
	"command.deleteBranch": "刪除分支...",
	"command.merge": "合併分支...",
	"command.pull": "提取",
	"command.pullRebase": "提取 (重訂基底)",
	"command.pullFrom": "從...提取",
	"command.push": "推送",
	"command.pushTo": "推送至...",
	"command.sync": "同步處理",
	"command.publish": "發行分支",
	"command.showOutput": "顯示 Git 輸出",
	"command.ignore": "將檔案新增到 .gitignore",
	"config.enabled": "是否啟用 GIT",
	"config.path": "Git 可執行檔的路徑",
	"config.autorefresh": "是否啟用自動重新整理",
	"config.autofetch": "是否啟用自動擷取",
	"config.enableLongCommitWarning": "是否發出長認可訊息的警告",
	"config.confirmSync": "請先確認再同步處理 GIT 存放庫",
	"config.countBadge": "控制 git 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
	"config.checkoutType": "控制在執行 [簽出至...] 時,會列出那些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標記] 只會顯示標記,[遠端] 只會顯示遠端分支。",
	"config.ignoreLegacyWarning": "略過舊的 Git 警告",
	"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
	"config.defaultCloneDirectory": "複製 Git 儲存庫的預設位置",
	"config.enableSmartCommit": "無暫存變更時提交所有變更。"
}