[Loc] update to xlfs for 6-6-2022 (#19650)

This commit is contained in:
Alex Ma
2022-06-06 17:12:30 -07:00
committed by GitHub
parent e08a87d035
commit 8cb6d48da2
2 changed files with 30 additions and 4 deletions

View File

@@ -13,6 +13,9 @@
<trans-unit id="InProgress">
<source xml:lang="en">In progress</source>
</trans-unit>
<trans-unit id="Include">
<source xml:lang="en">Include</source>
</trans-unit>
<trans-unit id="PublishHistory">
<source xml:lang="en">Publish History</source>
</trans-unit>
@@ -444,6 +447,9 @@
<trans-unit id="folderStructureLabel">
<source xml:lang="en">Folder structure</source>
</trans-unit>
<trans-unit id="generalOptions">
<source xml:lang="en">General Options</source>
</trans-unit>
<trans-unit id="generateScriptButtonText">
<source xml:lang="en">Generate Script</source>
</trans-unit>
@@ -576,6 +582,12 @@
<trans-unit id="openEulaString">
<source xml:lang="en">Open License Agreement</source>
</trans-unit>
<trans-unit id="optionDescription">
<source xml:lang="en">Option Description</source>
</trans-unit>
<trans-unit id="optionName">
<source xml:lang="en">Option Name</source>
</trans-unit>
<trans-unit id="outsideFolderPath">
<source xml:lang="en">Items with absolute path outside project folder are not supported. Please make sure the paths in the project file are relative to project folder.</source>
</trans-unit>
@@ -654,6 +666,9 @@
<trans-unit id="publishDialogName">
<source xml:lang="en">Publish project</source>
</trans-unit>
<trans-unit id="publishOptions">
<source xml:lang="en">Publish Options</source>
</trans-unit>
<trans-unit id="publishProjectSucceed">
<source xml:lang="en">Database project published successfully</source>
</trans-unit>
@@ -681,6 +696,9 @@
<trans-unit id="publishToNewAzureServerFailed">
<source xml:lang="en">Failed to publish to new Azure SQL server. {0}</source>
</trans-unit>
<trans-unit id="publishingOptions">
<source xml:lang="en">Publishing Options</source>
</trans-unit>
<trans-unit id="publishingProjectMessage">
<source xml:lang="en">Publishing project in a container...</source>
</trans-unit>
@@ -696,6 +714,9 @@
<trans-unit id="reloadValuesFromProjectButtonTitle">
<source xml:lang="en">Reload values from project</source>
</trans-unit>
<trans-unit id="reset">
<source xml:lang="en">Reset</source>
</trans-unit>
<trans-unit id="resetAllVars">
<source xml:lang="en">Reset all variables</source>
</trans-unit>

View File

@@ -179,7 +179,7 @@
<source xml:lang="en">Sets the security policy for downloading extensions.</source>
</trans-unit>
<trans-unit id="incompatible">
<source xml:lang="en">Unable to install extension '{0}' as it is not compatible with Azure Data Studio '{1}'.</source>
<source xml:lang="en">Unable to install version '{0}' of extension '{1}' as it is not compatible with Azure Data Studio '{2}'. Update to Azure Data Studio {3} to install the extension.</source>
</trans-unit>
<trans-unit id="installExtensionCompletedAndReloadRequired">
<source xml:lang="en">Installing extension {0} is completed. Please reload Azure Data Studio to enable it.</source>
@@ -623,9 +623,6 @@
<trans-unit id="errorStartBeforeReady">
<source xml:lang="en">Cannot start a session, the manager is not yet initialized</source>
</trans-unit>
<trans-unit id="notebookMultipleRequestsError">
<source xml:lang="en">Cannot execute code cell. Another cell is currently being executed.</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/browser/actions" source-language="en" datatype="plaintext"><body>
<trans-unit id="clearSavedAccounts">
@@ -945,6 +942,11 @@
<trans-unit id="updateOperationName">
<source xml:lang="en">Update</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/common/constants" source-language="en" datatype="plaintext"><body>
<trans-unit id="notebookMultipleRequestsError">
<source xml:lang="en">Cannot execute code cell. Another cell is currently being executed.</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/common/editor/query/queryEditorInput" source-language="en" datatype="plaintext"><body>
<trans-unit id="disconnected">
@@ -5637,6 +5639,9 @@ Error: {1}</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/notebook/browser/notebookViews/notebookViewModel" source-language="en" datatype="plaintext"><body>
<trans-unit id="Untitled">
<source xml:lang="en">Untitled</source>
</trans-unit>
<trans-unit id="notebookView.nameTaken">
<source xml:lang="en">A view with the name {0} already exists in this notebook.</source>
</trans-unit>