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,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.
{
"overwritingExtension": "拡張機能 {0} を {1} で上書きしています。",
"extensionUnderDevelopment": "開発の拡張機能を {0} に読み込んでいます"
}

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.
{
"close": "閉じる",
"cancel": "キャンセル",
"ok": "OK"
}

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.
{
"limitHit": "{0} 個の追加のエラーと警告が表示されていません。"
}

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.
{
"treeExplorer.notRegistered": "ID '{0}' の TreeExplorerNodeProvider は登録されていません。",
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider '{0}' がルート ノードの指定に失敗しました。"
}

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.
{
"unknownDep": "拡張機能 `{1}` のアクティブ化に失敗しました。理由: 依存関係 `{0}` が不明です。",
"failedDep1": "拡張機能 `{1}` のアクティブ化に失敗しました。理由: 依存関係 `{0}` のアクティブ化に失敗しました。",
"failedDep2": "拡張機能 `{0}` のアクティブ化に失敗しました。理由: 依存関係のレベルが 10 を超えています (依存関係のループの可能性があります)。",
"activationError": "拡張機能 `{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.
{
"task.label": "{0}: {1}"
}

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.
{
"treeExplorer.notRegistered": "ID '{0}' の TreeExplorerNodeProvider は登録されていません。",
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider '{0}' がルート ノードの指定に失敗しました。",
"treeExplorer.failedToResolveChildren": "TreeExplorerNodeProvider '{0}' が子の解決に失敗しました。"
}

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.
{
"treeExplorer.notRegistered": "ID '{0}' の TreeExplorerNodeProvider は登録されていません。",
"treeExplorer.failedToProvideRootNode": "TreeExplorerNodeProvider '{0}' がルート ノードの指定に失敗しました。"
}

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.
{
"treeView.notRegistered": "ID '{0}' のツリー ビューは登録されていません。",
"treeItem.notFound": "ID '{0}' のツリー項目は見つかりませんでした。",
"treeView.duplicateElement": " {0} 要素は既に登録されています。"
}

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.
{
"overwritingExtension": "拡張機能 {0} を {1} で上書きしています。",
"extensionUnderDevelopment": "開発の拡張機能を {0} に読み込んでいます"
}

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.
{
"close": "閉じる",
"cancel": "キャンセル",
"ok": "OK"
}

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": "すべて折りたたむ"
}

View File

