mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Integrate resources from Community Localization platform (#1313)
This commit is contained in:
@@ -540,9 +540,11 @@ gulp.task('vscode-translations-import', function () {
|
|||||||
gulp.src(`../vscode-localization/${language.id}/build/*/*.xlf`)
|
gulp.src(`../vscode-localization/${language.id}/build/*/*.xlf`)
|
||||||
.pipe(i18n.prepareI18nFiles())
|
.pipe(i18n.prepareI18nFiles())
|
||||||
.pipe(vfs.dest(`./i18n/${language.folderName}`));
|
.pipe(vfs.dest(`./i18n/${language.folderName}`));
|
||||||
gulp.src(`../vscode-localization/${language.id}/setup/*/*.xlf`)
|
|
||||||
.pipe(i18n.prepareIslFiles(language, innoSetupConfig[language.id]))
|
// {{SQL CARBON EDIT}}
|
||||||
.pipe(vfs.dest(`./build/win32/i18n`));
|
// gulp.src(`../vscode-localization/${language.id}/setup/*/*.xlf`)
|
||||||
|
// .pipe(i18n.prepareIslFiles(language, innoSetupConfig[language.id]))
|
||||||
|
// .pipe(vfs.dest(`./build/win32/i18n`));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -37,8 +37,9 @@ exports.defaultLanguages = [
|
|||||||
// languages requested by the community to non-stable builds
|
// languages requested by the community to non-stable builds
|
||||||
exports.extraLanguages = [
|
exports.extraLanguages = [
|
||||||
{ id: 'pt-br', folderName: 'ptb' },
|
{ id: 'pt-br', folderName: 'ptb' },
|
||||||
{ id: 'hu', folderName: 'hun' },
|
// {{SQL CARBON EDIT}}
|
||||||
{ id: 'tr', folderName: 'trk' }
|
// { id: 'hu', folderName: 'hun' },
|
||||||
|
// { id: 'tr', folderName: 'trk' }
|
||||||
];
|
];
|
||||||
// non built-in extensions also that are transifex and need to be part of the language packs
|
// non built-in extensions also that are transifex and need to be part of the language packs
|
||||||
var externalExtensionsWithTranslations = {
|
var externalExtensionsWithTranslations = {
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"dropdownAction.toggle": "切换下拉列表"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"optionsDialog.ok": "确定"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"webViewDialog.ok": "确定"
|
||||||
|
}
|
||||||
10
i18n/chs/src/sql/base/browser/ui/panel/tabActions.i18n.json
Normal file
10
i18n/chs/src/sql/base/browser/ui/panel/tabActions.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"closeTab": "关闭"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"alertWarningMessage": "警告: {0}"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
9
i18n/chs/src/sql/common/theme/colors.i18n.json
Normal file
9
i18n/chs/src/sql/common/theme/colors.i18n.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"manageLinedAccounts": "管理链接帐户"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"website": "网站"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"applyFilters": "应用筛选器"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"azureAccount": "Azure 帐户",
|
||||||
|
"addIPAddressLabel": "添加我的客户端 IP"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
10
i18n/chs/src/sql/parts/admin/common/adminService.i18n.json
Normal file
10
i18n/chs/src/sql/parts/admin/common/adminService.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"adminService.providerIdNotValidError": "为了与 adminservice 交互, 需要连接"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"delete": "删除"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"invalidServerName": "已存在同名的服务器组。"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"connectionService.no": "否"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"onDidDisconnectMessage": "已断开连接"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"connectionError": "连接错误",
|
||||||
|
"kerberosKinit": " 如果你之前已连接过, 可能需要重新运行 kinit。"
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"connection": "连接",
|
||||||
|
"connectionDialog.connect": "连接",
|
||||||
|
"clearRecentConnectionMessage": "确定要删除列表中的所有连接吗?",
|
||||||
|
"connectionDialog.no": "否"
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"serverGroup": "服务器组",
|
||||||
|
"advanced": "高级选项..."
|
||||||
|
}
|
||||||
11
i18n/chs/src/sql/parts/dashboard/common/actions.i18n.json
Normal file
11
i18n/chs/src/sql/parts/dashboard/common/actions.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"refreshWidget": "刷新",
|
||||||
|
"clickToUnpin": "单击以解除锁定"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"sqlops.extension.contributes.dashboard.tab.description": "将显示给用户的此选项卡的说明。",
|
||||||
|
"sqlops.extension.contributes.dashboard.tab.alwaysShow": "此选项卡是否应始终显示或仅当用户添加时显示。"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"dashboard.container.left-nav-bar.icon.dark": "使用暗色主题时的图标路径",
|
||||||
|
"dashboard.container.left-nav-bar": "将显示在此导航节中的仪表板容器的列表。"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"dashboardTabError": "\"扩展\" 选项卡未知或未安装。"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"dashboard.databaseproperties": "要显示的属性值",
|
||||||
|
"dashboardDatabaseTabs": "自定义数据库仪表板选项卡"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"dashboard.serverproperties.displayName": "属性的显示名称",
|
||||||
|
"computerName": "计算机名"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"yAxisMax": "y 轴的最大值",
|
||||||
|
"yAxisLabel": "y 轴的标签",
|
||||||
|
"xAxisMin": "x 轴的最小值",
|
||||||
|
"xAxisMax": "x 轴的最大值"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"dataTypeDescription": "指示图表数据集的数据属性。"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"backup.mediaOptionFormat": "备份到新媒体集",
|
||||||
|
"backup.setBackupCompression": "设置备份压缩",
|
||||||
|
"backup.noEncryptorWarning": "没有可用的证书或非对称密钥",
|
||||||
|
"addFile": "添加文件",
|
||||||
|
"backupComponent.backup": "备份",
|
||||||
|
"backup.containsBackupToUrlError": "只支持备份到文件"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"RestoreDialogTitle": "还原数据库",
|
||||||
|
"restoreDialog.restore": "恢复",
|
||||||
|
"database": "数据库",
|
||||||
|
"restorePlan": "还原计划",
|
||||||
|
"restoreDatabaseFileAs": "将数据库文件还原为",
|
||||||
|
"restoreDatabaseFileDetails": "还原数据库文件详细信息",
|
||||||
|
"restoreOptions": "还原选项",
|
||||||
|
"filesTitle": "文件"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"editData.refresh": "刷新"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"filebrowser.selectFile": "选择文件"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
9
i18n/chs/src/sql/parts/grid/views/gridActions.i18n.json
Normal file
9
i18n/chs/src/sql/parts/grid/views/gridActions.i18n.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"chartTypeLabel": "图表类型",
|
||||||
|
"legendLabel": "图例位置"
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"copyChartLabel": "复制为图像",
|
||||||
|
"saveImageLabel": "另存为图像"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"property": "属性"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"profiler.clear": "清除数据",
|
||||||
|
"profiler.findPrevious": "查找上一个字符串"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"profilerEditor.value": "值"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"msgStatusRunQueryInProgress": "正在执行查询...",
|
||||||
|
"executeQueryLabel": "执行查询"
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"defaultChartType": "[可选] 从查询结果打开图表查看器时要使用的默认图表类型",
|
||||||
|
"tabColorMode.border": "每个编辑器选项卡的上边框将被着色以匹配相关的服务器组",
|
||||||
|
"mssql.intelliSense.enableQuickInfo": "是否应启用智能感知快速信息",
|
||||||
|
"mssql.intelliSense.lowerCaseSuggestions": "智能感知建议是否应为小写"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"extensionsInputName": "扩展"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"runCurrentQueryKeyboardAction": "运行当前查询",
|
||||||
|
"runCurrentQueryWithActualPlanKeyboardAction": "使用实际计划运行当前查询",
|
||||||
|
"cancelQueryKeyboardAction": "取消查询"
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"runQueryLabel": "运行",
|
||||||
|
"selectDatabase": "选择数据库"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"queryEditorServiceChangeUnsupportedError": "未保存的查询不支持更改语言模式"
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"results": "结果",
|
||||||
|
"chartViewer": "图表查看器"
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"topOperations.actualExecutions": "实际执行",
|
||||||
|
"topOperations.parallel": "并行"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"": [
|
||||||
|
"--------------------------------------------------------------------------------------------",
|
||||||
|
"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."
|
||||||
|
],
|
||||||
|
"OeSessionFailedError": "未能创建对象资源管理器会话"
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user