[Loc] update to sql-database-projects and sql (#18099)

This commit is contained in:
Alex Ma
2022-01-14 20:32:12 -08:00
committed by GitHub
parent d213e4d60e
commit 801a030953
2 changed files with 22 additions and 1 deletions

View File

@@ -136,6 +136,9 @@
<trans-unit id="connectionFailedError">
<source xml:lang="en">Connection failed error: '{0}'</source>
</trans-unit>
<trans-unit id="connectionProfile">
<source xml:lang="en">Select a connection profile</source>
</trans-unit>
<trans-unit id="connectionRadioButtonLabel">
<source xml:lang="en">Connections</source>
</trans-unit>
@@ -390,6 +393,9 @@
<trans-unit id="extractTargetRequired">
<source xml:lang="en">Target information for extract is required to create database project.</source>
</trans-unit>
<trans-unit id="failedToGetConnectionString">
<source xml:lang="en">An error occurred generating the connection string for the selected connection</source>
</trans-unit>
<trans-unit id="failedToParse">
<source xml:lang="en">Failed to parse "{0}": {1}.</source>
</trans-unit>
@@ -747,6 +753,12 @@
<trans-unit id="selectConnection">
<source xml:lang="en">Select connection</source>
</trans-unit>
<trans-unit id="selectConnectionError">
<source xml:lang="en">Failed to set connection string app setting: {0}</source>
</trans-unit>
<trans-unit id="selectConnectionString">
<source xml:lang="en">Select SQL connection string method</source>
</trans-unit>
<trans-unit id="selectDacpac">
<source xml:lang="en">Select .dacpac</source>
</trans-unit>
@@ -876,6 +888,9 @@
<trans-unit id="unableToPerformAction">
<source xml:lang="en">Unable to locate '{0}' target: '{1}'</source>
</trans-unit>
<trans-unit id="unableToSetConnectionString">
<source xml:lang="en">Failed to set connection string app setting</source>
</trans-unit>
<trans-unit id="unexpectedProjectContext">
<source xml:lang="en">Unable to establish project context. Command invoked from unexpected location: {0}</source>
</trans-unit>
@@ -906,6 +921,9 @@
<trans-unit id="updatingProjectFromDatabase">
<source xml:lang="en">Updating {0} from {1}...</source>
</trans-unit>
<trans-unit id="userConnectionString">
<source xml:lang="en">Enter connection string</source>
</trans-unit>
<trans-unit id="userSelectionCancelled">
<source xml:lang="en">User has cancelled selection for how to run autorest.</source>
</trans-unit>

View File

@@ -225,6 +225,9 @@
<trans-unit id="vscodeFunctionalityNotSupportedError">
<source xml:lang="en">This VS Code functionality is not supported in Azure Data Studio.</source>
</trans-unit>
<trans-unit id="vscodeInvalidArgumentsError">
<source xml:lang="en">Invalid arguments</source>
</trans-unit>
<trans-unit id="watermark.newNotebook">
<source xml:lang="en">New Notebook</source>
</trans-unit>
@@ -596,7 +599,7 @@
<source xml:lang="en">A NavigationProvider with valid providerId must be passed to this method</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/api/common/vscodeExecuteProvider" source-language="en" datatype="plaintext"><body>
<file original="src/sql/workbench/api/common/notebooks/vscodeExecuteProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="errorStartBeforeReady">
<source xml:lang="en">Cannot start a session, the manager is not yet initialized</source>
</trans-unit>