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:
Karl Burtram
2018-04-04 15:27:51 -07:00
committed by GitHub
parent 5fba3e31b4
commit dafb780987
9412 changed files with 141255 additions and 98813 deletions

View File

@@ -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."
],
"titleAndKb": "{0} ({1})"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"requirearray": "メニュー項目は配列にする必要があります",
"requirestring": "`{0}` プロパティは必須で、`string` 型でなければなりません",
"optstring": "`{0}` プロパティは省略するか、`string` 型にする必要があります",
@@ -40,6 +42,5 @@
"menuId.invalid": "`{0}` は有効なメニュー識別子ではありません",
"missing.command": "メニュー項目が、'commands' セクションで定義されていないコマンド `{0}` を参照しています。",
"missing.altCommand": "メニュー項目が、'commands' セクションで定義されていない alt コマンド `{0}` を参照しています。",
"dupe.command": "メニュー項目において、既定と alt コマンドが同じコマンドを参照しています",
"nosupport.altCommand": "申し訳ございません。現在、alt コマンドをサポートしているのは 'editor/title' メニューの 'navigation' グループのみです"
"dupe.command": "メニュー項目において、既定と alt コマンドが同じコマンドを参照しています"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"defaultConfigurations.title": "既定の構成オーバーライド",
"overrideSettings.description": "{0} 言語に対して上書きされるエディター設定を構成します。",
"overrideSettings.defaultDescription": "言語に対して上書きされるエディター設定を構成します。",

View File

@@ -1,37 +1,45 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"gotoValidation": "`--goto` モードの引数は `FILE(:LINE(:CHARACTER))` の形式にする必要があります。",
"diff": "2 つのファイルを比較します。",
"add": "最後にアクティブだったウィンドウにフォルダーを追加します。",
"goto": "指定した行と文字の位置にあるパスでファイルを開きます。",
"locale": "使用する国と地域 (例:en-US や zh-TW など)。",
"newWindow": "新しい Code のインスタンスを強制します。",
"performance": "'Developer: Startup Performance' コマンドを有効にして開始します。",
"prof-startup": "起動中に CPU プロファイラーを実行する",
"inspect-extensions": "拡張機能のデバッグとプロファイリングを許可します。接続 URI を開発者ツールでチェックします。",
"inspect-brk-extensions": "起動後に一時停止されている拡張ホストとの拡張機能のデバッグとプロファイリングを許可します。接続 URI を開発者ツールでチェックします。",
"reuseWindow": "最後のアクティブ ウィンドウにファイルまたはフォルダーを強制的に開きます。",
"userDataDir": "ユーザー データを保持するディレクトリを指定します。ルートで実行している場合に役立ちます。",
"log": "使用するログレベル。既定値は 'info' です。利用可能な値は 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off' です。",
"verbose": "詳細出力を表示します (--wait を含みます)。",
"newWindow": "強制的に新しいウィンドウを開きます。",
"reuseWindow": "強制的に最後にアクティブだったウィンドウ内でファイルかフォルダーを開きます。",
"wait": "現在のファイルが閉じられるまで待機します。",
"locale": "使用する国と地域 (例:en-US や zh-TW など)。",
"userDataDir": "ユーザー データが保持されるディレクトリを指定します。複数の異なる Code のインスタンスを開くために使用できます。",
"version": "バージョンを表示します。",
"help": "使用法を表示します。",
"extensionHomePath": "拡張機能のルート パスを設定します。",
"listExtensions": "インストールされている拡張機能を一覧表示します。",
"showVersions": "--list-extension と使用するとき、インストールされている拡張機能のバージョンを表示します。",
"installExtension": "拡張機能をインストールします。",
"uninstallExtension": "拡張機能をアンインストールします。",
"experimentalApis": "拡張機能に対して Proposed API 機能を有効にします。",
"disableExtensions": "インストールされたすべての拡張機能を無効にします。",
"disableGPU": "GPU ハードウェア アクセラレータを無効にします。",
"verbose": "詳細出力を表示します (--wait を含みます)。",
"log": "使用するログレベル。既定値は 'info' です。利用可能な値は 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off' です。",
"status": "プロセスの使用状況や診断情報を印刷します。",
"version": "バージョンを表示します。",
"help": "使用法を表示します。",
"performance": "'Developer: Startup Performance' コマンドを有効にして開始します。",
"prof-startup": "起動中に CPU プロファイラーを実行する",
"disableExtensions": "インストールされたすべての拡張機能を無効にします。",
"inspect-extensions": "拡張機能のデバッグとプロファイリングを許可します。接続 URI を開発者ツールでチェックします。",
"inspect-brk-extensions": "起動後に一時停止されている拡張ホストとの拡張機能のデバッグとプロファイリングを許可します。接続 URI を開発者ツールでチェックします。",
"disableGPU": "GPU ハードウェア アクセラレータを無効にします。",
"uploadLogs": "現在のセッションから安全なエンドポイントにログをアップロードします。",
"maxMemory": "ウィンドウの最大メモリ サイズ (バイト単位)。",
"usage": "使用法",
"options": "オプション",
"paths": "パス",
"optionsUpperCase": "オプション"
"stdinWindows": "別のプログラムから出力を読み取るには、'-' を付け足してください (例: 'echo Hello World | {0} -')",
"stdinUnix": "stdin から読み取るには、'-' を付け足してください (例: 'ps aux | grep code | {0} -')",
"optionsUpperCase": "オプション",
"extensionsManagement": "拡張機能の管理",
"troubleshooting": "トラブルシューティング"
}

