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

fileService.i18n.json « node « files « services « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92d933fa23150e358612e8f988f791c2429dc571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "잘못된 파일 리소스({0})",
	"fileIsDirectoryError": "파일이 디렉터리입니다.",
	"fileNotModifiedError": "파일 수정 안 됨",
	"fileTooLargeForHeapError": "파일 크기가 창 메모리 제한을 초과합니다. --max-memory=NEWSIZE 코드를 실행해 보세요.",
	"fileTooLargeError": "파일이 너무 커서 열 수 없음",
	"fileNotFoundError": "파일을 찾을 수 없습니다({0}).",
	"fileBinaryError": "파일이 이진인 것 같으므로 테스트로 열 수 없습니다.",
	"filePermission": "파일 쓰기 권한이 거부되었습니다. ({0})",
	"fileExists": "만드려는 파일이 이미 있음({0})",
	"fileMoveConflict": "이동/복사할 수 없습니다. 대상에 파일이 이미 있습니다.",
	"unableToMoveCopyError": "이동/복사할 수 없습니다. 파일이 포함된 폴더를 파일로 대체합니다.",
	"foldersCopyError": "폴더를 작업 영역에 복사할 수 없습니다. 개별 파일을 선택하여 복사하세요.",
	"fileModifiedError": "파일 수정됨",
	"fileReadOnlyError": "파일이 읽기 전용입니다."
}