mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 00:30:29 -04:00
* update DE lang pack extension strings from previous refresh * bump lang pack versions for DE * update for spanish langpack * update for french langpack * update for italian pack * update for japanese pack * update for korean pack * update for Brazilian Portuguese pack * update for Russian pack * Update for Simplified Chinese pack * update for Traditional Chinese pack * added updated language packs for german and spanish * changed vscode version * added french and italian packs * changes made to main * japanese language pack added * added korean pack * Added Portuguese pack * added russian pack, also small change to pt pack * simplified chinese pack * added traditional chinese pack * deleted old language packs * restore sql.i18n.json files * Main.i18n.json reverted * Revert sql json files * main.i18n.json file for German updated * updates to language packs 1 * main json for italian updated. * update to japanese main * finished translations for vs and sql in main. * added ADS exclusive extensions to package.json * fixed markdown and seti translation ids * German language pack fixed * Removed make from ads-language-pack-de and fixed es language pack * french language pack fixed * fixed italian language pack and restored typescript-basics * removed unnecessary readme strings and nsions. * fixed japanese pack * Korean language pack fixed * Portuguese language pack fixed * fixed russian language pack * Simplified Chinese pack fixed * traditional chinese fixed * restored sqlservernotebook
94 lines
4.8 KiB
JSON
94 lines
4.8 KiB
JSON
{
|
||
"": [
|
||
"--------------------------------------------------------------------------------------------",
|
||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||
"--------------------------------------------------------------------------------------------",
|
||
"Do not edit this file. It is machine generated."
|
||
],
|
||
"version": "1.0.0",
|
||
"contents": {
|
||
"extensions/dacpac/out/wizard/pages/selectOperationpage": {
|
||
"dacFx.deployRadioButtonLabel": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
|
||
"dacFx.extractRadioButtonLabel": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
|
||
"dacFx.importRadioButtonLabel": "由 .bacpac 文件创建数据库 [导入 Bacpac]",
|
||
"dacFx.exportRadioButtonLabel": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]"
|
||
},
|
||
"extensions/dacpac/out/wizard/pages/importConfigPage": {
|
||
"dacFxImport.openFile": "打开",
|
||
"dacFxImport.fileTextboxTitle": "文件位置"
|
||
},
|
||
"extensions/dacpac/out/wizard/pages/extractConfigPage": {
|
||
"dacfxExtract.saveFile": "保存",
|
||
"dacFxExtract.fileTextboxTitle": "文件位置",
|
||
"dacFxExtract.versionTextboxTitle": "版本(采用 x.x.x.x 格式,x 表示数字)"
|
||
},
|
||
"extensions/dacpac/out/wizard/pages/exportConfigPage": {
|
||
"dacfxExport.saveFile": "保存",
|
||
"dacFxExport.fileTextboxTitle": "文件位置"
|
||
},
|
||
"extensions/dacpac/out/wizard/pages/deployPlanPage": {
|
||
"dacfx.dataLossTextWithCount": "列出的部署操作中有 {0} 个可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
|
||
"dacFx.dataLossCheckbox": "尽管可能会丢失数据,仍要继续",
|
||
"dacfx.noDataLossText": "列出的部署操作不会导致数据丢失。",
|
||
"dacfx.dataLossText": "部署操作可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
|
||
"dacfx.operationColumn": "操作",
|
||
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
|
||
"dacfx.typeColumn": "类型",
|
||
"dacfx.typeTooltip": "将受部署影响的对象类型",
|
||
"dacfx.objectColumn": "对象",
|
||
"dacfx.objecTooltip": "将受部署影响的对象的名称",
|
||
"dacfx.dataLossColumn": "数据丢失",
|
||
"dacfx.dataLossTooltip": "可能导致数据丢失的操作标有警告符号"
|
||
},
|
||
"extensions/dacpac/out/wizard/pages/deployConfigPage": {
|
||
"dacFx.databaseNameTextBox": "数据库名称",
|
||
"dacFx.databaseNameDropdown": "数据库名称",
|
||
"dacFxDeploy.openFile": "打开",
|
||
"dacFxDeploy.fileTextboxTitle": "文件位置",
|
||
"dacFx.upgradeRadioButtonLabel": "升级现有数据库",
|
||
"dacFx.newRadioButtonLabel": "新建数据库",
|
||
"dacFx.targetDatabaseRadioButtonsTitle": "目标数据库",
|
||
"dacFx.targetDatabaseDropdownTitle": "数据库名称"
|
||
},
|
||
"extensions/dacpac/out/wizard/pages/dacFxSummaryPage": {
|
||
"dacfx.targetServerName": "目标服务器",
|
||
"dacfx.targetDatabaseName": "目标数据库",
|
||
"dacfx.sourceServerName": "源服务器",
|
||
"dacfx.sourceDatabaseName": "源数据库",
|
||
"dacfx.fileLocation": "文件位置",
|
||
"dacfxExtract.version": "版本",
|
||
"dacfx.settingColumn": "设置",
|
||
"dacfx.valueColumn": "值"
|
||
},
|
||
"extensions/dacpac/out/wizard/api/dacFxConfigPage": {
|
||
"dacFx.targetServerDropdownTitle": "目标服务器",
|
||
"dacFx.sourceServerDropdownTitle": "源服务器",
|
||
"dacFx.databaseNameTextBox": "目标数据库",
|
||
"dacFx.sourceDatabaseDropdownTitle": "源数据库"
|
||
},
|
||
"extensions/dacpac/out/wizard/api/basePage": {
|
||
"basePage.defaultUser": "默认"
|
||
},
|
||
"extensions/dacpac/out/wizard/dataTierApplicationWizard": {
|
||
"dacFx.selectOperationPageName": "选择操作",
|
||
"dacFx.deployConfigPageName": "选择“部署 Dacpac 设置”",
|
||
"dacFx.deployPlanPage": "查看部署计划",
|
||
"dacFx.summaryPageName": "摘要",
|
||
"dacFx.extractConfigPageName": "选择“提取 Dacpac 设置”",
|
||
"dacFx.importConfigPageName": "选择“导入 Bacpac 设置”",
|
||
"dacFx.exportConfigPageName": "选择“导出 Bacpac 设置”",
|
||
"dacFx.deployButton": "部署",
|
||
"dacFx.extractButton": "提取",
|
||
"dacFx.importButton": "导入",
|
||
"dacFx.exportButton": "导出",
|
||
"dacFx.generateScriptButton": "生成脚本",
|
||
"alertData.deployErrorMessage": "部署失败“{0}”",
|
||
"alertData.extractErrorMessage": "提取失败“{0}”",
|
||
"alertData.exportErrorMessage": "导出失败“{0}”",
|
||
"alertData.importErrorMessage": "导入失败“{0}”",
|
||
"dacfx.scriptGeneratingMessage": "关闭向导后,可在任务视图中查看脚本生成的状态。生成的脚本将在完成后打开。",
|
||
"alertData.deployPlanErrorMessage": "生成部署计划失败“{0}”"
|
||
}
|
||
}
|
||
} |