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,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.
{
"exampleExtension": "例"
}

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.
{
"activeEditorShort": "例: myFile.txt",
"activeEditorMedium": "例: myFolder/myFile.txt",
"activeEditorLong": "例: /Users/Development/myProject/myFolder/myFile.txt",
"rootName": "例: myFolder1, myFolder2, myFolder3",
"rootPath": "例: /Users/Development/myProject",
"folderName": "例: myFolder",
"folderPath": "例: /Users/Development/myFolder",
"appName": "例: VS Code",
"dirty": "アクティブなエディターがダーティである場合のダーティ インジケーター",
"separator": "値のある変数で囲まれた場合にのみ表示される条件付き区切り記号 (' - ')",
"assocLabelFile": "当該拡張子のファイル",
"assocDescriptionFile": "ファイル名が glob パターンに一致するすべてのファイルを、指定された識別子の言語にマップします。",
"assocLabelPath": "当該パスのファイル",
"assocDescriptionPath": "絶対パスの glob パターンがパスに一致するすべてのファイルを、指定した識別子の言語にマップします。",
"fileLabel": "特定の拡張子のファイル",
"fileDescription": "特定のファイル拡張子を持つすべてのファイルと一致します。",
"filesLabel": "複数の拡張子のファイル",
"filesDescription": "いずれかのファイル拡張子を持つすべてのファイルと一致します。",
"derivedLabel": "同じ名前の兄弟があるファイル",
"derivedDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
"topFolderLabel": "特定の名前のフォルダー (最上位)",
"topFolderDescription": "特定の名前の最上位にあるフォルダーと一致します。",
"topFoldersLabel": "複数の名前のフォルダー (最上位)",
"topFoldersDescription": "複数の最上位フォルダーと一致します。",
"folderLabel": "特定の名前のフォルダー (任意の場所)",
"folderDescription": "任意の場所にある特定の名前のフォルダーと一致します。",
"falseDescription": "パターンを無効にします。",
"trueDescription": "パターンを有効にします。",
"siblingsDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
"languageSpecificEditorSettings": "言語固有のエディター設定",
"languageSpecificEditorSettingsDescription": "言語に対するエディター設定を上書きします"
}

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.
{
"cssserver.name": "CSS 言語サーバー"
}

View File

@@ -0,0 +1,74 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"css.lint.argumentsInColorFunction.desc": "正しくないパラメーターの数",
"css.lint.boxModel.desc": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください",
"css.lint.compatibleVendorPrefixes.desc": "ベンダー固有のプレフィックスを使用する場合は、他のすべてのベンダー固有のプロパティも必ず含めてください",
"css.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
"css.lint.emptyRules.desc": "空の規則セットを使用しないでください",
"css.lint.float.desc": "'float' は使用しないでください。float を使用すると、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
"css.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
"css.lint.hexColorLength.desc": "16 進数の色には、3 つまたは 6 つの 16 進数が含まれる必要があります",
"css.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
"css.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です",
"css.lint.important.desc": "!important は使用しないでください。これは CSS 全体の特定性が制御不能になり、リファクタリングが必要なことを示しています。",
"css.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません",
"css.lint.propertyIgnoredDueToDisplay.desc": "表示によりプロパティが無視されます。たとえば、'display: inline' の場合、width、height、margin-top、margin-bottom、および float のプロパティには効果がありません",
"css.lint.universalSelector.desc": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが分かっています",
"css.lint.unknownProperties.desc": "不明なプロパティ。",
"css.lint.unknownVendorSpecificProperties.desc": "不明なベンダー固有のプロパティ。",
"css.lint.vendorPrefix.desc": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます",
"css.lint.zeroUnits.desc": "0 の単位は必要ありません",
"css.trace.server.desc": "VS Code と CSS 言語サーバー間の通信をトレースします。",
"css.validate.title": "CSS の検証と問題の重大度を制御します。",
"css.validate.desc": "すべての検証を有効または無効にします",
"less.lint.argumentsInColorFunction.desc": "正しくないパラメーターの数",
"less.lint.boxModel.desc": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください",
"less.lint.compatibleVendorPrefixes.desc": "ベンダー固有のプレフィックスを使用する場合は、他のすべてのベンダー固有のプロパティも必ず含めてください",
"less.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
"less.lint.emptyRules.desc": "空の規則セットを使用しないでください",
"less.lint.float.desc": "'float' は使用しないでください。float を使用すると、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
"less.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
"less.lint.hexColorLength.desc": "16 進数の色には、3 つまたは 6 つの 16 進数が含まれる必要があります",
"less.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
"less.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です",
"less.lint.important.desc": "!important は使用しないでください。これは CSS 全体の特定性が制御不能になり、リファクタリングが必要なことを示しています。",
"less.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません",
"less.lint.propertyIgnoredDueToDisplay.desc": "表示によりプロパティが無視されます。たとえば、'display: inline' の場合、width、height、margin-top、margin-bottom、および float のプロパティには効果がありません",
"less.lint.universalSelector.desc": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが分かっています",
"less.lint.unknownProperties.desc": "不明なプロパティ。",
"less.lint.unknownVendorSpecificProperties.desc": "不明なベンダー固有のプロパティ。",
"less.lint.vendorPrefix.desc": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます",
"less.lint.zeroUnits.desc": "0 の単位は必要ありません",
"less.validate.title": "LESS の検証と問題の重大度を制御します。",
"less.validate.desc": "すべての検証を有効または無効にします",
"scss.lint.argumentsInColorFunction.desc": "正しくないパラメーターの数",
"scss.lint.boxModel.desc": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください",
"scss.lint.compatibleVendorPrefixes.desc": "ベンダー固有のプレフィックスを使用する場合は、他のすべてのベンダー固有のプロパティも必ず含めてください",
"scss.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
"scss.lint.emptyRules.desc": "空の規則セットを使用しないでください",
"scss.lint.float.desc": "'float' は使用しないでください。float を使用すると、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
"scss.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
"scss.lint.hexColorLength.desc": "16 進数の色には、3 つまたは 6 つの 16 進数が含まれる必要があります",
"scss.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
"scss.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です",
"scss.lint.important.desc": "!important は使用しないでください。これは CSS 全体の特定性が制御不能になり、リファクタリングが必要なことを示しています。",
"scss.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません",
"scss.lint.propertyIgnoredDueToDisplay.desc": "表示によりプロパティが無視されます。たとえば、'display: inline' の場合、width、height、margin-top、margin-bottom、および float のプロパティには効果がありません",
"scss.lint.universalSelector.desc": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが分かっています",
"scss.lint.unknownProperties.desc": "不明なプロパティ。",
"scss.lint.unknownVendorSpecificProperties.desc": "不明なベンダー固有のプロパティ。",
"scss.lint.vendorPrefix.desc": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます",
"scss.lint.zeroUnits.desc": "0 の単位は必要ありません",
"scss.validate.title": "SCSS の検証と問題の重大度を制御します。",
"scss.validate.desc": "すべての検証を有効または無効にします",
"less.colorDecorators.enable.desc": "カラー デコレーターを有効または無効にします",
"scss.colorDecorators.enable.desc": "カラー デコレーターを有効または無効にします",
"css.colorDecorators.enable.desc": "カラー デコレーターを有効または無効にします",
"css.colorDecorators.enable.deprecationMessage": "設定 `css.colorDecorators.enable` は使用されなくなりました。`editor.colorDecorators` を使用してください。",
"scss.colorDecorators.enable.deprecationMessage": "設定 `scss.colorDecorators.enable` は使用されなくなりました。`editor.colorDecorators` を使用してください。",
"less.colorDecorators.enable.deprecationMessage": "設定 `less.colorDecorators.enable` は使用されなくなりました。`editor.colorDecorators` を使用してください。"
}

View File

