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: cb5fa24e4f00673081078946635b2bd61d5bb58a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*---------------------------------------------------------------------------------------------
 *  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})",
	"fileNotModifiedError": "Arquivo não modificado desde",
	"fileTooLargeError": "Arquivo muito grande para abrir",
	"fileBinaryError": "Arquivo parece ser binário e não pode ser aberto como texto",
	"fileNotFoundError": "Arquivo não encontrado ({0})",
	"fileMoveConflict": "Não é possível mover/copiar. Arquivo já existe no destino.",
	"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.",
	"fileModifiedError": "Arquivo Modificado Desde",
	"fileReadOnlyError": "Arquivo é Somente Leitura"
}