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.json4
1 files changed, 4 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 642e731f247..88223fce427 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
@@ -6,9 +6,13 @@
{
"fileInvalidPath": "잘못된 파일 리소스({0})",
"fileIsDirectoryError": "파일이 디렉터리({0})입니다.",
+ "fileNotModifiedError": "파일 수정 안 됨",
+ "fileTooLargeError": "파일이 너무 커서 열 수 없음",
"fileBinaryError": "파일이 이진인 것 같으므로 테스트로 열 수 없습니다.",
"fileNotFoundError": "파일을 찾을 수 없습니다({0}).",
+ "fileMoveConflict": "이동/복사할 수 없습니다. 대상에 파일이 이미 있습니다.",
"unableToMoveCopyError": "이동/복사할 수 없습니다. 파일이 포함된 폴더를 파일로 대체합니다.",
"foldersCopyError": "폴더를 작업 영역에 복사할 수 없습니다. 개별 파일을 선택하여 복사하세요.",
+ "fileModifiedError": "파일 수정됨",
"fileReadOnlyError": "파일이 읽기 전용입니다."
} \ No newline at end of file