SQL Operations Studio Public Preview 1 (0.23) release source code

This commit is contained in:
Karl Burtram
2017-11-09 14:30:27 -08:00
parent b88ecb8d93
commit 3cdac41339
8829 changed files with 759707 additions and 286 deletions

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"extensionHostProcess.startupFailDebug": "拡張機能ホストが 10 秒以内に開始されませんでした。先頭行で停止している可能性があり、続行するにはデバッガーが必要です。",
"extensionHostProcess.startupFail": "拡張機能ホストが 10 秒以内に開始されませんでした。問題が発生している可能性があります。",
"extensionHostProcess.error": "拡張機能ホストからのエラー: {0}"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"jsonParseFail": "{0} を解析できません: {1}。",
"fileReadFail": "ファイル {0} を読み取れません: {1}。",
"jsonsParseFail": "{0} または {1} を解析できませんでした: {2}。",
"missingNLSKey": "キー {0} のメッセージが見つかりませんでした。"
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"devTools": "開発者ツール",
"restart": "拡張機能のホストを再起動",
"extensionHostProcess.crash": "拡張機能のホストが予期せずに終了しました。",
"extensionHostProcess.unresponsiveCrash": "拡張機能のホストが応答しないため終了しました。",
"overwritingExtension": "拡張機能 {0} を {1} で上書きしています。",
"extensionUnderDevelopment": "開発の拡張機能を {0} に読み込んでいます"
}