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

multicursor.i18n.json « common « multicursor « contrib « editor « vs « src « ptb « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 790c737c8eb74e2da0d43fc2a8f4267868bd737b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"mutlicursor.insertAbove": "Inserir cursor acima",
	"mutlicursor.insertBelow": "Inserir cursor abaixo",
	"mutlicursor.insertAtEndOfEachLineSelected": "Adicionar Cursores ao Final das Linhas",
	"addSelectionToNextFindMatch": "Adicionar Seleção ao Próximo Localizar Correspondência",
	"addSelectionToPreviousFindMatch": "Adicionar Seleção à Correspondência de Localização Anterior",
	"moveSelectionToNextFindMatch": "Mover Última Seleção para Próximo Localizar Correspondência",
	"moveSelectionToPreviousFindMatch": "Mover Última Seleção para Correspondência de Localização Anterior",
	"selectAllOccurrencesOfFindMatch": "Selecionar Todas as Ocorrências de Localizar Correspondência",
	"changeAll.label": "Alterar todas as ocorrências"
}