mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -526,10 +526,14 @@ gulp.task('vscode-translations-pull', function () {
|
||||
|
||||
gulp.task('vscode-translations-import', function () {
|
||||
// {{SQL CARBON EDIT}} - Replace function body with our own
|
||||
[...i18n.defaultLanguages, ...i18n.extraLanguages].forEach(language => {
|
||||
gulp.src(`../vscode-localization/${language.id}/build/*/*.xlf`)
|
||||
.pipe(i18n.prepareI18nFiles())
|
||||
.pipe(vfs.dest(`./i18n/${language.folderName}`));
|
||||
return new Promise(function(resolve) {
|
||||
[...i18n.defaultLanguages, ...i18n.extraLanguages].forEach(language => {
|
||||
let languageId = language.translationId ? language.translationId : language.id;
|
||||
gulp.src(`resources/xlf/${languageId}/**/*.xlf`)
|
||||
.pipe(i18n.prepareI18nFiles())
|
||||
.pipe(vfs.dest(`./i18n/${language.folderName}`));
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
// {{SQL CARBON EDIT}} - End
|
||||
});
|
||||
|
||||
26
i18n/chs/extensions/azurecore/package.i18n.json
Normal file
26
i18n/chs/extensions/azurecore/package.i18n.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"azure.displayName": "Azure (核心)",
|
||||
"azure.description": "浏览和使用 Azure 资源",
|
||||
"azure.title": "Azure",
|
||||
"azure.resource.config.title": "Azure 资源配置",
|
||||
"azure.resource.config.filter.description": "资源筛选器,每个元素都是帐户 ID、订阅 ID 和由斜杠分隔的名称",
|
||||
"azure.resource.explorer.title": "Azure",
|
||||
"azure.resource.refreshall.title": "全部刷新",
|
||||
"azure.resource.refresh.title": "刷新",
|
||||
"azure.resource.signin.title": "登录",
|
||||
"azure.resource.selectsubscriptions.title": "选择订阅",
|
||||
"azure.resource.connectsqlserver.title": "连接",
|
||||
"azure.resource.connectsqldb.title": "连接",
|
||||
"accounts.clearTokenCache": "清除 Azure 帐户令牌缓存",
|
||||
"config.enablePublicCloudDescription": "是否应启用 Azure 公共云集成",
|
||||
"config.enableUsGovCloudDescription": "是否应启用美国政府 Azure 云(Fairfax)集成",
|
||||
"config.enableChinaCloudDescription": "是否应启用 Azure 中国集成",
|
||||
"config.enableGermanyCloudDescription": "是否应启用 Azure 德国集成"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"editableDropdown.errorValidate": "必须是列表中的选项",
|
||||
"dropdownAction.toggle": "切换下拉列表"
|
||||
}
|
||||
@@ -6,5 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"alertWarningMessage": "警告: {0}"
|
||||
"alertErrorMessage": "错误: {0}",
|
||||
"alertWarningMessage": "警告: {0}",
|
||||
"alertInfoMessage": "信息: {0}"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"selectDeselectAll": "全选/取消权限"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"rowDetailView.loadError": "加载错误..."
|
||||
}
|
||||
@@ -5,5 +5,9 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"linkedAccounts": "链接的帐户",
|
||||
"accountDialog.close": "关闭",
|
||||
"accountDialog.noAccountLabel": "没有链接的帐户。请添加一个帐户。",
|
||||
"accountDialog.addConnection": "添加一个帐户"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"accountDialog.addAccountErrorTitle": "添加帐户时出错"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"manageLinedAccounts": "管理链接帐户"
|
||||
"manageLinedAccounts": "管理链接的帐户"
|
||||
}
|
||||
@@ -6,5 +6,8 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"copyAndOpen": "复制并打开",
|
||||
"oauthDialog.cancel": "取消",
|
||||
"userCode": "用户代码",
|
||||
"website": "网站"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"oauthFlyoutIsAlreadyOpen": "无法启动自动 OAuth。自动 OAuth 已在进行中。"
|
||||
}
|
||||
@@ -6,5 +6,13 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"applyFilters": "应用筛选器"
|
||||
"addAccount": "添加帐户",
|
||||
"removeAccount": "删除帐户",
|
||||
"confirmRemoveUserAccountMessage": "确定要删除“{0}”吗?",
|
||||
"accountActions.yes": "是",
|
||||
"accountActions.no": "否",
|
||||
"removeAccountFailed": "未能删除帐户",
|
||||
"applyFilters": "应用筛选器",
|
||||
"refreshAccount": "重新输入凭据",
|
||||
"NoAccountToRefresh": "没有要刷新的帐户"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"refreshCredentials": "你需要为此帐户刷新凭据。"
|
||||
}
|
||||
@@ -5,5 +5,10 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"carbon.extension.contributes.account.id": "帐户类型的标识符",
|
||||
"carbon.extension.contributes.account.icon": "(可选) UI 中用于表示 accpunt 的图标。文件路径或主题配置",
|
||||
"carbon.extension.contributes.account.icon.light": "使用浅色主题时的图标路径",
|
||||
"carbon.extension.contributes.account.icon.dark": "使用深色主题时的图标路径",
|
||||
"carbon.extension.contributes.account": "向帐户提供程序提供图标。"
|
||||
}
|
||||
@@ -6,6 +6,15 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"from": "从",
|
||||
"to": "到",
|
||||
"createNewFirewallRule": "创建新的防火墙规则",
|
||||
"firewall.ok": "确定",
|
||||
"firewall.cancel": "取消",
|
||||
"firewallRuleDialogDescription": "你的客户端 IP 地址无权访问服务器。请登录 Azure 帐户并新建新的防火墙规则以启用访问权限。",
|
||||
"firewallRuleHelpDescription": "详细了解防火墙设置",
|
||||
"azureAccount": "Azure 帐户",
|
||||
"addIPAddressLabel": "添加我的客户端 IP"
|
||||
"filewallRule": "防火墙规则",
|
||||
"addIPAddressLabel": "添加我的客户端 IP",
|
||||
"addIpRangeLabel": "添加我的子网 IP 范围"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"firewallDialog.addAccountErrorTitle": "添加帐户时出错",
|
||||
"firewallRuleError": "防火墙规则错误"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"createDatabase.databaseFiles": "数据库文件:",
|
||||
"createDatabase.noRecordsFound": "未找到记录"
|
||||
}
|
||||
@@ -5,5 +5,8 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"sql.maxRecentConnectionsDescription": "要在连接列表中保存的最近使用连接的最大数。",
|
||||
"sql.defaultEngineDescription": "要使用的默认 SQL 引擎。这将驱动 .sql 文件中的默认语言提供程序以及在创建新连接时使用的默认值。有效选项目前是 MSSQL",
|
||||
"connection.parseClipboardForConnectionStringDescription": "在打开连接对话框或执行粘贴时尝试解析剪贴板的内容。"
|
||||
}
|
||||
@@ -6,5 +6,15 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"delete": "删除"
|
||||
"ClearRecentlyUsedLabel": "清除列表",
|
||||
"ClearedRecentConnections": "已清空最新连接列表",
|
||||
"connectionAction.yes": "是",
|
||||
"connectionAction.no": "否",
|
||||
"clearRecentConnectionMessage": "确定要删除列表中的所有连接吗?",
|
||||
"connectionDialog.yes": "是",
|
||||
"connectionDialog.no": "否",
|
||||
"delete": "删除",
|
||||
"connectionAction.GetCurrentConnectionString": "获取当前连接字符串",
|
||||
"connectionAction.connectionString": "连接字符串不可用",
|
||||
"connectionAction.noConnection": "没有可用的活动连接"
|
||||
}
|
||||
@@ -6,5 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"onDidDisconnectMessage": "已断开连接"
|
||||
"onDidConnectMessage": "连接到",
|
||||
"onDidDisconnectMessage": "已断开连接",
|
||||
"unsavedGroupLabel": "未保存连接"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"connectionAdvancedProperties": "高级属性",
|
||||
"advancedProperties.discard": "放弃"
|
||||
}
|
||||
@@ -6,6 +6,14 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"editDashboard": "编辑",
|
||||
"editDashboardExit": "退出",
|
||||
"refreshWidget": "刷新",
|
||||
"clickToUnpin": "单击以解除锁定"
|
||||
"toggleMore": "切换更多",
|
||||
"deleteWidget": "删除小组件",
|
||||
"clickToUnpin": "单击以取消固定",
|
||||
"clickToPin": "单击以固定",
|
||||
"addFeatureAction.openInstalledFeatures": "打开已安装的功能",
|
||||
"collapseWidget": "折叠",
|
||||
"expandWidget": "扩展"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"unknownDashboardContainerError": "{0} 是未知容器。"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"home": "主页",
|
||||
"missingConnectionInfo": "找不到此仪表板的连接信息"
|
||||
}
|
||||
@@ -6,6 +6,17 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sqlops.extension.contributes.dashboard.tab.description": "将显示给用户的此选项卡的说明。",
|
||||
"sqlops.extension.contributes.dashboard.tab.alwaysShow": "此选项卡是否应始终显示或仅当用户添加时显示。"
|
||||
"azdata.extension.contributes.dashboard.tab.id": "此选项卡的唯一标识符。将被传递给任何请求的扩展名。",
|
||||
"azdata.extension.contributes.dashboard.tab.title": "显示用户的选项卡的标题。",
|
||||
"azdata.extension.contributes.dashboard.tab.description": "将显示给用户的此选项卡的说明。",
|
||||
"azdata.extension.contributes.tab.when": "显示此项目时条件必须为 true",
|
||||
"azdata.extension.contributes.tab.provider": "定义此选项卡兼容的连接类型。如果未设置,则默认为“MSSQL”",
|
||||
"azdata.extension.contributes.dashboard.tab.container": "将在此选项卡中显示的容器。",
|
||||
"azdata.extension.contributes.dashboard.tab.alwaysShow": "是否应始终显示此选项卡或仅当用户添加时显示。",
|
||||
"azdata.extension.contributes.dashboard.tab.isHomeTab": "此选项卡是否应用作连接类型的“开始”选项卡。",
|
||||
"azdata.extension.contributes.tabs": "为用户提供一个或多个选项卡以添加到其仪表板中。",
|
||||
"dashboardTab.contribution.noTitleError": "没有为扩展指定标题。",
|
||||
"dashboardTab.contribution.noDescriptionWarning": "未指定要显示的说明。",
|
||||
"dashboardTab.contribution.noContainerError": "没有为扩展指定容器。",
|
||||
"dashboardTab.contribution.moreThanOneDashboardContainersError": "每个空间只能定义 1 个仪表板容器"
|
||||
}
|
||||
@@ -5,5 +5,12 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"azdata.extension.contributes.dashboard.container.id": "此容器的唯一标识符。",
|
||||
"azdata.extension.contributes.dashboard.container.container": "将在选项卡中显示的容器。",
|
||||
"azdata.extension.contributes.containers": "为用户提供一个或多个仪表板容器,供其添加到其仪表板中。",
|
||||
"dashboardContainer.contribution.noIdError": "未在仪表板容器中为扩展指定 ID。",
|
||||
"dashboardContainer.contribution.noContainerError": "为扩展指定的仪表板容器中没有容器。",
|
||||
"dashboardContainer.contribution.moreThanOneDashboardContainersError": "每个空间只能定义 1 个仪表板容器。",
|
||||
"dashboardTab.contribution.unKnownContainerType": "在仪表板容器中为扩展定义了未知的容器类型。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboard.container.controlhost": "将在此选项卡中显示 controlhost。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboardNavSection": "“{0}”部分具有无效内容。请与扩展所有者联系。"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"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.gridtab.items": "将在此选项卡中显示的小组件或 Web 视图的列表。",
|
||||
"gridContainer.invalidInputs": "小组件或 Web 视图应在扩展小组件容器的内部。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboard.container.modelview": "将在此选项卡中显示的模型支持的视图。"
|
||||
}
|
||||
@@ -6,6 +6,16 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboard.container.left-nav-bar.icon.dark": "使用暗色主题时的图标路径",
|
||||
"dashboard.container.left-nav-bar": "将显示在此导航节中的仪表板容器的列表。"
|
||||
"dashboard.container.left-nav-bar.id": "此导航部分的唯一标识符。将被传递给任何请求的扩展名。",
|
||||
"dashboard.container.left-nav-bar.icon": "(可选) 用于在UI 中表示此导航节的图标。应为文件路径或可主体化的配置",
|
||||
"dashboard.container.left-nav-bar.icon.light": "使用浅色主题时的图标路径",
|
||||
"dashboard.container.left-nav-bar.icon.dark": "使用深色主题时的图标路径",
|
||||
"dashboard.container.left-nav-bar.title": "要向用户显示的导航部分的标题。",
|
||||
"dashboard.container.left-nav-bar.container": "将在此导航部分中显示的容器。",
|
||||
"dashboard.container.left-nav-bar": "将在此导航部分中显示的仪表板容器的列表。",
|
||||
"opticon": "属性 \"icon\" 可省略或者必须是字符串或文字,如 \"{dark, light}\"",
|
||||
"navSection.missingTitle": "未在“导航”部分中为扩展指定标题。",
|
||||
"navSection.missingContainer": "未在“导航”部分中为扩展指定标题。",
|
||||
"navSection.moreThanOneDashboardContainersError": "每个空间只能定义 1 个仪表板容器。",
|
||||
"navSection.invalidContainer": "NAV_SECTION 内的 NAV_SECTION 是一个无效的扩展容器。"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"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.webview": "将在此选项卡中显示的 web 视图。"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"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.widgets": "将在此选项卡中显示的小组件的列表。",
|
||||
"widgetContainer.invalidInputs": "小组件列表应位于扩展小组件容器的内部。"
|
||||
}
|
||||
@@ -6,5 +6,12 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboardTabError": "\"扩展\" 选项卡未知或未安装。"
|
||||
"azdata.extension.contributes.widget.when": "显示此项目时条件必须为 true",
|
||||
"dashboardpage.tabName": "容器的标题",
|
||||
"dashboardpage.rowNumber": "网格中的组件行",
|
||||
"dashboardpage.rowSpan": "网格中组件的行跨度。默认值为 1。使用 \"*\" 设置为网格中的行数。",
|
||||
"dashboardpage.colNumber": "网格中组件的列",
|
||||
"dashboardpage.colspan": "网格中组件的列跨距。默认值为 1。使用 \"*\" 设置网格中的列数。",
|
||||
"azdata.extension.contributes.dashboardPage.tab.id": "此选项卡的唯一标识符。将被传递给任何请求的扩展名。",
|
||||
"dashboardTabError": "“扩展”选项卡未知或未安装。"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"databasePageName": "数据库仪表板"
|
||||
}
|
||||
@@ -6,6 +6,16 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboardDatabaseProperties": "启用或禁用属性小组件",
|
||||
"dashboard.databaseproperties": "要显示的属性值",
|
||||
"dashboard.databaseproperties.displayName": "属性的显示名称",
|
||||
"dashboard.databaseproperties.value": "数据库信息对象中的值",
|
||||
"dashboard.databaseproperties.ignore": "指定要忽略的特定值",
|
||||
"recoveryModel": "恢复模型",
|
||||
"lastDatabaseBackup": "上次数据库备份",
|
||||
"lastLogBackup": "上次日志备份",
|
||||
"compatibilityLevel": "兼容级别",
|
||||
"owner": "所有者",
|
||||
"dashboardDatabase": "自定义数据库仪表板页面",
|
||||
"dashboardDatabaseTabs": "自定义数据库仪表板选项卡"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"serverPageName": "服务器仪表板"
|
||||
}
|
||||
@@ -6,6 +6,14 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboardServerProperties": "启用或禁用属性小组件",
|
||||
"dashboard.serverproperties": "要显示的属性值",
|
||||
"dashboard.serverproperties.displayName": "属性的显示名称",
|
||||
"computerName": "计算机名"
|
||||
"dashboard.serverproperties.value": "服务器信息对象中的值",
|
||||
"version": "版本",
|
||||
"edition": "版本",
|
||||
"computerName": "计算机名",
|
||||
"osVersion": "OS 版本",
|
||||
"dashboardServer": "自定义服务器仪表板页面",
|
||||
"dashboardServerTabs": "自定义服务器仪表板选项卡"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"homeCrumb": "主页"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"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.changeDatabaseFailure": "未能更改数据库"
|
||||
}
|
||||
@@ -5,5 +5,9 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"seachObjects": "按类型名称搜索(a:、t:、v:、f: 或 sp:)",
|
||||
"searchDatabases": "搜索数据库",
|
||||
"dashboard.explorer.objectError": "无法加载对象",
|
||||
"dashboard.explorer.databaseError": "无法加载数据库"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"insights.runQuery": "运行查询"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"insights.lastUpdated": "最近更新时间: {0} {1}",
|
||||
"noResults": "没有要显示的结果"
|
||||
}
|
||||
@@ -5,5 +5,16 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"insightWidgetDescription": "添加一个可查询服务器或数据库并以多种方式显示结果的小组件,例如图表和汇总计数等。",
|
||||
"insightIdDescription": "用于缓存见解结果的唯一标识符。",
|
||||
"insightQueryDescription": "要运行的 SQL 查询。这只能返回 1 个结果集。",
|
||||
"insightQueryFileDescription": "[可选] 指向包含查询的文件的路径。在未设置“查询”时使用",
|
||||
"insightAutoRefreshIntervalDescription": "[可选] 自动刷新间隔(分钟数);如果未设置,则不自动刷新",
|
||||
"actionTypes": "要使用的操作",
|
||||
"actionDatabaseDescription": "操作的目标数据库;可通过 \"${columnName}\" 格式使用数据驱动的列名。",
|
||||
"actionServerDescription": "操作的目标服务器;可通过 \"${columnName}\" 格式使用数据驱动的列名。",
|
||||
"actionUserDescription": "操作的目标用户;可通过 \"${columnName}\" 格式使用数据驱动的列名。",
|
||||
"carbon.extension.contributes.insightType.id": "见解的标识符",
|
||||
"carbon.extension.contributes.insights": "向仪表板调色板提供见解。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"chartErrorMessage": "无法用给定的数据显示图表"
|
||||
}
|
||||
@@ -5,5 +5,12 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"chartInsightDescription": "将查询结果显示为仪表板上的图表",
|
||||
"colorMapDescription": "映射“列名”->“颜色”。例如,添加 \"column1\": 红色以确保该列使用红色",
|
||||
"legendDescription": "表示图表图例的首选位置和可见性。这些是查询中的列名称,并映射到每个图表条目的标签",
|
||||
"labelFirstColumnDescription": "如果 dataDirection 是水平的,则将其设置为 true 会使用图例的第一列值。",
|
||||
"columnsAsLabels": "如果 dataDirection 是垂直的,则将其设置为 true 会使用图例的列名称。",
|
||||
"dataDirectionDescription": "定义是从列(垂直)还是从行(水平)读取数据。将在时间序列中忽略此项,因为方向必须是垂直的。",
|
||||
"showTopNData": "如果设置了 showTopNData,则只在图表中显示前 N 个数据。"
|
||||
}
|
||||
@@ -6,8 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"yAxisMax": "y 轴的最大值",
|
||||
"yAxisLabel": "y 轴的标签",
|
||||
"xAxisMin": "x 轴的最小值",
|
||||
"xAxisMax": "x 轴的最大值"
|
||||
"yAxisMin": "Y 轴的最小值",
|
||||
"yAxisMax": "Y 轴的最大值",
|
||||
"barchart.yAxisLabel": "Y 轴的标签",
|
||||
"xAxisMin": "X 轴的最小值",
|
||||
"xAxisMax": "X 轴的最大值",
|
||||
"barchart.xAxisLabel": "x 轴的标签"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"countInsightDescription": "对于结果集中的每一列,,将行 0 中的值显示为计数且后跟列名。例如,支持“1 健康”、“3 不健康”,其中“健康”是列名,1 是行 1 单元格 1 中的值"
|
||||
}
|
||||
@@ -5,5 +5,8 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"imageInsightDescription": "显示图像,例如使用 ggplot2 时由 R 查询返回的图像",
|
||||
"imageFormatDescription": "应为哪种格式 - 这是 JPEG、PNG 还是其他格式?",
|
||||
"encodingDescription": "此编码为十六进制、base64 还是其他格式?"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"tableInsightDescription": "在简单表中显示结果"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"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.properties.error": "无法加载仪表板属性"
|
||||
}
|
||||
@@ -6,10 +6,41 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"backup.mediaOptionFormat": "备份到新媒体集",
|
||||
"backup.backupName": "备份名称",
|
||||
"backup.recoveryModel": "恢复模型",
|
||||
"backup.backupType": "备份类型",
|
||||
"backup.backupDevice": "备份文件",
|
||||
"backup.algorithm": "算法",
|
||||
"backup.certificateOrAsymmetricKey": "证书或非对称密钥",
|
||||
"backup.media": "媒体",
|
||||
"backup.mediaOption": "备份到现有媒体集",
|
||||
"backup.mediaOptionFormat": "备份到新的媒体集",
|
||||
"backup.existingMediaAppend": "追加到现有备份集",
|
||||
"backup.existingMediaOverwrite": "覆盖所有现有备份集",
|
||||
"backup.newMediaSetName": "新媒体集名称",
|
||||
"backup.newMediaSetDescription": "新建媒体集说明",
|
||||
"backup.checksumContainer": "在写入媒体前执行和校验",
|
||||
"backup.verifyContainer": "完成时验证备份",
|
||||
"backup.continueOnErrorContainer": "错误发生时继续",
|
||||
"backup.expiration": "过期",
|
||||
"backup.setBackupRetainDays": "设置备份保留天数",
|
||||
"backup.copyOnly": "仅复制备份",
|
||||
"backup.advancedConfiguration": "高级配置",
|
||||
"backup.compression": "压缩",
|
||||
"backup.setBackupCompression": "设置备份压缩",
|
||||
"backup.encryption": "加密",
|
||||
"backup.transactionLog": "事务日志",
|
||||
"backup.truncateTransactionLog": "截断事务日志",
|
||||
"backup.backupTail": "备份日志的末尾",
|
||||
"backup.reliability": "可靠性",
|
||||
"backup.mediaNameRequired": "需要媒体名称",
|
||||
"backup.noEncryptorWarning": "没有可用的证书或非对称密钥",
|
||||
"addFile": "添加文件",
|
||||
"removeFile": "删除文件",
|
||||
"backupComponent.invalidInput": "输入无效。值必须大于或等于 0。",
|
||||
"backupComponent.script": "脚本",
|
||||
"backupComponent.backup": "备份",
|
||||
"backup.containsBackupToUrlError": "只支持备份到文件"
|
||||
"backupComponent.cancel": "取消",
|
||||
"backup.containsBackupToUrlError": "只支持备份到文件",
|
||||
"backup.backupFileRequired": "备份文件路径是必需的"
|
||||
}
|
||||
@@ -5,5 +5,19 @@
|
||||
"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.labelDatabase": "数据库",
|
||||
"backup.labelFilegroup": "文件和文件组",
|
||||
"backup.labelFull": "完全",
|
||||
"backup.labelDifferential": "差异",
|
||||
"backup.labelLog": "事务日志",
|
||||
"backup.labelDisk": "磁盘",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.defaultCompression": "使用默认服务器设置",
|
||||
"backup.compressBackup": "压缩备份",
|
||||
"backup.doNotCompress": "不压缩备份",
|
||||
"backup.serverCertificate": "服务器证书",
|
||||
"backup.asymmetricKey": "非对称密钥",
|
||||
"backup.filterBackupFiles": "备份文件",
|
||||
"backup.allFiles": "所有文件"
|
||||
}
|
||||
@@ -6,12 +6,35 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"backupFilePath": "备份文件路径",
|
||||
"targetDatabase": "目标数据库",
|
||||
"RestoreDialogTitle": "还原数据库",
|
||||
"restoreDialog.restore": "恢复",
|
||||
"restoreDialog.restoreTitle": "还原数据库",
|
||||
"restoreDialog.database": "数据库",
|
||||
"restoreDialog.backupFile": "备份文件",
|
||||
"restoreDialog.restore": "还原",
|
||||
"restoreDialog.cancel": "取消",
|
||||
"restoreDialog.script": "脚本",
|
||||
"source": "源",
|
||||
"restoreFrom": "还原自",
|
||||
"missingBackupFilePathError": "备份文件路径是必需的。",
|
||||
"multipleBackupFilePath": "请输入一个或多个用逗号分隔的文件路径",
|
||||
"database": "数据库",
|
||||
"destination": "目的地",
|
||||
"restoreDialog.toggleDatabaseNameDropdown": "“选择数据库”切换下拉列表",
|
||||
"restoreTo": "还原到",
|
||||
"restorePlan": "还原计划",
|
||||
"backupSetsToRestore": "要恢复的备份集",
|
||||
"restoreDatabaseFileAs": "将数据库文件还原为",
|
||||
"restoreDatabaseFileDetails": "还原数据库文件详细信息",
|
||||
"logicalFileName": "逻辑文件名",
|
||||
"fileType": "文件类型",
|
||||
"originalFileName": "原始文件名",
|
||||
"restoreAs": "还原为",
|
||||
"restoreOptions": "还原选项",
|
||||
"filesTitle": "文件"
|
||||
"taillogBackup": "结尾日志备份",
|
||||
"serverConnection": "服务器连接",
|
||||
"generalTitle": "常规",
|
||||
"filesTitle": "文件",
|
||||
"optionsTitle": "选项"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"connectionFailure": "编辑未能连接的数据会话"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"maxRowTaskbar": "最大行数:"
|
||||
}
|
||||
@@ -6,5 +6,9 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"editData.refresh": "刷新"
|
||||
"editData.run": "运行",
|
||||
"disposeEditFailure": "处理编辑失败,出现错误:",
|
||||
"editData.stop": "停止",
|
||||
"editData.showSql": "显示 SQL 窗格",
|
||||
"editData.closeSql": "关闭 SQL 窗格"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"tabs": "仪表板选项卡({0})",
|
||||
"tabId": "ID",
|
||||
"tabTitle": "标题",
|
||||
"tabDescription": "说明",
|
||||
"insights": "仪表板见解({0})",
|
||||
"insightId": "ID",
|
||||
"name": "名称",
|
||||
"insight condition": "时间"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"deleteRow": "删除行",
|
||||
"revertRow": "还原当前行"
|
||||
}
|
||||
@@ -5,5 +5,13 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"saveAsCsv": "另存为 CSV",
|
||||
"saveAsJson": "另存为 JSON",
|
||||
"saveAsExcel": "另存为 Excel",
|
||||
"saveAsXml": "另存为 XML",
|
||||
"copySelection": "复制",
|
||||
"copyWithHeaders": "连同标题一起复制",
|
||||
"selectAll": "选择全部",
|
||||
"copyMessages": "复制"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"jobview.Jobs": "作业",
|
||||
"jobview.Alerts": "警报",
|
||||
"jobview.Proxies": "代理",
|
||||
"jobview.Operators": "运算符"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobAlertColumns.name": "名称",
|
||||
"jobAlertColumns.lastOccurrenceDate": "上次发生",
|
||||
"jobAlertColumns.enabled": "已启用",
|
||||
"jobAlertColumns.delayBetweenResponses": "响应之间的延迟(秒)",
|
||||
"jobAlertColumns.categoryName": "类别名称"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"stepRow.stepID": "步骤 ID",
|
||||
"stepRow.stepName": "步骤名称",
|
||||
"stepRow.message": "消息"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobColumns.name": "名称",
|
||||
"jobColumns.lastRun": "上次运行",
|
||||
"jobColumns.nextRun": "下次运行",
|
||||
"jobColumns.enabled": "已启用",
|
||||
"jobColumns.status": "状态",
|
||||
"jobColumns.category": "类别",
|
||||
"jobColumns.runnable": "可运行",
|
||||
"jobColumns.schedule": "计划",
|
||||
"jobColumns.lastRunOutcome": "上次运行结果",
|
||||
"jobColumns.previousRuns": "之前的运行",
|
||||
"jobsView.noSteps": "没有可用于此作业的步骤。",
|
||||
"jobsView.error": "错误: "
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"jobOperatorsView.name": "名称",
|
||||
"jobOperatorsView.emailAddress": "电子邮件地址",
|
||||
"jobOperatorsView.enabled": "已启用"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"jobProxyToolbar-NewItem": "新建代理",
|
||||
"jobProxyToolbar-Refresh": "刷新",
|
||||
"jobProxiesView.accountName": "帐户名",
|
||||
"jobProxiesView.credentialName": "凭据名称",
|
||||
"jobProxiesView.description": "说明",
|
||||
"jobProxiesView.isEnabled": "已启用"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"invalidIndex": "索引无效。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"invalidValueError": "值无效"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"loadingMessage": "正在加载"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"loadingMessage": "正在加载"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"queryTextEditorAriaLabel": "用于视图模型的模型视图代码编辑器。"
|
||||
}
|
||||
10
i18n/chs/src/sql/parts/modelComponents/viewBase.i18n.json
Normal file
10
i18n/chs/src/sql/parts/modelComponents/viewBase.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."
|
||||
],
|
||||
"componentTypeNotRegistered": "找不到类型为 {0} 的组件"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"delete": "删除",
|
||||
"codeBefore": "在...之前插入代码",
|
||||
"codeAfter": "在...之后插入代码",
|
||||
"markdownBefore": "在...之前插入 Markdown",
|
||||
"markdownAfter": "在...之后插入 Markdown",
|
||||
"clear": "清除输出"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"notebook.failed": "请选择活动单元格,然后重试",
|
||||
"runCell": "运行单元格",
|
||||
"stopCell": "取消执行",
|
||||
"errorRunCell": "上次运行时出错。请单击以重新运行"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"clickOn": "单击",
|
||||
"plusCode": "+ 代码",
|
||||
"or": "或",
|
||||
"plusText": "+ 文本",
|
||||
"toAddCell": "添加代码或文本单元格"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"doubleClickEdit": "双击以编辑"
|
||||
}
|
||||
13
i18n/chs/src/sql/parts/notebook/models/cell.i18n.json
Normal file
13
i18n/chs/src/sql/parts/notebook/models/cell.i18n.json
Normal file
@@ -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."
|
||||
],
|
||||
"executionCanceled": "查询执行已取消",
|
||||
"notebookNotReady": "此笔记本的会话尚未准备好",
|
||||
"sessionNotReady": "此笔记本的会话将暂时启动",
|
||||
"noDefaultKernel": "此笔记本没有可用的内核"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"clientSession.unknownError": "启动笔记本会话时出错",
|
||||
"ServerNotStarted": "由于未知原因,服务器未启动",
|
||||
"kernelRequiresConnection": "找不到内核 {0}。将改为使用默认内核。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"sqlKernel": "Sql"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"selectConnection": "选择连接",
|
||||
"localhost": "本地 主机",
|
||||
"addConnection": "添加新连接"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"deleteCellFailed": "未能删除单元格。",
|
||||
"changeKernelFailedRetry": "未能更改内核。将使用内核 {0}。错误为: {1}",
|
||||
"changeKernelFailed": "由于错误而未能更改内核: {0}",
|
||||
"changeContextFailed": "更改上下文失败: {0}",
|
||||
"startSessionFailed": "无法启动会话: {0}",
|
||||
"shutdownError": "关闭笔记本时出错: {0}",
|
||||
"shutdownClientSessionError": "关闭笔记本时发生客户端会话错误: {0}",
|
||||
"ProviderNoManager": "找不到提供程序 {0} 的笔记本管理器"
|
||||
}
|
||||
16
i18n/chs/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
16
i18n/chs/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"displayFailed": "无法显示内容: {0}",
|
||||
"noKernelInstalled": "请安装 SQL Server 2019 扩展以运行单元格",
|
||||
"installSql2019Extension": "安装扩展",
|
||||
"code": "代码",
|
||||
"text": "文本",
|
||||
"clearResults": "清除结果",
|
||||
"cellNotFound": "在此模型中找不到具有 URI {0} 的单元格"
|
||||
}
|
||||
22
i18n/chs/src/sql/parts/notebook/notebookActions.i18n.json
Normal file
22
i18n/chs/src/sql/parts/notebook/notebookActions.i18n.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"loading": "正在加载内核中…",
|
||||
"changing": "正在更改内核...",
|
||||
"Kernel": "内核:",
|
||||
"AttachTo": "附加到:",
|
||||
"loadingContexts": "正在加载上下文…",
|
||||
"addNewConnection": "添加新连接",
|
||||
"selectConnection": "选择连接",
|
||||
"localhost": "localhost",
|
||||
"trustLabel": "信任",
|
||||
"untrustLabel": "不受信任",
|
||||
"alreadyTrustedMsg": "笔记本已受信任。",
|
||||
"noKernel": "无内核",
|
||||
"noContextAvailable": "没有"
|
||||
}
|
||||
10
i18n/chs/src/sql/parts/notebook/notebookUtils.i18n.json
Normal file
10
i18n/chs/src/sql/parts/notebook/notebookUtils.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."
|
||||
],
|
||||
"mkdirOutputMsg": "...正在创建 {0}"
|
||||
}
|
||||
@@ -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.colors": "在对象资源管理器 viewlet 中使用的服务器组调色板。",
|
||||
"serverGroup.autoExpand": "在对象资源管理器 viewlet 中自动展开服务器组。"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"ServerGroupsDialogTitle": "服务器组",
|
||||
"serverGroup.ok": "确定",
|
||||
"serverGroup.cancel": "取消",
|
||||
"connectionGroupName": "服务器组名称",
|
||||
"MissingGroupNameError": "组名称是必需的。",
|
||||
"groupDescription": "组描述",
|
||||
"groupColor": "组颜色"
|
||||
}
|
||||
@@ -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.addServerGroup": "添加服务器组",
|
||||
"serverGroup.editServerGroup": "编辑服务器组"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectionTree.refresh": "刷新",
|
||||
"DisconnectAction": "断开连接",
|
||||
"connectionTree.addConnection": "新建连接",
|
||||
"connectionTree.addServerGroup": "新建服务器组",
|
||||
"connectionTree.editServerGroup": "编辑服务器组",
|
||||
"activeConnections": "显示活动连接",
|
||||
"showAllConnections": "显示所有连接",
|
||||
"recentConnections": "最新连接",
|
||||
"registeredServers.newQuery": "新建查询",
|
||||
"deleteConnection": "删除连接",
|
||||
"deleteConnectionGroup": "删除组",
|
||||
"clearSearch": "清除搜索"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"ManageAction": "管理"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"loading": "正在加载..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"serverTree.addConnection": "添加连接"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"treeAriaLabel": "最新连接",
|
||||
"treeCreation.regTreeAriaLabel": "服务器"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"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.settings.viewTemplates": "指定视图模板",
|
||||
"profiler.settings.sessionTemplates": "指定会话模板"
|
||||
}
|
||||
@@ -6,6 +6,21 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"profilerAction.connect": "连接",
|
||||
"profilerAction.disconnect": "断开连接",
|
||||
"start": "启动",
|
||||
"create": "新建会话",
|
||||
"profilerAction.pauseCapture": "暂停",
|
||||
"profilerAction.resumeCapture": "恢复",
|
||||
"profilerStop.stop": "停止",
|
||||
"profiler.clear": "清除数据",
|
||||
"profiler.findPrevious": "查找上一个字符串"
|
||||
"profilerAction.autoscrollOn": "自动滚动:开",
|
||||
"profilerAction.autoscrollOff": "自动滚动: 关",
|
||||
"profiler.toggleCollapsePanel": "切换折叠面板",
|
||||
"profiler.editColumns": "编辑列",
|
||||
"profiler.findNext": "查找下一个字符串",
|
||||
"profiler.findPrevious": "查找上一个字符串",
|
||||
"profilerAction.newProfiler": "启动分析器",
|
||||
"profiler.filter": "筛选器...",
|
||||
"profiler.clearFilter": "清除筛选器"
|
||||
}
|
||||
@@ -5,5 +5,10 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"eventSort": "按事件排序",
|
||||
"nameColumn": "按列排序",
|
||||
"profilerColumnDialog.profiler": "分析器",
|
||||
"profilerColumnDialog.ok": "确定",
|
||||
"profilerColumnDialog.cancel": "取消"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"profilerFilterDialog.clear": "全部清除",
|
||||
"profilerFilterDialog.apply": "应用",
|
||||
"profilerFilterDialog.ok": "确定",
|
||||
"profilerFilterDialog.cancel": "取消",
|
||||
"profilerFilterDialog.title": "筛选器",
|
||||
"profilerFilterDialog.remove": "删除",
|
||||
"profilerFilterDialog.add": "添加",
|
||||
"profilerFilterDialog.addClauseText": "单击此处添加一个子句",
|
||||
"profilerFilterDialog.fieldColumn": "字段",
|
||||
"profilerFilterDialog.operatorColumn": "运算符",
|
||||
"profilerFilterDialog.valueColumn": "值",
|
||||
"profilerFilterDialog.isNullOperator": "为 null",
|
||||
"profilerFilterDialog.isNotNullOperator": "不为 Null",
|
||||
"profilerFilterDialog.containsOperator": "包含",
|
||||
"profilerFilterDialog.notContainsOperator": "不包含",
|
||||
"profilerFilterDialog.startsWithOperator": "开始于",
|
||||
"profilerFilterDialog.notStartsWithOperator": "不开始于"
|
||||
}
|
||||
@@ -5,5 +5,13 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"label.find": "查找",
|
||||
"placeholder.find": "查找",
|
||||
"label.previousMatchButton": "上一个匹配项",
|
||||
"label.nextMatchButton": "下一个匹配项",
|
||||
"label.closeButton": "关闭",
|
||||
"title.matchesCountLimit": "你的搜索返回了大量结果,将仅突出显示前 999 个匹配项。",
|
||||
"label.matchesLocation": "{0}/{1}",
|
||||
"label.noResults": "无结果"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"ProfilerTableEditor.eventCountFiltered": "事件(已筛选): {0}/{1}",
|
||||
"ProfilerTableEditor.eventCount": "事件: {0}"
|
||||
}
|
||||
@@ -6,5 +6,12 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"profilerEditor.value": "值"
|
||||
"profiler.viewSelectAccessibleName": "选择视图",
|
||||
"profiler.sessionSelectAccessibleName": "选择会话",
|
||||
"profiler.sessionSelectLabel": "选择会话:",
|
||||
"profiler.viewSelectLabel": "选择视图:",
|
||||
"text": "文本",
|
||||
"label": "标签",
|
||||
"profilerEditor.value": "值",
|
||||
"details": "详细信息"
|
||||
}
|
||||
@@ -5,5 +5,14 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"profilerInput.profiler": "分析器",
|
||||
"profilerInput.notConnected": "未连接",
|
||||
"profiler.sessionStopped": "XEvent 分析器会话在服务器 {0} 上意外停止。",
|
||||
"profiler.sessionCreationError": "启动新会话时出错",
|
||||
"profiler.eventsLost": "{0} 的 XEvent 分析会话缺失事件。",
|
||||
"confirmStopProfilerSession": "是否要停止正在运行的 xevent 会话?",
|
||||
"profilerClosingActions.yes": "是",
|
||||
"profilerClosingActions.no": "否",
|
||||
"profilerClosingActions.cancel": "取消"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user