[Loc] update to mssql and sql-database-projects xlfs (#22072)

This commit is contained in:
Alex Ma
2023-02-28 17:27:11 -08:00
committed by GitHub
parent bc85f52dd4
commit 78b285e43a
2 changed files with 3 additions and 20 deletions

View File

@@ -231,26 +231,6 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<trans-unit id="objectManagement.yesText">
<source xml:lang="en">Yes</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/dist/sqlNotebook/sqlNotebookController" source-language="en" datatype="plaintext"><body>
<trans-unit id="cellExecutionCancelled">
<source xml:lang="en">Cell execution cancelled.</source>
</trans-unit>
<trans-unit id="changeNotebookConnection">
<source xml:lang="en">Change SQL Notebook Connection</source>
</trans-unit>
<trans-unit id="noConnectionError">
<source xml:lang="en">No connection provided.</source>
</trans-unit>
<trans-unit id="notebookConnection">
<source xml:lang="en">Connected to: {0}</source>
</trans-unit>
<trans-unit id="notebookDisconnected">
<source xml:lang="en">Disconnected</source>
</trans-unit>
<trans-unit id="queryInProgressError">
<source xml:lang="en">Another query is currently in progress. Please wait for that query to complete before running these cells.</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/dist/sqlToolsServer" source-language="en" datatype="plaintext"><body>
<trans-unit id="downloadServiceDoneChannelMsg">

View File

@@ -421,6 +421,9 @@
<trans-unit id="errorReadingProjectGuid">
<source xml:lang="en">Error trying to read {0} of project '{1}'</source>
</trans-unit>
<trans-unit id="errorRenamingFile">
<source xml:lang="en">Error when renaming file from {0} to {1}. Error: {2}</source>
</trans-unit>
<trans-unit id="errorRetrievingBuildFiles">
<source xml:lang="en">Could not build project. Error retrieving files needed to build.</source>
</trans-unit>