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."
],
"missOrInvalid": "資格情報が見つからないか、無効です。"
}

View File

@@ -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."
],
"yes": "はい",
"no": "いいえ",
"not now": "あとで",
"suggest auto fetch": "Git リポジトリの自動フェッチを有効にしますか?"
"not now": "後で通知する",
"suggest auto fetch": "Code が [定期的に 'git fetch']({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."
],
"tag at": "{0} のタグ",
"remote branch at": "{0} でのリモート ブランチ",
"create branch": "$(plus) 新しいブランチを作成",
@@ -13,7 +15,7 @@
"cancel tooltip": "クローンのキャンセル",
"cloning": "Git リポジトリを複製しています...",
"openrepo": "リポジトリを開く",
"proposeopen": "複製したリポジトリを開きますか?",
"proposeopen": "クローンしたリポジトリを開きますか?",
"init": "Git リポジトリを初期化するワークスペース フォルダーを選択してください",
"init repo": "リポジトリの初期化",
"create repo": "リポジトリの初期化",
@@ -41,6 +43,10 @@
"confirm discard all 2": "{0}\n\nこの変更は元に戻すことはできません。現在のワーキング セットは永久に失われます。",
"yes discard tracked": "1 つの追跡ファイルを破棄",
"yes discard tracked multiple": "{0} 個の追跡ファイルを破棄",
"unsaved files single": "次のファイルが保存されていません: {0}。\n\nコミット前に保存しますか?",
"unsaved files": "{0} 個の保存されていないファイルがあります。\n\nコミット前に保存しますか?",
"save and commit": "すべて保存してコミットする",
"commit": "とにかくコミットする",
"no staged changes": "コミットするステージされた変更がありません。\n\nすべての変更を自動的にステージして、直接コミットしますか?",
"always": "常に行う",
"no changes": "コミットする必要のある変更はありません。",
@@ -57,18 +63,19 @@
"select a branch to merge from": "マージ元のブランチを選択",
"merge conflicts": "マージの競合があります。コミットする前にこれを解決してください。",
"tag name": "タグ名",
"provide tag name": "タグ名を入力してください",
"provide tag name": "タグ名を入力してください",
"tag message": "メッセージ",
"provide tag message": "注釈付きタグにつけるメッセージを入力してください",
"no remotes to fetch": "リポジトリには、フェッチ元として構成されているリモートがありません。",
"no remotes to pull": "リポジトリには、プル元として構成されているリモートがありません。",
"pick remote pull repo": "リモートを選んで、ブランチを次からプルします:",
"no remotes to push": "リポジトリには、プッシュ先として構成されているリモートがありません。",
"push with tags success": "タグが正常にプッシュされました。",
"nobranch": "リモートにプッシュするブランチをチェックアウトしてください。",
"confirm publish branch": "'{0}' ブランチに上流ブランチはありません。このブランチを公開しますか?",
"ok": "OK",
"push with tags success": "タグが正常にプッシュされました。",
"pick remote": "リモートを選んで、ブランチ '{0}' を次に公開します:",
"sync is unpredictable": "このアクションはコミットを '{0}' との間でプッシュしたりプルしたりします。",
"ok": "OK",
"never again": "OK、今後は表示しない",
"no remotes to publish": "リポジトリには、発行先として構成されているリモートがありません。",
"no changes stash": "スタッシュする変更がありません。",

View File

@@ -1,10 +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.
{
"looking": "Git を探しています: {0}",
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"looking": "Git を求めて次の場所を探しています: {0}",
"using git": "{1} から Git {0} を使用しています",
"downloadgit": "Git のダウンロード",
"neverShowAgain": "今後は表示しない",

View File

@@ -1,9 +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.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"too many submodules": "'{0}' リポジトリに {1} 個のサブモジュールがあり、自動では開かれません。 ファイルを開くことで、それぞれを個別に開くことができます。",
"no repositories": "利用可能なリポジトリがありません",
"pick repo": "リポジトリの選択"
}

View File

@@ -1,14 +1,16 @@
/*---------------------------------------------------------------------------------------------
* 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."
],
"open": "開く",
"index modified": "インデックスの変更",
"index modified": "変更されたインデックス",
"modified": "変更済み",
"index added": "インデックスの追加",
"index deleted": "インデックスの削除",
"index deleted": "削除されたインデックス",
"deleted": "削除済み",
"index renamed": "インデックスの名前変更",
"index copied": "インデックスをコピー",
@@ -26,7 +28,8 @@
"merge changes": "変更のマージ",
"staged changes": "ステージング済みの変更",
"changes": "変更",
"ok": "OK",
"commitMessageCountdown": "現在の行で残り {0} 文字",
"commitMessageWarning": "現在の行で {1} から {0} 文字オーバー",
"neveragain": "今後は表示しない",
"huge": "'{0}' のGit リポジトリにアクティブな変更が多いため、 Git 機能の一部のみが有効になります。"
}

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."
],
"checkout": "チェックアウト...",
"sync changes": "変更の同期",
"publish changes": "変更の発行",

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.
{
"command.clone": "複製",
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"displayName": "Git",
"description": "Git SCM の統合",
"command.clone": "クローン",
"command.init": "リポジトリの初期化",
"command.close": "リポジトリを閉じる",
"command.refresh": "最新の情報に更新",
@@ -52,8 +56,9 @@
"command.stash": "スタッシュ",
"command.stashPop": "スタッシュを適用して削除...",
"command.stashPopLatest": "最新のスタッシュを適用して削除",
"config.enabled": "Git 有効になっているかどうか",
"config.enabled": "Git 有効にるかどうか",
"config.path": "Git 実行可能ファイルのパス",
"config.autoRepositoryDetection": "レポジトリを自動的に検出するかどうか",
"config.autorefresh": "自動更新が有効かどうか",
"config.autofetch": "自動フェッチが有効かどうか",
"config.enableLongCommitWarning": "長いコミット メッセージについて警告するかどうか",
@@ -68,9 +73,14 @@
"config.enableCommitSigning": "GPG によりデジタル署名されたコミットを有効にします。",
"config.discardAllScope": "'すべての変更を破棄' コマンドによってどの変更が破棄されるかを制御します。'all' はすべての変更を破棄します。 'tracked' は追跡されているファイルだけを破棄します。 'prompt' は、アクションが実行されるたびにプロンプ​​ト ダイアログを表示します。",
"config.decorations.enabled": "Git が配色とバッジをエクスプローラーと開いているエディターのビューに提供するかどうかを制御します。",
"config.promptToSaveFilesBeforeCommit": "コミット前に Git が保存していないファイルを確認すべきかどうかを制御します。",
"config.showInlineOpenFileAction": "Git 変更の表示内にインラインのファイルを開くアクションを表示するかどうかを制御します。",
"config.inputValidation": "コミット メッセージの入力検証をいつ表示するかを制御します。",
"config.detectSubmodules": "Git のサブモジュールを自動的に検出するかどうかを制御します。",
"colors.modified": "リソースを改変した場合の配色",
"colors.deleted": "リソースを検出した場合の配色",
"colors.untracked": "リソースを追跡しない場合の配色",
"colors.ignored": "リソースを無視する場合の配色",
"colors.conflict": "リソースが競合する場合の配色"
"colors.conflict": "リソースが競合する場合の配色",
"colors.submodule": "サブモジュールの配色。"
}