[Loc] update to mssql and sql xlf files (#21957)

This commit is contained in:
Alex Ma
2023-02-15 16:48:28 -08:00
committed by GitHub
parent d6c35836cc
commit 69616cd221
2 changed files with 15 additions and 0 deletions

View File

@@ -488,6 +488,15 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<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.objectExplorer.disableGroupBySchema">
<source xml:lang="en">Disable Group By Schema</source>
</trans-unit>
<trans-unit id="mssql.objectExplorer.enableGroupBySchema">
<source xml:lang="en">Enable Group By Schema</source>
</trans-unit>
<trans-unit id="mssql.objectExplorer.groupBySchema">
<source xml:lang="en">When enabled, the database objects in Object Explorer will be categorized by schema.</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>

View File

@@ -6127,6 +6127,9 @@ Error: {1}</source>
<trans-unit id="profilerFilterDialog.addClauseText">
<source xml:lang="en">Add a clause</source>
</trans-unit>
<trans-unit id="profilerFilterDialog.allClausesCleared">
<source xml:lang="en">All clauses have been cleared.</source>
</trans-unit>
<trans-unit id="profilerFilterDialog.apply">
<source xml:lang="en">Apply</source>
</trans-unit>
@@ -6151,6 +6154,9 @@ Error: {1}</source>
<trans-unit id="profilerFilterDialog.loadFilter">
<source xml:lang="en">Load Filter</source>
</trans-unit>
<trans-unit id="profilerFilterDialog.newClauseAdded">
<source xml:lang="en">A new clause has been added.</source>
</trans-unit>
<trans-unit id="profilerFilterDialog.notContainsOperator">
<source xml:lang="en">Not Contains</source>
</trans-unit>