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

remoteFileService.i18n.json « electron-browser « files « services « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef565fe453fde1417671d5ced994cfb294239811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"invalidPath": "'{0}' 리소스의 경로는 절대 경로여야 합니다.",
	"fileNotFoundError": "파일을 찾을 수 없습니다({0}).",
	"fileIsDirectoryError": "파일이 디렉터리입니다.",
	"fileNotModifiedError": "파일 수정 안 됨",
	"fileBinaryError": "파일이 이진인 것 같으므로 테스트로 열 수 없습니다.",
	"err.create": "{0} 파일을 만들지 못했습니다.",
	"fileMoveConflict": "이동/복사할 수 없습니다. 대상에 파일이 이미 있습니다."
}