[Loc] updates to xlfs for 9-7-2022 (#20561)

This commit is contained in:
Alex Ma
2022-09-07 16:52:16 -07:00
committed by GitHub
parent aa0f1e88e8
commit f2ae61d2b2
3 changed files with 12 additions and 1 deletions

View File

@@ -172,6 +172,11 @@
<trans-unit id="azure.resource.providers.KustoContainerLabel">
<source xml:lang="en">Azure Data Explorer Cluster</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/providers/mysqlFlexibleServer/mysqlFlexibleServerTreeDataProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.providers.databaseServer.treeDataProvider.mysqlFlexibleServerContainerLabel">
<source xml:lang="en">Azure Database for MySQL Flexible server</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/providers/postgresArcServer/postgresServerTreeDataProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.providers.postgresArcServer.treeDataProvider.postgresServerContainerLabel">

View File

@@ -405,6 +405,9 @@
<trans-unit id="bdc.dashboard.title">
<source xml:lang="en">Big Data Cluster Dashboard -</source>
</trans-unit>
<trans-unit id="bdc.deprecationWarning">
<source xml:lang="en">The Big Data Cluster add-on is being retired and Azure Data Studio functionality for it will be removed in an upcoming release. Read more about this and support going forward [here](https://go.microsoft.com/fwlink/?linkid=2207340).</source>
</trans-unit>
<trans-unit id="mount.error.endpointNotFound">
<source xml:lang="en">Controller endpoint information was not found</source>
</trans-unit>

View File

@@ -1036,8 +1036,11 @@
<trans-unit id="mssql.query.lockTimeout">
<source xml:lang="en">Enable SET LOCK TIMEOUT option (in milliseconds)</source>
</trans-unit>
<trans-unit id="mssql.query.maxCharsToStore">
<source xml:lang="en">Maximum number of characters/bytes to store for each value in character/binary columns after running a query. Default value: 65,535. Valid value range: 1 to 2,147,483,647.</source>
</trans-unit>
<trans-unit id="mssql.query.maxXmlCharsToStore">
<source xml:lang="en">Number of XML characters to store after running a query</source>
<source xml:lang="en">Maximum number of characters to store for each value in XML columns after running a query. Default value: 2,097,152. Valid value range: 1 to 2,147,483,647.</source>
</trans-unit>
<trans-unit id="mssql.query.noCount">
<source xml:lang="en">Enable SET NOCOUNT option</source>