Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -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 上で確認するときに問題を編集してスクリーンショットを追加できます。",

View File

@@ -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": "データを読み込んでいます..."
}

View File

@@ -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": "プロセスの強制終了"
}

View File

@@ -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)",