mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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."
|
||||
],
|
||||
"unknownComponentType": "组件类型未知。必须使用 ModelBuilder 来创建对象",
|
||||
"invalidIndex": "索引无效。",
|
||||
"unknownConfig": "组件配置未知,必须使用 ModelBuilder 来创建配置对象"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dialogDoneLabel": "已完成",
|
||||
"dialogCancelLabel": "取消",
|
||||
"generateScriptLabel": "生成脚本",
|
||||
"dialogNextLabel": "下一个",
|
||||
"dialogPreviousLabel": "上一个"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"treeView.notRegistered": "未注册 ID 为“{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."
|
||||
],
|
||||
"providerRequired": "必须向此方法传递具有有效 providerId 的记事本提供程序",
|
||||
"errNoProvider": "找不到笔记本提供程序",
|
||||
"errNoManager": "找不到管理器",
|
||||
"noServerManager": "笔记本 {0} 的笔记本管理器没有服务器管理器。无法对其执行操作",
|
||||
"noContentManager": "笔记本 {0} 的笔记本管理器没有内容管理器。无法对其执行操作",
|
||||
"noSessionManager": "笔记本 {0} 的笔记本管理器没有会话管理器。无法对其执行操作"
|
||||
}
|
||||
17
i18n/chs/src/sql/workbench/browser/modal/modal.i18n.json
Normal file
17
i18n/chs/src/sql/workbench/browser/modal/modal.i18n.json
Normal file
@@ -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."
|
||||
],
|
||||
"infoAltText": "信息",
|
||||
"warningAltText": "警告",
|
||||
"errorAltText": "错误",
|
||||
"showMessageDetails": "显示详细信息",
|
||||
"hideMessageDetails": "隐藏详细信息",
|
||||
"copyMessage": "复制",
|
||||
"closeMessage": "关闭",
|
||||
"modalBack": "上一步"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"optionsDialog.ok": "确定",
|
||||
"optionsDialog.cancel": "取消"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"optionsDialog.missingRequireField": "是必需的。",
|
||||
"optionsDialog.invalidInput": "输入无效。应为数值。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"no-dataprovider": "当前没有可提供视图数据的提供来源进行注册。",
|
||||
"collapse": "折叠"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"previewFeatures.configTitle": "预览功能",
|
||||
"previewFeatures.configEnable": "启用未发布的预览功能",
|
||||
"showConnectDialogOnStartup": "在启动时显示连接对话框"
|
||||
}
|
||||
@@ -5,5 +5,20 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"newQueryAction.newQuery": "新建查询",
|
||||
"scriptSelect": "选择前 1000 项",
|
||||
"scriptExecute": "生成 Execute 脚本",
|
||||
"scriptAlter": "生成 Alter 脚本",
|
||||
"editData": "编辑数据",
|
||||
"scriptCreate": "生成 Create 脚本",
|
||||
"scriptDelete": "生成 Drop 脚本",
|
||||
"backupAction.backup": "备份",
|
||||
"backup.isPreviewFeature": "必须启用预览功能才能使用备份",
|
||||
"restoreAction.restore": "还原",
|
||||
"restore.isPreviewFeature": "必须启用预览功能才能使用还原",
|
||||
"manage": "管理",
|
||||
"showDetails": "显示详细信息",
|
||||
"newDatabase": "新建数据库",
|
||||
"configureDashboard": "了解如何配置仪表板"
|
||||
}
|
||||
@@ -7,5 +7,12 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"selectOperationName": "选择",
|
||||
"createOperationName": "创建"
|
||||
"createOperationName": "创建",
|
||||
"insertOperationName": "插入",
|
||||
"updateOperationName": "更新",
|
||||
"deleteOperationName": "删除",
|
||||
"scriptSelectNotFound": "在对象上调用 select 脚本时未返回脚本",
|
||||
"scriptNotFoundForObject": "在对象 {1} 上运行脚本 {0} 时未返回任何脚本",
|
||||
"scriptingFailed": "脚本编写失败",
|
||||
"scriptNotFound": "脚本编写为 {0} 时未返回任何脚本"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"enablePreviewFeatures.notice": "为了完全支持扩展和提供某些操作,需要预览功能。是否要启用预览功能?",
|
||||
"enablePreviewFeatures.yes": "是",
|
||||
"enablePreviewFeatures.no": "否",
|
||||
"enablePreviewFeatures.never": "否,不再显示"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"schema.providerId": "提供程序的公共 ID",
|
||||
"schema.displayName": "提供程序的显示名称",
|
||||
"schema.connectionOptions": "连接选项"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"Search server names": "搜索服务器名称"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"Search server names": "搜索服务器名称"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"showDataExplorer": "显示数据资源管理器",
|
||||
"workbench.dataExplorer": "数据资源管理器",
|
||||
"dataExplorer.view": "视图",
|
||||
"databaseConnections": "数据库连接",
|
||||
"datasource.connections": "数据源连接",
|
||||
"datasource.connectionGroups": "数据源组",
|
||||
"startupConfig": "启动配置",
|
||||
"startup.alwaysShowServersView": "如果要在 Azure Data Studio 启动时默认显示服务器视图,则为 True;如果应显示上次打开的视图,则为 false"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"vscode.extension.contributes.view.id": "视图的标识符。使用标识符通过“vscode.window.registerTreeDataProviderForView” API 注册数据提供程序。同时将“onView:${id}”事件注册到“activationEvents”以激活你的扩展。",
|
||||
"vscode.extension.contributes.view.name": "人类可读的视图名称。将会被显示",
|
||||
"vscode.extension.contributes.view.when": "显示此视图必须为真的条件",
|
||||
"extension.contributes.dataExplorer": "向编辑器提供视图",
|
||||
"extension.dataExplorer": "向活动栏中的数据资源管理器容器贡献视图",
|
||||
"dataExplorer.contributed": "在扩展提供的视图容器中提供视图。",
|
||||
"ViewsContainerDoesnotExist": "视图容器“{0}”不存在,向其注册的所有视图都将添加到“数据资源管理器”中。",
|
||||
"duplicateView1": "无法在视图容器“{1}”中注册多个具有相同 ID (“{0}”) 的视图",
|
||||
"duplicateView2": "视图容器“{1}”中已注册有 ID 为“{0}”的视图",
|
||||
"requirearray": "视图必须为数组",
|
||||
"requirestring": "属性“{0}”是必需的,其类型必须是“字符串”",
|
||||
"optstring": "属性“{0}”可以省略,否则其类型必须是 \"string\""
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dataExplorer.servers": "服务器"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"disconnect": "断开连接",
|
||||
"newQuery": "新建查询",
|
||||
"manage": "管理",
|
||||
"refresh": "刷新"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"adminService.providerIdNotValidError": "需要连接才能与 adminservice 交互",
|
||||
"adminService.noHandlerRegistered": "未注册处理程序"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connectingLabel": "正在连接:",
|
||||
"runningCommandLabel": "正在运行命令:",
|
||||
"openingNewQueryLabel": "正在打开新查询:"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connectionError": "连接错误",
|
||||
"kerberosErrorStart": "由于 Kerberos 错误,连接失败。",
|
||||
"kerberosHelpLink": "可在 {0} 处获取有关配置 Kerberos 的帮助",
|
||||
"kerberosKinit": "如果之前已连接过,则可能需要重新运行 kinit。"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "连接",
|
||||
"connectType": "连接类型",
|
||||
"recentConnectionTitle": "最新连接",
|
||||
"savedConnectionTitle": "已保存连接",
|
||||
"connectionDetailsTitle": "连接详细信息",
|
||||
"connectionDialog.connect": "连接",
|
||||
"connectionDialog.cancel": "取消",
|
||||
"noRecentConnections": "没有最新连接",
|
||||
"noSavedConnections": "没有保存的连接"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectionWidget.AddAzureAccount": "添加帐户...",
|
||||
"defaultDatabaseOption": "<默认值>",
|
||||
"loadingDatabaseOption": "正在加载...",
|
||||
"serverGroup": "服务器组",
|
||||
"defaultServerGroup": "<默认值>",
|
||||
"addNewServerGroup": "添加新组…",
|
||||
"noneServerGroup": "<不保存>",
|
||||
"connectionWidget.missingRequireField": "{0} 是必需的。",
|
||||
"connectionWidget.fieldWillBeTrimmed": "将修剪 {0}。",
|
||||
"rememberPassword": "记住密码",
|
||||
"connection.azureAccountDropdownLabel": "帐户",
|
||||
"connectionWidget.refreshAzureCredentials": "刷新帐户凭据",
|
||||
"connection.azureTenantDropdownLabel": "Azure AD 租户",
|
||||
"connectionWidget.toggleDatabaseNameDropdown": "“选择数据库”切换下拉列表",
|
||||
"advanced": "高级...",
|
||||
"connectionWidget.invalidAzureAccount": "必须选择一个帐户"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"newDashboardTab.openDashboardExtensions": "打开仪表板扩展",
|
||||
"newDashboardTab.ok": "确定",
|
||||
"newDashboardTab.cancel": "取消",
|
||||
"newdashboardTabDialog.noExtensionLabel": "当前未安装仪表板扩展。转到扩展管理器以查看推荐的扩展。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"errorMessageDialog.ok": "确定",
|
||||
"errorMessageDialog.close": "关闭",
|
||||
"copyDetails": "复制详细信息"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"error": "错误",
|
||||
"warning": "警告",
|
||||
"info": "信息"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"filebrowser.filepath": "选定的路径",
|
||||
"fileFilter": "类型文件",
|
||||
"fileBrowser.ok": "确定",
|
||||
"fileBrowser.discard": "放弃"
|
||||
}
|
||||
@@ -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,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.regTreeAriaLabel": "文件浏览器树"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"allFiles": "所有文件"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"insights.item": "项目",
|
||||
"insights.value": "值",
|
||||
"property": "属性",
|
||||
"value": "值",
|
||||
"InsightsDialogTitle": "见解",
|
||||
"insights.dialog.items": "项目",
|
||||
"insights.dialog.itemDetails": "项目详细信息"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"workbench.action.insights.copySelection": "复制单元格"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"insightsDidNotFindResolvedFile": "在下述所有路径中都找不到查询文件:\r\n {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"insightsInputError": "未将连接配置文件传递给见解弹出窗口",
|
||||
"insightsError": "见解错误",
|
||||
"insightsFileError": "读取查询文件时出错:",
|
||||
"insightsConfigError": "分析见解配置时出错;找不到查询数组/字符串或查询文件"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"carbon.extension.contributes.notebook.provider": "笔记本提供程序的标识符。",
|
||||
"carbon.extension.contributes.notebook.fileExtensions": "应向此笔记本提供程序注册哪些文件扩展名",
|
||||
"carbon.extension.contributes.notebook.standardKernels": "此笔记本提供程序应标配哪些内核",
|
||||
"vscode.extension.contributes.notebook.providers": "贡献笔记本提供程序。",
|
||||
"carbon.extension.contributes.notebook.magic": "单元格魔法的名称,例如 \"%%sql\"。",
|
||||
"carbon.extension.contributes.notebook.language": "单元格中包含此单元格魔法时要使用的单元格语言",
|
||||
"carbon.extension.contributes.notebook.executionTarget": "此魔法指示的可选执行目标,例如 Spark 和 SQL",
|
||||
"carbon.extension.contributes.notebook.kernels": "可选的内核集,这对 python3、pyspark3 和 sql 等有效",
|
||||
"vscode.extension.contributes.notebook.languagemagics": "贡献笔记本语言。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"notebookUriNotDefined": "创建笔记本管理器时未传递 URI",
|
||||
"notebookServiceNoProvider": "笔记本提供程序不存在"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"noKernel": "无内核",
|
||||
"runNotebookDisabled": "无法运行单元格,因为尚未配置内核",
|
||||
"errorName": "错误"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"nbformatNotRecognized": "无法识别 nbformat v{0}.{1}",
|
||||
"nbNotSupported": "此文件没有有效的笔记本格式",
|
||||
"unknownCellType": "单元格类型 {0} 未知",
|
||||
"unrecognizedOutput": "无法识别输出类型 {0}",
|
||||
"invalidMimeData": "{0} 的数据应为字符串或字符串数组",
|
||||
"unrecognizedOutputType": "无法识别输出类型 {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"sqlKernelError": "SQL 内核错误",
|
||||
"connectionRequired": "必须选择连接才能运行笔记本单元",
|
||||
"sqlMaxRowsDisplayed": "正在显示前 {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."
|
||||
],
|
||||
"OeSessionFailedError": "未能创建对象资源管理器会话",
|
||||
"nodeExpansionError": "多个错误:"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"queryEditorServiceChangeUnsupportedError": "未保存的查询不支持更改语言模式",
|
||||
"queryEditorServiceChangeError": "请在切换到 SQL 语言模式或从模式切换之前保存或放弃更改"
|
||||
}
|
||||
@@ -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."
|
||||
]
|
||||
],
|
||||
"gettingStarted": "入门",
|
||||
"showReleaseNotes": "显示入门",
|
||||
"miGettingStarted": "入门"
|
||||
}
|
||||
Reference in New Issue
Block a user