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

gitActions.i18n.json « browser « git « parts « workbench « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c664e21ce642e99999657914e35c1943d89cf02a (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
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"authFailed": "Git 遠端的驗證失敗。",
	"cancel": "取消",
	"cleanChangesLabel": "清除變更(&&C)",
	"commit": "Commit",
	"commitAll": "全部認可",
	"commitAll2": "全部認可",
	"commitAllSignedOff": "全部認可 (已登出)",
	"commitMessage": "認可訊息",
	"commitStaged": "認可已分段",
	"commitStaged2": "認可已分段",
	"commitStagedSignedOff": "認可暫存 (已登出)",
	"confirmPublishMessage": "確定要將 '{0}' 發行至 '{1}' 嗎?",
	"confirmPublishMessageButton": "發行(&&P)",
	"confirmUndo": "確定要清除 '{0}' 中的變更嗎?",
	"confirmUndoAllMultiple": "{0} 個檔案中有取消暫存的變更。\n\n此動作無法回復!",
	"confirmUndoAllOne": "{0} 個檔案中有取消暫存的變更。\n\n此動作無法回復!",
	"confirmUndoMessage": "確定要清除所有變更嗎?",
	"dirtyTreeCheckout": "無法簽出。請先認可或佈置您的工作。",
	"dirtyTreePull": "無法提取。請先認可或佈置您的工作。",
	"do you want to continue": "確定要繼續嗎?",
	"init": "Init",
	"irreversible": "此動作無法回復!",
	"never again": "確定,不要再顯示",
	"ok": "確定",
	"openChange": "開啟變更",
	"openFile": "開啟檔案",
	"publish": "發行",
	"publishPickMessage": "挑選要發行分支 '{0}' 的目標遠端:",
	"pushToRemote": "推送至...",
	"pushToRemotePickMessage": "挑選遠端作為分支 '{0}' 的發送目標:",
	"refresh": "重新整理",
	"stageAllChanges": "全部分段",
	"stageChanges": "分段",
	"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
	"undoAllChanges": "全部清除",
	"undoChanges": "清除",
	"undoLastCommit": "復原上次認可",
	"unstage": "取消分段",
	"unstageAllChanges": "全部取消分段"
}