mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05: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:
@@ -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": "サブモジュールの配色。"
|
||||
}
|
||||
Reference in New Issue
Block a user