[Loc] xlf update 10-11-2023 (#24657)

This commit is contained in:
Alex Ma
2023-10-11 17:04:11 -07:00
committed by GitHub
parent eb3598f1a7
commit 5e04523635
3 changed files with 12 additions and 5 deletions

View File

@@ -1223,6 +1223,9 @@
<trans-unit id="title.changeNotebookConnection"> <trans-unit id="title.changeNotebookConnection">
<source xml:lang="en">Change SQL Notebook Connection</source> <source xml:lang="en">Change SQL Notebook Connection</source>
</trans-unit> </trans-unit>
<trans-unit id="mssql.connection.clearPooledConnections">
<source xml:lang="en">Clear Pooled Connections</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.commandTimeout.displayName"> <trans-unit id="mssql.connectionOptions.commandTimeout.displayName">
<source xml:lang="en">Command timeout</source> <source xml:lang="en">Command timeout</source>
</trans-unit> </trans-unit>
@@ -1359,7 +1362,7 @@
<source xml:lang="en">Enabled</source> <source xml:lang="en">Enabled</source>
</trans-unit> </trans-unit>
<trans-unit id="mssql.enableConnectionPooling"> <trans-unit id="mssql.enableConnectionPooling">
<source xml:lang="en">Enables connection pooling on MSSQL connections to improve overall performance of Azure Data Studio connectivity. This setting is enabled by default. Azure Data Studio is required to be relaunched when the value is changed. To clear pooled connections, run the command: &apos;SQL Server: Clear Pooled Connections&apos;</source> <source xml:lang="en">Enables connection pooling on MSSQL connections to improve overall performance of Azure Data Studio connectivity. This setting is enabled by default. Azure Data Studio is required to be relaunched when the value is changed. To clear pooled connections, run the command: &apos;MSSQL: Clear Pooled Connections&apos;</source>
</trans-unit> </trans-unit>
<trans-unit id="mssql.connectionOptions.columnEncryptionSetting.description"> <trans-unit id="mssql.connectionOptions.columnEncryptionSetting.description">
<source xml:lang="en">Enables or disables Always Encrypted for the connection</source> <source xml:lang="en">Enables or disables Always Encrypted for the connection</source>
@@ -1556,9 +1559,6 @@
<trans-unit id="mssql.connectionOptions.authType.categoryValues.sqlLogin"> <trans-unit id="mssql.connectionOptions.authType.categoryValues.sqlLogin">
<source xml:lang="en">SQL Login</source> <source xml:lang="en">SQL Login</source>
</trans-unit> </trans-unit>
<trans-unit id="mssql.connection.clearPooledConnections">
<source xml:lang="en">SQL Server: Clear Pooled Connections</source>
</trans-unit>
<trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle"> <trans-unit id="mssql.objectExplorer.disableGroupBySchemaTitle">
<source xml:lang="en">SQL Server: Disable Group By Schema</source> <source xml:lang="en">SQL Server: Disable Group By Schema</source>
</trans-unit> </trans-unit>

View File

@@ -1943,7 +1943,7 @@
<source xml:lang="en">Select a target database</source> <source xml:lang="en">Select a target database</source>
</trans-unit> </trans-unit>
<trans-unit id="sql.migration.select.service.select.migration.target"> <trans-unit id="sql.migration.select.service.select.migration.target">
<source xml:lang="en">Select a target server.</source> <source xml:lang="en">Select a target server</source>
</trans-unit> </trans-unit>
<trans-unit id="sql.migration.select.service.select.a.tenant"> <trans-unit id="sql.migration.select.service.select.a.tenant">
<source xml:lang="en">Select a tenant</source> <source xml:lang="en">Select a tenant</source>

View File

@@ -944,12 +944,19 @@ Default Skipped Commands:
<trans-unit id="profiler.sessionStopped"> <trans-unit id="profiler.sessionStopped">
<source xml:lang="en">XEvent Profiler Session stopped unexpectedly on the server {0}.</source> <source xml:lang="en">XEvent Profiler Session stopped unexpectedly on the server {0}.</source>
</trans-unit> </trans-unit>
<trans-unit id="profilerInput.connDetails">
<source xml:lang="en">Connection Details: </source>
</trans-unit>
<trans-unit id="profilerInput.notConnected"> <trans-unit id="profilerInput.notConnected">
<source xml:lang="en">Not connected</source> <source xml:lang="en">Not connected</source>
</trans-unit> </trans-unit>
<trans-unit id="profilerInput.profiler"> <trans-unit id="profilerInput.profiler">
<source xml:lang="en">Profiler</source> <source xml:lang="en">Profiler</source>
</trans-unit> </trans-unit>
<trans-unit id="profilerInput.sessionName">
<source xml:lang="en">: Session Name: {0}
</source>
</trans-unit>
</body></file> </body></file>
<file original="src/sql/workbench/browser/editor/resourceViewer/resourceViewerInput" source-language="en" datatype="plaintext"><body> <file original="src/sql/workbench/browser/editor/resourceViewer/resourceViewerInput" source-language="en" datatype="plaintext"><body>
<trans-unit id="resourceViewer.showActions"> <trans-unit id="resourceViewer.showActions">