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: 642e731f24716eb1ec0a4ba1ec772f1ac34a7558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*---------------------------------------------------------------------------------------------
 *  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": "파일이 디렉터리({0})입니다.",
	"fileBinaryError": "파일이 이진인 것 같으므로 테스트로 열 수 없습니다.",
	"fileNotFoundError": "파일을 찾을 수 없습니다({0}).",
	"unableToMoveCopyError": "이동/복사할 수 없습니다. 파일이 포함된 폴더를 파일로 대체합니다.",
	"foldersCopyError": "폴더를 작업 영역에 복사할 수 없습니다. 개별 파일을 선택하여 복사하세요.",
	"fileReadOnlyError": "파일이 읽기 전용입니다."
}