From cfab83bade7371d5ab087bc8d236383a5d7ff8eb Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Wed, 6 Jul 2022 13:53:47 -0700 Subject: [PATCH] [Loc] sql-bindings xlf update (#19932) --- resources/xlf/en/sql-bindings.xlf | 34 +++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/resources/xlf/en/sql-bindings.xlf b/resources/xlf/en/sql-bindings.xlf index ae91bed0cb..86bada2736 100644 --- a/resources/xlf/en/sql-bindings.xlf +++ b/resources/xlf/en/sql-bindings.xlf @@ -52,15 +52,18 @@ Enter connection string setting name - - Enter SQL table or view to query - - - Enter SQL table to upsert into - (Optional) Enter connection password to save in local.settings.json + + Enter SQL table to query + + + Enter SQL table to upsert into + + + Enter SQL view to query + Error creating new Azure Function: {0} @@ -151,15 +154,24 @@ Select SQL connection string setting from local.settings.json + + Select object type to insert or upsert into + Select table to use - - SQL table or view to query + + Select view to use + + + SQL object to query SQL table to upsert into + + Table + Fetching tables for selected database... @@ -181,6 +193,12 @@ Value must not be empty + + View + + + Fetching views for selected database... + Yes