@@ -0,0 +1,66 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"tabActiveBackground": "アクティブ タブの背景色。タブはエディター領域におけるエディターのコンテナーです。1 つのエディター グループで複数のタブを開くことができます。エディター グループを複数にすることもできます。",
"tabInactiveBackground": "非アクティブ タブの背景色。タブはエディター領域におけるエディターのコンテナーです。1 つのエディター グループで複数のタブを開くことができます。エディター グループを複数にすることもできます。",
"tabBorder": "タブ同士を分けるための境界線。タブはエディター領域内にあるエディターのコンテナーです。複数のタブを 1 つのエディター グループで開くことができます。複数のエディター グループがある可能性があります。",
"tabActiveBorder": "アクティブなタブを強調表示するための境界線。タブはエディター領域内にあるエディターのコンテナーです。複数のタブを 1 つのエディター グループで開くことができます。複数のエディター グループがある可能性があります。",
"tabActiveUnfocusedBorder": "フォーカスされていないグループ内のアクティブ タブを強調表示するための境界線。タブはエディター領域内にあるエディターのコンテナーです。複数のタブを 1 つのエディター グループで開くことができます。複数のエディター グループがある可能性があります。",
"tabActiveForeground": "アクティブ グループ内のアクティブ タブの前景色。タブはエディター領域におけるエディターのコンテナーです。1 つのエディター グループで複数のタブを開くことができます。エディター グループを複数にすることもできます。",
"tabInactiveForeground": "アクティブ グループ内の非アクティブ タブの前景色。タブはエディター領域におけるエディターのコンテナーです。1 つのエディター グループで複数のタブを開くことができます。エディター グループを複数にすることもできます。",
"tabUnfocusedActiveForeground": "フォーカスされていないグループ内のアクティブ タブの前景色。タブはエディター領域におけるエディターのコンテナーです。1 つのエディター グループで複数のタブを開くことができます。エディター グループを複数にすることもできます。",
"tabUnfocusedInactiveForeground": "フォーカスされていないグループ内の非アクティブ タブの前景色。タブはエディター領域におけるエディターのコンテナーです。1 つのエディター グループで複数のタブを開くことができます。エディター グループを複数にすることもできます。",
"editorGroupBackground": "エディター グループの背景色。エディター グループはエディターのコンテナーです。背景色はエディター グループをドラッグすると表示されます。",
"tabsContainerBackground": "タブが有効な場合の エディター グループ タイトル ヘッダーの背景色。エディター グループはエディターのコンテナーです。",
"tabsContainerBorder": "タブが有効な場合の エディター グループ タイトル ヘッダーの境界線色。エディター グループはエディターのコンテナーです。",
"editorGroupHeaderBackground": "タブが無効な場合の エディター グループ タイトル ヘッダーの背景色。エディター グループはエディターのコンテナーです。",
"editorGroupBorder": "複数のエディター グループを互いに分離するための色。エディター グループはエディターのコンテナーです。",
"editorDragAndDropBackground": "エディターの周囲をドラッグしているときの背景色。エディターのコンテンツが最後まで輝くために、色は透過である必要があります。",
"panelBackground": "パネルの背景色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューを含みます。",
"panelBorder": "エディターとの区切りを示すパネル上部の罫線の色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューを含みます。",
"panelActiveTitleForeground": "アクティブ パネルのタイトルの色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューを含みます。",
"panelInactiveTitleForeground": "非アクティブ パネルのタイトルの色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューを含みます。",
"panelActiveTitleBorder": "アクティブ パネル タイトルの境界線の色。パネルはエディター領域の下に表示され、出力や統合ターミナルなどのビューを含みます。",
"statusBarForeground": "ワークスペースを開いていないときのステータス バーの前景色。ステータス バーはウィンドウの下部に表示されます。",
"statusBarNoFolderForeground": "フォルダーが開いていないときのステータス バーの前景色。ステータス バーはウィンドウの下部に表示されます。",
"statusBarBackground": "ワークスペースを開いていないときのステータス バーの背景色。ステータス バーはウィンドウの下部に表示されます。",
"statusBarNoFolderBackground": "フォルダーが開いていないときのステータス バーの背景色。ステータス バーはウィンドウの下部に表示されます。",
"statusBarBorder": "サイドバーとエディターを隔てるステータス バーの境界線色。ステータス バーはウィンドウの下部に表示されます。",
"statusBarNoFolderBorder": "フォルダーを開いていないときにサイドバーとエディターを隔てるワークスペースのステータス バーの境界線の色。ステータス バーはウィンドウの下部に表示されます。 ",
"statusBarItemActiveBackground": "クリック時のステータス バーの項目の背景色。ステータス バーはウィンドウの下部に表示されます。",
"statusBarItemHoverBackground": "ホバーしたときのステータス バーの項目の背景色。ステータス バーはウィンドウの下部に表示されます。",
"statusBarProminentItemBackground": "ステータス バーの重要な項目の背景色。重要な項目は、重要性を示すために他のステータスバーの項目から際立っています。 ステータス バーはウィンドウの下部に表示されます。",
"statusBarProminentItemHoverBackground": "ホバーしたときのステータス バーの重要な項目の背景色。重要な項目は、重要性を示すために他のステータスバーの項目から際立っています。 ステータス バーはウィンドウの下部に表示されます。",
"activityBarBackground": "アクティビティ バーの背景色。アクティビティ バーは左端または右端に表示され、サイド バーのビューを切り替えることができます。",
"activityBarForeground": "アクティビティ バーの前景色 (例: アイコンの色)。アクティビティ バーは左端または右端に表示され、サイド バーのビューを切り替えることができます。",
"activityBarBorder": "サイド バーと隔てるアクティビティ バーの境界線色。アクティビティ バーは左端または右端に表示され、サイド バーのビューを切り替えることができます。",
"activityBarDragAndDropBackground": "アクティビティ バーの項目のドラッグ アンド ドロップ フィードバックの色。アクティビティ バーが最後まで輝くために、色は透過である必要があります。アクティビティ バーは左端または右端に表示され、サイド バーの表示を切り替えることができます。",
"activityBarBadgeBackground": "アクティビティ通知バッジの背景色。アクティビティ バーは左端または右端に表示され、サイド バーの表示を切り替えることができます。",
"activityBarBadgeForeground": "アクティビティ通知バッジの前景色。アクティビティ バーは左端または右端に表示され、サイド バーの表示を切り替えることができます。",
"sideBarBackground": "サイド バーの背景色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
"sideBarForeground": "サイド バーの前景色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
"sideBarBorder": "エディターとの区切りを示すサイド バーの境界線の色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
"sideBarTitleForeground": "サイド バーのタイトルの前景色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
"sideBarDragAndDropBackground": "サイド バーのセクションのドラッグ アンド ドロップ フィードバックの色。サイド バーのセクションが最後まで輝くために、色は透過である必要があります。サイド バーはエクスプローラーや検索のようなビューのコンテナーです。",
"sideBarSectionHeaderBackground": "サイド バーのセクション ヘッダーの背景色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
"sideBarSectionHeaderForeground": "サイド バーのセクション ヘッダーの前景色。サイド バーは、エクスプローラーや検索などのビューが入るコンテナーです。",
"titleBarActiveForeground": "ウィンドウがアクティブな場合のタイトル バーの前景。現在、この色は macOS でのみサポートされているのでご注意ください。",
"titleBarInactiveForeground": "ウィンドウが非アクティブな場合のタイトル バーの前景。現在、この色は macOS でのみサポートされているのでご注意ください。",
"titleBarActiveBackground": "ウィンドウがアクティブな場合のタイトル バーの背景。現在、この色は macOS でのみサポートされているのでご注意ください。",
"titleBarInactiveBackground": "ウィンドウが非アクティブな場合のタイトル バーの背景。現在、この色は macOS でのみサポートされているのでご注意ください。",
"titleBarBorder": "タイトル バーの境界線色。現在、この色は macOS でのみサポートされているのでご注意ください。",
"notificationsForeground": "通知の前景色。通知はウィンドウの上部からスライド表示します。",
"notificationsBackground": "通知の背景色。通知はウィンドウの上部からスライド表示します。",
"notificationsButtonBackground": "通知ボタンの背景色。通知はウィンドウの上部からスライド表示します。",
"notificationsButtonHoverBackground": "ホバー時の通知ボタンの背景色。通知はウィンドウの上部からスライド表示します。",
"notificationsButtonForeground": "通知ボタンの前景色。通知はウィンドウの上部からスライド表示します。",
"notificationsInfoBackground": "情報通知の背景色。通知はウィンドウの上部からスライド表示します。",
"notificationsInfoForeground": "情報通知の前景色。通知はウィンドウの上部からスライド表示します。",
"notificationsWarningBackground": "警告通知の背景色。通知はウィンドウの上部からスライド表示します。",
"notificationsWarningForeground": "警告通知の前景色。通知はウィンドウの上部からスライド表示します。",
"notificationsErrorBackground": "エラー通知の背景色。通知はウィンドウの上部からスライド表示します。",
"notificationsErrorForeground": "エラー通知の前景色。通知はウィンドウの上部からスライド表示します。"
}

View File

@@ -0,0 +1,46 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"closeActiveEditor": "エディターを閉じる",
"closeWindow": "ウィンドウを閉じる",
"closeWorkspace": "ワークスペースを閉じる",
"noWorkspaceOpened": "このインスタンスで現在開いているワークスペースがないので、閉じられません。",
"newWindow": "新しいウィンドウ",
"toggleFullScreen": "全画面表示の切り替え",
"toggleMenuBar": "メニュー バーの切り替え",
"toggleDevTools": "開発者ツールの切り替え",
"zoomIn": "拡大",
"zoomOut": "縮小",
"zoomReset": "ズームのリセット",
"appPerf": "スタートアップ パフォーマンス",
"reloadWindow": "ウィンドウの再読み込み",
"switchWindowPlaceHolder": "切り替え先のウィンドウを選択してください",
"current": "現在のウィンドウ",
"close": "ウィンドウを閉じる",
"switchWindow": "ウィンドウの切り替え...",
"quickSwitchWindow": "ウィンドウをすぐに切り替える...",
"workspaces": "ワークスペース",
"files": "ファイル",
"openRecentPlaceHolderMac": "開くものを選択 (Cmd キーを押しながら新しいウィンドウで開く)",
"openRecentPlaceHolder": "開くものを選択 (Ctrl キーを押しながら新しいウィンドウで開く)",
"remove": "最近開いた項目から削除",
"openRecent": "最近開いた項目…",
"quickOpenRecent": "最近使用したものを開く...",
"closeMessages": "通知メッセージを閉じる",
"reportIssues": "問題の報告",
"reportPerformanceIssue": "パフォーマンスの問題のレポート",
"keybindingsReference": "キーボード ショートカットの参照",
"openDocumentationUrl": "ドキュメント",
"openIntroductoryVideosUrl": "紹介ビデオ",
"openTipsAndTricksUrl": " ヒントとコツ",
"toggleSharedProcess": "共有プロセスを切り替える",
"navigateLeft": "左のビュー部分に移動",
"navigateRight": "右のビュー部分に移動",
"navigateUp": "上のビュー部分に移動",
"navigateDown": "下のビュー部分に移動",
"increaseViewSize": "現在のビューのサイズの拡大",
"decreaseViewSize": "現在のビューのサイズの縮小"
}

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.
{
"diffLeftRightLabel": "{0} ⟷ {1}"
}

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.
{
"telemetryConfigurationTitle": "テレメトリ",
"telemetry.enableCrashReporting": "クラッシュ レポートを Microsoft に送信するように設定します。\nこのオプションを有効にするには、再起動が必要です。"
}

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.
{
"extensionHostProcess.startupFailDebug": "拡張機能ホストが 10 秒以内に開始されませんでした。先頭行で停止している可能性があり、続行するにはデバッガーが必要です。",
"extensionHostProcess.startupFail": "拡張機能ホストが 10 秒以内に開始されませんでした。問題が発生している可能性があります。",
"extensionHostProcess.error": "拡張機能ホストからのエラー: {0}",
"devTools": "開発者ツール",
"extensionHostProcess.crash": "拡張機能ホストが予期せずに終了しました。回復するには、ウィンドウを再度読み込んでください。"
}

