[Loc] update to xlfs and resx files (#1622)

This commit is contained in:
Alex Ma
2022-08-08 11:08:39 -07:00
committed by GitHub
parent 9d9379a30f
commit 46b6dd2e46
20 changed files with 1060 additions and 0 deletions

View File

@@ -6254,6 +6254,73 @@ El procesador de consultas estima que la implementación del siguiente índice p
<target state="translated">Promedio de tamaño de fila</target>
<note></note>
</trans-unit>
<trans-unit id="IndexIncludedColumnsGroupTitle">
<source>Included Columns</source>
<target state="translated">Columnas incluidas</target>
<note></note>
</trans-unit>
<trans-unit id="IndexIncludedColumnsPropertyDescription">
<source>The included columns of the index</source>
<target state="translated">Columnas incluidas del índice</target>
<note></note>
</trans-unit>
<trans-unit id="IndexIncludedColumnsAddColumn">
<source>Add Column</source>
<target state="translated">Agregar columna</target>
<note></note>
</trans-unit>
<trans-unit id="IndexIncludedColumnsColumnPropertyName">
<source>Column</source>
<target state="translated">Columna</target>
<note></note>
</trans-unit>
<trans-unit id="IndexFilterPredicatePropertyDescription">
<source>Filter predicate of the index</source>
<target state="translated">Filtrar predicado del índice</target>
<note></note>
</trans-unit>
<trans-unit id="IndexFilterPredicatePropertyTitle">
<source>Filter Predicate</source>
<target state="translated">Predicado de filtro</target>
<note></note>
</trans-unit>
<trans-unit id="ClusteredIndexCannotHaveIncludedColumnsRuleDescription">
<source>Included columns are not supported for a clustered index.</source>
<target state="translated">No se admiten columnas incluidas para un índice agrupado.</target>
<note></note>
</trans-unit>
<trans-unit id="ClusteredIndexCannotHaveFilterPredicateRuleDescription">
<source>Filter predicate is not supported for a clustered index.</source>
<target state="translated">No se admite el predicado de filtro para un índice agrupado.</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnCanOnlyAppearOnceInIndexIncludedColumnsRuleDescription">
<source>Column with name '{0}' has already been included to the index '{1}'. Row number: {2}.</source>
<target state="translated">La columna con el nombre '{0}' ya se ha incluido en el índice '{1}'. Número de fila: {2}.</target>
<note>.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="ColumnCannotDuplicateWitIndexKeyColumnsRuleDescription">
<source>Included column with name '{0}' has already been part of the index '{1}' and it cannot be included. Row number: {2}.</source>
<target state="translated">La columna incluida con el nombre '{0}' ya forma parte del índice '{1}' y no se puede incluir. Número de fila: {2}.</target>
<note>.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="UpdatableLedger_LabelPart">
<source>Updatable Ledger</source>
<target state="translated">Libro de contabilidad actualizable</target>
<note></note>
</trans-unit>
<trans-unit id="AppendOnlyLedger_LabelPart">
<source>Append-Only Ledger</source>
<target state="translated">Libro de contabilidad de solo anexo</target>
<note></note>
</trans-unit>
<trans-unit id="Ledger_LabelPart">
<source>Ledger</source>
<target state="translated">Libro de contabilidad</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>