SQL Operations Studio Public Preview 1 (0.23) release source code

This commit is contained in:
Karl Burtram
2017-11-09 14:30:27 -08:00
parent b88ecb8d93
commit 3cdac41339
8829 changed files with 759707 additions and 286 deletions

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "言語を構成する",
"displayLanguage": "VSCode の表示言語を定義します。",
"doc": "サポートされている言語の一覧については、{0} をご覧ください。",
"restart": "値を変更するには VS Code の再起動が必要です。",
"fail.createSettings": "'{0}' ({1}) を作成できません。",
"JsonSchema.locale": "使用する UI 言語。"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openFolder": "フォルダーを開く...",
"openFileFolder": "開く...",
"add": "追加"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleActivityBar": "アクティビティ バーの表示の切り替え",
"view": "表示"
}

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleEditorGroupLayout": "エディターグループの縦/横レイアウトを切り替える",
"horizontalLayout": "エディターグループの横レイアウト",
"verticalLayout": "エディターグループの縦レイアウト",
"view": "表示"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleLocation": "サイド バーの位置の切り替え",
"view": "表示"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleSidebar": "サイドバーの表示の切り替え",
"view": "表示"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleStatusbar": "ステータス バーの可視性の切り替え",
"view": "表示"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"toggleZenMode": "Zen Mode の切り替え",
"view": "表示"
}

View File

@@ -0,0 +1,22 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"openFolder": "フォルダーを開く...",
"openFileFolder": "開く...",
"addFolderToWorkspace": "ワークスペースにフォルダーを追加...",
"add": "追加(&&A)",
"addFolderToWorkspaceTitle": "ワークスペースにフォルダーを追加",
"newWorkspace": "新しいワークスペース...",
"select": "選択(&&S)",
"selectWorkspace": "ワークスペースのフォルダーを選択",
"removeFolderFromWorkspace": "ワークスペースからフォルダーを削除",
"saveWorkspaceAsAction": "名前を付けてワークスペースを保存...",
"saveEmptyWorkspaceNotSupported": "最初に保存するためのワークスペースを開いてください。",
"save": "保存(&&S)",
"saveWorkspace": "ワークスペースを保存",
"openWorkspaceAction": "ワークスペースを開く...",
"openWorkspaceConfigFile": "ワークスペースの構成ファイルを開く"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"removeFromActivityBar": "アクティビティ バーから削除",
"keepInActivityBar": "アクティビティ バーに保持",
"titleKeybinding": "{0} ({1})",
"additionalViews": "その他のビュー",
"numberBadge": "{0} ({1})",
"manageExtension": "拡張機能を管理",
"toggle": "ビューのピン留めの切り替え"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideActivitBar": "アクティビティ バーを非表示にする",
"activityBarAriaLabel": "アクティブなビュー スイッチャー",
"globalActions": "グローバル操作"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ariaCompositeToolbarLabel": "{0} 個のアクション",
"titleTooltip": "{0} ({1})"
}

View File

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

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"binaryEditor": "バイナリ ビューアー"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"textEditor": "テキスト エディター",
"textDiffEditor": "テキスト差分エディター",
"binaryDiffEditor": "バイナリ差分エディター",
"sideBySideEditor": "横並びエディター",
"groupOnePicker": "最初のグループのエディターを表示する",
"groupTwoPicker": "2 番目のグループでエディターを表示する",
"groupThreePicker": "3 番目のグループのエディターを表示する",
"allEditorsPicker": "開いているエディターをすべて表示する",
"view": "表示"
}

View File