View File

@@ -0,0 +1,71 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"view": "表示",
"help": "ヘルプ",
"file": "ファイル",
"workspaces": "ワークスペース",
"developer": "開発者",
"showEditorTabs": "開いているエディターをタブに表示するかどうかを制御します。",
"editorTabCloseButton": "エディター タブの閉じるボタンの位置を制御するか、[off] に設定した場合に無効にします。",
"showIcons": "開いているエディターをアイコンで表示するかどうかを制御します。これには、アイコンのテーマを有効にする必要もあります。",
"enablePreview": "開いているエディターをプレビューとして表示するかどうかを制御します。プレビュー エディターは、保持されている間、再利用されます (ダブルクリックまたは編集などによって)。",
"enablePreviewFromQuickOpen": "Quick Open で開いたエディターをプレビューとして表示するかどうかを制御します。プレビュー エディターは、保持されている間、再利用されます (ダブルクリックまたは編集などによって)。",
"editorOpenPositioning": "エディターを開く場所を制御します。[左] または [右] を選択して、現在アクティブになっているエディターの左または右にエディターを開きます。[最初] または [最後] を選択して、現在アクティブになっているエディターとは別個にエディターを開きます。",
"revealIfOpen": "任意の表示グループが開かれた場合に、そこにエディターを表示するかどうかを制御します。無効にした場合、エディターは現在のアクティブなエディター グループに優先して開かれます。有効にした場合は、現在のアクティブなエディター グループにもう一度開くのではなく、既に開いているエディターが表示されます。特定のグループ内や現在アクティブなグループの横に強制的にエディターを開いた場合などに、この設定が無視される場合もあることにご注意ください。",
"commandHistory": "コマンド パレットで最近使用したコマンド履歴を保持する数を制御します。0 に設定するとコマンド履歴を無効にします。",
"preserveInput": "次回開いたとき、コマンド パレットの最後の入力を復元するかどうかを制御します。",
"closeOnFocusLost": "フォーカスを失ったときに Quick Open を自動的に閉じるかどうかを制御します。",
"openDefaultSettings": "設定を開くとすべての既定の設定を表示するエディターも開くかどうかを制御します。",
"sideBarLocation": "サイド バーの位置を制御します。ワークベンチの左右のいずれかに表示できます。",
"statusBarVisibility": "ワークベンチの下部にステータス バーを表示するかどうかを制御します。",
"activityBarVisibility": "ワークベンチでのアクティビティ バーの表示をコントロールします。",
"closeOnFileDelete": "ファイルを表示しているエディターを、ファイルが削除されるかその他のプロセスによって名前を変更された場合に、自動的に閉じるかどうかを制御します。これを無効にすると、このような場合にエディターはダーティで開かれたままになります。アプリケーション内で削除すると、必ずエディターは閉じられ、ダーティ ファイルは閉じられることがなく、データは保存されませんのでご注意ください。",
"fontAliasing": "ワークベンチのフォント エイリアシング方法を制御します。\n- default: サブピクセル方式でフォントを滑らかにします。ほとんどの非 Retina ディスプレイでもっとも鮮明なテキストを提供します\n- antialiased: サブピクセルとは対照的に、ピクセルのレベルでフォントを滑らかにします。フォント全体がより細く見えます\n- none: フォントのスムージングを無効にします。テキストをぎざぎざな尖ったエッジで表示します",
"workbench.fontAliasing.default": "サブピクセル方式でフォントを滑らかにします。ほとんどの非 Retina ディスプレイでもっとも鮮明なテキストを提供します。",
"workbench.fontAliasing.antialiased": "サブピクセルとは対照的に、ピクセルのレベルでフォントを滑らかにします。フォント全体がより細く見えるようになります。",
"workbench.fontAliasing.none": "フォントのスムージングを無効にします。テキストをぎざぎざな尖ったエッジで表示します。",
"swipeToNavigate": "3 本の指で横方向にスワイプすると、開いているファイル間を移動できます。",
"workbenchConfigurationTitle": "ワークベンチ",
"window.openFilesInNewWindow.on": "新しいウィンドウでファイルを開きます",
"window.openFilesInNewWindow.off": "ファイルのフォルダーが開かれていたウィンドウまたは最後のアクティブ ウィンドウでファイルを開きます",
"window.openFilesInNewWindow.default": "ファイルのフォルダーが開かれていたウィンドウでファイルを開くか、Dock または Finder を使用して開く場合以外は最後のアクティブ ウィンドウでファイルを開きます (macOS のみ)",
"openFilesInNewWindow": "ファイルを新しいウィンドウで開くかどうかを制御します。\n- default: ファイルのフォルダーが開かれていたウィンドウでファイルを開くか、Dock または Finder を使用して開く場合以外は最後のアクティブ ウィンドウでファイルを開きます (macOS のみ\n- on: 新しいウィンドウでファイルを開きます\n- off: ファイルのフォルダーが開かれていたウィンドウまたは最後のアクティブ ウィンドウでファイルを開きます\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
"window.openFoldersInNewWindow.on": "新しいウィンドウでフォルダーを開きます",
"window.openFoldersInNewWindow.off": "フォルダーは、最後のアクティブ ウィンドウで開きます",
"window.openFoldersInNewWindow.default": "フォルダーがアプリケーション内から (たとえば、[ファイル] メニューから) 選択された場合を除いて、新しいウィンドウでフォルダーを開きます",
"openFoldersInNewWindow": "フォルダーを新しいウィンドウで開くか、最後のアクティブ ウィンドウで開くかを制御します。\n- default: アプリケーション内で ([ファイル] メニューなどから) 選択したものでなければ、新しいウィンドウでフォルダーを開く\n- on: 新しいウィンドウでフォルダーを開く\n- off: 最後のアクティブ ウィンドウでフォルダーを開く\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
"window.reopenFolders.all": "すべてのウィンドウを再度開きます。",
"window.reopenFolders.folders": "すべてのフォルダーを再度開きます。空のワークスペースは復元されません。",
"window.reopenFolders.one": "最後にアクティブだったウィンドウを再び開きます。",
"window.reopenFolders.none": "ウィンドウ再度開きません。常に空のウィンドウで開始します。",
"restoreWindows": "再起動後にワークスペースを再度開く方法を制御します。'none' を選択すると常に空のワークスペースで開始します。'one' を選択すると最後に使用したウィンドウを再度開きます。'folders' を選択すると開かれていたフォルダーとすべてのウィンドウを再度開きます。'all' を選択すると前回のセッションのすべてのウィンドウを再度開きます。",
"restoreFullscreen": "全画面表示モードで終了した場合に、ウィンドウを全画面表示モードに復元するかどうかを制御します。",
"zoomLevel": "ウィンドウのズーム レベルを調整します。元のサイズは 0 で、1 つ上げるごとに (1 など) 20% ずつ拡大することを表し、1 つ下げるごとに (-1 など) 20% ずつ縮小することを表します。小数点以下の桁数を入力して、さらに細かくズーム レベルを調整することもできます。",
"title": "アクティブなエディターに基づいてウィンドウのタイトルを制御します。変数は、コンテキストに基づいて置換されます:\n${activeEditorShort}: 例: myFile.txt\n${activeEditorMedium}: 例: myFolder/myFile.txt\n${activeEditorLong}: 例: /Users/Development/myProject/myFolder/myFile.txt\n${folderName}: 例: myFolder\n${folderPath}: 例: /Users/Development/myFolder\n${rootName}: 例: myFolder1, myFolder2, myFolder3\n${rootPath}: 例: /Users/Development/myWorkspace\n${appName}: 例: VS Code\n${dirty}: アクティブなエディターがダーティである場合のダーティ インジゲーター\n${separator}: 値のある変数で囲まれた場合にのみ表示される条件付き区切り記号 (\" - \")",
"window.newWindowDimensions.default": "新しいウィンドウを画面の中央に開きます。",
"window.newWindowDimensions.inherit": "新しいウィンドウを、最後にアクティブだったウィンドウと同じサイズで開きます。",
"window.newWindowDimensions.maximized": "新しいウィンドウを最大化した状態で開きます。",
"window.newWindowDimensions.fullscreen": "新しいウィンドウを全画面表示モードで開きます。",
"newWindowDimensions": "既に 1 つ以上のウィンドウを開いているとき、新しく開くウィンドウのサイズを制御します。既定では、新しいウィンドウを画面中央に小さいサイズで開きます。'inherit' に設定すると、最後のアクティブ ウィンドウと同じサイズで開きます。'maximized' に設定するとウィンドウは最大サイズで開き、'fullscreen' に設定すると全画面になります。この設定は、最初に開いたウィンドウに適用されないことに注意してください。最初のウィンドウは常に、前回閉じたサイズと位置で復元します。",
"closeWhenEmpty": "最後のエディターを閉じたときに、ウィンドウも閉じるかどうかを制御します。この設定はフォルダーを表示していないウィンドウにのみ適用されます。",
"window.menuBarVisibility.default": "メニューは全画面表示モードの場合にのみ非表示です。",
"window.menuBarVisibility.visible": "全画面表示モードの場合も含めて、常にメニューが表示されます。",
"window.menuBarVisibility.toggle": "メニューは非表示ですが、Alt キーを押すと表示できます。",
"window.menuBarVisibility.hidden": "メニューは常に非表示です。",
"menuBarVisibility": "メニュー バーの表示/非表示を制御します。'切り替え' 設定は Alt キーを 1 回押すとメニュー バーの表示/非表示が切り替わることを意味します。既定では、ウィンドウが全画面表示の場合を除き、メニュー バーは表示されます。",
"enableMenuBarMnemonics": "有効にすると、Alt キー ショートカットを使用してメイン メニューを開くことができます。ニーモニックを無効にすると、これらの Alt キー ショートカットをエディター コマンドの代わりにバインドできます。",
"autoDetectHighContrast": "有効にすると、Windows でハイ コントラスト テーマが使用されている場合にはハイ コントラスト テーマに自動的に変更され、Windows のハイ コントラスト テーマから切り替えられている場合にはダーク テーマに自動的に変更されます。",
"titleBarStyle": "ウィンドウのタイトル バーの外観を調整します。変更を適用するには、完全に再起動する必要があります。",
"window.nativeTabs": "macOS Sierra ウィンドウ タブを有効にします。この変更を適用するには完全な再起動が必要であり、ネイティブ タブでカスタムのタイトル バー スタイルが構成されていた場合はそれが無効になることに注意してください。",
"windowConfigurationTitle": "ウィンドウ",
"zenModeConfigurationTitle": "Zen Mode",
"zenMode.fullScreen": "Zen Mode をオンにするとワークベンチを自動的に全画面モードに切り替えるかどうかを制御します。",
"zenMode.hideTabs": "Zen Mode をオンにしたときにワークベンチ タブも非表示にするかどうかを制御します。",
"zenMode.hideStatusBar": "Zen Mode をオンにするとワークベンチの下部にあるステータス バーを非表示にするかどうかを制御します。",
"zenMode.hideActivityBar": "Zen Mode をオンにするとワークベンチの左側にあるアクティビティ バーを非表示にするかを制御します。",
"zenMode.restore": "Zen Mode で終了したウィンドウを Zen Mode に復元するかどうかを制御します。"
}

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.
{
"loaderError": "必要なファイルを読み込みに失敗しました。インターネット接続が切れたか、接続先のサーバーがオフラインです。ブラウザーを更新して、もう一度やり直してください。",
"loaderErrorNative": "必要なファイルの読み込みに失敗しました。アプリケーションを再起動してもう一度試してください。詳細: {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.
{
"runningAsRoot": "コードを 'root ' として実行しないことをお勧めします。"
}

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.
{
"undo": "元に戻す",
"redo": "やり直し",
"cut": "切り取り",
"copy": "コピー",
"paste": "貼り付け",
"selectAll": "すべて選択"
}

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.
{
"developer": "開発者",
"file": "ファイル"
}

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.
{
"extensionTestError": "パス {0} は有効な拡張機能テスト ランナーを指していません。"
}

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.
{
"jsonParseFail": "{0} を解析できません: {1}。",
"fileReadFail": "ファイル {0} を読み取れません: {1}。",
"jsonsParseFail": "{0} または {1} を解析できませんでした: {2}。",
"missingNLSKey": "キー {0} のメッセージが見つかりませんでした。"
}

View File

@@ -0,0 +1,18 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"install": "PATH 内に '{0}' コマンドをインストールします",
"not available": "このコマンドは使用できません",
"successIn": "シェル コマンド '{0}' が PATH に正常にインストールされました。",
"warnEscalation": "管理者特権でシェル コマンドをインストールできるように、Code が 'osascript' のプロンプトを出します",
"ok": "OK",
"cantCreateBinFolder": "'/usr/local/bin' を作成できません。",
"cancel2": "キャンセル",
"aborted": "中止されました",
"uninstall": "'{0}' コマンドを PATH からアンインストールします",
"successFrom": "シェル コマンド '{0}' が PATH から正常にアンインストールされました。",
"shellCommand": "シェル コマンド"
}

