mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 07:10:30 -04:00
* update to existing german extensions * Update for existing Spanish Resources * Added updates to existing French Resources * update for Italian Resources * Update for existing Japanese resources * update for Korean resources * update for Portuguese resources * russian resources updated * update for chinese resources
1223 lines
77 KiB
XML
1223 lines
77 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||
<file original="extensions/schema-compare/package" source-language="en" datatype="plaintext" target-language="zh-Hans">
|
||
<body>
|
||
<trans-unit id="displayName">
|
||
<source xml:lang="en">SQL Server Schema Compare</source>
|
||
<target state="translated">SQL Server 架构比较</target>
|
||
</trans-unit>
|
||
<trans-unit id="description">
|
||
<source xml:lang="en">SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.</source>
|
||
<target state="translated">Azure Data Studio 的 SQL Server 架构比较支持对数据库和 dacpacs 的架构进行比较。</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.start">
|
||
<source xml:lang="en">Schema Compare</source>
|
||
<target state="translated">架构比较</target>
|
||
</trans-unit>
|
||
</body>
|
||
</file>
|
||
<file original="extensions/schema-compare/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="zh-Hans">
|
||
<body>
|
||
<trans-unit id="schemaCompareDialog.ok">
|
||
<source xml:lang="en">OK</source>
|
||
<target state="translated">确定</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.cancel">
|
||
<source xml:lang="en">Cancel</source>
|
||
<target state="translated">取消</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.SourceTitle">
|
||
<source xml:lang="en">Source</source>
|
||
<target state="translated">源</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.TargetTitle">
|
||
<source xml:lang="en">Target</source>
|
||
<target state="translated">目标</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.fileTextBoxLabel">
|
||
<source xml:lang="en">File</source>
|
||
<target state="translated">文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.dacpacRadioButtonLabel">
|
||
<source xml:lang="en">Data-tier Application File (.dacpac)</source>
|
||
<target state="translated">数据层应用程序文件(.dacpac)</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.databaseButtonLabel">
|
||
<source xml:lang="en">Database</source>
|
||
<target state="translated">数据库</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.radioButtonsLabel">
|
||
<source xml:lang="en">Type</source>
|
||
<target state="translated">类型</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.serverDropdownTitle">
|
||
<source xml:lang="en">Server</source>
|
||
<target state="translated">服务器</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.databaseDropdownTitle">
|
||
<source xml:lang="en">Database</source>
|
||
<target state="translated">数据库</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.dialogTitle">
|
||
<source xml:lang="en">Schema Compare</source>
|
||
<target state="translated">架构比较</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.differentSourceMessage">
|
||
<source xml:lang="en">A different source schema has been selected. Compare to see the comparison?</source>
|
||
<target state="translated">已选择其他源架构。是否进行比较以查看比较结果?</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.differentTargetMessage">
|
||
<source xml:lang="en">A different target schema has been selected. Compare to see the comparison?</source>
|
||
<target state="translated">已选择其他目标架构。是否进行比较以查看比较结果?</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.differentSourceTargetMessage">
|
||
<source xml:lang="en">Different source and target schemas have been selected. Compare to see the comparison?</source>
|
||
<target state="translated">已选择其他源和目标架构。是否进行比较以查看比较结果?</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.Yes">
|
||
<source xml:lang="en">Yes</source>
|
||
<target state="translated">是</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.No">
|
||
<source xml:lang="en">No</source>
|
||
<target state="translated">否</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.sourceTextBox">
|
||
<source xml:lang="en">Source file</source>
|
||
<target state="translated">源文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.targetTextBox">
|
||
<source xml:lang="en">Target file</source>
|
||
<target state="translated">目标文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.sourceDatabaseDropdown">
|
||
<source xml:lang="en">Source Database</source>
|
||
<target state="translated">源数据库</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.targetDatabaseDropdown">
|
||
<source xml:lang="en">Target Database</source>
|
||
<target state="translated">目标数据库</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.sourceServerDropdown">
|
||
<source xml:lang="en">Source Server</source>
|
||
<target state="translated">源服务器</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.targetServerDropdown">
|
||
<source xml:lang="en">Target Server</source>
|
||
<target state="translated">目标服务器</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareDialog.defaultUser">
|
||
<source xml:lang="en">default</source>
|
||
<target state="translated">默认</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.openFile">
|
||
<source xml:lang="en">Open</source>
|
||
<target state="translated">打开</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.selectSourceFile">
|
||
<source xml:lang="en">Select source file</source>
|
||
<target state="translated">选择源文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.selectTargetFile">
|
||
<source xml:lang="en">Select target file</source>
|
||
<target state="translated">选择目标文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompareOptionsDialog.Reset">
|
||
<source xml:lang="en">Reset</source>
|
||
<target state="translated">重置</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompareOptions.RecompareMessage">
|
||
<source xml:lang="en">Options have changed. Recompare to see the comparison?</source>
|
||
<target state="translated">选项已更改。是否重新比较以查看比较结果?</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.SchemaCompareOptionsDialogLabel">
|
||
<source xml:lang="en">Schema Compare Options</source>
|
||
<target state="translated">架构比较选项</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.GeneralOptionsLabel">
|
||
<source xml:lang="en">General Options</source>
|
||
<target state="translated">常规选项</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ObjectTypesOptionsLabel">
|
||
<source xml:lang="en">Include Object Types</source>
|
||
<target state="translated">包括对象类型</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.CompareDetailsTitle">
|
||
<source xml:lang="en">Compare Details</source>
|
||
<target state="translated">比较详细信息</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.ApplyConfirmation">
|
||
<source xml:lang="en">Are you sure you want to update the target?</source>
|
||
<target state="translated">确定要更新目标吗?</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.RecompareToRefresh">
|
||
<source xml:lang="en">Press Compare to refresh the comparison.</source>
|
||
<target state="translated">按“比较”以刷新比较结果。</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.generateScriptEnabledButton">
|
||
<source xml:lang="en">Generate script to deploy changes to target</source>
|
||
<target state="translated">生成脚本以将更改部署到目标</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.generateScriptNoChanges">
|
||
<source xml:lang="en">No changes to script</source>
|
||
<target state="translated">未更改脚本</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.applyButtonEnabledTitle">
|
||
<source xml:lang="en">Apply changes to target</source>
|
||
<target state="translated">将更改应用到目标</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.applyNoChanges">
|
||
<source xml:lang="en">No changes to apply</source>
|
||
<target state="translated">没有可应用的更改</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.includeExcludeInfoMessage">
|
||
<source xml:lang="en">Please note that include/exclude operations can take a moment to calculate affected dependencies</source>
|
||
<target state="translated">请注意,包括/排除操作可能需要一点时间来计算受影响的依赖项</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.deleteAction">
|
||
<source xml:lang="en">Delete</source>
|
||
<target state="translated">删除</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.changeAction">
|
||
<source xml:lang="en">Change</source>
|
||
<target state="translated">更改</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.addAction">
|
||
<source xml:lang="en">Add</source>
|
||
<target state="translated">添加</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.differencesTableTitle">
|
||
<source xml:lang="en">Comparison between Source and Target</source>
|
||
<target state="translated">源和目标之间的比较</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.waitText">
|
||
<source xml:lang="en">Initializing Comparison. This might take a moment.</source>
|
||
<target state="translated">初始化比较。这可能需要一段时间。</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.startText">
|
||
<source xml:lang="en">To compare two schemas, first select a source schema and target schema, then press Compare.</source>
|
||
<target state="translated">要比较两个架构,请先选择源架构和目标架构,然后按“比较”。</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.noDifferences">
|
||
<source xml:lang="en">No schema differences were found.</source>
|
||
<target state="translated">未找到架构差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.typeColumn">
|
||
<source xml:lang="en">Type</source>
|
||
<target state="translated">类型</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.sourceNameColumn">
|
||
<source xml:lang="en">Source Name</source>
|
||
<target state="translated">源名称</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.includeColumnName">
|
||
<source xml:lang="en">Include</source>
|
||
<target state="translated">包括</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.actionColumn">
|
||
<source xml:lang="en">Action</source>
|
||
<target state="translated">操作</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.targetNameColumn">
|
||
<source xml:lang="en">Target Name</source>
|
||
<target state="translated">目标名称</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.generateScriptButtonDisabledTitle">
|
||
<source xml:lang="en">Generate script is enabled when the target is a database</source>
|
||
<target state="translated">当目标为数据库时启用生成脚本</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.applyButtonDisabledTitle">
|
||
<source xml:lang="en">Apply is enabled when the target is a database</source>
|
||
<target state="translated">当目标为数据库时启用应用</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.cannotExcludeMessageWithDependent">
|
||
<source xml:lang="en">Cannot exclude {0}. Included dependents exist, such as {1}</source>
|
||
<target state="translated">无法排除 {0}。存在包括的依赖项,例如 {1}</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.cannotIncludeMessageWithDependent">
|
||
<source xml:lang="en">Cannot include {0}. Excluded dependents exist, such as {1}</source>
|
||
<target state="translated">无法包括 {0}。存在被排除的依赖项,如 {1}</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.cannotExcludeMessage">
|
||
<source xml:lang="en">Cannot exclude {0}. Included dependents exist</source>
|
||
<target state="translated">无法排除 {0}。存在包括的依赖项</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.cannotIncludeMessage">
|
||
<source xml:lang="en">Cannot include {0}. Excluded dependents exist</source>
|
||
<target state="translated">无法包括 {0}。存在排除的依赖项</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.compareButton">
|
||
<source xml:lang="en">Compare</source>
|
||
<target state="translated">比较</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.cancelCompareButton">
|
||
<source xml:lang="en">Stop</source>
|
||
<target state="translated">停止</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.generateScriptButton">
|
||
<source xml:lang="en">Generate script</source>
|
||
<target state="translated">生成脚本</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.optionsButton">
|
||
<source xml:lang="en">Options</source>
|
||
<target state="translated">选项</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.updateButton">
|
||
<source xml:lang="en">Apply</source>
|
||
<target state="translated">应用</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.switchDirectionButton">
|
||
<source xml:lang="en">Switch direction</source>
|
||
<target state="translated">切换方向</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.switchButtonTitle">
|
||
<source xml:lang="en">Switch source and target</source>
|
||
<target state="translated">切换源和目标</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.sourceButtonTitle">
|
||
<source xml:lang="en">Select Source</source>
|
||
<target state="translated">选择源</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.targetButtonTitle">
|
||
<source xml:lang="en">Select Target</source>
|
||
<target state="translated">选择目标</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.openScmpButton">
|
||
<source xml:lang="en">Open .scmp file</source>
|
||
<target state="translated">打开 .scmp 文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.openScmpButtonTitle">
|
||
<source xml:lang="en">Load source, target, and options saved in an .scmp file</source>
|
||
<target state="translated">加载保存在 .smp 文件中的源、目标和选项</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.saveScmpButton">
|
||
<source xml:lang="en">Save .scmp file</source>
|
||
<target state="translated">保存 .smp 文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.saveScmpButtonTitle">
|
||
<source xml:lang="en">Save source and target, options, and excluded elements</source>
|
||
<target state="translated">保存源、目标、选项和已排除的元素</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.saveFile">
|
||
<source xml:lang="en">Save</source>
|
||
<target state="translated">保存</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.GetConnectionString">
|
||
<source xml:lang="en">Do you want to connect to {0}?</source>
|
||
<target state="translated">是否要连接到 {0}?</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.selectConnection">
|
||
<source xml:lang="en">Select connection</source>
|
||
<target state="translated">选择连接</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreTableOptions">
|
||
<source xml:lang="en">Ignore Table Options</source>
|
||
<target state="translated">忽略表选项</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreSemicolonBetweenStatements">
|
||
<source xml:lang="en">Ignore Semicolon Between Statements</source>
|
||
<target state="translated">忽略语句之间的分号</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreRouteLifetime">
|
||
<source xml:lang="en">Ignore Route Lifetime</source>
|
||
<target state="translated">忽略路由生存期</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreRoleMembership">
|
||
<source xml:lang="en">Ignore Role Membership</source>
|
||
<target state="translated">忽略角色成员身份</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreQuotedIdentifiers">
|
||
<source xml:lang="en">Ignore Quoted Identifiers</source>
|
||
<target state="translated">忽略带引号的标识符</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnorePermissions">
|
||
<source xml:lang="en">Ignore Permissions</source>
|
||
<target state="translated">忽略权限</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnorePartitionSchemes">
|
||
<source xml:lang="en">Ignore Partition Schemes</source>
|
||
<target state="translated">忽略分区方案</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreObjectPlacementOnPartitionScheme">
|
||
<source xml:lang="en">Ignore Object Placement On Partition Scheme</source>
|
||
<target state="translated">忽略分区方案中的对象放置</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreNotForReplication">
|
||
<source xml:lang="en">Ignore Not For Replication</source>
|
||
<target state="translated">忽略“不用于复制”</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreLoginSids">
|
||
<source xml:lang="en">Ignore Login Sids</source>
|
||
<target state="translated">忽略登录 SID</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreLockHintsOnIndexes">
|
||
<source xml:lang="en">Ignore Lock Hints On Indexes</source>
|
||
<target state="translated">忽略索引上的锁定提示</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreKeywordCasing">
|
||
<source xml:lang="en">Ignore Keyword Casing</source>
|
||
<target state="translated">忽略关键字大小写</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreIndexPadding">
|
||
<source xml:lang="en">Ignore Index Padding</source>
|
||
<target state="translated">忽略索引填充</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreIndexOptions">
|
||
<source xml:lang="en">Ignore Index Options</source>
|
||
<target state="translated">忽略索引选项</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreIncrement">
|
||
<source xml:lang="en">Ignore Increment</source>
|
||
<target state="translated">忽略增量</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreIdentitySeed">
|
||
<source xml:lang="en">Ignore Identity Seed</source>
|
||
<target state="translated">忽略标识种子</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreUserSettingsObjects">
|
||
<source xml:lang="en">Ignore User Settings Objects</source>
|
||
<target state="translated">忽略用户设置对象</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreFullTextCatalogFilePath">
|
||
<source xml:lang="en">Ignore Full Text Catalog FilePath</source>
|
||
<target state="translated">忽略全文目录文件路径</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreWhitespace">
|
||
<source xml:lang="en">Ignore Whitespace</source>
|
||
<target state="translated">忽略空格</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreWithNocheckOnForeignKeys">
|
||
<source xml:lang="en">Ignore With Nocheck On ForeignKeys</source>
|
||
<target state="translated">忽略且不检查外键</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.VerifyCollationCompatibility">
|
||
<source xml:lang="en">Verify Collation Compatibility</source>
|
||
<target state="translated">验证排序规则兼容性</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.UnmodifiableObjectWarnings">
|
||
<source xml:lang="en">Unmodifiable Object Warnings</source>
|
||
<target state="translated">不可修改的对象警告</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.TreatVerificationErrorsAsWarnings">
|
||
<source xml:lang="en">Treat Verification Errors As Warnings</source>
|
||
<target state="translated">将验证错误视为警告</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ScriptRefreshModule">
|
||
<source xml:lang="en">Script Refresh Module</source>
|
||
<target state="translated">脚本刷新模块</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ScriptNewConstraintValidation">
|
||
<source xml:lang="en">Script New Constraint Validation</source>
|
||
<target state="translated">脚本新约束验证</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ScriptFileSize">
|
||
<source xml:lang="en">Script File Size</source>
|
||
<target state="translated">脚本文件大小</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ScriptDeployStateChecks">
|
||
<source xml:lang="en">Script Deploy StateChecks</source>
|
||
<target state="translated">脚本部署状态检查</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ScriptDatabaseOptions">
|
||
<source xml:lang="en">Script Database Options</source>
|
||
<target state="translated">脚本数据库选项</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ScriptDatabaseCompatibility">
|
||
<source xml:lang="en">Script Database Compatibility</source>
|
||
<target state="translated">脚本数据库兼容性</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ScriptDatabaseCollation">
|
||
<source xml:lang="en">Script Database Collation</source>
|
||
<target state="translated">脚本数据库排序规则</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.RunDeploymentPlanExecutors">
|
||
<source xml:lang="en">Run Deployment Plan Executors</source>
|
||
<target state="translated">运行部署计划执行器</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.RegisterDataTierApplication">
|
||
<source xml:lang="en">Register DataTier Application</source>
|
||
<target state="translated">注册数据层应用程序</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.PopulateFilesOnFileGroups">
|
||
<source xml:lang="en">Populate Files On File Groups</source>
|
||
<target state="translated">在文件组上填充文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.NoAlterStatementsToChangeClrTypes">
|
||
<source xml:lang="en">No Alter Statements To Change Clr Types</source>
|
||
<target state="translated">没有 Alter 语句来更改 Clr 类型</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IncludeTransactionalScripts">
|
||
<source xml:lang="en">Include Transactional Scripts</source>
|
||
<target state="translated">包括事务脚本</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IncludeCompositeObjects">
|
||
<source xml:lang="en">Include Composite Objects</source>
|
||
<target state="translated">包括复合对象</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.AllowUnsafeRowLevelSecurityDataMovement">
|
||
<source xml:lang="en">Allow Unsafe Row Level Security Data Movement</source>
|
||
<target state="translated">允许不安全行级安全性数据移动</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreWithNocheckOnCheckConstraints">
|
||
<source xml:lang="en">Ignore With No check On Check Constraints</source>
|
||
<target state="translated">忽略而不检查检查约束</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreFillFactor">
|
||
<source xml:lang="en">Ignore Fill Factor</source>
|
||
<target state="translated">忽略填充因子</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreFileSize">
|
||
<source xml:lang="en">Ignore File Size</source>
|
||
<target state="translated">忽略文件大小</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreFilegroupPlacement">
|
||
<source xml:lang="en">Ignore Filegroup Placement</source>
|
||
<target state="translated">忽略文件组放置</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DoNotAlterReplicatedObjects">
|
||
<source xml:lang="en">Do Not Alter Replicated Objects</source>
|
||
<target state="translated">不更改复制的对象</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DoNotAlterChangeDataCaptureObjects">
|
||
<source xml:lang="en">Do Not Alter Change Data Capture Objects</source>
|
||
<target state="translated">不更改变更数据捕获对象</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DisableAndReenableDdlTriggers">
|
||
<source xml:lang="en">Disable And Reenable Ddl Triggers</source>
|
||
<target state="translated">禁用并重新启用 DDL 触发器</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DeployDatabaseInSingleUserMode">
|
||
<source xml:lang="en">Deploy Database In Single User Mode</source>
|
||
<target state="translated">在单用户模式下部署数据库</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.CreateNewDatabase">
|
||
<source xml:lang="en">Create New Database</source>
|
||
<target state="translated">新建数据库</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.CompareUsingTargetCollation">
|
||
<source xml:lang="en">Compare Using Target Collation</source>
|
||
<target state="translated">使用目标排序规则进行比较</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.CommentOutSetVarDeclarations">
|
||
<source xml:lang="en">Comment Out Set Var Declarations</source>
|
||
<target state="translated">注释掉 Set Var 声明</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.BlockWhenDriftDetected">
|
||
<source xml:lang="en">Block When Drift Detected</source>
|
||
<target state="translated">检测到偏移时阻止</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.BlockOnPossibleDataLoss">
|
||
<source xml:lang="en">Block On Possible Data Loss</source>
|
||
<target state="translated">在可能发生数据丢失时阻止</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.BackupDatabaseBeforeChanges">
|
||
<source xml:lang="en">Backup Database Before Changes</source>
|
||
<target state="translated">在更改前备份数据库</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.AllowIncompatiblePlatform">
|
||
<source xml:lang="en">Allow Incompatible Platform</source>
|
||
<target state="translated">允许不兼容的平台</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.AllowDropBlockingAssemblies">
|
||
<source xml:lang="en">Allow Drop Blocking Assemblies</source>
|
||
<target state="translated">允许删除阻止程序集</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DropConstraintsNotInSource">
|
||
<source xml:lang="en">Drop Constraints Not In Source</source>
|
||
<target state="translated">删除不在源中的约束</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DropDmlTriggersNotInSource">
|
||
<source xml:lang="en">Drop Dml Triggers Not In Source</source>
|
||
<target state="translated">删除未在源中的 DML 触发器</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DropExtendedPropertiesNotInSource">
|
||
<source xml:lang="en">Drop Extended Properties Not In Source</source>
|
||
<target state="translated">删除不在源中的扩展属性</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DropIndexesNotInSource">
|
||
<source xml:lang="en">Drop Indexes Not In Source</source>
|
||
<target state="translated">删除不在源中的索引</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreFileAndLogFilePath">
|
||
<source xml:lang="en">Ignore File And Log File Path</source>
|
||
<target state="translated">忽略文件和日志文件路径</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreExtendedProperties">
|
||
<source xml:lang="en">Ignore Extended Properties</source>
|
||
<target state="translated">忽略扩展属性</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreDmlTriggerState">
|
||
<source xml:lang="en">Ignore Dml Trigger State</source>
|
||
<target state="translated">忽略 DML 触发状态</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreDmlTriggerOrder">
|
||
<source xml:lang="en">Ignore Dml Trigger Order</source>
|
||
<target state="translated">忽略 DML 触发顺序</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreDefaultSchema">
|
||
<source xml:lang="en">Ignore Default Schema</source>
|
||
<target state="translated">忽略默认架构</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreDdlTriggerState">
|
||
<source xml:lang="en">Ignore Ddl Trigger State</source>
|
||
<target state="translated">忽略 DDL 触发状态</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreDdlTriggerOrder">
|
||
<source xml:lang="en">Ignore Ddl Trigger Order</source>
|
||
<target state="translated">忽略 DDL 触发顺序</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreCryptographicProviderFilePath">
|
||
<source xml:lang="en">Ignore Cryptographic Provider FilePath</source>
|
||
<target state="translated">忽略加密提供程序文件路径</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.VerifyDeployment">
|
||
<source xml:lang="en">Verify Deployment</source>
|
||
<target state="translated">验证部署</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreComments">
|
||
<source xml:lang="en">Ignore Comments</source>
|
||
<target state="translated">忽略注释</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreColumnCollation">
|
||
<source xml:lang="en">Ignore Column Collation</source>
|
||
<target state="translated">忽略列排序规则</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreAuthorizer">
|
||
<source xml:lang="en">Ignore Authorizer</source>
|
||
<target state="translated">忽略授权者</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreAnsiNulls">
|
||
<source xml:lang="en">Ignore AnsiNulls</source>
|
||
<target state="translated">忽略 AnsiNulls</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.GenerateSmartDefaults">
|
||
<source xml:lang="en">Generate SmartDefaults</source>
|
||
<target state="translated">生成智能默认值</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DropStatisticsNotInSource">
|
||
<source xml:lang="en">Drop Statistics Not In Source</source>
|
||
<target state="translated">删除不在源中的统计信息</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DropRoleMembersNotInSource">
|
||
<source xml:lang="en">Drop Role Members Not In Source</source>
|
||
<target state="translated">删除不在源中的角色成员</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DropPermissionsNotInSource">
|
||
<source xml:lang="en">Drop Permissions Not In Source</source>
|
||
<target state="translated">删除未在源中的权限</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DropObjectsNotInSource">
|
||
<source xml:lang="en">Drop Objects Not In Source</source>
|
||
<target state="translated">删除未在源中的对象</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.IgnoreColumnOrder">
|
||
<source xml:lang="en">Ignore Column Order</source>
|
||
<target state="translated">忽略列顺序</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Aggregates">
|
||
<source xml:lang="en">Aggregates</source>
|
||
<target state="translated">聚合</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ApplicationRoles">
|
||
<source xml:lang="en">Application Roles</source>
|
||
<target state="translated">应用程序角色</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Assemblies">
|
||
<source xml:lang="en">Assemblies</source>
|
||
<target state="translated">程序集</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.AssemblyFiles">
|
||
<source xml:lang="en">Assembly Files</source>
|
||
<target state="translated">程序集文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.AsymmetricKeys">
|
||
<source xml:lang="en">Asymmetric Keys</source>
|
||
<target state="translated">非对称密钥</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.BrokerPriorities">
|
||
<source xml:lang="en">Broker Priorities</source>
|
||
<target state="translated">中转站优先级</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Certificates">
|
||
<source xml:lang="en">Certificates</source>
|
||
<target state="translated">证书</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ColumnEncryptionKeys">
|
||
<source xml:lang="en">Column Encryption Keys</source>
|
||
<target state="translated">列加密密钥</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ColumnMasterKeys">
|
||
<source xml:lang="en">Column Master Keys</source>
|
||
<target state="translated">列主密钥</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Contracts">
|
||
<source xml:lang="en">Contracts</source>
|
||
<target state="translated">协定</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DatabaseOptions">
|
||
<source xml:lang="en">Database Options</source>
|
||
<target state="translated">数据库选项</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DatabaseRoles">
|
||
<source xml:lang="en">Database Roles</source>
|
||
<target state="translated">数据库角色</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DatabaseTriggers">
|
||
<source xml:lang="en">Database Triggers</source>
|
||
<target state="translated">数据库触发器</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Defaults">
|
||
<source xml:lang="en">Defaults</source>
|
||
<target state="translated">默认值</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ExtendedProperties">
|
||
<source xml:lang="en">Extended Properties</source>
|
||
<target state="translated">扩展属性</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ExternalDataSources">
|
||
<source xml:lang="en">External Data Sources</source>
|
||
<target state="translated">外部数据源</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ExternalFileFormats">
|
||
<source xml:lang="en">External File Formats</source>
|
||
<target state="translated">外部文件格式</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ExternalStreams">
|
||
<source xml:lang="en">External Streams</source>
|
||
<target state="translated">外部流</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ExternalStreamingJobs">
|
||
<source xml:lang="en">External Streaming Jobs</source>
|
||
<target state="translated">外部流式处理作业</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ExternalTables">
|
||
<source xml:lang="en">External Tables</source>
|
||
<target state="translated">外部表</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Filegroups">
|
||
<source xml:lang="en">Filegroups</source>
|
||
<target state="translated">文件组</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Files">
|
||
<source xml:lang="en">Files</source>
|
||
<target state="translated">文件</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.FileTables">
|
||
<source xml:lang="en">File Tables</source>
|
||
<target state="translated">文件表</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.FullTextCatalogs">
|
||
<source xml:lang="en">Full Text Catalogs</source>
|
||
<target state="translated">全文目录</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.FullTextStoplists">
|
||
<source xml:lang="en">Full Text Stoplists</source>
|
||
<target state="translated">全文非索引字表</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.MessageTypes">
|
||
<source xml:lang="en">Message Types</source>
|
||
<target state="translated">消息类型</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.PartitionFunctions">
|
||
<source xml:lang="en">Partition Functions</source>
|
||
<target state="translated">分区功能</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.PartitionSchemes">
|
||
<source xml:lang="en">Partition Schemes</source>
|
||
<target state="translated">分区方案</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Permissions">
|
||
<source xml:lang="en">Permissions</source>
|
||
<target state="translated">权限</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Queues">
|
||
<source xml:lang="en">Queues</source>
|
||
<target state="translated">队列</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.RemoteServiceBindings">
|
||
<source xml:lang="en">Remote Service Bindings</source>
|
||
<target state="translated">远程服务绑定</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.RoleMembership">
|
||
<source xml:lang="en">Role Membership</source>
|
||
<target state="translated">角色成员身份</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Rules">
|
||
<source xml:lang="en">Rules</source>
|
||
<target state="translated">规则</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ScalarValuedFunctions">
|
||
<source xml:lang="en">Scalar Valued Functions</source>
|
||
<target state="translated">标量值函数</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.SearchPropertyLists">
|
||
<source xml:lang="en">Search Property Lists</source>
|
||
<target state="translated">搜索属性列表</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.SecurityPolicies">
|
||
<source xml:lang="en">Security Policies</source>
|
||
<target state="translated">安全策略</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Sequences">
|
||
<source xml:lang="en">Sequences</source>
|
||
<target state="translated">序列</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Services">
|
||
<source xml:lang="en">Services</source>
|
||
<target state="translated">服务</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Signatures">
|
||
<source xml:lang="en">Signatures</source>
|
||
<target state="translated">签名</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.StoredProcedures">
|
||
<source xml:lang="en">Stored Procedures</source>
|
||
<target state="translated">存储过程</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.SymmetricKeys">
|
||
<source xml:lang="en">Symmetric Keys</source>
|
||
<target state="translated">对称密钥</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Synonyms">
|
||
<source xml:lang="en">Synonyms</source>
|
||
<target state="translated">同义词</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Tables">
|
||
<source xml:lang="en">Tables</source>
|
||
<target state="translated">表</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.TableValuedFunctions">
|
||
<source xml:lang="en">Table Valued Functions</source>
|
||
<target state="translated">表值函数</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.UserDefinedDataTypes">
|
||
<source xml:lang="en">User Defined Data Types</source>
|
||
<target state="translated">用户定义的数据类型</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.UserDefinedTableTypes">
|
||
<source xml:lang="en">User Defined Table Types</source>
|
||
<target state="translated">用户定义的表类型</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ClrUserDefinedTypes">
|
||
<source xml:lang="en">Clr User Defined Types</source>
|
||
<target state="translated">Clr 用户定义的类型</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Users">
|
||
<source xml:lang="en">Users</source>
|
||
<target state="translated">用户</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Views">
|
||
<source xml:lang="en">Views</source>
|
||
<target state="translated">视图</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.XmlSchemaCollections">
|
||
<source xml:lang="en">Xml Schema Collections</source>
|
||
<target state="translated">XML 架构集合</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Audits">
|
||
<source xml:lang="en">Audits</source>
|
||
<target state="translated">审核</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Credentials">
|
||
<source xml:lang="en">Credentials</source>
|
||
<target state="translated">凭据</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.CryptographicProviders">
|
||
<source xml:lang="en">Cryptographic Providers</source>
|
||
<target state="translated">加密提供程序</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DatabaseAuditSpecifications">
|
||
<source xml:lang="en">Database Audit Specifications</source>
|
||
<target state="translated">数据库审核规范</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DatabaseEncryptionKeys">
|
||
<source xml:lang="en">Database Encryption Keys</source>
|
||
<target state="translated">数据库加密密钥</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.DatabaseScopedCredentials">
|
||
<source xml:lang="en">Database Scoped Credentials</source>
|
||
<target state="translated">数据库范围的凭据</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Endpoints">
|
||
<source xml:lang="en">Endpoints</source>
|
||
<target state="translated">终结点</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ErrorMessages">
|
||
<source xml:lang="en">Error Messages</source>
|
||
<target state="translated">错误消息</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.EventNotifications">
|
||
<source xml:lang="en">Event Notifications</source>
|
||
<target state="translated">事件通知</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.EventSessions">
|
||
<source xml:lang="en">Event Sessions</source>
|
||
<target state="translated">事件会话</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.LinkedServerLogins">
|
||
<source xml:lang="en">Linked Server Logins</source>
|
||
<target state="translated">链接服务器登录名</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.LinkedServers">
|
||
<source xml:lang="en">Linked Servers</source>
|
||
<target state="translated">链接服务器</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Logins">
|
||
<source xml:lang="en">Logins</source>
|
||
<target state="translated">登录名</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.MasterKeys">
|
||
<source xml:lang="en">Master Keys</source>
|
||
<target state="translated">主密钥</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Routes">
|
||
<source xml:lang="en">Routes</source>
|
||
<target state="translated">路由</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ServerAuditSpecifications">
|
||
<source xml:lang="en">Server Audit Specifications</source>
|
||
<target state="translated">服务器审核规范</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ServerRoleMembership">
|
||
<source xml:lang="en">Server Role Membership</source>
|
||
<target state="translated">服务器角色成员身份</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ServerRoles">
|
||
<source xml:lang="en">Server Roles</source>
|
||
<target state="translated">服务器角色</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.ServerTriggers">
|
||
<source xml:lang="en">Server Triggers</source>
|
||
<target state="translated">服务器触发器</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreTableOptions">
|
||
<source xml:lang="en">Specifies whether differences in the table options will be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新表选项差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreSemicolonBetweenStatements">
|
||
<source xml:lang="en">Specifies whether differences in the semi-colons between T-SQL statements will be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新 T-SQL 语句间的分号差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreRouteLifetime">
|
||
<source xml:lang="en">Specifies whether differences in the amount of time that SQL Server retains the route in the routing table should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新 SQL Server 保留路由表中的路由时间量差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreRoleMembership">
|
||
<source xml:lang="en">Specifies whether differences in the role membership of logins should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新登录名的角色成员身份差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreQuotedIdentifiers">
|
||
<source xml:lang="en">Specifies whether differences in the quoted identifiers setting should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新带引号的标识符设置差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnorePermissions">
|
||
<source xml:lang="en">Specifies whether permissions should be ignored.</source>
|
||
<target state="translated">指定是否应忽略权限。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnorePartitionSchemes">
|
||
<source xml:lang="en">Specifies whether differences in partition schemes and functions should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新分区方案和功能差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreObjectPlacementOnPartitionScheme">
|
||
<source xml:lang="en">Specifies whether an object's placement on a partition scheme should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新对象在分区方案中的位置。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreNotForReplication">
|
||
<source xml:lang="en">Specifies whether the not for replication settings should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新“不用于复制”设置。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreLoginSids">
|
||
<source xml:lang="en">Specifies whether differences in the security identification number (SID) should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新安全标识号(SID)差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreLockHintsOnIndexes">
|
||
<source xml:lang="en">Specifies whether differences in the lock hints on indexes should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新索引锁定提示差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreKeywordCasing">
|
||
<source xml:lang="en">Specifies whether differences in the casing of keywords should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新关键字大小写差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreIndexPadding">
|
||
<source xml:lang="en">Specifies whether differences in the index padding should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新索引填充差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreIndexOptions">
|
||
<source xml:lang="en">Specifies whether differences in the index options should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新索引选项差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreIncrement">
|
||
<source xml:lang="en">Specifies whether differences in the increment for an identity column should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新标识列增量差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreIdentitySeed">
|
||
<source xml:lang="en">Specifies whether differences in the seed for an identity column should be ignored or updated when you publish updates to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新标识列种子差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreUserSettingsObjects">
|
||
<source xml:lang="en">Specifies whether differences in the user settings objects will be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新用户设置对象差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreFullTextCatalogFilePath">
|
||
<source xml:lang="en">Specifies whether differences in the file path for the full-text catalog should be ignored or whether a warning should be issued when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是忽略全文目录的文件路径差异还是发出警告。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreWhitespace">
|
||
<source xml:lang="en">Specifies whether differences in white space will be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新空白差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreWithNocheckOnForeignKeys">
|
||
<source xml:lang="en">Specifies whether differences in the value of the WITH NOCHECK clause for foreign keys will be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新外键 WITH NOCHECK 子句值差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.VerifyCollationCompatibility">
|
||
<source xml:lang="en">Specifies whether collation compatibility is verified.</source>
|
||
<target state="translated">指定是否验证排序规则兼容性。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.UnmodifiableObjectWarnings">
|
||
<source xml:lang="en">Specifies whether warnings should be generated when differences are found in objects that cannot be modified, for example, if the file size or file paths were different for a file.</source>
|
||
<target state="translated">指定在无法修改的对象中发现差异时(例如,当某个文件的文件大小或文件路径不同时),是否应生成警告。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.TreatVerificationErrorsAsWarnings">
|
||
<source xml:lang="en">Specifies whether errors encountered during publish verification should be treated as warnings. The check is performed against the generated deployment plan before the plan is executed against your target database. Plan verification detects problems such as the loss of target-only objects (such as indexes) that must be dropped to make a change. Verification will also detect situations where dependencies (such as a table or view) exist because of a reference to a composite project, but do not exist in the target database. You might choose to do this to get a complete list of all issues, instead of having the publish action stop on the first error.</source>
|
||
<target state="translated">指定是否应将发布验证期间遇到的错误视为警告。在对目标数据库执行生成的部署计划之前,会对计划执行检查。计划验证过程将检测仅适用于目标的对象(如索引)是否丢失等问题,必须删除这些对象才能进行更改。验证过程还将检测以下情况: 由于有对复合项目的引用,因而存在依赖项(如表或视图),但这些依赖项不存在于目标数据库中。如果需要获取所有问题的完整列表,而不是在出现第一个错误时停止发布操作,可以选择执行此操作。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.ScriptRefreshModule">
|
||
<source xml:lang="en">Include refresh statements at the end of the publish script.</source>
|
||
<target state="translated">在发布脚本的末尾包括刷新语句。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.ScriptNewConstraintValidation">
|
||
<source xml:lang="en">At the end of publish all of the constraints will be verified as one set, avoiding data errors caused by a check or foreign key constraint in the middle of publish. If set to False, your constraints will be published without checking the corresponding data.</source>
|
||
<target state="translated">在发布的末尾,所有约束将作为一个集合进行验证,以避免由发布中间的检查或外键约束导致的数据错误。如果设置为 False,则发布约束时不会检查相应的数据。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.ScriptFileSize">
|
||
<source xml:lang="en">Controls whether size is specified when adding a file to a filegroup.</source>
|
||
<target state="translated">控制在将文件添加到文件组时是否指定大小。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.ScriptDeployStateChecks">
|
||
<source xml:lang="en">Specifies whether statements are generated in the publish script to verify that the database name and server name match the names specified in the database project.</source>
|
||
<target state="translated">指定是否在发布脚本中生成语句以验证数据库名称和服务器名称是否与在数据库项目中指定的名称相匹配。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.ScriptDatabaseOptions">
|
||
<source xml:lang="en">Specifies whether target database properties should be set or updated as part of the publish action.</source>
|
||
<target state="translated">指定是否应在发布操作中设置或更新目标数据库属性。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.ScriptDatabaseCompatibility">
|
||
<source xml:lang="en">Specifies whether differences in the database compatibility should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新数据库兼容性差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.ScriptDatabaseCollation">
|
||
<source xml:lang="en">Specifies whether differences in the database collation should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新数据库排序规则差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.RunDeploymentPlanExecutors">
|
||
<source xml:lang="en">Specifies whether DeploymentPlanExecutor contributors should be run when other operations are executed.</source>
|
||
<target state="translated">指定在执行其他操作时 DeploymentPlanExecutor 参与者是否应运行。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.RegisterDataTierApplication">
|
||
<source xml:lang="en">Specifies whether the schema is registered with the database server.</source>
|
||
<target state="translated">指定是否向数据库服务器注册架构。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.PopulateFilesOnFileGroups">
|
||
<source xml:lang="en">Specifies whether a new file is also created when a new FileGroup is created in the target database.</source>
|
||
<target state="translated">指定在目标数据库中创建新文件组时是否也创建新文件。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.NoAlterStatementsToChangeClrTypes">
|
||
<source xml:lang="en">Specifies that publish should always drop and re-create an assembly if there is a difference instead of issuing an ALTER ASSEMBLY statement</source>
|
||
<target state="translated">指定在存在差异时,发布应始终删除并重新创建程序集,而不是发出 ALTER ASSEMBLY 语句</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IncludeTransactionalScripts">
|
||
<source xml:lang="en">Specifies whether transactional statements should be used where possible when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是否应在可能的位置使用事务性语句。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IncludeCompositeObjects">
|
||
<source xml:lang="en">Include all composite elements as part of a single publish operation.</source>
|
||
<target state="translated">将所有复合元素包含为单个发布操作的一部分。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement">
|
||
<source xml:lang="en">Do not block data motion on a table which has Row Level Security if this property is set to true. Default is false.</source>
|
||
<target state="translated">如果此属性设置为 true,则不阻止具有行级安全性的表上的数据运动。默认为 false。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints">
|
||
<source xml:lang="en">Specifies whether differences in the value of the WITH NOCHECK clause for check constraints will be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新检查约束的 WITH NOCHECK 子句值差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreFillFactor">
|
||
<source xml:lang="en">Specifies whether differences in the fill factor for index storage should be ignored or whether a warning should be issued when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是忽略索引存储的填充因子差异还是发出警告。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreFileSize">
|
||
<source xml:lang="en">Specifies whether differences in the file sizes should be ignored or whether a warning should be issued when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是忽略文件的大小差异还是发出警告。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreFilegroupPlacement">
|
||
<source xml:lang="en">Specifies whether differences in the placement of objects in FILEGROUPs should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新 FILEGROUP 中对象位置差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DoNotAlterReplicatedObjects">
|
||
<source xml:lang="en">Specifies whether objects that are replicated are identified during verification.</source>
|
||
<target state="translated">指定在验证期间是否标识已复制的对象。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects">
|
||
<source xml:lang="en">If true, Change Data Capture objects are not altered.</source>
|
||
<target state="translated">如果为 true,则不更改变更数据捕获对象。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DisableAndReenableDdlTriggers">
|
||
<source xml:lang="en">Specifies whether Data Definition Language (DDL) triggers are disabled at the beginning of the publish process and re-enabled at the end of the publish action.</source>
|
||
<target state="translated">指定是否在发布过程开始时禁用数据描述语言(DDL)触发器并在发布操作结束时重新启用。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DeployDatabaseInSingleUserMode">
|
||
<source xml:lang="en">If true, the database is set to Single User Mode before deploying.</source>
|
||
<target state="translated">如果为 true,则在部署之前将数据库设置为“单用户模式”。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.CreateNewDatabase">
|
||
<source xml:lang="en">Specifies whether the target database should be updated or whether it should be dropped and re-created when you publish to a database.</source>
|
||
<target state="translated">指定在发布到某个数据库时是应该更新目标数据库还是删除并重新创建目标数据库。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.CompareUsingTargetCollation">
|
||
<source xml:lang="en">This setting dictates how the database's collation is handled during deployment; by default the target database's collation will be updated if it does not match the collation specified by the source. When this option is set, the target database's (or server's) collation should be used.</source>
|
||
<target state="translated">此设置指示在部署期间如何处理数据库的排序规则;默认情况下,如果目标数据库的排序规则与源指定的排序规则不匹配,将更新该数据库的排序规则。设置此选项后,应使用目标数据库(或服务器)的排序规则。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.CommentOutSetVarDeclarations">
|
||
<source xml:lang="en">Specifies whether the declaration of SETVAR variables should be commented out in the generated publish script. You might choose to do this if you plan to specify the values on the command line when you publish by using a tool such as SQLCMD.EXE.</source>
|
||
<target state="translated">指定是否应在生成的发布脚本中注释掉 SETVAR 变量的声明。如果打算使用 SQLCMD.EXE 等工具在发布时在命令行中指定这些值,可以选择这样做。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.BlockWhenDriftDetected">
|
||
<source xml:lang="en">Specifies whether to block updating a database whose schema no longer matches its registration or is unregistered.</source>
|
||
<target state="translated">指定是否阻止更新其架构不再与其注册匹配或未进行注册的数据库。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.BlockOnPossibleDataLoss">
|
||
<source xml:lang="en">Specifies that the publish episode should be terminated if there is a possibility of data loss resulting from the publish operation.</source>
|
||
<target state="translated">指定当发布操作可能导致数据丢失时终止发布事件。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.BackupDatabaseBeforeChanges">
|
||
<source xml:lang="en">Backups the database before deploying any changes.</source>
|
||
<target state="translated">在部署任何更改之前备份数据库。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.AllowIncompatiblePlatform">
|
||
<source xml:lang="en">Specifies whether to attempt the action despite incompatible SQL Server platforms.</source>
|
||
<target state="translated">指定是否在 SQL Server 平台不兼容的情况下也尝试该操作。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.AllowDropBlockingAssemblies">
|
||
<source xml:lang="en">This property is used by SqlClr deployment to cause any blocking assemblies to be dropped as part of the deployment plan. By default, any blocking/referencing assemblies will block an assembly update if the referencing assembly needs to be dropped.</source>
|
||
<target state="translated">SqlClr 部署使用此属性会导致在执行部署计划时删除任何阻止程序集。默认情况下,如果需要删除引用程序集,任何阻止/引用程序集都将阻止程序集更新。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DropConstraintsNotInSource">
|
||
<source xml:lang="en">Specifies whether constraints that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是否从目标数据库删除数据库快照(.dacpac)文件中不存在的约束。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DropDmlTriggersNotInSource">
|
||
<source xml:lang="en">Specifies whether DML triggers that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是否从目标数据库删除数据库快照(.dacpac)文件中不存在的 DML 触发器。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DropExtendedPropertiesNotInSource">
|
||
<source xml:lang="en">Specifies whether extended properties that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是否从目标数据库删除数据库快照(.dacpac)文件中不存在的扩展属性。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DropIndexesNotInSource">
|
||
<source xml:lang="en">Specifies whether indexes that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是否从目标数据库删除数据库快照(.dacpac)文件中不存在的索引。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreFileAndLogFilePath">
|
||
<source xml:lang="en">Specifies whether differences in the paths for files and log files should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新文件路径和日志文件路差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreExtendedProperties">
|
||
<source xml:lang="en">Specifies whether extended properties should be ignored.</source>
|
||
<target state="translated">指定是否应忽略扩展属性。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreDmlTriggerState">
|
||
<source xml:lang="en">Specifies whether differences in the enabled or disabled state of DML triggers should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新 DML 触发器启用或禁用状态差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreDmlTriggerOrder">
|
||
<source xml:lang="en">Specifies whether differences in the order of Data Manipulation Language (DML) triggers should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新数据操作语言(DML)触发器中的顺序差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreDefaultSchema">
|
||
<source xml:lang="en">Specifies whether differences in the default schema should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新默认架构差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreDdlTriggerState">
|
||
<source xml:lang="en">Specifies whether differences in the enabled or disabled state of Data Definition Language (DDL) triggers should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新数据定义语言(DDL)触发器的启用或禁用状态差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreDdlTriggerOrder">
|
||
<source xml:lang="en">Specifies whether differences in the order of Data Definition Language (DDL) triggers should be ignored or updated when you publish to a database or server.</source>
|
||
<target state="translated">指定在发布到数据库或服务器时忽略还是更新数据定义语言(DDL)触发器中的顺序差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreCryptographicProviderFilePath">
|
||
<source xml:lang="en">Specifies whether differences in the file path for the cryptographic provider should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新加密提供程序的文件路径差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.VerifyDeployment">
|
||
<source xml:lang="en">Specifies whether checks should be performed before publishing that will stop the publish action if issues are present that might block successful publishing. For example, your publish action might stop if you have foreign keys on the target database that do not exist in the database project, and that will cause errors when you publish.</source>
|
||
<target state="translated">指定是否应在发布之前执行检查,以发现可能会阻止成功发布的问题,从而避免发生停止发布操作的情况。例如,如果目标数据库上的外键在数据库项目中并不存在,则发布操作可能停止,在发布时这种情况将导致错误。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreComments">
|
||
<source xml:lang="en">Specifies whether differences in the comments should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新注释差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreColumnCollation">
|
||
<source xml:lang="en">Specifies whether differences in the column collations should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新列排序规则差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreAuthorizer">
|
||
<source xml:lang="en">Specifies whether differences in the Authorizer should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新授权者差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreAnsiNulls">
|
||
<source xml:lang="en">Specifies whether differences in the ANSI NULLS setting should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新 ANSI NULLS 设置差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.GenerateSmartDefaults">
|
||
<source xml:lang="en">Automatically provides a default value when updating a table that contains data with a column that does not allow null values.</source>
|
||
<target state="translated">更新包含数据的表且该表中具有不允许 Null 值的列时,自动提供默认值。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DropStatisticsNotInSource">
|
||
<source xml:lang="en">Specifies whether statistics that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时是否从目标数据库中删除数据库快照(.dacpac)文件中不存在的统计信息。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DropRoleMembersNotInSource">
|
||
<source xml:lang="en">Specifies whether role members that are not defined in the database snapshot (.dacpac) file will be dropped from the target database when you publish updates to a database.</</source>
|
||
<target state="translated">指定在将更新发布到数据库时是否从目标数据库删除未在数据库快照(.dacpac)文件中定义的角色成员。</</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DropPermissionsNotInSource">
|
||
<source xml:lang="en">Specifies whether permissions that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish updates to a database.</source>
|
||
<target state="translated">指定在将更新发布到数据库时是否从目标数据库删除数据库快照(.dacpac)文件中不存在的权限。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.DropObjectsNotInSource">
|
||
<source xml:lang="en">Specifies whether objects that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database. This value takes precedence over DropExtendedProperties.</source>
|
||
<target state="translated">指定在发布到数据库时是否从目标数据库中删除数据库快照(.dacpac)文件中不存在的对象。此值优先于 DropExtendedProperties。</target>
|
||
</trans-unit>
|
||
<trans-unit id="SchemaCompare.Description.IgnoreColumnOrder">
|
||
<source xml:lang="en">Specifies whether differences in table column order should be ignored or updated when you publish to a database.</source>
|
||
<target state="translated">指定在发布到数据库时忽略还是更新表列顺序的差异。</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.compareErrorMessage">
|
||
<source xml:lang="en">Schema Compare failed: {0}</source>
|
||
<target state="translated">架构比较失败: {0}</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.saveScmpErrorMessage">
|
||
<source xml:lang="en">Save scmp failed: '{0}'</source>
|
||
<target state="translated">保存 scmp 失败:“{0}”</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.cancelErrorMessage">
|
||
<source xml:lang="en">Cancel schema compare failed: '{0}'</source>
|
||
<target state="translated">取消架构比较失败:“{0}”</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.generateScriptErrorMessage">
|
||
<source xml:lang="en">Generate script failed: '{0}'</source>
|
||
<target state="translated">生成脚本失败:“{0}”</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.updateErrorMessage">
|
||
<source xml:lang="en">Schema Compare Apply failed '{0}'</source>
|
||
<target state="translated">架构比较应用失败“{0}”</target>
|
||
</trans-unit>
|
||
<trans-unit id="schemaCompare.openScmpErrorMessage">
|
||
<source xml:lang="en">Open scmp failed: '{0}'</source>
|
||
<target state="translated">打开 scmp 失败:“{0}”</target>
|
||
</trans-unit>
|
||
</body>
|
||
</file>
|
||
</xliff> |