@@ -0,0 +1,56 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"splitEditor": "エディターの分割",
"joinTwoGroups": "2 つのグループのエディターを結合",
"navigateEditorGroups": "エディター グループ間で移動する",
"focusActiveEditorGroup": "アクティブなエディター グループにフォーカス",
"focusFirstEditorGroup": "最初のエディター グループにフォーカス",
"focusSecondEditorGroup": "2 番目のエディター グループにフォーカス",
"focusThirdEditorGroup": "3 番目のエディター グループにフォーカス",
"focusPreviousGroup": "前のグループにフォーカス",
"focusNextGroup": "次のグループにフォーカス",
"openToSide": "横に並べて開く",
"closeEditor": "エディターを閉じる",
"revertAndCloseActiveEditor": "元に戻してエディターを閉じる",
"closeEditorsToTheLeft": "左側のエディターを閉じる",
"closeEditorsToTheRight": "右側のエディターを閉じる",
"closeAllEditors": "すべてのエディターを閉じる",
"closeUnmodifiedEditors": "グループ内の未変更のエディターを閉じる",
"closeEditorsInOtherGroups": "他のグループ内のエディターを閉じる",
"closeOtherEditorsInGroup": "その他のエディターを閉じる",
"closeEditorsInGroup": "グループ内のすべてのエディターを閉じる",
"moveActiveGroupLeft": "エディター グループを左側に移動する",
"moveActiveGroupRight": "エディター グループを右側に移動する",
"minimizeOtherEditorGroups": "他のエディター グループを最小化する",
"evenEditorGroups": "エディター グループの幅を等間隔に設定する",
"maximizeEditor": "エディター グループを最大化してサイドバーを非表示にする",
"keepEditor": "エディターを保持",
"openNextEditor": "次のエディターを開く",
"openPreviousEditor": "以前のエディターを開く",
"nextEditorInGroup": "グループ内で次のエディターを開く",
"openPreviousEditorInGroup": "グループ内で前のエディターを開く",
"navigateNext": "次に進む",
"navigatePrevious": "前に戻る",
"reopenClosedEditor": "閉じたエディターを再度開く",
"clearRecentFiles": "最近開いた項目をクリア",
"showEditorsInFirstGroup": "最初のグループのエディターを表示する",
"showEditorsInSecondGroup": "2 番目のグループでエディターを表示する",
"showEditorsInThirdGroup": "3 番目のグループのエディターを表示する",
"showEditorsInGroup": "エディターをグループに表示する",
"showAllEditors": "すべてのエディターを表示する",
"openPreviousRecentlyUsedEditorInGroup": "グループ内の最近使用したエディターのうち前のエディターを開く",
"openNextRecentlyUsedEditorInGroup": "グループ内の最近使用したエディターのうち次のエディターを開く",
"navigateEditorHistoryByInput": "履歴から以前のエディターを開く",
"openNextRecentlyUsedEditor": "最近使用したエディターのうち次のエディターを開く",
"openPreviousRecentlyUsedEditor": "最近使用したエディターのうち前のエディターを開く",
"clearEditorHistory": "エディター履歴のクリア",
"focusLastEditorInStack": "グループ内の最後のエディターを開く",
"moveEditorLeft": "エディターを左へ移動",
"moveEditorRight": "エディターを右へ移動",
"moveEditorToPreviousGroup": "エディターを前のグループに移動",
"moveEditorToNextGroup": "エディターを次のグループに移動"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorCommand.activeEditorMove.description": "タブまたはグループ別にアクティブ エディターを移動する",
"editorCommand.activeEditorMove.arg.name": "アクティブ エディターの Move 引数",
"editorCommand.activeEditorMove.arg.description": "引数プロパティ:\n\t\t\t\t\t\t* 'to': 引数プロパティ\n\t\t\t\t\t\t* 'by': 移動に使用する単位を指定する文字列値。タブ別またはグループ別。\n\t\t\t\t\t\t* 'value': 移動する位置数と絶対位置を指定する数値。\n\t\t\t\t\t",
"commandDeprecated": "コマンド **{0}** は削除されました。代わりに **{1}** を使用できます",
"openKeybindings": "ショートカット キーの構成"
}

View File

@@ -0,0 +1,14 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"groupOneVertical": "左",
"groupTwoVertical": "中央",
"groupThreeVertical": "右",
"groupOneHorizontal": "上",
"groupTwoHorizontal": "中央",
"groupThreeHorizontal": "下",
"editorOpenError": "'{0}' を開くことができません: {1}。"
}

View File

@@ -0,0 +1,13 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"entryAriaLabel": "{0}、エディター グループの選択",
"groupLabel": "グループ: {0}",
"noResultsFoundInGroup": "グループ内に一致する開いているエディターがありません",
"noOpenedEditors": "グループ内で開いているエディターの一覧は現在、空です",
"noResultsFound": "一致する開いているエディターがありません",
"noOpenedEditorsAllGroups": "開いているエディターの一覧は現在、空です"
}

View File

@@ -0,0 +1,51 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"singleSelectionRange": "行 {0}、列 {1} ({2} 個選択)",
"singleSelection": "行 {0}、列 {1}",
"multiSelectionRange": "{0} 個の選択項目 ({1} 文字を選択)",
"multiSelection": "{0} 個の選択項目",
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "タブによるフォーカスの移動",
"screenReaderDetected": "スクリーン リーダーを検出しました",
"screenReaderDetectedExtra": "スクリーン リーダーを使用しない場合、`editor.accessibilitySupport` を \"off\" にしてください。",
"disableTabMode": "アクセシビリティ モードを無効にする",
"gotoLine": "行へ移動",
"indentation": "インデント",
"selectEncoding": "エンコードの選択",
"selectEOL": "改行コードの選択",
"selectLanguageMode": "言語モードの選択",
"fileInfo": "ファイル情報",
"spacesSize": "スペース: {0}",
"tabSize": "タブのサイズ: {0}",
"showLanguageExtensions": "'{0}' の Marketplace の拡張機能を検索する ...",
"changeMode": "言語モードの変更",
"noEditor": "現在アクティブなテキスト エディターはありません",
"languageDescription": "({0}) - 構成済みの言語",
"languageDescriptionConfigured": "({0})",
"languagesPicks": "言語 (識別子)",
"configureModeSettings": "'{0}' 言語ベース設定を構成します...",
"configureAssociationsExt": "'{0}' に対するファイルの関連付けの構成...",
"autoDetect": "自動検出",
"pickLanguage": "言語モードの選択",
"currentAssociation": "現在の関連付け",
"pickLanguageToConfigure": "'{0}' に関連付ける言語モードの選択",
"changeIndentation": "インデントの変更",
"noWritableCodeEditor": "アクティブなコード エディターは読み取り専用です。",
"indentView": "ビューの変更",
"indentConvert": "ファイルの変換",
"pickAction": "アクションの選択",
"changeEndOfLine": "改行コードの変更",
"pickEndOfLine": "改行コードの選択",
"changeEncoding": "ファイルのエンコードの変更",
"noFileEditor": "現在アクティブなファイルはありません",
"saveWithEncoding": "エンコード付きで保存",
"reopenWithEncoding": "エンコード付きで再度開く",
"guessedEncoding": "コンテンツから推測",
"pickEncodingForReopen": "ファイルを再度開くときのファイルのエンコードの選択",
"pickEncodingForSave": "保存時のファイルのエンコードの選択"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"araLabelTabActions": "タブ操作"
}

