[Loc] Massive fix for March Langpack (#22180)

This commit is contained in:
Alex Ma
2023-03-06 15:04:31 -08:00
committed by GitHub
parent 8a71302aea
commit f25599119e
114 changed files with 708 additions and 498 deletions

View File

@@ -287,7 +287,7 @@
<trans-unit id="miNewDeployment">
<source xml:lang="en">New &amp;&amp;Deployment...</source>
<note>&amp;&amp; denotes a mnemonic</note>
<target state="new">New &amp;&amp;Deployment...</target>
<target state="translated">Nueva &amp;&amp;implementación...</target>
</trans-unit>
<trans-unit id="miNewNotebook">
<source xml:lang="en">&amp;&amp;New Notebook</source>
@@ -3757,6 +3757,14 @@ Comandos omitidos predeterminados:
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext" target-language="es">
<body>
<trans-unit id="epCompare.executionPlanEditorName">
<source xml:lang="en">ExecutionPlan</source>
<target state="translated">ExecutionPlan</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext" target-language="es">
<body>
<trans-unit id="executionPlanPropertiesEdgeOperationName">
@@ -4091,14 +4099,6 @@ Comandos omitidos predeterminados:
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="es">
<body>
<trans-unit id="epCompare.executionPlanEditorName">
<source xml:lang="en">ExecutionPlan</source>
<target state="translated">ExecutionPlan</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="es">
<body>
<trans-unit id="insight condition">
@@ -7415,16 +7415,16 @@ Error: {1}</target>
<trans-unit id="addAccountFailedCodeMessage">
<source xml:lang="en">{0}
Error Message: {1}</source>
<target state="new">{0}
Error Message: {1}</target>
<target state="translated">{0}
Mensaje de error: {1}</target>
</trans-unit>
<trans-unit id="addAccountFailedGenericMessage">
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
<target state="new">Adding account failed, check Azure Accounts log for more info.</target>
<target state="translated">Error al agregar la cuenta. Compruebe el registro de cuentas de Azure para obtener más información.</target>
</trans-unit>
<trans-unit id="addAccountFailedMessage">
<source xml:lang="en">{0}</source>
<target state="new">{0}</target>
<target state="translated">{0}</target>
</trans-unit>
<trans-unit id="loggingIn">
<source xml:lang="en">Adding account...</source>
@@ -8045,6 +8045,14 @@ Mensaje de error: 1</target>
</file>
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext" target-language="es">
<body>
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
<target state="translated">El proveedor con id. {0} no se registró después de 30 segundos.</target>
</trans-unit>
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
<target state="translated">El proveedor del plan de ejecución que admite el formato de archivo "{0}" no se registró después de 30 segundos.</target>
</trans-unit>
<trans-unit id="noHandlerRegistered">
<source xml:lang="en">No valid execution plan handler is registered</source>
<target state="translated">No hay registrado ningún controlador de plan de ejecución válido</target>