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

package.i18n.json « emmet « extensions « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6d0d75c963a08dc07b7f6a47e52060a07594f56 (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
/*---------------------------------------------------------------------------------------------
 *  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.removeTag": "移除标签",
	"command.updateTag": "更新标签",
	"command.matchTag": "转至匹配对",
	"command.prevEditPoint": "转到上一编辑点",
	"command.nextEditPoint": "转到下一编辑点",
	"command.mergeLines": "合并行",
	"command.selectPrevItem": "选择上一项",
	"command.selectNextItem": "选择下一项",
	"command.splitJoinTag": "分离/联接标记",
	"command.toggleComment": "切换注释",
	"command.evaluateMathExpression": "求数学表达式的值",
	"command.updateImageSize": "更新图像大小",
	"command.reflectCSSValue": "映射 CSS 值",
	"command.incrementNumberByOne": "增加 1",
	"command.decrementNumberByOne": "减少 1",
	"command.incrementNumberByOneTenth": "增加 0.1",
	"command.decrementNumberByOneTenth": "减少 0.1",
	"command.incrementNumberByTen": "增加 10",
	"command.decrementNumberByTen": "减少 10"
}