mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-10 02:02:37 -05:00
[Loc] update to xlfs and resx files (#1622)
This commit is contained in:
@@ -6254,6 +6254,73 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
|
||||
<target state="translated">Dimensioni medie righe</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIncludedColumnsGroupTitle">
|
||||
<source>Included Columns</source>
|
||||
<target state="translated">Colonne incluse</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIncludedColumnsPropertyDescription">
|
||||
<source>The included columns of the index</source>
|
||||
<target state="translated">Le colonne incluse dell’indice</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIncludedColumnsAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="translated">Aggiungi colonna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIncludedColumnsColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="translated">Colonna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the index</source>
|
||||
<target state="translated">Predicato di filtro dell'indice</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="translated">Predicato del filtro</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ClusteredIndexCannotHaveIncludedColumnsRuleDescription">
|
||||
<source>Included columns are not supported for a clustered index.</source>
|
||||
<target state="translated">Le colonne incluse non sono supportate per un indice cluster.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ClusteredIndexCannotHaveFilterPredicateRuleDescription">
|
||||
<source>Filter predicate is not supported for a clustered index.</source>
|
||||
<target state="translated">Il predicato di filtro non è supportato per un indice cluster.</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 colonna con nome '{0}' è già stata aggiunta all'indice '{1}'. Numero di riga: {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 colonna inclusa con nome '{0}' fa già parte dell'indice '{1}' e non può essere inclusa. Numero di riga: {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 mastro aggiornabile</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AppendOnlyLedger_LabelPart">
|
||||
<source>Append-Only Ledger</source>
|
||||
<target state="translated">Libro mastro Append-Only</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Ledger_LabelPart">
|
||||
<source>Ledger</source>
|
||||
<target state="translated">Libro mastro</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user