diff --git a/build/gulpfile.extensions.js b/build/gulpfile.extensions.js index 3865ea12ac..b899cb8921 100644 --- a/build/gulpfile.extensions.js +++ b/build/gulpfile.extensions.js @@ -240,7 +240,7 @@ exports.compileExtensionsBuildTask = compileExtensionsBuildTask; //Get every extension in 'extensions' to create XLF files. const exportCompilations = glob.sync('**/package.json', { cwd: extensionsPath, - ignore: ['**/out/**', '**/node_modules/**', 'package.json'] + ignore: ['**/out/**', '**/node_modules/**', '**/sqltoolsservice/**', 'package.json'] }); //Run the localization packaging task on all extensions in ADS. diff --git a/resources/xlf/en/arc.xlf b/resources/xlf/en/arc.xlf index 1c0ae36442..34831e6e18 100644 --- a/resources/xlf/en/arc.xlf +++ b/resources/xlf/en/arc.xlf @@ -1506,7 +1506,7 @@ Point in time retention (days) - [PREVIEW] Business Critical (Unlimited vCores and RAM, advanced high availability) + Business Critical (Unlimited vCores and RAM, advanced high availability) Select from the latest vCore service tiers available for SQL Managed Instance - Azure Arc including General Purpose and Business Critical. diff --git a/resources/xlf/en/sql-bindings.xlf b/resources/xlf/en/sql-bindings.xlf index 216de2b25c..ae3a25d8f8 100644 --- a/resources/xlf/en/sql-bindings.xlf +++ b/resources/xlf/en/sql-bindings.xlf @@ -85,6 +85,9 @@ Input + + Retrieves data from a database + Install @@ -118,6 +121,9 @@ Output + + Save data to a database + Save diff --git a/resources/xlf/en/sql.xlf b/resources/xlf/en/sql.xlf index e41d760447..8297411b1c 100644 --- a/resources/xlf/en/sql.xlf +++ b/resources/xlf/en/sql.xlf @@ -677,11 +677,8 @@ Designer is loaded - - Add new row to '{0}' table - - - Add New + + Move Row Processing... @@ -707,7 +704,7 @@ Scripts - + The component type: {0} is not supported @@ -729,6 +726,32 @@ Designer text editor. + + + + Add New + + + Insert after + + + Insert before + + + Move Down + + + Move selected row down one position + + + Move Up + + + Move selected row up one position + + + Add new row to '{0}' table +