[Loc] update to servicelayer xlfs (#1366)

This commit is contained in:
Alex Ma
2022-01-24 10:23:09 -08:00
committed by GitHub
parent 3a5df054ae
commit a0dee6834d
10 changed files with 430 additions and 90 deletions

View File

@@ -5696,17 +5696,51 @@
<target state="translated">Specifica se il vincolo CHECK è Abilitato</target>
<note></note>
</trans-unit>
<trans-unit id="SessionMissingDetails">
<source>Unable to start streaming session {0} due to missing session details.</source>
<target state="translated">Non è possibile avviare la sessione di streaming {0} perché mancano i dettagli della sessione.</target>
<trans-unit id="QueryServiceUnsupportedSqlVariantType">
<source>The underlying type "{0}" for sql variant column "{1}" could not be resolved.</source>
<target state="translated">Impossibile risolvere il tipo sottostante "{0}" per la colonna variant SQL "{1}".</target>
<note>.
Parameters: 0 - id (int) </note>
Parameters: 0 - underlyingType (string), 1 - columnName (string) </note>
</trans-unit>
<trans-unit id="StartProfilingFailed">
<source>Failed to start profiler: {0}</source>
<target state="translated">Impossibile avviare il profiler: {0}</target>
<note>.
Parameters: 0 - error (String) </note>
<trans-unit id="IndexIsEnabledPropertyDescription">
<source>Specifies whether the index is enabled</source>
<target state="translated">Specifica se l'indice è abilitato.</target>
<note></note>
</trans-unit>
<trans-unit id="IndexIsClusteredPropertyDescription">
<source>Whether the index is clustered, only one clustered index is allowed in a table.</source>
<target state="translated">Se l'indice è cluster. È consentito un solo indice cluster in una tabella.</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerIndexIsClusteredPropertyTitle">
<source>Is Clustered</source>
<target state="translated">In cluster</target>
<note></note>
</trans-unit>
<trans-unit id="IndexIsUniquePropertyDescription">
<source>Whether the data entered into this index must be unique.</source>
<target state="translated">Indica se i dati immessi in questo indice devono essere univoci.</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerIsUniquePropertyTitle">
<source>Is Unique</source>
<target state="translated">Univoco</target>
<note></note>
</trans-unit>
<trans-unit id="IndexColumnIsAscendingPropertyDescription">
<source>Specifies the sort order of the column.</source>
<target state="translated">Specifica il tipo di ordinamento della colonna.</target>
<note></note>
</trans-unit>
<trans-unit id="IndexColumnIsAscendingPropertyTitle">
<source>Is Ascending</source>
<target state="translated">Crescente</target>
<note></note>
</trans-unit>
<trans-unit id="TableDesignerColumnsDisplayValueTitle">
<source>Columns</source>
<target state="translated">Colonne</target>
<note></note>
</trans-unit>
</body>
</file>