mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -151,6 +151,10 @@
|
||||
"mZoom": "ズーム",
|
||||
"mBringToFront": "すべてを前面に配置",
|
||||
"miSwitchWindow": "ウィンドウの切り替え(&&W)...",
|
||||
"mShowPreviousTab": "前のタブを表示",
|
||||
"mShowNextTab": "次のタブを表示",
|
||||
"mMoveTabToNewWindow": "タブを新しいウィンドウに移動",
|
||||
"mMergeAllWindows": "すべてのウィンドウを統合",
|
||||
"miToggleDevTools": "開発者ツールの切り替え(&&T)",
|
||||
"miAccessibilityOptions": "ユーザー補助オプション(&&O)",
|
||||
"miReportIssues": "問題の報告(&&I)",
|
||||
@@ -171,8 +175,8 @@
|
||||
"miRunningTask": "実行中のタスクを表示(&&G)...",
|
||||
"miRestartTask": "実行中のタスクの再起動(&&E)...",
|
||||
"miTerminateTask": "タスクの終了(&&T)...",
|
||||
"miConfigureTask": "タスクの構成(&&C)",
|
||||
"miConfigureBuildTask": "既定のビルド タスクの構成(&&F)",
|
||||
"miConfigureTask": "タスクの構成(&&C)…",
|
||||
"miConfigureBuildTask": "既定のビルド タスクの構成(&&F)…",
|
||||
"accessibilityOptionsWindowTitle": "ユーザー補助オプション",
|
||||
"miRestartToUpdate": "再起動して更新...",
|
||||
"miCheckingForUpdates": "更新を確認しています...",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,12 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"ok": "OK",
|
||||
"pathNotExistTitle": "パスが存在しません",
|
||||
"pathNotExistDetail": "パス '{0}' はディスクに存在しなくなったようです。",
|
||||
"reopen": "もう一度開く(&&R)",
|
||||
"wait": "待機を続ける(&&K)",
|
||||
"close": "閉じる(&&C)",
|
||||
"appStalled": "ウィンドウから応答がありません",
|
||||
"appStalledDetail": "ウィンドウを再度開くか、閉じるか、このまま待機できます。",
|
||||
"appCrashed": "ウィンドウがクラッシュしました",
|
||||
"appCrashedDetail": "ご不便をおかけして申し訳ありません。ウィンドウを再度開いて、中断したところから続行できます。",
|
||||
"open": "開く",
|
||||
"openFolder": "フォルダーを開く",
|
||||
"openFile": "ファイルを開く",
|
||||
"workspaceOpenedMessage": "ワークスペース '{0}' を保存できません",
|
||||
"workspaceOpenedDetail": "ワークスペースは既に別のウィンドウで開いています。最初にそのウィンドウを閉じててから、もう一度やり直してください。",
|
||||
"openWorkspace": "開く(&&O)",
|
||||
"openWorkspaceTitle": "ワークスペースを開く",
|
||||
"save": "保存(&&S)",
|
||||
@@ -14,15 +26,5 @@
|
||||
"cancel": "キャンセル",
|
||||
"saveWorkspaceMessage": "ワークスペースの構成をファイルとして保存しますか?",
|
||||
"saveWorkspaceDetail": "再度開く予定があるならワークスペースを保存します。",
|
||||
"saveWorkspace": "ワークスペースを保存",
|
||||
"reopen": "もう一度開く",
|
||||
"wait": "待機を続ける",
|
||||
"close": "閉じる",
|
||||
"appStalled": "ウィンドウから応答がありません",
|
||||
"appStalledDetail": "ウィンドウを再度開くか、閉じるか、このまま待機できます。",
|
||||
"appCrashed": "ウィンドウがクラッシュしました",
|
||||
"appCrashedDetail": "ご不便をおかけして申し訳ありません。ウィンドウを再度開いて、中断したところから続行できます。",
|
||||
"open": "開く",
|
||||
"openFolder": "フォルダーを開く",
|
||||
"openFile": "ファイルを開く"
|
||||
"saveWorkspace": "ワークスペースを保存"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user