[Loc] update to xlf and resx for 9/8/2022 (#1680)

This commit is contained in:
Alex Ma
2022-09-08 14:30:44 -07:00
committed by GitHub
parent c2b0e33c9c
commit 2b7f1d2605
20 changed files with 422 additions and 422 deletions

View File

@@ -3887,76 +3887,76 @@
<value>名称为“{0}”的计算列必须保留为外键“{1}”的一部分。</value>
</data>
<data name="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription" xml:space="preserve">
<value>Hash index with name '{0}' is not supported on a non memory-optimized table.</value>
<value>非内存优化表不支持名为“{0}”的哈希索引。</value>
</data>
<data name="HashIndexMustHaveBucketCountRuleDescription" xml:space="preserve">
<value>Hash index '{0}' does not have a bucket count.</value>
<value>哈希索引“{0}”没有桶计数。</value>
</data>
<data name="IndexIsHashPropertyDescription" xml:space="preserve">
<value>Whether the index is a hash index</value>
<value>索引是否为哈希索引</value>
</data>
<data name="IndexIsHashPropertyTitle" xml:space="preserve">
<value>Is Hash</value>
<value>是哈希</value>
</data>
<data name="IndexBucketCountPropertyDescription" xml:space="preserve">
<value>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </value>
<value>哈希索引的桶计数,请注意,该值将始终自动向上舍入到 2 的下一次幂。 </value>
</data>
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
<value>Bucket Count</value>
<value>桶计数</value>
</data>
<data name="HashIndexGroupTitle" xml:space="preserve">
<value>Hash Index</value>
<value>哈希索引</value>
</data>
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
<value>Name</value>
<value>名称</value>
</data>
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
<value>Name of the column store index</value>
<value>列存储索引的名称</value>
</data>
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
<value>Description</value>
<value>描述</value>
</data>
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
<value>Description of the column store index</value>
<value>列存储索引的说明</value>
</data>
<data name="ColumnStoreIndexIsClusteredPropertyDescription" xml:space="preserve">
<value>Whether the column store index is clustered.</value>
<value>列存储索引是否聚集。</value>
</data>
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
<value>Is Clustered</value>
<value>为聚集</value>
</data>
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
<value>Filter predicate of the column store index</value>
<value>列存储索引的筛选器谓词</value>
</data>
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
<value>Filter Predicate</value>
<value>筛选器谓词</value>
</data>
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
<value>Columns in this column store index</value>
<value>此列存储索引中的列</value>
</data>
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
<value>Columns</value>
<value></value>
</data>
<data name="ColumnStoreIndexAddColumn" xml:space="preserve">
<value>Add Column</value>
<value>添加列</value>
</data>
<data name="ColumnStoreIndexColumnPropertyName" xml:space="preserve">
<value>Column</value>
<value></value>
</data>
<data name="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription" xml:space="preserve">
<value>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</value>
<value>已将名为“{0}”的列添加到非聚集列存储索引“{1}”。行号: {2}</value>
</data>
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
<value>Column Store Indexes</value>
<value>列存储索引</value>
</data>
<data name="TableDesignerColumnStoreIndexObjectType" xml:space="preserve">
<value>Column Store Index</value>
<value>列存储索引</value>
</data>
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
<value>New Column Store Index</value>
<value>新的列存储区索引</value>
</data>
<data name="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription" xml:space="preserve">
<value>Non-clustered column store index '{0}' does not have any columns associated with it.</value>
<value>非聚集列存储索引“{0}”没有任何与其关联的列。</value>
</data>
<data name="TableDesignerConfirmationText" xml:space="preserve">
<value>我已阅读摘要并了解潜在风险。</value>