mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
xlf update for 4-20-2023 (#2023)
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="QueryServiceExecutionPlanNotFound">
|
||||
<source>Could not retrieve an execution plan from the result set</source>
|
||||
<target state="new">Could not retrieve an execution plan from the result set</target>
|
||||
<target state="translated">No se pudo recuperar un plan de ejecución del conjunto de resultados.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="PeekDefinitionAzureError">
|
||||
@@ -1846,7 +1846,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="UnknownSizeUnit">
|
||||
<source>Unknown size unit {0}</source>
|
||||
<target state="new">Unknown size unit {0}</target>
|
||||
<target state="translated">Tamaño de unidad desconocido {0}</target>
|
||||
<note>.
|
||||
Parameters: 0 - unit (string) </note>
|
||||
</trans-unit>
|
||||
@@ -1933,7 +1933,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="Error_InvalidDirectoryName">
|
||||
<source>Path {0} is not a valid directory</source>
|
||||
<target state="new">Path {0} is not a valid directory</target>
|
||||
<target state="translated">La ruta de acceso [{0}] no es un directorio válido.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="Error_ExistingDirectoryName">
|
||||
@@ -2097,7 +2097,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorMessage">
|
||||
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType). Literal value: {2}</source>
|
||||
<target state="new">Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType). Literal value: {2}</target>
|
||||
<target state="translated">No se puede convertir {0} en un objeto Microsoft.Data.SqlClient.SqlParameter. El literal especificado no se puede convertir en {1}(Microsoft.Data.SqlDbType). Valor del literal: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
|
||||
</trans-unit>
|
||||
@@ -2109,7 +2109,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="BinaryLiteralPrefixMissingError">
|
||||
<source>Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as prefix 0x is expected for a binary literals. Literal value: {2}</source>
|
||||
<target state="new">Unable to convert {0} to a Microsoft.Data.SqlClient.SqlParameter object. The specified literal cannot be converted to {1}(Microsoft.Data.SqlDbType), as prefix 0x is expected for a binary literals. Literal value: {2}</target>
|
||||
<target state="translated">No se puede convertir {0} en un objeto Microsoft.Data.SqlClient.SqlParameter. El literal especificado no se puede convertir en {1}(Microsoft.Data.SqlDbType), ya que se espera un prefijo 0x en los literales binarios. Valor del literal: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - variableName (string), 1 - sqlDataType (string), 2 - literalValue (string) </note>
|
||||
</trans-unit>
|
||||
@@ -5071,7 +5071,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="TFPDescription">
|
||||
<source>Applies a trained machine learning model to input data</source>
|
||||
<target state="new">Applies a trained machine learning model to input data</target>
|
||||
<target state="translated">Aplica un modelo de aprendizaje automático entrenado para la entrada de datos.</target>
|
||||
<note> Operator description</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableValueFunction">
|
||||
@@ -6395,7 +6395,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2.</source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2.</target>
|
||||
<target state="translated">Recuento de depósitos del índice hash. Tenga en cuenta que el valor siempre se redondeará automáticamente a la siguiente potencia de 2.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
@@ -7139,12 +7139,12 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="ServiceProviderNotSet">
|
||||
<source>SetServiceProvider() was not called to establish the required service provider</source>
|
||||
<target state="new">SetServiceProvider() was not called to establish the required service provider</target>
|
||||
<target state="translated">No se llamó a SetServiceProvider() para establecer el proveedor de servicios necesario</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ServiceNotFound">
|
||||
<source>Service {0} was not found in the service provider</source>
|
||||
<target state="new">Service {0} was not found in the service provider</target>
|
||||
<target state="translated">El servicio {0} no se ha encontrado en el proveedor de servicios</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user