diff --git a/extensions/sql-database-projects/src/common/constants.ts b/extensions/sql-database-projects/src/common/constants.ts index b11ab9ad7b..983ada9305 100644 --- a/extensions/sql-database-projects/src/common/constants.ts +++ b/extensions/sql-database-projects/src/common/constants.ts @@ -7,7 +7,7 @@ import * as nls from 'vscode-nls'; import { SqlTargetPlatform } from 'sqldbproj'; import * as utils from '../common/utils'; -export const localize = nls.loadMessageBundle(); +const localize = nls.loadMessageBundle(); // Placeholder values export const dataSourcesFileName = 'datasources.json'; diff --git a/resources/xlf/en/notebook.xlf b/resources/xlf/en/notebook.xlf index 6a2c9141f8..7164f38607 100644 --- a/resources/xlf/en/notebook.xlf +++ b/resources/xlf/en/notebook.xlf @@ -193,6 +193,9 @@ New Notebook (Preview) + + New Section (Preview) + Spark kernels require a connection to a SQL Server Big Data Cluster master instance. @@ -721,6 +724,9 @@ Add Notebook + + Add Section + Analyze in Notebook diff --git a/resources/xlf/en/sql-database-projects.xlf b/resources/xlf/en/sql-database-projects.xlf index d366b4b332..673bf6e96f 100644 --- a/resources/xlf/en/sql-database-projects.xlf +++ b/resources/xlf/en/sql-database-projects.xlf @@ -229,12 +229,6 @@ A {0} script already exists. The new script will not be included in build. - - Deploy to docker container - - - Deploy to existing server - Different database, different server @@ -271,6 +265,9 @@ SQL Database + + Enter the base SQL Server docker image or press enter to use the default value + Enter a template for SQL connection string @@ -290,7 +287,7 @@ Enter new value for variable '{0}' - Enter password or press enter to use the generated password + Enter password Enter port number or press enter to use the default value @@ -319,6 +316,9 @@ Target information for extract is required to create database project. + + Failed to parse "{0}": {1}. + File @@ -385,6 +385,9 @@ Invalid target platform: {0}. Supported target platforms: {1} + + {0} near line "{1}", column "{2}" + Load profile... @@ -505,6 +508,12 @@ Publish Settings File + + Publish to docker container + + + Publish to existing server + Type @@ -574,9 +583,6 @@ Select database - - Select where to deploy the project to - Select folder structure @@ -589,6 +595,12 @@ Select project location + + Select where to publish the project to + + + Select SQL connection string setting from local.settings.json + Select @@ -637,8 +649,8 @@ Database Projects - - SQL object to query + + SQL table or view to query SQL table to upsert into @@ -749,9 +761,6 @@ Delete - - Deploy - Design and publish SQL database schemas