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

commands.i18n.json « out « git « extensions « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80d8dc9b502b9a34d5943fed25fc8f12a643ea50 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"branch name": "分支名稱",
	"clean repo": "請先清除您的存放庫工作樹狀再簽出。",
	"cloning": "正在複製 Git 存放庫...",
	"commit message": "認可訊息",
	"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
	"confirm discard all": "確定要捨棄所有變更嗎?",
	"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
	"disabled": "Git 已停用,或在此工作區不受支援",
	"discard": "捨棄變更",
	"git error": "Git 錯誤",
	"git error details": "Git: {0}",
	"never again": "確定,不要再顯示",
	"no changes": "沒有任何變更要認可。",
	"no remotes to publish": "您的存放庫未設定要發行的目標遠端。",
	"no remotes to pull": "您的存放庫未設定要提取的來源遠端。",
	"no remotes to push": "您的存放庫未設定要推送的目標遠端。",
	"nobranch": "請簽出分支以推送到遠端。",
	"ok": "確定",
	"open git log": "開啟 Git 記錄",
	"openrepo": "開啟存放庫",
	"parent": "父目錄",
	"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
	"proposeopen": "要開啟複製的存放庫嗎?",
	"provide branch name": "請提供分支名稱",
	"provide commit message": "請提供認可訊息",
	"remote branch at": "位於 {0} 的遠端分支",
	"repourl": "存放庫 URL",
	"revert": "還原變更",
	"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
	"tag at": "位於 {0} 的標記"
}