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

gitActions.i18n.json « browser « git « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30c9e13a74e379a05d60754c7d89b33dc6899883 (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": "初始化",
	"irreversible": "此操作不可逆!",
	"never again": "好,永不再显示",
	"ok": "确定",
	"openChange": "打开更改",
	"openFile": "打开文件",
	"publish": "发布",
	"publishPickMessage": "选取要将分支“{0}”发布到的远程:",
	"pushToRemote": "推送到...",
	"pushToRemotePickMessage": "选择将分支“{0}”推送到的远程位置:",
	"refresh": "刷新",
	"stageAllChanges": "全部暂存",
	"stageChanges": "暂存",
	"sync is unpredictable": "此操作会在“{0}”来回推送和拉取提交。",
	"undoAllChanges": "全部清理",
	"undoChanges": "清理",
	"undoLastCommit": "撤消上次提交",
	"unstage": "取消暂存",
	"unstageAllChanges": "取消全部暂存"
}