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

@@ -0,0 +1,28 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"previewOnGitHub": "GitHub 上でプレビュー",
"loadingData": "データを読み込んでいます...",
"similarIssues": "類似の問題",
"open": "Open",
"closed": "Closed",
"noResults": "一致する項目はありません",
"settingsSearchIssue": "設定検索の問題",
"bugReporter": "バグ レポート",
"performanceIssue": "パフォーマンスの問題",
"featureRequest": "機能欲求",
"stepsToReproduce": "再現手順",
"bugDescription": "問題を再現するための正確な手順を共有します。このとき、期待する結果と実際の結果を提供してください。GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
"performanceIssueDesciption": "このパフォーマンスの問題はいつ発生しましたか? それは起動時ですか? それとも特定のアクションのあとですか? GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
"description": "説明",
"featureRequestDescription": "見てみたいその機能についての詳細を入力してください。GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
"expectedResults": "期待された結果",
"settingsSearchResultsDescription": "このクエリで検索したときに、表示されることを期待していた結果をリストしてください。GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
"pasteData": "必要なデータが送信するには大きすぎたため、クリップボードに書き込みました。貼り付けてください。",
"disabledExtensions": "拡張機能が無効化されています"
}

View File

@@ -0,0 +1,30 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"completeInEnglish": "英語で記入して下さい。",
"issueTypeLabel": "種類",
"issueTitleLabel": "題名",
"issueTitleRequired": "題名を入力してください",
"titleLengthValidation": "タイトルが長すぎます。",
"systemInfo": "私のシステム情報",
"sendData": "データを送信する",
"processes": "現在実行中のプロセス",
"workspaceStats": "私のワークスペースのステータス",
"extensions": "私の拡張機能",
"searchedExtensions": "見つかった拡張機能",
"settingsSearchDetails": "設定検索の詳細",
"tryDisablingExtensions": "拡張機能が無効な場合に問題は再現可能ですか?",
"yes": "はい",
"no": "いいえ",
"disableExtensionsLabelText": "{0} を実行後に問題を再現してみてください。",
"disableExtensions": "すべての拡張機能を無効にしてウィンドウを再読みする",
"showRunningExtensionsLabelText": "拡張機能の問題と疑われる場合、拡張機能の問題を報告するために {0} を実行してください。",
"showRunningExtensions": "すべての実行中の拡張機能を表示する",
"details": "詳細を入力してください。",
"loadingData": "データを読み込んでいます..."
}

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."
],
"authRequire": "プロキシ認証が必要",
"proxyauth": "{0} プロキシには認証が必要です。"
}

View File

