[Loc] update to MSSQL and SQL xlfs for 8-24-2023 (#24215)

This commit is contained in:
Alex Ma
2023-08-24 17:25:26 -07:00
committed by GitHub
parent f16702cf9f
commit 51ce7345eb
2 changed files with 27 additions and 0 deletions

View File

@@ -149,6 +149,12 @@
<trans-unit id="objectManagement.databaseProperties.automaticSectionHeader">
<source xml:lang="en">Automatic</source>
</trans-unit>
<trans-unit id="objectManagement.autoSetProcessorAffinityIOMaskForAll">
<source xml:lang="en">Automatically set I/O affinity mask for all processors</source>
</trans-unit>
<trans-unit id="objectManagement.autoSetProcessorAffinityMaskForAll">
<source xml:lang="en">Automatically set processor affinity mask for all processors</source>
</trans-unit>
<trans-unit id="objectManagement.login.aadAuthenticationType">
<source xml:lang="en">Azure Active Directory Authentication</source>
</trans-unit>
@@ -167,6 +173,9 @@
<trans-unit id="objectManagement.browseText">
<source xml:lang="en">Browse…</source>
</trans-unit>
<trans-unit id="objectManagement.serverCPULabel">
<source xml:lang="en">CPU {0}</source>
</trans-unit>
<trans-unit id="objectManagement.closeConnections">
<source xml:lang="en">Close existing connections</source>
</trans-unit>
@@ -331,6 +340,9 @@
<trans-unit id="objectManagement.ObjectSelectionMethodDialog_TypeLabel">
<source xml:lang="en">How do you want to add objects?</source>
</trans-unit>
<trans-unit id="objectManagement.processorIOAffinityColumn">
<source xml:lang="en">I/O Affinity</source>
</trans-unit>
<trans-unit id="objectManagement.isClustered">
<source xml:lang="en">Is Clustered</source>
</trans-unit>
@@ -424,6 +436,9 @@
<trans-unit id="objectManagement.user.noLogin">
<source xml:lang="en">No Login Access</source>
</trans-unit>
<trans-unit id="objectManagement.serverNumaNodeLabel">
<source xml:lang="en">Numa Node {0}</source>
</trans-unit>
<trans-unit id="objectManagement.databaseProperties.numberOfUsers">
<source xml:lang="en">Number of Users</source>
</trans-unit>
@@ -484,6 +499,15 @@
<trans-unit id="objectManagement.platform">
<source xml:lang="en">Platform</source>
</trans-unit>
<trans-unit id="objectManagement.processorColumn">
<source xml:lang="en">Processor</source>
</trans-unit>
<trans-unit id="objectManagement.processorAffinityColumn">
<source xml:lang="en">Processor Affinity</source>
</trans-unit>
<trans-unit id="objectManagement.processorLabel">
<source xml:lang="en">Processor Affinity Table</source>
</trans-unit>
<trans-unit id="objectManagement.processors">
<source xml:lang="en">Processors</source>
</trans-unit>

View File

@@ -4574,6 +4574,9 @@ Error: {1}</source>
<trans-unit id="queryEditor.chart.defaultChartType">
<source xml:lang="en">The default chart type to use when opening Chart Viewer from a Query Results</source>
</trans-unit>
<trans-unit id="queryEditor.githubCopilotContextualizationEnabled">
<source xml:lang="en">(Preview) Enable contextualization of queries for GitHub Copilot. This setting helps GitHub Copilot to return improved suggestions, if the Copilot extension is installed and providers have implemented contextualization.</source>
</trans-unit>
<trans-unit id="queryEditor.inMemoryDataProcessingThreshold">
<source xml:lang="en">Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance.</source>
</trans-unit>