View File

@@ -0,0 +1,26 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"emergencyConfOn": "現在 `editor.accessibilitySupport` 設定を 'on' に変更しています。",
"openingDocs": "現在 VS Code のアクセシビリティ ドキュメントページを開いています。",
"introMsg": "VS Code のアクセシビリティ オプションをご利用いただき、ありがとうございます。",
"status": "ステータス:",
"changeConfigToOnMac": "スクリーン リーダーで使用するためにエディターを永続的に最適化するように設定するには、Command + E を押してください。",
"changeConfigToOnWinLinux": "スクリーン リーダーで使用するためにエディターを永続的に最適化するように設定するには、Control + E を押してください。",
"auto_unknown": "エディターは、プラットフォーム API を使用してスクリーン リーダーがいつ接続されたかを検出するように設定されていますが、現在のランタイムはこれをサポートしていません。",
"auto_on": "エディターはスクリーン リーダーの接続を自動検出しました。",
"auto_off": "エディターは、スクリーン リーダーが接続されると自動的に検出するように構成されていますが、今回は検出できませんでした。",
"configuredOn": "エディターはスクリーン リーダーで使用するために永続的に最適化されるように設定されています。これは `editor.accessibilitySupport` の設定を編集することで変更できます。",
"configuredOff": "エディターはスクリーン リーダー向けに最適化しないように構成されています。",
"tabFocusModeOnMsg": "現在のエディターで Tab キーを押すと、次のフォーカス可能な要素にフォーカスを移動します。{0} を押すと、この動作が切り替わります。",
"tabFocusModeOnMsgNoKb": "現在のエディターで Tab キーを押すと、次のフォーカス可能な要素にフォーカスを移動します。コマンド {0} は、キー バインドでは現在トリガーできません。",
"tabFocusModeOffMsg": "現在のエディターで Tab キーを押すと、タブ文字が挿入されます。{0} を押すと、この動作が切り替わります。",
"tabFocusModeOffMsgNoKb": "現在のエディターで Tab キーを押すと、タブ文字が挿入されます。コマンド {0} は、キー バインドでは現在トリガーできません。",
"openDocMac": "command + H キーを押して、ブラウザー ウィンドウを今すぐ開き、アクセシビリティに関連する他の VS Code 情報を確認します。",
"openDocWinLinux": "Ctrl + H キーを押して、ブラウザー ウィンドウを今すぐ開き、アクセシビリティに関連する他の VS Code 情報を確認します。",
"outroMsg": "Esc キー か Shift+Esc を押すと、ヒントを消してエディターに戻ることができます。",
"ShowAccessibilityHelpAction": "アクセシビリティのヘルプを表示します"
}

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.
{
"workbench.action.inspectKeyMap": "開発者: キー マッピングを検査する"
}

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.
{
"inspectTMScopes": "開発者: TM スコープの検査",
"inspectTMScopesWidget.loading": "読み込んでいます..."
}

