[Loc] fix for webpack for sql-migration and update to XLFs two weeks prior to code complete. (#22484)

This commit is contained in:
Alex Ma
2023-03-27 17:07:14 -07:00
committed by GitHub
parent 97eb69477e
commit fd8d8b0a27
4 changed files with 59 additions and 6 deletions

View File

@@ -13,5 +13,8 @@ module.exports = withDefaults({
context: __dirname,
entry: {
main: './src/main.ts'
},
externals: {
'native-is-elevated': 'commonjs native-is-elevated',
}
});

View File

@@ -318,6 +318,9 @@
<trans-unit id="azure.azureResourcesGridTitle">
<source xml:lang="en">Azure Resources (Preview)</source>
</trans-unit>
<trans-unit id="azure.credStoreSaveFailedError">
<source xml:lang="en">Keys for token cache could not be saved in credential store, this may cause Azure access token persistence issues and connection instabilities. It's likely that SqlTools has reached credential storage limit on Windows, please clear at least 2 credentials that start with "Microsoft.SqlTools|" in Windows Credential Manager and reload.</source>
</trans-unit>
<trans-unit id="azure.unableToOpenAzureLink">
<source xml:lang="en">Unable to open link, missing required values</source>
</trans-unit>
@@ -363,6 +366,9 @@
<trans-unit id="azurecore.centraluseuap">
<source xml:lang="en">Central US EUAP</source>
</trans-unit>
<trans-unit id="azurecore.deprecated">
<source xml:lang="en">Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead.</source>
</trans-unit>
<trans-unit id="azurecore.eastasia">
<source xml:lang="en">East Asia</source>
</trans-unit>

View File

@@ -34,12 +34,21 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<trans-unit id="mssql.failedToFindTenants">
<source xml:lang="en">Failed to find tenant '{0}' in account '{1}' when refreshing security token</source>
</trans-unit>
<trans-unit id="mssql.noConvertResult">
<source xml:lang="en">No result returned from Notebook convert request</source>
</trans-unit>
<trans-unit id="mssql.noDocumentFound">
<source xml:lang="en">No document found for URI {0}</source>
</trans-unit>
<trans-unit id="mssql.tokenRefreshFailed">
<source xml:lang="en">{0} AAD token refresh failed, please reconnect to enable {0}</source>
</trans-unit>
<trans-unit id="mssql.tokenRefreshFailedNoSecurityToken">
<source xml:lang="en">Editor token refresh failed, autocompletion will be disabled until the editor is disconnected and reconnected</source>
</trans-unit>
<trans-unit id="mssql.unsupportedPlatform">
<source xml:lang="en">Unsupported platform {0}</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/dist/main" source-language="en" datatype="plaintext"><body>
<trans-unit id="mssql.errorConvertingToNotebook">
@@ -53,6 +62,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco
</trans-unit>
</body></file>
<file original="extensions/mssql/dist/objectManagement/localizedConstants" source-language="en" datatype="plaintext"><body>
<trans-unit id="objectManagement.ColumnDisplayName">
<source xml:lang="en">column</source>
</trans-unit>
<trans-unit id="objectManagement.DatabaseDisplayName">
<source xml:lang="en">database</source>
</trans-unit>
<trans-unit id="objectManagement.LoginTypeDisplayName">
<source xml:lang="en">login</source>
</trans-unit>
@@ -62,12 +77,18 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<trans-unit id="objectManagement.OkText">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="objectManagement.TableDisplayName">
<source xml:lang="en">table</source>
</trans-unit>
<trans-unit id="objectManagement.UserDisplayName">
<source xml:lang="en">user</source>
</trans-unit>
<trans-unit id="objectManagement.UserTypeDisplayNameInTitle">
<source xml:lang="en">User</source>
</trans-unit>
<trans-unit id="objectManagement.ViewDisplayName">
<source xml:lang="en">view</source>
</trans-unit>
<trans-unit id="objectManagement.advancedSectionHeader">
<source xml:lang="en">Advanced</source>
</trans-unit>
@@ -200,6 +221,17 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<source xml:lang="en">An error occurred while while refreshing the object explorer. {0}</source>
<note>{0}: error message.</note>
</trans-unit>
<trans-unit id="objectManagement.renameObjectDialogTitle">
<source xml:lang="en">Enter new name</source>
</trans-unit>
<trans-unit id="objectManagement.renameObjectError">
<source xml:lang="en">An error occurred while renaming {0} '{1}' to '{2}'. {3}</source>
<note>{0} object type, {1}: original name, {2}: new name, {3}: error message.</note>
</trans-unit>
<trans-unit id="objectManagement.renameObjectOperationName">
<source xml:lang="en">Rename {0} '{1}' to '{2}'</source>
<note>{0} object type, {1}: original name, {2}: new name</note>
</trans-unit>
<trans-unit id="objectManagement.selectedLabel">
<source xml:lang="en">Selected</source>
</trans-unit>
@@ -450,13 +482,13 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<source xml:lang="en">Specifies a protocol for attesting a server-side enclave used with Always Encrypted with secure enclaves</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.enclaveAttestationProtocol.displayName">
<source xml:lang="en">Attestation Protocol</source>
<source xml:lang="en">Attestation protocol</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.enclaveAttestationUrl.description">
<source xml:lang="en">Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with secure enclaves</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.enclaveAttestationUrl.displayName">
<source xml:lang="en">Enclave Attestation URL</source>
<source xml:lang="en">Attestation URL</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.encrypt.categoryValues.false">
<source xml:lang="en">Optional (False)</source>
@@ -570,10 +602,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<source xml:lang="en">Replication</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.secureEnclaves.description">
<source xml:lang="en">Enables or disables Secure Enclaves for the connection</source>
<source xml:lang="en">Enables or disables Secure enclaves for the connection</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.secureEnclaves.displayName">
<source xml:lang="en">Secure Enclaves</source>
<source xml:lang="en">Secure enclaves</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.serverName.description">
<source xml:lang="en">Name of the SQL Server instance</source>
@@ -861,7 +893,10 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<source xml:lang="en">New User</source>
</trans-unit>
<trans-unit id="title.objectProperties">
<source xml:lang="en">Properties</source>
<source xml:lang="en">Properties (Preview)</source>
</trans-unit>
<trans-unit id="title.renameObject">
<source xml:lang="en">Rename</source>
</trans-unit>
<trans-unit id="title.searchServers">
<source xml:lang="en">Search: Servers</source>

View File

@@ -634,6 +634,9 @@ Default Skipped Commands:
<trans-unit id="notebookFindRangeHighlight">
<source xml:lang="en">Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.</source>
</trans-unit>
<trans-unit id="queryEditorNullBackground">
<source xml:lang="en">The background color for null values in the query editor results grid.</source>
</trans-unit>
<trans-unit id="tileBorder">
<source xml:lang="en">The border color of tiles</source>
</trans-unit>
@@ -5559,6 +5562,9 @@ Error Message: 1</source>
<trans-unit id="connection.refreshAzureTokenFailure">
<source xml:lang="en">Failed to refresh Azure account token for connection</source>
</trans-unit>
<trans-unit id="connection.unknownProvider">
<source xml:lang="en">Unknown provider '{0}'</source>
</trans-unit>
<trans-unit id="connection.unsupportedServerVersionWarning">
<source xml:lang="en">The server version is not supported by Azure Data Studio, you may still connect to it but some features in Azure Data Studio might not work as expected.</source>
</trans-unit>
@@ -5604,7 +5610,10 @@ Error Message: 1</source>
<source xml:lang="en">Add an account...</source>
</trans-unit>
<trans-unit id="connectionWidget.ConnectionStringError">
<source xml:lang="en">Failed to parse the connection string.</source>
<source xml:lang="en">Failed to parse the connection string. {0}</source>
</trans-unit>
<trans-unit id="connectionWidget.ConnectionStringUndefined">
<source xml:lang="en">No connection info returned.</source>
</trans-unit>
<trans-unit id="connectionWidget.Error">
<source xml:lang="en">Error</source>