mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] update to XLFS for 2-13-2023 (#21929)
This commit is contained in:
@@ -167,11 +167,8 @@
|
||||
<trans-unit id="cms.connectionOptions.currentLanguage.displayName">
|
||||
<source xml:lang="en">Current language</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.description">
|
||||
<source xml:lang="en">When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' encryption is supported on SQL Server 2022 onwards.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.displayName">
|
||||
<source xml:lang="en">Encrypt</source>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.strict">
|
||||
<source xml:lang="en">Strict</source>
|
||||
@@ -179,8 +176,11 @@
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.true">
|
||||
<source xml:lang="en">Mandatory (True)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.description">
|
||||
<source xml:lang="en">When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.displayName">
|
||||
<source xml:lang="en">Encrypt</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.failoverPartner.description">
|
||||
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
|
||||
@@ -291,7 +291,7 @@
|
||||
<source xml:lang="en">Server</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.trustServerCertificate.description">
|
||||
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate</source>
|
||||
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate. This property is not supported with Encrypt=Strict.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.trustServerCertificate.displayName">
|
||||
<source xml:lang="en">Trust server certificate</source>
|
||||
@@ -417,4 +417,4 @@
|
||||
<source xml:lang="en">Version</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
</xliff>
|
||||
@@ -269,11 +269,8 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<trans-unit id="mssql.connectionOptions.enclaveAttestationUrl.displayName">
|
||||
<source xml:lang="en">Enclave Attestation URL</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.description">
|
||||
<source xml:lang="en">When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' encryption is supported on SQL Server 2022 onwards.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.displayName">
|
||||
<source xml:lang="en">Encrypt</source>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.strict">
|
||||
<source xml:lang="en">Strict</source>
|
||||
@@ -281,8 +278,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.true">
|
||||
<source xml:lang="en">Mandatory (True)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.description">
|
||||
<source xml:lang="en">When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.encrypt.displayName">
|
||||
<source xml:lang="en">Encrypt</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.failoverPartner.description">
|
||||
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
|
||||
@@ -387,7 +387,7 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Server</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.trustServerCertificate.description">
|
||||
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate</source>
|
||||
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate. This property is not supported with Encrypt=Strict.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.trustServerCertificate.displayName">
|
||||
<source xml:lang="en">Trust server certificate</source>
|
||||
@@ -627,4 +627,4 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Show Log File</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
</xliff>
|
||||
@@ -801,6 +801,12 @@
|
||||
<trans-unit id="sameDatabase">
|
||||
<source xml:lang="en">Same database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="save">
|
||||
<source xml:lang="en">Save</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="saveProfileAsButtonText">
|
||||
<source xml:lang="en">Save Profile As...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema">
|
||||
<source xml:lang="en">Schema</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -7,6 +7,15 @@
|
||||
<trans-unit id="azure.accounts.accountStaleError">
|
||||
<source xml:lang="en">The access token for selected account '{0}' and tenant '{1}' is no longer valid. Select 'Link account' and refresh the account, or select a different account.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceCrashMessage">
|
||||
<source xml:lang="en">Migration service component could not start. {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceCrashed">
|
||||
<source xml:lang="en">Service component crashed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceProviderIntializationError">
|
||||
<source xml:lang="en">Service provider could not be initialized.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-migration.login.wizard.title">
|
||||
<source xml:lang="en">Migrate logins from '{0}' to Azure SQL</source>
|
||||
</trans-unit>
|
||||
@@ -2463,6 +2472,9 @@ This may take some time.</source>
|
||||
<trans-unit id="total.tables.selected.of.total">
|
||||
<source xml:lang="en">{0} of {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="waitingForService">
|
||||
<source xml:lang="en">Waiting for {0} component to start.</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/sql-migration/dist/models/stateMachine" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="sql.migration.starting.migration.error">
|
||||
@@ -2471,6 +2483,41 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.starting.migration.message">
|
||||
<source xml:lang="en">Starting migration for database {0} to {1} - {2}</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/sql-migration/dist/service/serviceClient" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="downloadingService">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceComplete">
|
||||
<source xml:lang="en">Done downloading {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceSize">
|
||||
<source xml:lang="en">({0} KB)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceStatus">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="entryExtractedChannelMsg">
|
||||
<source xml:lang="en">Extracted {0} ({1}/{2})</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.serviceStartFailed">
|
||||
<source xml:lang="en">Failed to start {0}: {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingService">
|
||||
<source xml:lang="en">Installing {0} Service</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingServiceDetailed">
|
||||
<source xml:lang="en">Installing {0} to {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceInstalled">
|
||||
<source xml:lang="en">Installed {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStarted">
|
||||
<source xml:lang="en">{0} Started</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStarting">
|
||||
<source xml:lang="en">Starting {0}</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/sql-migration/package" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="cancel-migration-menu">
|
||||
|
||||
@@ -4626,6 +4626,9 @@ Error: {1}</source>
|
||||
<trans-unit id="maxColumnWidth">
|
||||
<source xml:lang="en">The maximum width in pixels for auto-sized columns</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="resultsGrid.showJsonAsLink">
|
||||
<source xml:lang="en">Whether to show cells with JSON formatted string as hyperlink. When enabled, upon click the JSON value will be opened in another tab. The default value is true.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="resultsGridConfigurationTitle">
|
||||
<source xml:lang="en">Results Grid and Messages</source>
|
||||
</trans-unit>
|
||||
@@ -5604,6 +5607,12 @@ Error: {1}</source>
|
||||
<trans-unit id="wizardPageNumberDisplayText">
|
||||
<source xml:lang="en">Step {0}</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/dialog/browser/wizardNavigation.component" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="wizardNavigation.stepName">
|
||||
<source xml:lang="en">Step {0}: {1}</source>
|
||||
<note>Name of a step in wizard. {0}: step number, {1}: step name.</note>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/dialog/common/dialogTypes" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="dialogModalCancelButtonLabel">
|
||||
|
||||
Reference in New Issue
Block a user