View File

@@ -0,0 +1,40 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"parseErrors": "{0} を解析中のエラー: {1}",
"schema.openBracket": "左角かっこまたは文字列シーケンス。",
"schema.closeBracket": "右角かっこまたは文字列シーケンス。",
"schema.comments": "コメント記号を定義します。",
"schema.blockComments": "ブロック コメントのマーク方法を定義します。",
"schema.blockComment.begin": "ブロック コメントを開始する文字シーケンス。",
"schema.blockComment.end": "ブロック コメントを終了する文字シーケンス。",
"schema.lineComment": "行コメントを開始する文字シーケンス。",
"schema.brackets": "インデントを増減する角かっこを定義します。",
"schema.autoClosingPairs": "角かっこのペアを定義します。左角かっこが入力されると、右角かっこが自動的に挿入されます。",
"schema.autoClosingPairs.notIn": "自動ペアが無効なスコープの一覧を定義します。",
"schema.surroundingPairs": "選択文字列を囲むときに使用できる角かっこのペアを定義します。",
"schema.wordPattern": "言語のための単語の定義。",
"schema.wordPattern.pattern": "言葉の照合に使用する正規表現パターン。",
"schema.wordPattern.flags": "言葉の照合に使用する正規表現フラグ。",
"schema.wordPattern.flags.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
"schema.indentationRules": "言語のインデント設定。",
"schema.indentationRules.increaseIndentPattern": "ある行がこのパターンと一致する場合は、それ以降のすべての行を一度インデントする必要があります (別のルールが一致するまで) 。",
"schema.indentationRules.increaseIndentPattern.pattern": "increaseIndentPattern に使用する正規表現パターン。",
"schema.indentationRules.increaseIndentPattern.flags": "increaseIndentPattern に使用する正規表現フラグ。",
"schema.indentationRules.increaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
"schema.indentationRules.decreaseIndentPattern": "ある行がこのパターンに一致する場合は、それ以降のすべての行は一度アンインデントする必要があります (別のルールが一致するまで) 。",
"schema.indentationRules.decreaseIndentPattern.pattern": "decreaseIndentPattern に使用する正規表現パターン。",
"schema.indentationRules.decreaseIndentPattern.flags": "decreaseIndentPattern に使用する正規表現フラグ。",
"schema.indentationRules.decreaseIndentPattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
"schema.indentationRules.indentNextLinePattern": "ある行がこのパターンと一致する場合は、**次の行のみ** を一度インデントする必要があります。",
"schema.indentationRules.indentNextLinePattern.pattern": "indentNextLinePattern に使用する正規表現パターン。",
"schema.indentationRules.indentNextLinePattern.flags": "indentNextLinePattern に使用する正規表現フラグ。",
"schema.indentationRules.indentNextLinePattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
"schema.indentationRules.unIndentedLinePattern": "ある行がこのパターンと一致する場合は、そのインデントを変更してはならず、他のルールに対して評価してもなりません。",
"schema.indentationRules.unIndentedLinePattern.pattern": "unIndentedLinePattern に使用する正規表現パターン。",
"schema.indentationRules.unIndentedLinePattern.flags": "unIndentedLinePattern に使用する正規表現フラグ。",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。"
}

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.
{
"inspectTMScopes": "開発者: TM スコープの検査",
"inspectTMScopesWidget.loading": "読み込んでいます..."
}

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.
{
"toggleMinimap": "表示: ミニマップの切り替え"
}

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.
{
"toggleLocation": "マルチ カーソルの修飾キーを切り替える"
}

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.
{
"toggleRenderControlCharacters": "表示: 制御文字の切り替え"
}

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.
{
"toggleRenderWhitespace": "表示: 空白文字の表示の切り替え"
}

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.
{
"toggle.wordwrap": "表示: [右端で折り返す] の設定/解除",
"wordWrap.notInDiffEditor": "差分エディターで折り返しの切り替えができません。",
"unwrapMinified": "このファイルでの折り返しを無効にする",
"wrapMinified": "このファイルでの折り返しを有効にする"
}

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.
{
"wordWrapMigration.ok": "OK",
"wordWrapMigration.dontShowAgain": "今後は表示しない",
"wordWrapMigration.openSettings": "設定を開く",
"wordWrapMigration.prompt": "設定 'editor.wrappingColumn' は使用されなくなりました。'editor.wordWrap' を使用してください。"
}

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.
{
"breakpointWidgetExpressionPlaceholder": "式が true と評価される場合に中断します。'Enter' を押して受け入れるか 'Esc' を押して取り消します。",
"breakpointWidgetAriaLabel": "この条件が true の場合にのみプログラムはこの位置で停止します。Enter を押して受け入れるか、Esc を押して取り消します。",
"breakpointWidgetHitCountPlaceholder": "ヒット カウント条件が満たされる場合に中断します。'Enter' を押して受け入れるか 'Esc' を押して取り消します。",
"breakpointWidgetHitCountAriaLabel": "ヒット カウントが満たされる場合にのみプログラムはこの位置で停止します。Enter を押して受け入れるか、Esc を押して取り消します。",
"expression": "式",
"hitCount": "ヒット カウント"
}

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.
{
"noConfigurations": "構成がありません",
"addConfigTo": "設定 ({0}) の追加 ...",
"addConfiguration": "構成の追加..."
}

