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: d15c4822a77c0083cbfb67b31721c418bd388333 (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"tag at": "位於 {0} 的標記",
	"remote branch at": "位於 {0} 的遠端分支",
	"create branch": "$(plus) 建立新的分支",
	"repourl": "儲存庫 URL",
	"parent": "父目錄",
	"cloning": "正在複製 Git 儲存庫...",
	"openrepo": "開啟儲存庫",
	"proposeopen": "要開啟複製的儲存庫嗎?",
	"HEAD not available": "'{0}' 的 HEAD 版本無法使用。",
	"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
	"revert": "還原變更",
	"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
	"confirm discard multiple": "確定要捨棄 {0} 檔案中的變更嗎?",
	"discard": "捨棄變更",
	"confirm discard all": "確定要捨棄所有變更嗎? 此動作無法復原!",
	"discardAll": "捨棄所有變更",
	"no staged changes": "沒有暫存變更進行提交\n\n您希望自動暫存您所有變更並直接提交?",
	"yes": "是",
	"always": "永遠",
	"no changes": "沒有任何變更要認可。",
	"commit message": "認可訊息",
	"provide commit message": "請提供認可訊息",
	"select a ref to checkout": "選擇參考進行簽出",
	"branch name": "分支名稱",
	"provide branch name": "請提供分支名稱",
	"select branch to delete": "選擇分支進行刪除",
	"confirm force delete branch": "分支 '{0}' 尚未完整合併. 確定刪除嗎?",
	"delete branch": "刪除分支",
	"select a branch to merge from": "選擇要合併的分支。",
	"merge conflicts": "合併衝突。提交前請解決衝突。",
	"no remotes to pull": "您的儲存庫未設定要提取的遠端來源。",
	"pick remote pull repo": "挑選要將分支提取出的遠端",
	"no remotes to push": "您的儲存庫未設定要推送的遠端目標。",
	"nobranch": "請簽出分支以推送到遠端。",
	"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
	"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
	"ok": "確定",
	"never again": "確定不要再顯示",
	"no remotes to publish": "您的儲存庫未設定要發行的遠端目標。",
	"disabled": "Git 已停用,或在此工作區不受支援",
	"clean repo": "請先清除您的本地儲存庫工作區再簽出。",
	"cant push": "無法將參考推送到遠端。請先執行 [提取] 以整合您的變更。",
	"git error details": "Git: {0}",
	"git error": "Git 錯誤",
	"open git log": "開啟 Git 記錄"
}