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

commands.i18n.json « out « typescript « extensions « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 424cb94090399597a02b87f24b1db8bd7aa59f5b (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."
	],
	"typescript.projectConfigNoWorkspace": "請在 VS Code 中開啟資料夾,以使用 TypeScript 或 JavaScript 專案",
	"typescript.projectConfigUnsupportedFile": "無法判斷 TypeScript 或 JavaScript 專案。不支援的檔案類型",
	"typescript.projectConfigCouldNotGetInfo": "無法判斷 TypeScript 或 JavaScript 專案",
	"typescript.configureTsconfigQuickPick": "設定 tsconfig.json",
	"typescript.configureJsconfigQuickPick": "設定 jsconfig.json"
}