Langpack Source update with fix for hashed strings (#24400)

* Initial update to german vscode

* more cleanup for vscode git german.

* added working alias replacer, need to add all string entities

* added aliased bundle strings

* added extension files, need to update package and readme

* added update to changelog, and restored vscode extensions

* added comments
This commit is contained in:
Alex Ma
2023-09-14 10:10:49 -07:00
committed by GitHub
parent d9b5d71148
commit 523dd8ad4b
614 changed files with 193655 additions and 168544 deletions

View File

@@ -0,0 +1,80 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"dist/localizedConstants": {
"dacfx.databaseNameExistsErrorMessage": "SQL Server 实例上已经存在同名数据库。",
"dacFx.importDescription": "由 .bacpac 文件创建数据库 [导入 Bacpac]",
"dacfx.dataLoss": "数据丢失",
"dacfx.wizardTitle": "数据层应用程序向导",
"dacFx.databaseName": "数据库名称",
"dacFx.deployButton": "部署",
"dacFx.deployDescription": "将数据层应用程序 .dacpac 文件部署到 SQL Server 的实例 [部署 Dacpac]",
"dacfx.deployPlanTableTitle": "部署计划操作",
"dacFx.export": "导出",
"dacFx.exportDescription": "将架构和数据从数据库导出到逻辑 .bacpac 文件格式 [导出 Bacpac]",
"dacFx.extract": "提取",
"dacFx.extractDescription": "将数据层应用程序从 SQL Server 实例提取到 .dacpac 文件 [提取 Dacpac]",
"dacfx.fileLocation": "文件位置",
"dacfx.whitespaceFilenameErrorMessage": "文件名不能为空白",
"dacfx.filenameEndingInPeriodErrorMessage": "文件名不能以句号结尾",
"dacfx.trailingWhitespaceErrorMessage": "文件名不能以空格结尾",
"dacfx.tooLongFilenameErrorMessage": "文件名超过 255 个字符",
"dacFx.generateScriptButton": "生成脚本",
"dacfx.deployPlanErrorMessage": "生成部署计划失败“{0}”",
"dacfx.generateDeployErrorMessage": "生成部署脚本失败 '{0}'",
"dacFx.import": "导入",
"dacfx.invalidFileCharsErrorMessage": "无效的文件字符",
"dacfx.objecTooltip": "将受部署影响的对象的名称",
"dacFx.newDatabase": "新建数据库",
"dacfx.noDataLoss": "列出的部署操作不会导致数据丢失。",
"dacfx.object": "对象",
"dacFxDeploy.openFile": "打开",
"dacfx.operation": "操作",
"dacfx.operationTooltip": "部署过程中将发生的操作(创建、更改、删除)",
"dacfx.dataLossTooltip": "可能导致数据丢失的操作标有警告符号",
"dacFx.proceedDataLoss": "尽管可能会丢失数据,仍要继续",
"dacfx.reservedValueErrorMessage": "文件名已保留。请选择其他名称,然后重试",
"dacFx.deployPlanPageName": "查看部署计划",
"dacfx.save": "保存",
"dacFx.deployConfigPageName": "选择“部署 Dacpac 设置”",
"dacFx.exportConfigPageName": "选择“导出 Bacpac 设置”",
"dacFx.extractConfigPageName": "选择“提取 Dacpac 设置”",
"dacFx.importConfigPageName": "选择“导入 Bacpac 设置”",
"dacFx.selectOperationPageName": "选择操作",
"dacfx.selectFile": "选择文件",
"dacfx.setting": "设置",
"dacFx.sourceDatabase": "源数据库",
"dacFx.sourceServer": "源服务器",
"dacFx.summaryPageName": "摘要",
"dacfx.summaryTableTitle": "设置摘要",
"dacFx.targetDatabase": "目标数据库",
"dacFx.targetServer": "目标服务器",
"dacfx.dataLossText": "部署操作可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
"dacfx.reservedWindowsFilenameErrorMessage": "此文件名保留供 Windows 使用。请选择其他名称,然后重试",
"dacfx.type": "类型",
"dacfx.typeTooltip": "将受部署影响的对象类型",
"dacfx.undefinedFilenameErrorMessage": "未定义名称",
"dacFx.upgradeExistingDatabase": "升级现有数据库",
"dacfx.value": "值",
"dacfx.version": "版本",
"dacFx.versionText": "版本(采用 x.x.x.x 格式x 表示数字)",
"dacfx.scriptGeneratingMessage": "关闭向导后,可在任务视图中查看脚本生成的状态。生成的脚本将在完成后打开。",
"dacfx.default": "默认",
"dacfx.dataLossTextWithCount": "列出的部署操作中有 {0} 个可能导致数据丢失。请确保在部署出现问题时有备份或快照可用。",
"dacfx.operationErrorMessage": "{0} 操作失败“{1}”"
},
"package": {
"dacFx.category": "DacFx",
"dacFx.settings": "数据层应用程序包",
"dacFx.startTitle": "数据层应用程序向导",
"dacFx.defaultSaveLocation": "文件夹的完整路径,其中已默认保存 .DACPAC 和 .BACPAC 文件"
}
}
}