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

diffReview.i18n.json « widget « browser « editor « vs « src « rus « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fec656eecaa3d2654c9693896e845ae78fd700c (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": "Перейти к предыдущему различию"
}