[Loc] updates to xlfs 3-5-2023 (#22152)

This commit is contained in:
Alex Ma
2023-03-05 05:04:27 -08:00
committed by GitHub
parent 720f91b0ea
commit 666034b85c
2 changed files with 18 additions and 6 deletions

View File

@@ -2665,6 +2665,11 @@ Default Skipped Commands:
<trans-unit id="loadingExecutionPlanFile">
<source xml:lang="en">Generating execution plans</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext"><body>
<trans-unit id="epCompare.executionPlanEditorName">
<source xml:lang="en">ExecutionPlan</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanPropertiesEdgeOperationName">
@@ -2906,11 +2911,6 @@ Default Skipped Commands:
<trans-unit id="previousSearchItemAction">
<source xml:lang="en">Previous Match</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext"><body>
<trans-unit id="epCompare.executionPlanEditorName">
<source xml:lang="en">ExecutionPlan</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext"><body>
<trans-unit id="insight condition">
@@ -5751,6 +5751,12 @@ Error Message: 1</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
</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>
</trans-unit>
<trans-unit id="noHandlerRegistered">
<source xml:lang="en">No valid execution plan handler is registered</source>
</trans-unit>