[Loc] update to mssql and sql xlfs (#19308)

This commit is contained in:
Alex Ma
2022-05-09 10:37:09 -07:00
committed by GitHub
parent fd1fc8ac67
commit c09ab8d0a9
2 changed files with 3 additions and 9 deletions

View File

@@ -974,6 +974,9 @@
<trans-unit id="mssql.logRetentionMinutes">
<source xml:lang="en">Number of minutes to retain log files for backend services. Default is 1 week.</source>
</trans-unit>
<trans-unit id="mssql.parallelMessageProcessing">
<source xml:lang="en">[Experimental] Whether the requests to the SQL Tools Service should be handled in parallel. This is introduced to discover the issues there might be when handling all requests in parallel. The default value is false. Relaunch of ADS is required when the value is changed.</source>
</trans-unit>
<trans-unit id="mssql.provider.displayName">
<source xml:lang="en">Microsoft SQL Server</source>
</trans-unit>

View File

@@ -3142,9 +3142,6 @@ Error: {1}</source>
<trans-unit id="cellRunFailed">
<source xml:lang="en">Run Cells failed - See error in output of the currently selected cell for more information.</source>
</trans-unit>
<trans-unit id="code">
<source xml:lang="en">Code</source>
</trans-unit>
<trans-unit id="codeCellsPreview">
<source xml:lang="en">Add cell</source>
</trans-unit>
@@ -3166,15 +3163,9 @@ Error: {1}</source>
<trans-unit id="previousButtonLabel">
<source xml:lang="en">&lt; Previous</source>
</trans-unit>
<trans-unit id="runAll">
<source xml:lang="en">Run Cells</source>
</trans-unit>
<trans-unit id="runAllPreview">
<source xml:lang="en">Run all</source>
</trans-unit>
<trans-unit id="text">
<source xml:lang="en">Text</source>
</trans-unit>
<trans-unit id="textPreview">
<source xml:lang="en">Text cell</source>
</trans-unit>