@@ -0,0 +1,48 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"command.wrapWithAbbreviation": "ラップ変換",
"command.wrapIndividualLinesWithAbbreviation": "個々の行でラップ変換",
"command.removeTag": "タグの削除",
"command.updateTag": "タグの更新",
"command.matchTag": "一致するペアに移動",
"command.balanceIn": "バランス (内側)",
"command.balanceOut": "バランス (外側)",
"command.prevEditPoint": "前の編集点に移動",
"command.nextEditPoint": "次の編集点に移動",
"command.mergeLines": "行のマージ",
"command.selectPrevItem": "前の項目を選択",
"command.selectNextItem": "次の項目を選択",
"command.splitJoinTag": "タグの分割/結合",
"command.toggleComment": "コメントの切り替え",
"command.evaluateMathExpression": "数式の評価",
"command.updateImageSize": "イメージ サイズの更新",
"command.reflectCSSValue": "CSS 値を反映",
"command.incrementNumberByOne": "1 ずつ増加",
"command.decrementNumberByOne": "1 ずつ減少",
"command.incrementNumberByOneTenth": "0.1 ずつ増加",
"command.decrementNumberByOneTenth": "0.1 ずつ減少",
"command.incrementNumberByTen": "10 ずつ増加",
"command.decrementNumberByTen": "10 ずつ減少",
"emmetSyntaxProfiles": "指定した構文に対してプロファイルを定義するか、特定の規則がある独自のプロファイルをご使用ください。",
"emmetExclude": "Emmet 省略記法を展開すべきでない言語の配列。",
"emmetExtensionsPath": "Emmet のプロファイルとスニペットを含むフォルダーへのパス。",
"emmetShowExpandedAbbreviation": "候補として、展開された Emmet 省略記法を表示します。\n\"inMarkupAndStylesheetFilesOnly\" オプションは、html、haml、jade、slim、xml、xsl、css、scss、sass、less、および stylus に適用されます。\n\"always\" オプションは、マークアップ / css に関係なく、ファイルのすべての部分に適用されます。",
"emmetShowAbbreviationSuggestions": "候補として考えられる Emmet 省略記法を表示します。 スタイルシートや emmet.showExpandedAbbreviation が \"never\" に設定されている場合は適用されません。",
"emmetIncludeLanguages": "既定でサポートされていない言語で Emmet 省略記法を有効にします。 言語と Emmet がサポートする言語の間にマッピングを追加します。\n例: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
"emmetVariables": "Emmet のスニペットで使用される変数 ",
"emmetTriggerExpansionOnTab": "これをオンにすると、TAB キーを押したときに emmet 省略記法が展開されます.",
"emmetPreferences": "Emmet の一部のアクションやリゾルバーの動作の変更に使用される基本設定。",
"emmetPreferencesIntUnit": "整数値に使用する既定の単位",
"emmetPreferencesFloatUnit": "float 値に使用する既定の単位",
"emmetPreferencesCssAfter": "CSS の略語を展開するときに CSS プロパティの末尾に配置されるシンボル",
"emmetPreferencesSassAfter": "Sass ファイルで CSS 略語を展開するときに CSS プロパティの末尾に配置されるシンボル",
"emmetPreferencesStylusAfter": "Stylus ファイルで CSS 略語を展開するときに CSS プロパティの末尾に配置されるシンボル",
"emmetPreferencesCssBetween": "CSS の略語を展開するときに CSS プロパティと値の間に配置されるシンボル ",
"emmetPreferencesSassBetween": "Sass ファイルで CSS の略語を展開するときに CSS プロパティと値の間に配置されるシンボル ",
"emmetPreferencesStylusBetween": "Stylus ファイルで CSS の略語を展開するときに CSS プロパティと値の間に配置されるシンボル ",
"emmetShowSuggestionsAsSnippets": "true の場合、emmet 候補では、editor.snippetSuggestions 設定に従ってそれらを並べてスニペットとして表示されます。"
}

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.
{
"httpsRequired": "画像には HTTPS プロトコルを使用する必要があります。",
"svgsNotValid": "SVG は無効な画像のソースです。",
"embeddedSvgsNotValid": "埋め込み SVG は無効な画像のソースです。",
"dataUrlsNotValid": "Data URL は無効な画像のソースです。",
"relativeUrlRequiresHttpsRepository": "相対的な画像 URL では、HTTPS プロトコルのリポジトリが package.json で指定されている必要があります。",
"relativeIconUrlRequiresHttpsRepository": "アイコンは、HTTPS プロトコルのリポジトリがこの package.json で指定されている必要があります。 ",
"relativeBadgeUrlRequiresHttpsRepository": "相対的なバッジ URL では、HTTPS プロトコルのリポジトリが package.json で指定されている必要があります。"
}

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.
{
"languageSpecificEditorSettings": "言語固有のエディター設定",
"languageSpecificEditorSettingsDescription": "言語に対するエディター設定を上書きします"
}

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

View File

@@ -0,0 +1,77 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"tag at": "{0} のタグ",
"remote branch at": "{0} でのリモート ブランチ",
"create branch": "$(plus) 新しいブランチを作成",
"repourl": "リポジトリ URL",
"parent": "親ディレクトリ",
"cloning": "Git リポジトリを複製しています...",
"openrepo": "リポジトリを開く",
"proposeopen": "複製したリポジトリを開きますか?",
"path to init": "フォルダーのパス",
"provide path": "初期化する Git リポジトリへのフォルダー パスを入力してください",
"HEAD not available": "'{0}' の HEAD バージョンは利用できません。",
"confirm stage files with merge conflicts": "マージの競合がある {0} 個のファイルをステージしてもよろしいですか?",
"confirm stage file with merge conflicts": "マージの競合がある {0} をステージしてもよろしいですか? ",
"yes": "はい",
"confirm revert": "{0} で選択した変更を元に戻しますか?",
"revert": "変更を元に戻す",
"discard": "変更を破棄",
"confirm delete": "本当に {0} を削除してもよろしいですか?",
"delete file": "ファイルを削除",
"confirm discard": "{0} の変更を破棄しますか?",
"confirm discard multiple": "{0} 個のファイルの変更内容を破棄しますか?",
"warn untracked": "未追跡ファイル {0} が削除されます!",
"confirm discard all single": "{0} の変更を破棄しますか?",
"confirm discard all": "{0} 個のファイルのすべての変更を破棄してもよろしいですか?\nこの変更は元に戻すことができません!\n現在のワーキング セットは永久に失われます。",
"discardAll multiple": "1 つのファイルを破棄",
"discardAll": "{0} 個のファイルをすべて破棄",
"confirm delete multiple": "本当に {0} 個のファイルを削除してもよろしいですか?",
"delete files": "複数のファイルを削除",
"there are untracked files single": "破棄すると次の未追跡ファイルがディスクから削除されます: {0}。",
"there are untracked files": "破棄すると {0} 個の未追跡ファイルがディスクから削除されます。",
"confirm discard all 2": "{0}\n\nこの変更は元に戻すことはできません、現在のワーキング セットは永久に失われます。",
"yes discard tracked": "1 つの追跡ファイルを破棄",
"yes discard tracked multiple": "{0} 個の追跡ファイルを破棄",
"no staged changes": "コミットするステージされた変更がありません。\n\nすべての変更を自動的にステージして、直接コミットしますか?",
"always": "常に行う",
"no changes": "コミットする必要のある変更はありません。",
"commit message": "コミット メッセージ",
"provide commit message": "コミット メッセージを入力してください",
"select a ref to checkout": "チェックアウトする参照を選択",
"branch name": "ブランチ名",
"provide branch name": "ブランチ名を指定してください",
"select branch to delete": "削除するブランチの選択",
"confirm force delete branch": "ブランチ '{0}' はマージされていません。それでも削除しますか?",
"delete branch": "ブランチの削除",
"select a branch to merge from": "マージ元のブランチを選択",
"merge conflicts": "マージの競合があります。コミットする前にこれを解決してください。",
"tag name": "タグ名",
"provide tag name": "タグ名を入力してください。",
"tag message": "メッセージ",
"provide tag message": "注釈付きタグにつけるメッセージを入力してください",
"no remotes to pull": "リポジトリには、プル元として構成されているリモートがありません。",
"pick remote pull repo": "リモートを選んで、ブランチを次からプルします:",
"no remotes to push": "リポジトリには、プッシュ先として構成されているリモートがありません。",
"push with tags success": "タグが正常にプッシュされました。",
"nobranch": "リモートにプッシュするブランチをチェックアウトしてください。",
"pick remote": "リモートを選んで、ブランチ '{0}' を次に公開します:",
"sync is unpredictable": "このアクションはコミットを '{0}' との間でプッシュしたりプルしたりします。",
"ok": "OK",
"never again": "OK、今後は表示しない",
"no remotes to publish": "リポジトリには、発行先として構成されているリモートがありません。",
"no changes stash": "スタッシュする変更がありません。",
"provide stash message": "必要に応じてスタッシュ メッセージを入力してください",
"stash message": "スタッシュ メッセージ",
"no stashes": "復元するスタッシュがありません。",
"pick stash to pop": "適用するスタッシュを選択してください",
"clean repo": "チェックアウトの前に、リポジトリの作業ツリーを消去してください。",
"cant push": "参照仕様をリモートにプッシュできません。最初に 'Pull' を実行して変更を統合してください。",
"git error details": "Git: {0}",
"git error": "Git エラー",
"open git log": "Git ログを開く"
}

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.
{
"using git": "{1} から Git {0} を使用しています",
"updateGit": "Git の更新",
"neverShowAgain": "今後は表示しない",
"git20": "git {0} がインストールされているようです。Code は Git 2 以上で最適に動作します"
}

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.
{
"no repositories": "利用可能なリポジトリがありません",
"pick repo": "リポジトリの選択"
}

View File

@@ -0,0 +1,31 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"open": "開く",
"index modified": "インデックスの変更",
"modified": "変更済み",
"index added": "インデックスの追加",
"index deleted": "インデックスの削除",
"deleted": "削除済み",
"index renamed": "インデックスの名前変更",
"index copied": "インデックスをコピー",
"untracked": "追跡対象外",
"ignored": "無視",
"both deleted": "双方とも削除",
"added by us": "こちら側による追加",
"deleted by them": "あちら側による削除",
"added by them": "あちら側による追加",
"deleted by us": "こちら側による削除",
"both added": "双方とも追加",
"both modified": "双方とも変更",
"commit": "コミット",
"merge changes": "変更のマージ",
"staged changes": "ステージング済みの変更",
"changes": "変更",
"ok": "OK",
"neveragain": "今後は表示しない",
"huge": "'{0}' のGit リポジトリにアクティブな変更が多いため、 Git 機能の一部のみが有効になります。"
}

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.
{
"commit": "コミット"
}

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.
{
"checkout": "チェックアウト...",
"sync changes": "変更の同期",
"publish changes": "変更の発行",
"syncing changes": "変更を同期しています..."
}

View File

