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 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<value>La columna calculada con el nombre "{0}" debe ser persistente para formar parte de la clave externa "{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>No se admite el índice hash con el nombre '{0}' en una tabla no optimizada para memoria.</value>
|
||||
</data>
|
||||
<data name="HashIndexMustHaveBucketCountRuleDescription" xml:space="preserve">
|
||||
<value>Hash index '{0}' does not have a bucket count.</value>
|
||||
<value>El índice hash '{0}' no tiene un recuento de cubos.</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the index is a hash index</value>
|
||||
<value>Si el índice es un índice hash</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyTitle" xml:space="preserve">
|
||||
<value>Is Hash</value>
|
||||
<value>Es hash</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>Recuento de depósitos del índice hash. Tenga en cuenta que el valor siempre se redondeará automáticamente a la siguiente potencia de 2. </value>
|
||||
</data>
|
||||
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
|
||||
<value>Número de cubos</value>
|
||||
</data>
|
||||
<data name="HashIndexGroupTitle" xml:space="preserve">
|
||||
<value>Hash Index</value>
|
||||
<value>Índice hash</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
|
||||
<value>Nombre</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
|
||||
<value>Name of the column store index</value>
|
||||
<value>Nombre del índice del almacén de columnas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
|
||||
<value>Descripción</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
|
||||
<value>Description of the column store index</value>
|
||||
<value>Descripción del índice del almacén de columnas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the column store index is clustered.</value>
|
||||
<value>Indica si el índice del almacén de columnas está agrupado.</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
|
||||
<value>En clúster</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
|
||||
<value>Filter predicate of the column store index</value>
|
||||
<value>Predicado de filtro del índice de almacén de columnas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
|
||||
<value>Predicado de filtro</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
|
||||
<value>Columns in this column store index</value>
|
||||
<value>Columnas en este índice de almacén de columnas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
|
||||
<value>Columnas</value>
|
||||
@@ -3944,7 +3944,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<value>Columna</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 columna con el nombre '{0}' ya se ha agregado al índice de almacén de columnas no agrupado '{1}'. Número de fila: {2}.</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
|
||||
<value>Índices de almacenamiento de columnas</value>
|
||||
@@ -3953,10 +3953,10 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<value>Índice de almacenamiento de columnas</value>
|
||||
</data>
|
||||
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
|
||||
<value>New Column Store Index</value>
|
||||
<value>Nuevo índice de almacén de columnas</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>El índice del almacén de columnas no agrupado '{0}' no tiene ninguna columna asociada.</value>
|
||||
</data>
|
||||
<data name="TableDesignerConfirmationText" xml:space="preserve">
|
||||
<value>He leído el resumen y entiendo los posibles riesgos.</value>
|
||||
|
||||
Reference in New Issue
Block a user