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/kor/src/vs/workbench/services/files/node/fileService.i18n.json')
-rw-r--r--i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json
index d411f384a72..92d933fa231 100644
--- a/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json
+++ b/i18n/kor/src/vs/workbench/services/files/node/fileService.i18n.json
@@ -9,6 +9,7 @@
"fileInvalidPath": "잘못된 파일 리소스({0})",
"fileIsDirectoryError": "파일이 디렉터리입니다.",
"fileNotModifiedError": "파일 수정 안 됨",
+ "fileTooLargeForHeapError": "파일 크기가 창 메모리 제한을 초과합니다. --max-memory=NEWSIZE 코드를 실행해 보세요.",
"fileTooLargeError": "파일이 너무 커서 열 수 없음",
"fileNotFoundError": "파일을 찾을 수 없습니다({0}).",
"fileBinaryError": "파일이 이진인 것 같으므로 테스트로 열 수 없습니다.",