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

findWidget.i18n.json « browser « find « contrib « editor « vs « src « ptb « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 473543c08504502f18dfa67b92378702c3c3f521 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*---------------------------------------------------------------------------------------------
 *  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.find": "Localizar",
	"placeholder.find": "Localizar",
	"label.previousMatchButton": "Correspondência anterior",
	"label.nextMatchButton": "Próxima correspondência",
	"label.toggleSelectionFind": "Localizar na seleção",
	"label.closeButton": "Fechar",
	"label.replace": "Substituir",
	"placeholder.replace": "Substituir",
	"label.replaceButton": "Substituir",
	"label.replaceAllButton": "Substituir Tudo",
	"label.toggleReplaceButton": "Ativar/desativar modo Substituir",
	"title.matchesCountLimit": "Somente os primeiros 999 resultados são realçados, mas todas as operações de pesquisa funcionam em todo o texto.",
	"label.matchesLocation": "{0} de {1}",
	"label.noResults": "Nenhum resultado"
}