Files
azuredatastudio/resources/xlf/en/sql-bindings.xlf
2022-06-27 16:33:36 -07:00

202 lines
8.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/sql-bindings/dist/common/constants" source-language="en" datatype="plaintext"><body>
<trans-unit id="SettingAlreadyExists">
<source xml:lang="en">Local app setting '{0}' already exists. Overwrite?</source>
</trans-unit>
<trans-unit id="addPackage">
<source xml:lang="en">Add Package</source>
</trans-unit>
<trans-unit id="addSqlBinding">
<source xml:lang="en">Adding SQL Binding to function "{0}"...</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>
<trans-unit id="azureFunctionsExtensionNotInstalled">
<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 with SQL binding.</source>
</trans-unit>
<trans-unit id="browseEllipsis">
<source xml:lang="en">Browse...</source>
</trans-unit>
<trans-unit id="closeButton">
<source xml:lang="en">Close</source>
</trans-unit>
<trans-unit id="connectionProfile">
<source xml:lang="en">Select a connection profile</source>
</trans-unit>
<trans-unit id="connectionProgressTitle">
<source xml:lang="en">Testing SQL Server connection...</source>
</trans-unit>
<trans-unit id="connectionStringSetting">
<source xml:lang="en">Connection string setting name</source>
</trans-unit>
<trans-unit id="connectionStringSettingPlaceholder">
<source xml:lang="en">Connection string setting specified in "local.settings.json"</source>
</trans-unit>
<trans-unit id="createNewLocalAppSetting">
<source xml:lang="en">Create new local app setting</source>
</trans-unit>
<trans-unit id="createProject">
<source xml:lang="en">Create Azure Function Project</source>
</trans-unit>
<trans-unit id="doNotInstall">
<source xml:lang="en">Do not install</source>
</trans-unit>
<trans-unit id="enterConnectionString">
<source xml:lang="en">Enter connection string</source>
</trans-unit>
<trans-unit id="enterConnectionStringSettingName">
<source xml:lang="en">Enter connection string setting name</source>
</trans-unit>
<trans-unit id="enterObjectName">
<source xml:lang="en">Enter SQL table or view to query</source>
</trans-unit>
<trans-unit id="enterObjectNameToUpsert">
<source xml:lang="en">Enter SQL table to upsert into</source>
</trans-unit>
<trans-unit id="enterPasswordPrompt">
<source xml:lang="en">(Optional) Enter connection password to save in local.settings.json</source>
</trans-unit>
<trans-unit id="errorNewAzureFunction">
<source xml:lang="en">Error creating new Azure Function: {0}</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>
<trans-unit id="failedToSetSetting">
<source xml:lang="en">Failed to set connection string app setting: {0}</source>
</trans-unit>
<trans-unit id="functionNameTitle">
<source xml:lang="en">Function Name</source>
</trans-unit>
<trans-unit id="hasSpecialCharacters">
<source xml:lang="en">Name must not include special characters</source>
</trans-unit>
<trans-unit id="includePassword">
<source xml:lang="en">Do you want to include the password from this connection in your local.settings.json file?</source>
</trans-unit>
<trans-unit id="input">
<source xml:lang="en">Input</source>
</trans-unit>
<trans-unit id="inputDescription">
<source xml:lang="en">Retrieves data from a database</source>
</trans-unit>
<trans-unit id="install">
<source xml:lang="en">Install</source>
</trans-unit>
<trans-unit id="learnMore">
<source xml:lang="en">Learn more</source>
</trans-unit>
<trans-unit id="moreInformation">
<source xml:lang="en">More Information</source>
</trans-unit>
<trans-unit id="nameMustNotBeEmpty">
<source xml:lang="en">Name must not be empty</source>
</trans-unit>
<trans-unit id="noAzureFunctionsInFile">
<source xml:lang="en">No Azure functions in the current active file</source>
</trans-unit>
<trans-unit id="noAzureFunctionsProjectsInWorkspace">
<source xml:lang="en">No Azure functions projects found in the workspace</source>
</trans-unit>
<trans-unit id="noString">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="openFile">
<source xml:lang="en">Open File</source>
</trans-unit>
<trans-unit id="output">
<source xml:lang="en">Output</source>
</trans-unit>
<trans-unit id="outputDescription">
<source xml:lang="en">Save data to a database</source>
</trans-unit>
<trans-unit id="save">
<source xml:lang="en">Save</source>
</trans-unit>
<trans-unit id="saveChangesInFile">
<source xml:lang="en">There are unsaved changes in the current file. Save now?</source>
</trans-unit>
<trans-unit id="selectAzureFunction">
<source xml:lang="en">Select an Azure function in the current file to add SQL binding to</source>
</trans-unit>
<trans-unit id="selectAzureFunctionProjFolder">
<source xml:lang="en">Select folder for the Azure Function project</source>
</trans-unit>
<trans-unit id="selectBindingType">
<source xml:lang="en">Select type of binding</source>
</trans-unit>
<trans-unit id="selectBindingTypeToSpecifiedFunction">
<source xml:lang="en">Select type of binding for the function '{0}'</source>
</trans-unit>
<trans-unit id="selectButton">
<source xml:lang="en">Select</source>
</trans-unit>
<trans-unit id="selectConnectionString">
<source xml:lang="en">Select SQL connection string method</source>
</trans-unit>
<trans-unit id="selectDatabase">
<source xml:lang="en">Select Database</source>
</trans-unit>
<trans-unit id="selectProject">
<source xml:lang="en">Select the Azure Function project for the SQL Binding</source>
</trans-unit>
<trans-unit id="selectSetting">
<source xml:lang="en">Select SQL connection string setting from local.settings.json</source>
</trans-unit>
<trans-unit id="selectTable">
<source xml:lang="en">Select table to use</source>
</trans-unit>
<trans-unit id="sqlTableOrViewToQuery">
<source xml:lang="en">SQL table or view to query</source>
</trans-unit>
<trans-unit id="sqlTableToUpsert">
<source xml:lang="en">SQL table to upsert into</source>
</trans-unit>
<trans-unit id="tableListProgressTitle">
<source xml:lang="en">Fetching tables for selected database...</source>
</trans-unit>
<trans-unit id="timeoutAzureFunctionFileError">
<source xml:lang="en">Timed out waiting for Azure Function file to be created</source>
</trans-unit>
<trans-unit id="timeoutExtensionError">
<source xml:lang="en">Timed out waiting for extension to install</source>
</trans-unit>
<trans-unit id="unableToSetConnectionString">
<source xml:lang="en">Failed to set connection string app setting</source>
</trans-unit>
<trans-unit id="userConnectionString">
<source xml:lang="en">Enter connection string</source>
</trans-unit>
<trans-unit id="userPasswordLater">
<source xml:lang="en">In order to user the SQL connection string later you will need to manually enter the password in your local.settings.json file.</source>
</trans-unit>
<trans-unit id="valueMustNotBeEmpty">
<source xml:lang="en">Value must not be empty</source>
</trans-unit>
<trans-unit id="yesString">
<source xml:lang="en">Yes</source>
</trans-unit>
</body></file>
<file original="extensions/sql-bindings/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="description">
<source xml:lang="en">Enables users to develop and publish Azure Functions with Azure SQL bindings</source>
</trans-unit>
<trans-unit id="displayName">
<source xml:lang="en">SQL Bindings</source>
</trans-unit>
<trans-unit id="sqlBindings.addSqlBinding">
<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 (preview)</source>
</trans-unit>
</body></file>
</xliff>