View File

@@ -0,0 +1,16 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"textDiffEditor": "テキスト差分エディター",
"readonlyEditorWithInputAriaLabel": "{0}。読み取り専用のテキスト比較エディター。",
"readonlyEditorAriaLabel": "読み取り専用のテキスト比較エディター。",
"editableEditorWithInputAriaLabel": "{0}。テキスト ファイル比較エディター。",
"editableEditorAriaLabel": "テキスト ファイル比較エディター。",
"navigate.next.label": "次の変更箇所",
"navigate.prev.label": "前の変更箇所",
"inlineDiffLabel": "インライン表示に切り替え",
"sideBySideDiffLabel": "並べて表示に切り替え"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"editorLabelWithGroup": "{0}、グループ {1}。"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"textEditor": "テキスト エディター",
"readonlyEditorWithInputAriaLabel": "{0}。読み取り専用のテキスト エディター。",
"readonlyEditorAriaLabel": "読み取り専用のテキスト エディター。",
"untitledFileEditorWithInputAriaLabel": "{0}。無題のファイル テキスト エディター。",
"untitledFileEditorAriaLabel": "無題のファイル テキスト エディター。"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"close": "閉じる",
"closeOthers": "その他を閉じる",
"closeRight": "右側を閉じる",
"closeAll": "すべて閉じる",
"closeAllUnmodified": "未変更を閉じる",
"keepOpen": "開いたままにする",
"showOpenedEditors": "開いているエディターを表示",
"araLabelEditorActions": "エディター操作"
}

View File

@@ -0,0 +1,15 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"panelActionTooltip": "{0} ({1})",
"closePanel": "パネルを閉じる",
"togglePanel": "パネルの切り替え",
"focusPanel": "パネルにフォーカスする",
"toggleMaximizedPanel": "最大化されるパネルの切り替え",
"maximizePanel": "パネル サイズの最大化",
"minimizePanel": "パネル サイズを元に戻す",
"view": "表示"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"panelSwitcherBarAriaLabel": "アクティブ パネル スイッチャー"
}

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"inputModeEntryDescription": "{0} ('Enter' を押して確認するか 'Escape' を押して取り消します)",
"inputModeEntry": "'Enter' を押して入力を確認するか 'Escape' を押して取り消します",
"emptyPicks": "選べるエントリがありません",
"quickOpenInput": "'?' と入力すると、ここで実行できる処理に関するヘルプが表示されます",
"historyMatches": "最近開いたもの",
"noResultsFound1": "一致する項目はありません",
"canNotRunPlaceholder": "この Quick Open ハンドラーは現在のコンテキストでは使用できません",
"entryAriaLabel": "{0}、最近開いたもの",
"removeFromEditorHistory": "履歴から削除",
"pickHistory": "履歴から削除するエディター エントリを選ぶ"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"quickOpen": "ファイルに移動...",
"quickNavigateNext": "Quick Open で次に移動",
"quickNavigatePrevious": "Quick Open で前に移動",
"quickSelectNext": "Quick Open で [次へ] を選択",
"quickSelectPrevious": "Quick Open で [前へ] を選択"
}

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"quickOpen": "ファイルに移動...",
"quickNavigateNext": "Quick Open で次に移動",
"quickNavigatePrevious": "Quick Open で前に移動",
"quickSelectNext": "Quick Open で [次へ] を選択",
"quickSelectPrevious": "Quick Open で [前へ] を選択"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"compositePart.hideSideBarLabel": "サイド バーを非表示",
"focusSideBar": "サイド バー内にフォーカス",
"viewCategory": "表示"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"canNotRun": "コマンド '{0}' は現在有効ではなく、実行できません。",
"manageExtension": "拡張機能を管理"
}

View File

@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"patchedWindowTitle": "[サポート対象外]",
"devExtensionWindowTitlePrefix": "[拡張機能開発ホスト]"
}

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noResultsMatching": "一致する結果はありません",
"noResultsFound2": "一致する項目はありません",
"entryAriaLabel": "{0}、コマンド"
}

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"collapse": "すべて折りたたむ"
}