View File

@@ -0,0 +1,49 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"openLaunchJson": "{0} を開く",
"launchJsonNeedsConfigurtion": "'launch.json' を構成または修正してください",
"noFolderDebugConfig": "高度なデバッグ構成を行うには、最初にフォルダーを開いてください。",
"startDebug": "デバッグの開始",
"startWithoutDebugging": "デバッグなしで開始",
"selectAndStartDebugging": "選択してデバッグを開始",
"restartDebug": "再起動",
"reconnectDebug": "再接続",
"stepOverDebug": "ステップ オーバー",
"stepIntoDebug": "ステップ インする",
"stepOutDebug": "ステップ アウト",
"stopDebug": "停止",
"disconnectDebug": "切断",
"continueDebug": "続行",
"pauseDebug": "一時停止",
"restartFrame": "フレームの再起動",
"removeBreakpoint": "ブレークポイントの削除",
"removeAllBreakpoints": "すべてのブレークポイントを削除する",
"enableBreakpoint": "ブレークポイントの有効化",
"disableBreakpoint": "ブレークポイントの無効化",
"enableAllBreakpoints": "すべてのブレークポイントを有効にする",
"disableAllBreakpoints": "すべてのブレークポイントを無効にする",
"activateBreakpoints": "ブレークポイントのアクティブ化",
"deactivateBreakpoints": "ブレークポイントの非アクティブ化",
"reapplyAllBreakpoints": "すべてのブレークポイントを再適用する",
"addFunctionBreakpoint": "関数ブレークポイントの追加",
"renameFunctionBreakpoint": "関数ブレークポイントの名前変更",
"addConditionalBreakpoint": "条件付きブレークポイントの追加...",
"editConditionalBreakpoint": "ブレークポイントの編集...",
"setValue": "値の設定",
"addWatchExpression": "式の追加",
"editWatchExpression": "式の編集",
"addToWatchExpressions": "ウォッチに追加",
"removeWatchExpression": "式の削除",
"removeAllWatchExpressions": "すべての式を削除する",
"clearRepl": "コンソールのクリア",
"debugConsoleAction": "デバッグ コンソール",
"unreadOutput": "デバッグ コンソールでの新しい出力",
"debugFocusConsole": "デバッグ コンソールにフォーカスを移動",
"focusProcess": "フォーカスのプロセス",
"stepBackDebug": "1 つ戻る",
"reverseContinue": "反転"
}

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.
{
"debugToolBarBackground": "デバッグ ツール バーの背景色。"
}

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.
{
"unable": "デバッグ セッションなしでリソースを解決できません"
}

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.
{
"toggleBreakpointAction": "デバッグ: ブレークポイントの切り替え",
"columnBreakpointAction": "デバッグ: 列ブレークポイント",
"columnBreakpoint": "列ブレークポイントの追加",
"conditionalBreakpointEditorAction": "デバッグ: 条件付きブレークポイントの追加...",
"runToCursor": "カーソル行の前まで実行",
"debugEvaluate": "デバッグ: 評価",
"debugAddToWatch": "デバッグ: ウォッチに追加",
"showDebugHover": "デバッグ: ホバーの表示"
}

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.
{
"breakpointDisabledHover": "無効なブレークポイント",
"breakpointUnverifieddHover": "未確認のブレークポイント",
"breakpointDirtydHover": "未確認のブレークポイント。ファイルは変更されているので、デバッグ セッションを再起動してください。",
"breakpointUnsupported": "このデバッグの種類では、条件付きブレークポイントはサポートされていません。"
}

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.
{
"entryAriaLabel": "{0}、デバッグ",
"debugAriaLabel": "実行する起動構成の名前を入力してください。",
"noConfigurationsMatching": "一致するデバッグ構成はありません",
"noConfigurationsFound": "デバッグ構成が見つかりません。'launch.json' ファイルを作成してください。"
}

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.
{
"debugExceptionWidgetBorder": "例外ウィジェットの境界線の色。",
"debugExceptionWidgetBackground": "例外ウィジェットの背景色。",
"exceptionThrownWithId": "例外が発生しました: {0}",
"exceptionThrown": "例外が発生しました"
}

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.
{
"fileLinkMac": "クリックして従う (Cmd を押しながらクリックすると横に開きます)",
"fileLink": "クリックして従う (Ctrl を押しながらクリックすると横に開きます)"
}

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.
{
"internalConsoleOptions": "内部デバッグ コンソールの動作を制御します。"
}

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.
{
"notAvailable": "使用できません",
"startDebugFirst": "デバッグ セッションを開始して評価してください"
}

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.
{
"unknownSource": "不明なソース"
}

