diff --git a/resources/xlf/en/data-workspace.xlf b/resources/xlf/en/data-workspace.xlf index 58f1b59299..e14e5bec54 100644 --- a/resources/xlf/en/data-workspace.xlf +++ b/resources/xlf/en/data-workspace.xlf @@ -88,6 +88,9 @@ To learn more about projects [read our docs](https://aka.ms/azuredatastudio-proj Error during git clone. View git output for more details + + List of opened projects should not be undefined after refresh from disk. + OK diff --git a/resources/xlf/en/sql-database-projects.xlf b/resources/xlf/en/sql-database-projects.xlf index 4e73abf817..ef6af40bdc 100644 --- a/resources/xlf/en/sql-database-projects.xlf +++ b/resources/xlf/en/sql-database-projects.xlf @@ -25,6 +25,9 @@ Publish + + Deploy + Create Project From Database @@ -352,6 +355,105 @@ Name must not be empty + + Select where to deploy the project to + + + Deploy to existing server + + + Deploy to docker container + + + Enter port number or press enter to use the default value + + + Enter connection string environment variable name + + + Enter connection string template + + + Enter password or press enter to use the generated password + + + Port must a be number + + + Value cannot be empty + + + Enter a template for SQL connection string + + + Would you like to update Azure Function local.settings.json with the new connection string? + + + Enter environment variable for SQL connection string + + + Deploying SQL Db Project Locally + + + Database project deployed successfully + + + Cleaning existing deployments... + + + Creating deployment settings ... + + + Building and running the docker container ... + + + Docker container is not running + + + Failed to run the docker container + + + Connecting to SQL Server on Docker + + + Failed to open a connection to the deployed database' + + + Failed to complete task '{0}'. Error: {1} + + + Failed to deploy project. Check output pane for more details. {0} + + + Failed to update app setting '{0}' + + + Updating app setting: '{0}' + + + Connection failed error: '{0}' + + + Docker created id: '{0}' + + + Docker logs: '{0}' + + + Waiting for {0} seconds before another attempt for operation '{1}' + + + Running operation '{2}' Attempt {0} of {1} + + + Operation '{0}' completed successfully. Result: {1} + + + Operation '{0}' failed. Re-trying... Current Result: {1}. Error: '{2}' + + + Operation '{0}' failed. Re-trying... Error: '{1}' + Add database reference diff --git a/resources/xlf/en/sql-migration.xlf b/resources/xlf/en/sql-migration.xlf index d359dab4e1..85bda7b3c6 100644 --- a/resources/xlf/en/sql-migration.xlf +++ b/resources/xlf/en/sql-migration.xlf @@ -74,6 +74,9 @@ This may take some time. An error occurred while assessing the server '{0}'. + + Refresh Assessment + Choose your Azure SQL target @@ -170,6 +173,9 @@ This may take some time. Provide the network share location that contains backups and the user credentials that has read access to the share + + Enter target database name for the selected source database(s). + Network share location that contains backups. @@ -197,6 +203,15 @@ This may take some time. Database '{0}' already exists on the target managed instance '{1}'. + + Azure Storage Blob Container details + + + Provide the Azure Storage Blob Container that contains the backups. + + + Enter target database name and select resource group, storage account and container for the selected source database(s). + Select the subscription that contains the storage account.