mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 11:31:40 -04: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.
|
||||
{
|
||||
@@ -79,7 +79,7 @@
|
||||
"miSmartSelectShrink": "缩小选定范围(&&S)",
|
||||
"miViewExplorer": "资源管理器(&&E)",
|
||||
"miViewSearch": "搜索(&&S)",
|
||||
"miViewSCM": "SCM(&&C)",
|
||||
"miViewSCM": "源代码管理(&&C)",
|
||||
"miViewDebug": "调试(&&D)",
|
||||
"miViewExtensions": "扩展(&&X)",
|
||||
"miToggleOutput": "输出(&&O)",
|
||||
@@ -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": "确定",
|
||||
"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