mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
[Loc] added string changes (#1712)
This commit is contained in:
@@ -6408,8 +6408,8 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="translated">Nombre del índice del almacén de columnas</target>
|
||||
<source>Name of the columnstore index</source>
|
||||
<target state="translated">Nombre del índice de almacén de columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
@@ -6418,13 +6418,13 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<source>Description of the columnstore index</source>
|
||||
<target state="translated">Descripción del índice del almacén de columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="translated">Indica si el índice del almacén de columnas está agrupado.</target>
|
||||
<source>Whether the columnstore index is clustered.</source>
|
||||
<target state="translated">Si el índice de almacén de columnas está agrupado.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
@@ -6433,7 +6433,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<source>Filter predicate of the columnstore index</source>
|
||||
<target state="translated">Predicado de filtro del índice de almacén de columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
@@ -6443,7 +6443,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<source>Columns in this columnstore index</source>
|
||||
<target state="translated">Columnas en este índice de almacén de columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
@@ -6463,28 +6463,28 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<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>
|
||||
<source>Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.</source>
|
||||
<target state="translated">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}.</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">Índices de almacenamiento de columnas</target>
|
||||
<source>Columnstore Indexes</source>
|
||||
<target state="translated">Índices de almacén de columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="translated">Índice de almacenamiento de columnas</target>
|
||||
<source>Columnstore Index</source>
|
||||
<target state="translated">Índice de almacén de columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<source>New Columnstore Index</source>
|
||||
<target state="translated">Nuevo índice de almacén de columnas</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>
|
||||
<source>Non-clustered columnstore index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="translated">El índice del almacén de columnas no agrupado '{0}' no tiene ninguna columna asociada.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
@@ -6494,6 +6494,11 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<target state="translated">He leído el resumen y entiendo los posibles riesgos.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorConnectionNotFound">
|
||||
<source>The connection could not be found</source>
|
||||
<target state="translated">No se encontró la conexión</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user