mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 13:50:29 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
@@ -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} のメッセージが見つかりませんでした。"
|
||||
}
|
||||
@@ -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} に読み込んでいます"
|
||||
}
|
||||
Reference in New Issue
Block a user