[Table Designer] Fix columnstore wording

This commit is contained in:
Hai Cao
2022-09-23 16:44:34 -07:00
committed by GitHub
parent fca115fb91
commit 11fef3a5db
5 changed files with 43 additions and 42 deletions

View File

@@ -6408,8 +6408,8 @@ The Query Processor estimates that implementing the following index could improv
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
<source>Name of the column store index</source>
<target state="new">Name of the column store index</target>
<source>Name of the columnstore index</source>
<target state="new">Name of the columnstore index</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
@@ -6418,13 +6418,13 @@ The Query Processor estimates that implementing the following index could improv
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
<source>Description of the column store index</source>
<target state="new">Description of the column store index</target>
<source>Description of the columnstore index</source>
<target state="new">Description of the columnstore index</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
<source>Whether the column store index is clustered.</source>
<target state="new">Whether the column store index is clustered.</target>
<source>Whether the columnstore index is clustered.</source>
<target state="new">Whether the columnstore index is clustered.</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
@@ -6433,8 +6433,8 @@ The Query Processor estimates that implementing the following index could improv
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
<source>Filter predicate of the column store index</source>
<target state="new">Filter predicate of the column store index</target>
<source>Filter predicate of the columnstore index</source>
<target state="new">Filter predicate of the columnstore index</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
@@ -6443,8 +6443,8 @@ The Query Processor estimates that implementing the following index could improv
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
<source>Columns in this column store index</source>
<target state="new">Columns in this column store index</target>
<source>Columns in this columnstore index</source>
<target state="new">Columns in this columnstore index</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
@@ -6463,29 +6463,29 @@ The Query Processor estimates that implementing the following index could improv
<note></note>
</trans-unit>
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
<source>Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.</source>
<target state="new">Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.</target>
<note>.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
<source>Column Store Indexes</source>
<target state="new">Column Store Indexes</target>
<source>Columnstore Indexes</source>
<target state="new">Columnstore Indexes</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
<source>Column Store Index</source>
<target state="new">Column Store Index</target>
<source>Columnstore Index</source>
<target state="new">Columnstore Index</target>
<note></note>
</trans-unit>
<trans-unit id="AddNewColumnStoreIndexLabel">
<source>New Column Store Index</source>
<target state="new">New Column Store Index</target>
<source>New Columnstore Index</source>
<target state="new">New Columnstore Index</target>
<note></note>
</trans-unit>
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
<source>Non-clustered columnstore index '{0}' does not have any columns associated with it.</source>
<target state="new">Non-clustered columnstore index '{0}' does not have any columns associated with it.</target>
<note>.
Parameters: 0 - indexName (string) </note>
</trans-unit>