mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
[Loc] update to xlfs and resx for 9-9-2022 (#1685)
This commit is contained in:
@@ -3887,52 +3887,52 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
<value>La colonne calculée avec le nom '{0}' doit être persistante pour faire partie de la '{1}' de clé étrangère.</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>L’index de hachage portant le nom « {0} » n’est pas pris en charge sur une table non optimisée en mémoire.</value>
|
||||
</data>
|
||||
<data name="HashIndexMustHaveBucketCountRuleDescription" xml:space="preserve">
|
||||
<value>Hash index '{0}' does not have a bucket count.</value>
|
||||
<value>L’index de hachage « {0} » n’a pas de nombre de compartiments.</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the index is a hash index</value>
|
||||
<value>Indique si l’index est un index de hachage</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyTitle" xml:space="preserve">
|
||||
<value>Is Hash</value>
|
||||
<value>Est un code de hachage</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>Nombre de compartiments de l’index de hachage, notez que la valeur arrondit toujours automatiquement jusqu’à la puissance suivante de 2. </value>
|
||||
</data>
|
||||
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
|
||||
<value>Nombre de compartiments</value>
|
||||
</data>
|
||||
<data name="HashIndexGroupTitle" xml:space="preserve">
|
||||
<value>Hash Index</value>
|
||||
<value>Index de hachage</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
|
||||
<value>Nom</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
|
||||
<value>Name of the column store index</value>
|
||||
<value>Nom de l’index du magasin de colonnes</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
|
||||
<value>Description</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
|
||||
<value>Description of the column store index</value>
|
||||
<value>Description de l’index du magasin de colonnes</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the column store index is clustered.</value>
|
||||
<value>Indique si l’index du magasin de colonnes est en cluster.</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
|
||||
<value>Est en cluster</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
|
||||
<value>Filter predicate of the column store index</value>
|
||||
<value>Prédicat de filtre de l’index du magasin de colonnes</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
|
||||
<value>Prédicat de Filtre</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
|
||||
<value>Columns in this column store index</value>
|
||||
<value>Colonnes de cet index de magasin de colonnes</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
|
||||
<value>Colonnes</value>
|
||||
@@ -3944,7 +3944,7 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
<value>Colonne</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>La colonne portant le nom «* {0} » a déjà été ajoutée à l’index de magasin de colonnes non cluster « {1} ». Numéro de ligne : {2}.</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
|
||||
<value>Index de banque de colonnes</value>
|
||||
@@ -3953,10 +3953,10 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
<value>Stockage de colonnes d'index</value>
|
||||
</data>
|
||||
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
|
||||
<value>New Column Store Index</value>
|
||||
<value>Nouvel index stockage en colonne</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>Aucune colonne n’est associée à l’index de banque des colonnes non cluster «{0} ».</value>
|
||||
</data>
|
||||
<data name="TableDesignerConfirmationText" xml:space="preserve">
|
||||
<value>J’ai lu le résumé et compris les risques potentiels.</value>
|
||||
|
||||
Reference in New Issue
Block a user