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

diffReview.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: 8d14fad8053c6927bf197fb036f71af9bdf5d327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"label.close": "关闭",
	"header": "第 {0} 个差异(共 {1} 个): 未修改 {2}, {3} 行,已修改 {4}, {5} 行",
	"blankLine": "空白",
	"equalLine": "未修改 {0},已修改 {1}: {2}",
	"insertLine": "+ 已修改 {0}: {1}",
	"deleteLine": "- 未修改 {0}: {1} ",
	"editor.action.diffReview.next": "转至下一个差异",
	"editor.action.diffReview.prev": "转至上一个差异"
}