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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json')
-rw-r--r--i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json
index b84feecdb4f..cb5fa24e4f0 100644
--- a/i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json
+++ b/i18n/ptb/src/vs/workbench/services/files/node/fileService.i18n.json
@@ -6,9 +6,13 @@
{
"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"
} \ No newline at end of file