Files
sqltoolsservice/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf
2022-01-24 10:23:09 -08:00

5747 lines
257 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" original="sr.resx" source-language="en" target-language="zh-Hans">
<body>
<trans-unit id="ConnectionServiceConnectErrorNullParams">
<source>Connection parameters cannot be null</source>
<target state="translated">连接参数不能为 null</target>
<note></note>
</trans-unit>
<trans-unit id="ConnectionServiceListDbErrorNullOwnerUri">
<source>OwnerUri cannot be null or empty</source>
<target state="translated">OwnerUri 不能为 null 或为空</target>
<note></note>
</trans-unit>
<trans-unit id="ConnectionServiceListDbErrorNotConnected">
<source>SpecifiedUri '{0}' does not have existing connection</source>
<target state="translated">SpecifiedUri "{0}" 没有已有的连接</target>
<note>.
Parameters: 0 - uri (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidAuthType">
<source>Invalid value '{0}' for AuthenticationType. Valid values are 'Integrated' and 'SqlLogin'.</source>
<target state="translated">AuthenticationType 的 "{0}" 值无效。有效值为 "Integrated" 和 "SqlLogin"。</target>
<note>.
Parameters: 0 - authType (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidIntent">
<source>Invalid value '{0}' for ApplicationIntent. Valid values are 'ReadWrite' and 'ReadOnly'.</source>
<target state="translated">ApplicationIntent 的 "{0}" 值无效的。有效值为 "ReadWrite" 和 "ReadOnly"。</target>
<note>.
Parameters: 0 - intent (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnectionCanceled">
<source>Connection canceled</source>
<target state="translated">连接已取消</target>
<note></note>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullOwnerUri">
<source>OwnerUri cannot be null or empty</source>
<target state="translated">OwnerUri 不能为 null 或为空</target>
<note></note>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullConnection">
<source>Connection details object cannot be null</source>
<target state="translated">连接详细信息对象不能为 null</target>
<note></note>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullServerName">
<source>ServerName cannot be null or empty</source>
<target state="translated">ServerName 不能为 null 或为空</target>
<note></note>
</trans-unit>
<trans-unit id="ConnectionParamsValidateNullSqlAuth">
<source>{0} cannot be null or empty when using SqlLogin authentication</source>
<target state="translated">使用 SqlLogin 身份验证时,{0} 不能为 null 或为空</target>
<note>.
Parameters: 0 - component (string) </note>
</trans-unit>
<trans-unit id="QueryServiceCancelAlreadyCompleted">
<source>The query has already completed, it cannot be cancelled</source>
<target state="translated">查询已完成,无法取消</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceCancelDisposeFailed">
<source>Query successfully cancelled, failed to dispose query. Owner URI not found.</source>
<target state="translated">查询已成功取消,未能处理查询。找不到所有者 URI。</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceQueryCancelled">
<source>Query was canceled by user</source>
<target state="translated">查询已被用户取消</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceSubsetBatchNotCompleted">
<source>The batch has not completed, yet</source>
<target state="translated">该批处理尚未完成</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceSubsetBatchOutOfRange">
<source>Batch index cannot be less than 0 or greater than the number of batches</source>
<target state="translated">批量索引不能小于 0 或大于批量数</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceSubsetResultSetOutOfRange">
<source>Result set index cannot be less than 0 or greater than the number of result sets</source>
<target state="translated">结果集索引不能小于 0 或大于结果集的总数</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceDataReaderByteCountInvalid">
<source>Maximum number of bytes to return must be greater than zero</source>
<target state="translated">返回的最大字节数必须大于零</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceDataReaderCharCountInvalid">
<source>Maximum number of chars to return must be greater than zero</source>
<target state="translated">返回的最大字符数必须大于零</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceDataReaderXmlCountInvalid">
<source>Maximum number of XML bytes to return must be greater than zero</source>
<target state="translated">返回的 XML 最大字节数必须大于零</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperWriteOnly">
<source>Access method cannot be write-only</source>
<target state="translated">访问方法不能设置为“只写”</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperNotInitialized">
<source>FileStreamWrapper must be initialized before performing operations</source>
<target state="translated">在执行操作之前,必须初始化 FileStreamWrapper</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceFileWrapperReadOnly">
<source>This FileStreamWrapper cannot be used for writing</source>
<target state="translated">该 FileStreamWrapper 不能用于写入</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceAffectedOneRow">
<source>(1 row affected)</source>
<target state="translated">(1 行受到影响)</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceAffectedRows">
<source>({0} rows affected)</source>
<target state="translated">({0} 行受到影响)</target>
<note>.
Parameters: 0 - rows (long) </note>
</trans-unit>
<trans-unit id="QueryServiceCompletedSuccessfully">
<source>Commands completed successfully.</source>
<target state="translated">命令已成功完成。</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceErrorFormat">
<source>Msg {0}, Level {1}, State {2}, Line {3}{4}{5}</source>
<target state="translated">小计 {0},级别 {1},状态 {2},第 {3} {4} {5} 行</target>
<note>.
Parameters: 0 - msg (int), 1 - lvl (int), 2 - state (int), 3 - line (int), 4 - newLine (string), 5 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceQueryFailed">
<source>Query failed: {0}</source>
<target state="translated">查询失败: {0}</target>
<note>.
Parameters: 0 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceColumnNull">
<source>(No column name)</source>
<target state="translated">(无列名称)</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceRequestsNoQuery">
<source>The requested query does not exist</source>
<target state="translated">请求的查询不存在</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceQueryInvalidOwnerUri">
<source>Cannot connect to the database due to invalid OwnerUri</source>
<target state="translated">无法连接到数据库,因为 OwnerUri 无效</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceQueryInProgress">
<source>A query is already in progress for this editor session. Please cancel this query or wait for its completion.</source>
<target state="translated">当前编辑器的会话中有正在进行的查询,请取消该查询或者等待查询执行完毕。</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceMessageSenderNotSql">
<source>Sender for OnInfoMessage event must be a SqlConnection</source>
<target state="translated">OnInfoMessage 事件的发送方必须是 SqlConnection</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceSaveAsResultSetNotComplete">
<source>Result cannot be saved until query execution has completed</source>
<target state="translated">查询执行完毕后才能保存结果</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceSaveAsMiscStartingError">
<source>Internal error occurred while starting save task</source>
<target state="translated">启动保存任务时发生内部错误</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceSaveAsInProgress">
<source>A save request to the same path is in progress</source>
<target state="translated">相同路径的保存请求正在进行中</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceSaveAsFail">
<source>Failed to save {0}: {1}</source>
<target state="translated">未能保存 {0}: {1}</target>
<note>.
Parameters: 0 - fileName (string), 1 - message (string) </note>
</trans-unit>
<trans-unit id="QueryServiceResultSetNotRead">
<source>Cannot read subset unless the results have been read from the server</source>
<target state="translated">没有从服务器读取结果之前,无法读取子集</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceResultSetStartRowOutOfRange">
<source>Start row cannot be less than 0 or greater than the number of rows in the result set</source>
<target state="translated">起始行不能小于 0 或大于结果集中的行数</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceResultSetRowCountOutOfRange">
<source>Row count must be a positive integer</source>
<target state="translated">行数必须是一个正整数</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceResultSetNoColumnSchema">
<source>Could not retrieve column schema for result set</source>
<target state="translated">无法从结果集检索列架构</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceExecutionPlanNotFound">
<source>Could not retrieve an execution plan from the result set </source>
<target state="translated">无法从结果集检索执行计划 </target>
<note></note>
</trans-unit>
<trans-unit id="PeekDefinitionAzureError">
<source>This feature is currently not supported on Azure SQL DB and Data Warehouse: {0}</source>
<target state="translated">Azure SQL DB 和数据仓库目前不支持此功能: {0}</target>
<note>.
Parameters: 0 - errorMessage (string) </note>
</trans-unit>
<trans-unit id="PeekDefinitionError">
<source>An unexpected error occurred during Peek Definition execution: {0}</source>
<target state="translated">执行速览定义过程中发生意外错误: {0}</target>
<note>.
Parameters: 0 - errorMessage (string) </note>
</trans-unit>
<trans-unit id="PeekDefinitionNoResultsError">
<source>No results were found.</source>
<target state="translated">未找到结果。</target>
<note></note>
</trans-unit>
<trans-unit id="PeekDefinitionDatabaseError">
<source>No database object was retrieved.</source>
<target state="translated">检索不到任何数据库对象。</target>
<note></note>
</trans-unit>
<trans-unit id="PeekDefinitionNotConnectedError">
<source>Please connect to a server.</source>
<target state="translated">请连接到服务器。</target>
<note></note>
</trans-unit>
<trans-unit id="PeekDefinitionTimedoutError">
<source>Operation timed out.</source>
<target state="translated">操作超时。</target>
<note></note>
</trans-unit>
<trans-unit id="PeekDefinitionTypeNotSupportedError">
<source>This object type is currently not supported by this feature.</source>
<target state="translated">此功能当前不支持此对象类型。</target>
<note></note>
</trans-unit>
<trans-unit id="WorkspaceServicePositionLineOutOfRange">
<source>Position is outside of file line range</source>
<target state="translated">位置超出文件行范围</target>
<note></note>
</trans-unit>
<trans-unit id="WorkspaceServicePositionColumnOutOfRange">
<source>Position is outside of column range for line {0}</source>
<target state="translated">位置超出第 {0} 行的列范围</target>
<note>.
Parameters: 0 - line (int) </note>
</trans-unit>
<trans-unit id="WorkspaceServiceBufferPositionOutOfOrder">
<source>Start position ({0}, {1}) must come before or be equal to the end position ({2}, {3})</source>
<target state="translated">起始位置({0}, {1})必须先于或等于结束位置({2}, {3})</target>
<note>.
Parameters: 0 - sLine (int), 1 - sCol (int), 2 - eLine (int), 3 - eCol (int) </note>
</trans-unit>
<trans-unit id="TestLocalizationConstant">
<source>test</source>
<target state="translated">测试</target>
<note></note>
</trans-unit>
<trans-unit id="ErrorEmptyStringReplacement">
<source>Replacement of an empty string by an empty string.</source>
<target state="translated">用空字符串取代空字符串。</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataSessionNotFound">
<source>Edit session does not exist.</source>
<target state="translated">编辑会话不存在。</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataQueryNotCompleted">
<source>Query has not completed execution</source>
<target state="translated">查询尚未完成执行</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataQueryImproperResultSets">
<source>Query did not generate exactly one result set</source>
<target state="translated">查询并未生成单一结果集</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataFailedAddRow">
<source>Failed to add new row to update cache</source>
<target state="translated">添加新行以更新缓存的操作失败</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataRowOutOfRange">
<source>Given row ID is outside the range of rows in the edit cache</source>
<target state="translated">给定行 ID 已超出编辑缓存中的行范围</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataUpdatePending">
<source>An update is already pending for this row and must be reverted first</source>
<target state="translated">此行已有一个挂起的更新,因此必须先还原</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataUpdateNotPending">
<source>Given row ID does not have pending update</source>
<target state="translated">给定行 ID 没有挂起的更新</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataObjectMetadataNotFound">
<source>Table or view metadata could not be found</source>
<target state="translated">找不到表格或视图元数据</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataInvalidFormatBinary">
<source>Invalid format for binary column</source>
<target state="translated">二进制列的格式无效</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataInvalidFormatBoolean">
<source>Allowed values for boolean columns are 0, 1, "true", or "false"</source>
<target state="translated">布尔列允许的值为数字 1 或 0或字符串 "true" 或 "false"</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataCreateScriptMissingValue">
<source>The column '{0}' is defined as NOT NULL but was not given a value</source>
<target state="translated">列 “{0}” 被定义为非 NULL但值缺失</target>
<note>.
Parameters: 0 - colName (string) </note>
</trans-unit>
<trans-unit id="EditDataDeleteSetCell">
<source>A delete is pending for this row, a cell update cannot be applied.</source>
<target state="translated">此行即将被删除,因此无法更新其中的单元格。</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataColumnIdOutOfRange">
<source>Column ID must be in the range of columns for the query</source>
<target state="translated">列 ID 必须在列总数內才可被查询</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataColumnCannotBeEdited">
<source>Column cannot be edited</source>
<target state="translated">无法编辑列</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataColumnNoKeyColumns">
<source>No key columns were found</source>
<target state="translated">找不到键列</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataScriptFilePathNull">
<source>An output filename must be provided</source>
<target state="translated">必须提供输出文件名</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataUnsupportedObjectType">
<source>Database object {0} cannot be used for editing.</source>
<target state="translated">数据库对象 {0} 无法被编辑</target>
<note>.
Parameters: 0 - typeName (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceDbErrorDefaultNotConnected">
<source>Specified URI '{0}' does not have a default connection</source>
<target state="translated">指定的 URI {0} 没有默认的连接</target>
<note>.
Parameters: 0 - uri (string) </note>
</trans-unit>
<trans-unit id="EditDataCommitInProgress">
<source>A commit task is in progress. Please wait for completion.</source>
<target state="translated">正在执行提交任务,请等待它完成。</target>
<note></note>
</trans-unit>
<trans-unit id="SqlScriptFormatterDecimalMissingPrecision">
<source>Exact numeric column is missing numeric precision or numeric scale</source>
<target state="translated">精确数值列缺少数值精度或小数位数</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataComputedColumnPlaceholder">
<source>&lt;TBD&gt;</source>
<target state="translated">&lt;TBD&gt;</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceResultSetAddNoRows">
<source>Cannot add row to result buffer, data reader does not contain rows</source>
<target state="translated">无法在结果缓冲区添加行,数据读取器不包含任何行</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataTimeOver24Hrs">
<source>TIME column values must be between 00:00:00.0000000 and 23:59:59.9999999</source>
<target state="translated">TIME 列的取值范围必须在 00:00:00.0000000 至 23:59:59.9999999 之间</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataNullNotAllowed">
<source>NULL is not allowed for this column</source>
<target state="translated">该列不允许为 NULL</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyExists">
<source>Edit session already exists.</source>
<target state="translated">编辑会话已存在。</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataSessionNotInitialized">
<source>Edit session has not been initialized</source>
<target state="translated">编辑会话尚未初始化</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyInitialized">
<source>Edit session has already been initialized</source>
<target state="translated">编辑会话已被初始化</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataSessionAlreadyInitializing">
<source>Edit session has already been initialized or is in the process of initializing</source>
<target state="translated">编辑会话已被初始化或正在进行初始化</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataQueryFailed">
<source>Query execution failed, see messages for details</source>
<target state="translated">执行查询失败,查看消息了解更多详情</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataFilteringNegativeLimit">
<source>Result limit cannot be negative</source>
<target state="translated">结果的限制值不能为负数</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceCellNull">
<source>NULL</source>
<target state="translated">NULL</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataMetadataObjectNameRequired">
<source>A object name must be provided</source>
<target state="translated">必须提供对象名称</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataMetadataTooManyIdentifiers">
<source>Explicitly specifying server or database is not supported</source>
<target state="translated">不支持显式指定服务器或者数据库</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataMetadataNotExtended">
<source>Table metadata does not have extended properties</source>
<target state="translated">数据表的元数据没有扩展属性</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataObjectNotFound">
<source>Table or view requested for edit could not be found</source>
<target state="translated">找不到请求编辑的表或视图</target>
<note></note>
</trans-unit>
<trans-unit id="TreeNodeError">
<source>Error expanding: {0}</source>
<target state="translated">扩展时出错: {0}</target>
<note></note>
</trans-unit>
<trans-unit id="ServerNodeConnectionError">
<source>Error connecting to {0}</source>
<target state="translated">连接到 {0} 时出错</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Aggregates">
<source>Aggregates</source>
<target state="translated">聚合</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRoles">
<source>Server Roles</source>
<target state="translated">服务器角色</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ApplicationRoles">
<source>Application Roles</source>
<target state="translated">应用程序角色</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Assemblies">
<source>Assemblies</source>
<target state="translated">程序集</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_AssemblyFiles">
<source>Assembly Files</source>
<target state="translated">程序集文件</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_AsymmetricKeys">
<source>Asymmetric Keys</source>
<target state="translated">非对称密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseAsymmetricKeys">
<source>Asymmetric Keys</source>
<target state="translated">非对称密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DataCompressionOptions">
<source>Data Compression Options</source>
<target state="translated">数据压缩选项</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Certificates">
<source>Certificates</source>
<target state="translated">证书</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FileTables">
<source>FileTables</source>
<target state="translated">FileTable</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseCertificates">
<source>Certificates</source>
<target state="translated">证书</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_CheckConstraints">
<source>Check Constraints</source>
<target state="translated">检查约束</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Columns">
<source>Columns</source>
<target state="translated"></target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Constraints">
<source>Constraints</source>
<target state="translated">约束</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Contracts">
<source>Contracts</source>
<target state="translated">协定</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Credentials">
<source>Credentials</source>
<target state="translated">凭据</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ErrorMessages">
<source>Error Messages</source>
<target state="translated">错误消息</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRoleMembership">
<source>Server Role Membership</source>
<target state="translated">服务器角色成员资格</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseOptions">
<source>Database Options</source>
<target state="translated">数据库选项</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseRoles">
<source>Database Roles</source>
<target state="translated">数据库角色</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_RoleMemberships">
<source>Role Memberships</source>
<target state="translated">角色成员资格</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseTriggers">
<source>Database Triggers</source>
<target state="translated">数据库触发器</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DefaultConstraints">
<source>Default Constraints</source>
<target state="translated">默认约束</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Defaults">
<source>Defaults</source>
<target state="translated">默认值</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Sequences">
<source>Sequences</source>
<target state="translated">序列</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Endpoints">
<source>Endpoints</source>
<target state="translated">终结点</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_EventNotifications">
<source>Event Notifications</source>
<target state="translated">事件通知</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerEventNotifications">
<source>Server Event Notifications</source>
<target state="translated">服务器事件通知</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExtendedProperties">
<source>Extended Properties</source>
<target state="translated">扩展属性</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FileGroups">
<source>Filegroups</source>
<target state="translated">文件组</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ForeignKeys">
<source>Foreign Keys</source>
<target state="translated">外键</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextCatalogs">
<source>Full-Text Catalogs</source>
<target state="translated">全文目录</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextIndexes">
<source>Full-Text Indexes</source>
<target state="translated">全文检索</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Functions">
<source>Functions</source>
<target state="translated">函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Indexes">
<source>Indexes</source>
<target state="translated">索引</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_InlineFunctions">
<source>Inline Functions</source>
<target state="translated">内联函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Keys">
<source>Keys</source>
<target state="translated"></target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_LinkedServers">
<source>Linked Servers</source>
<target state="translated">链接服务器</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_LinkedServerLogins">
<source>Linked Server Logins</source>
<target state="translated">链接服务器登录名</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Logins">
<source>Logins</source>
<target state="translated">登录名</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_MasterKey">
<source>Master Key</source>
<target state="translated">主密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_MasterKeys">
<source>Master Keys</source>
<target state="translated">主密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_MessageTypes">
<source>Message Types</source>
<target state="translated">消息类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_MultiSelectFunctions">
<source>Table-Valued Functions</source>
<target state="translated">表值函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Parameters">
<source>Parameters</source>
<target state="translated">参数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_PartitionFunctions">
<source>Partition Functions</source>
<target state="translated">分区函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_PartitionSchemes">
<source>Partition Schemes</source>
<target state="translated">分区方案</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Permissions">
<source>Permissions</source>
<target state="translated">权限</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_PrimaryKeys">
<source>Primary Keys</source>
<target state="translated">主键</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Programmability">
<source>Programmability</source>
<target state="translated">可编程性</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Queues">
<source>Queues</source>
<target state="translated">队列</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_RemoteServiceBindings">
<source>Remote Service Bindings</source>
<target state="translated">远程服务绑定</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ReturnedColumns">
<source>Returned Columns</source>
<target state="translated">返回列</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Roles">
<source>Roles</source>
<target state="translated">角色</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Routes">
<source>Routes</source>
<target state="translated">路由</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Rules">
<source>Rules</source>
<target state="translated">规则</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Schemas">
<source>Schemas</source>
<target state="translated">架构</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Security">
<source>Security</source>
<target state="translated">安全</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerObjects">
<source>Server Objects</source>
<target state="translated">服务器对象</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Management">
<source>Management</source>
<target state="translated">管理</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerTriggers">
<source>Triggers</source>
<target state="translated">触发器</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServiceBroker">
<source>Service Broker</source>
<target state="translated">Service Broker</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Services">
<source>Services</source>
<target state="translated">服务</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Signatures">
<source>Signatures</source>
<target state="translated">签名</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_LogFiles">
<source>Log Files</source>
<target state="translated">日志文件</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Statistics">
<source>Statistics</source>
<target state="translated">统计信息</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Storage">
<source>Storage</source>
<target state="translated">存储</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_StoredProcedures">
<source>Stored Procedures</source>
<target state="translated">存储过程</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SymmetricKeys">
<source>Symmetric Keys</source>
<target state="translated">对称密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Synonyms">
<source>Synonyms</source>
<target state="translated">同义词</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Tables">
<source>Tables</source>
<target state="translated"></target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Triggers">
<source>Triggers</source>
<target state="translated">触发器</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Types">
<source>Types</source>
<target state="translated">类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UniqueKeys">
<source>Unique Keys</source>
<target state="translated">唯一键</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedDataTypes">
<source>User-Defined Data Types</source>
<target state="translated">用户定义的数据类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedTypes">
<source>User-Defined Types (CLR)</source>
<target state="translated">用户定义类型(CLR)</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Users">
<source>Users</source>
<target state="translated">用户</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Views">
<source>Views</source>
<target state="translated">视图</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlIndexes">
<source>XML Indexes</source>
<target state="translated">XML 索引</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_XMLSchemaCollections">
<source>XML Schema Collections</source>
<target state="translated">XML 架构集合</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserDefinedTableTypes">
<source>User-Defined Table Types</source>
<target state="translated">用户定义的表类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FilegroupFiles">
<source>Files</source>
<target state="translated">文件</target>
<note></note>
</trans-unit>
<trans-unit id="MissingCaption">
<source>Missing Caption</source>
<target state="translated">缺少标题</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_BrokerPriorities">
<source>Broker Priorities</source>
<target state="translated">Broker 优先级</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_CryptographicProviders">
<source>Cryptographic Providers</source>
<target state="translated">加密提供程序</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseAuditSpecifications">
<source>Database Audit Specifications</source>
<target state="translated">数据库审核规范</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseEncryptionKeys">
<source>Database Encryption Keys</source>
<target state="translated">数据库加密密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_EventSessions">
<source>Event Sessions</source>
<target state="translated">事件会话</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_FullTextStopLists">
<source>Full Text Stoplists</source>
<target state="translated">全文非索引字表</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ResourcePools">
<source>Resource Pools</source>
<target state="translated">资源池</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerAudits">
<source>Audits</source>
<target state="translated">审核</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerAuditSpecifications">
<source>Server Audit Specifications</source>
<target state="translated">服务器审核规范</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SpatialIndexes">
<source>Spatial Indexes</source>
<target state="translated">空间索引</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_WorkloadGroups">
<source>Workload Groups</source>
<target state="translated">工作负荷组</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlFiles">
<source>SQL Files</source>
<target state="translated">SQL 文件</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerFunctions">
<source>Server Functions</source>
<target state="translated">服务器函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlType">
<source>SQL Type</source>
<target state="translated">SQL 类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerOptions">
<source>Server Options</source>
<target state="translated">服务器选项</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseDiagrams">
<source>Database Diagrams</source>
<target state="translated">数据库关系图</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemTables">
<source>System Tables</source>
<target state="translated">系统表</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Databases">
<source>Databases</source>
<target state="translated">数据库</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemContracts">
<source>System Contracts</source>
<target state="translated">系统约定</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDatabases">
<source>System Databases</source>
<target state="translated">系统数据库</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMessageTypes">
<source>System Message Types</source>
<target state="translated">系统消息类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemQueues">
<source>System Queues</source>
<target state="translated">系统队列</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemServices">
<source>System Services</source>
<target state="translated">系统服务</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemStoredProcedures">
<source>System Stored Procedures</source>
<target state="translated">系统存储过程</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemViews">
<source>System Views</source>
<target state="translated">系统视图</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DataTierApplications">
<source>Data-tier Applications</source>
<target state="translated">数据层应用程序</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExtendedStoredProcedures">
<source>Extended Stored Procedures</source>
<target state="translated">扩展存储过程</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemAggregateFunctions">
<source>Aggregate Functions</source>
<target state="translated">聚合函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemApproximateNumerics">
<source>Approximate Numerics</source>
<target state="translated">近似数字</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemBinaryStrings">
<source>Binary Strings</source>
<target state="translated">二进制字符串</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCharacterStrings">
<source>Character Strings</source>
<target state="translated">字符串</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCLRDataTypes">
<source>CLR Data Types</source>
<target state="translated">CLR 数据类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemConfigurationFunctions">
<source>Configuration Functions</source>
<target state="translated">配置函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemCursorFunctions">
<source>Cursor Functions</source>
<target state="translated">游标函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDataTypes">
<source>System Data Types</source>
<target state="translated">系统数据类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDateAndTime">
<source>Date and Time</source>
<target state="translated">日期和时间</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemDateAndTimeFunctions">
<source>Date and Time Functions</source>
<target state="translated">日期和时间函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemExactNumerics">
<source>Exact Numerics</source>
<target state="translated">精确数值</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemFunctions">
<source>System Functions</source>
<target state="translated">系统函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemHierarchyIdFunctions">
<source>Hierarchy Id Functions</source>
<target state="translated">层次结构 ID 函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMathematicalFunctions">
<source>Mathematical Functions</source>
<target state="translated">数学函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemMetadataFunctions">
<source>Metadata Functions</source>
<target state="translated">元数据函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemOtherDataTypes">
<source>Other Data Types</source>
<target state="translated">其他数据类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemOtherFunctions">
<source>Other Functions</source>
<target state="translated">其他函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemRowsetFunctions">
<source>Rowset Functions</source>
<target state="translated">行集函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSecurityFunctions">
<source>Security Functions</source>
<target state="translated">安全函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSpatialDataTypes">
<source>Spatial Data Types</source>
<target state="translated">空间数据类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemStringFunctions">
<source>String Functions</source>
<target state="translated">字符串函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemSystemStatisticalFunctions">
<source>System Statistical Functions</source>
<target state="translated">系统统计函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemTextAndImageFunctions">
<source>Text and Image Functions</source>
<target state="translated">文本和图像函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemUnicodeCharacterStrings">
<source>Unicode Character Strings</source>
<target state="translated">Unicode 字符串</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_AggregateFunctions">
<source>Aggregate Functions</source>
<target state="translated">聚合函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ScalarValuedFunctions">
<source>Scalar-valued Functions</source>
<target state="translated">标量值函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_TableValuedFunctions">
<source>Table-valued Functions</source>
<target state="translated">表值函数</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SystemExtendedStoredProcedures">
<source>System Extended Stored Procedures</source>
<target state="translated">系统扩展存储过程</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_BuiltInType">
<source>Built-in Types</source>
<target state="translated">内置类型</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_BuiltInServerRole">
<source>Built-in Server Roles</source>
<target state="translated">内置服务器角色</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UserWithPassword">
<source>User with Password</source>
<target state="translated">具有密码的用户</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SearchPropertyList">
<source>Search Property List</source>
<target state="translated">搜索属性列表</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SecurityPolicies">
<source>Security Policies</source>
<target state="translated">安全策略</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SecurityPredicates">
<source>Security Predicates</source>
<target state="translated">安全谓词</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ServerRole">
<source>Server Role</source>
<target state="translated">服务器角色</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SearchPropertyLists">
<source>Search Property Lists</source>
<target state="translated">搜索属性列表</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnStoreIndexes">
<source>Column Store Indexes</source>
<target state="translated">列存储索引</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_TableTypeIndexes">
<source>Table Type Indexes</source>
<target state="translated">表类型索引</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SelectiveXmlIndexes">
<source>Selective XML Indexes</source>
<target state="translated">选择性 XML 索引</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlNamespaces">
<source>XML Namespaces</source>
<target state="translated">XML 命名空间</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_XmlTypedPromotedPaths">
<source>XML Typed Promoted Paths</source>
<target state="translated">XML 特型提升路径</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SqlTypedPromotedPaths">
<source>T-SQL Typed Promoted Paths</source>
<target state="translated">T-SQL 特型提升路径</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_DatabaseScopedCredentials">
<source>Database Scoped Credentials</source>
<target state="translated">数据库范围的凭据</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalDataSources">
<source>External Data Sources</source>
<target state="translated">外部数据源</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalFileFormats">
<source>External File Formats</source>
<target state="translated">外部文件格式</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalResources">
<source>External Resources</source>
<target state="translated">外部资源</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ExternalTables">
<source>External Tables</source>
<target state="translated">外部表</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_AlwaysEncryptedKeys">
<source>Always Encrypted Keys</source>
<target state="translated">Always Encrypted 密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnMasterKeys">
<source>Column Master Keys</source>
<target state="translated">列主密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnEncryptionKeys">
<source>Column Encryption Keys</source>
<target state="translated">列加密密钥</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_Server">
<source>Server</source>
<target state="translated">服务器</target>
<note></note>
</trans-unit>
<trans-unit id="ScriptingParams_ConnectionString_Property_Invalid">
<source>Error parsing ScriptingParams.ConnectionString property.</source>
<target state="translated">解析 ScriptingParams.ConnectionString 属性时出错</target>
<note></note>
</trans-unit>
<trans-unit id="ScriptingParams_FilePath_Property_Invalid">
<source>Invalid directory specified by the ScriptingParams.FilePath property.</source>
<target state="translated">ScriptingParams.FilePath 属性指定的目录无效</target>
<note></note>
</trans-unit>
<trans-unit id="ScriptingListObjectsCompleteParams_ConnectionString_Property_Invalid">
<source>Error parsing ScriptingListObjectsCompleteParams.ConnectionString property.</source>
<target state="translated">解析 ScriptingListObjectsCompleteParams.ConnectionString 属性时出错</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterLabelFormatString">
<source>{0} ({1}, {2}, {3})</source>
<target state="translated">{0} ({1}, {2}, {3})</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterNoDefaultLabel">
<source>No default</source>
<target state="translated">无默认值</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputLabel">
<source>Input</source>
<target state="translated">输入</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputOutputLabel">
<source>Input/Output</source>
<target state="translated">输入/输出</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputReadOnlyLabel">
<source>Input/ReadOnly</source>
<target state="translated">输入/只读</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterInputOutputReadOnlyLabel">
<source>Input/Output/ReadOnly</source>
<target state="translated">输入/输出/只读</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_SubroutineParameterDefaultLabel">
<source>Default</source>
<target state="translated">默认值</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_NullColumn_Label">
<source>null</source>
<target state="translated">null</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_NotNullColumn_Label">
<source>not null</source>
<target state="translated">非 null</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UDDTLabelWithType">
<source>{0} ({1}, {2})</source>
<target state="translated">{0} ({1}, {2})</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_UDDTLabelWithoutType">
<source>{0} ({1})</source>
<target state="translated">{0} ({1})</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ComputedColumnLabelWithType">
<source>{0} ({1}Computed, {2}, {3})</source>
<target state="translated">{0} ({1}Computed, {2}, {3})</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ComputedColumnLabelWithoutType">
<source>{0} ({1}Computed)</source>
<target state="translated">{0} ({1}Computed)</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithoutType">
<source>{0} (Column Set, {1})</source>
<target state="translated">{0} (列集,{1})</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithType">
<source>{0} (Column Set, {1}{2}, {3})</source>
<target state="translated">{0} (列集,{1}{2}{3})</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaHierarchy_ColumnSetLabelWithTypeAndKeyString">
<source>{0} (Column Set, {1}, {2}, {3})</source>
<target state="translated">{0} (列集,{1}{2}{3})</target>
<note></note>
</trans-unit>
<trans-unit id="UniqueIndex_LabelPart">
<source>Unique</source>
<target state="translated">唯一</target>
<note></note>
</trans-unit>
<trans-unit id="NonUniqueIndex_LabelPart">
<source>Non-Unique</source>
<target state="translated">非唯一</target>
<note></note>
</trans-unit>
<trans-unit id="ClusteredIndex_LabelPart">
<source>Clustered</source>
<target state="translated">聚集</target>
<note></note>
</trans-unit>
<trans-unit id="NonClusteredIndex_LabelPart">
<source>Non-Clustered</source>
<target state="translated">非聚集</target>
<note></note>
</trans-unit>
<trans-unit id="History_LabelPart">
<source>History</source>
<target state="translated">历史记录</target>
<note></note>
</trans-unit>
<trans-unit id="SystemVersioned_LabelPart">
<source>System-Versioned</source>
<target state="translated">带有系统版本</target>
<note></note>
</trans-unit>
<trans-unit id="DatabaseNotAccessible">
<source>The database {0} is not accessible.</source>
<target state="translated">数据库 {0} 不可访问。</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceResultSetHasNoResults">
<source>Query has no results to return</source>
<target state="translated">无查询结果</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceResultSetTooLarge">
<source>Result set has too many rows to be safely loaded</source>
<target state="translated">结果集包含的行太多,可能无法安全加载</target>
</trans-unit>
<trans-unit id="ConflictWithNoRecovery">
<source>Specifying this option when restoring a backup with the NORECOVERY option is not permitted.</source>
<target state="translated">当使用 NORECOVERY 选项还原备份时,不允许指定此选项。</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidPathForDatabaseFile">
<source>Invalid path for database file: '{0}'</source>
<target state="translated">数据库文件的路径无效:“{0}”</target>
<note></note>
</trans-unit>
<trans-unit id="Log">
<source>Log</source>
<target state="translated">日志</target>
<note></note>
</trans-unit>
<trans-unit id="RestorePlanFailed">
<source>Failed to create restore plan</source>
<target state="translated">创建还原计划失败</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreNotSupported">
<source>Restore database is not supported</source>
<target state="translated">不支持还原数据库</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreTaskName">
<source>Restore Database</source>
<target state="translated">还原数据库</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreCopyOnly">
<source>(Copy Only)</source>
<target state="translated">(仅复制)</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetComponent">
<source>Component</source>
<target state="translated">组件</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetType">
<source>Type</source>
<target state="translated">类型</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetServer">
<source>Server</source>
<target state="translated">服务器</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetDatabase">
<source>Database</source>
<target state="translated">数据库</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetPosition">
<source>Position</source>
<target state="translated">位置</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetFirstLsn">
<source>First LSN</source>
<target state="translated">第一个 LSN</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetLastLsn">
<source>Last LSN</source>
<target state="translated">最后一个 LSN</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetCheckpointLsn">
<source>Checkpoint LSN</source>
<target state="translated">检查点 LSN</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetFullLsn">
<source>Full LSN</source>
<target state="translated">完整 LSN</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetStartDate">
<source>Start Date</source>
<target state="translated">开始日期</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetFinishDate">
<source>Finish Date</source>
<target state="translated">完成日期</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetSize">
<source>Size</source>
<target state="translated">大小</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetUserName">
<source>User Name</source>
<target state="translated">用户名</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetExpiration">
<source>Expiration</source>
<target state="translated">过期</target>
<note></note>
</trans-unit>
<trans-unit id="RestoreBackupSetName">
<source>Name</source>
<target state="translated">名称</target>
<note></note>
</trans-unit>
<trans-unit id="TheLastBackupTaken">
<source>The last backup taken ({0})</source>
<target state="translated">上次执行的备份({0})</target>
<note></note>
</trans-unit>
<trans-unit id="BackupTaskName">
<source>Backup Database</source>
<target state="translated">备份数据库</target>
<note></note>
</trans-unit>
<trans-unit id="TaskInProgress">
<source>In progress</source>
<target state="translated">正在进行</target>
<note></note>
</trans-unit>
<trans-unit id="TaskCompleted">
<source>Completed</source>
<target state="translated">已完成</target>
<note></note>
</trans-unit>
<trans-unit id="ScriptTaskName">
<source>scripting</source>
<target state="translated">正在执行脚本操作</target>
<note></note>
</trans-unit>
<trans-unit id="ProfilerConnectionNotFound">
<source>Connection not found</source>
<target state="translated">找不到连接</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSystemDbProfilingError">
<source>Cannot profile Azure system databases</source>
<target state="translated">无法配置 Azure 系统数据库</target>
<note></note>
</trans-unit>
<trans-unit id="BackupPathIsFolderError">
<source>Please provide a file path instead of directory path</source>
<target state="translated">请提供文件路径而不是目录路径</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidBackupPathError">
<source> The provided path is invalid</source>
<target state="translated">提供的路径无效</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidPathError">
<source>Cannot access the specified path on the server: {0}</source>
<target state="translated">无法访问服务器上的指定路径: {0}</target>
<note></note>
</trans-unit>
<trans-unit id="NoBackupsetsToRestore">
<source>No backupset selected to be restored</source>
<target state="translated">未选择用于还原的备份集</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSqlDbEdition">
<source>Azure SQL DB</source>
<target state="translated">Azure SQL DB</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSqlDwEdition">
<source>Azure SQL Data Warehouse</source>
<target state="translated">Azure SQL 数据仓库</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSqlStretchEdition">
<source>Azure SQL Stretch Database</source>
<target state="translated">Azure SQL Stretch Database</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSqlAnalyticsOnDemandEdition">
<source>Azure SQL Analytics on-demand</source>
<target state="translated">按需 Azure SQL Analytics</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataValueTooLarge">
<source>Value {0} is too large to fit in column of type {1}</source>
<target state="translated">值 {0} 太大,无法放入类型为 {1} 的列</target>
<note>.
Parameters: 0 - value (string), 1 - columnType (string) </note>
</trans-unit>
<trans-unit id="EditDataInvalidFormat">
<source>Invalid format for column '{0}', column is defined as {1}</source>
<target state="translated">列 {0} 的格式无效,列被定义为 {1}</target>
<note>.
Parameters: 0 - colName (string), 1 - colType (string) </note>
</trans-unit>
<trans-unit id="SqlScriptFormatterLengthTypeMissingSize">
<source>Column with length is missing size</source>
<target state="translated">有长度属性的列缺失其大小</target>
<note></note>
</trans-unit>
<trans-unit id="SqlScriptFormatterScalarTypeMissingScale">
<source>Scalar column missing scale</source>
<target state="translated">标量列缺失小数位数</target>
<note></note>
</trans-unit>
<trans-unit id="StoredProcedureScriptParameterComment">
<source>-- TODO: Set parameter values here.</source>
<target state="new">-- TODO: Set parameter values here.</target>
<note></note>
</trans-unit>
<trans-unit id="ScriptingGeneralError">
<source>An error occurred while scripting the objects.</source>
<target state="translated">编写对象脚本时出错。</target>
<note></note>
</trans-unit>
<trans-unit id="ScriptingExecuteNotSupportedError">
<source>Scripting as Execute is only supported for Stored Procedures</source>
<target state="translated">仅存储过程支持编写执行脚本</target>
<note></note>
</trans-unit>
<trans-unit id="External_LabelPart">
<source>External</source>
<target state="translated">外部</target>
<note></note>
</trans-unit>
<trans-unit id="FileTable_LabelPart">
<source>File Table</source>
<target state="translated">文件表</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataMultiTableNotSupported">
<source>EditData queries targeting multiple tables are not supported</source>
<target state="translated">不支持针对多个表的 EditData 查询</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataAliasesNotSupported">
<source>EditData queries with aliased columns are not supported</source>
<target state="translated">不支持具有别名列的 EditData 查询</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataExpressionsNotSupported">
<source>EditData queries with aggregate or expression columns are not supported</source>
<target state="translated">不支持具有聚合或表达式列的 EditData 查询</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataDuplicateColumnsNotSupported">
<source>EditData queries with duplicate columns are not supported</source>
<target state="translated">不支持具有重复列的 EditData 查询</target>
<note></note>
</trans-unit>
<trans-unit id="EditDataIncorrectTable">
<source>EditData queries must query the originally targeted table '{0}'</source>
<target state="translated">EditData 查询必须查询最初的目标表 "{0}"</target>
<note>.
Parameters: 0 - tableName (string) </note>
</trans-unit>
<trans-unit id="CategoryLocal">
<source>[Uncategorized (Local)]</source>
<target state="translated">[未分类 (本地)]</target>
<note>job categories</note>
</trans-unit>
<trans-unit id="CategoryFromMsx">
<source>Jobs from MSX</source>
<target state="translated">来自 MSX 的作业</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryMultiServer">
<source>[Uncategorized (Multi-Server)]</source>
<target state="translated">[未分类 (多服务器)]</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryDBMaint">
<source>Database Maintenance</source>
<target state="translated">数据库维护</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryWebAssistant">
<source>Web Assistant</source>
<target state="translated">Web 助手</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryFullText">
<source>Full-Text</source>
<target state="translated">全文</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplDistribution">
<source>REPL-Distribution</source>
<target state="translated">REPL 分布</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplDistributionCleanup">
<source>REPL-Distribution Cleanup</source>
<target state="translated">REPL-分布清理</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplHistoryCleanup">
<source>REPL-History Cleanup</source>
<target state="translated">REPL-历史记录清理</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplLogReader">
<source>REPL-LogReader</source>
<target state="translated">REPL-日志读取器</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplMerge">
<source>REPL-Merge</source>
<target state="translated">REPL-合并</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplSnapShot">
<source>REPL-Snapshot</source>
<target state="translated">REPL-快照</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplCheckup">
<source>REPL-Checkup</source>
<target state="translated">REPL 检查</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplCleanup">
<source>REPL-Subscription Cleanup</source>
<target state="translated">REPL-订阅清理</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplAlert">
<source>REPL-Alert Response</source>
<target state="translated">REPL-警报响应</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplQReader">
<source>REPL-QueueReader</source>
<target state="translated">REPL-队列读取器</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryReplication">
<source>Replication</source>
<target state="translated">复制</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryUncategorized">
<source>[Uncategorized]</source>
<target state="translated">[未分类]</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryLogShipping">
<source>Log Shipping</source>
<target state="translated">日志传送</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryDBEngineTuningAdvisor">
<source>Database Engine Tuning Advisor</source>
<target state="translated">数据库引擎优化顾问</target>
<note></note>
</trans-unit>
<trans-unit id="CategoryDataCollector">
<source>Data Collector</source>
<target state="translated">数据收集器</target>
<note></note>
</trans-unit>
<trans-unit id="JobAlreadyExists">
<source>A job named '{0}' already exists. Enter a unique name for the job.</source>
<target state="translated">名为 "{0}" 的作业已存在。请输入作业的唯一名称。</target>
<note>.
Parameters: 0 - jobName (string) </note>
</trans-unit>
<trans-unit id="JobStepNameCannotBeBlank">
<source>The name of the job step cannot be blank.</source>
<target state="translated">作业步骤的名称不能为空。</target>
<note></note>
</trans-unit>
<trans-unit id="JobStepNameAlreadyExists">
<source>There is already a step named '{0}' for this job. You must specify a different name.</source>
<target state="translated">此作业已有一个名为 "{0}" 的步骤。必须指定其他名称。</target>
<note>.
Parameters: 0 - jobName (string) </note>
</trans-unit>
<trans-unit id="AlertNameCannotBeBlank">
<source>The name of the alert cannot be blank.</source>
<target state="translated">警报名称不能为空。</target>
<note></note>
</trans-unit>
<trans-unit id="CannotCreateNewAlert">
<source>Cannot create new alert.</source>
<target state="translated">无法创建新警报。</target>
<note></note>
</trans-unit>
<trans-unit id="CannotAlterAlert">
<source>Cannot alter alert.</source>
<target state="translated">无法更改警报。</target>
<note></note>
</trans-unit>
<trans-unit id="SysadminAccount">
<source>SQL Server Agent Service Account</source>
<target state="translated">SQL Server 代理服务帐户</target>
<note></note>
</trans-unit>
<trans-unit id="ProxyAccountNotFound">
<source>Proxy account '{0}' does not exist on the server.</source>
<target state="translated">服务器不存在代理帐户 "{0}"。</target>
<note>.
Parameters: 0 - proxyName (string) </note>
</trans-unit>
<trans-unit id="CredentialNoLongerExists">
<source>The object does no longer exist on server.</source>
<target state="translated">该对象在服务器上不再存在。</target>
<note></note>
</trans-unit>
<trans-unit id="UnknownServerType">
<source>Unknown server type '{0}'.</source>
<target state="translated">服务器类型 "{0}" 未知。</target>
<note>.
Parameters: 0 - serverTypeName (string) </note>
</trans-unit>
<trans-unit id="SetOwnerFailed">
<source>The current login does not have permissions to set the database owner to '{0}' The database was created successfully however.</source>
<target state="translated">当前登录不具有将数据库所有者设置为 "{0}" 的权限,但是数据库已成功创建。</target>
<note>.
Parameters: 0 - ownerName (string) </note>
</trans-unit>
<trans-unit id="TargetServerNotSelected">
<source>You must specify the Target Servers on which this multi server job will execute.</source>
<target state="translated">必须指定要在其上执行此多服务器作业的目标服务器。</target>
<note></note>
</trans-unit>
<trans-unit id="UnexpectedRunType">
<source>Unexpected run type.</source>
<target state="translated">意外的运行类型。</target>
<note></note>
</trans-unit>
<trans-unit id="UnknownSizeUnit">
<source>Unknown size unit {0} </source>
<target state="translated">未知大小单位 {0} </target>
<note>.
Parameters: 0 - unit (string) </note>
</trans-unit>
<trans-unit id="SessionNotFound">
<source>Cannot find requested XEvent session</source>
<target state="translated">找不到请求的 XEvent 会话</target>
<note></note>
</trans-unit>
<trans-unit id="StopSessionFailed">
<source>Failed to stop session: {0}</source>
<target state="translated">停止会话失败: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
</trans-unit>
<trans-unit id="StartSessionFailed">
<source>Failed to start session: {0}</source>
<target state="translated">启动会话失败: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
</trans-unit>
<trans-unit id="CreateSessionFailed">
<source>Failed to create session: {0}</source>
<target state="translated">创建会话失败: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
</trans-unit>
<trans-unit id="PauseSessionFailed">
<source>Failed to pause session: {0}</source>
<target state="translated">暂停会话失败: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
</trans-unit>
<trans-unit id="SessionAlreadyExists">
<source>An XEvent session named {0} already exists</source>
<target state="translated">已存在名为 {0} 的 XEvent 会话</target>
<note>.
Parameters: 0 - sessionName (String) </note>
</trans-unit>
<trans-unit id="InvalidScheduleTitle">
<source>Invalid Schedule</source>
<target state="translated">计划无效</target>
<note> Schedule error message</note>
</trans-unit>
<trans-unit id="InvalidWeeklySchedule">
<source>Select at least one day to be part of this weekly schedule.</source>
<target state="translated">至少选择一天作为此每周日程的一部分。</target>
<note></note>
</trans-unit>
<trans-unit id="StartDateGreaterThanEndDate">
<source>The job schedule starting date cannot be greater than the ending date.</source>
<target state="translated">作业计划开始日期不能晚于结束日期。</target>
<note></note>
</trans-unit>
<trans-unit id="StartTimeGreaterThanEndTime">
<source>The job schedule starting time cannot be after the ending time.</source>
<target state="translated">作业计划开始时间不能在结束时间之后。</target>
<note></note>
</trans-unit>
<trans-unit id="EndTimeEqualToStartTime">
<source>The job schedule ending time must be after the starting time.</source>
<target state="translated">作业计划结束时间必须在开始时间之后。</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidStartDate">
<source>Start date must be on or after January 1, 1990.</source>
<target state="translated">开始日期必须在 1990 年 1 月 1 日当天或之后。</target>
<note></note>
</trans-unit>
<trans-unit id="ScheduleNameAlreadyExists">
<source>There is already a schedule named '{0}' for this job. You must specify a different name.</source>
<target state="translated">此作业已有一个名为 "{0}" 的计划。必须指定其他名称。</target>
<note>.
Parameters: 0 - scheduleName (string) </note>
</trans-unit>
<trans-unit id="JobServerIsNotAvailable">
<source>Job server is not available</source>
<target state="translated">作业服务器不可用</target>
<note> Exception thrown when job server is not available</note>
</trans-unit>
<trans-unit id="NeverBackedUp">
<source>Never</source>
<target state="translated">从不</target>
<note></note>
</trans-unit>
<trans-unit id="Error_InvalidDirectoryName">
<source>Path {0} is not a valid directory </source>
<target state="translated">路径 {0} 不是有效的目录 </target>
<note></note>
</trans-unit>
<trans-unit id="Error_ExistingDirectoryName">
<source>For directory {0} a file with name {1} already exist</source>
<target state="translated">对于目录 {0},已存在名为 {1} 的文件</target>
<note></note>
</trans-unit>
<trans-unit id="EE_ExecutionInfo_InitializingLoop">
<source>Beginning execution loop</source>
<target state="translated">开始执行循环</target>
<note></note>
</trans-unit>
<trans-unit id="EE_BatchExecutionError_Ignoring">
<source>An error occurred while the batch was being executed, but the error has been ignored.</source>
<target state="translated">执行批处理时出错,但已忽略该错误。</target>
<note></note>
</trans-unit>
<trans-unit id="EE_ExecutionInfo_FinalizingLoop">
<source>Batch execution completed {0} times...</source>
<target state="translated">已执行完 {0} 次批处理…</target>
<note></note>
</trans-unit>
<trans-unit id="BatchParserWrapperExecutionError">
<source>Batch parser wrapper execution: {0} found... at line {1}: {2} Description: {3}</source>
<target state="translated">批处理分析器包装执行: 在第 {1} 行处发现 {0}: {2} 说明: {3}</target>
<note></note>
</trans-unit>
<trans-unit id="ExtractInvalidVersion">
<source>Invalid version '{0}' passed. Version must be in the format x.x.x.x where x is a number.</source>
<target state="translated">传递的版本 "{0}" 无效。版本必须采用 x.x.x.x 格式,其中 x 是数字。</target>
<note></note>
</trans-unit>
<trans-unit id="ExportBacpacTaskName">
<source>Export bacpac</source>
<target state="translated">导出 BACPAC</target>
<note></note>
</trans-unit>
<trans-unit id="ImportBacpacTaskName">
<source>Import bacpac</source>
<target state="translated">导入 BACPAC</target>
<note></note>
</trans-unit>
<trans-unit id="ExtractDacpacTaskName">
<source>Extract dacpac</source>
<target state="translated">提取 DACPAC</target>
<note></note>
</trans-unit>
<trans-unit id="DeployDacpacTaskName">
<source>Deploy dacpac</source>
<target state="translated">部署 DACPAC</target>
<note></note>
</trans-unit>
<trans-unit id="GenerateScriptTaskName">
<source>Generate script</source>
<target state="translated">生成脚本</target>
<note></note>
</trans-unit>
<trans-unit id="PublishChangesTaskName">
<source>Apply schema compare changes</source>
<target state="translated">应用架构比较更改</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaCompareExcludeIncludeNodeNotFound">
<source>Failed to find the specified change in the model</source>
<target state="translated">在模型中找不到指定的更改</target>
<note></note>
</trans-unit>
<trans-unit id="OpenScmpConnectionBasedModelParsingError">
<source>Error encountered while trying to parse connection information for endpoint '{0}' with error message '{1}'</source>
<target state="translated">尝试分析终结点 "{0}" 的连接信息时遇到错误,错误消息为“{1}”</target>
<note></note>
</trans-unit>
<trans-unit id="SchemaCompareSessionNotFound">
<source>Could not find the schema compare session to cancel</source>
<target state="translated">找不到要取消的模式比较会话</target>
<note></note>
</trans-unit>
<trans-unit id="SerializationServiceUnsupportedFormat">
<source>Unsupported Save Format: {0}</source>
<target state="translated">不支持的保存格式: {0}</target>
<note>.
Parameters: 0 - formatName (string) </note>
</trans-unit>
<trans-unit id="SerializationServiceRequestInProgress">
<source>A request for file {0} is already in progress</source>
<target state="translated">文件 {0} 的请求已在进行中</target>
<note>.
Parameters: 0 - filePath (string) </note>
</trans-unit>
<trans-unit id="SerializationServiceRequestNotFound">
<source>Cannot serialize more data as no request for file {0} could be found</source>
<target state="translated">无法序列化更多数据,因为找不到对文件 {0} 的请求</target>
<note>.
Parameters: 0 - filePath (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidColumnEncryptionSetting">
<source>Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'.</source>
<target state="translated">ComlumEncryption 的值“{0}”无效。有效值为 "Enabled" 和 "Disabled"。</target>
<note>.
Parameters: 0 - columnEncryptionSetting (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol">
<source>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'.</source>
<target state="translated">EnclaveAttestationProtocol 的值“{0}”无效。有效值为 "AAS" 和 "HGS"。</target>
<note>.
Parameters: 0 - enclaveAttestationProtocol (string) </note>
</trans-unit>
<trans-unit id="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination">
<source>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled.</source>
<target state="translated">证明协议和 Enclave 证明 URL 需要将 Always Encrypted 设置为“启用”。</target>
<note></note>
</trans-unit>
<trans-unit id="SqlCmdExitOnError">
<source>An error was encountered during execution of batch. Exiting.</source>
<target state="translated">在执行批处理期间遇到错误。正在退出。</target>
<note></note>
</trans-unit>
<trans-unit id="SqlCmdUnsupportedToken">
<source>Encountered unsupported token {0}</source>
<target state="translated">遇到不支持的令牌 {0}</target>
<note></note>
</trans-unit>
<trans-unit id="SqlAssessmentGenerateScriptTaskName">
<source>Generate SQL Assessment script</source>
<target state="translated">生成 SQL 评估脚本</target>
<note></note>
</trans-unit>
<trans-unit id="SqlAssessmentQueryInvalidOwnerUri">
<source>Not connected to a server</source>
<target state="translated">未连接到服务器</target>
<note></note>
</trans-unit>
<trans-unit id="SqlAssessmentConnectingError">
<source>Cannot connect to the server</source>
<target state="translated">无法连接到服务器</target>
<note></note>
</trans-unit>
<trans-unit id="SqlAssessmentUnsuppoertedEdition">
<source>Unsupported engine edition {0}</source>
<target state="translated">引擎版本 {0} 不受支持</target>
<note>.
Parameters: 0 - editionCode (int) </note>
</trans-unit>
<trans-unit id="ParameterizationDetails">
<source>{0} will be converted to a Microsoft.Data.SqlClient.SqlParameter object with the following properties: SqlDbType = {1}, Size = {2}, Precision = {3}, Scale = {4}, SqlValue = {5}</source>
<target state="translated">{0} 将转换为具有以下属性的 Microsoft.Data.SqlClient.SqlParameter 对象: SqlDbType = {1}Size = {2}Precision = {3}Scale = {4}SqlValue = {5}</target>
<note>.
Parameters: 0 - variableName (string), 1 - sqlDbType (string), 2 - size (int), 3 - precision (int), 4 - scale (int), 5 - sqlValue (string) </note>
</trans-unit>
<trans-unit id="ErrorMessageHeader">
<source>Line {0}</source>
<target state="translated">第 {0} 行</target>
<note>.
Parameters: 0 - lineNumber (int) </note>
</trans-unit>
<trans-unit id="ErrorMessage">
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType). Literal value: {2} </source>
<target state="translated">无法将 {0} 转换为 Microsoft.Data.SqlClient.SqlParameter 对象。指定的文本无法转换为 {1}(Microsoft.Data.SqlDbType)。文本值: {2}</target>
<note>.
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
</trans-unit>
<trans-unit id="DateTimeErrorMessage">
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as it used an unsupported date/time format. Use one of the supported date/time formats. Literal value: {2}</source>
<target state="translated">无法将 {0} 转换为 Microsoft.Data.SqlClient.SqlParameter 对象。指定的文本无法转换为 {1}(Microsoft.Data.SqlDbType),因为它使用了不受支持的日期/时间格式。请使用受支持的日期/时间格式之一。文本值: {2} </target>
<note>.
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
</trans-unit>
<trans-unit id="BinaryLiteralPrefixMissingError">
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as prefix 0x is expected for a binary literals. Literal value: {2} </source>
<target state="translated">无法将 {0} 转换为 Microsoft.Data.SqlClient.SqlParameter 对象。指定的文本无法转换为 {1}(Microsoft.Data.SqlDbType),因为前缀 0x 应该用于二进制文本。文本值: {2} </target>
<note>.
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
</trans-unit>
<trans-unit id="ParsingErrorHeader">
<source>Line {0}, column {1}</source>
<target state="translated">行 {0},列 {1}</target>
<note>.
Parameters: 0 - lineNumber (int), 1 - columnNumber (int) </note>
</trans-unit>
<trans-unit id="ScriptTooLarge">
<source>The current script is too large for Parameterization for Always Encrypted, please disable Parameterization for Always Encrypted in Query Options (Query &gt; Query Options &gt; Execution &gt; Advanced). Maximum allowable length: {0} characters, Current script length: {1} characters</source>
<target state="translated">当前脚本对 Always Encrypted 参数化来说太大了。请在“查询选项”(“查询”&gt;“查询选项”&gt;“执行”&gt;“高级”)中禁用 Always Encrypted 参数化。允许的最大长度为 {0} 个字符,当前的脚本长度为 {1} 个字符</target>
<note>.
Parameters: 0 - maxChars (int), 1 - currentChars (int) </note>
</trans-unit>
<trans-unit id="ProjectExtractTaskName">
<source>Extract project files</source>
<target state="translated">提取项目文件</target>
<note></note>
</trans-unit>
<trans-unit id="ValidateStreamingJobTaskName">
<source>Validate streaming job</source>
<target state="translated">验证流式处理作业</target>
<note></note>
</trans-unit>
<trans-unit id="StreamNotFoundInModel">
<source>Streaming query statement contains a reference to missing {0} stream '{1}'. You must add it to the database model.</source>
<target state="translated">流式处理查询语句包含对缺少的 {0} 流“{1}”的引用。必须将它添加到数据库模型中。</target>
<note>.
Parameters: 0 - streamType (string), 1 - missingStreamName (string) </note>
</trans-unit>
<trans-unit id="Input">
<source>input</source>
<target state="translated">输入</target>
<note></note>
</trans-unit>
<trans-unit id="Output">
<source>output</source>
<target state="translated">输出</target>
<note></note>
</trans-unit>
<trans-unit id="StreamingJobValidationFailed">
<source>Validation for external streaming job '{0}' failed:</source>
<target state="translated">外部流式处理作业“{0}”的验证失败:</target>
<note>.
Parameters: 0 - jobName (string) </note>
</trans-unit>
<trans-unit id="FragmentShouldHaveOnlyOneBatch">
<source>TSQL fragment should contain exactly one batch.</source>
<target state="translated">TSQL 片段应只包含一个批处理。</target>
<note></note>
</trans-unit>
<trans-unit id="NoCreateStreamingJobStatementFound">
<source>No External Streaming Job creation TSQL found (EXEC sp_create_streaming_job statement).</source>
<target state="translated">找不到外部流式处理作业创建 TSQL (EXEC sp_create_streaming_job 语句)。</target>
<note></note>
</trans-unit>
<trans-unit id="CouldntFindAzureFunction">
<source>Couldn't find Azure function with FunctionName '{0}' in {1}</source>
<target state="translated">无法在 {1} 中找到 FunctionName 为 "{0}" 的 Azure 函数</target>
<note>.
Parameters: 0 - functionName (string), 1 - fileName (string) </note>
</trans-unit>
<trans-unit id="MoreThanOneAzureFunctionWithName">
<source>More than one Azure function found with the FunctionName '{0}' in {1}</source>
<target state="translated">已在 {1} 中找到多个 FunctionName 为 "{0}" 的 Azure 函数</target>
<note>.
Parameters: 0 - functionName (string), 1 - fileName (string) </note>
</trans-unit>
<trans-unit id="SqlBindingsNet5NotSupported">
<source>Adding SQL bindings is not supported for .NET 5</source>
<target state="translated">.NET 5 不支持添加 SQL 绑定</target>
<note></note>
</trans-unit>
<trans-unit id="Statement">
<source>Statement</source>
<target state="translated">语句</target>
<note> Statement</note>
</trans-unit>
<trans-unit id="StatementDesc">
<source>In most cases, contains the text of the Transact-SQL statement. For rows of type PLAN_ROW, contains a description of the operation.</source>
<target state="translated">在大多数情况下包含 Transact-SQL 语句的文本。对于 PLAN_ROW 类型的行,则包含操作说明。</target>
<note> Statement description</note>
</trans-unit>
<trans-unit id="PhysicalOperation">
<source>Physical Operation</source>
<target state="translated">物理运算</target>
<note> Physical Operation</note>
</trans-unit>
<trans-unit id="PhysicalOperationDesc">
<source>Physical implementation algorithm for the node. For rows of type PLAN_ROWS only.</source>
<target state="translated">此节点的物理实现算法。仅适用于 PLAN_ROWS 类型的行。</target>
<note> Physical Operation description</note>
</trans-unit>
<trans-unit id="LogicalOperation">
<source>Logical Operation</source>
<target state="translated">逻辑操作</target>
<note> Logical Operation</note>
</trans-unit>
<trans-unit id="LogicalOperationDesc">
<source>Relational algebraic operator this node represents. For rows of type PLAN_ROWS only.</source>
<target state="translated">此节点代表的关系代数运算符。仅适用于 PLAN_ROWS 类型的行。</target>
<note> Logical Operation description</note>
</trans-unit>
<trans-unit id="OperationDescriptionShort">
<source>Description</source>
<target state="translated">描述</target>
<note> Operation description. Short</note>
</trans-unit>
<trans-unit id="OperationDescription">
<source>Operation description.</source>
<target state="translated">操作说明。</target>
<note> Operation description</note>
</trans-unit>
<trans-unit id="OperationArgumentShort">
<source>Argument</source>
<target state="translated">参数</target>
<note> Operation Argument. Short</note>
</trans-unit>
<trans-unit id="OperationArgumentDescription">
<source>Provides supplemental information about the operation being performed. The contents of this column depend on the physical operator.</source>
<target state="translated">提供有关正在执行的操作的补充信息。此列的内容取决于物理运算符。</target>
<note> Operation Argument description</note>
</trans-unit>
<trans-unit id="ObjectShort">
<source>Object</source>
<target state="translated">对象</target>
<note> Object field</note>
</trans-unit>
<trans-unit id="ObjectDescription">
<source>Object.</source>
<target state="translated">对象。</target>
<note> Object field description</note>
</trans-unit>
<trans-unit id="IndexKind">
<source>Index Kind</source>
<target state="translated">索引种类</target>
<note> IndexKind field</note>
</trans-unit>
<trans-unit id="IndexKindDescription">
<source>Type of index for the referenced object.</source>
<target state="translated">被引用对象的索引的类型。</target>
<note> IndexKind field description</note>
</trans-unit>
<trans-unit id="DefinedValues">
<source>Defined Values</source>
<target state="translated">定义的值</target>
<note> Defined Values</note>
</trans-unit>
<trans-unit id="DefinedValuesDescription">
<source>Contains a comma-separated list of values introduced by this operator, which may be computed expressions present in the current query, or internal values introduced by the query processor in order to process this query. For rows of type PLAN_ROWS only.</source>
<target state="translated">包含以逗号分隔的值列表,这些值是此运算符(它可能是当前查询中存在的经过计算的表达式)引入的,也可能是查询处理器为处理此查询而引入的内部值。仅适用于 PLAN_ROWS 类型的行。</target>
<note> Defined Values description</note>
</trans-unit>
<trans-unit id="OutputList">
<source>Output List</source>
<target state="translated">输出列表</target>
<note> Output List</note>
</trans-unit>
<trans-unit id="OutputListDescription">
<source>Contains a comma-separated list of columns being projected by the current operation.</source>
<target state="translated">包含当前操作正在提取的列的列表,此列表以逗号分隔。</target>
<note> Output List</note>
</trans-unit>
<trans-unit id="Warnings">
<source>Warnings</source>
<target state="translated">警告</target>
<note> Warnings</note>
</trans-unit>
<trans-unit id="WarningsDescription">
<source>Contains a comma-separated list of warning messages relating to the current operation. Warning messages may include the string 'NO STATS:()' with a list of columns.</source>
<target state="translated">包含一个以逗号分隔的列表,其中列出与当前操作相关的警告消息。警告消息中可能包含字符串 "NO STATS:()" 和列列表。</target>
<note> Warnings description</note>
</trans-unit>
<trans-unit id="Parallel">
<source>Parallel</source>
<target state="translated">并行</target>
<note> Parallel</note>
</trans-unit>
<trans-unit id="ParallelDescription">
<source>Whether the operator is running in parallel.</source>
<target state="translated">运算符是否以并行方式运行。</target>
<note> Parallel description</note>
</trans-unit>
<trans-unit id="EstimatedNumberOfRowsPerExecution">
<source>Estimated Number of Rows Per Execution</source>
<target state="translated">每个执行的估计行数</target>
<note> Estimated Number of Rows Per Execution</note>
</trans-unit>
<trans-unit id="EstimatedNumberOfRowsPerExecutionDescription">
<source>Estimated number of rows per execution output by this operator. This is for PLAN_ROWS only.</source>
<target state="translated">此运算符输出的每个执行的估计行数。这只针对 PLAN_ROWS。</target>
<note> Estimated Number of Rows Per Execution description</note>
</trans-unit>
<trans-unit id="EstimatedNumberOfRowsForAllExecutions">
<source>Estimated Number of Rows for All Executions</source>
<target state="translated">所有执行的估计行数</target>
<note> Estimated Number of Rows for All Executions</note>
</trans-unit>
<trans-unit id="EstimatedNumberOfRowsForAllExecutionsDescription">
<source>Estimated number of rows for all executions output by this operator. This is for PLAN_ROWS only.</source>
<target state="translated">此运算符输出的所有执行的估计行数。这只针对 PLAN_ROWS。</target>
<note> Estimated Number of Rows for All Executions description</note>
</trans-unit>
<trans-unit id="EstimatedRowsRead">
<source>Estimated Number of Rows to be Read</source>
<target state="translated">要读取的预计行数</target>
<note> Estimated Rows Read</note>
</trans-unit>
<trans-unit id="EstimatedRowsReadDescription">
<source>Number of rows estimated to be read by this operator. This value may differ from "Estimated Number of Rows for All Executions" if the operator has a predicate.</source>
<target state="translated">此运算符要读取的估计行数。如果运算符具有谓词,此值可能与“所有执行的估计行数”不同。</target>
<note> Estimated Rows Read description</note>
</trans-unit>
<trans-unit id="IsGraphDBTransitiveClosure">
<source>Is GraphDB Transitive Closure</source>
<target state="translated">是 GraphDB 可传递闭包</target>
<note> GraphDB Transitive Closure</note>
</trans-unit>
<trans-unit id="IsGraphDBTransitiveClosureDescription">
<source>Whether the sequence represents a GraphDB transitive closure.</source>
<target state="translated">序列是否表示 GraphDB 可传递闭包。</target>
<note> GraphDB Transitive Closure Description</note>
</trans-unit>
<trans-unit id="IsInterleavedExecuted">
<source>IsInterleavedExecuted</source>
<target state="translated">IsInterleavedExecuted</target>
<note> Interleaved Executed</note>
</trans-unit>
<trans-unit id="IsInterleavedExecutedDescription">
<source>Whether the operator is interleaved executed.</source>
<target state="translated">运算符是否交错执行。</target>
<note> Interleaved Executed Description</note>
</trans-unit>
<trans-unit id="IsAdaptive">
<source>Is Adaptive</source>
<target state="translated">是自适应的</target>
<note> Is Adaptive</note>
</trans-unit>
<trans-unit id="IsAdaptiveDescription">
<source>Whether the operator is adaptive.</source>
<target state="translated">运算符是否自适应。</target>
<note> Is Adaptive description</note>
</trans-unit>
<trans-unit id="AdaptiveThresholdRows">
<source>Adaptive Threshold Rows</source>
<target state="translated">自适应阈值行</target>
<note> Adaptive Threshold Rows</note>
</trans-unit>
<trans-unit id="AdaptiveThresholdRowsDescription">
<source>If this is an adaptive operator, the cardinality at which it adapts.</source>
<target state="translated">这是否是基数所采用的自适应运算符。</target>
<note> Adaptive Threshold Rows description</note>
</trans-unit>
<trans-unit id="EstimatedJoinType">
<source>Estimated Join Type</source>
<target state="translated">估计的联接类型</target>
<note> Estimated Join Type</note>
</trans-unit>
<trans-unit id="EstimatedJoinTypeDescription">
<source>The join type (nested loops or hash join) estimated by the query optimizer before adapting.</source>
<target state="translated">适应前由查询优化器估计的联接类型(嵌套循环或哈希联接)。</target>
<note> Estimated Join Type description</note>
</trans-unit>
<trans-unit id="ActualJoinType">
<source>Actual Join Type</source>
<target state="translated">实际联接类型</target>
<note> Actual Join Type</note>
</trans-unit>
<trans-unit id="ActualJoinTypeDescription">
<source>The actual join picked (nested loops or hash join) as part of adaptive join execution.</source>
<target state="translated">选取的实际联接(嵌套循环或哈希联接)作为自适应联接执行的一部分.</target>
<note> Actual Join Type Description</note>
</trans-unit>
<trans-unit id="EstimatedRowSize">
<source>Estimated Row Size</source>
<target state="translated">估计的行大小</target>
<note> Estimated Row Size</note>
</trans-unit>
<trans-unit id="EstimatedRowSizeDescription">
<source>Estimated average row size of the row being passed through this operator.</source>
<target state="translated">正通过此运算符传递的行的估计平均大小。</target>
<note> Estimated Row Size description</note>
</trans-unit>
<trans-unit id="EstimatedIoCost">
<source>Estimated I/O Cost</source>
<target state="translated">估计的 I/O 成本</target>
<note> Estimated IO Cost</note>
</trans-unit>
<trans-unit id="EstimatedIoCostDescription">
<source>Estimated I/O cost for this operator. For rows of type PLAN_ROWS only.</source>
<target state="translated">此运算符的 I/O 估计开销。仅适用于 PLAN_ROWS 类型的行。</target>
<note> Estimated IO Cost description</note>
</trans-unit>
<trans-unit id="EstimatedCpuCost">
<source>Estimated CPU Cost</source>
<target state="translated">估计的 CPU 成本</target>
<note> Estimated CPU Cost</note>
</trans-unit>
<trans-unit id="EstimatedCpuCostDescription">
<source>Estimated CPU cost for this operator. For rows of type PLAN_ROWS only.</source>
<target state="translated">此运算符的 CPU 估计开销。仅适用于 PLAN_ROWS 类型的行。</target>
<note> Estimated CPU Cost description</note>
</trans-unit>
<trans-unit id="EstimatedNumberOfExecutions">
<source>Estimated Number of Executions</source>
<target state="translated">估计执行次数</target>
<note> Estimated Number of Executions</note>
</trans-unit>
<trans-unit id="EstimatedNumberOfExecutionsDescription">
<source>Estimated number of times this operator will be executed while running the current query.</source>
<target state="translated">估计在运行当前查询的过程中要执行此运算符的次数。</target>
<note> Estimated Number of Executions description</note>
</trans-unit>
<trans-unit id="EstimatedOperatorCost">
<source>Estimated Operator Cost</source>
<target state="translated">估计的运算符成本</target>
<note> Show plan node property name</note>
</trans-unit>
<trans-unit id="EstimatedOperatorCostDescription">
<source>Estimated cost of this operator.</source>
<target state="translated">此运算符的估计开销。</target>
<note> Estimated Costs description</note>
</trans-unit>
<trans-unit id="EstimatedSubtreeCost">
<source>Estimated Subtree Cost</source>
<target state="translated">估计子树成本</target>
<note> Estimated Subtree Cost</note>
</trans-unit>
<trans-unit id="EstimatedSubtreeCostDescription">
<source>Estimated cumulative cost of this operation and all child operations.</source>
<target state="translated">此操作及所有子操作的估计累积开销。</target>
<note> Estimated Subtree Cost description</note>
</trans-unit>
<trans-unit id="NumberOfRows">
<source>Actual Number of Rows for All Executions</source>
<target state="translated">所有执行的实际行数</target>
<note> Number of Rows</note>
</trans-unit>
<trans-unit id="NumberOfRowsDescription">
<source>Actual number of rows for All Executions output by this operator. For rows of type PLAN_ROWS only.</source>
<target state="translated">此运算符输出的所有执行的实际行数。只针对 PLAN_ROWS 类型的行。</target>
<note> Number of Rows description</note>
</trans-unit>
<trans-unit id="ActualRowsRead">
<source>Number of Rows Read</source>
<target state="translated">读取的行数</target>
<note> Number of Rows Read by a Rowset (Table or Index)</note>
</trans-unit>
<trans-unit id="ActualRowsReadDescription">
<source>Number of rows read from a table or an index prior to applying a predicate filter. For rows of type PLAN_ROWS only.</source>
<target state="translated">在引用谓词筛选器之前,从表或索引读取的行数。仅适用于类型 PLAN_ROWS 的行。</target>
<note> Number of Rows Read by a Rowset (Table or Index) Description</note>
</trans-unit>
<trans-unit id="NumberOfBatches">
<source>Actual Number of Batches</source>
<target state="translated">Actual Number of Batches</target>
<note> Number of Batches</note>
</trans-unit>
<trans-unit id="NumberOfBatchesDescription">
<source>Actual number of Batches output by this operator.</source>
<target state="translated">通过此运算符输出的实际批处理数。</target>
<note> Number of Batches description</note>
</trans-unit>
<trans-unit id="NumberOfExecutions">
<source>Number of Executions</source>
<target state="translated">Number of Executions</target>
<note> Number of Executions</note>
</trans-unit>
<trans-unit id="NumberOfExecutionsDescription">
<source>Number of times this operator will be executed while running the current query.</source>
<target state="translated">在运行当前查询的过程中要执行此运算符的次数。</target>
<note> Number of Executions description</note>
</trans-unit>
<trans-unit id="EstimatedDataSize">
<source>Estimated Data Size</source>
<target state="translated">估计的数据大小</target>
<note> Estimated Data Size</note>
</trans-unit>
<trans-unit id="EstimatedDataSizeDescription">
<source>Estimated data size of the data being passed through this operator.</source>
<target state="translated">正通过此运算符传递的数据的估计大小。</target>
<note> Estimated Data Size description</note>
</trans-unit>
<trans-unit id="ParameterList">
<source>Parameter List</source>
<target state="translated">Parameter List</target>
<note> Show plan's simple root node property</note>
</trans-unit>
<trans-unit id="ParameterListDescription">
<source>Parameter list.</source>
<target state="translated">参数列表。</target>
<note> Show plan's simple root node property description</note>
</trans-unit>
<trans-unit id="MemoryFractions">
<source>Memory Fractions</source>
<target state="translated">Memory Fractions</target>
<note> Show plan's simple root node property</note>
</trans-unit>
<trans-unit id="MemoryFractionsDescription">
<source>Memory fractions.</source>
<target state="translated">内存片段。</target>
<note> Show plan's simple root node property description</note>
</trans-unit>
<trans-unit id="MemoryFractionsInput">
<source>Memory Fractions Input</source>
<target state="translated">Memory Fractions Input</target>
<note> Show plan's simple root node property</note>
</trans-unit>
<trans-unit id="MemoryFractionsInputDescription">
<source>Memory fractions input.</source>
<target state="translated">内存片段输入。</target>
<note> Show plan's simple root node property description</note>
</trans-unit>
<trans-unit id="MemoryFractionsOutput">
<source>Memory Fractions Output</source>
<target state="translated">Memory Fractions Output</target>
<note> Show plan's simple root node property</note>
</trans-unit>
<trans-unit id="MemoryFractionsOutputDescription">
<source>Memory fractions output.</source>
<target state="translated">内存片段输出。</target>
<note> Show plan's simple root node property description</note>
</trans-unit>
<trans-unit id="UdxName">
<source>Name</source>
<target state="translated">名称</target>
<note> Show plan's UDX node property</note>
</trans-unit>
<trans-unit id="UdxNameDescription">
<source>Name.</source>
<target state="translated">名称。</target>
<note> Show plan's UDX node property description</note>
</trans-unit>
<trans-unit id="Values">
<source>Values</source>
<target state="translated"></target>
<note> Show plan's ConstantScan node property</note>
</trans-unit>
<trans-unit id="ValuesDescription">
<source>Values.</source>
<target state="translated">值。</target>
<note> Show plan's ConstantScan node property description</note>
</trans-unit>
<trans-unit id="CachedPlanSize">
<source>Cached plan size</source>
<target state="translated">Cached plan size</target>
<note> CachedPlanSize property</note>
</trans-unit>
<trans-unit id="CachedPlanSizeDescription">
<source>Cached plan size.</source>
<target state="translated">缓存的计划大小。</target>
<note> Description for CachedPlanSize property</note>
</trans-unit>
<trans-unit id="UsePlan">
<source>Use plan</source>
<target state="translated">使用计划</target>
<note> UsePlan property</note>
</trans-unit>
<trans-unit id="ContainsInlineScalarTsqlUdfs">
<source>Contains Inline Scalar Tsql Udfs</source>
<target state="translated">包含内联标量 Tsql Udf</target>
<note> InlineScalarTsqlUdf property</note>
</trans-unit>
<trans-unit id="DegreeOfParallelism">
<source>Degree of Parallelism</source>
<target state="translated">并行度</target>
<note> DegreeOfParallelism property</note>
</trans-unit>
<trans-unit id="DegreeOfParallelismDescription">
<source>Degree of parallelism.</source>
<target state="translated">并行度。</target>
<note> Description for DegreeOfParallelism property</note>
</trans-unit>
<trans-unit id="EffectiveDegreeOfParallelism">
<source>Effective Degree of Parallelism</source>
<target state="translated">有效并行度</target>
<note> EffectiveDegreeOfParallelism property</note>
</trans-unit>
<trans-unit id="EffectiveDegreeOfParallelismDescription">
<source>Max degree of parallelism during columnstore index build.</source>
<target state="translated">生成列存储索引过程中的最大并行度。</target>
<note> Description for EffectiveDegreeOfParallelism property</note>
</trans-unit>
<trans-unit id="MemoryGrant">
<source>Memory Grant</source>
<target state="translated">Memory Grant</target>
<note> Root node for show plan property</note>
</trans-unit>
<trans-unit id="MemoryGrantDescription">
<source>Memory grant.</source>
<target state="translated">内存授予。</target>
<note> Description for MemoryGrant property</note>
</trans-unit>
<trans-unit id="RemoteDestination">
<source>Remote Destination</source>
<target state="translated">远程目标</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="RemoteDestinationDescription">
<source>Remote object.</source>
<target state="translated">远程对象。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="RemoteObject">
<source>Remote Object</source>
<target state="translated">远程对象</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="RemoteObjectDescription">
<source>Remote object.</source>
<target state="translated">远程对象。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="RemoteSource">
<source>Remote Source</source>
<target state="translated">远程源</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="RemoteSourceDescription">
<source>Remote source.</source>
<target state="translated">远程源。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="UsedUdxColumns">
<source>Used UDX Columns</source>
<target state="translated">已用的 UDX 列</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="UsedUdxColumnsDescription">
<source>Used UDX columns.</source>
<target state="translated">已用的 UDX 列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="InnerSideJoinColumns">
<source>Inner Side Join columns</source>
<target state="translated">Inner Side Join columns</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="InnerSideJoinColumnsDescription">
<source>Inner side join columns.</source>
<target state="translated">内侧联接列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="OuterSideJoinColumns">
<source>Outer Side Join columns</source>
<target state="translated">Outer Side Join columns</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="OuterSideJoinColumnsDescription">
<source>Outer side join columns.</source>
<target state="translated">外侧联接列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="WhereJoinColumns">
<source>Where (join columns)</source>
<target state="translated">位置(联接列)</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="Residual">
<source>Residual</source>
<target state="translated">残留</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="ResidualDescription">
<source>Residual.</source>
<target state="translated">残留。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="PassThru">
<source>Pass Through</source>
<target state="translated">直通</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="PassThruDescription">
<source>Pass throuh.</source>
<target state="translated">直通。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="ManyToMany">
<source>Many to Many</source>
<target state="translated">Many to Many</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="ManyToManyDescription">
<source>Many to many.</source>
<target state="translated">多对多。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="PartitionColumns">
<source>Partition Columns</source>
<target state="translated">分区列</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="PartitionColumnsDescription">
<source>Partition columns.</source>
<target state="translated">分区列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="Ascending">
<source>Ascending</source>
<target state="translated">升序</target>
<note> Column sort type</note>
</trans-unit>
<trans-unit id="Descending">
<source>Descending</source>
<target state="translated">降序</target>
<note> Column sort type</note>
</trans-unit>
<trans-unit id="HashKeys">
<source>Hash Keys</source>
<target state="translated">哈希键</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="HashKeysDescription">
<source>Hash keys.</source>
<target state="translated">哈希键。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="ProbeColumn">
<source>Probe Column</source>
<target state="translated">探测列</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="ProbeColumnDescription">
<source>Probe column.</source>
<target state="translated">探测列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="PartitioningType">
<source>Partitioning Type</source>
<target state="translated">分区类型</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="PartitioningTypeDescription">
<source>Partitioning type.</source>
<target state="translated">分区类型。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="GroupBy">
<source>Group By</source>
<target state="translated">分组依据</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="GroupByDescription">
<source>Group by.</source>
<target state="translated">分组依据。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="GroupingSets">
<source>Grouping Sets</source>
<target state="translated">分组集</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="GroupingSetsDescription">
<source>The group sets list. Each Value is a reverse bit map for the grouping columns in Group By property.</source>
<target state="translated">组集列表。每个值都是 Group By 属性中分组列的反向位图。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="SegmentColumn">
<source>Segment Column</source>
<target state="translated">Segment Column</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="SegmentColumnDescription">
<source>Segment column.</source>
<target state="translated">段列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="RankColumns">
<source>Rank Columns</source>
<target state="translated">设置列级别</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="RankColumnsDescription">
<source>Rank columns.</source>
<target state="translated">排名列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="Predicate">
<source>Predicate</source>
<target state="translated">谓词</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="PredicateDescription">
<source>Predicate.</source>
<target state="translated">谓词。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="OuterReferences">
<source>Outer References</source>
<target state="translated">Outer References</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="OuterReferencesDescription">
<source>Outer references.</source>
<target state="translated">外部引用。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="ScalarOperator">
<source>Scalar Operator</source>
<target state="translated">标量运算符</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="ActionColumn">
<source>Action Column</source>
<target state="translated">Action Column</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="ActionColumnDescription">
<source>Action column.</source>
<target state="translated">操作列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="OriginalActionColumn">
<source>Original Action Column</source>
<target state="translated">Original Action Column</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="OriginalActionColumnDescription">
<source>Original Action column.</source>
<target state="translated">原始操作列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="Rows">
<source>Top Rows</source>
<target state="translated">排在前面的行</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="RowsDescription">
<source>Top Rows.</source>
<target state="translated">排在前面的行。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="SeekPredicate">
<source>Seek Predicate</source>
<target state="translated">Seek Predicate</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="SeekPredicateDescription">
<source>Seek predicate.</source>
<target state="translated">Seek 谓词。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="Partitioned">
<source>Partitioned</source>
<target state="translated">已分区</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="PartitionedDescription">
<source>Whether the operation is on a partitioned table or index.</source>
<target state="translated">是否对已分区的表或索引执行操作。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="SeekKeys">
<source>Seek Keys</source>
<target state="translated">Seek Keys</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="SeekKeysDescription">
<source>Keys used by a seek operation.</source>
<target state="translated">查找操作所用的键。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="PartitionsAccessed">
<source>Actual Partitions Accessed</source>
<target state="translated">已访问的实际分区</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="PartitionCount">
<source>Actual Partition Count</source>
<target state="translated">实际分区计数</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="TieColumns">
<source>Tie Columns</source>
<target state="translated">绑定列</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="TieColumnsDescription">
<source>Tie columns.</source>
<target state="translated">绑定列。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="IsPercent">
<source>Is Percent</source>
<target state="translated">是百分比</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="IsPercentDescription">
<source>Is percent.</source>
<target state="translated">是百分比。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="WithTies">
<source>With Ties</source>
<target state="translated">带绑定</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="WithTiesDescription">
<source>With ties.</source>
<target state="translated">具有联系。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="PartitionId">
<source>Partition ID</source>
<target state="translated">分区 ID</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="PartitionIdDescription">
<source>Partition ID.</source>
<target state="translated">分区 ID。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="Ordered">
<source>Ordered</source>
<target state="translated">已订购</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="OrderedDescription">
<source>Ordered.</source>
<target state="translated">已排序。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="ScanDirection">
<source>Scan Direction</source>
<target state="translated">扫描方向</target>
<note> ScanDirection property</note>
</trans-unit>
<trans-unit id="ScanDirectionDescription">
<source>Direction of the scan operation as either forward or backward.</source>
<target state="translated">扫描操作的方向(向前或向后)。</target>
<note>ScanDirection property description</note>
</trans-unit>
<trans-unit id="ForcedIndex">
<source>Forced Index</source>
<target state="translated">强制索引</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="ForcedIndexDescription">
<source>Forced index.</source>
<target state="translated">强制索引。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="SetPredicate">
<source>Predicate</source>
<target state="translated">Predicate</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="SetPredicateDescription">
<source>Predicate</source>
<target state="translated">Predicate</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="TopExpression">
<source>Top Expression</source>
<target state="translated">排名靠前的表达式。、</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="TopExpressionDescription">
<source>Top expression.</source>
<target state="translated">排名靠前的表达式。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="HashKeysBuild">
<source>Hash Keys Build</source>
<target state="translated">哈希键生成</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="HashKeysBuildDescription">
<source>Hash keys build.</source>
<target state="translated">哈希键生成。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="HashKeysProbe">
<source>Hash Keys Probe</source>
<target state="translated">哈希键探测</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="HashKeysProbeDescription">
<source>Hash keys probe.</source>
<target state="translated">哈希键探测。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="BuildResidual">
<source>Build Residual</source>
<target state="translated">Build Residual</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="BuildResidualDescription">
<source>Build residual.</source>
<target state="translated">生成残留。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="ProbeResidual">
<source>Probe Residual</source>
<target state="translated">探测残留</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="ProbeResidualDescription">
<source>Probe residual.</source>
<target state="translated">探测残留。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="SeekPredicates">
<source>Seek Predicates</source>
<target state="translated">Seek Predicates</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="SeekPredicatesDescription">
<source>Seek predicates.</source>
<target state="translated">Seek 谓词。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="SetOptions">
<source>Set Options</source>
<target state="translated">Set Options</target>
<note> Set options property in show plan</note>
</trans-unit>
<trans-unit id="SetOptionsDescription">
<source>Set options.</source>
<target state="translated">Set 选项。</target>
<note> Set options property in show plan description</note>
</trans-unit>
<trans-unit id="OptimizationLevel">
<source>Optimization Level</source>
<target state="translated">Optimization Level</target>
<note> Optimization Level property in show plan</note>
</trans-unit>
<trans-unit id="OptimizationLevelDescription">
<source>Optimization level.</source>
<target state="translated">优化级别。</target>
<note> Optimization Level property in show plan description</note>
</trans-unit>
<trans-unit id="StatementOptmEarlyAbortReason">
<source>Reason For Early Termination Of Statement Optimization</source>
<target state="translated">语句优化提前终止的原因</target>
<note> StatementOptmEarlyAbortReason property</note>
</trans-unit>
<trans-unit id="TimeOut">
<source>Time Out</source>
<target state="translated">超时</target>
<note> StatementOptmEarlyAbortReason property value</note>
</trans-unit>
<trans-unit id="MemoryLimitExceeded">
<source>Memory Limit Exceeded</source>
<target state="translated">超过了内存限制</target>
<note> StatementOptmEarlyAbortReason property value</note>
</trans-unit>
<trans-unit id="GoodEnoughPlanFound">
<source>Good Enough Plan Found</source>
<target state="translated">找到足够好的计划</target>
<note> StatementOptmEarlyAbortReason property value</note>
</trans-unit>
<trans-unit id="EstimatedRebinds">
<source>Estimated Rebinds</source>
<target state="translated">估计的重新绑定次数</target>
<note> Estimated Rebinds</note>
</trans-unit>
<trans-unit id="EstimatedRebindsDescription">
<source>Estimated rebinds.</source>
<target state="translated">估计的重新绑定次数。</target>
<note> Estimated Rebinds Description</note>
</trans-unit>
<trans-unit id="EstimatedRewinds">
<source>Estimated Rewinds</source>
<target state="translated">估计的倒回次数</target>
<note> Estimated Rewinds</note>
</trans-unit>
<trans-unit id="EstimatedRewindsDescription">
<source>Estimated rewinds.</source>
<target state="translated">估计的倒回次数。</target>
<note> Estimated Rewinds Description</note>
</trans-unit>
<trans-unit id="ActualLocallyAggregatedRows">
<source>Actual Number of Locally Aggregated Rows</source>
<target state="translated">本地聚合的实际行数</target>
<note> Actual Locally Aggregated Rows</note>
</trans-unit>
<trans-unit id="ActualLocallyAggregatedRowsDescription">
<source>Actual number of locally aggregated rows</source>
<target state="translated">本地聚合的实际行数</target>
<note> Actual Locally Aggregated Rows Description</note>
</trans-unit>
<trans-unit id="ActualRebinds">
<source>Actual Rebinds</source>
<target state="translated">Actual Rebinds</target>
<note> Actual Rebinds</note>
</trans-unit>
<trans-unit id="ActualRebindsDescription">
<source>Actual Rebinds.</source>
<target state="translated">实际重新绑定次数。</target>
<note> Actual Rebinds Description</note>
</trans-unit>
<trans-unit id="ActualRewinds">
<source>Actual Rewinds</source>
<target state="translated">Actual Rewinds</target>
<note> Actual Rewinds</note>
</trans-unit>
<trans-unit id="ActualRewindsDescription">
<source>Actual Rewinds.</source>
<target state="translated">实际重绕次数。</target>
<note> Actual Rewinds Description</note>
</trans-unit>
<trans-unit id="ActualIOStatistics">
<source>Actual I/O Statistics</source>
<target state="translated">实际 I/O 统计信息</target>
<note> Actual I/O Statistics</note>
</trans-unit>
<trans-unit id="ActualIOStatisticsDescription">
<source>Actual I/O Statistics</source>
<target state="translated">实际 I/O 统计信息</target>
<note> Actual I/O Statistics Description</note>
</trans-unit>
<trans-unit id="ActualTimeStatistics">
<source>Actual Time Statistics</source>
<target state="translated">实际时间统计信息</target>
<note> Actual Time Statistics</note>
</trans-unit>
<trans-unit id="ActualTimeStatisticsDescription">
<source>Actual Time Statistics</source>
<target state="translated">实际时间统计信息</target>
<note> Actual Time Statistics Description</note>
</trans-unit>
<trans-unit id="ActualElapsedms">
<source>Actual Elapsed Time (ms)</source>
<target state="translated">实际占用的时间(毫秒)</target>
<note> Actual Elapsed Milliseconds</note>
</trans-unit>
<trans-unit id="ActualElapsedmsDescription">
<source>Actual elapsed time in milliseconds</source>
<target state="translated">实际占用的时间(以毫秒为单位)</target>
<note> Actual Elapsed Milliseconds Description</note>
</trans-unit>
<trans-unit id="ActualCPUms">
<source>Actual Elapsed CPU Time (ms)</source>
<target state="translated">实际占用的 CPU 时间(毫秒)</target>
<note> Actual CPU Time Milliseconds</note>
</trans-unit>
<trans-unit id="ActualCPUmsDescription">
<source>Actual elapsed CPU time in milliseconds</source>
<target state="translated">实际占用的 CPU 时间(以毫秒为单位)</target>
<note> Actual CPU Time Milliseconds Description</note>
</trans-unit>
<trans-unit id="ActualScans">
<source>Actual Scans</source>
<target state="translated">实际扫描次数</target>
<note> Actual Scans</note>
</trans-unit>
<trans-unit id="ActualScansDescription">
<source>Actual Scans</source>
<target state="translated">实际扫描次数</target>
<note> Actual Scans Description</note>
</trans-unit>
<trans-unit id="ActualLogicalReads">
<source>Actual Logical Reads</source>
<target state="translated">实际逻辑读取次数</target>
<note> Actual Logical Reads</note>
</trans-unit>
<trans-unit id="ActualLogicalReadsDescription">
<source>Actual Logical Reads</source>
<target state="translated">实际逻辑读取次数</target>
<note> Actual Logical Reads Description</note>
</trans-unit>
<trans-unit id="ActualPhysicalReads">
<source>Actual Physical Reads</source>
<target state="translated">实际物理读取次数</target>
<note> Actual Physical Reads</note>
</trans-unit>
<trans-unit id="ActualPhysicalReadsDescription">
<source>Actual Physical Reads</source>
<target state="translated">实际物理读取次数</target>
<note> Actual Physical Reads Description</note>
</trans-unit>
<trans-unit id="ActualPageServerReads">
<source>Actual Page Server Reads</source>
<target state="translated">实际页服务器读取数</target>
<note> Actual Page Server Reads</note>
</trans-unit>
<trans-unit id="ActualPageServerReadsDescription">
<source>Actual Page Server Reads</source>
<target state="translated">实际页服务器读取数</target>
<note> Actual Page Server Reads Description</note>
</trans-unit>
<trans-unit id="ActualReadAheads">
<source>Actual Read Aheads</source>
<target state="translated">实际 Read Aheads</target>
<note> Actual Read Aheads</note>
</trans-unit>
<trans-unit id="ActualReadAheadsDescription">
<source>Actual Read Aheads</source>
<target state="translated">实际 Read Aheads</target>
<note> Actual Read Aheads Description</note>
</trans-unit>
<trans-unit id="ActualPageServerReadAheads">
<source>Actual Page Server Read Aheads</source>
<target state="translated">实际页服务器预读取数</target>
<note> Actual Page Server Read Aheads</note>
</trans-unit>
<trans-unit id="ActualPageServerReadAheadsDescription">
<source>Actual Page Server Read Aheads</source>
<target state="translated">实际页服务器预读取数</target>
<note> Actual Page Server Read Aheads Description</note>
</trans-unit>
<trans-unit id="ActualLobLogicalReads">
<source>Actual Lob Logical Reads</source>
<target state="translated">实际 Lob 逻辑读取次数</target>
<note> Actual Lob Logical Reads</note>
</trans-unit>
<trans-unit id="ActualLobLogicalReadsDescription">
<source>Actual Lob Logical Reads</source>
<target state="translated">实际 Lob 逻辑读取次数</target>
<note> Actual Lob Logical Reads Description</note>
</trans-unit>
<trans-unit id="ActualLobPhysicalReads">
<source>Actual Lob Physical Reads</source>
<target state="translated">实际 Lob 物理读取次数</target>
<note> Actual Lob Physical Reads</note>
</trans-unit>
<trans-unit id="ActualLobPhysicalReadsDescription">
<source>Actual Lob Physical Reads</source>
<target state="translated">实际 Lob 物理读取次数</target>
<note> Actual Lob Physical Reads Description</note>
</trans-unit>
<trans-unit id="ActualLobPageServerReads">
<source>Actual Lob Page Server Reads</source>
<target state="translated">实际 Lob 页服务器读取数</target>
<note> Actual Lob Page Server Reads</note>
</trans-unit>
<trans-unit id="ActualLobPageServerReadsDescription">
<source>Actual Lob Page Server Reads</source>
<target state="translated">实际 Lob 页服务器读取数</target>
<note> Actual Lob Page Server Reads Description</note>
</trans-unit>
<trans-unit id="ActualLobReadAheads">
<source>Actual Lob Read Aheads</source>
<target state="translated">实际 Lob Read Aheads</target>
<note> Actual Lob Read Aheads</note>
</trans-unit>
<trans-unit id="ActualLobReadAheadsDescription">
<source>Actual Lob Read Aheads</source>
<target state="translated">实际 Lob Read Aheads</target>
<note> Actual Lob Read Aheads Description</note>
</trans-unit>
<trans-unit id="ActualLobPageServerReadAheads">
<source>Actual Lob Page Server Read Aheads</source>
<target state="translated">实际 Lob 页服务器预读取数</target>
<note> Actual Lob Page Server Read Aheads</note>
</trans-unit>
<trans-unit id="ActualLobPageServerReadAheadsDescription">
<source>Actual Lob Page Server Read Aheads</source>
<target state="translated">实际 Lob 页服务器预读取数</target>
<note> Actual Lob Page Server Read Aheads Description</note>
</trans-unit>
<trans-unit id="ActualMemoryGrantStats">
<source>Memory Usage</source>
<target state="translated">内存使用量</target>
<note> ActualMemoryGrantStats</note>
</trans-unit>
<trans-unit id="HpcRowCount">
<source>Hpc Row Count</source>
<target state="translated">HPC 行计数</target>
<note> Hpc Row Count</note>
</trans-unit>
<trans-unit id="HpcRowCountDescription">
<source>Number of rows processed by Hpc devices.</source>
<target state="translated">HPC 设备处理的行数。</target>
<note> Hpc Row Count Description</note>
</trans-unit>
<trans-unit id="HpcKernelElapsedUs">
<source>Hpc Kernel Elapsed Time in Us</source>
<target state="translated">HPC 内核运行时间(以微秒为单位)</target>
<note> Hpc Kernel Elapsed Us</note>
</trans-unit>
<trans-unit id="HpcKernelElapsedUsDescription">
<source>Elapsed time (in micro seconds) of Hpc device kernel execution.</source>
<target state="translated">HPC 设备的内核运行时间(以微秒为单位)。</target>
<note> Hpc Kernel Elapsed Us Description</note>
</trans-unit>
<trans-unit id="HpcHostToDeviceBytes">
<source>Hpc Host To Device Bytes</source>
<target state="translated">HPC 主机到设备字节数</target>
<note> Hpc Host To Device Bytes</note>
</trans-unit>
<trans-unit id="HpcHostToDeviceBytesDescription">
<source>Data transferred from host to Hpc device in bytes.</source>
<target state="translated">从主机传输到 HPC 设备的数据(以字节为单位)。</target>
<note> Hpc Host To Device Bytes Description</note>
</trans-unit>
<trans-unit id="HpcDeviceToHostBytes">
<source>Hpc Device To Host Bytes</source>
<target state="translated">HPC 设备到主机字节数</target>
<note> Hpc Device To Host Bytes</note>
</trans-unit>
<trans-unit id="HpcDeviceToHostBytesDescription">
<source>Data transferred from Hpc device to host in bytes.</source>
<target state="translated">从 HPC 设备传输到主机的数据(以字节为单位)。</target>
<note> Hpc Device To Host Bytes Description</note>
</trans-unit>
<trans-unit id="InputMemoryGrant">
<source>Input Memory</source>
<target state="translated">输入内存</target>
<note> InputMemoryGrant</note>
</trans-unit>
<trans-unit id="OutputMemoryGrant">
<source>Output Memory</source>
<target state="translated">输出内存</target>
<note> OutputMemoryGrant</note>
</trans-unit>
<trans-unit id="UsedMemoryGrant">
<source>Used Memory</source>
<target state="translated">已使用的内存</target>
<note> UsedMemoryGrant</note>
</trans-unit>
<trans-unit id="Distinct">
<source>Distinct</source>
<target state="translated">非重复</target>
<note> Distinct</note>
</trans-unit>
<trans-unit id="DistinctDescription">
<source>Distinct.</source>
<target state="translated">不重复。</target>
<note> Distinct description</note>
</trans-unit>
<trans-unit id="OrderBy">
<source>Order By</source>
<target state="translated">Order By</target>
<note> OrderBy</note>
</trans-unit>
<trans-unit id="OrderByDescription">
<source>Order by.</source>
<target state="translated">排序依据。</target>
<note> OrderBy description</note>
</trans-unit>
<trans-unit id="SpillOccurredDisplayString">
<source>Operator used tempdb to spill data during execution</source>
<target state="translated">运算符在执行期间使用 tempdb 溢写数据</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnsWithNoStatistics">
<source>Columns With No Statistics</source>
<target state="translated">Columns With No Statistics</target>
<note> ColumnsWithNoStatistics property</note>
</trans-unit>
<trans-unit id="ColumnsWithNoStatisticsDescription">
<source>Columns with no statistics warning.</source>
<target state="translated">“没有统计信息的列”警告。</target>
<note> ColumnsWithNoStatistics property description</note>
</trans-unit>
<trans-unit id="NoJoinPredicate">
<source>No Join Predicate</source>
<target state="translated">没有联接谓词</target>
<note> NoJoinPredicate property</note>
</trans-unit>
<trans-unit id="NoJoinPredicateDescription">
<source>No Join predicate warning.</source>
<target state="translated">“无联接谓词”警告。</target>
<note> NoJoinPredicate property description</note>
</trans-unit>
<trans-unit id="SpillToTempDbOld">
<source>Operator used tempdb to spill data during execution with spill level {0}</source>
<target state="translated">运算符在执行期间使用 tempdb 溢写数据,溢写级别为 {0}</target>
<note> SpillToTempDbOld property</note>
</trans-unit>
<trans-unit id="SpillToTempDb">
<source>Operator used tempdb to spill data during execution with spill level {0} and {1} spilled thread(s)</source>
<target state="translated">运算符在执行期间使用 tempdb 溢写数据,溢写级别为 {0},并包含 {1} 个溢写的线程</target>
<note> SpillToTempDb property</note>
</trans-unit>
<trans-unit id="SpillToTempDbDescription">
<source>Spill to tempdb warning.</source>
<target state="translated">溢写到 tempdb 警告。</target>
<note> SpillToTempDb property description</note>
</trans-unit>
<trans-unit id="SortSpillDetails">
<source>Sort wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB</source>
<target state="translated">对写入到 tempdb 的 {0} 个页面以及从 tempdb 读取的 {1} 个页面进行排序,其中授予的内存为 {2}KB使用的内存为 {3}KB</target>
<note> SortSpillDetails property</note>
</trans-unit>
<trans-unit id="SortSpillDetailsDescription">
<source>Details of sort spill</source>
<target state="translated">排序溢写详细信息</target>
<note> SortSpillDetails property description</note>
</trans-unit>
<trans-unit id="HashSpillDetails">
<source>Hash wrote {0} pages to and read {1} pages from tempdb with granted memory {2}KB and used memory {3}KB</source>
<target state="translated">对写入到 tempdb 的 {0} 个页面以及从 tempdb 读取的 {1} 个页面进行哈希处理,其中授予的内存为 {2}KB使用的内存为 {3}KB</target>
<note> HashSpillDetails property</note>
</trans-unit>
<trans-unit id="HashSpillDetailsDescription">
<source>Details of hash spill</source>
<target state="translated">哈希溢写详细信息</target>
<note> HahSpillDetails property description</note>
</trans-unit>
<trans-unit id="FullUpdateForOnlineIndexBuild">
<source>A partial update was converted to a full update because of an online index build</source>
<target state="translated">由于联机索引生成,部分更新已转换为完全更新</target>
<note> FullUpdateForOnlineIndexBuild property</note>
</trans-unit>
<trans-unit id="FullUpdateForOnlineIndexBuildDescription">
<source>Full update for online index build warning</source>
<target state="translated">针对联机索引生成的完全更新的警告</target>
<note> FullUpdateForOnlineIndexBuild property description</note>
</trans-unit>
<trans-unit id="Wait">
<source>The query had to wait {0} seconds for {1} during execution</source>
<target state="translated">在执行期间,查询必须等待 {1} {0} 秒</target>
<note> Wait property</note>
</trans-unit>
<trans-unit id="WaitDescription">
<source>Query wait warning.</source>
<target state="translated">查询等待警告。</target>
<note> Wait property description</note>
</trans-unit>
<trans-unit id="PlanAffectingConvert">
<source>Type conversion in expression ({0}) may affect "{1}" in query plan choice</source>
<target state="translated">表达式({0})中的类型转换可能会影响查询计划选择中的“{1}”</target>
<note> PlanAffectingConvert property</note>
</trans-unit>
<trans-unit id="PlanAffectingConvertDescription">
<source>Plan-affecting type conversion warning.</source>
<target state="translated">影响计划的类型转换警告。</target>
<note> PlanAffectingConvert property description</note>
</trans-unit>
<trans-unit id="MemoryGrantWarning">
<source>The query memory grant detected "{0}", which may impact the reliability. Grant size: Initial {1} KB, Final {2} KB, Used {3} KB.</source>
<target state="translated">查询内存授予检测到“{0}”,这可能会影响可靠性。授予大小: 初始大小 {1} KB最终大小 {2} KB已使用 {3} KB。</target>
<note> MemoryGrantWarning property</note>
</trans-unit>
<trans-unit id="MemoryGrantWarningDescription">
<source>Details on memory grant warning</source>
<target state="translated">内存授予警告详细信息</target>
<note>MemoryGrantWarning property description</note>
</trans-unit>
<trans-unit id="StartupExpression">
<source>Startup Expression</source>
<target state="translated">启动表达式</target>
<note> StartupExpression property</note>
</trans-unit>
<trans-unit id="StartupExpressionDescription">
<source>Whether a filter startup expression is used.</source>
<target state="translated">是否使用筛选器启动表达式。</target>
<note> StartupExpression property description</note>
</trans-unit>
<trans-unit id="StartupExpressionPredicate">
<source>Startup Expression Predicate</source>
<target state="translated">启动表达式谓词</target>
<note> StartupExpressionPredicate property</note>
</trans-unit>
<trans-unit id="Query">
<source>Query</source>
<target state="translated">查询</target>
<note> Query property</note>
</trans-unit>
<trans-unit id="Stack">
<source>With Stack</source>
<target state="translated">使用堆栈</target>
<note> Stack property</note>
</trans-unit>
<trans-unit id="RowCount">
<source>Is Row Count</source>
<target state="translated">是行计数</target>
<note> RowCount property</note>
</trans-unit>
<trans-unit id="Optimized">
<source>Optimized</source>
<target state="translated">已优化</target>
<note> Optimized property</note>
</trans-unit>
<trans-unit id="WithPrefetch">
<source>With Prefetch</source>
<target state="translated">使用预提取</target>
<note> WithPrefetch property</note>
</trans-unit>
<trans-unit id="Prefix">
<source>Prefix</source>
<target state="translated">前缀</target>
<note> Prefix property</note>
</trans-unit>
<trans-unit id="StartRange">
<source>Start</source>
<target state="translated">开始</target>
<note> StartRange property</note>
</trans-unit>
<trans-unit id="StartRangeDescription">
<source>Start of the range.</source>
<target state="translated">范围起始。</target>
<note> StartRange property description</note>
</trans-unit>
<trans-unit id="EndRange">
<source>End</source>
<target state="translated">结束</target>
<note> EndRange property</note>
</trans-unit>
<trans-unit id="EndRangeDescription">
<source>End of the range.</source>
<target state="translated">范围结尾。</target>
<note> EndRange property description</note>
</trans-unit>
<trans-unit id="RangeColumns">
<source>Range Columns</source>
<target state="translated">范围列</target>
<note> RangeColumns property</note>
</trans-unit>
<trans-unit id="RangeExpressions">
<source>Range Expressions</source>
<target state="translated">范围表达式</target>
<note> RangeExpressions property</note>
</trans-unit>
<trans-unit id="ScanType">
<source>Scan Type</source>
<target state="translated">扫描类型</target>
<note> ScanType property</note>
</trans-unit>
<trans-unit id="ColumnReference">
<source>Column Reference</source>
<target state="translated">列引用</target>
<note> ColumnReference property</note>
</trans-unit>
<trans-unit id="ObjectServer">
<source>Server</source>
<target state="translated">服务器</target>
<note> Server property</note>
</trans-unit>
<trans-unit id="ObjectServerDescription">
<source>Server name for the referenced object.</source>
<target state="translated">被引用对象的服务器名称。</target>
<note> Server property description</note>
</trans-unit>
<trans-unit id="ObjectDatabase">
<source>Database</source>
<target state="translated">数据库</target>
<note> Database property</note>
</trans-unit>
<trans-unit id="ObjectDatabaseDescription">
<source>Database name for the referenced object.</source>
<target state="translated">被引用对象的数据库名称。</target>
<note> Database property description</note>
</trans-unit>
<trans-unit id="ObjectIndex">
<source>Index</source>
<target state="translated">索引</target>
<note> Index property</note>
</trans-unit>
<trans-unit id="ObjectIndexDescription">
<source>Index name for the referenced object.</source>
<target state="translated">被引用对象的索引名称。</target>
<note> Index property description</note>
</trans-unit>
<trans-unit id="ObjectSchema">
<source>Schema</source>
<target state="translated">架构</target>
<note> Schema property</note>
</trans-unit>
<trans-unit id="ObjectSchemaDescription">
<source>Schema name for the referenced object.</source>
<target state="translated">被引用对象的架构名称。</target>
<note> Schema property description</note>
</trans-unit>
<trans-unit id="ObjectTable">
<source>Table</source>
<target state="translated"></target>
<note> Table property</note>
</trans-unit>
<trans-unit id="ObjectTableDescription">
<source>Table name for the referenced object.</source>
<target state="translated">被引用对象的表名。</target>
<note> Table property description </note>
</trans-unit>
<trans-unit id="ObjectAlias">
<source>Alias</source>
<target state="translated">别名</target>
<note> Alias property</note>
</trans-unit>
<trans-unit id="ObjectAliasDescription">
<source>Alias used for the referenced object.</source>
<target state="translated">用于被引用对象的别名。</target>
<note> Alias property description</note>
</trans-unit>
<trans-unit id="ObjectColumn">
<source>Column</source>
<target state="translated"></target>
<note> Column property</note>
</trans-unit>
<trans-unit id="ObjectColumnDescription">
<source>Column name for the referenced object.</source>
<target state="translated">被引用对象的列名。</target>
<note> Column property description</note>
</trans-unit>
<trans-unit id="ObjectComputedColumn">
<source>Computed Column</source>
<target state="translated">Computed Column</target>
<note> ComputedColumn property</note>
</trans-unit>
<trans-unit id="ObjectComputedColumnDescription">
<source>Whether this is a computed column.</source>
<target state="translated">这是否是一个计算列。</target>
<note> ComputedColumn property description</note>
</trans-unit>
<trans-unit id="ParameterDataType">
<source>Parameter Data Type</source>
<target state="translated">参数数据类型</target>
<note> ParameterDataType property</note>
</trans-unit>
<trans-unit id="ParameterCompiledValue">
<source>Parameter Compiled Value</source>
<target state="translated">参数编译值</target>
<note> ParameterCompiledValue property</note>
</trans-unit>
<trans-unit id="ParameterRuntimeValue">
<source>Parameter Runtime Value</source>
<target state="translated">参数运行时值</target>
<note> ParameterRuntimeValue property</note>
</trans-unit>
<trans-unit id="CursorPlan">
<source>Cursor Plan</source>
<target state="translated">游标计划</target>
<note> CursorPlan property</note>
</trans-unit>
<trans-unit id="CursorOperation">
<source>Cursor Operation</source>
<target state="translated">游标操作</target>
<note> CursorOperation property</note>
</trans-unit>
<trans-unit id="CursorName">
<source>Cursor Name</source>
<target state="translated">游标名称</target>
<note> CursorName property</note>
</trans-unit>
<trans-unit id="CursorActualType">
<source>Cursor Actual Type</source>
<target state="translated">游标实际类型</target>
<note> CursorActualType property</note>
</trans-unit>
<trans-unit id="CursorRequestedType">
<source>Cursor Requested Type</source>
<target state="translated">游标请求的类型</target>
<note> CursorRequestedType property</note>
</trans-unit>
<trans-unit id="CursorConcurrency">
<source>Cursor Concurrency</source>
<target state="translated">游标并发</target>
<note> CursorConcurrency property</note>
</trans-unit>
<trans-unit id="ForwardOnly">
<source>Forward Only</source>
<target state="translated">仅快进</target>
<note> ForwardOnly property</note>
</trans-unit>
<trans-unit id="QueryPlan">
<source>Query Plan</source>
<target state="translated">查询计划</target>
<note> QueryPlan property</note>
</trans-unit>
<trans-unit id="OperationType">
<source>Operation Type</source>
<target state="translated">操作类型</target>
<note> OperationType property</note>
</trans-unit>
<trans-unit id="NodeId">
<source>Node ID</source>
<target state="translated">节点 ID</target>
<note> Node ID property</note>
</trans-unit>
<trans-unit id="PrimaryNodeId">
<source>Primary Node ID</source>
<target state="translated">主节点 ID</target>
<note> Primary Node ID property</note>
</trans-unit>
<trans-unit id="InternalInfo">
<source>Internal Debugging Information</source>
<target state="translated">内部调试信息</target>
<note> Internal Info property</note>
</trans-unit>
<trans-unit id="ForeignKeyReferencesCount">
<source>Foreign Key References Count</source>
<target state="translated">外键引用计数</target>
<note> Foreign Key References Count property</note>
</trans-unit>
<trans-unit id="NoMatchingIndexCount">
<source>No Matching Indexes Count</source>
<target state="translated">无匹配的索引计数</target>
<note> No Matching Index Count property</note>
</trans-unit>
<trans-unit id="PartialMatchingIndexCount">
<source>Partial Matching Indexes Count</source>
<target state="translated">部分匹配的索引计数</target>
<note> Partial Matching Index Count property</note>
</trans-unit>
<trans-unit id="LogicalOpCollapse">
<source>Collapse</source>
<target state="translated">折叠</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpConcatenation">
<source>Concatenation</source>
<target state="translated">串联</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpConstantScan">
<source>Constant Scan</source>
<target state="translated">常量扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpGatherStreams">
<source>Gather Streams</source>
<target state="translated">收集流</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRepartitionStreams">
<source>Repartition Streams</source>
<target state="translated">重新分区流</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpDistributeStreams">
<source>Distribute Streams</source>
<target state="translated">分发流</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpFilter">
<source>Filter</source>
<target state="translated">筛选</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpAssert">
<source>Assert</source>
<target state="translated">断言</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLogRowScan">
<source>Log Row Scan</source>
<target state="translated">日志行扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpPrint">
<source>Print</source>
<target state="translated">打印</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpComputeScalar">
<source>Compute Scalar</source>
<target state="translated">计算标量</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpMergeInterval">
<source>Merge Interval</source>
<target state="translated">合并间隔。</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRank">
<source>Rank</source>
<target state="translated">设置级别</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpSegment">
<source>Segment</source>
<target state="translated">区段</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpSequence">
<source>Sequence</source>
<target state="translated">顺序</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpSplit">
<source>Split</source>
<target state="translated">拆分</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpAggregate">
<source>Aggregate</source>
<target state="translated">聚合</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpTableScan">
<source>Table Scan</source>
<target state="translated">表扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpClusteredIndexScan">
<source>Clustered Index Scan</source>
<target state="translated">聚集索引扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpClusteredIndexSeek">
<source>Clustered Index Seek</source>
<target state="translated">群集索引查找</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpDeletedScan">
<source>Deleted Scan</source>
<target state="translated">删除的扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpInsertedScan">
<source>Inserted Scan</source>
<target state="translated">插入的扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpParameterTableScan">
<source>Parameter Table Scan</source>
<target state="translated">参数表扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpPut">
<source>Put</source>
<target state="translated">放置</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpIndexScan">
<source>Index Scan</source>
<target state="translated">索引扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpIndexSeek">
<source>Index Seek</source>
<target state="translated">索引查找</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRemoteScan">
<source>Remote Scan</source>
<target state="translated">远程扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRemoteIndexScan">
<source>Remote Index Scan</source>
<target state="translated">远程索引扫描</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRemoteIndexSeek">
<source>Remote Index Seek</source>
<target state="translated">远程索引查找</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRemoteQuery">
<source>Remote Query</source>
<target state="translated">远程查询</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRemoteInsert">
<source>Remote Insert</source>
<target state="translated">远程插入</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRemoteUpdate">
<source>Remote Update</source>
<target state="translated">远程更新</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRemoteDelete">
<source>Remote Delete</source>
<target state="translated">远程删除</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpClusteredUpdate">
<source>Clustered Update</source>
<target state="translated">群集更新</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpDistinctSort">
<source>Distinct Sort</source>
<target state="translated">非重复排序</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpSort">
<source>Sort</source>
<target state="translated">排序</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpTopNSort">
<source>Top N Sort</source>
<target state="translated">Top N Sort</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpEagerSpool">
<source>Eager Spool</source>
<target state="translated">提前后台处理</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLazySpool">
<source>Lazy Spool</source>
<target state="translated">延迟后台处理</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpUpdate">
<source>Update</source>
<target state="translated">更新</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpInsert">
<source>Insert</source>
<target state="translated">插入</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpDelete">
<source>Delete</source>
<target state="translated">删除</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpMerge">
<source>Merge</source>
<target state="translated">合并</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpTop">
<source>Top</source>
<target state="translated"></target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpDistinct">
<source>Distinct</source>
<target state="translated">非重复</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpFlowDistinct">
<source>Flow Distinct</source>
<target state="translated">流程非重复</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpPartialAggregate">
<source>Partial Aggregate</source>
<target state="translated">部分聚合</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpInnerApply">
<source>Inner Apply</source>
<target state="translated">内部应用</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpInnerJoin">
<source>Inner Join</source>
<target state="translated">内部联接</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLeftAntiSemiApply">
<source>Left Anti Semi Apply</source>
<target state="translated">Left Anti Semi Apply</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLeftSemiApply">
<source>Left Semi Apply</source>
<target state="translated">左半应用</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLeftOuterApply">
<source>Left Outer Apply</source>
<target state="translated">左外部应用</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLeftOuterJoin">
<source>Left Outer Join</source>
<target state="translated">左外部联接</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRightOuterJoin">
<source>Right Outer Join</source>
<target state="translated">右侧外部联接</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpFullOuterJoin">
<source>Full Outer Join</source>
<target state="translated">完全外部联接</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLeftSemiJoin">
<source>Left Semi Join</source>
<target state="translated">左半连接</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLeftAntiSemiJoin">
<source>Left Anti Semi Join</source>
<target state="translated">Left Anti Semi Join</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRightSemiJoin">
<source>Right Semi Join</source>
<target state="translated">右半联接</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRightAntiSemiJoin">
<source>Right Anti Semi Join</source>
<target state="translated">Right Anti Semi Join</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpIntersect">
<source>Intersect</source>
<target state="translated">相交</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpIntersectAll">
<source>Intersect All</source>
<target state="translated">全部相交</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpUnion">
<source>Union</source>
<target state="translated">联合</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLeftDiff">
<source>Left Diff</source>
<target state="translated">左侧差异</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLeftDiffAll">
<source>Left Diff All</source>
<target state="translated">左侧差异全部</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRightDiff">
<source>Right Diff</source>
<target state="translated">右侧差异</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRightDiffAll">
<source>Right Diff All</source>
<target state="translated">右差异全部</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpAntiDiff">
<source>Anti Diff</source>
<target state="translated">反差异</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpCrossJoin">
<source>Cross Join</source>
<target state="translated">交叉联接</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpBitmapCreate">
<source>Bitmap Create</source>
<target state="translated">位图创建</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpUDX">
<source>UDX</source>
<target state="translated">UDX</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpWindow">
<source>Window Spool</source>
<target state="translated">Window Spool</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpSwitch">
<source>Switch</source>
<target state="translated">切换</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpMergeStats">
<source>Merge Stats</source>
<target state="translated">合并统计信息</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpLocalStats">
<source>Local Stats</source>
<target state="translated">本地统计信息</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpTableValuedFunction">
<source>Table Valued Function</source>
<target state="translated">表值函数</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpBatchHashTableBuild">
<source>Batch Hash Table Build</source>
<target state="translated">Batch Hash Table Build</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpForeignKeyReferencesCheck">
<source>Foreign Key References Check</source>
<target state="translated">外键引用检查</target>
<note> Logical operator</note>
</trans-unit>
<trans-unit id="LogicalOpRIDLookup">
<source>RID Lookup</source>
<target state="translated">RID 查找</target>
<note> RIDLookup operator</note>
</trans-unit>
<trans-unit id="StoredProc">
<source>Stored Procedure</source>
<target state="translated">存储的过程</target>
<note> StoredProc node</note>
</trans-unit>
<trans-unit id="Udf">
<source>UDF</source>
<target state="translated">UDF</target>
<note> UDF node</note>
</trans-unit>
<trans-unit id="ProcName">
<source>Procedure Name</source>
<target state="translated">过程名称</target>
<note> ProcName property</note>
</trans-unit>
<trans-unit id="Storage">
<source>Storage</source>
<target state="translated">存储</target>
<note> Storage property</note>
</trans-unit>
<trans-unit id="StorageDesc">
<source>Storage</source>
<target state="translated">存储</target>
<note> Storage property</note>
</trans-unit>
<trans-unit id="ActualExecMode">
<source>Actual Execution Mode</source>
<target state="translated">实际执行模式</target>
<note> ActualExectionMode property</note>
</trans-unit>
<trans-unit id="ActualExecModeDesc">
<source>Actual Execution Mode</source>
<target state="translated">实际执行模式</target>
<note></note>
</trans-unit>
<trans-unit id="EstimatedExecMode">
<source>Estimated Execution Mode</source>
<target state="translated">估计的执行模式</target>
<note> EstimatedExecutionMode property</note>
</trans-unit>
<trans-unit id="EstimatedExecModeDesc">
<source>Estimated Execution Mode</source>
<target state="translated">估计的执行模式</target>
<note></note>
</trans-unit>
<trans-unit id="CostFormat">
<source>Cost: {0} %</source>
<target state="translated">成本: {0} %</target>
<note>"Cost: {0} percent" String to format.
Parameters: 0 - x (int) </note>
</trans-unit>
<trans-unit id="RemoteDataAccess">
<source>Remote Data Access</source>
<target state="translated">远程数据访问</target>
<note> Remote Data Access</note>
</trans-unit>
<trans-unit id="RemoteDataAccessDescription">
<source>Whether the operator uses remote procedure call (RPC) to access remote data.</source>
<target state="translated">操作员是否使用远程过程调用(RPC)访问远程数据。</target>
<note></note>
</trans-unit>
<trans-unit id="CloneAccessScope">
<source>Clone Access Scope</source>
<target state="translated">克隆访问范围</target>
<note> Clone Access Scope</note>
</trans-unit>
<trans-unit id="CloneAccessScopeDescription">
<source>Clones that the operator may access.</source>
<target state="translated">操作员可以访问的克隆。</target>
<note></note>
</trans-unit>
<trans-unit id="PrimaryClones">
<source>Primary Clones</source>
<target state="translated">主要克隆</target>
<note></note>
</trans-unit>
<trans-unit id="SecondaryClones">
<source>Secondary Clones</source>
<target state="translated">次要克隆</target>
<note></note>
</trans-unit>
<trans-unit id="BothClones">
<source>All Clones</source>
<target state="translated">所有克隆</target>
<note></note>
</trans-unit>
<trans-unit id="EitherClones">
<source>Primary Or Secondary Clones</source>
<target state="translated">主要克隆或次要克隆</target>
<note></note>
</trans-unit>
<trans-unit id="ExactMatchClones">
<source>Single Clone Match</source>
<target state="translated">单个克隆匹配</target>
<note></note>
</trans-unit>
<trans-unit id="Remoting">
<source>Remoting</source>
<target state="translated">远程处理</target>
<note> Remoting for remote exchange operator</note>
</trans-unit>
<trans-unit id="RemotingDescription">
<source>Whether the operator can run remotely.</source>
<target state="translated">操作员是否可以远程运行。</target>
<note></note>
</trans-unit>
<trans-unit id="Activation">
<source>Activation</source>
<target state="translated">激活</target>
<note> Activation</note>
</trans-unit>
<trans-unit id="BrickRouting">
<source>Brick Routing</source>
<target state="translated">块路由</target>
<note> Brick Routing</note>
</trans-unit>
<trans-unit id="FragmentIdColumn">
<source>Fragment Id Column</source>
<target state="translated">片段 ID 列</target>
<note></note>
</trans-unit>
<trans-unit id="EditQueryText">
<source>Edit Query Text from Showplan XML (possibly truncated)</source>
<target state="translated">从显示计划 XML 编辑查询文本(可能已截断)</target>
<note> Showplan edit query text button</note>
</trans-unit>
<trans-unit id="UnknownShowPlanSource">
<source>Execution plan source type can not be recognized.</source>
<target state="translated">无法识别执行计划源类型。</target>
<note> error message when the ShowPlan source cannot be recognized</note>
</trans-unit>
<trans-unit id="SavePlanFilter">
<source>Sql Plan files (*.SqlPlan)|*.SqlPlan|All files (*.*)|*.*</source>
<target state="translated">SQL 计划文件(*.SqlPlan)|*.SqlPlan|所有文件(*.*)|*.*</target>
<note> Save plan dialog filter string</note>
</trans-unit>
<trans-unit id="NoXmlPlanData">
<source>Plan data is not available in XML format. Only plans from SQL Server Yukon can be saved.</source>
<target state="translated">无法使用 XML 格式的计划数据。只能保存 SQL Server 2005 中的计划。</target>
<note> Message box if user tries to save in XML show plan from Shiloh or Sphinx</note>
</trans-unit>
<trans-unit id="PerThreadCounterDescription">
<source>Per-thread counter information.</source>
<target state="translated">每线程计数器信息。</target>
<note> Description of a per thread counter</note>
</trans-unit>
<trans-unit id="RuntimeCounterThread">
<source>Thread {0}</source>
<target state="translated">线程 {0}</target>
<note> Runtime counter property name.
Parameters: 0 - index (int) </note>
</trans-unit>
<trans-unit id="RuntimeCounterThreadOnInstance">
<source>Thread {0} on Instance {1}</source>
<target state="translated">实例 {1} 上的线程 {0}</target>
<note> Runtime counter property name. Thread on Instance..
Parameters: 0 - thread (int), 1 - instance (int) </note>
</trans-unit>
<trans-unit id="RuntimeCounterThreadAll">
<source>All threads</source>
<target state="translated">所有线程</target>
<note> Runtime counter property name</note>
</trans-unit>
<trans-unit id="ConnectionPropertiesLabel">
<source>View connection properties</source>
<target state="translated">查看连接属性</target>
<note> label for Connection Properties hyperlink</note>
</trans-unit>
<trans-unit id="UnknownAssignType">
<source>Unknown assign type.</source>
<target state="translated">未知的分配类型。</target>
<note> Error when displaying show plan properties</note>
</trans-unit>
<trans-unit id="MessageBoxCaption">
<source>SQL Server</source>
<target state="translated">SQL Server</target>
<note> exception message box caption</note>
</trans-unit>
<trans-unit id="ZoomLevelShouldBeBetween">
<source>Zoom level must be an integer value between {0} and {1}.</source>
<target state="translated">缩放级别必须是 {0} 到 {1} 之间的整数值。</target>
<note> Message shown when user enters wrong zoom level.
Parameters: 0 - minimum (int), 1 - maximum (int) </note>
</trans-unit>
<trans-unit id="UnknownNodeType">
<source>Unknown node type.</source>
<target state="translated">未知的节点类型。</target>
<note> Exception thrown when node type is unknown</note>
</trans-unit>
<trans-unit id="UnknownCursorPlanOperation">
<source>Unknown cursor plan operation '{0}'.</source>
<target state="translated">未知的游标计划操作“{0}”。</target>
<note> Exception thrown by show plan when it gets unknown type of cursor plan operation.
Parameters: 0 - name (string) </note>
</trans-unit>
<trans-unit id="UnknownStatementType">
<source>Statement type is not recognized.</source>
<target state="translated">无法识别语句类型。</target>
<note> Exception thrown by show plan when it gets unknown statement type</note>
</trans-unit>
<trans-unit id="RollupInfo">
<source>Rollup Information</source>
<target state="translated">汇总信息</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="RollupInfoDescription">
<source>Rollup information.</source>
<target state="translated">汇总信息。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="HighestLevel">
<source>Highest Level</source>
<target state="translated">最高级别</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="HighestLevelDescription">
<source>The highest level of grouping attributes computed in this rollup.</source>
<target state="translated">在此汇总中计算的分组属性的最高级别。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="RollupLevel">
<source>Rollup Levels</source>
<target state="translated">汇总级别</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="RollupLevelDescription">
<source>All levels of grouping attributes computed in this rollup.</source>
<target state="translated">在此汇总中计算的所有分组属性级别。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="Level">
<source>Level</source>
<target state="translated">级别</target>
<note> Show plan node property</note>
</trans-unit>
<trans-unit id="LevelDescription">
<source>A level of grouping attributes computed in this rollup.</source>
<target state="translated">在此汇总中计算的分组属性级别。</target>
<note> Show plan node property description</note>
</trans-unit>
<trans-unit id="RemoteQuery">
<source>Remote Query</source>
<target state="translated">远程查询</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RemoteQueryDescription">
<source>Send a SQL query to another than the current SQL Server.</source>
<target state="translated">将 SQL 查询发送到当前 SQL Server 之外的 SQL Server。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ComputeScalar">
<source>Compute Scalar</source>
<target state="translated">计算标量</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="MergeInterval">
<source>Merge Interval</source>
<target state="translated">Merge Interval</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Print">
<source>Print</source>
<target state="translated">打印</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Segment">
<source>Segment</source>
<target state="translated">Segment</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Split">
<source>Split</source>
<target state="translated">拆分</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="BatchHashTableBuild">
<source>Batch Hash Table Build</source>
<target state="translated">Batch Hash Table Build</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Bitmap">
<source>Bitmap</source>
<target state="translated">Bitmap</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Collapse">
<source>Collapse</source>
<target state="translated">折叠</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TableSpool">
<source>Table Spool</source>
<target state="translated">表后台处理</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RepartitionStreams">
<source>Repartition Streams</source>
<target state="translated">重新分区流</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Assert">
<source>Assert</source>
<target state="translated">声明</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Sort">
<source>Sort</source>
<target state="translated">排序</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Top">
<source>Top</source>
<target state="translated">排名靠前</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="SequenceProject">
<source>Sequence Project</source>
<target state="translated">Sequence Project</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Spool">
<source>Spool</source>
<target state="translated">后台处理</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Window">
<source>Window Spool</source>
<target state="translated">窗口后台处理</target>
<note> Show plan's Window node property</note>
</trans-unit>
<trans-unit id="Parallelism">
<source>Parallelism</source>
<target state="translated">并行</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RowCountSpool">
<source>Row Count Spool</source>
<target state="translated">行计数后台处理</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="Unknown">
<source>Unknown</source>
<target state="translated">未知</target>
<note> Unkown (reused string, unkown operator, or unkown reason, or unknown ...)</note>
</trans-unit>
<trans-unit id="UnknownDescription">
<source>Unknown operator.</source>
<target state="translated">未知运算符。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Result">
<source>Result</source>
<target state="translated">结果</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ResultDescription">
<source>Result.</source>
<target state="translated">结果。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="CollapseDescription">
<source>Groups an insert and delete on the same value into an update within wide update plans.</source>
<target state="translated">将有关相同值的插入和删除汇总到大范围更新计划中的更新中。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Concatenation">
<source>Concatenation</source>
<target state="translated">串联</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ConcatenationDescription">
<source>Append multiple input tables to form the output table.</source>
<target state="translated">追加多个输入表以组成输出表。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ConstantScan">
<source>Constant Scan</source>
<target state="translated">常量扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ConstantScanDescription">
<source>Scan an internal table of constants.</source>
<target state="translated">扫描内部常量表。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ParallelismDescription">
<source>An operation involving parallelism.</source>
<target state="translated">涉及并行度的操作。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Put">
<source>Put</source>
<target state="translated">放置</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="PutDescription">
<source>Export the rows from a local or external table to an external table.</source>
<target state="translated">将本地表或外部表中的行导入外部表。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="DistributeStreams">
<source>Distribute Streams</source>
<target state="translated">分发流</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="DistributeStreamsDescription">
<source>Distribute streams.</source>
<target state="translated">分发流。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="GatherStreams">
<source>Gather Streams</source>
<target state="translated">收集流</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="GatherStreamsDescription">
<source>Gather streams.</source>
<target state="translated">收集流。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RepartitionStreamsDescription">
<source>Repartition streams.</source>
<target state="translated">重新分区流。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="EagerSpool">
<source>Eager Spool</source>
<target state="translated">提前后台处理</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="EagerSpoolDescription">
<source>Eager Spool.</source>
<target state="translated">提前后台处理。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="LazySpool">
<source>Lazy Spool</source>
<target state="translated">延迟后台处理</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="LazySpoolDescription">
<source>Lazy Spool.</source>
<target state="translated">延迟后台处理。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Filter">
<source>Filter</source>
<target state="translated">筛选</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="FilterDescription">
<source>Restricting the set of rows based on a predicate.</source>
<target state="translated">根据谓词限制行集。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="AssertDescription">
<source>Used to verify that a specified condition exists.</source>
<target state="translated">用于验证指定的条件是否存在。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="HashMatch">
<source>Hash Match</source>
<target state="translated">哈希匹配</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="HashMatchDescription">
<source>Use each row from the top input to build a hash table, and each row from the bottom input to probe into the hash table, outputting all matching rows.</source>
<target state="translated">使用来自顶部输入的每一行生成哈希表,使用来自底部输入的每一行探测该哈希表,然后输出所有匹配的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="HashMatchTeam">
<source>Hash Match Team</source>
<target state="translated">哈希匹配团队</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="HashMatchTeamDescription">
<source>A contributor among multiple cooperating hashing operations.</source>
<target state="translated">多个协同操作的哈希运算的参与者。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="HashMatchRoot">
<source>Hash Match Root</source>
<target state="translated">哈希匹配根</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="HashMatchRootDescription">
<source>The root member of a team of connected hash operators sharing a common hash function and partitioning strategy.</source>
<target state="translated">拥有相同哈希函数和分区策略的相互连接的哈希运算符组的根成员。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="BookmarkLookup">
<source>Bookmark Lookup</source>
<target state="translated">Bookmark Lookup</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="BookmarkLookupDescription">
<source>Use a Bookmark (RID or clustering key) to look up the corresponding row in the table or clustered index.</source>
<target state="translated">使用书签(RID 或聚集键)在表或聚集索引中查找相应的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="LogRowScan">
<source>Log Row Scan</source>
<target state="translated">日志行扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="LogRowScanDescription">
<source>Scan the rows in the log.</source>
<target state="translated">扫描日志中的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="MergeJoin">
<source>Merge Join</source>
<target state="translated">Merge Join</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="MergeJoinDescription">
<source>Match rows from two suitably sorted input tables exploiting their sort order.</source>
<target state="translated">从两个已进行了相应排序的输入表中,使用其排序顺序对行进行匹配。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="NestedLoops">
<source>Nested Loops</source>
<target state="translated">嵌套的循环</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="NestedLoopsDescription">
<source>For each row in the top (outer) input, scan the bottom (inner) input, and output matching rows.</source>
<target state="translated">对于顶部(外部)输入的每一行,扫描底部(内部)输入,然后输出匹配的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="PrintDescription">
<source>Print.</source>
<target state="translated">打印。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ComputeScalarDescription">
<source>Compute new values from existing values in a row.</source>
<target state="translated">根据行中的现有值计算新值。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="MergeIntervalDescription">
<source>Merge interval.</source>
<target state="translated">合并间隔。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Rank">
<source>Rank</source>
<target state="translated">设置级别</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RankDescription">
<source>Creates a computed column with the rank of the values in an existing column in the table.</source>
<target state="translated">使用表中现有列的值排名创建计算列。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RowCountSpoolDescription">
<source>Stores the data from the input into a temporary table in order to optimize rewinds.</source>
<target state="translated">将数据从输入存储到临时表中以优化重绕。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SegmentDescription">
<source>Segment.</source>
<target state="translated">段。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Sequence">
<source>Sequence</source>
<target state="translated">顺序</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="SequenceDescription">
<source>Process each input, in sequence from top to bottom.</source>
<target state="translated">按从上到下的顺序处理每个输入。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SequenceProjectDescription">
<source>Adds columns to perform computations over an ordered set.</source>
<target state="translated">添加列以便计算有序集。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SplitDescription">
<source>Split.</source>
<target state="translated">拆分。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="StreamAggregate">
<source>Stream Aggregate</source>
<target state="translated">Stream 聚合</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="StreamAggregateDescription">
<source>Compute summary values for groups of rows in a suitably sorted stream.</source>
<target state="translated">在相应排序的流中,计算多组行的汇总值。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TableScan">
<source>Table Scan</source>
<target state="translated">表扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TableScanDescription">
<source>Scan rows from a table.</source>
<target state="translated">扫描表中的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ClusteredIndexScan">
<source>Clustered Index Scan</source>
<target state="translated">聚集索引扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ClusteredIndexScanDescription">
<source>Scanning a clustered index, entirely or only a range.</source>
<target state="translated">整体扫描聚集索引或只扫描一定范围。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ClusteredIndexSeek">
<source>Clustered Index Seek</source>
<target state="translated">群集索引查找</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ClusteredIndexSeekDescription">
<source>Scanning a particular range of rows from a clustered index.</source>
<target state="translated">扫描聚集索引中特定范围的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="DeletedScan">
<source>Deleted Scan</source>
<target state="translated">删除的扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="DeletedScanDescription">
<source>Scanning the pseudo-table 'deleted' within a trigger.</source>
<target state="translated">在触发器中扫描伪表 "deleted"。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="InsertedScan">
<source>Inserted Scan</source>
<target state="translated">插入的扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="InsertedScanDescription">
<source>Scan the pseudo-table 'inserted' within a trigger.</source>
<target state="translated">在触发器中扫描伪表 "inserted"。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ParameterTableScan">
<source>Parameter Table Scan</source>
<target state="translated">Parameter Table Scan</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ParameterTableScanDescription">
<source>Scan an internal table of parameter values.</source>
<target state="translated">扫描参数值的内部表。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="IndexScan">
<source>Index Scan</source>
<target state="translated">索引扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="IndexScanDescription">
<source>Scan a nonclustered index, entirely or only a range.</source>
<target state="translated">整体扫描非聚集索引或只扫描一定范围。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="IndexSeek">
<source>Index Seek</source>
<target state="translated">索引查找</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="IndexSeekDescription">
<source>Scan a particular range of rows from a nonclustered index.</source>
<target state="translated">扫描非聚集索引中特定范围的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexScan">
<source>Columnstore Index Scan</source>
<target state="translated">列存储索引扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexScanDescription">
<source>Scan a columnstore index, entirely or only a range.</source>
<target state="translated">完全扫描或只扫描某一范围的列存储索引。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexUpdate">
<source>Columnstore Index Update</source>
<target state="translated">列存储索引更新</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexUpdateDescription">
<source>Update rows in a columnstore index.</source>
<target state="translated">更新列存储索引中的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexInsert">
<source>Columnstore Index Insert</source>
<target state="translated">列存储索引插入</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexInsertDescription">
<source>Insert rows in a columnstore index.</source>
<target state="translated">在列存储索引中插入行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexMerge">
<source>Columnstore Index Merge</source>
<target state="translated">列存储索引合并</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexMergeDescription">
<source>Merge rows in a columnstore index.</source>
<target state="translated">合并列存储索引中的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexDelete">
<source>Columnstore Index Delete</source>
<target state="translated">列存储索引删除</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ColumnstoreIndexDeleteDescription">
<source>Delete rows from a columnstore index.</source>
<target state="translated">从列存储索引中删除行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RemoteScan">
<source>Remote Scan</source>
<target state="translated">远程扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RemoteScanDescription">
<source>Scan rows in a table stored in a database or file other than the current database server.</source>
<target state="translated">扫描当前数据库服务器之外的数据库或文件中存储的表内的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RemoteIndexScan">
<source>Remote Index Scan</source>
<target state="translated">远程索引扫描</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RemoteIndexScanDescription">
<source>Scan an index stored in a database or file other than the current database server.</source>
<target state="translated">扫描当前数据库服务器之外的数据库或文件中存储的索引。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RemoteIndexSeek">
<source>Remote Index Seek</source>
<target state="translated">远程索引查找</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RemoteIndexSeekDescription">
<source>Scan a particular range of rows from a clustered index that is stored in a database or file other than the current database server.</source>
<target state="translated">扫描当前数据库服务器之外的数据库或文件中存储的聚集索引中的特定范围的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RemoteInsert">
<source>Remote Insert</source>
<target state="translated">远程插入</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RemoteInsertDescription">
<source>Insert rows into a table stored in a database or file other than the current database server.</source>
<target state="translated">在当前数据库服务器之外的数据库或文件中存储的表内插入行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RemoteUpdate">
<source>Remote Update</source>
<target state="translated">远程更新</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RemoteUpdateDescription">
<source>Update rows in a table stored in a database or file other than the current database server.</source>
<target state="translated">更新当前数据库服务器之外的数据库或文件中存储的表内的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RemoteDelete">
<source>Remote Delete</source>
<target state="translated">远程删除</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RemoteDeleteDescription">
<source>Delete rows in a table stored in a database or file other than the current database server.</source>
<target state="translated">删除当前数据库服务器之外的数据库或文件中存储的表内的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ClusteredUpdate">
<source>Clustered Update</source>
<target state="translated">群集更新</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ClusteredUpdateDescription">
<source>Clustered Update.</source>
<target state="translated">群集更新。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SortDescription">
<source>Sort the input.</source>
<target state="translated">对输入进行排序。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TableSpoolDescription">
<source>Stores the data from the input into a temporary table in order to optimize rewinds.</source>
<target state="translated">将数据从输入存储到临时表中以优化重绕。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="IndexSpool">
<source>Index Spool</source>
<target state="translated">索引后台处理</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="IndexSpoolDescription">
<source>Reformats the data from the input into a temporary index, which is then used for seeking with the supplied seek predicate.</source>
<target state="translated">将输入的数据重新设置为临时索引的格式,然后用于使用所提供的 seek 谓词进行的查找中。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TableUpdate">
<source>Table Update</source>
<target state="translated">表更新</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TableUpdateDescription">
<source>Update input rows in the table specified in the Argument field.</source>
<target state="translated">更新“参数”字段指定的表中的输入行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TableInsert">
<source>Table Insert</source>
<target state="translated">表插入</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TableInsertDescription">
<source>Insert input rows into the table specified in Argument field.</source>
<target state="translated">将输入行插入“参数”字段所指定的表。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TableDelete">
<source>Table Delete</source>
<target state="translated">表删除</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TableDeleteDescription">
<source>Delete input rows from the table specified in Argument field.</source>
<target state="translated">从“参数”字段指定的表中删除输入行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TableMerge">
<source>Table Merge</source>
<target state="translated">表合并</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TableMergeDescription">
<source>Merge input rows in the table specified in Argument field.</source>
<target state="translated">合并在“参数”字段中指定的表中的输入行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="IndexUpdate">
<source>Index Update</source>
<target state="translated">索引更新</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="IndexUpdateDescription">
<source>Update rows in an index.</source>
<target state="translated">更新索引中的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="IndexInsert">
<source>Index Insert</source>
<target state="translated">索引插入</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="IndexInsertDescription">
<source>Insert rows into an index.</source>
<target state="translated">在索引中插入行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="IndexDelete">
<source>Index Delete</source>
<target state="translated">索引删除</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="IndexDeleteDescription">
<source>Delete rows from index.</source>
<target state="translated">从索引中删除行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ClusteredIndexUpdate">
<source>Clustered Index Update</source>
<target state="translated">聚集索引更新</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ClusteredIndexUpdateDescription">
<source>Update rows in a clustered index.</source>
<target state="translated">更新聚集索引中的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ClusteredIndexInsert">
<source>Clustered Index Insert</source>
<target state="translated">聚集索引插入</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ClusteredIndexInsertDescription">
<source>Insert rows in a clustered index.</source>
<target state="translated">在聚集索引中插入行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ClusteredIndexMerge">
<source>Clustered Index Merge</source>
<target state="translated">群集索引合并</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ClusteredIndexMergeDescription">
<source>Merge rows in a clustered index.</source>
<target state="translated">合并聚集索引中的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ClusteredIndexDelete">
<source>Clustered Index Delete</source>
<target state="translated">聚集索引删除</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ClusteredIndexDeleteDescription">
<source>Delete rows from a clustered index.</source>
<target state="translated">从聚集索引中删除行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TopDescription">
<source>Select the first few rows based on a sort order.</source>
<target state="translated">根据排序顺序选择前几行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="BitmapDescription">
<source>Bitmap.</source>
<target state="translated">位图。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="UDX">
<source>UDX</source>
<target state="translated">UDX</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="UDXDescription">
<source>UDX.</source>
<target state="translated">UDX。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="WindowDescription">
<source>Expands each row into the set of rows that represent the window associated with it.</source>
<target state="translated">将每一行扩展到表示与其关联的窗口的行集中。</target>
<note> Show plan's Window node property description</note>
</trans-unit>
<trans-unit id="WindowAggregate">
<source>Window Aggregate</source>
<target state="translated">窗口聚合</target>
<note> Show plan's Window Aggregate node property</note>
</trans-unit>
<trans-unit id="WindowAggregateDescription">
<source>Computes values of functions across the windows defined by the OVER clause. Input rowset is suitably sorted stream.</source>
<target state="translated">计算跨 OVER 子句定义的窗口的函数值。输入行集为经相应排序的流。</target>
<note> Show plan's Window Aggregate node property description</note>
</trans-unit>
<trans-unit id="BatchHashTableBuildDescription">
<source>Batch Hash Table Build.</source>
<target state="translated">批处理哈希表生成。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Switch">
<source>Switch</source>
<target state="translated">切换</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="SwitchDescription">
<source>Switch.</source>
<target state="translated">切换。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TFP">
<source>Predict</source>
<target state="translated">预测</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TFPDescription">
<source>Applies a trained machine learning model to input data </source>
<target state="translated">将经过定型的机器学习模型应用于输入数据 </target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="TableValueFunction">
<source>Table Valued Function</source>
<target state="translated">表值函数</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TableValueFunctionDescription">
<source>Table valued function.</source>
<target state="translated">表值函数。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Aggregate">
<source>Aggregate</source>
<target state="translated">聚合</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="AggregateDescription">
<source>Calculates an expression containing SUM, COUNT, MIN, MAX, or AVG.</source>
<target state="translated">计算包含 SUM、COUNT、MIN、MAX 或 AVG 的表达式。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ArithmeticExpression">
<source>Arithmetic Expression</source>
<target state="translated">Arithmetic Expression</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ArithmeticExpressionDescription">
<source>Computes a new value from existing values in a row.</source>
<target state="translated">根据行中的现有值计算新值。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Delete">
<source>Delete</source>
<target state="translated">删除</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="DeleteDescription">
<source>Removes the specified rows from the specified table.</source>
<target state="translated">从指定的表中删除指定的行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Insert">
<source>Insert</source>
<target state="translated">插入</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="InsertDescription">
<source>Adds a row to table.</source>
<target state="translated">向表中添加行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Locate">
<source>Locate</source>
<target state="translated">定位</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="LocateDescription">
<source>Fetching a full row from a heap or a clustered index.</source>
<target state="translated">从堆或聚集索引中提取一整行。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SpoolDescription">
<source>Saving temporarily an intermediate query result.</source>
<target state="translated">临时保存中间查询结果。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SQL">
<source>SQL</source>
<target state="translated">SQL</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="SQLDescription">
<source>SQL.</source>
<target state="translated">SQL。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Update">
<source>Update</source>
<target state="translated">更新</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="UpdateDescription">
<source>Modify the values in the specified table.</source>
<target state="translated">修改指定表中的值。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Assign">
<source>Assign</source>
<target state="translated">分配</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="AssignDescription">
<source>Validate referential integrity constraints.</source>
<target state="translated">验证引用完整性约束。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Convert">
<source>Convert</source>
<target state="translated">转换</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ConvertDescription">
<source>Implicit or explicit conversion of one scalar datatype to another.</source>
<target state="translated">隐式或显式地将一种标量数据类型转换成另一种。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Declare">
<source>Declare</source>
<target state="translated">声明</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="DeclareDescription">
<source>Allocates a local variable.</source>
<target state="translated">分配局部变量。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="If">
<source>If</source>
<target state="translated">If</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="IfDescription">
<source>Conditional processing based on an expression.</source>
<target state="translated">基于表达式的有条件处理。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Intrinsic">
<source>Intrinsic</source>
<target state="translated">内部</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="IntrinsicDescription">
<source>Invokes an internal Transact-SQL function.</source>
<target state="translated">调用内部的 Transact-SQL 函数。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SetFunction">
<source>Set Function</source>
<target state="translated">Set Function</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="SetFunctionDescription">
<source>Set Function.</source>
<target state="translated">Set 函数。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Dynamic">
<source>Dynamic</source>
<target state="translated">动态</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="DynamicDescription">
<source>Cursor that can see all changes made by others.</source>
<target state="translated">可以查看其他人所做的全部更改的游标。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="FetchQuery">
<source>Fetch Query</source>
<target state="translated">提取查询</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="FetchQueryDescription">
<source>The query used to retrieve rows when a fetch is issued against a cursor.</source>
<target state="translated">当对游标发出提取命令时用于检索行的查询。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="FastForward">
<source>Fast Forward</source>
<target state="translated">快进</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="FastForwardDescription">
<source>Fast Forward.</source>
<target state="translated">快进。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Keyset">
<source>Keyset</source>
<target state="translated">密钥集</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="KeysetDescription">
<source>Cursor that can see updates made by others, but not inserts.</source>
<target state="translated">可以查看其他人所做的更新(但不包括插入)的游标。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="PopulationQuery">
<source>Population Query</source>
<target state="translated">总体查询</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="PopulationQueryDescription">
<source>The query used to populate a cursor's work table when the cursor is opened.</source>
<target state="translated">在打开游标时用于填充游标工作表的查询。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RefreshQuery">
<source>Refresh Query</source>
<target state="translated">刷新查询</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RefreshQueryDescription">
<source>Fetches current data for rows in fetch buffer.</source>
<target state="translated">为提取缓冲区中的行提取当前数据。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Snapshot">
<source>Snapshot</source>
<target state="translated">快照</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="SnapshotDescription">
<source>A cursor that does not see changes made by others.</source>
<target state="translated">看不到其他人所做更改的游标。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="RIDLookup">
<source>RID Lookup</source>
<target state="translated">RID 查找</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="RIDLookupDescription">
<source>RID Lookup</source>
<target state="translated">RID 查找</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="KeyLookup">
<source>Key Lookup</source>
<target state="translated">密钥查找</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="KeyLookupDescription">
<source>Uses a supplied clustering key to lookup on a table that has a clustered index.</source>
<target state="translated">使用提供的聚集键在具有聚集索引的表中查找。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="LogicalKeyLookup">
<source>Key Lookup</source>
<target state="translated">密钥查找</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="AdaptiveJoin">
<source>Adaptive Join</source>
<target state="translated">自适应联接</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="AdaptiveJoinDescription">
<source>Chooses dynamically between hash join and nested loops.</source>
<target state="translated">在哈希联接和嵌套循环之间动态选择。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ForeignKeyReferencesCheck">
<source>Foreign Key References Check</source>
<target state="translated">外键引用检查</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ForeignKeyReferencesCheckDescription">
<source>Checks referential integrity of the delete operation.</source>
<target state="translated">检查删除操作的引用完整性。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Apply">
<source>Apply</source>
<target state="translated">应用</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ApplyDescription">
<source>Apply opration.</source>
<target state="translated">应用操作。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Broadcast">
<source>Broadcast</source>
<target state="translated">广播</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="BroadcastDescription">
<source>Broadcast data movement.</source>
<target state="translated">广播数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ComputeToControlNode">
<source>Compute To Control Node</source>
<target state="translated">计算节点到控制节点</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ComputeToControlNodeDescription">
<source>Data flow from compute nodes to control node.</source>
<target state="translated">从计算节点到控制节点的数据流。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ConstTableGet">
<source>Constant Table Get</source>
<target state="translated">常量表获取</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ConstTableGetDescription">
<source>Get tuples from contant table.</source>
<target state="translated">从固定表格获取元组。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ControlToComputeNodes">
<source>Control To Compute Nodes</source>
<target state="translated">控制节点到计算节点</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ControlToComputeNodesDescription">
<source>Data flow from control node to compute nodes.</source>
<target state="translated">从控制节点到计算节点的数据流。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ExternalBroadcast">
<source>External Broadcast</source>
<target state="translated">外部广播</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ExternalBroadcastDescription">
<source>Broadcast data movement for external table.</source>
<target state="translated">广播外部表的数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ExternalExport">
<source>External Export</source>
<target state="translated">外部导出</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ExternalExportDescription">
<source>Export data movement for external table.</source>
<target state="translated">导出外部表的数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ExternalLocalStreaming">
<source>External Local Streaming</source>
<target state="translated">外部本地流式处理</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ExternalLocalStreamingDescription">
<source>Streaming data movement between external table and local table.</source>
<target state="translated">流式处理外部表和本地表之间的数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ExternalRoundRobin">
<source>External RoundRobin</source>
<target state="translated">外部 RoundRobin</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ExternalRoundRobinDescription">
<source>RoundRobin data movement for external table.</source>
<target state="translated">RoundRobin 外部表的数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="ExternalShuffle">
<source>External Shuffle</source>
<target state="translated">外部无序播放</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ExternalShuffleDescription">
<source>Shuffle data movement for external table.</source>
<target state="translated">无序播放外部表的数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Get">
<source>Get</source>
<target state="translated">获取</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="GetDescription">
<source>Get tuples from table.</source>
<target state="translated">从表获取元组。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="GbApply">
<source>Group by and Apply</source>
<target state="translated">分组依据和应用</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="GbApplyDescription">
<source>Group by and Apply.</source>
<target state="translated">分组依据和应用。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="GbAgg">
<source>Group by Aggregates</source>
<target state="translated">按聚合分组</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="GbAggDescription">
<source>Group by aggregates.</source>
<target state="translated">按聚合分组。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Join">
<source>Join</source>
<target state="translated">加入</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="JoinDescription">
<source>Join tables.</source>
<target state="translated">联接表。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="LocalCube">
<source>Rollup Aggregate</source>
<target state="translated">汇总聚合</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="LocalCubeDescription">
<source>This represents a ROLLUP operator or a CUBE operator.</source>
<target state="translated">这表示 ROLLUP 运算符或 CUBE 运算符。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Project">
<source>Project</source>
<target state="translated">项目</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ProjectDescription">
<source>Project columns.</source>
<target state="translated">项目列。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Shuffle">
<source>Shuffle</source>
<target state="translated">无序播放</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="ShuffleDescription">
<source>Shuffle data movement.</source>
<target state="translated">无序播放数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SingleSourceRoundRobin">
<source>Single Source RoundRobin</source>
<target state="translated">单一源 RoundRobin</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="SingleSourceRoundRobinDescription">
<source>Single Source RoundRobin data movement.</source>
<target state="translated">单一源 RoundRobin 数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="SingleSourceShuffle">
<source>Single Source Shuffle</source>
<target state="translated">单一源无序播放</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="SingleSourceShuffleDescription">
<source>Single Source Shuffle data movement.</source>
<target state="translated">单一源无序播放数据移动。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Trim">
<source>Trim</source>
<target state="translated">剪裁</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="TrimDescription">
<source>Trim data.</source>
<target state="translated">剪裁数据。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="Union">
<source>Union</source>
<target state="translated">联合</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="UnionDescription">
<source>Union tables.</source>
<target state="translated">联合表。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="UnionAll">
<source>Union All</source>
<target state="translated">全部联合</target>
<note> Operator name</note>
</trans-unit>
<trans-unit id="UnionAllDescription">
<source>Union All tables.</source>
<target state="translated">联合所有表。</target>
<note> Operator description</note>
</trans-unit>
<trans-unit id="NameValuePair">
<source>{0}: {1}</source>
<target state="translated">{0}: {1}</target>
<note>Format for name / value pair - {0} is property name, {1} is property value.
Parameters: 0 - name (string), 1 - value (string) </note>
</trans-unit>
<trans-unit id="SizeInBytesFormat">
<source>{0} B</source>
<target state="translated">{0} 字节</target>
<note>Size in Bytes format</note>
</trans-unit>
<trans-unit id="SizeInKiloBytesFormat">
<source>{0} KB</source>
<target state="translated">{0} KB</target>
<note>Size in KiloBytes format</note>
</trans-unit>
<trans-unit id="SizeInMegaBytesFormat">
<source>{0} MB</source>
<target state="translated">{0} MB</target>
<note>Size in Bytes format</note>
</trans-unit>
<trans-unit id="SizeInGigaBytesFormat">
<source>{0} GB</source>
<target state="translated">{0} GB</target>
<note>Size in GigaBytes format</note>
</trans-unit>
<trans-unit id="SizeInTeraBytesFormat">
<source>{0} TB</source>
<target state="translated">{0} TB</target>
<note>Size in TeraBytes format</note>
</trans-unit>
<trans-unit id="TableNotInitializedException">
<source>Initialization is not properly done for table with id '{0}'</source>
<target state="translated">对于 ID 为 "{0}" 的表,初始化未正确完成</target>
<note>.
Parameters: 0 - tableId (string) </note>
</trans-unit>
<trans-unit id="TableColumnIdentityGroupName">
<source>Identity Specification</source>
<target state="translated">标识规范</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIsIdentityPropertyTitle">
<source>Is Identity</source>
<target state="translated">是标识</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIsIdentityPropertyDescription">
<source>Specifies whether the column is the identity column for the table.</source>
<target state="translated">指定该列是否为表的标识列。</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIdentityIncrementPropertyTitle">
<source>Identity Increment</source>
<target state="translated">标识增量</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIdentityIncrementPropertyDescription">
<source>Displays the value added to the maximum existing row identity value when generating the next identity value.</source>
<target state="translated">显示生成下一个标识值时加到最大现有行标识值的值。</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIdentitySeedPropertyTitle">
<source>Identity Seed</source>
<target state="translated">标识种子</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIdentitySeedPropertyDescription">
<source>Displays the initial row value for an identity column.</source>
<target state="translated">显示标识列的初始行值。</target>
<note></note>
</trans-unit>
<trans-unit id="TableEditPathNotProvidedException">
<source>The path in the table change information cannot be empty</source>
<target state="translated">表更改信息中的路径不能为空</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidTableEditPathException">
<source>The path '{0}' in the table change information is not valid for edit type: '{1}'</source>
<target state="translated">表更改信息中的路径 "{0}" 对于编辑类型 "{1}" 无效</target>
<note>.
Parameters: 0 - path (string), 1 - editType (string) </note>
</trans-unit>
<trans-unit id="OperatorDisplayCost">
<source>{0:0.#######} ({1}%)</source>
<target state="translated">{0:0.#######} ({1}%)</target>
<note> display string for the operator cost property - 0.###### - is the float number format specifier.
Parameters: 0 - cost (double), 1 - percentage (int) </note>
</trans-unit>
<trans-unit id="ActualOfEstimated">
<source>{0} of
{1} ({2}%)</source>
<target state="translated">{0} /
{1} ({2}%)</target>
<note>.
Parameters: 0 - actual (string), 1 - estimated (string), 2 - percent (decimal) </note>
</trans-unit>
<trans-unit id="TableDesignerIsEnabledPropertyTitle">
<source>Is Enabled</source>
<target state="translated">已启用</target>
<note></note>
</trans-unit>
<trans-unit id="ForeignKeyIsEnabledDescription">
<source>Specifies whether the foreign key is Enabled</source>
<target state="translated">指定是否启用外键</target>
<note></note>
</trans-unit>
<trans-unit id="ForeignKeyIsNotForReplicationTitle">
<source>Not For Replication</source>
<target state="translated">不用于复制</target>
<note></note>
</trans-unit>
<trans-unit id="ForeignKeyIsNotForReplicationDescription">
<source>Enables or disables an IDENTITY constraint for data inserted by a replication process.</source>
<target state="translated">对复制过程插入的数据启用或禁用 IDENTITY 约束。</target>
<note></note>
</trans-unit>
<trans-unit id="SqlForeignKeyAction_NoAction">
<source>No Action</source>
<target state="translated">无操作</target>
<note></note>
</trans-unit>
<trans-unit id="SqlForeignKeyAction_Cascade">
<source>Cascade</source>
<target state="translated">级联</target>
<note></note>
</trans-unit>
<trans-unit id="SqlForeignKeyAction_SetNull">
<source>Set Null</source>
<target state="translated">设置 Null</target>
<note></note>
</trans-unit>
<trans-unit id="SqlForeignKeyAction_SetDefault">
<source>Set Default</source>
<target state="translated">设置默认值</target>
<note></note>
</trans-unit>
<trans-unit id="UnKnownSqlForeignKeyAction">
<source>'{0}' is not a supported SqlForeignKeyAction.</source>
<target state="translated">“{0}”不是受支持的 SqlForeignKeyAction。</target>
<note>.
Parameters: 0 - name (string) </note>
</trans-unit>
<trans-unit id="CheckConstraintIsEnabledDescription">
<source>Specifies whether the check constraint is Enabled</source>
<target state="translated">指定是否已启用检查约束</target>
<note></note>
</trans-unit>
<trans-unit id="QueryServiceUnsupportedSqlVariantType">
<source>The underlying type "{0}" for sql variant column "{1}" could not be resolved.</source>
<target state="translated">SQL 变体列 "{1}" 的基础类型 "{0}" 无法解析。</target>
<note>.
Parameters: 0 - underlyingType (string), 1 - columnName (string) </note>
</trans-unit>
<trans-unit id="IndexIsEnabledPropertyDescription">
<source>Specifies whether the index is enabled</source>
<target state="translated">指定是否启用索引。</target>
<note></note>
</trans-unit>
<trans-unit id="IndexIsClusteredPropertyDescription">
<source>Whether the index is clustered, only one clustered index is allowed in a table.</source>
<target state="translated">无论索引是否为聚集索引,一个表中只允许存在一个聚集索引。</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerIndexIsClusteredPropertyTitle">
<source>Is Clustered</source>
<target state="translated">为聚集索引</target>
<note></note>
</trans-unit>
<trans-unit id="IndexIsUniquePropertyDescription">
<source>Whether the data entered into this index must be unique.</source>
<target state="translated">输入到此索引中的数据是否必须是唯一的。</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerIsUniquePropertyTitle">
<source>Is Unique</source>
<target state="translated">为唯一</target>
<note></note>
</trans-unit>
<trans-unit id="IndexColumnIsAscendingPropertyDescription">
<source>Specifies the sort order of the column.</source>
<target state="translated">指定列的排序顺序。</target>
<note></note>
</trans-unit>
<trans-unit id="IndexColumnIsAscendingPropertyTitle">
<source>Is Ascending</source>
<target state="translated">为升序</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerColumnsDisplayValueTitle">
<source>Columns</source>
<target state="translated"></target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>