View File

@@ -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."
],
"noWorkspace": "ワークスペースがありません。"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"extensions": "拡張機能",
"preferences": "基本設定"
}

View File

@@ -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."
],
"notCompatibleDownload": "VS Code の現在のバージョン '{0}' と互換性を持つ拡張機能が見つからないため、ダウンロードできません。"
}

View File

@@ -1,18 +1,25 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"invalidManifest": "正しくない拡張機能: package.json は JSON ファイルではありません。",
"restartCodeLocal": "{0} を再インストールする前に、Code を再起動してください。",
"restartCode": "{0} を再インストールする前に、Code を再起動してください。",
"installingOutdatedExtension": "この拡張機能の新しいバージョンが既にインストールされています。古いバージョンでこれを上書きしますか?",
"override": "上書き",
"cancel": "キャンセル",
"notFoundCompatible": "VS Code の現在のバージョン '{1}' と互換性を持つ拡張機能 '{0}' が見つからないため、インストールできません。",
"quitCode": "拡張機能の古いインスタンスがまだ実行中であるため、インストールできません。再インストール前に VS Code の終了と起動を実施してください。",
"exitCode": "拡張機能の古いインスタンスがまだ実行中であるため、インストールできません。再インストール前に VS Code の終了と起動を実施してください。",
"errorInstallingDependencies": "依存関係のインストール中にエラーが発生しました。{0}",
"MarketPlaceDisabled": "Marketplace が有効になっていません",
"removeError": "拡張機能の削除中にエラーが発生しました: {0}。もう一度やり直す前にVS Code の終了と起動を実施してください。",
"Not Market place extension": "Marketplace の拡張機能のみ再インストールできます",
"notFoundCompatible": "'{0}' をインストールできません。VS Code '{1}' と互換性がある利用可能なバージョンがありません。",
"malicious extension": "問題が報告されたので、拡張機能をインストールできません。",
"notFoundCompatibleDependency": "VS Code の現在のバージョン '{1}' と互換性を持つ、依存関係がある拡張機能 '{0}' が見つからないため、インストールできません。",
"quitCode": "拡張機能をインストールできません。再インストールの前に VS Code の終了と起動を実施してください。",
"exitCode": "拡張機能をインストールできません。再インストールの前に VS Code の終了と起動を実施してください。",
"uninstallDependeciesConfirmation": "'{0}' のみをアンインストールしますか、または依存関係もアンインストールしますか?",
"uninstallOnly": "限定",
"uninstallAll": "すべて",

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"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 ギャラリーで使用される拡張機能の表示名。",

