mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 22:00:30 -04:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"vscode.extension.engines.vscode": "VS Code 拡張機能の場合、拡張機能と互換性のある VS Code バージョンを指定します。* を指定することはできません。たとえば、^0.10.5 は最小の VS Code バージョン 0.10.5 との互換性を示します。",
|
||||
"vscode.extension.publisher": "VS Code 拡張機能の公開元。",
|
||||
"vscode.extension.displayName": "VS Code ギャラリーで使用される拡張機能の表示名。",
|
||||
"vscode.extension.categories": "VS Code ギャラリーで拡張機能の分類に使用されるカテゴリ。",
|
||||
"vscode.extension.galleryBanner": "VS Code マーケットプレースで使用されるバナー。",
|
||||
"vscode.extension.galleryBanner.color": "VS Code マーケットプレース ページ ヘッダー上のバナーの色。",
|
||||
"vscode.extension.galleryBanner.theme": "バナーで使用されるフォントの配色テーマ。",
|
||||
"vscode.extension.contributes": "このパッケージで表される VS Code 拡張機能のすべてのコントリビューション。",
|
||||
"vscode.extension.preview": "Marketplace で Preview としてフラグが付けられるように拡張機能を設定します。",
|
||||
"vscode.extension.activationEvents": "VS Code 拡張機能のアクティブ化イベント。",
|
||||
"vscode.extension.activationEvents.onLanguage": "指定された言語を解決するファイルが開かれるたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.onCommand": "指定したコマンドが呼び出されるたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.onDebug": "デバッグの開始またはデバッグ構成がセットアップされるたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.onDebugInitialConfigurations": "\"launch.json\" を作成する必要があるたびに (または、すべての provideDebugConfiguration メソッドを呼び出す必要があるたびに) アクティブ化イベントを発行します。",
|
||||
"vscode.extension.activationEvents.onDebugResolve": "特定のタイプのデバッグ セッションが起動されるたびに(または、対応する resolveDebugConfiguration メソッドを呼び出す必要があるたびに)、アクティブ化イベントを発行します。",
|
||||
"vscode.extension.activationEvents.workspaceContains": "指定した glob パターンに一致するファイルを少なくとも 1 つ以上含むフォルダーを開くたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.onView": "指定したビューを展開するたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.star": "VS Code 起動時にアクティブ化イベントを発行します。優れたエンドユーザー エクスペリエンスを確保するために、他のアクティブ化イベントの組み合わせでは望む動作にならないときのみ使用してください。",
|
||||
"vscode.extension.badges": "Marketplace の拡張機能ページのサイドバーに表示されるバッジの配列。",
|
||||
"vscode.extension.badges.url": "バッジのイメージ URL。",
|
||||
"vscode.extension.badges.href": "バッジのリンク。",
|
||||
"vscode.extension.badges.description": "バッジの説明。",
|
||||
"vscode.extension.extensionDependencies": "他の拡張機能に対する依存関係。拡張機能の識別子は常に ${publisher}.${name} です。例: vscode.csharp。",
|
||||
"vscode.extension.scripts.prepublish": "パッケージが VS Code 拡張機能として公開される前に実行されるスクリプト。",
|
||||
"vscode.extension.scripts.uninstall": "VS コード拡張機能のフックをアンインストールします。 VS コードから拡張機能を完全にアンインストールした時に実行されるスクリプトです。スクリプトは、拡張機能をアンインストールした後に VS コードを再起動 (シャット ダウンしてから起動) したときに実行されます。Node スクリプトのみがサポートされます。",
|
||||
"vscode.extension.icon": "128x128 ピクセルのアイコンへのパス。"
|
||||
}
|
||||
@@ -1,10 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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 秒以内に開始されませんでした。問題が発生している可能性があります。",
|
||||
"reloadWindow": "ウィンドウの再読み込み",
|
||||
"extensionHostProcess.error": "拡張機能ホストからのエラー: {0}"
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"message": "$(zap) 拡張機能ホストのプロファイリング..."
|
||||
}
|
||||
@@ -1,11 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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}。",
|
||||
"jsonsParseReportErrors": "{0} を解析できません: {1}。",
|
||||
"missingNLSKey": "キー {0} のメッセージが見つかりませんでした。"
|
||||
}
|
||||
@@ -1,14 +1,17 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"devTools": "開発者ツール",
|
||||
"restart": "拡張機能のホストを再起動",
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"extensionHostProcess.crash": "拡張機能のホストが予期せずに終了しました。",
|
||||
"extensionHostProcess.unresponsiveCrash": "拡張機能のホストが応答しないため終了しました。",
|
||||
"devTools": "開発者ツール",
|
||||
"restart": "拡張機能のホストを再起動",
|
||||
"overwritingExtension": "拡張機能 {0} を {1} で上書きしています。",
|
||||
"extensionUnderDevelopment": "開発の拡張機能を {0} に読み込んでいます",
|
||||
"extensionCache.invalid": "拡張機能がディスク上で変更されています。ウィンドウを再読み込みしてください。"
|
||||
"extensionCache.invalid": "拡張機能がディスク上で変更されています。ウィンドウを再読み込みしてください。",
|
||||
"reloadWindow": "ウィンドウの再読み込み"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. 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}。",
|
||||
"jsonsParseReportErrors": "{0} を解析できません: {1}。",
|
||||
"missingNLSKey": "キー {0} のメッセージが見つかりませんでした。",
|
||||
"notSemver": "拡張機能のバージョンが semver と互換性がありません。",
|
||||
"extensionDescription.empty": "空の拡張機能の説明を入手しました",
|
||||
"extensionDescription.publisher": " `{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.name": " `{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.version": " `{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.engines": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.engines.vscode": " `{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.extensionDependencies": "`{0}` プロパティは省略するか、`string[]` 型にする必要があります",
|
||||
"extensionDescription.activationEvents1": "`{0}` プロパティは省略するか、`string[]` 型にする必要があります",
|
||||
"extensionDescription.activationEvents2": "プロパティ `{0}` と `{1}` は、両方とも指定するか両方とも省略しなければなりません",
|
||||
"extensionDescription.main1": "`{0}` プロパティは省略するか、`string` 型にする必要があります",
|
||||
"extensionDescription.main2": "拡張機能のフォルダー ({1}) の中に `main` ({0}) が含まれることが予期されます。これにより拡張機能を移植できなくなる可能性があります。",
|
||||
"extensionDescription.main3": "プロパティ `{0}` と `{1}` は、両方とも指定するか両方とも省略しなければなりません"
|
||||
}
|
||||
Reference in New Issue
Block a user