mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] updates to xlfs 3-5-2023 (#22152)
This commit is contained in:
@@ -602,6 +602,9 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<trans-unit id="mssql.disabled">
|
||||
<source xml:lang="en">Disabled</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enableSqlAuthenticationProvider">
|
||||
<source xml:lang="en">Enables use of the Sql Authentication Provider for 'Active Directory Interactive' authentication mode when user selects 'AzureMFA' authentication. This enables Server-side resource endpoint integration when fetching access tokens. This option is only supported for 'MSAL' Azure Authentication Library. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
</trans-unit>
|
||||
@@ -696,7 +699,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<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>
|
||||
<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. Azure Data Studio is required to be relaunched when the value is changed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.piiLogging">
|
||||
<source xml:lang="en">[Optional] Should Personally Identifiable Information (PII) be logged in the log file.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user