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

fileService.i18n.json « node « files « services « workbench « vs « src « ptb « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b84feecdb4fb3f3398cdba5bf47335a3cb51ff8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"fileInvalidPath": "Recurso de arquivo inválido ({0})",
	"fileIsDirectoryError": "Arquivo é diretório ({0})",
	"fileBinaryError": "Arquivo parece ser binário e não pode ser aberto como texto",
	"fileNotFoundError": "Arquivo não encontrado ({0})",
	"unableToMoveCopyError": "Não é possível mover/copiar. Arquivo poderia substituir a pasta em que está contida.",
	"foldersCopyError": "Pastas não podem ser copiadas para a área de trabalho. Por favor selecione arquivos individuais para serem copiados.",
	"fileReadOnlyError": "Arquivo é Somente Leitura"
}