mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update localization resource files (#14389)
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
"dacFx.importButton": "导入",
|
||||
"dacFx.exportButton": "导出",
|
||||
"dacFx.generateScriptButton": "生成脚本",
|
||||
"alertData.deployErrorMessage": "部署失败的“{0}”",
|
||||
"alertData.extractErrorMessage": "提取失败的“{0}”",
|
||||
"alertData.exportErrorMessage": "导出失败的“{0}”",
|
||||
"alertData.importErrorMessage": "导入失败的“{0}”",
|
||||
"alertData.deployErrorMessage": "部署失败“{0}”",
|
||||
"alertData.extractErrorMessage": "提取失败“{0}”",
|
||||
"alertData.exportErrorMessage": "导出失败“{0}”",
|
||||
"alertData.importErrorMessage": "导入失败“{0}”",
|
||||
"dacfx.scriptGeneratingMessage": "关闭向导后,可在任务视图中查看脚本生成的状态。生成的脚本将在完成后打开。",
|
||||
"alertData.deployPlanErrorMessage": "部署计划生成失败“{0}”"
|
||||
"alertData.deployPlanErrorMessage": "生成部署计划失败“{0}”"
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"dacFxDeploy.openFile": "打开",
|
||||
"dacFxDeploy.fileTextboxTitle": "文件位置",
|
||||
"dacFx.upgradeRadioButtonLabel": "升级现有数据库",
|
||||
"dacFx.newRadioButtonLabel": "新数据库",
|
||||
"dacFx.newRadioButtonLabel": "新建数据库",
|
||||
"dacFx.targetDatabaseRadioButtonsTitle": "目标数据库",
|
||||
"dacFx.targetDatabaseDropdownTitle": "数据库名称"
|
||||
}
|
||||
@@ -6,10 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dacfx.dataLossTextWithCount": "列出的部署操作的 {0} 可能会导致数据丢失。请确保在部署出现问题的情况下,你有备份或快照可用。",
|
||||
"dacfx.dataLossTextWithCount": "列出的部署操作中有 {0} 个可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
|
||||
"dacFx.dataLossCheckbox": "尽管可能会丢失数据,仍要继续",
|
||||
"dacfx.noDataLossText": "列出的部署操作不会导致数据丢失。",
|
||||
"dacfx.dataLossText": "部署操作可能会导致数据丢失。请确保在部署出现问题的情况下,你有备份或快照可用。",
|
||||
"dacfx.dataLossText": "部署操作可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
|
||||
"dacfx.operationColumn": "操作",
|
||||
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
|
||||
"dacfx.typeColumn": "类型",
|
||||
@@ -17,5 +17,5 @@
|
||||
"dacfx.objectColumn": "对象",
|
||||
"dacfx.objecTooltip": "将受部署影响的对象的名称",
|
||||
"dacfx.dataLossColumn": "数据丢失",
|
||||
"dacfx.dataLossTooltip": "将对可能导致数据丢失的操作标记警告符号"
|
||||
"dacfx.dataLossTooltip": "可能导致数据丢失的操作标有警告符号"
|
||||
}
|
||||
@@ -8,6 +8,6 @@
|
||||
],
|
||||
"dacFx.deployRadioButtonLabel": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
|
||||
"dacFx.extractRadioButtonLabel": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
|
||||
"dacFx.importRadioButtonLabel": "基于 .bacpac 文件创建数据库 [导入 Bacpac]",
|
||||
"dacFx.importRadioButtonLabel": "由 .bacpac 文件创建数据库 [导入 Bacpac]",
|
||||
"dacFx.exportRadioButtonLabel": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]"
|
||||
}
|
||||
Reference in New Issue
Block a user