View File

@@ -1,24 +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."
],
"versionSyntax": "`engines.vscode` 値 {0} を解析できませんでした。使用可能な値の例: ^0.10.0、^1.2.3、^0.11.0、^0.10.x など。",
"versionSpecificity1": "`engines.vscode` ({0}) で指定されたバージョンが十分に特定されていません。1.0.0 より前の vscode バージョンの場合は、少なくとも想定されているメジャー バージョンとマイナー バージョンを定義してください。例 ^0.10.0、0.10.x、0.11.0 など。",
"versionSpecificity2": "`engines.vscode` ({0}) で指定されたバージョンが明確ではありません。1.0.0 より後のバージョンの vscode の場合は、少なくとも、想定されているメジャー バージョンを定義してください。例 ^1.10.0、1.10.x、1.x.x、2.x.x など。",
"versionMismatch": "拡張機能が Code {0} と互換性がありません。拡張機能に必要なバージョン: {1}。",
"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}` は、両方とも指定するか両方とも省略しなければなりません",
"notSemver": "拡張機能のバージョンが semver と互換性がありません。"
"versionMismatch": "拡張機能が Code {0} と互換性がありません。拡張機能に必要なバージョン: {1}。"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"newWindow": "新しいウィンドウ",
"newWindowDesc": "新しいウィンドウを開く",
"recentFolders": "最近使ったワークスペース",

View File

@@ -1,11 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"integrity.ok": "OK",
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"integrity.moreInformation": "詳細情報",
"integrity.dontShowAgain": "今後は表示しない",
"integrity.moreInfo": "詳細情報",
"integrity.prompt": "{0} インストールが壊れている可能性があります。再インストールしてください。"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"issueReporter": "問題のレポーター"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"contributes.jsonValidation": "JSON スキーマ構成を提供します。",
"contributes.jsonValidation.fileMatch": "一致するファイル パターン、たとえば \"package.json\" または \"*.launch\" です。",
"contributes.jsonValidation.url": "スキーマ URL ('http:', 'https:') または拡張機能フォルダーへの相対パス ('./') です。",

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"first.chord": "({0}) が押されました。2 番目のキーを待っています...",
"missing.chord": "キーの組み合わせ ({0}、{1}) はコマンドではありません。"
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -0,0 +1,16 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"workbenchConfigurationTitle": "ワークベンチ",
"multiSelectModifier.ctrlCmd": "Windows および Linux 上の `Control` キーと macOS 上の `Command` キーに割り当てます。",
"multiSelectModifier.alt": "Windows および Linux 上の `Alt` キーと macOS 上の `Option` キーに割り当てます。",
"multiSelectModifier": "マウスで複数の選択肢にツリーおよびリストの項目を追加するために使用される修飾子 (たとえば、エクスプローラーでエディターと scm ビューを開くなど)。`ctrlCmd` は、Windows と Linux では `Control` にマップされ、macOS では `Command` にマップされます。'横に並べて開く' マウス ジェスチャー (サポートされている場合) は、複数選択修飾子と競合しないように調整されます。",
"openMode.singleClick": "マウスのシングル クリックで項目を開きます。",
"openMode.doubleClick": "マウスのダブル クリックで項目を開きます。",
"openModeModifier": "マウスを使用して、ツリーとリストで項目を開く方法を制御します (サポートされている場合)。'SingleClick' に設定すると、項目をマウスのシングル クリックで開き、'doubleClick' に設定すると、ダブル クリックでのみ開きます。ツリーで子を持つ親の場合、この設定で、親をシングル クリックで展開するか、ダブル クリックで展開するかを制御します。該当しない場合、一部のツリーとリストでは、この設定が無視される場合があることに注意してください。"
}

