mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"previewOnGitHub": "GitHub 上でプレビュー",
|
||||
"loadingData": "データを読み込んでいます...",
|
||||
"similarIssues": "類似の問題",
|
||||
"open": "Open",
|
||||
"closed": "Closed",
|
||||
"noResults": "一致する項目はありません",
|
||||
"settingsSearchIssue": "設定検索の問題",
|
||||
"bugReporter": "バグ レポート",
|
||||
"performanceIssue": "パフォーマンスの問題",
|
||||
"featureRequest": "機能欲求",
|
||||
"stepsToReproduce": "再現手順",
|
||||
"bugDescription": "問題を再現するための正確な手順を共有します。このとき、期待する結果と実際の結果を提供してください。GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
|
||||
"performanceIssueDesciption": "このパフォーマンスの問題はいつ発生しましたか? それは起動時ですか? それとも特定のアクションのあとですか? GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
|
||||
"description": "説明",
|
||||
"featureRequestDescription": "見てみたいその機能についての詳細を入力してください。GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
|
||||
"expectedResults": "期待された結果",
|
||||
"settingsSearchResultsDescription": "このクエリで検索したときに、表示されることを期待していた結果をリストしてください。GitHub-flavored Markdown に対応しています。GitHub 上で確認するときに問題を編集してスクリーンショットを追加できます。",
|
||||
"pasteData": "必要なデータが送信するには大きすぎたため、クリップボードに書き込みました。貼り付けてください。",
|
||||
"disabledExtensions": "拡張機能が無効化されています"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"completeInEnglish": "英語で記入して下さい。",
|
||||
"issueTypeLabel": "種類",
|
||||
"issueTitleLabel": "題名",
|
||||
"issueTitleRequired": "題名を入力してください",
|
||||
"titleLengthValidation": "タイトルが長すぎます。",
|
||||
"systemInfo": "私のシステム情報",
|
||||
"sendData": "データを送信する",
|
||||
"processes": "現在実行中のプロセス",
|
||||
"workspaceStats": "私のワークスペースのステータス",
|
||||
"extensions": "私の拡張機能",
|
||||
"searchedExtensions": "見つかった拡張機能",
|
||||
"settingsSearchDetails": "設定検索の詳細",
|
||||
"tryDisablingExtensions": "拡張機能が無効な場合に問題は再現可能ですか?",
|
||||
"yes": "はい",
|
||||
"no": "いいえ",
|
||||
"disableExtensionsLabelText": "{0} を実行後に問題を再現してみてください。",
|
||||
"disableExtensions": "すべての拡張機能を無効にしてウィンドウを再読みする",
|
||||
"showRunningExtensionsLabelText": "拡張機能の問題と疑われる場合、拡張機能の問題を報告するために {0} を実行してください。",
|
||||
"showRunningExtensions": "すべての実行中の拡張機能を表示する",
|
||||
"details": "詳細を入力してください。",
|
||||
"loadingData": "データを読み込んでいます..."
|
||||
}
|
||||
Reference in New Issue
Block a user