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

diffEditorWidget.i18n.json « widget « browser « editor « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b17b19639ade9373372205b8d2b6e4411896f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"diffEditorInserted": "已插入文本的背景颜色。",
	"diffEditorRemoved": "被删除文本的背景颜色。",
	"diffEditorInsertedOutline": "插入的文本的轮廓颜色。",
	"diffEditorRemovedOutline": "被删除文本的轮廓颜色。"
}