mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-20 03:51:40 -04:00
* 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
32 lines
1.5 KiB
JSON
32 lines
1.5 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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."
|
|
],
|
|
"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)",
|
|
"doNotSave": "不保存(&&N)",
|
|
"cancel": "取消",
|
|
"saveWorkspaceMessage": "你是否要将你的工作区配置保存为文件?",
|
|
"saveWorkspaceDetail": "若要再次打开此工作区,请先保存。",
|
|
"saveWorkspace": "保存工作区"
|
|
} |