[Loc] update to sql xlf (#19708)

This commit is contained in:
Alex Ma
2022-06-09 17:48:25 -07:00
committed by GitHub
parent 489259d364
commit c28c31931a

View File

@@ -3247,6 +3247,11 @@ Error: {1}</source>
<trans-unit id="title.matchesCountLimit">
<source xml:lang="en">Your search returned a large number of results, only the first 999 matches will be highlighted.</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/notebook/browser/models/outputProcessor" source-language="en" datatype="plaintext"><body>
<trans-unit id="notebookInvalidOutputTypeError">
<source xml:lang="en">Output type '{0}' not recognized.</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/notebook/browser/notebook.component" source-language="en" datatype="plaintext"><body>
<trans-unit id="addCell">
@@ -4051,6 +4056,9 @@ Error: {1}</source>
<trans-unit id="copyQueryWithResultsKeyboardAction">
<source xml:lang="en">Copy Query With Results</source>
</trans-unit>
<trans-unit id="estimatedExecutionPlanKeyboardAction">
<source xml:lang="en">Display Estimated Execution Plan</source>
</trans-unit>
<trans-unit id="focusOnCurrentQueryKeyboardAction">
<source xml:lang="en">Focus on Current Query</source>
</trans-unit>
@@ -4195,17 +4203,23 @@ Error: {1}</source>
<trans-unit id="connectDatabaseLabel">
<source xml:lang="en">Connect</source>
</trans-unit>
<trans-unit id="disableActualPlanLabel">
<source xml:lang="en">Exclude Actual Plan</source>
</trans-unit>
<trans-unit id="disablesqlcmdLabel">
<source xml:lang="en">Disable SQLCMD</source>
</trans-unit>
<trans-unit id="disconnectDatabaseLabel">
<source xml:lang="en">Disconnect</source>
</trans-unit>
<trans-unit id="enableActualPlanLabel">
<source xml:lang="en">Include Actual Plan</source>
</trans-unit>
<trans-unit id="enablesqlcmdLabel">
<source xml:lang="en">Enable SQLCMD</source>
</trans-unit>
<trans-unit id="estimatedQueryPlan">
<source xml:lang="en">Explain</source>
<source xml:lang="en">Estimated Plan</source>
</trans-unit>
<trans-unit id="newQueryTask.newQuery">
<source xml:lang="en">New Query</source>
@@ -5689,12 +5703,6 @@ Error: {1}</source>
<trans-unit id="unknownCellType">
<source xml:lang="en">Cell type {0} unknown</source>
</trans-unit>
<trans-unit id="unrecognizedOutput">
<source xml:lang="en">Output type {0} not recognized</source>
</trans-unit>
<trans-unit id="unrecognizedOutputType">
<source xml:lang="en">Output type {0} not recognized</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/notebook/common/notebookRegistry" source-language="en" datatype="plaintext"><body>
<trans-unit id="carbon.extension.contributes.notebook.executionTarget">