@@ -0,0 +1,20 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"invalidEndpoint": "無効なログ アップローダーのエンドポイント",
"beginUploading": "アップロードしています...",
"didUploadLogs": "アップロードに成功しました! Log file ID: {0}",
"logUploadPromptHeader": "Microsoft メンバーの VS Code チームのみがアクセスできる安全な Microsoft エンドポイントにセッション ログをアップロードしようとしています。",
"logUploadPromptBody": "セッション ログは完全なパスやファイルの内容などの個人情報を含んでいる可能性があります。セッション ログ ファイルを次の場所で確認して編集してください: '{0}'",
"logUploadPromptBodyDetails": "続行するには、セッション ログ ファイルを確認および編集済みであり、Microsoft が VS Code のデバッグにそれらを利用することに同意しているかを確認してください。",
"logUploadPromptAcceptInstructions": "アップロードを続けるために '--upload-logs={0}' をつけて code を実行してください",
"postError": "ログを提出中のエラー: {0}",
"responseError": "ログの投稿でエラーが発生しました。{0} を取得しました — {1}",
"parseError": "レスポンスを解析中にエラー",
"zipError": "ログを zip に圧縮中にエラー : {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."
],
"secondInstanceNoResponse": "{0} の別のインスタンスが実行中ですが応答していません",
"secondInstanceNoResponseDetail": "他すべてのインスタンスを閉じてからもう一度お試しください。",
"secondInstanceAdmin": "{0} の 2 つ目のインスタンスが既に管理者として実行されています。",

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."
],
"mFile": "ファイル(&&F)",
"mEdit": "編集(&&E)",
"mSelection": "選択(&C)",
@@ -88,8 +90,10 @@
"miMarker": "問題(&&P)",
"miAdditionalViews": "その他のビュー(&&V)",
"miCommandPalette": "コマンド パレット(&&C)...",
"miOpenView": "ビューを開く... &&O",
"miToggleFullScreen": "全画面表示の切り替え(&&F)",
"miToggleZenMode": "Zen Mode の切り替え",
"miToggleCenteredLayout": "中央揃えレイアウトの切り替え",
"miToggleMenuBar": "メニュー バーの切り替え(&&B)",
"miSplitEditor": "エディターを分割(&&E)",
"miToggleEditorLayout": "エディター グループ レイアウトの切り替え(&&L)",
@@ -97,7 +101,7 @@
"miMoveSidebarRight": "サイド バーを右へ移動(&&M)",
"miMoveSidebarLeft": "サイド バーを左へ移動(&&M)",
"miTogglePanel": "パネルの切り替え(&&P)",
"miHideStatusbar": "ステータス バーを非表示にする(&&H)",
"miHideStatusbar": "ステータス バーを非表示(&&H)",
"miShowStatusbar": "ステータス バーの表示(&&S)",
"miHideActivityBar": "アクティビティ バーを非表示にする(&&A)",
"miShowActivityBar": "アクティビティ バーを表示する(&&A)",
@@ -146,7 +150,7 @@
"miEnableAllBreakpoints": "すべてのブレークポイントを有効にする",
"miDisableAllBreakpoints": "すべてのブレークポイントを無効にする(&&L)",
"miRemoveAllBreakpoints": "すべてのブレークポイントを削除する(&&R)",
"miInstallAdditionalDebuggers": "その他のデバッガーをインストールします(&&I)...",
"miInstallAdditionalDebuggers": "追加のデバッガーをインストール(&&I)...",
"mMinimize": "最小化",
"mZoom": "ズーム",
"mBringToFront": "すべてを前面に配置",
@@ -178,13 +182,11 @@
"miConfigureTask": "タスクの構成(&&C)…",
"miConfigureBuildTask": "既定のビルド タスクの構成(&&F)…",
"accessibilityOptionsWindowTitle": "ユーザー補助オプション",
"miRestartToUpdate": "再起動して更新...",
"miCheckForUpdates": "更新の確認...",
"miCheckingForUpdates": "更新を確認しています...",
"miDownloadUpdate": "利用可能な更新プログラムをダウンロードします",
"miDownloadingUpdate": "更新をダウンロードしています...",
"miInstallUpdate": "更新プログラムのインストール...",
"miInstallingUpdate": "更新プログラムをインストールしています...",
"miCheckForUpdates": "更新の確認...",
"aboutDetail": "バージョン {0}\nコミット {1}\n日付 {2}\nシェル {3}\nレンダラー {4}\nNode {5}\nアーキテクチャ {6}",
"okButton": "OK",
"copy": "コピー (&&C)"
"miRestartToUpdate": "再起動して更新..."
}

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.
{
"hiddenMenuBar": "引き続き **Alt** キーを押してメニュー バーにアクセスできます。"
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"hiddenMenuBar": "引き続き 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."
],
"ok": "OK",
"pathNotExistTitle": "パスが存在しません",
"pathNotExistDetail": "パス '{0}' はディスクに存在しなくなったようです。",

View File

@@ -1,16 +1,18 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"notFound": "拡張機能 '{0}' が見つかりませんでした。",
"notInstalled": "拡張機能 '{0}' がインストールされていません。",
"useId": "発行元などの完全な拡張機能 ID を使用していることをご確認ください。例: {0}",
"successVsixInstall": "拡張機能 '{0}' が正常にインストールされました。",
"cancelVsixInstall": "拡張機能 '{0}' のインストールをキャンセルしました。",
"alreadyInstalled": "拡張機能 '{0}' は既にインストールされています。",
"foundExtension": "マーケットプレースで '{0}' が見つかりました。",
"foundExtension": "Marketplace で '{0}' が見つかりました。",
"installing": "インストールしています...",
"successInstall": "拡張機能 '{0}' v{1} が正常にインストールされました!",
"uninstalling": "{0} をアンインストールしています...",