mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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 以上である必要があります。"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"TaskRunner.UNC": "UNC ドライブでシェル コマンドを実行できません。"
|
||||
"TaskRunner.UNC": "UNC ドライブ上のシェル コマンドを実行できません。"
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"incompleteExtract": "不完全。{0} / {1} 個のエントリが抽出されました",
|
||||
"notFound": "zip ファイルの中に {0} が見つかりません。"
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"quickOpenAriaLabelEntry": "{0}、選択",
|
||||
"quickOpenAriaLabelEntry": "{0}, ピッカー",
|
||||
"quickOpenAriaLabel": "選択"
|
||||
}
|
||||
@@ -8,14 +8,15 @@
|
||||
],
|
||||
"previewOnGitHub": "GitHub 上でプレビュー",
|
||||
"loadingData": "データを読み込んでいます...",
|
||||
"rateLimited": "GitHub クエリの制限を超えました。お待ちください。",
|
||||
"similarIssues": "類似の問題",
|
||||
"open": "Open",
|
||||
"closed": "Closed",
|
||||
"noResults": "一致する項目はありません",
|
||||
"noSimilarIssues": "類似の問題は見つかりませんでした",
|
||||
"settingsSearchIssue": "設定検索の問題",
|
||||
"bugReporter": "バグ レポート",
|
||||
"performanceIssue": "パフォーマンスの問題",
|
||||
"featureRequest": "機能欲求",
|
||||
"performanceIssue": "パフォーマンスの問題",
|
||||
"stepsToReproduce": "再現手順",
|
||||
"bugDescription": "問題を再現するための正確な手順を共有します。このとき、期待する結果と実際の結果を提供してください。GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
|
||||
"performanceIssueDesciption": "このパフォーマンスの問題はいつ発生しましたか? それは起動時ですか? それとも特定のアクションのあとですか? GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
|
||||
|
||||
@@ -2,12 +2,18 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"completeInEnglish": "英語で記入して下さい。",
|
||||
"issueTypeLabel": "種類",
|
||||
"issueSourceLabel": "記録",
|
||||
"vscode": "Visual Studio Code",
|
||||
"extension": "拡張機能",
|
||||
"disableExtensionsLabelText": "{0} を実行後に問題を再現してみてください。拡張機能がアクティブな場合にのみ問題が再現する場合は、拡張機能の問題である可能性があります。",
|
||||
"disableExtensions": "すべての拡張機能を無効にしてウィンドウを再読みする",
|
||||
"chooseExtension": "拡張機能",
|
||||
"issueTitleLabel": "題名",
|
||||
"issueTitleRequired": "題名を入力してください",
|
||||
"titleLengthValidation": "タイトルが長すぎます。",
|
||||
@@ -18,13 +24,6 @@
|
||||
"extensions": "私の拡張機能",
|
||||
"searchedExtensions": "見つかった拡張機能",
|
||||
"settingsSearchDetails": "設定検索の詳細",
|
||||
"tryDisablingExtensions": "拡張機能が無効な場合に問題は再現可能ですか?",
|
||||
"yes": "はい",
|
||||
"no": "いいえ",
|
||||
"disableExtensionsLabelText": "{0} を実行後に問題を再現してみてください。",
|
||||
"disableExtensions": "すべての拡張機能を無効にしてウィンドウを再読みする",
|
||||
"showRunningExtensionsLabelText": "拡張機能の問題と疑われる場合、拡張機能の問題を報告するために {0} を実行してください。",
|
||||
"showRunningExtensions": "すべての実行中の拡張機能を表示する",
|
||||
"details": "詳細を入力してください。",
|
||||
"loadingData": "データを読み込んでいます..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"cpu": "CPU %",
|
||||
"memory": "メモリ (MB)",
|
||||
"pid": "pid",
|
||||
"name": "名前",
|
||||
"killProcess": "プロセスの終了",
|
||||
"forceKillProcess": "プロセスの強制終了"
|
||||
}
|
||||
@@ -57,7 +57,7 @@
|
||||
"miPaste": "貼り付け(&&P)",
|
||||
"miFind": "検索(&&F)",
|
||||
"miReplace": "置換(&&R)",
|
||||
"miFindInFiles": "ファイル内を検索(&&I)",
|
||||
"miFindInFiles": "複数ファイルから検索(&&I)",
|
||||
"miReplaceInFiles": "複数のファイルで置換(&&I)",
|
||||
"miEmmetExpandAbbreviation": "Emmet: 略語の展開(&&X)",
|
||||
"miShowEmmetCommands": "Emmet(&&M)...",
|
||||
@@ -146,6 +146,7 @@
|
||||
"miConditionalBreakpoint": "条件付きブレークポイント(&&C)...",
|
||||
"miColumnBreakpoint": "列のブレークポイント(&&O)",
|
||||
"miFunctionBreakpoint": "関数のブレークポイント(&&F)...",
|
||||
"miLogPoint": "ログポイント(&&L)",
|
||||
"miNewBreakpoint": "新しいブレークポイント(&&N)",
|
||||
"miEnableAllBreakpoints": "すべてのブレークポイントを有効にする",
|
||||
"miDisableAllBreakpoints": "すべてのブレークポイントを無効にする(&&L)",
|
||||
@@ -161,6 +162,7 @@
|
||||
"mMergeAllWindows": "すべてのウィンドウを統合",
|
||||
"miToggleDevTools": "開発者ツールの切り替え(&&T)",
|
||||
"miAccessibilityOptions": "ユーザー補助オプション(&&O)",
|
||||
"miOpenProcessExplorerer": "プロセス エクスプローラーを開く(&&P)",
|
||||
"miReportIssue": "問題の報告(&&I)",
|
||||
"miWelcome": "ようこそ(&&W)",
|
||||
"miInteractivePlayground": "対話型プレイグラウンド(&&I)",
|
||||
|
||||
@@ -7,7 +7,10 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"label.close": "閉じる",
|
||||
"header": "{1} の差分 {0}: 変更前の {2}、{3} 行、変更後の {4}、{5} 行",
|
||||
"no_lines": "行なし",
|
||||
"one_line": "1 行",
|
||||
"more_lines": "{0} 行",
|
||||
"header": "{1} の差異 {0}: 変更前 {2}, {3}, 変更後 {4}, {5}",
|
||||
"blankLine": "空白",
|
||||
"equalLine": "変更前の {0}、変更後の {1}: {2}",
|
||||
"insertLine": "+ 変更後の {0}: {1}",
|
||||
|
||||
10
i18n/jpn/src/vs/editor/common/commonCodeEditor.i18n.json
Normal file
10
i18n/jpn/src/vs/editor/common/commonCodeEditor.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."
|
||||
],
|
||||
"cursors.maximum": "カーソルの数は {0} 個に制限されています。"
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"lineNumbers.on": "行番号は、絶対数として表示されます。",
|
||||
"lineNumbers.relative": "行番号は、カーソル位置までの行数として表示されます。",
|
||||
"lineNumbers.interval": "行番号は 10 行ごとに表示されます。",
|
||||
"lineNumbers": "行番号の表示を制御します。使用可能な値は、'on'、'off'、'relative'、'interval' です。",
|
||||
"lineNumbers": "行番号の表示を制御します。",
|
||||
"rulers": "等幅フォントの特定番号の後ろに垂直ルーラーを表示します。複数のルーラーには複数の値を使用します。配列が空の場合はルーラーを表示しません。",
|
||||
"wordSeparators": "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字",
|
||||
"tabSize": "1 つのタブに相当するスペースの数。`editor.detectIndentation` がオンの場合、この設定はファイル コンテンツに基づいて上書きされます。",
|
||||
@@ -28,8 +28,8 @@
|
||||
"scrollBeyondLastLine": "エディターで最後の行を越えてスクロールするかどうかを制御します",
|
||||
"smoothScrolling": "アニメーションでエディターをスクロールするかどうかを制御します",
|
||||
"minimap.enabled": "ミニマップを表示するかどうかを制御します",
|
||||
"minimap.side": "ミニマップの表示を制御します。使用可能な値は 'right'、および 'left' です。",
|
||||
"minimap.showSlider": "ミニマップのスライダーを自動的に非表示にするかどうかを制御します。指定できる値は 'always' と 'mouseover' です",
|
||||
"minimap.side": "ミニマップを表示する場所を制御します。",
|
||||
"minimap.showSlider": "ミニマップのスライダーを自動的に非表示にするかどうかを制御します。",
|
||||
"minimap.renderCharacters": "行に (カラー ブロックではなく) 実際の文字を表示します",
|
||||
"minimap.maxColumn": "表示するミニマップの最大幅を特定の桁数に制限します",
|
||||
"find.seedSearchStringFromSelection": "エディターの選択から検索ウィジェット内の検索文字列を与えるかどうかを制御します",
|
||||
@@ -46,6 +46,7 @@
|
||||
"multiCursorModifier.ctrlCmd": "Windows および Linux 上の `Control` キーと macOS 上の `Command` キーに割り当てます。",
|
||||
"multiCursorModifier.alt": "Windows および Linux 上の `Alt` キーと macOS 上の `Option` キーに割り当てます。",
|
||||
"multiCursorModifier": "マウスを使用して複数のカーソルを追加するときに使用する修飾キーです。`ctrlCmd` は Windows および Linux 上の `Control` キーと macOS 上の `Command` キーに割り当てます。「定義に移動」や「リンクを開く」のマウス操作は、マルチカーソルの修飾キーと競合しないように適用されます。",
|
||||
"multiCursorMergeOverlapping": "複数のカーソルが重なっているときは、マージします。",
|
||||
"quickSuggestions.strings": "文字列内でクイック候補を有効にします。",
|
||||
"quickSuggestions.comments": "コメント内でクイック候補を有効にします。",
|
||||
"quickSuggestions.other": "文字列およびコメント外でクイック候補を有効にします。",
|
||||
@@ -76,7 +77,7 @@
|
||||
"occurrencesHighlight": "エディターでセマンティック シンボルの出現箇所を強調表示するかどうかを制御します",
|
||||
"overviewRulerLanes": "概要ルーラーの同じ位置に表示できる装飾の数を制御します",
|
||||
"overviewRulerBorder": "概要ルーラーの周囲に境界線が描画されるかどうかを制御します。",
|
||||
"cursorBlinking": "カーソルのアニメーション スタイルを制御します。指定できる値は 'blink'、'smooth'、'phase'、'expand'、'solid' です",
|
||||
"cursorBlinking": "カーソルのアニメーション方式を制御します。",
|
||||
"mouseWheelZoom": "Ctrl キーを押しながらマウス ホイールを使用してエディターのフォントをズームします",
|
||||
"cursorStyle": "カーソルのスタイルを制御します。指定できる値は 'block'、'block-outline'、'line'、'line-thin'、'underline'、'underline-thin' です",
|
||||
"cursorWidth": "editor.cursorStyle が 'line' に設定されている場合、カーソルの幅を制御する",
|
||||
@@ -86,8 +87,11 @@
|
||||
"renderControlCharacters": "エディターで制御文字を表示する必要があるかどうかを制御します",
|
||||
"renderIndentGuides": "エディターでインデントのガイドを表示する必要があるかどうかを制御します",
|
||||
"renderLineHighlight": "エディターが現在の行をどのように強調表示するかを制御します。考えられる値は 'none'、'gutter'、'line'、'all' です。",
|
||||
"codeLens": "エディターで CodeLens を表示するかどうかを制御する",
|
||||
"codeLens": "エディターが CodeLens を表示するかどうかを制御します",
|
||||
"folding": "エディターでコードの折りたたみを有効にするかどうかを制御します",
|
||||
"foldingStrategyAuto": "利用可能であれば、言語に特有の折りたたみ方式を使用して、そうでない場合はインデント方式に戻ります。",
|
||||
"foldingStrategyIndentation": "常にインデントに基づく折りたたみ方式を使用します",
|
||||
"foldingStrategy": "折りたたみ範囲の計算方法を制御します。'auto' は利用可能であれば言語固有の折りたたみ方式を使用します。'indentation' は常にインデントに基づく折りたたみ方式を使用します。",
|
||||
"showFoldingControls": "余白上の折りたたみコントロールを自動的に非表示にするかどうかを制御します 。",
|
||||
"matchBrackets": "かっこを選択すると、対応するかっこを強調表示します。",
|
||||
"glyphMargin": "エディターで縦のグリフ余白が表示されるかどうかを制御します。ほとんどの場合、グリフ余白はデバッグに使用されます。",
|
||||
@@ -102,8 +106,12 @@
|
||||
"links": "エディターがリンクを検出してクリック可能な状態にするかどうかを制御します",
|
||||
"colorDecorators": "エディターでインライン カラー デコレーターと色の選択を表示する必要があるかどうかを制御します。",
|
||||
"codeActions": "コード アクション (lightbulb) を有効にする",
|
||||
"codeActionsOnSave.organizeImports": "保存時にインポートの整理を実行しますか?",
|
||||
"codeActionsOnSave": "保存時に実行されるコードアクションの種類。",
|
||||
"codeActionsOnSaveTimeout": "保存時に実行されるコード アクションのタイムアウト値。",
|
||||
"selectionClipboard": "Linux の PRIMARY クリップボードをサポートするかどうかを制御します。",
|
||||
"sideBySide": "差分エディターが差分を横に並べて表示するか、行内に表示するかを制御します",
|
||||
"ignoreTrimWhitespace": "差分エディターが、先頭または末尾の空白の変更を差分として表示するかどうかを制御します。",
|
||||
"largeFileOptimizations": "大きなファイルでメモリが集中する特定の機能を無効にするための特別な処理。",
|
||||
"renderIndicators": "差分エディターが追加/削除された変更に +/- インジケーターを示すかどうかを制御します"
|
||||
}
|
||||
@@ -14,8 +14,10 @@
|
||||
"editorCursorBackground": "選択された文字列の背景色です。選択された文字列の背景色をカスタマイズ出来ます。",
|
||||
"editorWhitespaces": "エディターのスペース文字の色。",
|
||||
"editorIndentGuides": "エディター インデント ガイドの色。",
|
||||
"editorActiveIndentGuide": "アクティブなエディターのインデント ガイドの色。",
|
||||
"editorLineNumbers": "エディターの行番号の色。",
|
||||
"editorActiveLineNumber": "エディターのアクティブ行番号の色",
|
||||
"deprecatedEditorActiveLineNumber": "id は使用しないでください。代わりに 'EditorLineNumber.activeForeground' を使用してください。",
|
||||
"editorRuler": "エディター ルーラーの色。",
|
||||
"editorCodeLensForeground": "CodeLens エディターの前景色。",
|
||||
"editorBracketMatchBackground": "一致するかっこの背景色",
|
||||
@@ -28,7 +30,9 @@
|
||||
"warningBorder": "エディターで警告を示す波線の境界線の色。",
|
||||
"infoForeground": "エディターで情報を示す波線の前景色。",
|
||||
"infoBorder": "エディターで情報を示す波線の境界線の色。",
|
||||
"overviewRulerRangeHighlight": "範囲を強調表示するときの概要ルーラーのマーカー色。",
|
||||
"hintForeground": "エディターでヒントを示す波線の前景色。",
|
||||
"hintBorder": "エディターでヒントを示す波線の境界線の色。",
|
||||
"overviewRulerRangeHighlight": "範囲を強調表示するときの概要ルーラーのマーカー色。この色は下地の色に紛れないよう不明瞭であってはいけません。",
|
||||
"overviewRuleError": "エラーを示す概要ルーラーのマーカー色。",
|
||||
"overviewRuleWarning": "警告を示す概要ルーラーのマーカー色。",
|
||||
"overviewRuleInfo": "情報を示す概要ルーラーのマーカー色。"
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"quickFixWithKb": "修正プログラム ({0}) を表示する",
|
||||
"quickFix": "修正プログラムを表示する",
|
||||
"quickfix.trigger.label": "クイック フィックス...",
|
||||
"editor.action.quickFix.noneMessage": "利用可能なコード アクションはありません",
|
||||
"refactor.label": "リファクター...",
|
||||
"editor.action.refactor.noneMessage": "利用可能なリファクタリングはありません",
|
||||
"source.label": "ソース アクション...",
|
||||
"editor.action.source.noneMessage": "利用可能なソース アクションはありません",
|
||||
"organizeImports.label": "インポートを整理",
|
||||
"editor.action.organize.noneMessage": "利用可能なインポートの整理アクションはありません"
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"startFindAction": "検索",
|
||||
"startFindWithSelectionAction": "選択範囲を検索",
|
||||
"findNextMatchAction": "次を検索",
|
||||
"findPreviousMatchAction": "前を検索",
|
||||
"nextSelectionMatchFindAction": "次の選択項目を検索",
|
||||
|
||||
@@ -12,5 +12,7 @@
|
||||
"hintnn": "行 {1} と {2} の間で {0} 個の書式設定を編集",
|
||||
"no.provider": "インストールされた '{0}'ファイル用のフォーマッターが存在しません。",
|
||||
"formatDocument.label": "ドキュメントのフォーマット",
|
||||
"formatSelection.label": "選択範囲のフォーマット"
|
||||
"no.documentprovider": "インストールされた '{0}'ファイル用のドキュメント フォーマッターが存在しません。",
|
||||
"formatSelection.label": "選択範囲のフォーマット",
|
||||
"no.selectionprovider": "インストールされた '{0}' ファイル用の選択範囲フォーマッターが存在しません。"
|
||||
}
|
||||
@@ -6,11 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"title.wo_source": "({0}/{1})",
|
||||
"markerAction.next.label": "次の問題 (エラー、警告、情報) へ移動",
|
||||
"markerAction.previous.label": "前の問題 (エラー、警告、情報) へ移動",
|
||||
"editorMarkerNavigationError": "エディターのマーカー ナビゲーション ウィジェットのエラーの色。",
|
||||
"editorMarkerNavigationWarning": "エディターのマーカー ナビゲーション ウィジェットの警告の色。",
|
||||
"editorMarkerNavigationInfo": "エディターのマーカー ナビゲーション ウィジェットの情報の色。",
|
||||
"editorMarkerNavigationBackground": "エディターのマーカー ナビゲーション ウィジェットの背景。"
|
||||
"markerAction.previous.label": "前の問題 (エラー、警告、情報) へ移動"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"title.wo_source": "({0}/{1})",
|
||||
"editorMarkerNavigationError": "エディターのマーカー ナビゲーション ウィジェットのエラーの色。",
|
||||
"editorMarkerNavigationWarning": "エディターのマーカー ナビゲーション ウィジェットの警告の色。",
|
||||
"editorMarkerNavigationInfo": "エディターのマーカー ナビゲーション ウィジェットの情報の色。",
|
||||
"editorMarkerNavigationBackground": "エディターのマーカー ナビゲーション ウィジェットの背景。"
|
||||
}
|
||||
@@ -10,7 +10,9 @@
|
||||
"links.navigate": "Ctrl キーを押しながらクリックしてリンク先を表示",
|
||||
"links.command.mac": "command キーを押しながらクリックしてコマンドを実行",
|
||||
"links.command": "Ctrl キーを押しながらクリックしてコマンドを実行",
|
||||
"links.navigate.al.mac": "Option キーを押しながらクリックしてリンク先を表示",
|
||||
"links.navigate.al": "Altl キーを押しながらクリックしてリンク先を表示",
|
||||
"links.command.al.mac": "Option キーを押しながらクリックしてコマンドを実行",
|
||||
"links.command.al": "Alt キーを押しながらクリックしてコマンドを実行",
|
||||
"invalid.url": "このリンクは形式が正しくないため開くことができませんでした: {0}",
|
||||
"missing.url": "このリンクはターゲットが存在しないため開くことができませんでした。",
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"editor.readonly": "読み取り専用のエディターは編集できません"
|
||||
}
|
||||
@@ -25,5 +25,6 @@
|
||||
"peekViewEditorBackground": "ピーク ビュー エディターの背景色。",
|
||||
"peekViewEditorGutterBackground": "ピーク ビュー エディターの余白の背景色。",
|
||||
"peekViewResultsMatchHighlight": "ピーク ビュー結果リストの一致した強調表示色。",
|
||||
"peekViewEditorMatchHighlight": "ピーク ビュー エディターの一致した強調表示色。"
|
||||
"peekViewEditorMatchHighlight": "ピーク ビュー エディターの一致した強調表示色。",
|
||||
"peekViewEditorMatchHighlightBorder": "ピーク ビュー エディターの一致した強調境界色。"
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"Sunday": "日曜日",
|
||||
"Monday": "月曜日",
|
||||
"Tuesday": "火曜日",
|
||||
"Wednesday": "水曜日",
|
||||
"Thursday": "木曜日",
|
||||
"Friday": "金曜日",
|
||||
"Saturday": "土曜日",
|
||||
"SundayShort": "日",
|
||||
"MondayShort": "月",
|
||||
"TuesdayShort": "火",
|
||||
"WednesdayShort": "水",
|
||||
"ThursdayShort": "木",
|
||||
"FridayShort": "金",
|
||||
"SaturdayShort": "土",
|
||||
"January": "1 月",
|
||||
"February": "2 月",
|
||||
"March": "3 月",
|
||||
"April": "4 月",
|
||||
"May": "5 月",
|
||||
"June": "6 月",
|
||||
"July": "7 月",
|
||||
"August": "8 月",
|
||||
"September": "9 月",
|
||||
"October": "10 月",
|
||||
"November": "11 月",
|
||||
"December": "12 月",
|
||||
"JanuaryShort": "1 月",
|
||||
"FebruaryShort": "2 月",
|
||||
"MarchShort": "3 月",
|
||||
"AprilShort": "4 月",
|
||||
"MayShort": "5 月",
|
||||
"JuneShort": "6 月",
|
||||
"JulyShort": "7 月",
|
||||
"AugustShort": "8 月",
|
||||
"SeptemberShort": "9 月",
|
||||
"OctoberShort": "10 月",
|
||||
"NovemberShort": "11 月",
|
||||
"DecemberShort": "12 月"
|
||||
}
|
||||
@@ -10,8 +10,8 @@
|
||||
"wordHighlightStrong": "変数への書き込みなど書き込みアクセス中のシンボルの背景色。下にある装飾を隠さないために、色は不透過であってはなりません。",
|
||||
"wordHighlightBorder": "変数の読み取りなど読み取りアクセス中のシンボルの境界線の色。",
|
||||
"wordHighlightStrongBorder": "変数への書き込みなど書き込みアクセス中のシンボルの境界線の色。",
|
||||
"overviewRulerWordHighlightForeground": "シンボルを強調表示するときの概要ルーラーのマーカー色。",
|
||||
"overviewRulerWordHighlightStrongForeground": "書き込みアクセス シンボルを強調表示するときの概要ルーラーのマーカー色。",
|
||||
"overviewRulerWordHighlightForeground": "シンボルを強調表示するときの概要ルーラーのマーカー色。この色は下地の色に紛れないよう不明瞭であってはいけません。",
|
||||
"overviewRulerWordHighlightStrongForeground": "書き込みアクセス シンボルを強調表示するときの概要ルーラーのマーカー色。この色は下地の色に紛れないよう不明瞭であってはいけません。",
|
||||
"wordHighlight.next.label": "次のシンボル ハイライトに移動",
|
||||
"wordHighlight.previous.label": "前のシンボル ハイライトに移動"
|
||||
}
|
||||
11
i18n/jpn/src/vs/platform/dialogs/common/dialogs.i18n.json
Normal file
11
i18n/jpn/src/vs/platform/dialogs/common/dialogs.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."
|
||||
],
|
||||
"moreFile": "...1 つの追加ファイルが表示されていません",
|
||||
"moreFiles": "...{0} 個の追加ファイルが表示されていません"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"cancel": "キャンセル"
|
||||
}
|
||||
@@ -29,8 +29,8 @@
|
||||
"performance": "'Developer: Startup Performance' コマンドを有効にして開始します。",
|
||||
"prof-startup": "起動中に CPU プロファイラーを実行する",
|
||||
"disableExtensions": "インストールされたすべての拡張機能を無効にします。",
|
||||
"inspect-extensions": "拡張機能のデバッグとプロファイリングを許可します。接続 URI を開発者ツールでチェックします。",
|
||||
"inspect-brk-extensions": "起動後に一時停止されている拡張ホストとの拡張機能のデバッグとプロファイリングを許可します。接続 URI を開発者ツールでチェックします。",
|
||||
"inspect-extensions": "拡張機能のデバッグとプロファイリングを許可します。connection URI を開発者ツールで確認します。",
|
||||
"inspect-brk-extensions": "起動後に一時停止されている拡張ホストとの拡張機能のデバッグとプロファイリングを許可します。connection URI を開発者ツールで確認ます。",
|
||||
"disableGPU": "GPU ハードウェア アクセラレータを無効にします。",
|
||||
"uploadLogs": "現在のセッションから安全なエンドポイントにログをアップロードします。",
|
||||
"maxMemory": "ウィンドウの最大メモリ サイズ (バイト単位)。",
|
||||
|
||||
@@ -2,11 +2,12 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"invalidManifest": "正しくない拡張機能: package.json は JSON ファイルではありません。",
|
||||
"incompatible": "Code '{1}' と互換性のない拡張機能 '{0}' をインストールできません。",
|
||||
"restartCode": "{0} を再インストールする前に、Code を再起動してください。",
|
||||
"installingOutdatedExtension": "この拡張機能の新しいバージョンが既にインストールされています。古いバージョンでこれを上書きしますか?",
|
||||
"override": "上書き",
|
||||
@@ -14,15 +15,16 @@
|
||||
"errorInstallingDependencies": "依存関係のインストール中にエラーが発生しました。{0}",
|
||||
"MarketPlaceDisabled": "Marketplace が有効になっていません",
|
||||
"removeError": "拡張機能の削除中にエラーが発生しました: {0}。もう一度やり直す前に、VS Code の終了と起動を実施してください。",
|
||||
"Not Market place extension": "Marketplace の拡張機能のみ再インストールできます",
|
||||
"Not a Marketplace extension": "Marketplace の拡張機能のみ再インストールできます",
|
||||
"notFoundCompatible": "'{0}' をインストールできません。VS Code '{1}' と互換性がある利用可能なバージョンがありません。",
|
||||
"malicious extension": "問題が報告されたので、拡張機能をインストールできません。",
|
||||
"notFoundCompatibleDependency": "VS Code の現在のバージョン '{1}' と互換性を持つ、依存関係がある拡張機能 '{0}' が見つからないため、インストールできません。",
|
||||
"quitCode": "拡張機能をインストールできません。再インストールの前に VS Code の終了と起動を実施してください。",
|
||||
"exitCode": "拡張機能をインストールできません。再インストールの前に VS Code の終了と起動を実施してください。",
|
||||
"renameError": "{0} から {1} に名前変更中に不明なエラーが発生しました",
|
||||
"uninstallDependeciesConfirmation": "'{0}' のみをアンインストールしますか、または依存関係もアンインストールしますか?",
|
||||
"uninstallOnly": "限定",
|
||||
"uninstallAll": "すべて",
|
||||
"uninstallOnly": "拡張機能のみ",
|
||||
"uninstallAll": "すべてアンインストール",
|
||||
"uninstallConfirmation": "'{0}' をアンインストールしてもよろしいですか?",
|
||||
"ok": "OK",
|
||||
"singleDependentError": "拡張機能 '{0}' をアンインストールできません。拡張機能 '{1}' がこの拡張機能に依存しています。",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"versionSyntax": "`engines.vscode` 値 {0} を解析できませんでした。使用可能な値の例: ^0.10.0、^1.2.3、^0.11.0、^0.10.x など。",
|
||||
"versionSyntax": "`engines.vscode` の値 {0} を解析できませんでした。使用可能な値の例: ^1.22.0、^1.22.x など。",
|
||||
"versionSpecificity1": "`engines.vscode` ({0}) で指定されたバージョンが十分に特定されていません。1.0.0 より前の vscode バージョンの場合は、少なくとも想定されているメジャー バージョンとマイナー バージョンを定義してください。例 ^0.10.0、0.10.x、0.11.0 など。",
|
||||
"versionSpecificity2": "`engines.vscode` ({0}) で指定されたバージョンが明確ではありません。1.0.0 より後のバージョンの vscode の場合は、少なくとも、想定されているメジャー バージョンを定義してください。例 ^1.10.0、1.10.x、1.x.x、2.x.x など。",
|
||||
"versionMismatch": "拡張機能が Code {0} と互換性がありません。拡張機能に必要なバージョン: {1}。"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"integrity.prompt": "{0} インストールが壊れている可能性があります。再インストールしてください。",
|
||||
"integrity.moreInformation": "詳細情報",
|
||||
"integrity.dontShowAgain": "今後は表示しない",
|
||||
"integrity.prompt": "{0} インストールが壊れている可能性があります。再インストールしてください。"
|
||||
"integrity.dontShowAgain": "今後は表示しない"
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"issueReporter": "問題のレポーター"
|
||||
"issueReporter": "問題のレポーター",
|
||||
"processExplorer": "プロセス エクスプローラー"
|
||||
}
|
||||
@@ -12,5 +12,6 @@
|
||||
"multiSelectModifier": "マウスで複数の選択肢にツリーおよびリストの項目を追加するために使用される修飾子 (たとえば、エクスプローラーでエディターと scm ビューを開くなど)。`ctrlCmd` は、Windows と Linux では `Control` にマップされ、macOS では `Command` にマップされます。'横に並べて開く' マウス ジェスチャー (サポートされている場合) は、複数選択修飾子と競合しないように調整されます。",
|
||||
"openMode.singleClick": "マウスのシングル クリックで項目を開きます。",
|
||||
"openMode.doubleClick": "マウスのダブル クリックで項目を開きます。",
|
||||
"openModeModifier": "マウスを使用して、ツリーとリストで項目を開く方法を制御します (サポートされている場合)。'SingleClick' に設定すると、項目をマウスのシングル クリックで開き、'doubleClick' に設定すると、ダブル クリックでのみ開きます。ツリーで子を持つ親の場合、この設定で、親をシングル クリックで展開するか、ダブル クリックで展開するかを制御します。該当しない場合、一部のツリーとリストでは、この設定が無視される場合があることに注意してください。"
|
||||
"openModeModifier": "マウスを使用して、ツリーとリストで項目を開く方法を制御します (サポートされている場合)。'SingleClick' に設定すると、項目をマウスのシングル クリックで開き、'doubleClick' に設定すると、ダブル クリックでのみ開きます。ツリーで子を持つ親の場合、この設定で、親をシングル クリックで展開するか、ダブル クリックで展開するかを制御します。該当しない場合、一部のツリーとリストでは、この設定が無視される場合があることに注意してください。",
|
||||
"horizontalScrolling setting": "ワークベンチでツリーが水平スクロールをサポートするかどうかを制御します。"
|
||||
}
|
||||
12
i18n/jpn/src/vs/platform/markers/common/markers.i18n.json
Normal file
12
i18n/jpn/src/vs/platform/markers/common/markers.i18n.json
Normal file
@@ -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."
|
||||
],
|
||||
"sev.error": "エラー",
|
||||
"sev.warning": "警告",
|
||||
"sev.info": "情報"
|
||||
}
|
||||
@@ -93,6 +93,6 @@
|
||||
"overviewRulerCurrentContentForeground": "行内マージ競合の現在の概要ルーラー前景色。",
|
||||
"overviewRulerIncomingContentForeground": "行内マージ競合の入力側の概要ルーラー前景色。",
|
||||
"overviewRulerCommonContentForeground": "行内マージ競合の共通の祖先概要ルーラー前景色。",
|
||||
"overviewRulerFindMatchForeground": "一致項目を示す概要ルーラーのマーカー色。",
|
||||
"overviewRulerSelectionHighlightForeground": "選択対象を強調表示するときの概要ルーラーのマーカー色。"
|
||||
"overviewRulerFindMatchForeground": "検索一致項目を示す概要ルーラーのマーカー色。この色は下地の色に紛れないよう不明瞭であってはいけません。",
|
||||
"overviewRulerSelectionHighlightForeground": "選択範囲を強調表示するときの概要ルーラーのマーカー色。この色は下地の色に紛れないよう不明瞭であってはいけません。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"confirmUrl": "{0} 拡張機能に次の URL を開かせますか?"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"vscode.extension.contributes.views.containers.id": "'views' コントリビューション ポイントを使用して提供できるコンテナを識別するための一意の ID",
|
||||
"vscode.extension.contributes.views.containers.title": "コンテナーの表示に使用する、人が判別できる文字列",
|
||||
"vscode.extension.contributes.views.containers.icon": "コンテナ アイコンのパス。アイコンは、50x40 の四角形の中心に配置された 24x24 のサイズで、'rgb(215, 218, 224)' または '#d7dae0' の色で塗りつぶされます。アイコンでは、任意の種類の画像を使用できますが、SVG にすることをお勧めします。",
|
||||
"vscode.extension.contributes.viewsContainers": "ビュー コンテナをエディターに提供します",
|
||||
"views.container.activitybar": "アクティビティ バーにビュー コンテナを提供します",
|
||||
"test": "テスト",
|
||||
"proposed": "'viewsContainers' コントリビューションは、dev または次のコマンド ライン スイッチを使用しているときにのみ用いることができます: --enable-proposed-api {0}",
|
||||
"requirearray": "ビュー コンテナは配列である必要があります",
|
||||
"requireidstring": "プロパティ '{0}' は必須で、'string' 型でなければなりません。使用できるのは、半角英数字、'_'、'-' のみです。",
|
||||
"requirestring": " `{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"showViewlet": "{0} を表示",
|
||||
"view": "表示"
|
||||
}
|
||||
@@ -13,9 +13,12 @@
|
||||
"vscode.extension.contributes.view.name": "ビューの判読できる名前。表示されます",
|
||||
"vscode.extension.contributes.view.when": "このビューを表示するために満たす必要がある条件",
|
||||
"vscode.extension.contributes.views": "ビューをエディターに提供します",
|
||||
"views.explorer": "エクスプローラー ビュー",
|
||||
"views.debug": "デバッグ ビュー",
|
||||
"locationId.invalid": "`{0}` は有効なビューの場所ではありません",
|
||||
"views.explorer": "アクション バーのエクスプローラー コンテナにビューを提供します",
|
||||
"views.debug": "アクション バーのデバッグ コンテナにビューを提供します",
|
||||
"views.scm": "アクション バーのSCM コンテナにビューを提供します",
|
||||
"views.test": "アクション バーのテスト コンテナにビューを提供します",
|
||||
"views.contributed": "コントリビューション ビュー コンテナにビューを提供します",
|
||||
"ViewContainerDoesnotExist": "ビュー コンテナ '{0}' が存在しません。このコンテナに登録されているすべてのビューは 'エクスプローラー' に追加されます。",
|
||||
"duplicateView1": "location `{1}` で同じ id `{0}` を使用する複数のビューを登録できません",
|
||||
"duplicateView2": "location `{1}` で id `{0}` のビューが既に登録されています"
|
||||
}
|
||||
@@ -6,5 +6,8 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"timeout.formatOnSave": "保存時のフォーマットは {0}ms 後に中止されました",
|
||||
"codeActionsOnSave.didTimeout": "codeActionsOnSave は {0} ms 後に中止されました",
|
||||
"timeout.onWillSave": "onWillSaveTextDocument-event は 1750ms 後に中止されました",
|
||||
"saveParticipants": "Save Participants が実行中です..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"task.label": "{0}: {1}"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"webview.editor.label": "webview エディター"
|
||||
"errorMessage": "view:{0} を復元中にエラーが発生しました"
|
||||
}
|
||||
10
i18n/jpn/src/vs/workbench/api/node/extHostProgress.i18n.json
Normal file
10
i18n/jpn/src/vs/workbench/api/node/extHostProgress.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."
|
||||
],
|
||||
"extensionSource": "{0} (拡張機能)"
|
||||
}
|
||||
@@ -17,6 +17,7 @@
|
||||
"focusNextGroup": "次のグループにフォーカス",
|
||||
"openToSide": "横に並べて開く",
|
||||
"closeEditor": "エディターを閉じる",
|
||||
"closeOneEditor": "閉じる",
|
||||
"revertAndCloseActiveEditor": "元に戻してエディターを閉じる",
|
||||
"closeEditorsToTheLeft": "左側のエディターを閉じる",
|
||||
"closeAllEditors": "すべてのエディターを閉じる",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"screenReaderDetectedExtra": "スクリーン リーダーを使用しない場合、`editor.accessibilitySupport` を \"off\" にしてください。",
|
||||
"disableTabMode": "アクセシビリティ モードを無効にする",
|
||||
"gotoLine": "行へ移動",
|
||||
"indentation": "インデント",
|
||||
"selectIndentation": "インデントを選択",
|
||||
"selectEncoding": "エンコードの選択",
|
||||
"selectEOL": "改行コードの選択",
|
||||
"selectLanguageMode": "言語モードの選択",
|
||||
|
||||
@@ -11,9 +11,11 @@
|
||||
"sizeMB": "{0}MB",
|
||||
"sizeGB": "{0}GB",
|
||||
"sizeTB": "{0}TB",
|
||||
"largeImageError": "画像のファイル サイズが非常に大きい (>1MB) ため、エディターに表示されません。 ",
|
||||
"largeImageError": "画像が大きすぎるため、エディターに表示されません ({0})。",
|
||||
"resourceOpenExternalButton": "外部のプログラムを使用して画像を開きますか?",
|
||||
"nativeBinaryError": "このファイルはバイナリか、非常に大きいか、またはサポートされていないテキスト エンコードを使用しているため、エディターに表示されません。",
|
||||
"nativeFileTooLargeError": "ファイルが大きすぎるため、エディターに表示されません ({0})。",
|
||||
"nativeBinaryError": "このファイルはバイナリか、サポートされていないテキスト エンコードを使用しているため、エディターに表示されません。",
|
||||
"openAsText": "このまま開きますか?",
|
||||
"zoom.action.fit.label": "画像全体",
|
||||
"imgMeta": "{0}x{1} {2}"
|
||||
}
|
||||
@@ -6,6 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"close": "閉じる",
|
||||
"araLabelEditorActions": "エディター操作"
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"notificationsEmpty": "新しい通知はありません",
|
||||
"notifications": "通知",
|
||||
"notificationsToolbar": "通知センターのアクション",
|
||||
"notificationsList": "通知リスト"
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"inputModeEntryDescription": "{0} ('Enter' を押して確認するか 'Escape' を押して取り消します)",
|
||||
"inputModeEntry": "'Enter' を押して入力を確認するか 'Escape' を押して取り消します",
|
||||
"quickInput.countSelected": "{0} 個選択済み",
|
||||
"ok": "OK"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"quickInputBox.ariaLabel": "入力すると結果が絞り込まれます。"
|
||||
}
|
||||
@@ -32,6 +32,7 @@
|
||||
"openRecent": "最近開いた項目…",
|
||||
"quickOpenRecent": "最近使用したものを開く...",
|
||||
"reportIssueInEnglish": "問題の報告",
|
||||
"openProcessExplorer": "プロセス エクスプローラーを開く",
|
||||
"reportPerformanceIssue": "パフォーマンスの問題のレポート",
|
||||
"keybindingsReference": "キーボード ショートカットの参照",
|
||||
"openDocumentationUrl": "ドキュメント",
|
||||
|
||||
@@ -45,12 +45,17 @@
|
||||
"windowConfigurationTitle": "ウィンドウ",
|
||||
"window.openFilesInNewWindow.on": "新しいウィンドウでファイルを開きます",
|
||||
"window.openFilesInNewWindow.off": "ファイルのフォルダーが開かれていたウィンドウまたは最後のアクティブ ウィンドウでファイルを開きます",
|
||||
"window.openFilesInNewWindow.default": "ファイルのフォルダーが開かれていたウィンドウでファイルを開くか、Dock または Finder を使用して開く場合以外は最後のアクティブ ウィンドウでファイルを開きます (macOS のみ)",
|
||||
"openFilesInNewWindow": "ファイルを新しいウィンドウで開くかどうかを制御します。\n- default: ファイルのフォルダーが開かれていたウィンドウでファイルを開くか、Dock または Finder を使用して開く場合以外は最後のアクティブ ウィンドウでファイルを開きます (macOS のみ\n- on: 新しいウィンドウでファイルを開きます\n- off: ファイルのフォルダーが開かれていたウィンドウまたは最後のアクティブ ウィンドウでファイルを開きます\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
|
||||
"window.openFilesInNewWindow.defaultMac": "Dock または Finder を使用して開いたときを除き、ファイルのフォルダーを開いているウィンドウまたは最後のアクティブ ウィンドウでファイルを開きます",
|
||||
"window.openFilesInNewWindow.default": "アプリケーション内から選択したとき (例: ファイル メニュー介したとき) を除き 、新しいウィンドウでファイルを開きます",
|
||||
"openFilesInNewWindowMac": "ファイルを新しいウィンドウで開くかどうかを制御します。\n- default: Dock または Finder を使用して開いたときを除き、ファイルのフォルダーを開いているウィンドウまたは最後のアクティブ ウィンドウでファイルを開きます\n- on: 新しいウィンドウでファイルを開きます\n- off: ファイルのフォルダーを開いているフォルダーまたは最後のアクティブ ウィンドウでファイルを開きます\nこの設定は無視される場合もあります (例: -new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
|
||||
"openFilesInNewWindow": "ファイルを新しいウィンドウで開くかどうかを制御します。\n- default: アプリケーション内から選択したとき (例: ファイル メニュー介したとき) を除き 、新しいウィンドウでファイルを開きます\n- on: 新しいウィンドウでファイルを開きます\n- off: ファイルのフォルダーを開いているフォルダーまたは最後のアクティブ ウィンドウでファイルを開きます\nこの設定は無視される場合もあります (例: -new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
|
||||
"window.openFoldersInNewWindow.on": "新しいウィンドウでフォルダーを開きます",
|
||||
"window.openFoldersInNewWindow.off": "フォルダーは、最後のアクティブ ウィンドウで開きます",
|
||||
"window.openFoldersInNewWindow.default": "フォルダーがアプリケーション内から (たとえば、[ファイル] メニューから) 選択された場合を除いて、新しいウィンドウでフォルダーを開きます",
|
||||
"openFoldersInNewWindow": "フォルダーを新しいウィンドウで開くか、最後のアクティブ ウィンドウで開くかを制御します。\n- default: アプリケーション内で ([ファイル] メニューなどから) 選択したものでなければ、新しいウィンドウでフォルダーを開く\n- on: 新しいウィンドウでフォルダーを開く\n- off: 最後のアクティブ ウィンドウでフォルダーを開く\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
|
||||
"window.openWithoutArgumentsInNewWindow.on": "新しい空のウィンドウを開く",
|
||||
"window.openWithoutArgumentsInNewWindow.off": "最後にアクティブだった実行中のインスタンスにフォーカスする",
|
||||
"openWithoutArgumentsInNewWindow": "引数なしで 2 つ目のインスタンスを起動するとき、新しい空のウィンドウを開くか、最後に実行されていたウィンドウにフォーカスするかを制御します。\n- on: 新しい空のウィンドウを開く\n- off: 最後に実行されていたウィンドウにフォーカスする\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
|
||||
"window.reopenFolders.all": "すべてのウィンドウを再度開きます。",
|
||||
"window.reopenFolders.folders": "すべてのフォルダーを再度開きます。空のワークスペースは復元されません。",
|
||||
"window.reopenFolders.one": "最後にアクティブだったウィンドウを再び開きます。",
|
||||
@@ -58,7 +63,7 @@
|
||||
"restoreWindows": "再起動後にワークスペースを再度開く方法を制御します。'none' を選択すると常に空のワークスペースで開始します。'one' を選択すると最後に使用したウィンドウを再度開きます。'folders' を選択すると開かれていたフォルダーとすべてのウィンドウを再度開きます。'all' を選択すると前回のセッションのすべてのウィンドウを再度開きます。",
|
||||
"restoreFullscreen": "全画面表示モードで終了した場合に、ウィンドウを全画面表示モードに復元するかどうかを制御します。",
|
||||
"zoomLevel": "ウィンドウのズーム レベルを調整します。元のサイズは 0 で、1 つ上げるごとに (1 など) 20% ずつ拡大することを表し、1 つ下げるごとに (-1 など) 20% ずつ縮小することを表します。小数点以下の桁数を入力して、さらに細かくズーム レベルを調整することもできます。",
|
||||
"title": "アクティブなエディターに基づいてウィンドウのタイトルを制御します。変数は、コンテキストに基づいて置換されます:\n${activeEditorShort}: ファイル名 (例: myFile.txt)\n${activeEditorMedium}: ワークスペース フォルダーへの相対パス (例: myFolder/myFile.txt)\n${activeEditorLong}: ファイルの完全なパス (例: /Users/Development/myProject/myFolder/myFile.txt)\n${folderName}: ファイルが含まれているワークスペース フォルダー名 (例: myFolder)\n${folderPath}: ァイルが含まれているワークスペース フォルダーのファイルパス (例: /Users/Development/myFolder)\n${rootName}: ワークスペースの名前 (例: myFolder や myWorkspace)\n${rootPath}: ワークスペースのファイル パス (例: /Users/Development/myWorkspace)\n${appName}: 例: VS Code\n${dirty}: アクティブなエディターがダーティである場合のダーティ インジゲーター\n${separator}: 値のある変数で囲まれた場合にのみ表示される条件付き区切り記号 (\" - \")",
|
||||
"title": "アクティブなエディターに基づいてウィンドウのタイトルを制御します。変数は、コンテキストに基づいて置換されます:\n${activeEditorShort}: ファイル名 (例: myFile.txt)\n${activeEditorMedium}: ワークスペース フォルダーへの相対パス (例: myFolder/myFile.txt)\n${activeEditorLong}: ファイルの完全なパス (例: /Users/Development/myProject/myFolder/myFile.txt)\n${folderName}: ファイルが含まれているワークスペース フォルダー名 (例: myFolder)\n${folderPath}: ァイルが含まれているワークスペース フォルダーのファイルパス (例: /Users/Development/myFolder)\n${rootName}: ワークスペースの名前 (例: myFolder や myWorkspace)\n${rootPath}: ワークスペースのファイル パス (例: /Users/Development/myWorkspace)\n${appName}: 例: VS Code\n${dirty}: アクティブなエディターがダーティである場合のダーティ インジゲーター\n${separator}: 値のある変数かスタティック テキストで囲まれた場合にのみ表示される条件付き区切り記号 (\" - \")",
|
||||
"window.newWindowDimensions.default": "新しいウィンドウを画面の中央に開きます。",
|
||||
"window.newWindowDimensions.inherit": "新しいウィンドウを、最後にアクティブだったウィンドウと同じサイズで開きます。",
|
||||
"window.newWindowDimensions.maximized": "新しいウィンドウを最大化した状態で開きます。",
|
||||
@@ -74,6 +79,8 @@
|
||||
"autoDetectHighContrast": "有効にすると、Windows でハイ コントラスト テーマが使用されている場合にはハイ コントラスト テーマに自動的に変更され、Windows のハイ コントラスト テーマから切り替えられている場合にはダーク テーマに自動的に変更されます。",
|
||||
"titleBarStyle": "ウィンドウのタイトル バーの外観を調整します。変更を適用するには、完全に再起動する必要があります。",
|
||||
"window.nativeTabs": "macOS Sierra ウィンドウ タブを有効にします。この変更を適用するには完全な再起動が必要であり、ネイティブ タブでカスタムのタイトル バー スタイルが構成されていた場合はそれが無効になることに注意してください。",
|
||||
"window.smoothScrollingWorkaround": "最小化した VS Code ウィンドウを元のサイズに戻したあと、スクロールが滑らかにならない場合はこの回避策を有効にしてください。これは Microsoft Surface のような高精度タッチパッドを備えたデバイスで、スクロールの開始が遅れる問題 (https://github.com/Microsoft/vscode/issues/13612) の回避策です。有効にすると、最小化の状態からウィンドウを元に戻したあとに少しレイアウトがちらつきますが、そうでなければ無害です。",
|
||||
"window.clickThroughInactive": "有効な場合、非アクティブなウィンドウをクリックするとウィンドウがアクティブになり、クリック可能な場合はマウスの下の要素がトリガーされます。無効にすると、非アクティブなウィンドウの任意の場所をクリックするとそのウィンドウがアクティブになり、要素には 2 回目のクリックが必要になります。",
|
||||
"zenModeConfigurationTitle": "Zen Mode",
|
||||
"zenMode.fullScreen": "Zen Mode をオンにするとワークベンチを自動的に全画面モードに切り替えるかどうかを制御します。",
|
||||
"zenMode.centerLayout": "Zen Mode をオンにしたときにレイアウトを中央揃えにするかどうかを制御します。",
|
||||
|
||||
@@ -6,7 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"editConditionalBreakpoint": "ブレークポイントの編集...",
|
||||
"logPoint": "ログポイント",
|
||||
"breakpoint": "ブレークポイント",
|
||||
"editBreakpoint": "{0} を編集",
|
||||
"removeBreakpoint": "{0} を削除",
|
||||
"functionBreakpointsNotSupported": "このデバッグの種類では関数ブレークポイントはサポートされていません",
|
||||
"functionBreakpointPlaceholder": "中断対象の関数",
|
||||
"functionBreakPointInputAriaLabel": "関数ブレークポイントを入力します",
|
||||
@@ -14,6 +17,7 @@
|
||||
"breakpointUnverifieddHover": "未確認のブレークポイント",
|
||||
"functionBreakpointUnsupported": "このデバッグの種類では関数ブレークポイントはサポートされていません",
|
||||
"breakpointDirtydHover": "未確認のブレークポイント。ファイルは変更されているので、デバッグ セッションを再起動してください。",
|
||||
"logBreakpointUnsupported": "ログポイントは、このデバッグの種類ではサポートされていません",
|
||||
"conditionalBreakpointUnsupported": "このデバッグの種類では、条件付きブレークポイントはサポートされていません。",
|
||||
"hitBreakpointUnsupported": "このデバッグの種類では、ヒットした条件付きブレークポイントはサポートされていません。"
|
||||
}
|
||||
@@ -21,19 +21,16 @@
|
||||
"disconnectDebug": "切断",
|
||||
"continueDebug": "続行",
|
||||
"pauseDebug": "一時停止",
|
||||
"terminateThread": "スレッドを終了",
|
||||
"restartFrame": "フレームの再起動",
|
||||
"removeBreakpoint": "ブレークポイントの削除",
|
||||
"removeAllBreakpoints": "すべてのブレークポイントを削除する",
|
||||
"enableBreakpoint": "ブレークポイントの有効化",
|
||||
"disableBreakpoint": "ブレークポイントの無効化",
|
||||
"enableAllBreakpoints": "すべてのブレークポイントを有効にする",
|
||||
"disableAllBreakpoints": "すべてのブレークポイントを無効にする",
|
||||
"activateBreakpoints": "ブレークポイントのアクティブ化",
|
||||
"deactivateBreakpoints": "ブレークポイントの非アクティブ化",
|
||||
"reapplyAllBreakpoints": "すべてのブレークポイントを再適用する",
|
||||
"addFunctionBreakpoint": "関数ブレークポイントの追加",
|
||||
"addConditionalBreakpoint": "条件付きブレークポイントの追加...",
|
||||
"editConditionalBreakpoint": "ブレークポイントの編集...",
|
||||
"setValue": "値の設定",
|
||||
"addWatchExpression": "式の追加",
|
||||
"editWatchExpression": "式の編集",
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"toggleBreakpointAction": "デバッグ: ブレークポイントの切り替え",
|
||||
"conditionalBreakpointEditorAction": "デバッグ: 条件付きブレークポイントの追加...",
|
||||
"logPointEditorAction": "デバッグ: ログポイントの追加...",
|
||||
"runToCursor": "カーソル行の前まで実行",
|
||||
"debugEvaluate": "デバッグ: 評価",
|
||||
"debugAddToWatch": "デバッグ: ウォッチに追加",
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"breakpointWidgetLogMessagePlaceholder": "ブレークポイントにヒットしたときにログに記録するメッセージ。{} 内の式は補間されます。受け入れるには 'Enter' を、キャンセルするには 'esc' を押します。",
|
||||
"breakpointWidgetHitCountPlaceholder": "ヒット カウント条件が満たされる場合に中断します。'Enter' を押して受け入れるか 'Esc' を押して取り消します。",
|
||||
"breakpointWidgetExpressionPlaceholder": "式が true と評価される場合に中断します。'Enter' を押して受け入れるか 'Esc' を押して取り消します。",
|
||||
"expression": "式",
|
||||
"hitCount": "ヒット カウント",
|
||||
"logMessage": "ログ メッセージ"
|
||||
}
|
||||
@@ -35,7 +35,7 @@
|
||||
"useUniqueNames": "一意の構成名を使用してください。",
|
||||
"app.launch.json.compound.folder": "複合があるフォルダーの名前。",
|
||||
"app.launch.json.compounds.configurations": "この複合の一部として開始される構成の名前。",
|
||||
"debugNoType": "デバッグ アダプター 'type' は省略不可で、'string' 型でなければなりません。",
|
||||
"debugNoType": "デバッガー 'type' は省略不可で、'string' 型でなければなりません。",
|
||||
"selectDebug": "環境の選択",
|
||||
"DebugConfig.failed": "'launch.json' ファイルを '.vscode' フォルダー ({0}) 内に作成できません。",
|
||||
"workspace": "ワークスペース",
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"logPoint": "ログポイント",
|
||||
"breakpoint": "ブレークポイント",
|
||||
"removeBreakpoint": "{0} を削除",
|
||||
"editBreakpoint": "{0} を編集...",
|
||||
"disableBreakpoint": "{0} を無効にする",
|
||||
"enableBreakpoint": "{0} を有効にする",
|
||||
"removeBreakpoints": "ブレークポイントの削除",
|
||||
"removeBreakpointOnColumn": "列 {0} のブレークポイントの削除",
|
||||
"removeLineBreakpoint": "行のブレークポイントの削除",
|
||||
@@ -18,5 +24,13 @@
|
||||
"enableBreakpoints": "列 {0} のブレークポイントの有効化",
|
||||
"enableBreakpointOnLine": "行のブレークポイントの有効化",
|
||||
"addBreakpoint": "ブレークポイントの追加",
|
||||
"addConditionalBreakpoint": "条件付きブレークポイントの追加...",
|
||||
"addLogPoint": "ログポイントを追加...",
|
||||
"breakpointHasCondition": "この {0} には削除時に失われる {1} があります。代わりに {0} を無効にすることを検討してください。",
|
||||
"message": "メッセージ",
|
||||
"condition": "条件",
|
||||
"removeLogPoint": "{0} を削除",
|
||||
"disableLogPoint": "{0} を無効にする",
|
||||
"cancel": "キャンセル",
|
||||
"addConfiguration": "構成の追加..."
|
||||
}
|
||||
@@ -29,6 +29,6 @@
|
||||
"showErrors": "エラーの表示",
|
||||
"noFolderWorkspaceDebugError": "アクティブ ファイルをデバッグできません。ファイルがディスクに保存されており、そのファイル タイプのデバッグ拡張機能がインストールされていることを確認してください。",
|
||||
"cancel": "キャンセル",
|
||||
"DebugTaskNotFound": "preLaunchTask '{0}' が見つかりませんでした。",
|
||||
"taskNotTracked": "preLaunchTask '{0}' を追跡できません。"
|
||||
"DebugTaskNotFound": "タスク '{0}' を見つけられませんでした。",
|
||||
"taskNotTracked": "タスク '{0}' を追跡できません。"
|
||||
}
|
||||
@@ -7,8 +7,5 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"moreInfo": "詳細情報",
|
||||
"unableToLaunchDebugAdapter": "デバッグ アダプターを {0} から起動できません。",
|
||||
"unableToLaunchDebugAdapterNoArgs": "デバッグ アダプターを起動できません。",
|
||||
"stoppingDebugAdapter": "{0}。デバッグ アダプターを停止しています。",
|
||||
"debugAdapterCrash": "デバッグ アダプター プロセスが予期せず終了しました"
|
||||
}
|
||||
@@ -8,18 +8,6 @@
|
||||
],
|
||||
"debugAdapterBinNotFound": "デバッグ アダプターの実行可能ファイル '{0}' がありません。",
|
||||
"debugAdapterCannotDetermineExecutable": "デバッグ アダプター '{0}' の実行可能ファイルを判別できません。",
|
||||
"launch.config.comment1": "IntelliSense を使用して利用可能な属性を学べます。",
|
||||
"launch.config.comment2": "既存の属性の説明をホバーして表示します。",
|
||||
"launch.config.comment3": "詳細情報は次を確認してください: {0}",
|
||||
"debugType": "構成の種類。",
|
||||
"debugTypeNotRecognised": "デバッグの種類は認識されませんでした。対応するデバッグの拡張機能がインストールされており、有効になっていることを確認してください。",
|
||||
"node2NotSupported": "\"node2\" はサポートされていません。代わりに \"node\" を使用し、\"protocol\" 属性を \"inspector\" に設定してください。",
|
||||
"debugName": "構成の名前。起動構成のドロップダウン メニューに表示されます。",
|
||||
"debugRequest": "構成の要求の種類。\"launch\" または \"attach\" です。",
|
||||
"debugServer": "デバッグ拡張機能の開発のみ。ポートが指定の VS Code の場合、サーバー モードで実行中のデバッグ アダプターへの接続が試行されます。",
|
||||
"debugPrelaunchTask": "デバッグ セッションの開始前に実行するタスク。",
|
||||
"debugWindowsConfiguration": "Windows 固有の起動構成の属性。",
|
||||
"debugOSXConfiguration": "OS X 固有の起動構成の属性。",
|
||||
"debugLinuxConfiguration": "Linux 固有の起動構成の属性。",
|
||||
"deprecatedVariables": "'env.'、'config.'、'command.' は使用されていません。代わりに、'env:'、'config:'、'command:' を使用してください。"
|
||||
"unableToLaunchDebugAdapter": "デバッグ アダプターを {0} から起動できません。",
|
||||
"unableToLaunchDebugAdapterNoArgs": "デバッグ アダプターを起動できません。"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"launch.config.comment1": "IntelliSense を使用して利用可能な属性を学べます。",
|
||||
"launch.config.comment2": "既存の属性の説明をホバーして表示します。",
|
||||
"launch.config.comment3": "詳細情報は次を確認してください: {0}",
|
||||
"debugType": "構成の種類。",
|
||||
"debugTypeNotRecognised": "デバッグの種類は認識されませんでした。対応するデバッグの拡張機能がインストールされており、有効になっていることを確認してください。",
|
||||
"node2NotSupported": "\"node2\" はサポートされていません。代わりに \"node\" を使用し、\"protocol\" 属性を \"inspector\" に設定してください。",
|
||||
"debugName": "構成の名前。起動構成のドロップダウン メニューに表示されます。",
|
||||
"debugRequest": "構成の要求の種類。\"launch\" または \"attach\" です。",
|
||||
"debugServer": "デバッグ拡張機能の開発のみ。ポートが指定の VS Code の場合、サーバー モードで実行中のデバッグ アダプターへの接続が試行されます。",
|
||||
"debugPrelaunchTask": "デバッグ セッションの開始前に実行するタスク。",
|
||||
"debugPostDebugTask": "デバッグ セッションの終了前に実行するタスク。",
|
||||
"debugWindowsConfiguration": "Windows 固有の起動構成の属性。",
|
||||
"debugOSXConfiguration": "OS X 固有の起動構成の属性。",
|
||||
"debugLinuxConfiguration": "Linux 固有の起動構成の属性。",
|
||||
"deprecatedVariables": "'env.'、'config.'、'command.' は使用されていません。代わりに、'env:'、'config:'、'command:' を使用してください。"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"console.title": "VS Code コンソール",
|
||||
"mac.terminal.script.failed": "スクリプト '{0}' が終了コード {1} で失敗しました",
|
||||
"mac.terminal.type.not.supported": "'{0}' はサポートされていません",
|
||||
"press.any.key": "続行するには、任意のキーを押してください...",
|
||||
"linux.term.failed": "'{0}' が終了コード {1} で失敗しました"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user