[Loc] update to xlfs for 2-7-2023 (#21873)

This commit is contained in:
Alex Ma
2023-02-07 16:51:54 -08:00
committed by GitHub
parent af8316291e
commit dfe84da196
3 changed files with 19 additions and 8 deletions

View File

@@ -1,5 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/mssql/dist/errorDiagnostics/errorDiagnosticsConstants" source-language="en" datatype="plaintext"><body>
<trans-unit id="connectionError">
<source xml:lang="en">Connection error</source>
</trans-unit>
<trans-unit id="enableTrustServerCertificate">
<source xml:lang="en">Enable Trust server certificate</source>
</trans-unit>
<trans-unit id="trustServerCertInstructionText">
<source xml:lang="en">Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog.
Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? </source>
</trans-unit>
</body></file>
<file original="extensions/mssql/dist/features" source-language="en" datatype="plaintext"><body>
<trans-unit id="mssql.canceledLinkedAzureAccountSelection">
<source xml:lang="en">Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account was selected. Please retry the query and select a linked Azure account when prompted.</source>

View File

@@ -376,6 +376,9 @@
<trans-unit id="enterNewDatabaseName">
<source xml:lang="en">Enter new database name</source>
</trans-unit>
<trans-unit id="enterNewName">
<source xml:lang="en">Enter new name</source>
</trans-unit>
<trans-unit id="enterNewSqlCmdVariableDefaultValue">
<source xml:lang="en">Enter default value for SQLCMD variable '{0}'</source>
</trans-unit>
@@ -1155,6 +1158,9 @@
<trans-unit id="sqlDatabaseProjects.publish">
<source xml:lang="en">Publish</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.rename">
<source xml:lang="en">Rename</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.schemaCompare">
<source xml:lang="en">Schema Compare</source>
</trans-unit>

View File

@@ -5395,9 +5395,6 @@ Error: {1}</source>
<trans-unit id="connectionError">
<source xml:lang="en">Connection error</source>
</trans-unit>
<trans-unit id="enableTrustServerCertificate">
<source xml:lang="en">Enable Trust server certificate</source>
</trans-unit>
<trans-unit id="kerberosErrorStart">
<source xml:lang="en">Connection failed due to Kerberos error.</source>
</trans-unit>
@@ -5410,11 +5407,6 @@ Error: {1}</source>
<trans-unit id="runKinit">
<source xml:lang="en">Run Kinit</source>
</trans-unit>
<trans-unit id="trustServerCertInstructionText">
<source xml:lang="en">Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog.
Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry? </source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/connection/browser/connectionDialogWidget" source-language="en" datatype="plaintext"><body>
<trans-unit id="connectType">