View File

@@ -0,0 +1,17 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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.contributes.localizations": "ローカリゼーションをエディターに提供します",
"vscode.extension.contributes.localizations.languageId": "表示文字列が翻訳される言語の id。",
"vscode.extension.contributes.localizations.languageName": "英語での言語の名前。",
"vscode.extension.contributes.localizations.languageNameLocalized": "提供された言語での言語の名前。",
"vscode.extension.contributes.localizations.translations": "言語に関連付けられている翻訳の一覧です。",
"vscode.extension.contributes.localizations.translations.id": "この翻訳が提供される VS Code または拡張機能の ID。VS Code は常に `vscode` で、拡張機能の形式は `publisherId.extensionName` になります。",
"vscode.extension.contributes.localizations.translations.id.pattern": "VS Code または拡張機能を変換するための ID はそれぞれ、`vscode` か、`publisherId.extensionName` の形式になります。",
"vscode.extension.contributes.localizations.translations.path": "言語の翻訳を含むファイルへの相対パス。"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"ProblemPatternParser.loopProperty.notLast": "ループ プロパティは、最終行マッチャーでのみサポートされています。",
"ProblemPatternParser.problemPattern.missingRegExp": "問題パターンに正規表現がありません。",
"ProblemPatternParser.problemPattern.missingProperty": "問題のパターンが正しくありません。少なくとも、ファイル、メッセージと行、またはロケーション一致グループがなければなりません。",

View File

