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

13 lines
908 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": "tsconfig.json ファイルで指定して tsc コンパイラを使用します。",
"tscFile": "特定のファイルで tsc コンパイラを使用します。",
"tscOpenFile": "現在開いているファイルで tsc コンパイラを使用します。",
"tscWatch": "ウォッチ モードで tsc コンパイラを使用します。"
}