diff --git a/resources/xlf/en/sql.xlf b/resources/xlf/en/sql.xlf index ac15d4997c..07c3b7f816 100644 --- a/resources/xlf/en/sql.xlf +++ b/resources/xlf/en/sql.xlf @@ -214,7 +214,7 @@ Show Release Notes after an update. The Release Notes are opened in a new web browser window. - Configure glob patterns of file paths to exclude from file watching. Patterns must match on absolute paths (i.e. prefix with ** or the full path to match properly). Changing this setting requires a restart. When you experience Azure Data Studio consuming lots of CPU time on startup, you can exclude large folders to reduce the initial load. + Configure glob patterns of file paths to exclude from file watching. Patterns must match on absolute paths, i.e. prefix with `**/` or the full path to match properly and suffix with `/**` to match files within a path (for example `**/build/output/**` or `/Users/name/workspaces/project/build/output/**`). Changing this setting requires a restart. When you experience Azure Data Studio consuming lots of CPU time on startup, you can exclude large folders to reduce the initial load. Please reload Azure Data Studio to complete the uninstallation of the extension {0}. @@ -645,21 +645,27 @@ Add New + + Processing... + Processing changes... Changes have been processed + + Processing completed + + + Changes have been published + + + Publishing changes... + Remove - - Saving changes... - - - Changes have been saved - The component type: {0} is not supported @@ -4199,8 +4205,11 @@ Error: {1} - - Save Changes + + Generate Script + + + Publish Changes... @@ -5924,17 +5933,32 @@ Error: {1} General + + An error occured while generating preview report: {0} + + + An error occured while generating the script: {0} + + + Generating preview report... + + + Generating script... + + + Script generated. + Table name Primary Key Column - - An error occured while saving changes: {0} + + An error occured while publishing changes: {0} - - The changes have been successfully saved. + + The changes have been successfully published. Saving table designer changes... @@ -5945,6 +5969,20 @@ Error: {1} Table + + + + Update Database + + + Cancel + + + Generate Script + + + Preview Database Updates + @@ -5966,4 +6004,4 @@ Error: {1} Show Getting Started - + \ No newline at end of file