[Loc] more string changes (#19379)

This commit is contained in:
Alex Ma
2022-05-13 17:28:13 -07:00
committed by GitHub
parent 265f59ae94
commit aee14c8170
3 changed files with 31 additions and 25 deletions

View File

@@ -7,15 +7,9 @@
<trans-unit id="addPackage">
<source xml:lang="en">Add Package</source>
</trans-unit>
<trans-unit id="addPackageReferenceMessage">
<source xml:lang="en">To use SQL bindings, ensure your Azure Functions project has a reference to {0}</source>
</trans-unit>
<trans-unit id="addSqlBinding">
<source xml:lang="en">Adding SQL Binding to function "{0}"...</source>
</trans-unit>
<trans-unit id="addSqlBindingPackageError">
<source xml:lang="en">Error adding Sql Binding extension package to project</source>
</trans-unit>
<trans-unit id="azureFunctionsExtensionNotFound">
<source xml:lang="en">The Azure Functions extension is required to create a new Azure Function with SQL binding but is not installed, install it now?</source>
</trans-unit>
@@ -23,7 +17,7 @@
<source xml:lang="en">Azure Functions extension must be installed in order to use this feature.</source>
</trans-unit>
<trans-unit id="azureFunctionsProjectMustBeOpened">
<source xml:lang="en">A C# Azure Functions project must be present in order to create a new Azure Function for this table.</source>
<source xml:lang="en">A C# Azure Functions project must be present in order to create a new Azure Function with SQL binding.</source>
</trans-unit>
<trans-unit id="browseEllipsis">
<source xml:lang="en">Browse...</source>
@@ -91,9 +85,6 @@
<trans-unit id="install">
<source xml:lang="en">Install</source>
</trans-unit>
<trans-unit id="jsonParseError">
<source xml:lang="en">{0} near line "{1}", column "{2}"</source>
</trans-unit>
<trans-unit id="learnMore">
<source xml:lang="en">Learn more</source>
</trans-unit>
@@ -103,9 +94,6 @@
<trans-unit id="nameMustNotBeEmpty">
<source xml:lang="en">Name must not be empty</source>
</trans-unit>
<trans-unit id="needConnection">
<source xml:lang="en">A connection is required to use Azure Function with SQL Binding</source>
</trans-unit>
<trans-unit id="noAzureFunctionsInFile">
<source xml:lang="en">No Azure functions in the current active file</source>
</trans-unit>
@@ -172,9 +160,6 @@
<trans-unit id="timeoutExtensionError">
<source xml:lang="en">Timed out waiting for extension to install</source>
</trans-unit>
<trans-unit id="timeoutProjectError">
<source xml:lang="en">Timed out waiting for project to be created</source>
</trans-unit>
<trans-unit id="unableToSetConnectionString">
<source xml:lang="en">Failed to set connection string app setting</source>
</trans-unit>
@@ -187,9 +172,6 @@
<trans-unit id="valueMustNotBeEmpty">
<source xml:lang="en">Value must not be empty</source>
</trans-unit>
<trans-unit id="workspaceMustBeUsed">
<source xml:lang="en">The current folder is not a workspace folder. Please open a workspace folder and try again.</source>
</trans-unit>
<trans-unit id="yesString">
<source xml:lang="en">Yes</source>
</trans-unit>
@@ -205,7 +187,7 @@
<source xml:lang="en">Add SQL Binding (preview)</source>
</trans-unit>
<trans-unit id="sqlBindings.createAzureFunction">
<source xml:lang="en">Create Azure Function with SQL binding</source>
<source xml:lang="en">Create Azure Function with SQL binding (preview)</source>
</trans-unit>
</body></file>
</xliff>