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

logUploader.i18n.json « electron-main « code « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0104a460820a833305b6b818b09c503a572816cf (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."
	],
	"invalidEndpoint": "잘못된 로그 업로더 끝점",
	"beginUploading": "업로드 중...",
	"didUploadLogs": "업로드 성공. 로그 파일 ID: {0}",
	"postError": "로그를 게시하는 동안 오류가 발생했습니다. {0}",
	"responseError": "로그를 게시하는 동안 오류가 발생했습니다. {0} — {1} 받음",
	"parseError": "응답을 구문 분석하는 동안 오류가 발생했습니다.",
	"zipError": "로그를 압축하는 동안 오류가 발생했습니다. {0}"
}