@@ -0,0 +1,63 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"command.clone": "複製",
"command.init": "リポジトリの初期化",
"command.close": "リポジトリを閉じる",
"command.refresh": "最新の情報に更新",
"command.openChange": "変更を開く",
"command.openFile": "ファイルを開く",
"command.openHEADFile": "HEAD のファイルを開く",
"command.stage": "変更のステージング",
"command.stageAll": "すべての変更のステージング",
"command.stageSelectedRanges": "選択した範囲をステージする",
"command.revertSelectedRanges": "選択範囲を元に戻す",
"command.unstage": "変更のステージング解除",
"command.unstageAll": "すべての変更のステージング解除",
"command.unstageSelectedRanges": "選択した範囲をアンステージする",
"command.clean": "変更を破棄",
"command.cleanAll": "すべての変更を破棄",
"command.commit": "Commit",
"command.commitStaged": "ステージング済みをコミット",
"command.commitStagedSigned": "コミットしてステージング (サインオフ)",
"command.commitStagedAmend": "コミットしてステージング (修正)",
"command.commitAll": "すべてコミット",
"command.commitAllSigned": "すべてコミット (サインオフ)",
"command.commitAllAmend": "すべてコミット (修正)",
"command.undoCommit": "前回のコミットを元に戻す",
"command.checkout": "チェックアウト先...",
"command.branch": "ブランチを作成...",
"command.deleteBranch": "ブランチの削除...",
"command.merge": "ブランチをマージ...",
"command.createTag": "タグを作成",
"command.pull": "プル",
"command.pullRebase": "プル (リベース)",
"command.pullFrom": "指定元からプル...",
"command.push": "プッシュ",
"command.pushTo": "プッシュ先...",
"command.pushWithTags": "タグをつけてプッシュ",
"command.sync": "同期",
"command.publish": "ブランチの発行",
"command.showOutput": "Git 出力の表示",
"command.ignore": "ファイルを .gitignore に追加",
"command.stash": "スタッシュ",
"command.stashPop": "スタッシュを適用して削除...",
"command.stashPopLatest": "最新のスタッシュを適用して削除",
"config.enabled": "Git が有効になっているかどうか",
"config.path": "Git 実行可能ファイルのパス",
"config.autorefresh": "自動更新が有効かどうか",
"config.autofetch": "自動フェッチが有効かどうか",
"config.enableLongCommitWarning": "長いコミット メッセージについて警告するかどうか",
"config.confirmSync": "Git リポジトリを同期する前に確認する",
"config.countBadge": "Git バッジ カウンターを制御します。`all` はすべての変更をカウントします。 `tracked` は追跡している変更のみカウントします。 `off` はカウントをオフします。",
"config.checkoutType": "`Checkout to...` を実行するときに表示されるブランチの種類を制御します。`all` はすべての参照を表示します。`local` はローカル ブランチのみ、`tags` はタグのみ、`remote` はリモート ブランチのみを表示します。 ",
"config.ignoreLegacyWarning": "旧 Git の警告を無視します",
"config.ignoreLimitWarning": "リポジトリ内に変更が多い場合は警告を無視します",
"config.defaultCloneDirectory": "Git リポジトリをクローンする既定の場所",
"config.enableSmartCommit": "ステージされた変更がない場合はすべての変更をコミットします。",
"config.enableCommitSigning": "GPG によりデジタル署名されたコミットを有効にします。",
"config.discardAllScope": "'すべての変更を破棄' コマンドによってどの変更が破棄されるかを制御します。'all' はすべての変更を破棄します。 'tracked' は追跡されているファイルだけを破棄します。 'prompt' は、アクションが実行されるたびにプロンプ​​ト ダイアログを表示します。"
}

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.
{
"execFailed": "Grunt の自動検出が次のエラーで失敗しました: {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.
{
"config.grunt.autoDetect": "Grunt タスクの自動検出をオンにするかオフにするかを制御します。既定はオンです。"
}

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.
{
"execFailed": "gulp のエラーによる失敗を自動検出: {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.
{
"config.gulp.autoDetect": "Gulp タスクの自動検出をオンにするかオフにするかを制御します。既定はオンです。"
}

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.
{
"htmlserver.name": "HTML 言語サーバー"
}

View File

@@ -0,0 +1,29 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"html.format.enable.desc": "既定の HTML フォーマッタを有効/無効にします",
"html.format.wrapLineLength.desc": "1 行あたりの最大文字数 (0 = 無効にする)。",
"html.format.unformatted.desc": "再フォーマットしてはならないタグの、コンマ区切りの一覧。'null' の場合、既定で https://www.w3.org/TR/html5/dom.html#phrasing-content にリストされているすべてのタグになります。",
"html.format.contentUnformatted.desc": "コンテンツを再フォーマットしてはならないタグをコンマで区切ってリストにします。'null' は、既定値の 'pre' タグを表します。",
"html.format.indentInnerHtml.desc": "<head> セクションと <body> セクションをインデントします。",
"html.format.preserveNewLines.desc": "要素の前にある既存の改行を保持するかどうか。要素の前でのみ機能し、タグの内側やテキストに対しては機能しません。",
"html.format.maxPreserveNewLines.desc": "1 つのチャンク内に保持できる改行の最大数。無制限にするには、'null' を使います。",
"html.format.indentHandlebars.desc": "書式設定とインデント {{#foo}} および {{/foo}}。",
"html.format.endWithNewline.desc": "末尾に改行を入れます。",
"html.format.extraLiners.desc": "直前に改行を 1 つ入れるタグの、コンマで区切られたリストです。'null' は、既定値の \"head, body, /html\" を表します。",
"html.format.wrapAttributes.desc": "属性を折り返します。",
"html.format.wrapAttributes.auto": "行の長さが超過した場合のみ属性を折り返します。",
"html.format.wrapAttributes.force": "先頭以外の各属性を折り返します。",
"html.format.wrapAttributes.forcealign": "先頭以外の各属性を折り返して位置を合わせます。",
"html.format.wrapAttributes.forcemultiline": "各属性を折り返します。",
"html.suggest.angular1.desc": "ビルトイン HTML 言語サポートが Angular V1 のタグおよびプロパティを候補表示するかどうかを構成します。",
"html.suggest.ionic.desc": "ビルトイン HTML 言語サポートが Ionic のタグ、プロパティ、および値を候補表示するかどうかを構成します。",
"html.suggest.html5.desc": "ビルトイン HTML 言語サポートが HTML5 のタグ、プロパティ、および値を候補表示するかどうかを構成します。",
"html.trace.server.desc": "VS Code と HTML 言語サーバー間の通信をトレースします。",
"html.validate.scripts": "ビルトイン HTML 言語サポートが埋め込みスクリプトを検証するかどうかを構成します。",
"html.validate.styles": "ビルトイン HTML 言語サポートが埋め込みスタイルを検証するかどうかを構成します。",
"html.autoClosingTags": "HTML タグの自動クローズを有効/無効にします。"
}

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.
{
"execFailed": "Jake のエラーによる失敗を自動検出: {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.
{
"config.jake.autoDetect": "Jake タスクの自動検出をオンにするかオフにするかを制御します。既定はオンです。"
}

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.
{
"json.bower.default": "既定の bower.json",
"json.bower.error.repoaccess": "bower リポジトリに対する要求が失敗しました: {0}",
"json.bower.latest.version": "最新"
}

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.
{
"json.package.default": "既定の package.json",
"json.npm.error.repoaccess": "NPM リポジトリに対する要求が失敗しました: {0}",
"json.npm.latestversion": "パッケージの現在の最新バージョン",
"json.npm.majorversion": "最新のメジャー バージョンと一致します (1.x.x)",
"json.npm.minorversion": "最新のマイナー バージョンと一致します (1.2.x)",
"json.npm.version.hover": "最新バージョン: {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.
{
"jsonserver.name": "JSON 言語サーバー"
}

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.
{
"json.schemas.desc": "スキーマを現在のプロジェクトの JSON ファイルに関連付けます",
"json.schemas.url.desc": "スキーマへの URL または現在のディレクトリのスキーマへの相対パス",
"json.schemas.fileMatch.desc": "JSON ファイルをスキーマに解決する場合に一致するファイル パターンの配列です。",
"json.schemas.fileMatch.item.desc": "JSON ファイルをスキーマに解決する場合に一致するよう '*' を含む可能性があるファイル パターンです。",
"json.schemas.schema.desc": "指定された URL のスキーマ定義です。スキーマは、スキーマ URL へのアクセスを避けるためにのみ指定する必要があります。",
"json.format.enable.desc": "既定の JSON フォーマッタを有効/無効にします (再起動が必要です)",
"json.tracing.desc": "VS Code と JSON 言語サーバー間の通信をトレースします。",
"json.colorDecorators.enable.desc": "カラー デコレーターを有効または無効にします",
"json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` は使用されなくなりました。`editor.colorDecorators` を使用してください。"
}

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.
{
"onPreviewStyleLoadError": "'markdown.styles' を読み込むことができません: {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.
{
"preview.securityMessage.text": "このドキュメントで一部のコンテンツが無効になっています",
"preview.securityMessage.title": "安全でない可能性があるか保護されていないコンテンツは、マークダウン プレビューで無効化されています。保護されていないコンテンツやスクリプトを有効にするには、マークダウン プレビューのセキュリティ設定を変更してください",
"preview.securityMessage.label": "セキュリティが無効なコンテンツの警告"
}

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.
{
"strict.title": "高レベル",
"strict.description": "セキュリティで保護されたコンテンツのみを読み込む",
"insecureContent.title": "セキュリティで保護されていないコンテンツを許可する",
"insecureContent.description": "HTTP を介したコンテンツの読み込みを有効にする",
"disable.title": "無効にする",
"disable.description": "すべてのコンテンツとスクリプトの実行を許可します。推奨されません。",
"moreInfo.title": "詳細情報",
"preview.showPreviewSecuritySelector.title": "ワークスペースのマークダウン プレビューに関するセキュリティ設定を選択 "
}

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.
{
"markdown.preview.breaks.desc": "マークダウン プレビューで改行をレンダリングする方法を設定します。'true' に設定すると改行ごとに <br> を作成します。",
"markdown.preview.linkify": "マークダウン プレビューで URL 形式のテキストからリンクへの変換を有効または無効にします。",
"markdown.preview.doubleClickToSwitchToEditor.desc": "マークダウンのプレビューでダブルクリックすると、エディターに切り替わります。",
"markdown.preview.fontFamily.desc": "マークダウン プレビューで使用されるフォント ファミリを制御します。",
"markdown.preview.fontSize.desc": "マークダウン プレビューで使用されるフォント サイズ (ピクセル単位) を制御します。",
"markdown.preview.lineHeight.desc": "マークダウン プレビューで使用される行の高さを制御します。この数値はフォント サイズを基準とします。",
"markdown.preview.markEditorSelection.desc": "マークダウンのプレビューに、エディターの現在の選択範囲を示すマークが付きます。",
"markdown.preview.scrollEditorWithPreview.desc": "マークダウンのプレビューをスクロールすると、エディターのビューが更新されます。",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "エディターの現在の選択行を示すため、マークダウンのプレビューがスクロールします。",
"markdown.preview.title": "プレビューを開く",
"markdown.previewFrontMatter.dec": "マークダウン プレビューで YAML front matter がレンダリングされる方法を設定します。'hide' の場合、front matter が削除されます。その他の場合には、front matter はマークダウン コンテンツとして処理されます。",
"markdown.previewSide.title": "プレビューを横に表示",
"markdown.showSource.title": "ソースの表示",
"markdown.styles.dec": "マークダウン プレビューから使用する CSS スタイル シートの URL またはローカル パスの一覧。相対パスは、エクスプローラーで開かれているフォルダーへの絶対パスと解釈されます。開かれているフォルダーがない場合、マークダウン ファイルの場所を基準としていると解釈されます。'\\' はすべて '\\\\' と入力する必要があります。",
"markdown.showPreviewSecuritySelector.title": "プレビュー のセキュリティ設定を変更",
"markdown.trace.desc": "マークダウン拡張機能のデバッグログを有効にします。",
"markdown.refreshPreview.title": "プレビューを更新"
}

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.
{
"acceptCurrentChange": "現在の変更を取り込む",
"acceptIncomingChange": "入力側の変更を取り込む",
"acceptBothChanges": "両方の変更を取り込む",
"compareChanges": "変更の比較"
}

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.
{
"cursorNotInConflict": "エディターのカーソルがマージの競合の範囲内にありません",
"compareChangesTitle": "{0}: 現在の変更 ⟷ 入力側の変更",
"cursorOnCommonAncestorsRange": "エディターのカーソルが共通の祖先ブロック内にあります。”現在” または \"入力側\" のいずれかのブロックに移動してください",
"cursorOnSplitterRange": "エディターのカーソルがマージ コンフリクトのスプリッター内にあります。”現在” または \"入力側\" のいずれかのブロックに移動してください",
"noConflicts": "このファイルにマージの競合は存在しません",
"noOtherConflictsInThisFile": "このファイルに他のマージの競合は存在しません"
}

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.
{
"currentChange": "(現在の変更)",
"incomingChange": "(入力側の変更)"
}

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.
{
"command.category": "マージの競合",
"command.accept.all-incoming": "入力側のすべてを取り込む",
"command.accept.all-both": "両方をすべて取り込む",
"command.accept.current": "現在の方を取り込む",
"command.accept.incoming": "入力側を取り込む",
"command.accept.selection": "選択項目を取り込む",
"command.accept.both": "両方を取り込む",
"command.next": "次の競合",
"command.previous": "前の競合",
"command.compare": "現在の競合を比較",
"config.title": "マージの競合",
"config.codeLensEnabled": "エディター内のマージ競合ブロックで CodeLens を有効/無効にします",
"config.decoratorsEnabled": "エディター内でマージの競合デコレーターを有効/無効にします。"
}

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.
{
"config.npm.autoDetect": "npm スクリプトの自動検出をオンにするかオフにするかを制御します。既定はオンです。",
"config.npm.runSilent": "`--silent` オプションを使用して npm コマンドを実行"
}

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.
{
"php.useExecutablePath": "PHP ファイルを lint するために {0} (ワークスペースの設定として定義されている) を実行することを許可しますか?",
"php.yes": "許可",
"php.no": "許可しない",
"wrongExecutable": "{0} が有効な PHP 実行可能ファイルではないため、検証できません。設定 'php.validate.executablePath' を使用して PHP 実行可能ファイルを構成してください。",
"noExecutable": "PHP 実行可能ファイルが設定されていないため、検証できません。設定 'php.validate.executablePath' を使用して PHP 実行可能ファイルを構成してください。",
"unknownReason": "パス {0} を使用して php を実行できませんでした。理由は不明です。"
}

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.
{
"configuration.suggest.basic": "組み込みの PHP 言語候補機能を有効にするかどうかを設定します。このサポートによって、PHP グローバルと変数の候補が示されます。",
"configuration.validate.enable": "組み込みの PHP 検証を有効/無効にします。",
"configuration.validate.executablePath": "PHP 実行可能ファイルを指します。",
"configuration.validate.run": "リンターを保存時に実行するか、入力時に実行するか。",
"configuration.title": "PHP",
"commands.categroy.php": "PHP",
"command.untrustValidationExecutable": "PHP の検証を無効にします (ワークスペース設定として定義)。"
}

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.
{
"versionMismatch": "エディター機能は TypeScript ({1}) を使用しています。TypeScript ({0}) がコンピューターへグローバルにインストールされているため、VS Code のエラーは TSC エラーと異なる場合があります。",
"moreInformation": "詳細情報",
"doNotCheckAgain": "今後確認しない",
"close": "閉じる",
"updateTscCheck": "ユーザー設定 'typescript.check.tscVersion' を false に更新しました"
}

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.
{
"acquiringTypingsLabel": "Typings の定義ファイルを取得中...",
"acquiringTypingsDetail": "IntelliSense の Typings の定義ファイルを取得しています。"
}

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.
{
"ts-check": "JavaScript ファイルのセマンティック チェックを有効にします。 ファイルの先頭にある必要があります。",
"ts-nocheck": "JavaScript ファイルのセマンティック チェックを無効にします。 ファイルの先頭にある必要があります。",
"ts-ignore": "ファイルの次の行で @ts-check エラーを抑制します。"
}

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.
{
"oneImplementationLabel": "1 個の実装",
"manyImplementationLabel": "{0} 個の実装",
"implementationsErrorLabel": "実装を特定できませんでした"
}

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.
{
"typescript.jsDocCompletionItem.documentation": "JSDoc コメント"
}

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.
{
"oneReferenceLabel": "1 個の参照",
"manyReferenceLabel": "{0} 個の参照",
"referenceErrorLabel": "参照を判別できませんでした"
}

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.
{
"buildAndWatchTscLabel": "ウォッチ - {0}",
"buildTscLabel": "ビルド - {0}"
}

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.
{
"typescript.projectConfigNoWorkspace": "TypeScript または JavaScript プロジェクトを使用するには、VS Code でフォルダーを開いてください",
"typescript.projectConfigUnsupportedFile": "TypeScript または JavaScript のプロジェクトを判別できませんでした。サポートされていないファイルの種類です",
"typescript.projectConfigCouldNotGetInfo": "TypeScript または JavaScript のプロジェクトを判別できませんでした",
"typescript.noTypeScriptProjectConfig": "ファイルは TypeScript プロジェクトの一部ではない",
"typescript.noJavaScriptProjectConfig": "ファイルは JavaScript プロジェクトの一部ではない",
"typescript.configureTsconfigQuickPick": "tsconfig.json を構成する",
"typescript.configureJsconfigQuickPick": "jsconfig.json を構成する",
"typescript.projectConfigLearnMore": "詳細情報"
}

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.
{
"noServerFound": "パス {0} は、有効な tsserver インストールを指していません。バンドルされている TypeScript バージョンにフォールバックしています。",
"serverCouldNotBeStarted": "TypeScript 言語サーバーを起動できません。エラー メッセージ: {0}",
"typescript.openTsServerLog.notSupported": "TS サーバーのログには TS 2.2.2 以降が必要です",
"typescript.openTsServerLog.loggingNotEnabled": "TS サーバーのログがオフになっています。ログを有効にするには、`typescript.tsserver.log` を設定して TS サーバーを再起動してください",
"typescript.openTsServerLog.enableAndReloadOption": "ログを有効にして、TS サーバーを再起動する",
"typescript.openTsServerLog.noLogFile": "TS サーバーはログを開始していません。",
"openTsServerLog.openFileFailedFailed": "TS サーバーのログ ファイルを開くことができませんでした",
"serverDiedAfterStart": "TypeScript 言語サービスは、開始直後に 5 回停止しました。サービスは再開されません。",
"serverDiedReportIssue": "問題の報告",
"serverDied": "TypeScript 言語サービスは、直前の 5 分間に 5 回、予期せずに停止しました。"
}

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.
{
"invalidVersion": "バージョンが無効です"
}

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.
{
"channelName": "TypeScript"
}

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.
{
"hintExclude": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、多数のファイルが含まれるフォルダーを除外します。例: {0}",
"hintExclude.generic": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、作業していないソース ファイルが含まれるサイズの大きなフォルダーを除外します。",
"large.label": "除外の構成",
"hintExclude.tooltip": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、作業していないソース ファイルが含まれるサイズの大きなフォルダーを除外します。"
}

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.
{
"installingPackages": "より適した TypeScript IntelliSense に関するデータをフェッチしています",
"typesInstallerInitializationFailed.title": "JavaScript 言語機能のための型定義ファイルをインストールできませんでした。NPM のインストールを確認するか、ユーザー設定で 'typescript.npm' を構成してください",
"typesInstallerInitializationFailed.moreInformation": "詳細情報",
"typesInstallerInitializationFailed.doNotCheckAgain": "今後確認しない",
"typesInstallerInitializationFailed.close": "閉じる"
}

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.
{
"useVSCodeVersionOption": "VS Code のバージョンを使用",
"useWorkspaceVersionOption": "ワークスペースのバージョンを使用",
"learnMore": "詳細情報",
"selectTsVersion": "JavaScript および TypeScript 言語の機能に使用する TypeScript バージョンを選択します"
}

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.
{
"couldNotLoadTsVersion": "このパスでは TypeScript のバージョンを読み込むことができません",
"noBundledServerFound": "VS Code の tsserver が適切に動作しないウイルス検出ツールなどの他アプリケーションにより削除されました。VS Code を再インストールしてください。"
}

View File

@@ -0,0 +1,50 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"typescript.reloadProjects.title": "プロジェクトの再読み込み",
"javascript.reloadProjects.title": "プロジェクトの再読み込み",
"configuration.typescript": "TypeScript",
"typescript.useCodeSnippetsOnMethodSuggest.dec": "パラメーター シグネチャを含む完全な関数。",
"typescript.tsdk.desc": "使用する tsserver と lib*.d.ts ファイルが含まれているフォルダーのパスを指定します。",
"typescript.disableAutomaticTypeAcquisition": "型定義の自動取得を無効にします。TypeScript 2.0.6 以上が必要です。",
"typescript.tsserver.log": "ファイルへの TS サーバーのログを有効にします。このログは TS サーバーの問題を診断するために使用できます。ログには、プロジェクトのファイルパス、ソースコード、その他の潜在的に機密性の高い情報が含まれている場合があります。",
"typescript.tsserver.trace": "TS サーバーに送信されるメッセージのトレースを有効にします。このトレースは TS サーバーの問題を診断するために使用できます。トレースには、プロジェクトのファイルパス、ソースコード、その他の潜在的に機密性の高い情報が含まれている場合があります。",
"typescript.validate.enable": "TypeScript の検証を有効/無効にします。",
"typescript.format.enable": "既定の TypeScript フォーマッタを有効/無効にします。",
"javascript.format.enable": "既定の JavaScript フォーマッタを有効/無効にします。",
"format.insertSpaceAfterCommaDelimiter": "コンマ区切り記号の後のスペース処理を定義します。",
"format.insertSpaceAfterConstructor": "コンストラクター キーワードの後にスペース処理を定義します。TypeScript が 2.3.0 以上である必要があります。",
"format.insertSpaceAfterSemicolonInForStatements": " for ステートメント内のセミコロンの後のスペース処理を定義します。",
"format.insertSpaceBeforeAndAfterBinaryOperators": "2 項演算子の後のスペース処理を定義します。",
"format.insertSpaceAfterKeywordsInControlFlowStatements": "制御フロー ステートメント内のキーワードの後のスペース処理を定義します。",
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "匿名関数の関数キーワードの後のスペース処理を定義します。",
"format.insertSpaceBeforeFunctionParenthesis": "関数の引数のかっこの前にあるスペース処理を定義します。TypeScript が 2.1.5. 以上である必要があります。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "左右の空でないかっこの間のスペース処理を定義します。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "左右の空でない角かっこの間のスペース処理を定義します。",
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": "左右の空でないかっこの間のスペース処理を定義します。TypeScript が 2.3.0 以上である必要があります。",
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "テンプレート文字列の始め波かっこの後と終わり波かっこの前のスペース処理を定義します。TypeScript が 2.0.6 以上である必要があります。",
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "JSX 式の始め波かっこの後と終わり波かっこの前のスペース処理を定義します。TypeScript が 2.0.6 以上である必要があります。",
"format.insertSpaceAfterTypeAssertion": "TypeScript の型アサーションの後のスペース処理を定義します。TypeScript が 2.4 以上である必要があります。",
"format.placeOpenBraceOnNewLineForFunctions": "新しい行に関数の始め波かっこを配置するかどうかを定義します。",
"format.placeOpenBraceOnNewLineForControlBlocks": "新しい行にコントロール ブロックの始め波かっこを配置するかどうかを定義します。",
"javascript.validate.enable": "JavaScript の検証を有効/無効にします。",
"typescript.goToProjectConfig.title": "プロジェクト構成に移動",
"javascript.goToProjectConfig.title": "プロジェクト構成に移動",
"javascript.referencesCodeLens.enabled": "JavaScript ファイル内で CodeLens の参照を有効/無効にします。",
"typescript.referencesCodeLens.enabled": "TypeScript ファイル内で CodeLens の参照を有効/無効にします。TypeScript 2.0.6 以上が必要です。",
"typescript.implementationsCodeLens.enabled": "CodeLens の実装を有効/無効にします。TypeScript 2.2.0 以上が必要です。",
"typescript.openTsServerLog.title": "TS サーバーのログを開く",
"typescript.restartTsServer": "TS サーバーを再起動する",
"typescript.selectTypeScriptVersion.title": "TypeScript のバージョンの選択",
"jsDocCompletion.enabled": " 自動 JSDoc コメントを有効/無効にします",
"javascript.implicitProjectConfig.checkJs": "JavaScript ファイルのセマンティック チェックを有効/無効にします。既存の jsconfi.json や tsconfi.json ファイルの設定はこれより優先されます。TypeScript は 2.3.1 以上である必要があります。",
"typescript.npm": "型定義の自動取得に使用される NPM 実行可能ファイルへのパスを指定します。TypeScript 2.3.4 以上が必要です。",
"typescript.check.npmIsInstalled": "型定義の自動取得に NPM がインストールされているかどうかを確認します。",
"javascript.nameSuggestions": "JavaScript の候補リスト内でファイルから一意の名前を含むかどうかを有効/無効にします。",
"typescript.tsc.autoDetect": "tsc タスクの自動検出をオンにするかオフにするかを制御します。",
"typescript.problemMatchers.tsc.label": "TypeScript の問題",
"typescript.problemMatchers.tscWatch.label": "TypeScript の問題 (ウォッチ モード)"
}

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.
{
"titleLabel": "{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.
{
"repeated": "{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.
{
"defaultLabel": "入力"
}

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.
{
"caseDescription": "大文字と小文字を区別する",
"wordsDescription": "単語単位で検索する",
"regexDescription": "正規表現を使用する"
}

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.
{
"alertErrorMessage": "エラー: {0}",
"alertWarningMessage": "警告: {0}",
"alertInfoMessage": "情報: {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.
{
"imgMeta": "{0}x{1} {2}",
"largeImageError": "画像が非常に大きいため、エディターに表示されません。 ",
"resourceOpenExternalButton": "外部のプログラムを使用して画像を開きますか?",
"nativeBinaryError": "このファイルはバイナリか、非常に大きいか、またはサポートされていないテキスト エンコードを使用しているため、エディターに表示されません。",
"sizeB": "{0}B",
"sizeKB": "{0}KB",
"sizeMB": "{0}MB",
"sizeGB": "{0}GB",
"sizeTB": "{0}TB"
}

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.
{
"more": "その他"
}

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.
{
"message": "{0}。エラー コード: {1}",
"error.permission.verbose": "アクセス許可が拒否されました (HTTP {0})",
"error.permission": "アクセス許可が拒否されました",
"error.http.verbose": "{0} (HTTP {1}: {2})",
"error.http": "{0} (HTTP {1})",
"error.connection.unknown.verbose": "不明な接続エラー ({0})",
"error.connection.unknown": "不明な接続エラーが発生しました。インターネット接続が切れたか、接続先のサーバーがオフラインです。",
"stackTrace.format": "{0}: {1}",
"error.defaultMessage": "不明なエラーが発生しました。ログで詳細を確認してください。",
"nodeExceptionMessage": "システム エラーが発生しました ({0})",
"error.moreErrors": "{0} (合計 {1} エラー)"
}

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.
{
"error.invalidSymbol": "シンボルが無効です",
"error.invalidNumberFormat": "数値表示形式が無効です",
"error.propertyNameExpected": "プロパティ名が必要です",
"error.valueExpected": "値が必要です",
"error.colonExpected": "コロンが必要です",
"error.commaExpected": "コンマが必要です",
"error.closeBraceExpected": "右中かっこが必要です",
"error.closeBracketExpected": "右角かっこが必要です",
"error.endOfFileExpected": "ファイルの終わりが必要です"
}

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.
{
"error.invalidSymbol": "シンボルが無効です",
"error.invalidNumberFormat": "数値表示形式が無効です",
"error.propertyNameExpected": "プロパティ名が必要です",
"error.valueExpected": "値が必要です",
"error.colonExpected": "コロンが必要です",
"error.commaExpected": "コンマが必要です",
"error.closeBraceExpected": "右中かっこが必要です",
"error.closeBracketExpected": "右角かっこが必要です",
"error.endOfFileExpected": "EOF が必要です"
}

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.
{
"ctrlKey": "Ctrl",
"shiftKey": "Shift",
"altKey": "Alt",
"windowsKey": "Windows",
"ctrlKey.long": "Control",
"shiftKey.long": "Shift",
"altKey.long": "Alt",
"cmdKey.long": "コマンド",
"windowsKey.long": "Windows"
}

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.
{
"ExecutableParser.commandMissing": "エラー: 実行可能ファイルの情報は、型 string のコマンドを定義する必要があります。",
"ExecutableParser.isShellCommand": "警告: isShellCommand は、型ブール値でなければなりません。値 {0} を無視します。",
"ExecutableParser.args": "警告: 引数は、型 string[] でなければなりません。値 {0} を無視します。",
"ExecutableParser.invalidCWD": "警告: options.cwd は、型 string でなければなりません。値 {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.
{
"sev.error": "エラー",
"sev.warning": "警告",
"sev.info": "情報"
}

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.
{
"TaskRunner.UNC": "UNC ドライブでシェル コマンドを実行できません。"
}

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.
{
"notFound": "zip ファイルの中に {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.
{
"quickOpenAriaLabelEntry": "{0}、選択",
"quickOpenAriaLabel": "選択"
}

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.
{
"quickOpenAriaLabel": "クイック選択。入力すると結果が絞り込まれます。",
"treeAriaLabel": "クイック選択"
}

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

View File

@@ -0,0 +1,185 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"mFile": "ファイル(&&F)",
"mEdit": "編集(&&E)",
"mSelection": "選択(&C)",
"mView": "表示(&&V)",
"mGoto": "移動(&G)",
"mDebug": "デバッグ(&&D)",
"mWindow": "ウィンドウ",
"mHelp": "ヘルプ(&&H)",
"mTask": "タスク(&&T)",
"miNewWindow": "新しいウィンドウ(&&W)",
"mAbout": "{0} のバージョン情報",
"mServices": "サービス",
"mHide": "{0} を非表示にする",
"mHideOthers": "その他を非表示にする",
"mShowAll": "すべて表示",
"miQuit": "{0} を終了",
"miNewFile": "新規ファイル(&&N)",
"miOpen": "開く(&&O)...",
"miOpenWorkspace": "ワークスペースを開く(&&O)...",
"miOpenFolder": "フォルダーを開く(&&F)...",
"miOpenFile": "ファイルを開く(&&O)...",
"miOpenRecent": "最近使用した項目を開く(&&R)",
"miSaveWorkspaceAs": "名前を付けてワークスペースを保存(&&S)...",
"miAddFolderToWorkspace": "ワークスペースにフォルダーを追加(&&A)...",
"miSave": "保存(&&S)",
"miSaveAs": "名前を付けて保存(&&A)...",
"miSaveAll": "すべて保存(&&L)",
"miAutoSave": "自動保存",
"miRevert": "ファイルを元に戻す(&&V)",
"miCloseWindow": "ウィンドウを閉じる(&&E)",
"miCloseWorkspace": "ワークスペースを閉じる(&&W)",
"miCloseFolder": "フォルダーを閉じる(&&F)",
"miCloseEditor": "エディターを閉じる(&&C)",
"miExit": "終了(&E)",
"miOpenSettings": "設定 (&&S)",
"miOpenKeymap": "キーボード ショートカット(&&K)",
"miOpenKeymapExtensions": "キーマップ拡張機能(&&K)",
"miOpenSnippets": "ユーザー スニペット(&&S)",
"miSelectColorTheme": "配色テーマ(&&C)",
"miSelectIconTheme": "ファイル アイコンのテーマ(&&I)",
"miPreferences": "基本設定(&&P)",
"miReopenClosedEditor": "閉じたエディターを再度開く(&&R)",
"miMore": "その他(&&M)...",
"miClearRecentOpen": "最近開いた項目をクリア(&&C)",
"miUndo": "元に戻す(&&U)",
"miRedo": "やり直し(&&R)",
"miCut": "切り取り(&C)",
"miCopy": "コピー (&&C)",
"miPaste": "貼り付け(&&P)",
"miFind": "検索(&&F)",
"miReplace": "置換(&&R)",
"miFindInFiles": "ファイル内を検索(&&I)",
"miReplaceInFiles": "複数のファイルで置換(&&I)",
"miEmmetExpandAbbreviation": "Emmet: 略語の展開(&&X)",
"miShowEmmetCommands": "Emmet(&&M)...",
"miToggleLineComment": "行コメントの切り替え(&&T)",
"miToggleBlockComment": "ブロック コメントの切り替え(&&B)",
"miMultiCursorAlt": "マルチ カーソルを Alt+Click に切り替える",
"miMultiCursorCmd": "マルチ カーソルを Cmd+Click に切り替える",
"miMultiCursorCtrl": "マルチ カーソルを Ctrl+Click に切り替える",
"miInsertCursorAbove": "カーソルを上に挿入(&&A)",
"miInsertCursorBelow": "カーソルを下に挿入(&&D)",
"miInsertCursorAtEndOfEachLineSelected": "カーソルを行末に挿入(&&U)",
"miAddSelectionToNextFindMatch": "次の出現箇所を追加(&&N)",
"miAddSelectionToPreviousFindMatch": "前の出現箇所を追加(&&R)",
"miSelectHighlights": "すべての出現箇所を選択(&&O)",
"miCopyLinesUp": "行を上へコピー(&&C)",
"miCopyLinesDown": "行を下へコピー(&&P)",
"miMoveLinesUp": "行を上へ移動(&&V)",
"miMoveLinesDown": "行を下へ移動(&&L)",
"miSelectAll": "すべて選択(&&S)",
"miSmartSelectGrow": "選択範囲の展開(&&E)",
"miSmartSelectShrink": "選択範囲の縮小(&&S)",
"miViewExplorer": "エクスプローラー(&&E)",
"miViewSearch": "検索(&&S)",
"miViewSCM": "SCM(&&S)",
"miViewDebug": "デバッグ(&&D)",
"miViewExtensions": "拡張機能(&&X)",
"miToggleOutput": "出力(&&O)",
"miToggleDebugConsole": "デバッグ コンソール(&&B)",
"miToggleIntegratedTerminal": "統合ターミナル(&&I)",
"miMarker": "問題(&&P)",
"miAdditionalViews": "その他のビュー(&&V)",
"miCommandPalette": "コマンド パレット(&&C)...",
"miToggleFullScreen": "全画面表示の切り替え(&&F)",
"miToggleZenMode": "Zen Mode の切り替え",
"miToggleMenuBar": "メニュー バーの切り替え(&&B)",
"miSplitEditor": "エディターを分割(&&E)",
"miToggleEditorLayout": "エディター グループ レイアウトの切り替え(&&L)",
"miToggleSidebar": "サイドバーの切り替え(&&T)",
"miMoveSidebarRight": "サイド バーを右へ移動(&&M)",
"miMoveSidebarLeft": "サイド バーを左へ移動(&&M)",
"miTogglePanel": "パネルの切り替え(&&P)",
"miHideStatusbar": "ステータス バーを非表示にする(&&H)",
"miShowStatusbar": "ステータス バーの表示(&&S)",
"miHideActivityBar": "アクティビティ バーを非表示にする(&&A)",
"miShowActivityBar": "アクティビティ バーを表示する(&&A)",
"miToggleWordWrap": "折り返しの切り替え(&&W)",
"miToggleMinimap": "ミニマップの切り替え(&&M)",
"miToggleRenderWhitespace": "空白文字の表示の切り替え(&&R)",
"miToggleRenderControlCharacters": "制御文字の切り替え(&&C)",
"miZoomIn": "拡大(&&Z)",
"miZoomOut": "縮小(&&U)",
"miZoomReset": "ズームのリセット(&&R)",
"miBack": "戻る(&B)",
"miForward": "進む(&&F)",
"miNextEditor": "次のエディター(&&N)",
"miPreviousEditor": "前のエディター(&&P)",
"miNextEditorInGroup": "グループ内の次の使用されているエディター(&&N)",
"miPreviousEditorInGroup": "グループ内の前の使用されているエディター(&&P)",
"miSwitchEditor": "エディターの切り替え(&&E)",
"miFocusFirstGroup": "最初のグループ(&&F)",
"miFocusSecondGroup": "2 番目のグループ(&&S)",
"miFocusThirdGroup": "3 番目のグループ(&&T)",
"miNextGroup": "次のグループ(&&N)",
"miPreviousGroup": "前のグループ(&&P)",
"miSwitchGroup": "グループの切り替え(&&G)",
"miGotoFile": "ファイルに移動(&&F)...",
"miGotoSymbolInFile": "ファイル内のシンボルへ移動(&&S)...",
"miGotoSymbolInWorkspace": "ワークスペース内のシンボルへ移動(&&W)...",
"miGotoDefinition": "定義に移動(&&D)",
"miGotoTypeDefinition": "型定義に移動(&&T)",
"miGotoImplementation": "実装に移動(&&I)",
"miGotoLine": "指定行へ移動(&&L)...",
"miStartDebugging": "デバッグの開始(&&S)",
"miStartWithoutDebugging": "デバッグなしで開始(&&W)",
"miStopDebugging": "デバッグの停止(&&S)",
"miRestart Debugging": "デバッグの再起動(&&R)",
"miOpenConfigurations": "構成を開く(&&C)",
"miAddConfiguration": "構成の追加...",
"miStepOver": "ステップ オーバーする(&&O)",
"miStepInto": "ステップ インする(&&I)",
"miStepOut": "ステップ アウトする(&&U)",
"miContinue": "続行(&&C)",
"miToggleBreakpoint": "ブレークポイントの切り替え(&&B)",
"miConditionalBreakpoint": "条件付きブレークポイント(&&C)...",
"miColumnBreakpoint": "列のブレークポイント(&&O)",
"miFunctionBreakpoint": "関数のブレークポイント(&&F)...",
"miNewBreakpoint": "新しいブレークポイント(&&N)",
"miEnableAllBreakpoints": "すべてのブレークポイントを有効にする",
"miDisableAllBreakpoints": "すべてのブレークポイントを無効にする(&&L)",
"miRemoveAllBreakpoints": "すべてのブレークポイントを削除する(&&R)",
"miInstallAdditionalDebuggers": "その他のデバッガーをインストールします(&&I)...",
"mMinimize": "最小化",
"mZoom": "ズーム",
"mBringToFront": "すべてを前面に配置",
"miSwitchWindow": "ウィンドウの切り替え(&&W)...",
"miToggleDevTools": "開発者ツールの切り替え(&&T)",
"miAccessibilityOptions": "ユーザー補助オプション(&&O)",
"miReportIssues": "問題の報告(&&I)",
"miWelcome": "ようこそ(&&W)",
"miInteractivePlayground": "対話型プレイグラウンド(&&I)",
"miDocumentation": "参照資料(&&D)",
"miReleaseNotes": "リリース ノート(&&R)",
"miKeyboardShortcuts": "キーボード ショートカットの参照(&&K)",
"miIntroductoryVideos": "紹介ビデオ(&&V)",
"miTipsAndTricks": "ヒントとコツ(&&T)",
"miTwitter": "ツイッターに参加(&&J)",
"miUserVoice": "機能要求の検索(&&S)",
"miLicense": "ライセンスの表示(&&L)",
"miPrivacyStatement": "プライバシーについて(&&P)",
"miAbout": "バージョン情報(&&A)",
"miRunTask": "タスクの実行(&&R)...",
"miBuildTask": "ビルド タスクの実行(&&B)...",
"miRunningTask": "実行中のタスクを表示(&&G)...",
"miRestartTask": "実行中のタスクの再起動(&&E)...",
"miTerminateTask": "タスクの終了(&&T)...",
"miConfigureTask": "タスクの構成(&&C)",
"miConfigureBuildTask": "既定のビルド タスクの構成(&&F)",
"accessibilityOptionsWindowTitle": "ユーザー補助オプション",
"miRestartToUpdate": "再起動して更新...",
"miCheckingForUpdates": "更新を確認しています...",
"miDownloadUpdate": "利用可能な更新プログラムをダウンロードします",
"miDownloadingUpdate": "更新をダウンロードしています...",
"miInstallingUpdate": "更新プログラムをインストールしています...",
"miCheckForUpdates": "更新の確認...",
"aboutDetail": "\nバージョン {0}\nコミット {1}\n日付 {2}\nシェル {3}\nレンダラー {4}\nNode {5}\nアーキテクチャ {6}",
"okButton": "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.
{
"hiddenMenuBar": "引き続き **Alt** キーを押してメニュー バーにアクセスできます。"
}

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.
{
"ok": "OK",
"pathNotExistTitle": "パスが存在しません",
"pathNotExistDetail": "パス '{0}' はディスクに存在しなくなったようです。",
"openWorkspace": "開く(&&O)",
"openWorkspaceTitle": "ワークスペースを開く",
"save": "保存(&&S)",
"doNotSave": "保存しない(&&N)",
"cancel": "キャンセル",
"saveWorkspaceMessage": "ワークスペースの構成をファイルとして保存しますか?",
"saveWorkspaceDetail": "再度開く予定があるならワークスペースを保存します。",
"saveWorkspace": "ワークスペースを保存",
"reopen": "もう一度開く",
"wait": "待機を続ける",
"close": "閉じる",
"appStalled": "ウィンドウから応答がありません",
"appStalledDetail": "ウィンドウを再度開くか、閉じるか、このまま待機できます。",
"appCrashed": "ウィンドウがクラッシュしました",
"appCrashedDetail": "ご不便をおかけして申し訳ありません。ウィンドウを再度開いて、中断したところから続行できます。",
"open": "開く",
"openFolder": "フォルダーを開く",
"openFile": "ファイルを開く"
}

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.
{
"notFound": "拡張機能 '{0}' が見つかりませんでした。",
"notInstalled": "拡張機能 '{0}' がインストールされていません。",
"useId": "発行元などの完全な拡張機能 ID を使用していることをご確認ください。例: {0}",
"successVsixInstall": "拡張機能 '{0}' が正常にインストールされました。",
"alreadyInstalled": "拡張機能 '{0}' は既にインストールされています。",
"foundExtension": "マーケットプレースで '{0}' が見つかりました。",
"installing": "インストールしています...",
"successInstall": "拡張機能 '{0}' v{1} が正常にインストールされました!",
"uninstalling": "{0} をアンインストールしています...",
"successUninstall": "拡張機能 '{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.
{
"diff.tooLarge": "一方のファイルが大きすぎるため、ファイルを比較できません。"
}

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.
{
"label.close": "閉じる",
"header": "{1} の差分 {0}: 変更前の {2}、{3} 行、変更後の {4}、{5} 行",
"blankLine": "空白",
"equalLine": "変更前の {0}、変更後の {1}: {2}",
"insertLine": "+ 変更後の {0}: {1}",
"deleteLine": "- 変更前の {0}: {1}",
"editor.action.diffReview.next": "次の差分に移動",
"editor.action.diffReview.prev": "前の差分に移動"
}

View File

@@ -0,0 +1,95 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"editorConfigurationTitle": "エディター",
"fontFamily": "フォント ファミリを制御します。",
"fontWeight": "フォントの太さを制御します。",
"fontSize": "フォント サイズをピクセル単位で制御します。",
"lineHeight": "行の高さを制御します。fontSize に基づいて lineHeight を計算する場合には、0 を使用します。",
"letterSpacing": "文字の間隔をピクセル単位で制御します。",
"lineNumbers": "行番号の表示を制御します。使用可能な値は、'on'、'off'、および 'relative' です。'relative' は現在のカーソル位置からの行数を示します。",
"rulers": "垂直ルーラーを表示する列",
"wordSeparators": "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字",
"tabSize": "1 つのタブに相当するスペースの数。`editor.detectIndentation` がオンの場合、この設定はファイル コンテンツに基づいて上書きされます。",
"tabSize.errorMessage": "'number' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
"insertSpaces": "Tab キーを押すとスペースが挿入されます。`editor.detectIndentation` がオンの場合、この設定はファイル コンテンツに基づいて上書きされます。",
"insertSpaces.errorMessage": "'boolean' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
"detectIndentation": "ファイルを開くと、そのファイルの内容に基づいて `editor.tabSize` と `editor.insertSpaces` が検出されます。",
"roundedSelection": "選択範囲の角を丸くするかどうかを制御します",
"scrollBeyondLastLine": "エディターで最後の行を越えてスクロールするかどうかを制御します",
"smoothScrolling": "アニメーションでエディターをスクロールするかどうかを制御します",
"minimap.enabled": "ミニマップを表示するかどうかを制御します",
"minimap.showSlider": "ミニマップのスライダーを自動的に非表示にするかどうかを制御します。指定できる値は 'always' と 'mouseover' です",
"minimap.renderCharacters": "行に (カラー ブロックではなく) 実際の文字を表示します",
"minimap.maxColumn": "表示するミニマップの最大幅を特定の桁数に制限します",
"find.seedSearchStringFromSelection": "エディターの選択から検索ウィジェット内の検索文字列を与えるかどうかを制御します",
"find.autoFindInSelection": "エディター内で複数の文字もしくは行が選択されているときに選択範囲を検索するフラグを有効にするかどうかを制御します",
"wordWrap.off": "行を折り返しません。",
"wordWrap.on": "行をビューポートの幅で折り返します。",
"wordWrap.wordWrapColumn": "行を 'editor.wordWrapColumn' で折り返します。",
"wordWrap.bounded": "ビューポートと 'editor.wordWrapColumn' の最小値で行を折り返します。",
"wordWrap": "行の折り返し方法を制御します。次の値を指定できます。\n - 'off' (折り返さない),\n - 'on' (ビューポート折り返し),\n - 'wordWrapColumn' ('editor.wordWrapColumn' で折り返し) or\n - 'bounded' (ビューポートと 'editor.wordWrapColumn' の最小値で折り返し).",
"wordWrapColumn": "'editor.wordWrap' が 'wordWrapColumn' または 'bounded' の場合に、エディターの折り返し桁を制御します。",
"wrappingIndent": "折り返し行のインデントを制御します。'none'、'same'、または 'indent' のいずれかを指定できます。",
"mouseWheelScrollSensitivity": "マウス ホイール スクロール イベントの `deltaX` と `deltaY` で使用される乗数",
"multiCursorModifier.ctrlCmd": "Windows および Linux 上の `Control` と OSX 上の `Command` にマップします。",
"multiCursorModifier.alt": "Windows および Linux 上の `Alt` と OSX 上の `Option` にマップします。",
"multiCursorModifier": "マウスで複数のカーソルを追加するときに使用する修飾キーです。`ctrlCmd` は Windows および Linux 上の `Control` キーと OSX 上の `Command` キーにマップします。「定義に移動」や「リンクを開く」のマウス操作は、マルチカーソルの修飾キーと競合しないように適用されます。",
"quickSuggestions.strings": "文字列内でクイック候補を有効にします。",
"quickSuggestions.comments": "コメント内でクイック候補を有効にします。",
"quickSuggestions.other": "文字列およびコメント外でクイック候補を有効にします。",
"quickSuggestions": "入力中に候補を自動的に表示するかどうかを制御します",
"quickSuggestionsDelay": "クイック候補が表示されるまでの待ち時間 (ミリ秒) を制御します",
"parameterHints": "入力時にパラメーター ドキュメントと型情報を表示するポップアップを有効にする",
"autoClosingBrackets": "エディターで左角かっこの後に自動的に右角かっこを挿入するかどうかを制御します",
"formatOnType": "エディターで入力後に自動的に行の書式設定を行うかどうかを制御します",
"formatOnPaste": "貼り付けた内容がエディターにより自動的にフォーマットされるかどうかを制御します。フォーマッタを使用可能にする必要があります。また、フォーマッタがドキュメント内の範囲をフォーマットできなければなりません。",
"autoIndent": "ユーザーが入力や貼り付け、行の移動をしたとき、エディターがインデントを自動的に調整するかどうかを制御します。言語のインデント ルールを使用できる必要があります。",
"suggestOnTriggerCharacters": "トリガー文字の入力時に候補が自動的に表示されるようにするかどうかを制御します",
"acceptSuggestionOnEnter": "'Tab' キーに加えて 'Enter' キーで候補を受け入れるかどうかを制御します。改行の挿入や候補の反映の間であいまいさを解消するのに役立ちます。'smart' 値は文字を変更するときに、Enter キーを押すだけで提案を反映することを意味します。",
"acceptSuggestionOnCommitCharacter": "コミット文字で候補を受け入れるかどうかを制御します。たとえば、JavaScript ではセミコロン (';') をコミット文字にして、候補を受け入れてその文字を入力することができます。",
"snippetSuggestions.top": "他の候補の上にスニペットの候補を表示します。",
"snippetSuggestions.bottom": "他の候補の下にスニペットの候補を表示します。",
"snippetSuggestions.inline": "他の候補と一緒にスニペットの候補を表示します。",
"snippetSuggestions.none": "スニペットの候補を表示しません。",
"snippetSuggestions": "他の修正候補と一緒にスニペットを表示するかどうか、およびその並び替えの方法を制御します。",
"emptySelectionClipboard": "選択範囲を指定しないでコピーする場合に現在の行をコピーするかどうかを制御します。",
"wordBasedSuggestions": "ドキュメント内の単語に基づいて入力候補を計算するかどうかを制御します。",
"suggestFontSize": "候補のウィジェットのフォント サイズ",
"suggestLineHeight": "候補のウィジェットの行の高さ",
"selectionHighlight": "エディターで選択範囲に類似する一致箇所を強調表示するかどうかを制御します",
"occurrencesHighlight": "エディターでセマンティック シンボルの出現箇所を強調表示するかどうかを制御します",
"overviewRulerLanes": "概要ルーラーの同じ位置に表示できる装飾の数を制御します",
"overviewRulerBorder": "概要ルーラーの周囲に境界線が描画されるかどうかを制御します。",
"cursorBlinking": "カーソルのアニメーション スタイルを制御します。指定できる値は 'blink'、'smooth'、'phase'、'expand'、'solid' です",
"mouseWheelZoom": "Ctrl キーを押しながらマウス ホイールを使用してエディターのフォントをズームします",
"cursorStyle": "カーソルのスタイルを制御します。指定できる値は 'block'、'block-outline'、'line'、'line-thin'、'underline'、'underline-thin' です",
"fontLigatures": "フォントの合字を使用します",
"hideCursorInOverviewRuler": "概要ルーラーでカーソルを非表示にするかどうかを制御します。",
"renderWhitespace": "エディターで空白文字を表示する方法を制御します。'none'、'boundary' および 'all' が使用可能です。'boundary' オプションでは、単語間の単一スペースは表示されません。",
"renderControlCharacters": "エディターで制御文字を表示する必要があるかどうかを制御します",
"renderIndentGuides": "エディターでインデントのガイドを表示する必要があるかどうかを制御します",
"renderLineHighlight": "エディターが現在の行をどのように強調表示するかを制御します。考えられる値は 'none'、'gutter'、'line'、'all' です。",
"codeLens": "エディターで CodeLens を表示するかどうかを制御する",
"folding": "エディターでコードの折りたたみを有効にするかどうかを制御します",
"showFoldingControls": "余白上の折りたたみコントロールを自動的に非表示にするかどうかを制御します 。",
"matchBrackets": "かっこを選択すると、対応するかっこを強調表示します。",
"glyphMargin": "エディターで縦のグリフ余白が表示されるかどうかを制御します。ほとんどの場合、グリフ余白はデバッグに使用されます。",
"useTabStops": "空白の挿入や削除はタブ位置に従って行われます",
"trimAutoWhitespace": "自動挿入された末尾の空白を削除する",
"stablePeek": "エディターのコンテンツをダブルクリックするか、Esc キーを押しても、ピーク エディターを開いたままにします。",
"dragAndDrop": "ドラッグ アンド ドロップによる選択範囲の移動をエディターが許可する必要があるかどうかを制御します。",
"accessibilitySupport.auto": "エディターはスクリーン リーダーがいつ接続されたかを検出するためにプラットフォーム API を使用します。",
"accessibilitySupport.on": "エディターは永続的にスクリーン リーダー向けに最適化されます。",
"accessibilitySupport.off": "エディターはスクリーン リーダー向けに最適化されません。",
"accessibilitySupport": "エディターをスクリーン リーダーに最適化されたモードで実行するかどうかを制御します。",
"links": "エディターがリンクを検出してクリック可能な状態にするかどうかを制御します",
"colorDecorators": "エディターでインライン カラー デコレーターと色の選択を表示する必要があるかどうかを制御します。",
"sideBySide": "差分エディターが差分を横に並べて表示するか、行内に表示するかを制御します",
"ignoreTrimWhitespace": "差分エディターが、先頭または末尾の空白の変更を差分として表示するかどうかを制御します。",
"renderIndicators": "差分エディターが追加/削除された変更に +/- インジケーターを示すかどうかを制御します",
"selectionClipboard": "Linux の PRIMARY クリップボードをサポートするかどうかを制御します。"
}

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.
{
"editorViewAccessibleLabel": "エディターのコンテンツ"
}

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.
{
"accessibilityOffAriaLabel": "現在エディターにアクセスすることはできません。 Alt + F1 キーを押してオプションを選択します。",
"editorViewAccessibleLabel": "エディターのコンテンツ"
}

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.
{
"corrupt.commands": "コマンドの実行中に予期しない例外が発生しました。"
}

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.
{
"mode.tokenizationSupportFailed": "入力のトークン化中にモードが失敗しました。"
}

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.
{
"plainText.alias": "プレーンテキスト"
}

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.
{
"conflict": "この間に次のファイルが変更されました: {0}",
"summary.0": "編集は行われませんでした",
"summary.nm": "{1} 個のファイルで {0} 件のテキスト編集を実行",
"summary.n0": "1 つのファイルで {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.
{
"vscode.extension.contributes.languages": "言語の宣言を提供します。",
"vscode.extension.contributes.languages.id": "言語の ID。",
"vscode.extension.contributes.languages.aliases": "言語の名前のエイリアス。",
"vscode.extension.contributes.languages.extensions": "言語に関連付けられているファイルの拡張子。",
"vscode.extension.contributes.languages.filenames": "言語に関連付けられたファイル名。",
"vscode.extension.contributes.languages.filenamePatterns": "言語に関連付けられたファイル名の glob パターン。",
"vscode.extension.contributes.languages.mimetypes": "言語に関連付けられている MIME の種類。",
"vscode.extension.contributes.languages.firstLine": "言語のファイルの最初の行に一致する正規表現。",
"vscode.extension.contributes.languages.configuration": "言語の構成オプションを含むファイルへの相対パス。"
}

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.
{
"diagAndSourceMultiline": "[{0}]\n{1}",
"diagAndSource": "[{0}] {1}"
}

View File

@@ -0,0 +1,29 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"lineHighlight": "カーソル位置の行を強調表示する背景色。",
"lineHighlightBorderBox": "カーソル位置の行の境界線を強調表示する背景色。",
"rangeHighlight": "Quick Open 機能や検索機能などによって強調表示された範囲の背景色。",
"caret": "エディターのカーソルの色。",
"editorCursorBackground": "選択された文字列の背景色です。選択された文字列の背景色をカスタマイズ出来ます。",
"editorWhitespaces": "エディターのスペース文字の色。",
"editorIndentGuides": "エディター インデント ガイドの色。",
"editorLineNumbers": "エディターの行番号の色。",
"editorRuler": "エディター ルーラーの色。",
"editorCodeLensForeground": "CodeLens エディターの前景色。",
"editorBracketMatchBackground": "一致するかっこの背景色",
"editorBracketMatchBorder": "一致するかっこ内のボックスの色",
"editorOverviewRulerBorder": "概要ルーラーの境界色。",
"editorGutter": "エディターの余白の背景色。余白にはグリフ マージンと行番号が含まれます。",
"errorForeground": "エディターでエラーを示す波線の前景色。",
"errorBorder": "エディターでエラーを示す波線の境界線の色。",
"warningForeground": "エディターで警告を示す波線の前景色。",
"warningBorder": "エディターで警告を示す波線の境界線の色。",
"overviewRulerRangeHighlight": "範囲を強調表示するときの概要ルーラーのマーカー色。",
"overviewRuleError": "エラーを示す概要ルーラーのマーカー色。",
"overviewRuleWarning": "警告を示す概要ルーラーのマーカー色。",
"overviewRuleInfo": "情報を示す概要ルーラーのマーカー色。"
}

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.
{
"introMsg": "VS Code のアクセシビリティ オプションをご利用いただき、ありがとうございます。",
"status": "ステータス:",
"tabFocusModeOnMsg": "現在のエディターで Tab キーを押すと、次のフォーカス可能な要素にフォーカスを移動します。{0} を押すと、この動作が切り替わります。",
"tabFocusModeOnMsgNoKb": "現在のエディターで Tab キーを押すと、次のフォーカス可能な要素にフォーカスを移動します。コマンド {0} は、キー バインドでは現在トリガーできません。",
"tabFocusModeOffMsg": "現在のエディターで Tab キーを押すと、タブ文字が挿入されます。{0} を押すと、この動作が切り替わります。",
"tabFocusModeOffMsgNoKb": "現在のエディターで Tab キーを押すと、タブ文字が挿入されます。コマンド {0} は、キー バインドでは現在トリガーできません。",
"outroMsg": "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.
{
"smartSelect.jumpBracket": "ブラケットへ移動"
}

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.
{
"caret.moveLeft": "キャレットを左に移動",
"caret.moveRight": "キャレットを右に移動"
}

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.
{
"transposeLetters.label": "文字の入れ替え"
}

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.
{
"actions.clipboard.cutLabel": "切り取り",
"actions.clipboard.copyLabel": "コピー",
"actions.clipboard.pasteLabel": "貼り付け",
"actions.clipboard.copyWithSyntaxHighlightingLabel": "構文を強調表示してコピー"
}

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.
{
"comment.line": "行コメントの切り替え",
"comment.line.add": "行コメントの追加",
"comment.line.remove": "行コメントの削除",
"comment.block": "ブロック コメントの切り替え"
}

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.
{
"action.showContextMenu.label": "エディターのコンテキスト メニューの表示"
}

View File

@@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"label.find": "検索",
"placeholder.find": "検索",
"label.previousMatchButton": "前の一致項目",
"label.nextMatchButton": "次の一致項目",
"label.toggleSelectionFind": "選択範囲を検索",
"label.closeButton": "閉じる",
"label.replace": "置換",
"placeholder.replace": "置換",
"label.replaceButton": "置換",
"label.replaceAllButton": "すべて置換",
"label.toggleReplaceButton": "置換モードの切り替え",
"title.matchesCountLimit": "最初の 999 の結果だけを強調表示しますが、テキスト全体を検索します。",
"label.matchesLocation": "{1} の {0}",
"label.noResults": "結果なし"
}

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.
{
"label.find": "検索",
"placeholder.find": "検索",
"label.previousMatchButton": "前の一致項目",
"label.nextMatchButton": "次の一致項目",
"label.closeButton": "閉じる"
}

View File

@@ -0,0 +1,21 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"startFindAction": "検索",
"findNextMatchAction": "次を検索",
"findPreviousMatchAction": "前を検索",
"nextSelectionMatchFindAction": "次の選択項目を検索",
"previousSelectionMatchFindAction": "前の選択項目を検索",
"startReplace": "置換",
"addSelectionToNextFindMatch": "選択した項目を次の一致項目に追加",
"addSelectionToPreviousFindMatch": "選んだ項目を前の一致項目に追加する",
"moveSelectionToNextFindMatch": "最後に選択した項目を次の一致項目に移動",
"moveSelectionToPreviousFindMatch": "最後に選んだ項目を前の一致項目に移動する",
"selectAllOccurrencesOfFindMatch": "一致するすべての出現箇所を選択します",
"changeAll.label": "すべての出現箇所を変更",
"showNextFindTermAction": "次の検索語句を表示",
"showPreviousFindTermAction": "前の検索語句を表示"
}

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.
{
"unfoldAction.label": "展開",
"unFoldRecursivelyAction.label": "再帰的に展開",
"foldAction.label": "折りたたみ",
"foldRecursivelyAction.label": "再帰的に折りたたむ",
"foldAllAction.label": "すべて折りたたみ",
"unfoldAllAction.label": "すべて展開",
"foldLevelAction.label": "折りたたみレベル {0}"
}

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