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

searchResultsView.i18n.json « browser « search « parts « workbench « vs « src « ptb « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7cc06d0ea214a235f65732fd90a234c44bd3755d (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.
{
	"searchFolderMatch.other.label": "Outros arquivos",
	"searchFileMatches": "{0} arquivos encontrados",
	"searchFileMatch": "arquivo {0} encontrado",
	"searchMatches": "{0} correspondências encontradas",
	"searchMatch": "{0} correspondência encontrada",
	"folderMatchAriaLabel": "{0} correspondências na pasta raiz {1}, Resultado da pesquisa",
	"fileMatchAriaLabel": "{0} correspondências no arquivo {1} da pasta {2}, Resultado da pesquisa",
	"replacePreviewResultAria": "Substitua o termo {0} pelo termo {1} na coluna posição {2} correspondente ao texto {3}",
	"searchResultAria": "Encontrado o termo {0} na posição da coluna {1} correspondente ao texto {2}"
}