diff --git a/resources/xlf/en/data-workspace.xlf b/resources/xlf/en/data-workspace.xlf index 5ab7480e42..1dabaf47f7 100644 --- a/resources/xlf/en/data-workspace.xlf +++ b/resources/xlf/en/data-workspace.xlf @@ -67,6 +67,9 @@ Name cannot be empty + + No + OK @@ -115,6 +118,9 @@ Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now? + + Click "Learn More" button for more information about SDK-style projects + SDK-style project (Preview) @@ -133,6 +139,9 @@ Select workspace ({0}) file + + Yes (Recommended) + File '{0}' doesn't exist diff --git a/resources/xlf/en/sql-bindings.xlf b/resources/xlf/en/sql-bindings.xlf index df8ea7ce5c..202b7a293e 100644 --- a/resources/xlf/en/sql-bindings.xlf +++ b/resources/xlf/en/sql-bindings.xlf @@ -13,6 +13,15 @@ Error adding Sql Binding extension package to project + + The Azure Functions extension is required to create a new Azure Function with SQL binding but is not installed, install it now? + + + Azure Functions extension must be installed in order to use this feature. + + + A C# Azure Functions project must be present in order to create a new Azure Function for this table. + Close @@ -28,6 +37,12 @@ Create new local app setting + + Create Azure Function Project + + + Do not install + Enter connection string @@ -40,21 +55,33 @@ Enter the password to be used for the connection string + + Error creating new Azure Function: {0} + An error occurred generating the connection string for the selected connection Failed to parse "{0}": {1}. + + Function Name + Do you want to include the password from this connection in your local.settings.json file? Input + + Install + {0} near line "{1}", column "{2}" + + Learn more + More Information @@ -85,6 +112,9 @@ Select an Azure function in the current file to add SQL binding to + + Select folder for the Azure Function project + Select type of binding @@ -94,6 +124,9 @@ Select SQL connection string method + + Select the Azure Function project for the SQL Binding + Select SQL connection string setting from local.settings.json @@ -103,6 +136,15 @@ SQL table to upsert into + + Timed out waiting for Azure Function file to be created + + + Timed out waiting for extension to install + + + Timed out waiting for project to be created + Failed to set connection string app setting @@ -129,5 +171,8 @@ Add SQL Binding (preview) + + Create Azure Function with SQL binding + \ No newline at end of file