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

logUploader.i18n.json « electron-main « code « vs « src « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85bfec59b964fc81a07f80ac917d1d367ff7caa6 (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": "上傳成功! 記錄檔識別碼: {0}",
	"postError": "張貼記錄時發生錯誤: {0}",
	"responseError": "張貼記錄時發生錯誤。得到 {0} - {1}",
	"parseError": "剖析回應時發生錯誤",
	"zipError": "壓縮記錄檔時發生錯誤: {0}"
}