[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 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
<source>Name of the column store index</source>
<target state="translated">Nom de lindex du magasin de colonnes</target>
<source>Name of the columnstore index</source>
<target state="translated">Nom de lindex columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
@@ -6418,13 +6418,13 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
<source>Description of the column store index</source>
<target state="translated">Description de lindex du magasin de colonnes</target>
<source>Description of the columnstore index</source>
<target state="translated">Description de lindex columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
<source>Whether the column store index is clustered.</source>
<target state="translated">Indique si lindex du magasin de colonnes est en cluster.</target>
<source>Whether the columnstore index is clustered.</source>
<target state="translated">Indique si lindex columnstore est en cluster.</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
@@ -6433,8 +6433,8 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
<source>Filter predicate of the column store index</source>
<target state="translated">Prédicat de filtre de lindex du magasin de colonnes</target>
<source>Filter predicate of the columnstore index</source>
<target state="translated">Prédicat de filtre de lindex columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
@@ -6443,8 +6443,8 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
<source>Columns in this column store index</source>
<target state="translated">Colonnes de cet index de magasin de colonnes</target>
<source>Columns in this columnstore index</source>
<target state="translated">Colonnes de cet index columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
@@ -6463,29 +6463,29 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
<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 colonne portant le nom «* {0} » a déjà été ajoutée à lindex de magasin de colonnes non cluster « {1} ». Numéro de ligne : {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 colonne nommée '{0}' a déjà été ajoutée à lindex columnstore non cluster '{1}'. Numéro de ligne : {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">Index de banque de colonnes</target>
<source>Columnstore Indexes</source>
<target state="translated">Index Columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
<source>Column Store Index</source>
<target state="translated">Stockage de colonnes d'index</target>
<source>Columnstore Index</source>
<target state="translated">Index Columnstore</target>
<note></note>
</trans-unit>
<trans-unit id="AddNewColumnStoreIndexLabel">
<source>New Column Store Index</source>
<target state="translated">Nouvel index stockage en colonne</target>
<source>New Columnstore Index</source>
<target state="translated">Nouvel index 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">Aucune colonne nest associée à lindex de banque des colonnes non cluster «{0} ».</target>
<source>Non-clustered columnstore index '{0}' does not have any columns associated with it.</source>
<target state="translated">Aucune colonne nest associée à lindex columnstore « {0} » non cluster.</target>
<note>.
Parameters: 0 - indexName (string) </note>
</trans-unit>
@@ -6494,6 +6494,11 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
<target state="translated">Jai lu le résumé et compris les risques potentiels.</target>
<note></note>
</trans-unit>
<trans-unit id="ErrorConnectionNotFound">
<source>The connection could not be found</source>
<target state="translated">Nous navons pas pu établir la connexion.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>