View File

@@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"toggleDebugViewlet": "デバッグの表示",
"toggleDebugPanel": "デバッグ コンソール",
"debug": "デバッグ",
"debugPanel": "デバッグ コンソール",
"variables": "変数",
"watch": "ウォッチ式",
"callStack": "コール スタック",
"breakpoints": "ブレークポイント",
"view": "表示",
"debugCategory": "デバッグ",
"debugCommands": "デバッグ構成",
"debugConfigurationTitle": "デバッグ",
"allowBreakpointsEverywhere": "任意のファイルにブレークポイントを設定できるようにする",
"openExplorerOnEnd": "デバッグ セッションの終わりにエクスプローラ ビューを自動的に開きます",
"inlineValues": "デバッグ中にエディターの行内に変数値を表示します",
"hideActionBar": "浮動デバッグ操作バーを非表示にするかどうかを制御します",
"launch": "グローバル デバッグ起動構成。ワークスペース間で共有される 'launch.json' の代わりとして使用する必要があります"
}

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.
{
"noFolderDebugConfig": "高度なデバッグ構成を行うには、最初にフォルダーを開いてください。"
}

View File

@@ -0,0 +1,38 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"vscode.extension.contributes.debuggers": "デバッグ アダプターを提供します。",
"vscode.extension.contributes.debuggers.type": "このデバッグ アダプターの一意識別子。",
"vscode.extension.contributes.debuggers.label": "このデバッグ アダプターの表示名。",
"vscode.extension.contributes.debuggers.program": "デバッグ アダプター プログラムへのパス。絶対パスか拡張機能フォルダーへの相対パスです。",
"vscode.extension.contributes.debuggers.args": "アダプターに渡すオプションの引数。",
"vscode.extension.contributes.debuggers.runtime": "プログラム属性が実行可能でなく、ランタイムが必要な場合のオプション ランタイム。",
"vscode.extension.contributes.debuggers.runtimeArgs": "オプションのランタイム引数。",
"vscode.extension.contributes.debuggers.variables": "`launch.json` 内の対話型の変数 (例: ${action.pickProcess}) からコマンドへマッピングしています。",
"vscode.extension.contributes.debuggers.initialConfigurations": "初期 'launch.json' を生成するための構成。",
"vscode.extension.contributes.debuggers.languages": "デバッグ拡張機能が \"既定のデバッガー\" とされる言語の一覧。",
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "指定されている場合、VS Code はこのコマンドを呼び出し、デバッグ アダプターの実行可能パスと、渡す引数を決定します。",
"vscode.extension.contributes.debuggers.startSessionCommand": "VS Code が指定されている場合、この拡張機能を対象とする \"デバッグ\" または \"実行\" アクションにこのコマンドが呼び出されます。",
"vscode.extension.contributes.debuggers.configurationSnippets": "'launch.json' に新しい構成を追加するためのスニペット。",
"vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json' を検証するための JSON スキーマ構成。",
"vscode.extension.contributes.debuggers.windows": "Windows 固有の設定。",
"vscode.extension.contributes.debuggers.windows.runtime": "Windows で使用されるランタイム。",
"vscode.extension.contributes.debuggers.osx": "OS X 固有の設定。",
"vscode.extension.contributes.debuggers.osx.runtime": "OSX で使用されるランタイム。",
"vscode.extension.contributes.debuggers.linux": "Linux 固有の設定。",
"vscode.extension.contributes.debuggers.linux.runtime": "Linux で使用されるランタイム。",
"vscode.extension.contributes.breakpoints": "ブレークポイントを提供します。",
"vscode.extension.contributes.breakpoints.language": "この言語でブレークポイントを許可します。",
"app.launch.json.title": "起動",
"app.launch.json.version": "このファイル形式のバージョン。",
"app.launch.json.configurations": "構成の一覧。IntelliSense を使用して、新しい構成を追加したり、既存の構成を編集したります。",
"app.launch.json.compounds": "複合の一覧。各複合は、同時に起動される複数の構成を参照します。",
"app.launch.json.compound.name": "複合の名前。起動構成のドロップダウン メニューに表示されます。",
"app.launch.json.compounds.configurations": "この複合の一部として開始される構成の名前。",
"debugNoType": "デバッグ アダプター 'type' は省略不可で、'string' 型でなければなりません。",
"selectDebug": "環境の選択",
"DebugConfig.failed": "'launch.json' ファイルを '.vscode' フォルダー ({0}) 内に作成できません。"
}

View File

@@ -0,0 +1,20 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"removeBreakpoints": "ブレークポイントの削除",
"removeBreakpointOnColumn": "列 {0} のブレークポイントの削除",
"removeLineBreakpoint": "行のブレークポイントの削除",
"editBreakpoints": "ブレークポイントの編集",
"editBreakpointOnColumn": "列 {0} のブレークポイントの編集",
"editLineBrekapoint": "行のブレークポイントの編集",
"enableDisableBreakpoints": "ブレークポイントの有効化/無効化",
"disableColumnBreakpoint": "列 {0} のブレークポイントの無効化",
"disableBreakpointOnLine": "行のブレークポイントの無効化",
"enableBreakpoints": "列 {0} のブレークポイントの有効化",
"enableBreakpointOnLine": "行のブレークポイントの有効化",
"addBreakpoint": "ブレークポイントの追加",
"addConfiguration": "構成の追加..."
}

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.
{
"treeAriaLabel": "デバッグ ホバー"
}

View File

@@ -0,0 +1,24 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"snapshotObj": "このオブジェクトのプリミティブ値のみ表示されます。",
"debuggingPaused": "デバッグは一時停止されました、理由 {0}、{1} {2}",
"debuggingStarted": "デバッグは開始されました。",
"debuggingStopped": "デバッグは停止されました。",
"breakpointAdded": "ブレークポイントを追加しました。行 {0}、ファイル {1}",
"breakpointRemoved": "ブレークポイントを削除しました。行 {0}、ファイル {1}",
"compoundMustHaveConfigurations": "複合構成を開始するには、複合に \"configurations\" 属性が設定されている必要があります。",
"configMissing": "構成 '{0}' が 'launch.json' 内にありません。",
"debugTypeNotSupported": "構成されているデバッグの種類 '{0}' はサポートされていません。",
"debugTypeMissing": "選択された起動構成のプロパティ 'type' がありません。",
"preLaunchTaskErrors": "preLaunchTask '{0}' の実行中にビルド エラーが検出されました。",
"preLaunchTaskError": "preLaunchTask '{0}' の実行中にビルド エラーが検出されました。",
"preLaunchTaskExitCode": "preLaunchTask '{0}' が終了コード {1} で終了しました。",
"debugAnyway": "このままデバッグを続ける",
"noFolderWorkspaceDebugError": "アクティブ ファイルをデバッグできません。ファイルがディスクに保存されており、そのファイル タイプのデバッグ拡張機能がインストールされていることを確認してください。",
"NewLaunchConfig": "アプリケーションの起動構成ファイルをセットアップしてください。{0}",
"DebugTaskNotFound": "preLaunchTask '{0}' が見つかりませんでした。"
}