@@ -1,10 +1,14 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"close": "閉じる",
"later": "後続",
"cancel": "キャンセル"
"cancel": "キャンセル",
"moreFile": "...1 つの追加ファイルが表示されていません",
"moreFiles": "...{0} 個の追加ファイルが表示されていません"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"httpConfigurationTitle": "HTTP",
"proxy": "使用するプロキシ設定。設定されていない場合、環境変数 http_proxy および https_proxy から取得されます。",
"strictSSL": "提供された CA の一覧と照らしてプロキシ サーバーの証明書を確認するかどうか。",

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"telemetryConfigurationTitle": "テレメトリ",
"telemetry.enableTelemetry": "利用状況データとエラーを Microsoft に送信できるようにします。"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"contributes.color": "拡張機能でテーマ設定の可能な配色を提供します",
"contributes.color.id": "テーマ設定可能な配色の識別子",
"contributes.color.id.format": "識別子は aa[.bb]* の形式にする必要があります",

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"schema.colors": "ワークベンチで使用する色。",
"foreground": "全体の前景色。この色は、コンポーネントによってオーバーライドされていない場合にのみ使用されます。",
"errorForeground": "エラー メッセージ全体の前景色。この色は、コンポーネントによって上書きされていない場合にのみ使用されます。",
@@ -32,6 +34,7 @@
"inputValidationErrorBackground": "エラーの重大度を示す入力検証の背景色。",
"inputValidationErrorBorder": "エラーの重大度を示す入力検証の境界線色。",
"dropdownBackground": "ドロップダウンの背景。",
"dropdownListBackground": "ドロップダウン リストの背景色。",
"dropdownForeground": "ドロップダウンの前景。",
"dropdownBorder": "ドロップダウンの境界線。",
"listFocusBackground": "ツリーリストがアクティブのとき、フォーカスされた項目のツリーリスト背景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
@@ -63,25 +66,29 @@
"editorWidgetBorder": "エディター ウィジェットの境界線色。ウィジェットに境界線があり、ウィジェットによって配色を上書きされていない場合でのみこの配色は使用されます。",
"editorSelectionBackground": "エディターの選択範囲の色。",
"editorSelectionForeground": "ハイ コントラストの選択済みテキストの色。",
"editorInactiveSelection": "非アクティブなエディターの選択範囲の色。",
"editorSelectionHighlight": "選択範囲と同じコンテンツの領域の色。",
"editorInactiveSelection": "非アクティブなエディターの選択範囲の色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"editorSelectionHighlight": "選択範囲と同じコンテンツの領域の色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"editorSelectionHighlightBorder": "選択範囲と同じコンテンツの境界線の色。",
"editorFindMatch": "現在の検索一致項目の色。",
"findMatchHighlight": "他の検索一致項目の色。",
"findRangeHighlight": "検索を制限する範囲の色。",
"hoverHighlight": "ホバーが表示されているワードの下を強調表示します。",
"findMatchHighlight": "他の検索一致項目の色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"findRangeHighlight": "検索を制限する範囲の色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"editorFindMatchBorder": "現在の検索一致項目の境界線の色。",
"findMatchHighlightBorder": "他の検索一致項目の境界線の色。",
"findRangeHighlightBorder": "検索を制限する範囲の境界線の色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"hoverHighlight": "ホバーが表示されているワードの下を強調表示します。下にある装飾を隠さないために、色は不透過であってはなりません。",
"hoverBackground": "エディター ホバーの背景色。",
"hoverBorder": "エディター ホバーの境界線の色。",
"activeLinkForeground": "アクティブなリンクの色。",
"diffEditorInserted": "挿入されたテキストの背景色。",
"diffEditorRemoved": "削除されたテキストの背景色。",
"diffEditorInserted": "挿入されたテキストの境界線の色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"diffEditorRemoved": "削除されたテキストの境界線の色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"diffEditorInsertedOutline": "挿入されたテキストの輪郭の色。",
"diffEditorRemovedOutline": "削除されたテキストの輪郭の色。",
"mergeCurrentHeaderBackground": "行内マージ競合の現在のヘッダー背景色。",
"mergeCurrentContentBackground": "行内マージ競合の現在のコンテンツ背景色。",
"mergeIncomingHeaderBackground": "行内マージ競合の入力側ヘッダー背景色。",
"mergeIncomingContentBackground": "行内マージ競合の入力側コンテンツ背景色。",
"mergeCommonHeaderBackground": "行内マージ競合の共通の祖先ヘッダー背景色。",
"mergeCommonContentBackground": "行内マージ競合の共通の祖先コンテンツ背景色。",
"mergeCurrentHeaderBackground": "行内マージ競合の現在のヘッダー背景色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"mergeCurrentContentBackground": "行内マージ競合の現在のコンテンツ背景色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"mergeIncomingHeaderBackground": "行内マージ競合の入力側ヘッダー背景色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"mergeIncomingContentBackground": "行内マージ競合の入力側コンテンツ背景色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"mergeCommonHeaderBackground": "行内マージ競合の共通の祖先ヘッダー背景色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"mergeCommonContentBackground": "行内マージ競合の共通の祖先コンテンツ背景色。下にある装飾を隠さないために、色は不透過であってはなりません。",
"mergeBorder": "行内マージ競合のヘッダーとスプリッターの境界線の色。",
"overviewRulerCurrentContentForeground": "行内マージ競合の現在の概要ルーラー前景色。",
"overviewRulerIncomingContentForeground": "行内マージ競合の入力側の概要ルーラー前景色。",

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"updateConfigurationTitle": "更新",
"updateChannel": "更新チャネルから自動更新を受信するかどうかを構成します。変更後に再起動が必要です。",
"enableWindowsBackgroundUpdates": "Windows のバックグラウンド更新を有効にします。"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"aboutDetail": "バージョン {0}\nコミット {1}\n日付 {2}\nシェル {3}\nレンダラー {4}\nNode {5}\nアーキテクチャ {6}",
"okButton": "OK",
"copy": "コピー (&&C)"
}

View File

@@ -1,9 +1,11 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"codeWorkspace": "コード ワークスペース",
"untitledWorkspace": "未設定 (ワークスペース)",
"workspaceNameVerbose": "{0} (ワークスペース)",