From 634b9f8d08eeb447dc11a1274358136552fc0da3 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Wed, 9 Mar 2022 09:39:10 -0800 Subject: [PATCH] [Loc] update to sql-bindings xlf file (#18685) --- resources/xlf/en/sql-bindings.xlf | 119 ++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) diff --git a/resources/xlf/en/sql-bindings.xlf b/resources/xlf/en/sql-bindings.xlf index 071d33a398..87a065e3c5 100644 --- a/resources/xlf/en/sql-bindings.xlf +++ b/resources/xlf/en/sql-bindings.xlf @@ -1,5 +1,124 @@ + + + Local app setting '{0}' already exists. Overwrite? + + + Add Package + + + To use SQL bindings, ensure your Azure Functions project has a reference to {0} + + + Error adding Sql Binding extension package to project + + + Close + + + Select a connection profile + + + Connection string setting name + + + Connection string setting specified in "local.settings.json" + + + Create new local app setting + + + Enter connection string + + + Enter connection string setting name + + + Enter password or press escape to cancel + + + Enter the password to be used for the connection string + + + An error occurred generating the connection string for the selected connection + + + Failed to parse "{0}": {1}. + + + Do you want to include the password from this connection in your local.settings.json file? + + + Input + + + {0} near line "{1}", column "{2}" + + + More Information + + + Name must not be empty + + + No Azure functions in the current active file + + + No Azure functions projects found in the workspace + + + No + + + Open File + + + Output + + + Save + + + There are unsaved changes in the current file. Save now? + + + Select an Azure function in the current file to add SQL binding to + + + Select type of binding + + + Failed to set connection string app setting: {0} + + + Select SQL connection string method + + + Select SQL connection string setting from local.settings.json + + + SQL table or view to query + + + SQL table to upsert into + + + Failed to set connection string app setting + + + Enter connection string + + + In order to user the SQL connection string later you will need to manually enter the password in your local.settings.json file. + + + Value must not be empty + + + Yes + + Enables users to develop and publish Azure Functions with Azure SQL bindings