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

diffReview.i18n.json « widget « browser « editor « vs « src « ptb « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40b318ab1590a72883d114b8fbf4ce164a3732b7 (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": "Fechar",
	"header": "Diferença {0} de {1}: original {2}, {3} linhas, modificado {4}, {5} linhas",
	"blankLine": "em branco",
	"equalLine": "original {0}, {1} modificados: {2}",
	"insertLine": "+ modificado {0}: {1}",
	"deleteLine": "-original {0}: {1}",
	"editor.action.diffReview.next": "Ir para a próxima diferença",
	"editor.action.diffReview.prev": "Ir para a diferença anterior"
}