View File

@@ -0,0 +1,28 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"process": "プロセス",
"paused": "一時停止",
"running": "実行しています",
"thread": "スレッド",
"pausedOn": "{0} で一時停止",
"loadMoreStackFrames": "スタック フレームをさらに読み込む",
"threadAriaLabel": "スレッド {0}、呼び出しスタック、デバッグ",
"stackFrameAriaLabel": "スタック フレーム {0} 行 {1} {2}、呼び出しスタック、デバッグ",
"variableValueAriaLabel": "新しい変数値を入力する",
"variableScopeAriaLabel": "範囲 {0}、変数、デバッグ",
"variableAriaLabel": "{0} 値 {1}、変数、デバッグ",
"watchExpressionPlaceholder": "ウォッチ対象の式",
"watchExpressionInputAriaLabel": "ウォッチ式を入力します",
"watchExpressionAriaLabel": "{0} 値 {1}、ウォッチ、デバッグ",
"watchVariableAriaLabel": "{0} 値 {1}、ウォッチ、デバッグ",
"functionBreakpointPlaceholder": "中断対象の関数",
"functionBreakPointInputAriaLabel": "関数ブレークポイントを入力します",
"functionBreakpointsNotSupported": "このデバッグの種類では関数ブレークポイントはサポートされていません",
"breakpointAriaLabel": "ブレークポイント行 {0} {1}、ブレークポイント、デバッグ",
"functionBreakpointAriaLabel": "関数ブレークポイント {0}、ブレークポイント、デバッグ",
"exceptionBreakpointAriaLabel": "例外ブレークポイント {0}、ブレークポイント、デバッグ"
}

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.
{
"variablesSection": "変数セクション",
"variablesAriaTreeLabel": "変数のデバッグ",
"expressionsSection": "式セクション",
"watchAriaTreeLabel": "ウォッチ式のデバッグ",
"callstackSection": "コール スタック セクション",
"debugStopped": "{0} で一時停止",
"callStackAriaLabel": "コール スタックのデバッグ",
"breakpointsSection": "ブレークポイント セクション",
"breakpointsAriaTreeLabel": "デバッグ ブレークポイント"
}

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.
{
"copyValue": "値のコピー",
"copy": "コピー",
"copyAll": "すべてコピー",
"copyStackTrace": "呼び出し履歴のコピー"
}

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.
{
"moreInfo": "詳細情報",
"unableToLaunchDebugAdapter": "デバッグ アダプターを {0} から起動できません。",
"unableToLaunchDebugAdapterNoArgs": "デバッグ アダプターを起動できません。",
"stoppingDebugAdapter": "{0}。デバッグ アダプターを停止しています。",
"debugAdapterCrash": "デバッグ アダプター プロセスが予期せず終了しました"
}

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.
{
"replAriaLabel": "Read Eval Print Loop パネル",
"actions.repl.historyPrevious": "前の履歴",
"actions.repl.historyNext": "次の履歴",
"actions.repl.acceptInput": "REPL での入力を反映",
"actions.repl.copyAll": "デバッグ: コンソールをすべてコピーする"
}

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.
{
"stateCapture": "最初の評価からオブジェクトの状態がキャプチャされます",
"replVariableAriaLabel": "変数 {0} に値 {1} があります、Read Eval Print Loop、デバッグ",
"replExpressionAriaLabel": "式 {0} に値 {1} があります、Read Eval Print Loop、デバッグ",
"replValueOutputAriaLabel": "{0}、Read Eval Print Loop、デバッグ",
"replKeyValueOutputAriaLabel": "出力変数 {0} に値 {1} があります、Read Eval Print Loop、デバッグ"
}

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.
{
"statusBarDebuggingBackground": "プログラムをデバッグしているときのステータス バーの背景色。ステータス バーはウィンドウの下部に表示されます",
"statusBarDebuggingForeground": "プログラムをデバッグしているときのステータス バーの前景色。ステータス バーはウィンドウの下部に表示されます",
"statusBarDebuggingBorder": "プログラムをデバッグしているときのサイドバーおよびエディターを隔てるステータス バーの境界線の色。ステータス バーはウィンドウの下部に表示されます"
}

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.
{
"debug.terminal.title": "デバッグ対象",
"debug.terminal.not.available.error": "統合ターミナルを使用できません"
}

View File

@@ -0,0 +1,23 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"debugAdapterBinNotFound": "デバッグ アダプターの実行可能ファイル '{0}' がありません。",
"debugAdapterCannotDetermineExecutable": "デバッグ アダプター '{0}' の実行可能ファイルを判別できません。",
"launch.config.comment1": "IntelliSense を使用して利用可能な属性を学べます。",
"launch.config.comment2": "既存の属性の説明をホバーして表示します。",
"launch.config.comment3": "詳細情報は次を確認してください: {0}",
"debugType": "構成の種類。",
"debugTypeNotRecognised": "デバッグの種類は認識されませんでした。対応するデバッグの拡張機能がインストールされており、有効になっていることを確認してください。",
"node2NotSupported": "\"node2\" はサポートされていません。代わりに \"node\" を使用し、\"protocol\" 属性を \"inspector\" に設定してください。",
"debugName": "構成の名前。起動構成のドロップダウン メニューに表示されます。",
"debugRequest": "構成の要求の種類。\"launch\" または \"attach\" です。",
"debugServer": "デバッグ拡張機能の開発のみ。ポートが指定の VS Code の場合、サーバー モードで実行中のデバッグ アダプターへの接続が試行されます。",
"debugPrelaunchTask": "デバッグ セッションの開始前に実行するタスク。",
"debugWindowsConfiguration": "Windows 固有の起動構成の属性。",
"debugOSXConfiguration": "OS X 固有の起動構成の属性。",
"debugLinuxConfiguration": "Linux 固有の起動構成の属性。",
"deprecatedVariables": "'env.'、'config.'、'command.' は使用されていません。代わりに、'env:'、'config:'、'command:' を使用してください。"
}

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.
{
"showEmmetCommands": "Emmet コマンドの表示"
}

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.
{
"balanceInward": "Emmet: バランス (内側)",
"balanceOutward": "Emmet: バランス (外側)"
}

Some files were not shown because too many files have changed in this diff Show More