Files
vscode/i18n/chs/extensions/tasks/out/tasksMain.i18n.json
2016-03-11 23:01:10 +01:00

13 lines
757 B
JSON

/*---------------------------------------------------------------------------------------------
* 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.
{
"dotnet": "使用 dotnet 生成。",
"msbuild": "使用 msbuild 编译你的项目。",
"tscConfig": "将 tsc 编译器与 tsconfig.json 文件一起使用。",
"tscFile": "在特定的文件上使用 tsc 编译器。",
"tscOpenFile": "在当前打开的文件上使用 tsc 编译器。",
"tscWatch": "在观看模式下使用 tsc 编译器。"
}