mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"cssserver.name": "CSS 言語サーバー",
|
||||
"folding.start": "折りたたみ領域の開始",
|
||||
"folding.end": "折りたたみ領域の終了"
|
||||
}
|
||||
81
i18n/jpn/extensions/css-language-features/package.i18n.json
Normal file
81
i18n/jpn/extensions/css-language-features/package.i18n.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "CSS 言語機能",
|
||||
"description": "CSS、LESS、SCSS ファイルに豊富な言語サポートを提供。",
|
||||
"css.title": "CSS",
|
||||
"css.lint.argumentsInColorFunction.desc": "無効なパラメーター数値",
|
||||
"css.lint.boxModel.desc": "padding や border を使用するときに width や height を使用しないでください",
|
||||
"css.lint.compatibleVendorPrefixes.desc": "ベンダー プレフィックス を使用するときは、他すべてのベンダー プレフィックスも必ず含めてください",
|
||||
"css.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
|
||||
"css.lint.emptyRules.desc": "空の規則セットを使用しないでください",
|
||||
"css.lint.float.desc": "'float' の使用を避けてください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
|
||||
"css.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
|
||||
"css.lint.hexColorLength.desc": "Hex には 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 によってプロパティを無視します。例: '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.title": "LESS",
|
||||
"less.lint.argumentsInColorFunction.desc": "無効なパラメーター数値",
|
||||
"less.lint.boxModel.desc": "padding や border を使用するときに width や height を使用しないでください",
|
||||
"less.lint.compatibleVendorPrefixes.desc": "ベンダー プレフィックス を使用するときは、他すべてのベンダー プレフィックスも必ず含めてください",
|
||||
"less.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
|
||||
"less.lint.emptyRules.desc": "空の規則セットを使用しないでください",
|
||||
"less.lint.float.desc": "'float' の使用を避けてください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
|
||||
"less.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
|
||||
"less.lint.hexColorLength.desc": "Hex には 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 によってプロパティを無視します。例: '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.title": "SCSS (Sass)",
|
||||
"scss.lint.argumentsInColorFunction.desc": "無効なパラメーター数値",
|
||||
"scss.lint.boxModel.desc": "padding や border を使用するときに width や height を使用しないでください",
|
||||
"scss.lint.compatibleVendorPrefixes.desc": "ベンダー プレフィックス を使用するときは、他すべてのベンダー プレフィックスも必ず含めてください",
|
||||
"scss.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
|
||||
"scss.lint.emptyRules.desc": "空の規則セットを使用しないでください",
|
||||
"scss.lint.float.desc": "'float' の使用を避けてください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
|
||||
"scss.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
|
||||
"scss.lint.hexColorLength.desc": "Hex には 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 によってプロパティを無視します。例: '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` を使用してください。"
|
||||
}
|
||||
@@ -6,76 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "CSS 言語機能",
|
||||
"description": "CSS、LESS、SCSS ファイルに豊富な言語サポートを提供。",
|
||||
"css.title": "CSS",
|
||||
"css.lint.argumentsInColorFunction.desc": "無効なパラメーター数値",
|
||||
"css.lint.boxModel.desc": "padding や border を使用するときに width や height を使用しないでください",
|
||||
"css.lint.compatibleVendorPrefixes.desc": "ベンダー プレフィックス を使用するときは、他すべてのベンダー プレフィックスも必ず含めてください",
|
||||
"css.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
|
||||
"css.lint.emptyRules.desc": "空の規則セットを使用しないでください",
|
||||
"css.lint.float.desc": "'float' の使用を避けてください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
|
||||
"css.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
|
||||
"css.lint.hexColorLength.desc": "Hex には 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 によってプロパティを無視します。例: '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.title": "LESS",
|
||||
"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.title": "SCSS (Sass)",
|
||||
"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` を使用してください。"
|
||||
"displayName": "CSS の基本言語サポート",
|
||||
"description": "CSS、LESS、SCSS ファイル内で構文ハイライト、かっこ一致を提供します。"
|
||||
}
|
||||
@@ -35,7 +35,7 @@
|
||||
"emmetExtensionsPath": "Emmet のプロファイルとスニペットを含むフォルダーへのパス。",
|
||||
"emmetShowExpandedAbbreviation": "展開された Emmet 省略記法を候補として表示します。\n\"inMarkupAndStylesheetFilesOnly\" オプションは、html、haml、jade、slim、xml、xsl、css、scss、sass、less、stylus に適用されます。\n\"always\" オプションは markup/css に関係なくファイルのすべての部分に適用されます。",
|
||||
"emmetShowAbbreviationSuggestions": "利用できる Emmet 省略記法を候補として表示します。スタイルシートや emmet.showExpandedAbbreviation を \"never\" に設定していると適用されません。",
|
||||
"emmetIncludeLanguages": "既定でサポートされていない言語で Emmet 省略記法を有効にします。 言語と Emmet がサポートする言語の間にマッピングを追加します。\n例: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
|
||||
"emmetIncludeLanguages": "既定でサポートされていない言語で Emmet 略語を有効にします。ここに、その言語と Emmet でサポートされる言語のマッピングを追加します。\n 例: {\"vue-html\":\"html\"、\"javascript\":\"javascriptreact\"}",
|
||||
"emmetVariables": "Emmet のスニペットで使用される変数",
|
||||
"emmetTriggerExpansionOnTab": "有効にすると、TAB キーを押したときに Eemmet 省略記法が展開されます。",
|
||||
"emmetPreferences": "Emmet の一部のアクションやリゾルバーの動作の変更に使用される基本設定。",
|
||||
@@ -59,5 +59,7 @@
|
||||
"emmetPreferencesCssWebkitProperties": "Emmet 省略記法で使用される場合に `-` で始まる 'webkit' ベンダー プレフィックスを取得するカンマ区切りの CSS プロパティ。常に 'webkit' プレフィックスを避ける場合は空の文字列に設定します。",
|
||||
"emmetPreferencesCssMozProperties": "Emmet 省略記法で使用される場合に `-` で始まる 'moz' ベンダー プレフィックスを取得するカンマ区切りの CSS プロパティ。常に 'moz' プレフィックスを避ける場合は空の文字列に設定します。",
|
||||
"emmetPreferencesCssOProperties": "Emmet 省略記法で使用される場合に `-` で始まる 'o' ベンダー プレフィックスを取得するカンマ区切りの CSS プロパティ。常に 'o' プレフィックスを避ける場合は空の文字列に設定します。",
|
||||
"emmetPreferencesCssMsProperties": "Emmet 省略記法で使用される場合に `-` で始まる 'ms' ベンダー プレフィックスを取得するカンマ区切りの CSS プロパティ。常に 'ms' プレフィックスを避ける場合は空の文字列に設定します。"
|
||||
"emmetPreferencesCssMsProperties": "Emmet 省略記法で使用される場合に `-` で始まる 'ms' ベンダー プレフィックスを取得するカンマ区切りの CSS プロパティ。常に 'ms' プレフィックスを避ける場合は空の文字列に設定します。",
|
||||
"emmetPreferencesCssFuzzySearchMinScore": "あいまい検索の省略形が達成すべき (0 から 1 の) 最小スコア。値が低ければ多くの誤検出が発生する可能性があります。値が高ければ一致する見込みが減る可能性があります。",
|
||||
"emmetOptimizeStylesheetParsing": "false に設定すると、現在位置が Emmet 略語の展開位置として有効かどうかを判定するためにファイル全体を解析します。true に設定すると、css/scss/less ファイルの現在位置周辺のコンテンツのみを解析します。"
|
||||
}
|
||||
@@ -11,9 +11,7 @@
|
||||
"create branch": "$(plus) 新しいブランチを作成",
|
||||
"repourl": "リポジトリ URL",
|
||||
"parent": "親ディレクトリ",
|
||||
"cancel": "$(sync~spin) リポジトリのクローン中... キャンセルをクリックしてください",
|
||||
"cancel tooltip": "クローンのキャンセル",
|
||||
"cloning": "Git リポジトリを複製しています...",
|
||||
"cloning": "Git リポジトリ '{0}' を複製しています...",
|
||||
"openrepo": "リポジトリを開く",
|
||||
"proposeopen": "クローンしたリポジトリを開きますか?",
|
||||
"init": "Git リポジトリを初期化するワークスペース フォルダーを選択してください",
|
||||
@@ -75,7 +73,7 @@
|
||||
"ok": "OK",
|
||||
"push with tags success": "タグが正常にプッシュされました。",
|
||||
"pick remote": "リモートを選んで、ブランチ '{0}' を次に公開します:",
|
||||
"sync is unpredictable": "このアクションはコミットを '{0}' との間でプッシュしたりプルしたりします。",
|
||||
"sync is unpredictable": "このアクションはコミットを '{0}/{1}' との間でプッシュしたりプルしたりします。",
|
||||
"never again": "OK、今後は表示しない",
|
||||
"no remotes to publish": "リポジトリには、発行先として構成されているリモートがありません。",
|
||||
"no changes stash": "スタッシュする変更がありません。",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Git",
|
||||
"description": "Git SCM の統合",
|
||||
"description": "Git SCM統合",
|
||||
"command.clone": "クローン",
|
||||
"command.init": "リポジトリの初期化",
|
||||
"command.close": "リポジトリを閉じる",
|
||||
@@ -77,6 +77,7 @@
|
||||
"config.showInlineOpenFileAction": "Git 変更の表示内にインラインのファイルを開くアクションを表示するかどうかを制御します。",
|
||||
"config.inputValidation": "コミット メッセージの入力検証をいつ表示するかを制御します。",
|
||||
"config.detectSubmodules": "Git のサブモジュールを自動的に検出するかどうかを制御します。",
|
||||
"config.detectSubmodulesLimit": "Git サブモジュールの検出の制限を制御します。",
|
||||
"colors.modified": "リソースを改変した場合の配色",
|
||||
"colors.deleted": "リソースを検出した場合の配色",
|
||||
"colors.untracked": "リソースを追跡しない場合の配色",
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"htmlserver.name": "HTML 言語サーバー",
|
||||
"folding.start": "折りたたみ領域の開始",
|
||||
"folding.end": "折りたたみ領域の終了"
|
||||
}
|
||||
33
i18n/jpn/extensions/html-language-features/package.i18n.json
Normal file
33
i18n/jpn/extensions/html-language-features/package.i18n.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "HTML 言語機能",
|
||||
"description": "HTML、Razor、Handlebar ファイルに豊富な言語サポートを提供。",
|
||||
"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 タグの自動クローズを有効/無効にします。"
|
||||
}
|
||||
@@ -6,29 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "HTML 言語機能",
|
||||
"description": "HTML、Razor、Handlebar ファイルに豊富な言語サポートを提供。",
|
||||
"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.experimental.syntaxFolding": "構文の折りたたみマーカー認識を有効/無効にします。",
|
||||
"html.autoClosingTags": "HTML タグの自動クローズを有効/無効にします。"
|
||||
"displayName": "HTML の基本言語サポート",
|
||||
"description": "HTML ファイル内で構文ハイライト、かっこ一致、スニペットを提供"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"jsonserver.name": "JSON 言語サーバー"
|
||||
}
|
||||
20
i18n/jpn/extensions/json-language-features/package.i18n.json
Normal file
20
i18n/jpn/extensions/json-language-features/package.i18n.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "JSON 言語機能",
|
||||
"description": "JSON ファイルに豊富な言語サポートを提供。",
|
||||
"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` を使用してください。"
|
||||
}
|
||||
@@ -6,16 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "JSON 言語機能",
|
||||
"description": "JSON ファイルに豊富な言語サポートを提供。",
|
||||
"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` を使用してください。",
|
||||
"json.experimental.syntaxFolding": "構文の折りたたみマーカー認識を有効/無効にします。"
|
||||
"displayName": "JSON の基本言語サポート",
|
||||
"description": "JSON ファイル内で構文ハイライト、かっこ一致を提供"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"onPreviewStyleLoadError": "'markdown.styles' を読み込むことができません: {0}"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"lockedPreviewTitle": "[プレビュー] {0}",
|
||||
"previewTitle": "プレビュー {0}"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"preview.securityMessage.text": "このドキュメントで一部のコンテンツが無効になっています",
|
||||
"preview.securityMessage.title": "安全でない可能性があるか保護されていないコンテンツは、マークダウン プレビューで無効化されています。保護されていないコンテンツやスクリプトを有効にするには、マークダウン プレビューのセキュリティ設定を変更してください",
|
||||
"preview.securityMessage.label": "セキュリティが無効なコンテンツの警告"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"strict.title": "高レベル",
|
||||
"strict.description": "セキュリティで保護されたコンテンツのみを読み込む",
|
||||
"insecureLocalContent.title": "安全でないローカル コンテンツを許可する",
|
||||
"insecureLocalContent.description": "localhost から http で提供されるコンテンツの読み込みを有効にします",
|
||||
"insecureContent.title": "セキュリティで保護されていないコンテンツを許可する",
|
||||
"insecureContent.description": "HTTP を介したコンテンツの読み込みを有効にする",
|
||||
"disable.title": "無効にする",
|
||||
"disable.description": "すべてのコンテンツとスクリプトの実行を許可します。推奨されません。",
|
||||
"moreInfo.title": "詳細情報",
|
||||
"enableSecurityWarning.title": "このワークスペースでプレビューのセキュリティ警告を有効にする",
|
||||
"disableSecurityWarning.title": "このワークスペースでプレビューのセキュリティ警告を有効にする",
|
||||
"toggleSecurityWarning.description": "コンテンツのセキュリティ レベルに影響しません",
|
||||
"preview.showPreviewSecuritySelector.title": "ワークスペースのマークダウン プレビューに関するセキュリティ設定を選択 "
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Markdown 言語機能",
|
||||
"description": "Markdown に豊富な言語サポートを提供。",
|
||||
"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.scrollPreviewWithEditor.desc": "マークダウンのエディターをスクロールすると、プレビューのビューが更新されます。",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.desc": "[非推奨] エディターの現在選択されている行を表示するためにマークダウン プレビューをスクロールします。",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "この設定は 'markdown.preview.scrollPreviewWithEditor' に置き換えられ、もはや有効ではありません。",
|
||||
"markdown.preview.title": "プレビューを開く",
|
||||
"markdown.previewFrontMatter.dec": "マークダウン プレビューで YAML front matter がレンダリングされる方法を設定します。'hide' の場合、front matter が削除されます。その他の場合には、front matter はマークダウン コンテンツとして処理されます。",
|
||||
"markdown.previewSide.title": "プレビューを横に表示",
|
||||
"markdown.showLockedPreviewToSide.title": "ロックされたプレビューを横に表示",
|
||||
"markdown.showSource.title": "ソースの表示",
|
||||
"markdown.styles.dec": "マークダウン プレビューから使用する CSS スタイル シートの URL またはローカル パスの一覧。相対パスは、エクスプローラーで開かれているフォルダーへの絶対パスと解釈されます。開かれているフォルダーがない場合、マークダウン ファイルの場所を基準としていると解釈されます。'\\' はすべて '\\\\' と入力する必要があります。",
|
||||
"markdown.showPreviewSecuritySelector.title": "プレビュー のセキュリティ設定を変更",
|
||||
"markdown.trace.desc": "マークダウン拡張機能のデバッグ ログを有効にします。",
|
||||
"markdown.preview.refresh.title": "プレビューを更新",
|
||||
"markdown.preview.toggleLock.title": "プレビュー ロックの切り替え"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
|
||||
11
i18n/jpn/extensions/npm/out/npmView.i18n.json
Normal file
11
i18n/jpn/extensions/npm/out/npmView.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"npm.noDebugOptions": "スクリプトの Node デバッグ オプションが不足しているため、\"{0}\" をデバッグ起動できません。例: --inspect-brk\"。",
|
||||
"npm.scriptInvalid": "スクリプト '{0}' が見つかりませんでした。ビューを更新してください。"
|
||||
}
|
||||
10
i18n/jpn/extensions/npm/out/tasks.i18n.json
Normal file
10
i18n/jpn/extensions/npm/out/tasks.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"npm.parseError": "npmタスク検出: ファイル {0} の解析に失敗しました"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -12,7 +12,15 @@
|
||||
"config.npm.runSilent": "`--silent` オプションを使用して npm コマンドを実行する。",
|
||||
"config.npm.packageManager": "スクリプトを実行するために使用するパッケージ マネージャー。",
|
||||
"config.npm.exclude": "自動スクリプト検出から除外するフォルダーの glob パターンを構成します。",
|
||||
"config.npm.enableScriptExplorer": "'package.json' ファイルがワークスペースに含まれている場合、npm スクリプトのエクスプ ローラー ビューを有効にします。",
|
||||
"npm.parseError": "npmタスク検出: ファイル {0} の解析に失敗しました",
|
||||
"taskdef.script": "カスタマイズする npm スクリプト。",
|
||||
"taskdef.path": "スクリプトを提供する package.json ファイルのフォルダーへのパス。省略をすることができます。"
|
||||
"taskdef.path": "スクリプトを提供する package.json ファイルのフォルダーへのパス。省略をすることができます。",
|
||||
"view.name": "Npm スクリプト",
|
||||
"command.refresh": "最新の情報に更新",
|
||||
"command.run": "実行",
|
||||
"command.debug": "デバッグ",
|
||||
"command.openScript": "Open",
|
||||
"npm.scriptInvalid": "スクリプト '{0}' が見つかりませんでした。ビューを更新してください。",
|
||||
"npm.noDebugOptions": "スクリプトの Node デバッグ オプションが不足しているため、\"{0}\" をデバッグ起動できません。例: --inspect-brk\"。"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"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 を実行できませんでした。理由は不明です。"
|
||||
}
|
||||
18
i18n/jpn/extensions/php-language-features/package.i18n.json
Normal file
18
i18n/jpn/extensions/php-language-features/package.i18n.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"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 の検証を無効にします (ワークスペース設定として定義)。",
|
||||
"displayName": "PHP 言語機能",
|
||||
"description": "PHP ファイルに豊富な言語サポートを提供します。"
|
||||
}
|
||||
@@ -2,17 +2,10 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT 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 の検証を無効にします (ワークスペース設定として定義)。",
|
||||
"displayName": "PHP 言語機能",
|
||||
"description": "PHP ファイルの IntelliSense、リンティング、および基本言語サポートを提供します。"
|
||||
"displayName": "PHP の基本言語サポート",
|
||||
"description": "PHP ファイル内に構文ハイライト、かっこ一致を提供します。"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"typescript.projectConfigNoWorkspace": "TypeScript または JavaScript プロジェクトを使用するには、VS Code でフォルダーを開いてください",
|
||||
"typescript.projectConfigUnsupportedFile": "TypeScript または JavaScript のプロジェクトを判別できませんでした。サポートされていないファイルの種類です",
|
||||
"typescript.projectConfigCouldNotGetInfo": "TypeScript または JavaScript のプロジェクトを判別できませんでした",
|
||||
"typescript.noTypeScriptProjectConfig": "ファイルは TypeScript プロジェクトの一部ではありません。詳細情報は [こちら]({1}) をクリックしてください。",
|
||||
"typescript.noJavaScriptProjectConfig": "ファイルは JavaScript プロジェクトの一部ではありません。詳細情報は [こちら]({1}) をクリックしてください。",
|
||||
"typescript.configureTsconfigQuickPick": "tsconfig.json を構成する",
|
||||
"typescript.configureJsconfigQuickPick": "jsconfig.json を構成する"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"selectCodeAction": "適用するコード アクションを選択",
|
||||
"acquiringTypingsLabel": "Typings の定義ファイルを取得中...",
|
||||
"acquiringTypingsDetail": "IntelliSense の Typings の定義ファイルを取得しています。",
|
||||
"autoImportLabel": "{0} から自動インポート"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"ts-check": "JavaScript ファイルのセマンティック チェックを有効にします。 ファイルの先頭にある必要があります。",
|
||||
"ts-nocheck": "JavaScript ファイルのセマンティック チェックを無効にします。 ファイルの先頭にある必要があります。",
|
||||
"ts-ignore": "ファイルの次の行で @ts-check エラーを抑制します。"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"oneImplementationLabel": "1 個の実装",
|
||||
"manyImplementationLabel": "{0} 個の実装",
|
||||
"implementationsErrorLabel": "実装を特定できませんでした"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"typescript.jsDocCompletionItem.documentation": "JSDoc コメント"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"oraganizeImportsAction.title": "インポートを整理"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"fixAllInFileLabel": "{0} (ファイルの中のすべてを修正する)"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"oneReferenceLabel": "1 個の参照",
|
||||
"manyReferenceLabel": "{0} 個の参照",
|
||||
"referenceErrorLabel": "参照を判別できませんでした"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"buildTscLabel": "ビルド - {0}",
|
||||
"buildAndWatchTscLabel": "ウォッチ - {0}"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"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 回、予期せずに停止しました。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"invalidVersion": "バージョンが無効です"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"channelName": "TypeScript"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"hintExclude": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、多数のファイルが含まれるフォルダーを除外します。例: {0}",
|
||||
"hintExclude.generic": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、作業していないソース ファイルが含まれるサイズの大きなフォルダーを除外します。",
|
||||
"large.label": "除外の構成",
|
||||
"hintExclude.tooltip": "プロジェクト全体の JavaScript/TypeScript 言語機能を有効にするには、作業していないソース ファイルが含まれるサイズの大きなフォルダーを除外します。"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"installingPackages": "より適した TypeScript IntelliSense に関するデータをフェッチしています",
|
||||
"typesInstallerInitializationFailed.title": "JavaScript 言語機能のための型定義ファイルをインストールできませんでした。NPM のインストールを確認するか、ユーザー設定で 'typescript.npm' を構成してください。詳細は [こちら]({0}) をクリックしてください。",
|
||||
"typesInstallerInitializationFailed.doNotCheckAgain": "今後は表示しない"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"useVSCodeVersionOption": "VS Code のバージョンを使用",
|
||||
"useWorkspaceVersionOption": "ワークスペースのバージョンを使用",
|
||||
"learnMore": "詳細情報",
|
||||
"selectTsVersion": "JavaScript および TypeScript 言語の機能に使用する TypeScript バージョンを選択します"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"couldNotLoadTsVersion": "このパスでは TypeScript のバージョンを読み込むことができません",
|
||||
"noBundledServerFound": "VS Code の tsserver が適切に動作しないウイルス検出ツールなどの他アプリケーションにより削除されました。VS Code を再インストールしてください。"
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "TypeScript と JavaScript の言語機能",
|
||||
"description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
|
||||
"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.pluginPaths": "Typescript 言語サービス プラグインを検出する追加のパス。TypeScript 2.3.0以上が必要。",
|
||||
"typescript.tsserver.pluginPaths.item": "絶対または相対パスのいずれか。相対パスはワークスペース フォルダーに対して解決されます。",
|
||||
"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 のバージョンの選択",
|
||||
"typescript.reportStyleChecksAsWarnings": "スタイルチェックレポートを警告扱いとする",
|
||||
"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 タスクの自動検出を制御します。'off' はこの機能を無効にします。'build' は 1 つのコンパイル実行タスクのみを表示します。'watch' はコンパイルとウォッチ タスクのみを表示します。'on' はビルド タスクとウォッチ タスクの両方を表示します。既定値は 'on' です。",
|
||||
"typescript.problemMatchers.tsc.label": "TypeScript の問題",
|
||||
"typescript.problemMatchers.tscWatch.label": "TypeScript の問題 (ウォッチ モード)",
|
||||
"typescript.quickSuggestionsForPaths": "Import パスを入力するときのクイック候補を有効/無効にします。",
|
||||
"typescript.locale": "TypeScript のエラーを報告するために使用するロケールを設定します。TypeScript 2.6.0 以上が必要です。'null' の規定値は TypeScript のエラーに VS Code のロケールを使用します。",
|
||||
"javascript.implicitProjectConfig.experimentalDecorators": "プロジェクト外の JavaScript ファイルの 'experimentalDecorators' を有効/無効にします。既存の jsconfi.json や tsconfi.json ファイルの設定はこれより優先されます。TypeScript は 2.3.1 以上である必要があります。",
|
||||
"typescript.autoImportSuggestions.enabled": "自動 import 提案を有効/無効にします。TypeScript 2.6.1 以上が必要です",
|
||||
"typescript.experimental.syntaxFolding": "構文の折りたたみマーカー認識を有効/無効にします。",
|
||||
"taskDefinition.tsconfig.description": "TS ビルドを定義する tsconfig ファイル。",
|
||||
"javascript.suggestionActions.enabled": "エディター内で JavaScript ファイルの診断の提案を有効または無効にします。TypeScript 2.8 以上である必要があります。",
|
||||
"typescript.suggestionActions.enabled": "エディター内で TypeScript ファイルの診断の提案を有効または無効にします。TypeScript 2.8 以上である必要があります。"
|
||||
}
|
||||
Reference in New Issue
Block a user