[Loc] added string changes (#1712)

This commit is contained in:
Alex Ma
2022-09-26 16:14:43 -07:00
committed by GitHub
parent 5636374c58
commit 5c20f92312
20 changed files with 310 additions and 230 deletions

View File

@@ -6408,8 +6408,8 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
<source>Name of the column store index</source>
<target state="translated">Nome dell'indice dell'archivio colonne</target>
<source>Name of the columnstore index</source>
<target state="translated">Nome dell'indice columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
@@ -6418,13 +6418,13 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
<source>Description of the column store index</source>
<target state="translated">Descrizione dell'indice dell'archivio colonne</target>
<source>Description of the columnstore index</source>
<target state="translated">Descrizione dell'indice columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
<source>Whether the column store index is clustered.</source>
<target state="translated">Indica se l'indice dell'archivio colonne è cluster.</target>
<source>Whether the columnstore index is clustered.</source>
<target state="translated">Indica se l'indice columnstore è cluster.</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
@@ -6433,8 +6433,8 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
<source>Filter predicate of the column store index</source>
<target state="translated">Predicato di filtro dell'indice dell'archivio colonne</target>
<source>Filter predicate of the columnstore index</source>
<target state="translated">Predicato di filtro dell'indice columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
@@ -6443,8 +6443,8 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
<source>Columns in this column store index</source>
<target state="translated">Colonne in questo indice dell'archivio colonne</target>
<source>Columns in this columnstore index</source>
<target state="translated">Colonne in questo indice columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
@@ -6463,29 +6463,29 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
<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="translated">La colonna denominata '{0}' è già stata aggiunta all'indice dell'archivio colonne non cluster '{1}'. Numero di riga: {2}.</target>
<source>Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.</source>
<target state="translated">La colonna denominata '{0}' è già stata aggiunta all'indice columnstore non cluster '{1}'. Numero di riga: {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="translated">Indici dell'archivio colonne</target>
<source>Columnstore Indexes</source>
<target state="translated">Indici columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
<source>Column Store Index</source>
<target state="translated">Indice archivio colonne</target>
<source>Columnstore Index</source>
<target state="translated">Indice columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="AddNewColumnStoreIndexLabel">
<source>New Column Store Index</source>
<target state="translated">Aggiungi nuovo indice archivio colonne</target>
<source>New Columnstore Index</source>
<target state="translated">Nuovo indice columnstore</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="translated">All'indice dell'archivio colonne non cluster '{0}' non sono associate colonne.</target>
<source>Non-clustered columnstore index '{0}' does not have any columns associated with it.</source>
<target state="translated">All'indice columnstore non cluster '{0}' non sono associate colonne.</target>
<note>.
Parameters: 0 - indexName (string) </note>
</trans-unit>
@@ -6494,6 +6494,11 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
<target state="translated">Ho letto il riepilogo e ho compreso i potenziali rischi.</target>
<note></note>
</trans-unit>
<trans-unit id="ErrorConnectionNotFound">
<source>The connection could not be found</source>
<target state="translated">La connessione non è stata trovata</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>