From e3dc417df4c64f4e7295e9d0b0ac24d767e0d6ec Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Mon, 12 Jul 2021 15:58:38 -0700 Subject: [PATCH] Added Sorted Core Strings (#16081) * added sorted sql xlf and sorting function for i18n * compiled i18n.js * fixed space * simplified i18n.json --- build/lib/i18n.js | 6 +- build/lib/i18n.ts | 6 +- resources/xlf/en/arc.xlf | 3 + resources/xlf/en/sql.xlf | 8960 +++++++++++++++++++------------------- 4 files changed, 4493 insertions(+), 4482 deletions(-) diff --git a/build/lib/i18n.js b/build/lib/i18n.js index fba63a3f42..ad14ef33a8 100644 --- a/build/lib/i18n.js +++ b/build/lib/i18n.js @@ -527,7 +527,11 @@ function createXlfFilesForCoreBundle() { if (file.isBuffer()) { const xlfs = Object.create(null); const json = JSON.parse(file.contents.toString('utf8')); - for (let coreModule in json.keys) { + // {{SQL CARBON EDIT}} - Must sort the keys for easier translation. + let sortedKeys = Object.keys(json.keys).sort(); + for (let i = 0; i < sortedKeys.length; i++) { + let coreModule = sortedKeys[i]; + // {{SQL CARBON EDIT}} - End const projectResource = getResource(coreModule); const resource = projectResource.name; const project = projectResource.project; diff --git a/build/lib/i18n.ts b/build/lib/i18n.ts index 055b80808d..7390a889b7 100644 --- a/build/lib/i18n.ts +++ b/build/lib/i18n.ts @@ -652,7 +652,11 @@ export function createXlfFilesForCoreBundle(): ThroughStream { if (file.isBuffer()) { const xlfs: Map = Object.create(null); const json: BundledFormat = JSON.parse((file.contents as Buffer).toString('utf8')); - for (let coreModule in json.keys) { + // {{SQL CARBON EDIT}} - Must sort the keys for easier translation. + let sortedKeys = Object.keys(json.keys).sort(); + for (let i = 0; i < sortedKeys.length; i++) { + let coreModule = sortedKeys[i]; + // {{SQL CARBON EDIT}} - End const projectResource = getResource(coreModule); const resource = projectResource.name; const project = projectResource.project; diff --git a/resources/xlf/en/arc.xlf b/resources/xlf/en/arc.xlf index eb5943d7b6..f4bcf275fd 100644 --- a/resources/xlf/en/arc.xlf +++ b/resources/xlf/en/arc.xlf @@ -458,6 +458,9 @@ Learn more + + Learn more about Azure Arc enabled Managed Instance + diff --git a/resources/xlf/en/sql.xlf b/resources/xlf/en/sql.xlf index 0fea674d5d..245571bb20 100644 --- a/resources/xlf/en/sql.xlf +++ b/resources/xlf/en/sql.xlf @@ -1,5 +1,99 @@ + + + Loading + + + Loading completed + + + + + Hide text labels + + + Show text labels + + + + + Close + + + + + Error: {0} + + + Warning: {0} + + + Info: {0} + + + + + no data available + + + + + Select/Deselect All + + + + + Show Filter + + + Select All + + + Search + + + {0} Results + This tells the user how many items are shown in the list. Currently not visible, but read by screen readers. + + + {0} Selected + This tells the user how many items are selected in the list + + + Sort Ascending + + + Sort Descending + + + OK + + + Clear + + + Cancel + + + Filter Options + + + + + Loading + + + + + Loading Error... + + + + + Toggle More + + Azure Data Studio @@ -116,48 +210,1053 @@ && denotes a mnemonic + + + Must be an option from the list + + + Select Box + + + + + Add an account + + + Remove account + + + Are you sure you want to remove '{0}'? + + + Yes + + + No + + + Failed to remove account + + + Apply Filters + + + Reenter your credentials + + + There is no account to refresh + + Copying images is not supported - - - Get Started - - - Show Getting Started - - - Getting &&Started - && denotes a mnemonic + + + A server group with the same name already exists. - - - QueryHistory + + + Widget used in the dashboards - - Whether Query History capture is enabled. If false queries executed will not be captured. + + + + Widget used in the dashboards - - Clear All History + + Widget used in the dashboards - - Pause Query History Capture + + Widget used in the dashboards - - Start Query History Capture + + + + Saving results into different format disabled for this data provider. - - View + + Cannot serialize data as no provider has been registered - - &&Query History - && denotes a mnemonic + + Serialization failed with an unknown error - - Query History + + + + The border color of tiles + + + The tile box shadow color + + + The button dropdown background hover color + + + The button dropdown box shadow color + + + The extension pack header text shadowcolor + + + The top color for the extension pack gradient + + + The bottom color for the extension pack gradient + + + The top color for the banner image gradient + + + The bottom color for the banner image gradient + + + The background color for the banner image gradient + + + Notebook: Main toolbar icons + + + Notebook: Main toolbar select box border + + + Notebook: Main toolbar select box background + + + Notebook: Main toolbar bottom border and separator + + + Notebook: Main toolbar dropdown arrow + + + Notebook: Main toolbar custom buttonMenu dropdown arrow + + + Notebook: Markdown toolbar background + + + Notebook: Markdown toolbar icons + + + Notebook: Markdown toolbar bottom border + + + Notebook: Active cell border + + + Notebook: Markdown editor background + + + Notebook: Border between Markdown editor and preview + + + Notebook: Code editor background + + + Notebook: Code editor background of active cell + + + Notebook: Code editor line numbers + + + Notebook: Code editor toolbar icons + + + Notebook: Code editor toolbar background + + + Notebook: Code editor toolbar right border + + + Tag background color. + + + Tag foreground color. + + + Color of the other search matches. The color must not be opaque so as not to hide underlying decorations. + + + Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. + + + InfoBox: The background color when the notification type is information. + + + InfoBox: The background color when the notification type is warning. + + + InfoBox: The background color when the notification type is error. + + + InfoBox: The background color when the notification type is success. + + + Info button foreground color. + + + Info button background color. + + + Info button border color. + + + Info button hover background color. + + + Callout dialog foreground. + + + Callout dialog interior borders used for separating elements. + + + Callout dialog exterior borders to provide contrast against notebook UI. + + + Callout dialog header and footer background. + + + Callout dialog body background. + + + Callout dialog box shadow color. + + + + + Table header background color + + + Table header foreground color + + + List/Table background color for the selected and focus item when the list/table is active + + + Color of the outline of a cell. + + + Disabled Input box background. + + + Disabled Input box foreground. + + + Button outline color when focused. + + + Disabled checkbox foreground. + + + SQL Agent Table background color. + + + SQL Agent table cell background color. + + + SQL Agent table hover background color. + + + SQL Agent heading background color. + + + SQL Agent table cell border color. + + + Results messages error color. + + + + + Some of the loaded extensions are using obsolete APIs, please find the detailed information in the Console tab of Developer Tools window + + + Don't Show Again + + + + + F5 shortcut key requires a code cell to be selected. Please select a code cell to run. + + + Clear result requires a code cell to be selected. Please select a code cell to run. + + + + + Unknown component type. Must use ModelBuilder to create objects + + + The index {0} is invalid. + + + Unkown component configuration, must use ModelBuilder to create a configuration object + + + + + Done + + + Cancel + + + Generate script + + + Next + + + Previous + + + Tabs are not initialized + + + + + No tree view with id '{0}' registered. + + + + + A NotebookProvider with valid providerId must be passed to this method + + + no notebook provider found + + + No Manager found + + + Notebook Manager for notebook {0} does not have a server manager. Cannot perform operations on it + + + Notebook Manager for notebook {0} does not have a content manager. Cannot perform operations on it + + + Notebook Manager for notebook {0} does not have a session manager. Cannot perform operations on it + + + + + A NotebookProvider with valid providerId must be passed to this method + + + + + Manage + + + Show Details + + + Learn More + + + Clear all saved accounts + + + + + Preview Features + + + Enable unreleased preview features + + + Show connect dialog on startup + + + Obsolete API Notification + + + Enable/disable obsolete API usage notification + + + + + Edit Data Session Failed To Connect + + + + + Profiler + + + Not connected + + + XEvent Profiler Session stopped unexpectedly on the server {0}. + + + Error while starting new session + + + The XEvent Profiler session for {0} has lost events. + + + + + Show Actions + + + Resource Viewer + + + + + Information + + + Warning + + + Error + + + Show Details + + + Copy + + + Close + + + Back + + + Hide Details + + + + + OK + + + Cancel + + + + + is required. + + + Invalid input. Numeric value expected. + + + + + The index {0} is invalid. + + + + + blank + + + check all checkboxes in column: {0} + + + Show Actions + + + + + Loading + + + Loading completed + + + + + Invalid value + + + {0}. {1} + + + + + Loading + + + Loading completed + + + + + modelview code editor for view model. + + + + + Could not find component for type {0} + + + + + Changing editor types on unsaved files is unsupported + + + + + Select Top 1000 + + + Take 10 + + + Script as Execute + + + Script as Alter + + + Edit Data + + + Script as Create + + + Script as Drop + + + + + No script was returned when calling select script on object + + + Select + + + Create + + + Insert + + + Update + + + Delete + + + No script was returned when scripting as {0} on object {1} + + + Scripting Failed + + + No script was returned when scripting as {0} + + + + + disconnected + + + + + Extension + + + + + Active tab background color for vertical tabs + + + Color for borders in dashboard + + + Color of dashboard widget title + + + Color for dashboard widget subtext + + + Color for property values displayed in the properties container component + + + Color for property names displayed in the properties container component + + + Toolbar overflow shadow color + + + + + Identifier of the account type + + + (Optional) Icon which is used to represent the accpunt in the UI. Either a file path or a themable configuration + + + Icon path when a light theme is used + + + Icon path when a dark theme is used + + + Contributes icons to account provider. + + + + + View applicable rules + + + View applicable rules for {0} + + + Invoke Assessment + + + Invoke Assessment for {0} + + + Export As Script + + + View all rules and learn more on GitHub + + + Create HTML Report + + + Report has been saved. Do you want to open it? + + + Open + + + Cancel + + + + + Nothing to show. Invoke assessment to get results + + + Display Name + + + Target + + + Severity + + + Instance {0} is totally compliant with the best practices. Good job! + + + Database {0} is totally compliant with the best practices. Good job! + + + + + API information + + + API Version: + + + Default Ruleset Version: + + + SQL Server Instance Details + + + Version: + + + Edition: + + + Instance Name: + + + OS Version: + + + Message + + + Check ID + + + Tags + + + Learn More + + + SQL Assessment Report + + + Results for database + + + Results for server + + + Error + + + Warning + + + Information + + + Help Link + + + {0}: {1} item(s) + + + + + Open in Azure Portal + + + + + Backup name + + + Recovery model + + + Backup type + + + Backup files + + + Algorithm + + + Certificate or Asymmetric key + + + Media + + + Backup to the existing media set + + + Backup to a new media set + + + Append to the existing backup set + + + Overwrite all existing backup sets + + + New media set name + + + New media set description + + + Perform checksum before writing to media + + + Verify backup when finished + + + Continue on error + + + Expiration + + + Set backup retain days + + + Copy-only backup + + + Advanced Configuration + + + Compression + + + Set backup compression + + + Encryption + + + Transaction log + + + Truncate the transaction log + + + Backup the tail of the log + + + Reliability + + + Media name is required + + + No certificate or asymmetric key is available + + + Add a file + + + Remove files + + + Invalid input. Value must be greater than or equal 0. + + + Script + + + Backup + + + Cancel + + + Only backup to file is supported + + + Backup file path is required + + + + + Backup + + + + + You must enable preview features in order to use backup + + + Backup command is not supported outside of a database context. Please select a database and try again. + + + Backup command is not supported for Azure SQL databases. + + + Backup + + + + + Database + + + Files and filegroups + + + Full + + + Differential + + + Transaction Log + + + Disk + + + Url + + + Use the default server setting + + + Compress backup + + + Do not compress backup + + + Server Certificate + + + Asymmetric Key + + + + + Create Insight + + + Cannot create insight as the active editor is not a SQL Editor + + + My-Widget + + + Configure Chart + + + Copy as image + + + Could not find chart to save + + + Save as image + + + PNG + + + Saved Chart to path: {0} + + + + + Data Direction + + + Vertical + + + Horizontal + + + Use column names as labels + + + Use first column as row label + + + Legend Position + + + Y Axis Label + + + Y Axis Minimum Value + + + Y Axis Maximum Value + + + X Axis Label + + + X Axis Minimum Value + + + X Axis Maximum Value + + + X Axis Minimum Date + + + X Axis Maximum Date + + + Data Type + + + Number + + + Point + + + Chart Type + + + Encoding + + + Image Format + + + + + Chart + + + + + Horizontal Bar + + + Bar + + + Line + + + Pie + + + Scatter + + + Time Series + + + Image + + + Count + + + Table + + + Doughnut + + + Failed to get rows for the dataset to chart. + + + Chart type '{0}' is not supported. + + + + + Built-in Charts + + + The maximum number of rows for charts to display. Warning: increasing this may impact performance. + + + + + Close + + + + + Series {0} + + + + + Table does not contain a valid image + + + + + Maximum row count for built-in charts has been exceeded, only the first {0} rows are used. To configure the value, you can open user settings and search for: 'builtinCharts.maxRowCount'. + + + Don't Show Again @@ -189,341 +1288,12 @@ Connecting query file - - - Failed to get Azure account token for connection + + + {0} was replaced with {1} in your user settings. - - Connection Not Accepted - - - Yes - - - No - - - Are you sure you want to cancel this connection? - - - - - Connection error - - - Connection failed due to Kerberos error. - - - Help configuring Kerberos is available at {0} - - - If you have previously connected you may need to re-run kinit. - - - - - Error - - - Warning - - - Info - - - Ignore - - - - - Commit row failed: - - - Started executing query at - - - Started executing query "{0}" - - - Line {0} - - - Canceling the query failed: {0} - - - Update cell failed: - - - - - Cannot expand as the required connection provider '{0}' was not found - - - User canceled - - - Firewall dialog canceled - - - - - Failed to create Object Explorer session - - - Multiple errors: - - - - - Saving results into different format disabled for this data provider. - - - Cannot serialize data as no provider has been registered - - - Serialization failed with an unknown error - - - - - 1 or more tasks are in progress. Are you sure you want to quit? - - - Yes - - - No - - - - - An error occured while loading the file browser. - - - File browser error - - - - - Select a file - - - - - Connection is required in order to interact with JobManagementService - - - No Handler Registered - - - - - Connection is required in order to interact with adminservice - - - No Handler Registered - - - - - Close - - - Adding account... - - - Refresh account was canceled by the user - - - - - No URI was passed when creating a notebook manager - - - Notebook provider does not exist - - - - - Connection is required in order to interact with Assessment Service - - - No Handler Registered - - - - - Query Results - - - New Query - - - Query Editor - - - When true, column headers are included when saving results as CSV - - - The custom delimiter to use between values when saving as CSV - - - Character(s) used for seperating rows when saving results as CSV - - - Character used for enclosing text fields when saving results as CSV - - - File encoding used when saving results as CSV - - - When true, XML output will be formatted when saving results as XML - - - File encoding used when saving results as XML - - - Enable results streaming; contains few minor visual issues - - - Configuration options for copying results from the Results View - - - Configuration options for copying multi-line results from the Results View - - - (Experimental) Use a optimized table in the results out. Some functionality might be missing and in the works. - - - Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. - - - Whether to open the file in Azure Data Studio after the result is saved. - - - Should execution time be shown for individual batches - - - Word wrap messages - - - The default chart type to use when opening Chart Viewer from a Query Results - - - Tab coloring will be disabled - - - The top border of each editor tab will be colored to match the relevant server group - - - Each editor tab's background color will match the relevant server group - - - Controls how to color tabs based on the server group of their active connection - - - Controls whether to show the connection info for a tab in the title. - - - Prompt to save generated SQL files - - - Set keybinding workbench.action.query.shortcut{0} to run the shortcut text as a procedure call or query execution. Any selected text in the query editor will be passed as a parameter at the end of your query, or you can reference it with {arg} - - - - - Results Grid and Messages - - - Controls the font family. - - - Controls the font weight. - - - Controls the font size in pixels. - - - Controls the letter spacing in pixels. - - - Controls the row height in pixels - - - Controls the cell padding in pixels - - - Auto size the columns width on inital results. Could have performance problems with large number of columns or large cells - - - The maximum width in pixels for auto-sized columns - - - - - Database Connections - - - data source connections - - - data source groups - - - Saved connections are sorted by the dates they were added. - - - Saved connections are sorted by their display names alphabetically. - - - Controls sorting order of saved connections and connection groups. - - - Startup Configuration - - - True for the Servers view to be shown on launch of Azure Data Studio default; false if the last opened view should be shown - - - - - Disconnect - - - Refresh - - - - - {0} in progress tasks - - - View - - - Tasks - - - &&Tasks - && denotes a mnemonic - - - - - Preview Features - - - Enable unreleased preview features - - - Show connect dialog on startup - - - Obsolete API Notification - - - Enable/disable obsolete API usage notification + + {0} was replaced with {1} in your workspace settings. @@ -537,6 +1307,11 @@ Attempt to parse the contents of the clipboard when the connection dialog is opened or a paste is performed. + + + Connection Status + + Common id for the provider @@ -554,133 +1329,12 @@ Options for connection - - - Server Group color palette used in the Object Explorer viewlet. + + + User visible name for the tree provider - - Auto-expand Server Groups in the Object Explorer viewlet. - - - (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. - - - - - Show Edit Data SQL pane on startup - - - - - Identifier of the account type - - - (Optional) Icon which is used to represent the accpunt in the UI. Either a file path or a themable configuration - - - Icon path when a light theme is used - - - Icon path when a dark theme is used - - - Contributes icons to account provider. - - - - - Specifies view templates - - - Specifies session templates - - - Profiler Filters - - - - - Minimum value of the y axis - - - Maximum value of the y axis - - - Label for the y axis - - - Minimum value of the x axis - - - Maximum value of the x axis - - - Label for the x axis - - - - - Resource Viewer - - - - - Indicates data property of a data set for a chart. - - - - - For each column in a resultset, displays the value in row 0 as a count followed by the column name. Supports '1 Healthy', '3 Unhealthy' for example, where 'Healthy' is the column name and 1 is the value in row 1 cell 1 - - - - - Displays an image, for example one returned by an R query using ggplot2 - - - What format is expected - is this a JPEG, PNG or other format? - - - Is this encoded as hex, base64 or some other format? - - - - - Displays the results in a simple table - - - - - Manage - - - Dashboard - - - - - The webview that will be displayed in this tab. - - - - - The list of widgets or webviews that will be displayed in this tab. - - - widgets or webviews are expected inside widgets-container for extension. - - - - - The controlhost that will be displayed in this tab. - - - - - The list of widgets that will be displayed in this tab. - - - The list of widgets is expected inside widgets-container for extension. + + Id for the provider, must be the same as when registering the tree data provider and must start with `connectionDialog/` @@ -706,6 +1360,29 @@ Unknown container type defines in dashboard container for extension. + + + The controlhost that will be displayed in this tab. + + + + + The "{0}" section has invalid content. Please contact extension owner. + + + + + The list of widgets or webviews that will be displayed in this tab. + + + widgets or webviews are expected inside widgets-container for extension. + + + + + The model-backed view that will be displayed in this tab. + + Unique identifier for this nav section. Will be passed to the extension for any requests. @@ -741,6 +1418,67 @@ NAV_SECTION within NAV_SECTION is an invalid container for extension. + + + The webview that will be displayed in this tab. + + + + + The list of widgets that will be displayed in this tab. + + + The list of widgets is expected inside widgets-container for extension. + + + + + Edit + + + Exit + + + Refresh + + + Show Actions + + + Delete Widget + + + Click to unpin + + + Click to pin + + + Open installed features + + + Collapse Widget + + + Expand Widget + + + + + {0} is an unknown container. + + + + + Home + + + No connection information could be found for this dashboard + + + General + + Unique identifier for this tab. Will be passed to the extension for any requests. @@ -833,9 +1571,1266 @@ Databases - - - The model-backed view that will be displayed in this tab. + + + Manage + + + Dashboard + + + + + Manage + + + + + property `icon` can be omitted or must be either a string or a literal like `{dark, light}` + + + + + Defines a property to show on the dashboard + + + What value to use as a label for the property + + + What value in the object to access for the value + + + Specify values to be ignored + + + Default value to show if ignored or no value + + + A flavor for defining dashboard properties + + + Id of the flavor + + + Condition to use this flavor + + + Field to compare to + + + Which operator to use for comparison + + + Value to compare the field to + + + Properties to show for database page + + + Properties to show for server page + + + Defines that this provider supports the dashboard + + + Provider id (ex. MSSQL) + + + Property values to show on dashboard + + + + + Condition which must be true to show this item + + + Whether to hide the header of the widget, default value is false + + + The title of the container + + + The row of the component in the grid + + + The rowspan of the component in the grid. Default value is 1. Use '*' to set to number of rows in the grid. + + + The column of the component in the grid + + + The colspan of the component in the grid. Default value is 1. Use '*' to set to number of columns in the grid. + + + Unique identifier for this tab. Will be passed to the extension for any requests. + + + Extension tab is unknown or not installed. + + + + + Database Properties + + + + + Enable or disable the properties widget + + + Property values to show + + + Display name of the property + + + Value in the Database Info Object + + + Specify specific values to ignore + + + Recovery Model + + + Last Database Backup + + + Last Log Backup + + + Compatibility Level + + + Owner + + + Customizes the database dashboard page + + + Search + + + Customizes the database dashboard tabs + + + + + Server Properties + + + + + Enable or disable the properties widget + + + Property values to show + + + Display name of the property + + + Value in the Server Info Object + + + Version + + + Edition + + + Computer Name + + + OS Version + + + Search + + + Customizes the server dashboard page + + + Customizes the Server dashboard tabs + + + + + Home + + + + + Failed to change database + + + + + Show Actions + + + No matching item found + + + Filtered search list to 1 item + + + Filtered search list to {0} items + + + + + Name + + + Schema + + + Type + + + + + loading objects + + + loading databases + + + loading objects completed. + + + loading databases completed. + + + Search by name of type (t:, v:, f:, or sp:) + + + Search databases + + + Unable to load objects + + + Unable to load databases + + + + + Run Query + + + + + Loading {0} + + + Loading {0} completed + + + Auto Refresh: OFF + + + Last Updated: {0} {1} + + + No results to show + + + + + Adds a widget that can query a server or database and display the results in multiple ways - as a chart, summarized count, and more + + + Unique Identifier used for caching the results of the insight. + + + SQL query to run. This should return exactly 1 resultset. + + + [Optional] path to a file that contains a query. Use if 'query' is not set + + + [Optional] Auto refresh interval in minutes, if not set, there will be no auto refresh + + + Which actions to use + + + Target database for the action; can use the format '${ columnName }' to use a data driven column name. + + + Target server for the action; can use the format '${ columnName }' to use a data driven column name. + + + Target user for the action; can use the format '${ columnName }' to use a data driven column name. + + + Identifier of the insight + + + Contributes insights to the dashboard palette. + + + + + Chart cannot be displayed with the given data + + + + + Displays results of a query as a chart on the dashboard + + + Maps 'column name' -> color. for example add 'column1': red to ensure this column uses a red color + + + Indicates preferred position and visibility of the chart legend. These are the column names from your query, and map to the label of each chart entry + + + If dataDirection is horizontal, setting this to true uses the first columns value for the legend. + + + If dataDirection is vertical, setting this to true will use the columns names for the legend. + + + Defines whether the data is read from a column (vertical) or a row (horizontal). For time series this is ignored as direction must be vertical. + + + If showTopNData is set, showing only top N data in the chart. + + + + + Minimum value of the y axis + + + Maximum value of the y axis + + + Label for the y axis + + + Minimum value of the x axis + + + Maximum value of the x axis + + + Label for the x axis + + + + + Indicates data property of a data set for a chart. + + + + + For each column in a resultset, displays the value in row 0 as a count followed by the column name. Supports '1 Healthy', '3 Unhealthy' for example, where 'Healthy' is the column name and 1 is the value in row 1 cell 1 + + + + + Displays an image, for example one returned by an R query using ggplot2 + + + What format is expected - is this a JPEG, PNG or other format? + + + Is this encoded as hex, base64 or some other format? + + + + + Displays the results in a simple table + + + + + Loading properties + + + Loading properties completed + + + Unable to load dashboard properties + + + + + Database Connections + + + data source connections + + + data source groups + + + Saved connections are sorted by the dates they were added. + + + Saved connections are sorted by their display names alphabetically. + + + Controls sorting order of saved connections and connection groups. + + + Startup Configuration + + + True for the Servers view to be shown on launch of Azure Data Studio default; false if the last opened view should be shown + + + + + Identifier of the view. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`. + + + The human-readable name of the view. Will be shown + + + Condition which must be true to show this view + + + Contributes views to the editor + + + Contributes views to Data Explorer container in the Activity bar + + + Contributes views to contributed views container + + + Cannot register multiple views with same id `{0}` in the view container `{1}` + + + A view with id `{0}` is already registered in the view container `{1}` + + + views must be an array + + + property `{0}` is mandatory and must be of type `string` + + + property `{0}` can be omitted or must be of type `string` + + + + + Servers + + + Connections + + + Show Connections + + + + + Disconnect + + + Refresh + + + + + Show Edit Data SQL pane on startup + + + + + Run + + + Dispose Edit Failed With Error: + + + Stop + + + Show SQL Pane + + + Close SQL Pane + + + + + Max Rows: + + + + + Delete Row + + + Revert Current Row + + + + + Save As CSV + + + Save As JSON + + + Save As Excel + + + Save As XML + + + Copy + + + Copy With Headers + + + Select All + + + + + Dashboard Tabs ({0}) + + + Id + + + Title + + + Description + + + Dashboard Insights ({0}) + + + Id + + + Name + + + When + + + + + Gets extension information from the gallery + + + Extension id + + + Extension '{0}' not found. + + + + + Show Recommendations + + + Install Extensions + + + Author an Extension... + + + + + Don't Show Again + + + Azure Data Studio has extension recommendations. + + + Azure Data Studio has extension recommendations for data visualization. +Once installed, you can select the Visualizer icon to visualize your query results. + + + Install All + + + Show Recommendations + + + The scenario type for extension recommendations must be provided. + + + + + This extension is recommended by Azure Data Studio. + + + + + Jobs + + + Notebooks + + + Alerts + + + Proxies + + + Operators + + + + + Name + + + Last Occurrence + + + Enabled + + + Delay Between Responses (in secs) + + + Category Name + + + + + Success + + + Error + + + Refresh + + + New Job + + + Run + + + : The job was successfully started. + + + Stop + + + : The job was successfully stopped. + + + Edit Job + + + Open + + + Delete Job + + + Are you sure you'd like to delete the job '{0}'? + + + Could not delete job '{0}'. +Error: {1} + + + The job was successfully deleted + + + New Step + + + Delete Step + + + Are you sure you'd like to delete the step '{0}'? + + + Could not delete step '{0}'. +Error: {1} + + + The job step was successfully deleted + + + New Alert + + + Edit Alert + + + Delete Alert + + + Cancel + + + Are you sure you'd like to delete the alert '{0}'? + + + Could not delete alert '{0}'. +Error: {1} + + + The alert was successfully deleted + + + New Operator + + + Edit Operator + + + Delete Operator + + + Are you sure you'd like to delete the operator '{0}'? + + + Could not delete operator '{0}'. +Error: {1} + + + The operator was deleted successfully + + + New Proxy + + + Edit Proxy + + + Delete Proxy + + + Are you sure you'd like to delete the proxy '{0}'? + + + Could not delete proxy '{0}'. +Error: {1} + + + The proxy was deleted successfully + + + New Notebook Job + + + Edit + + + Open Template Notebook + + + Delete + + + Are you sure you'd like to delete the notebook '{0}'? + + + Could not delete notebook '{0}'. +Error: {1} + + + The notebook was successfully deleted + + + Pin + + + Delete + + + Unpin + + + Rename + + + Open Latest Run + + + + + Step ID + + + Step Name + + + Message + + + + + Steps + + + + + Name + + + Last Run + + + Next Run + + + Enabled + + + Status + + + Category + + + Runnable + + + Schedule + + + Last Run Outcome + + + Previous Runs + + + No Steps available for this job. + + + Error: + + + + + Date Created: + + + Notebook Error: + + + Job Error: + + + Pinned + + + Recent Runs + + + Past Runs + + + + + Name + + + Target Database + + + Last Run + + + Next Run + + + Status + + + Last Run Outcome + + + Previous Runs + + + No Steps available for this job. + + + Error: + + + Notebook Error: + + + + + Name + + + Email Address + + + Enabled + + + + + Account Name + + + Credential Name + + + Description + + + Enabled + + + + + Insert + + + Cancel + + + Image location + + + This computer + + + Online + + + Image URL + + + Enter image path + + + Enter image URL + + + Browse + + + Attach image to notebook + + + Local + + + Remote + + + Text to display + + + Text to display + + + Address + + + Link to an existing file or web page + + + + + More + + + Edit + + + Close + + + Convert Cell + + + Run Cells Above + + + Run Cells Below + + + Insert Code Above + + + Insert Code Below + + + Insert Text Above + + + Insert Text Below + + + Collapse Cell + + + Expand Cell + + + Make parameter cell + + + Remove parameter cell + + + Clear Result + + + + + Add cell + + + Code cell + + + Text cell + + + Move cell down + + + Move cell up + + + Delete + + + Add cell + + + Code cell + + + Text cell + + + + + Parameters + + + + + Please select active cell and try again + + + Run cell + + + Cancel execution + + + Error on last run. Click to run again + + + + + Expand code cell contents + + + Collapse code cell contents + + + + + Bold + + + Italic + + + Underline + + + Highlight + + + Code + + + Link + + + List + + + Ordered list + + + Image + + + Markdown preview toggle - off + + + Heading + + + Heading 1 + + + Heading 2 + + + Heading 3 + + + Paragraph + + + Insert link + + + Insert image + + + Rich Text View + + + Split View + + + Markdown View + + + + + No {0}renderer could be found for output. It has the following MIME types: {1} + + + safe + + + No component could be found for selector {0} + + + Error rendering component: {0} + + + + + Click on + + + + Code + + + or + + + + Text + + + to add a code or text cell + + + Add a code cell + + + Add a text cell + + + + + StdIn: + + + + + <i>Double-click to edit</i> + + + <i>Add content here...</i> + + + + + Find + + + Find + + + Previous match + + + Next match + + + Close + + + Your search returned a large number of results, only the first 999 matches will be highlighted. + + + {0} of {1} + + + No Results + + + + + Add code + + + Add text + + + Create File + + + Could not display contents: {0} + + + Add cell + + + Code cell + + + Text cell + + + Run all + + + Cell + + + Code + + + Text + + + Run Cells + + + < Previous + + + Next > + + + cell with URI {0} was not found in this model + + + Run Cells failed - See error in output of the currently selected cell for more information. @@ -1014,610 +3009,6 @@ Controls sorting order of search results. - - - Backup - - - - - Restore - - - Restore - - - - - Script as Create - - - Script as Drop - - - Select Top 1000 - - - Script as Execute - - - Script as Alter - - - Edit Data - - - Select Top 1000 - - - Take 10 - - - Script as Create - - - Script as Execute - - - Script as Alter - - - Script as Drop - - - Refresh - - - - - Gets extension information from the gallery - - - Extension id - - - Extension '{0}' not found. - - - - - Open in Azure Portal - - - - - Built-in Charts - - - The maximum number of rows for charts to display. Warning: increasing this may impact performance. - - - - - Toggle Query History - - - Delete - - - Clear All History - - - Open Query - - - Run Query - - - Toggle Query History capture - - - Pause Query History Capture - - - Start Query History Capture - - - - - No queries to display. - - - Query History - QueryHistory - - - - - disconnected - - - - - New Query - - - Run - - - Cancel - - - Explain - - - Actual - - - Disconnect - - - Change Connection - - - Connect - - - Enable SQLCMD - - - Disable SQLCMD - - - Select Database - - - Failed to change database - - - Failed to change database: {0} - - - Export as Notebook - - - - - Preview features enhance your experience in Azure Data Studio by giving you full access to new features and improvements. You can learn more about preview features [here]({0}). Would you like to enable preview features? - - - Yes (recommended) - - - No - - - No, don't show again - - - - - Connection - - - Connecting - - - Connection type - - - Recent - - - Connection Details - - - Connect - - - Cancel - - - Recent Connections - - - No recent connection - - - - - OK - - - Close - - - Action - - - Copy details - - - - - Server Groups - - - OK - - - Cancel - - - Server group name - - - Group name is required. - - - Group description - - - Group color - - - - - Add server group - - - Edit server group - - - - - Initialize edit data session failed: - - - - - Extension - - - - - Edit Data Session Failed To Connect - - - - - Error adding account - - - Firewall rule error - - - - - OK - - - Cancel - - - - - Backup file path - - - Target database - - - Restore - - - Restore database - - - Database - - - Backup file - - - Restore database - - - Cancel - - - Script - - - Source - - - Restore from - - - Backup file path is required. - - - Please enter one or more file paths separated by commas - - - Database - - - Destination - - - Restore to - - - Restore plan - - - Backup sets to restore - - - Restore database files as - - - Restore database file details - - - Logical file Name - - - File type - - - Original File Name - - - Restore as - - - Restore options - - - Tail-Log backup - - - Server connections - - - General - - - Files - - - Options - - - - - Open dashboard extensions - - - OK - - - Cancel - - - No dashboard extensions are installed at this time. Go to Extension Manager to explore recommended extensions. - - - - - Selected path - - - Files of type - - - OK - - - Discard - - - - - No Connection Profile was passed to insights flyout - - - Insights error - - - There was an error reading the query file: - - - There was an error parsing the insight config; could not find query array/string or queryfile - - - - - Item - - - Value - - - Insight Details - - - Property - - - Value - - - Insights - - - Items - - - Item Details - - - - - Error adding account - - - - - Cannot start auto OAuth. An auto OAuth is already in progress. - - - - - Sort by event - - - Sort by column - - - Profiler - - - OK - - - Cancel - - - - - Clear all - - - Apply - - - OK - - - Cancel - - - Filters - - - Remove this clause - - - Save Filter - - - Load Filter - - - Add a clause - - - Field - - - Operator - - - Value - - - Is Null - - - Is Not Null - - - Contains - - - Not Contains - - - Starts With - - - Not Starts With - - - - - Azure account - - - Azure tenant - - - - - Identifier of the notebook provider. - - - What file extensions should be registered to this notebook provider - - - What kernels should be standard with this notebook provider - - - Contributes notebook providers. - - - Name of the cell magic, such as '%%sql'. - - - The cell language to be used if this cell magic is included in the cell - - - Optional execution target this magic indicates, for example Spark vs SQL - - - Optional set of kernels this is valid for, e.g. python3, pyspark, sql - - - Contributes notebook language. - - - - - Rich Text - - - Split View - - - Markdown - - - - - SQL - - - - - Some of the loaded extensions are using obsolete APIs, please find the detailed information in the Console tab of Developer Tools window - - - Don't Show Again - - - - - F5 shortcut key requires a code cell to be selected. Please select a code cell to run. - - - Clear result requires a code cell to be selected. Please select a code cell to run. - - - - - Search Results - - - Search path not found: {0} - - - Notebooks - - Loading kernels... @@ -1686,6 +3077,1121 @@ Find Previous String + + + Notebook Editor + + + + + Search Results + + + Search path not found: {0} + + + Notebooks + + + + + You have not opened any folder that contains notebooks/books. + + + Open Notebooks + + + The result set only contains a subset of all matches. Please be more specific in your search to narrow down the results. + + + Search in progress... - + + + No results found in '{0}' excluding '{1}' - + + + No results found in '{0}' - + + + No results found excluding '{0}' - + + + No results found. Review your settings for configured exclusions and check your gitignore files - + + + Search again + + + Search again in all files + + + Open Settings + + + Search returned {0} results in {1} files + + + Toggle Collapse and Expand + + + Cancel Search + + + Expand All + + + Collapse All + + + Clear Search Results + + + + + Search: Type Search Term and press Enter to search or Escape to cancel + + + Search + + + + + cell with URI {0} was not found in this model + + + Run Cells failed - See error in output of the currently selected cell for more information. + + + + + Please run this cell to view outputs. + + + + + This view is empty. Add a cell to this view by clicking the Insert Cells button. + + + + + Copy failed with error {0} + + + Show chart + + + Show table + + + + + No {0} renderer could be found for output. It has the following MIME types: {1} + + + (safe) + + + + + Error displaying Plotly graph: {0} + + + + + No connections found. + + + Add Connection + + + + + Server Group color palette used in the Object Explorer viewlet. + + + Auto-expand Server Groups in the Object Explorer viewlet. + + + (Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. + + + + + Data + + + Connection + + + Query Editor + + + Notebook + + + Dashboard + + + Profiler + + + Built-in Charts + + + + + Specifies view templates + + + Specifies session templates + + + Profiler Filters + + + + + Connect + + + Disconnect + + + Start + + + New Session + + + Pause + + + Resume + + + Stop + + + Clear Data + + + Are you sure you want to clear the data? + + + Yes + + + No + + + Auto Scroll: On + + + Auto Scroll: Off + + + Toggle Collapsed Panel + + + Edit Columns + + + Find Next String + + + Find Previous String + + + Launch Profiler + + + Filter… + + + Clear Filter + + + Are you sure you want to clear the filters? + + + + + Select View + + + Select Session + + + Select Session: + + + Select View: + + + Text + + + Label + + + Value + + + Details + + + + + Find + + + Find + + + Previous match + + + Next match + + + Close + + + Your search returned a large number of results, only the first 999 matches will be highlighted. + + + {0} of {1} + + + No Results + + + + + Profiler editor for event text. Readonly + + + + + Events (Filtered): {0}/{1} + + + Events: {0} + + + Event Count + + + + + Save As CSV + + + Save As JSON + + + Save As Excel + + + Save As XML + + + Results encoding will not be saved when exporting to JSON, remember to save with desired encoding once file is created. + + + Save to file is not supported by the backing data source + + + Copy + + + Copy With Headers + + + Select All + + + Maximize + + + Restore + + + Chart + + + Visualizer + + + + + Choose SQL Language + + + Change SQL language provider + + + SQL Language Flavor + + + Change SQL Engine Provider + + + A connection using engine {0} exists. To change please disconnect or change connection + + + No text editor active at this time + + + Select Language Provider + + + + + XML Showplan + + + Results grid + + + Max row count for filtering/sorting has been exceeded. To update it, you can go to User Settings and change the setting: 'queryEditor.results.inMemoryDataProcessingThreshold' + + + + + Focus on Current Query + + + Run Query + + + Run Current Query + + + Copy Query With Results + + + Successfully copied query and results. + + + Run Current Query with Actual Plan + + + Cancel Query + + + Refresh IntelliSense Cache + + + Toggle Query Results + + + Toggle Focus Between Query And Results + + + Editor parameter is required for a shortcut to be executed + + + Parse Query + + + Commands completed successfully + + + Command failed: + + + Please connect to a server + + + + + Message Panel + + + Copy + + + Copy All + + + + + Query Results + + + New Query + + + Query Editor + + + When true, column headers are included when saving results as CSV + + + The custom delimiter to use between values when saving as CSV + + + Character(s) used for seperating rows when saving results as CSV + + + Character used for enclosing text fields when saving results as CSV + + + File encoding used when saving results as CSV + + + When true, XML output will be formatted when saving results as XML + + + File encoding used when saving results as XML + + + Enable results streaming; contains few minor visual issues + + + Configuration options for copying results from the Results View + + + Configuration options for copying multi-line results from the Results View + + + (Experimental) Use a optimized table in the results out. Some functionality might be missing and in the works. + + + Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance. + + + Whether to open the file in Azure Data Studio after the result is saved. + + + Should execution time be shown for individual batches + + + Word wrap messages + + + The default chart type to use when opening Chart Viewer from a Query Results + + + Tab coloring will be disabled + + + The top border of each editor tab will be colored to match the relevant server group + + + Each editor tab's background color will match the relevant server group + + + Controls how to color tabs based on the server group of their active connection + + + Controls whether to show the connection info for a tab in the title. + + + Prompt to save generated SQL files + + + Set keybinding workbench.action.query.shortcut{0} to run the shortcut text as a procedure call or query execution. Any selected text in the query editor will be passed as a parameter at the end of your query, or you can reference it with {arg} + + + + + New Query + + + Run + + + Cancel + + + Explain + + + Actual + + + Disconnect + + + Change Connection + + + Connect + + + Enable SQLCMD + + + Disable SQLCMD + + + Select Database + + + Failed to change database + + + Failed to change database: {0} + + + Export as Notebook + + + + + Query Editor + + + + + Results + + + Messages + + + + + Time Elapsed + + + Row Count + + + {0} rows + + + Executing query... + + + Execution Status + + + Selection Summary + + + Average: {0} Count: {1} Sum: {2} + + + + + Results Grid and Messages + + + Controls the font family. + + + Controls the font weight. + + + Controls the font size in pixels. + + + Controls the letter spacing in pixels. + + + Controls the row height in pixels + + + Controls the cell padding in pixels + + + Auto size the columns width on inital results. Could have performance problems with large number of columns or large cells + + + The maximum width in pixels for auto-sized columns + + + + + Toggle Query History + + + Delete + + + Clear All History + + + Open Query + + + Run Query + + + Toggle Query History capture + + + Pause Query History Capture + + + Start Query History Capture + + + + + succeeded + + + failed + + + + + No queries to display. + + + Query History + QueryHistory + + + + + QueryHistory + + + Whether Query History capture is enabled. If false queries executed will not be captured. + + + Clear All History + + + Pause Query History Capture + + + Start Query History Capture + + + View + + + &&Query History + && denotes a mnemonic + + + Query History + + + + + Query Plan + + + + + Query Plan Editor + + + + + Operation + + + Object + + + Est Cost + + + Est Subtree Cost + + + Actual Rows + + + Est Rows + + + Actual Executions + + + Est CPU Cost + + + Est IO Cost + + + Parallel + + + Actual Rebinds + + + Est Rebinds + + + Actual Rewinds + + + Est Rewinds + + + Partitioned + + + Top Operations + + + + + Resource Viewer + + + + + Refresh + + + + + Error opening link : {0} + + + Error executing command '{0}' : {1} + + + + + Resource Viewer Tree + + + + + Identifier of the resource. + + + The human-readable name of the view. Will be shown + + + Path to the resource icon. + + + Contributes resource to the resource view + + + property `{0}` is mandatory and must be of type `string` + + + property `{0}` can be omitted or must be of type `string` + + + + + Restore + + + Restore + + + + + You must enable preview features in order to use restore + + + Restore command is not supported outside of a server context. Please select a server or database and try again. + + + Restore command is not supported for Azure SQL databases. + + + Restore + + + + + Script as Create + + + Script as Drop + + + Select Top 1000 + + + Script as Execute + + + Script as Alter + + + Edit Data + + + Select Top 1000 + + + Take 10 + + + Script as Create + + + Script as Execute + + + Script as Alter + + + Script as Drop + + + Refresh + + + + + An error occurred refreshing node '{0}': {1} + + + + + {0} in progress tasks + + + View + + + Tasks + + + &&Tasks + && denotes a mnemonic + + + + + Toggle Tasks + + + + + succeeded + + + failed + + + in progress + + + not started + + + canceled + + + canceling + + + + + No task history to display. + + + Task history + TaskHistory + + + Task error + + + + + Cancel + + + The task failed to cancel. + + + Script + + + + + There is no data provider registered that can provide view data. + + + Refresh + + + Collapse All + + + Error running command {1}: {0}. This is likely caused by the extension that contributes {1}. + + + + + OK + + + Close + + + + + Preview features enhance your experience in Azure Data Studio by giving you full access to new features and improvements. You can learn more about preview features [here]({0}). Would you like to enable preview features? + + + Yes (recommended) + + + No + + + No, don't show again + + + + + This feature page is in preview. Preview features introduce new functionalities that are on track to becoming a permanent part the product. They are stable, but need additional accessibility improvements. We welcome your early feedback while they are under development. + + + Preview + + + Create a connection + + + Connect to a database instance through the connection dialog. + + + Run a query + + + Interact with data through a query editor. + + + Create a notebook + + + Build a new notebook using a native notebook editor. + + + Deploy a server + + + Create a new instance of a relational data service on the platform of your choice. + + + Resources + + + History + + + Name + + + Location + + + Show more + + + Show welcome page on startup + + + Useful Links + + + Getting Started + + + Discover the capabilities offered by Azure Data Studio and learn how to make the most of them. + + + Documentation + + + Visit the documentation center for quickstarts, how-to guides, and references for PowerShell, APIs, etc. + + + Videos + + + Overview of Azure Data Studio + + + Introduction to Azure Data Studio Notebooks | Data Exposed + + + Extensions + + + Show All + + + Learn more + + + + + Connections + + + Connect, query, and manage your connections from SQL Server, Azure, and more. + + + 1 + + + Next + + + Notebooks + + + Get started creating your own notebook or collection of notebooks in a single place. + + + 2 + + + Extensions + + + Extend the functionality of Azure Data Studio by installing extensions developed by us/Microsoft as well as the third-party community (you!). + + + 3 + + + Settings + + + Customize Azure Data Studio based on your preferences. You can configure Settings like autosave and tab size, personalize your Keyboard Shortcuts, and switch to a Color Theme of your liking. + + + 4 + + + Welcome Page + + + Discover top features, recently opened files, and recommended extensions on the Welcome page. For more information on how to get started in Azure Data Studio, check out our videos and documentation. + + + 5 + + + Finish + + + User Welcome Tour + + + Hide Welcome Tour + + + Read more + + + Help + + Welcome @@ -1811,1807 +4317,6 @@ Background color for the Welcome page. - - - Query Editor - - - - - Save As CSV - - - Save As JSON - - - Save As Excel - - - Save As XML - - - Copy - - - Copy With Headers - - - Select All - - - - - Focus on Current Query - - - Run Query - - - Run Current Query - - - Copy Query With Results - - - Successfully copied query and results. - - - Run Current Query with Actual Plan - - - Cancel Query - - - Refresh IntelliSense Cache - - - Toggle Query Results - - - Toggle Focus Between Query And Results - - - Editor parameter is required for a shortcut to be executed - - - Parse Query - - - Commands completed successfully - - - Command failed: - - - Please connect to a server - - - - - Time Elapsed - - - Row Count - - - {0} rows - - - Executing query... - - - Execution Status - - - Selection Summary - - - Average: {0} Count: {1} Sum: {2} - - - - - Choose SQL Language - - - Change SQL language provider - - - SQL Language Flavor - - - Change SQL Engine Provider - - - A connection using engine {0} exists. To change please disconnect or change connection - - - No text editor active at this time - - - Select Language Provider - - - - - Identifier of the view. Use this to register a data provider through `vscode.window.registerTreeDataProviderForView` API. Also to trigger activating your extension by registering `onView:${id}` event to `activationEvents`. - - - The human-readable name of the view. Will be shown - - - Condition which must be true to show this view - - - Contributes views to the editor - - - Contributes views to Data Explorer container in the Activity bar - - - Contributes views to contributed views container - - - Cannot register multiple views with same id `{0}` in the view container `{1}` - - - A view with id `{0}` is already registered in the view container `{1}` - - - views must be an array - - - property `{0}` is mandatory and must be of type `string` - - - property `{0}` can be omitted or must be of type `string` - - - - - Servers - - - Connections - - - Show Connections - - - - - A server group with the same name already exists. - - - - - {0} was replaced with {1} in your user settings. - - - {0} was replaced with {1} in your workspace settings. - - - - - Toggle Tasks - - - - - No task history to display. - - - Task history - TaskHistory - - - Task error - - - - - Manage - - - Show Details - - - Learn More - - - Clear all saved accounts - - - - - Clear List - - - Recent connections list cleared - - - Yes - - - No - - - Are you sure you want to delete all the connections from the list? - - - Yes - - - No - - - Delete - - - Get Current Connection String - - - Connection string not available - - - No active connection available - - - - - Connection Status - - - - - Refresh - - - Edit Connection - - - Disconnect - - - New Connection - - - New Server Group - - - Edit Server Group - - - Show Active Connections - - - Show All Connections - - - Delete Connection - - - Delete Group - - - - - No connections found. - - - Add Connection - - - - - User visible name for the tree provider - - - Id for the provider, must be the same as when registering the tree data provider and must start with `connectionDialog/` - - - - - Max Rows: - - - - - Run - - - Dispose Edit Failed With Error: - - - Stop - - - Show SQL Pane - - - Close SQL Pane - - - - - Query Plan Editor - - - - - Profiler - - - Not connected - - - XEvent Profiler Session stopped unexpectedly on the server {0}. - - - Error while starting new session - - - The XEvent Profiler session for {0} has lost events. - - - - - Select View - - - Select Session - - - Select Session: - - - Select View: - - - Text - - - Label - - - Value - - - Details - - - - - Widget used in the dashboards - - - - - Displays results of a query as a chart on the dashboard - - - Maps 'column name' -> color. for example add 'column1': red to ensure this column uses a red color - - - Indicates preferred position and visibility of the chart legend. These are the column names from your query, and map to the label of each chart entry - - - If dataDirection is horizontal, setting this to true uses the first columns value for the legend. - - - If dataDirection is vertical, setting this to true will use the columns names for the legend. - - - Defines whether the data is read from a column (vertical) or a row (horizontal). For time series this is ignored as direction must be vertical. - - - If showTopNData is set, showing only top N data in the chart. - - - - - Show Actions - - - Resource Viewer - - - - - Identifier of the resource. - - - The human-readable name of the view. Will be shown - - - Path to the resource icon. - - - Contributes resource to the resource view - - - property `{0}` is mandatory and must be of type `string` - - - property `{0}` can be omitted or must be of type `string` - - - - - Resource Viewer Tree - - - - - Condition which must be true to show this item - - - Whether to hide the header of the widget, default value is false - - - The title of the container - - - The row of the component in the grid - - - The rowspan of the component in the grid. Default value is 1. Use '*' to set to number of rows in the grid. - - - The column of the component in the grid - - - The colspan of the component in the grid. Default value is 1. Use '*' to set to number of columns in the grid. - - - Unique identifier for this tab. Will be passed to the extension for any requests. - - - Extension tab is unknown or not installed. - - - - - Enable or disable the properties widget - - - Property values to show - - - Display name of the property - - - Value in the Database Info Object - - - Specify specific values to ignore - - - Recovery Model - - - Last Database Backup - - - Last Log Backup - - - Compatibility Level - - - Owner - - - Customizes the database dashboard page - - - Search - - - Customizes the database dashboard tabs - - - - - Enable or disable the properties widget - - - Property values to show - - - Display name of the property - - - Value in the Server Info Object - - - Version - - - Edition - - - Computer Name - - - OS Version - - - Search - - - Customizes the server dashboard page - - - Customizes the Server dashboard tabs - - - - - Manage - - - - - Widget used in the dashboards - - - Widget used in the dashboards - - - Widget used in the dashboards - - - - - Adds a widget that can query a server or database and display the results in multiple ways - as a chart, summarized count, and more - - - Unique Identifier used for caching the results of the insight. - - - SQL query to run. This should return exactly 1 resultset. - - - [Optional] path to a file that contains a query. Use if 'query' is not set - - - [Optional] Auto refresh interval in minutes, if not set, there will be no auto refresh - - - Which actions to use - - - Target database for the action; can use the format '${ columnName }' to use a data driven column name. - - - Target server for the action; can use the format '${ columnName }' to use a data driven column name. - - - Target user for the action; can use the format '${ columnName }' to use a data driven column name. - - - Identifier of the insight - - - Contributes insights to the dashboard palette. - - - - - property `icon` can be omitted or must be either a string or a literal like `{dark, light}` - - - - - Defines a property to show on the dashboard - - - What value to use as a label for the property - - - What value in the object to access for the value - - - Specify values to be ignored - - - Default value to show if ignored or no value - - - A flavor for defining dashboard properties - - - Id of the flavor - - - Condition to use this flavor - - - Field to compare to - - - Which operator to use for comparison - - - Value to compare the field to - - - Properties to show for database page - - - Properties to show for server page - - - Defines that this provider supports the dashboard - - - Provider id (ex. MSSQL) - - - Property values to show on dashboard - - - - - Invalid value - - - {0}. {1} - - - - - Loading - - - Loading completed - - - - - blank - - - check all checkboxes in column: {0} - - - Show Actions - - - - - Loading - - - Loading completed - - - - - Notebook Editor - - - - - Copy failed with error {0} - - - Show chart - - - Show table - - - - - Error displaying Plotly graph: {0} - - - - - No {0} renderer could be found for output. It has the following MIME types: {1} - - - (safe) - - - - - <i>Double-click to edit</i> - - - <i>Add content here...</i> - - - - - You must enable preview features in order to use backup - - - Backup command is not supported outside of a database context. Please select a database and try again. - - - Backup command is not supported for Azure SQL databases. - - - Backup - - - - - You must enable preview features in order to use restore - - - Restore command is not supported outside of a server context. Please select a server or database and try again. - - - Restore command is not supported for Azure SQL databases. - - - Restore - - - - - An error occurred refreshing node '{0}': {1} - - - - - Select Top 1000 - - - Take 10 - - - Script as Execute - - - Script as Alter - - - Edit Data - - - Script as Create - - - Script as Drop - - - - - Show Recommendations - - - Install Extensions - - - Author an Extension... - - - - - succeeded - - - failed - - - - - Error: {0} - - - Warning: {0} - - - Info: {0} - - - - - Unknown component type. Must use ModelBuilder to create objects - - - The index {0} is invalid. - - - Unkown component configuration, must use ModelBuilder to create a configuration object - - - - - Must be an option from the list - - - Select Box - - - - - Done - - - Cancel - - - Generate script - - - Next - - - Previous - - - Tabs are not initialized - - - - - No tree view with id '{0}' registered. - - - - - A NotebookProvider with valid providerId must be passed to this method - - - no notebook provider found - - - No Manager found - - - Notebook Manager for notebook {0} does not have a server manager. Cannot perform operations on it - - - Notebook Manager for notebook {0} does not have a content manager. Cannot perform operations on it - - - Notebook Manager for notebook {0} does not have a session manager. Cannot perform operations on it - - - - - A NotebookProvider with valid providerId must be passed to this method - - - - - Connected to - - - Disconnected - - - Unsaved Connections - - - - - Recent Connections - - - Servers - - - Servers - - - - - Information - - - Warning - - - Error - - - Show Details - - - Copy - - - Close - - - Back - - - Hide Details - - - - - Advanced Properties - - - Discard - - - - - Add an account... - - - <Default> - - - Loading... - - - Server group - - - <Default> - - - Add new group... - - - <Do not save> - - - {0} is required. - - - {0} will be trimmed. - - - Remember password - - - Account - - - Refresh account credentials - - - Azure AD tenant - - - Name (optional) - - - Advanced... - - - You must select an account - - - - - Server Description (optional) - - - - - Browse - - - Type here to filter the list - - - Filter connections - - - Applying filter - - - Removing filter - - - Filter applied - - - Filter removed - - - Saved Connections - - - Saved Connections - - - Connection Browser Tree - - - - - Failed to save results. - - - Choose Results File - - - CSV (Comma delimited) - - - JSON - - - Excel Workbook - - - XML - - - Plain Text - - - Saving file... - - - Successfully saved results to {0} - - - Open file - - - - - Execution failed due to an unexpected error: {0} {1} - - - Total execution time: {0} - - - Started executing query at Line {0} - - - Started executing batch {0} - - - Batch execution time: {0} - - - Copy failed with error {0} - - - - - From - - - To - - - Create new firewall rule - - - OK - - - Cancel - - - Your client IP address does not have access to the server. Sign in to an Azure account and create a new firewall rule to enable access. - - - Learn more about firewall settings - - - Firewall rule - - - Add my client IP - - - Add my subnet IP range - - - - - Backup name - - - Recovery model - - - Backup type - - - Backup files - - - Algorithm - - - Certificate or Asymmetric key - - - Media - - - Backup to the existing media set - - - Backup to a new media set - - - Append to the existing backup set - - - Overwrite all existing backup sets - - - New media set name - - - New media set description - - - Perform checksum before writing to media - - - Verify backup when finished - - - Continue on error - - - Expiration - - - Set backup retain days - - - Copy-only backup - - - Advanced Configuration - - - Compression - - - Set backup compression - - - Encryption - - - Transaction log - - - Truncate the transaction log - - - Backup the tail of the log - - - Reliability - - - Media name is required - - - No certificate or asymmetric key is available - - - Add a file - - - Remove files - - - Invalid input. Value must be greater than or equal 0. - - - Script - - - Backup - - - Cancel - - - Only backup to file is supported - - - Backup file path is required - - - - - is required. - - - Invalid input. Numeric value expected. - - - - - Select/Deselect All - - - - - Backup Files - - - All Files - - - - - All files - - - - - File browser tree - FileBrowserTree - - - - - Could not find query file at any of the following paths : - {0} - - - - - Copy Cell - - - - - Accounts - - - Linked accounts - - - Close - - - There is no linked account. Please add an account. - - - Add an account - - - You have no clouds enabled. Go to Settings -> Search Azure Account Configuration -> Enable at least one cloud - - - You didn't select any authentication provider. Please try again. - - - - - Copy & Open - - - Cancel - - - User code - - - Website - - - - - You need to refresh the credentials for this account. - - - - - Add an account - - - Remove account - - - Are you sure you want to remove '{0}'? - - - Yes - - - No - - - Failed to remove account - - - Apply Filters - - - Reenter your credentials - - - There is no account to refresh - - - - - OK - - - Close - - - - - Done - - - Cancel - - - - - nbformat v{0}.{1} not recognized - - - This file does not have a valid notebook format - - - Cell type {0} unknown - - - Output type {0} not recognized - - - Data for {0} is expected to be a string or an Array of strings - - - Output type {0} not recognized - - - - - Search: Type Search Term and press Enter to search or Escape to cancel - - - Search - - - - - You have not opened any folder that contains notebooks/books. - - - Open Notebooks - - - The result set only contains a subset of all matches. Please be more specific in your search to narrow down the results. - - - Search in progress... - - - - No results found in '{0}' excluding '{1}' - - - - No results found in '{0}' - - - - No results found excluding '{0}' - - - - No results found. Review your settings for configured exclusions and check your gitignore files - - - - Search again - - - Search again in all files - - - Open Settings - - - Search returned {0} results in {1} files - - - Toggle Collapse and Expand - - - Cancel Search - - - Expand All - - - Collapse All - - - Clear Search Results - - - - - Changing editor types on unsaved files is unsupported - - - - - Data - - - Connection - - - Query Editor - - - Notebook - - - Dashboard - - - Profiler - - - Built-in Charts - - - - - Dashboard Tabs ({0}) - - - Id - - - Title - - - Description - - - Dashboard Insights ({0}) - - - Id - - - Name - - - When - - - - - This extension is recommended by Azure Data Studio. - - - - - Don't Show Again - - - Azure Data Studio has extension recommendations. - - - Azure Data Studio has extension recommendations for data visualization. -Once installed, you can select the Visualizer icon to visualize your query results. - - - Install All - - - Show Recommendations - - - The scenario type for extension recommendations must be provided. - - - - - Please select active cell and try again - - - Run cell - - - Cancel execution - - - Error on last run. Click to run again - - - - - The border color of tiles - - - The tile box shadow color - - - The button dropdown background hover color - - - The button dropdown box shadow color - - - The extension pack header text shadowcolor - - - The top color for the extension pack gradient - - - The bottom color for the extension pack gradient - - - The top color for the banner image gradient - - - The bottom color for the banner image gradient - - - The background color for the banner image gradient - - - Notebook: Main toolbar icons - - - Notebook: Main toolbar select box border - - - Notebook: Main toolbar select box background - - - Notebook: Main toolbar bottom border and separator - - - Notebook: Main toolbar dropdown arrow - - - Notebook: Main toolbar custom buttonMenu dropdown arrow - - - Notebook: Markdown toolbar background - - - Notebook: Markdown toolbar icons - - - Notebook: Markdown toolbar bottom border - - - Notebook: Active cell border - - - Notebook: Markdown editor background - - - Notebook: Border between Markdown editor and preview - - - Notebook: Code editor background - - - Notebook: Code editor background of active cell - - - Notebook: Code editor line numbers - - - Notebook: Code editor toolbar icons - - - Notebook: Code editor toolbar background - - - Notebook: Code editor toolbar right border - - - Tag background color. - - - Tag foreground color. - - - Color of the other search matches. The color must not be opaque so as not to hide underlying decorations. - - - Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations. - - - InfoBox: The background color when the notification type is information. - - - InfoBox: The background color when the notification type is warning. - - - InfoBox: The background color when the notification type is error. - - - InfoBox: The background color when the notification type is success. - - - Info button foreground color. - - - Info button background color. - - - Info button border color. - - - Info button hover background color. - - - Callout dialog foreground. - - - Callout dialog interior borders used for separating elements. - - - Callout dialog exterior borders to provide contrast against notebook UI. - - - Callout dialog header and footer background. - - - Callout dialog body background. - - - Callout dialog box shadow color. - - - - - Connections - - - Connect, query, and manage your connections from SQL Server, Azure, and more. - - - 1 - - - Next - - - Notebooks - - - Get started creating your own notebook or collection of notebooks in a single place. - - - 2 - - - Extensions - - - Extend the functionality of Azure Data Studio by installing extensions developed by us/Microsoft as well as the third-party community (you!). - - - 3 - - - Settings - - - Customize Azure Data Studio based on your preferences. You can configure Settings like autosave and tab size, personalize your Keyboard Shortcuts, and switch to a Color Theme of your liking. - - - 4 - - - Welcome Page - - - Discover top features, recently opened files, and recommended extensions on the Welcome page. For more information on how to get started in Azure Data Studio, check out our videos and documentation. - - - 5 - - - Finish - - - User Welcome Tour - - - Hide Welcome Tour - - - Read more - - - Help - - - - - This feature page is in preview. Preview features introduce new functionalities that are on track to becoming a permanent part the product. They are stable, but need additional accessibility improvements. We welcome your early feedback while they are under development. - - - Preview - - - Create a connection - - - Connect to a database instance through the connection dialog. - - - Run a query - - - Interact with data through a query editor. - - - Create a notebook - - - Build a new notebook using a native notebook editor. - - - Deploy a server - - - Create a new instance of a relational data service on the platform of your choice. - - - Resources - - - History - - - Name - - - Location - - - Show more - - - Show welcome page on startup - - - Useful Links - - - Getting Started - - - Discover the capabilities offered by Azure Data Studio and learn how to make the most of them. - - - Documentation - - - Visit the documentation center for quickstarts, how-to guides, and references for PowerShell, APIs, etc. - - - Videos - - - Overview of Azure Data Studio - - - Introduction to Azure Data Studio Notebooks | Data Exposed - - - Extensions - - - Show All - - - Learn more - - Azure Data Studio @@ -3713,233 +4418,306 @@ Once installed, you can select the Visualizer icon to visualize your query resul Keep up to date with how the community is using Azure Data Studio and to talk directly with the engineers. - - - Results + + + Accounts - - Messages + + Linked accounts + + + Close + + + There is no linked account. Please add an account. + + + Add an account + + + You have no clouds enabled. Go to Settings -> Search Azure Account Configuration -> Enable at least one cloud + + + You didn't select any authentication provider. Please try again. - - - There is no data provider registered that can provide view data. - - - Refresh - - - Collapse All - - - Error running command {1}: {0}. This is likely caused by the extension that contributes {1}. + + + Error adding account - - - succeeded - - - failed - - - in progress - - - not started - - - canceled - - - canceling + + + You need to refresh the credentials for this account. - - - Query Plan + + + Close + + + Adding account... + + + Refresh account was canceled by the user - - - Events (Filtered): {0}/{1} + + + Azure account - - Events: {0} - - - Event Count + + Azure tenant - - - Connect + + + Copy & Open - - Disconnect - - - Start - - - New Session - - - Pause - - - Resume - - - Stop - - - Clear Data - - - Are you sure you want to clear the data? - - - Yes - - - No - - - Auto Scroll: On - - - Auto Scroll: Off - - - Toggle Collapsed Panel - - - Edit Columns - - - Find Next String - - - Find Previous String - - - Launch Profiler - - - Filter… - - - Clear Filter - - - Are you sure you want to clear the filters? - - - - - no data available - - - - - Profiler editor for event text. Readonly - - - - - Chart cannot be displayed with the given data - - - - - Error opening link : {0} - - - Error executing command '{0}' : {1} - - - - - Refresh - - - - - The index {0} is invalid. - - - - - Show Filter - - - Select All - - - Search - - - {0} Results - This tells the user how many items are shown in the list. Currently not visible, but read by screen readers. - - - {0} Selected - This tells the user how many items are selected in the list - - - Sort Ascending - - - Sort Descending - - - OK - - - Clear - - + Cancel - - Filter Options + + User code + + + Website - - - modelview code editor for view model. + + + Cannot start auto OAuth. An auto OAuth is already in progress. - - - Hide text labels + + + Connection is required in order to interact with adminservice - - Show text labels + + No Handler Registered - - - Active tab background color for vertical tabs + + + Connection is required in order to interact with Assessment Service - - Color for borders in dashboard + + No Handler Registered - - Color of dashboard widget title + + + + Advanced Properties - - Color for dashboard widget subtext + + Discard - - Color for property values displayed in the properties container component + + + + Server Description (optional) - - Color for property names displayed in the properties container component + + + + Clear List - - Toolbar overflow shadow color + + Recent connections list cleared + + + Yes + + + No + + + Are you sure you want to delete all the connections from the list? + + + Yes + + + No + + + Delete + + + Get Current Connection String + + + Connection string not available + + + No active connection available + + + + + Browse + + + Type here to filter the list + + + Filter connections + + + Applying filter + + + Removing filter + + + Filter applied + + + Filter removed + + + Saved Connections + + + Saved Connections + + + Connection Browser Tree + + + + + Connection error + + + Connection failed due to Kerberos error. + + + Help configuring Kerberos is available at {0} + + + If you have previously connected you may need to re-run kinit. + + + + + Connection + + + Connecting + + + Connection type + + + Recent + + + Connection Details + + + Connect + + + Cancel + + + Recent Connections + + + No recent connection + + + + + Failed to get Azure account token for connection + + + Connection Not Accepted + + + Yes + + + No + + + Are you sure you want to cancel this connection? + + + + + Add an account... + + + <Default> + + + Loading... + + + Server group + + + <Default> + + + Add new group... + + + <Do not save> + + + {0} is required. + + + {0} will be trimmed. + + + Remember password + + + Account + + + Refresh account credentials + + + Azure AD tenant + + + Name (optional) + + + Advanced... + + + You must select an account + + + + + Connected to + + + Disconnected + + + Unsaved Connections + + + + + Open dashboard extensions + + + OK + + + Cancel + + + No dashboard extensions are installed at this time. Go to Extension Manager to explore recommended extensions. @@ -3947,1193 +4725,134 @@ Once installed, you can select the Visualizer icon to visualize your query resul Step {0} - - - Find + + + Done - - Find - - - Previous match - - - Next match - - - Close - - - Your search returned a large number of results, only the first 999 matches will be highlighted. - - - {0} of {1} - - - No Results - - - - - XML Showplan - - - Results grid - - - Max row count for filtering/sorting has been exceeded. To update it, you can go to User Settings and change the setting: 'queryEditor.results.inMemoryDataProcessingThreshold' - - - - - Save As CSV - - - Save As JSON - - - Save As Excel - - - Save As XML - - - Results encoding will not be saved when exporting to JSON, remember to save with desired encoding once file is created. - - - Save to file is not supported by the backing data source - - - Copy - - - Copy With Headers - - - Select All - - - Maximize - - - Restore - - - Chart - - - Visualizer - - - - - Horizontal Bar - - - Bar - - - Line - - - Pie - - - Scatter - - - Time Series - - - Image - - - Count - - - Table - - - Doughnut - - - Failed to get rows for the dataset to chart. - - - Chart type '{0}' is not supported. - - - - - Maximum row count for built-in charts has been exceeded, only the first {0} rows are used. To configure the value, you can open user settings and search for: 'builtinCharts.maxRowCount'. - - - Don't Show Again - - - - - Parameters - - - - - No script was returned when calling select script on object - - - Select - - - Create - - - Insert - - - Update - - - Delete - - - No script was returned when scripting as {0} on object {1} - - - Scripting Failed - - - No script was returned when scripting as {0} - - - - - Table header background color - - - Table header foreground color - - - List/Table background color for the selected and focus item when the list/table is active - - - Color of the outline of a cell. - - - Disabled Input box background. - - - Disabled Input box foreground. - - - Button outline color when focused. - - - Disabled checkbox foreground. - - - SQL Agent Table background color. - - - SQL Agent table cell background color. - - - SQL Agent table hover background color. - - - SQL Agent heading background color. - - - SQL Agent table cell border color. - - - Results messages error color. - - - - - Loading... - - - - - Loading... - - - - - Database - - - Files and filegroups - - - Full - - - Differential - - - Transaction Log - - - Disk - - - Url - - - Use the default server setting - - - Compress backup - - - Do not compress backup - - - Server Certificate - - - Asymmetric Key - - - - - SQL kernel error - - - A connection must be chosen to run notebook cells - - - Displaying Top {0} rows. - - - - - Message Panel - - - Copy - - - Copy All - - - - - Chart - - - - - Operation - - - Object - - - Est Cost - - - Est Subtree Cost - - - Actual Rows - - - Est Rows - - - Actual Executions - - - Est CPU Cost - - - Est IO Cost - - - Parallel - - - Actual Rebinds - - - Est Rebinds - - - Actual Rewinds - - - Est Rewinds - - - Partitioned - - - Top Operations - - - - - Toggle More - - - - + Cancel - - The task failed to cancel. - - - Script + + + + Initialize edit data session failed: - - - Delete Row + + + OK - - Revert Current Row - - - - - Find - - - Find - - - Previous match - - - Next match - - + Close - - Your search returned a large number of results, only the first 999 matches will be highlighted. + + Action - - {0} of {1} - - - No Results + + Copy details - - - Loading - - - - - Home - - - - - Failed to change database - - - - - The "{0}" section has invalid content. Please contact extension owner. - - - - - Jobs - - - Notebooks - - - Alerts - - - Proxies - - - Operators - - - - - Name - - - Last Run - - - Next Run - - - Enabled - - - Status - - - Category - - - Runnable - - - Schedule - - - Last Run Outcome - - - Previous Runs - - - No Steps available for this job. - - - Error: - - - - - Name - - - Last Occurrence - - - Enabled - - - Delay Between Responses (in secs) - - - Category Name - - - - - Step ID - - - Step Name - - - Message - - - - - Name - - - Email Address - - - Enabled - - - - - Account Name - - - Credential Name - - - Description - - - Enabled - - - - - Name - - - Target Database - - - Last Run - - - Next Run - - - Status - - - Last Run Outcome - - - Previous Runs - - - No Steps available for this job. - - - Error: - - - Notebook Error: - - - - - Date Created: - - - Notebook Error: - - - Job Error: - - - Pinned - - - Recent Runs - - - Past Runs - - - - - Nothing to show. Invoke assessment to get results - - - Display Name - - - Target - - - Severity - - - Instance {0} is totally compliant with the best practices. Good job! - - - Database {0} is totally compliant with the best practices. Good job! - - - - - Server Properties - - - - - Database Properties - - - - - Loading properties - - - Loading properties completed - - - Unable to load dashboard properties - - - - - loading objects - - - loading databases - - - loading objects completed. - - - loading databases completed. - - - Search by name of type (t:, v:, f:, or sp:) - - - Search databases - - - Unable to load objects - - - Unable to load databases - - - - - Loading {0} - - - Loading {0} completed - - - Auto Refresh: OFF - - - Last Updated: {0} {1} - - - No results to show - - - - - Steps - - - - - Add code - - - Add text - - - Create File - - - Could not display contents: {0} - - - Add cell - - - Code cell - - - Text cell - - - Run all - - - Cell - - - Code - - - Text - - - Run Cells - - - < Previous - - - Next > - - - cell with URI {0} was not found in this model - - - Run Cells failed - See error in output of the currently selected cell for more information. - - - - - No {0}renderer could be found for output. It has the following MIME types: {1} - - - safe - - - No component could be found for selector {0} - - - Error rendering component: {0} - - - - - StdIn: - - - - - Click on - - - + Code - - - or - - - + Text - - - to add a code or text cell - - - Add a code cell - - - Add a text cell - - - - - Loading - - - Loading completed - - - - - Bold - - - Italic - - - Underline - - - Highlight - - - Code - - - Link - - - List - - - Ordered list - - - Image - - - Markdown preview toggle - off - - - Heading - - - Heading 1 - - - Heading 2 - - - Heading 3 - - - Paragraph - - - Insert link - - - Insert image - - - Rich Text View - - - Split View - - - Markdown View - - - - - Expand code cell contents - - - Collapse code cell contents - - - - - Add cell - - - Code cell - - - Text cell - - - Move cell down - - - Move cell up - - - Delete - - - Add cell - - - Code cell - - - Text cell - - - - - Please run this cell to view outputs. - - - - - cell with URI {0} was not found in this model - - - Run Cells failed - See error in output of the currently selected cell for more information. - - - - - This view is empty. Add a cell to this view by clicking the Insert Cells button. - - - - - # Injected-Parameters - - - - Please select a connection to run cells for this kernel - - - Failed to delete cell. - - - Failed to change kernel. Kernel {0} will be used. Error was: {1} - - - Failed to change kernel due to error: {0} - - - Changing context failed: {0} - - - Could not start session: {0} - - - A client session error occurred when closing the notebook: {0} - - - Can't find notebook manager for provider {0} - - - - - Create Insight - - - Cannot create insight as the active editor is not a SQL Editor - - - My-Widget - - - Configure Chart - - - Copy as image - - - Could not find chart to save - - - Save as image - - - PNG - - - Saved Chart to path: {0} - - - - - Data Direction - - - Vertical - - - Horizontal - - - Use column names as labels - - - Use first column as row label - - - Legend Position - - - Y Axis Label - - - Y Axis Minimum Value - - - Y Axis Maximum Value - - - X Axis Label - - - X Axis Minimum Value - - - X Axis Maximum Value - - - X Axis Minimum Date - - - X Axis Maximum Date - - - Data Type - - - Number - - - Point - - - Chart Type - - - Encoding - - - Image Format - - - - - Edit - - - Exit - - - Refresh - - - Show Actions - - - Delete Widget - - - Click to unpin - - - Click to pin - - - Open installed features - - - Collapse Widget - - - Expand Widget - - - - - {0} is an unknown container. - - - - - Could not find component for type {0} - - - - - Loading Error... - - - - - Success - - + + Error - - Refresh + + Warning - - New Job + + Info - - Run + + Ignore - - : The job was successfully started. + + + + Selected path - - Stop + + Files of type - - : The job was successfully stopped. + + OK - - Edit Job + + Discard - - Open + + + + Select a file - - Delete Job + + + + File browser tree + FileBrowserTree - - Are you sure you'd like to delete the job '{0}'? + + + + An error occured while loading the file browser. - - Could not delete job '{0}'. -Error: {1} + + File browser error - - The job was successfully deleted + + + + All files - - New Step + + + + Copy Cell - - Delete Step + + + + No Connection Profile was passed to insights flyout - - Are you sure you'd like to delete the step '{0}'? + + Insights error - - Could not delete step '{0}'. -Error: {1} + + There was an error reading the query file: - - The job step was successfully deleted + + There was an error parsing the insight config; could not find query array/string or queryfile - - New Alert + + + + Item - - Edit Alert + + Value - - Delete Alert + + Insight Details - - Cancel + + Property - - Are you sure you'd like to delete the alert '{0}'? + + Value - - Could not delete alert '{0}'. -Error: {1} + + Insights - - The alert was successfully deleted + + Items - - New Operator + + Item Details - - Edit Operator - - - Delete Operator - - - Are you sure you'd like to delete the operator '{0}'? - - - Could not delete operator '{0}'. -Error: {1} - - - The operator was deleted successfully - - - New Proxy - - - Edit Proxy - - - Delete Proxy - - - Are you sure you'd like to delete the proxy '{0}'? - - - Could not delete proxy '{0}'. -Error: {1} - - - The proxy was deleted successfully - - - New Notebook Job - - - Edit - - - Open Template Notebook - - - Delete - - - Are you sure you'd like to delete the notebook '{0}'? - - - Could not delete notebook '{0}'. -Error: {1} - - - The notebook was successfully deleted - - - Pin - - - Delete - - - Unpin - - - Rename - - - Open Latest Run + + + + Could not find query file at any of the following paths : + {0} @@ -5186,204 +4905,17 @@ Error: {1} Never Run - - - API information + + + Connection is required in order to interact with JobManagementService - - API Version: - - - Default Ruleset Version: - - - SQL Server Instance Details - - - Version: - - - Edition: - - - Instance Name: - - - OS Version: - - - Message - - - Check ID - - - Tags - - - Learn More - - - SQL Assessment Report - - - Results for database - - - Results for server - - - Error - - - Warning - - - Information - - - Help Link - - - {0}: {1} item(s) + + No Handler Registered - - - View applicable rules - - - View applicable rules for {0} - - - Invoke Assessment - - - Invoke Assessment for {0} - - - Export As Script - - - View all rules and learn more on GitHub - - - Create HTML Report - - - Report has been saved. Do you want to open it? - - - Open - - - Cancel - - - - - Home - - - No connection information could be found for this dashboard - - - General - - - - - Show Actions - - - No matching item found - - - Filtered search list to 1 item - - - Filtered search list to {0} items - - - - - Name - - - Schema - - - Type - - - - - Run Query - - - - - Close - - - - - A view with the name {0} already exists in this notebook. - - - - - More - - - Edit - - - Close - - - Convert Cell - - - Run Cells Above - - - Run Cells Below - - - Insert Code Above - - - Insert Code Below - - - Insert Text Above - - - Insert Text Below - - - Collapse Cell - - - Expand Cell - - - Make parameter cell - - - Remove parameter cell - - - Clear Result - - - - - Select Connection - - - localhost + + + SQL @@ -5417,69 +4949,537 @@ Error: {1} Kernel {0} was not found. The default kernel will be used instead. - - - Series {0} + + + Select Connection + + + localhost - - - Close + + + # Injected-Parameters + + + + Please select a connection to run cells for this kernel + + + Failed to delete cell. + + + Failed to change kernel. Kernel {0} will be used. Error was: {1} + + + Failed to change kernel due to error: {0} + + + Changing context failed: {0} + + + Could not start session: {0} + + + A client session error occurred when closing the notebook: {0} + + + Can't find notebook manager for provider {0} - - - Table does not contain a valid image + + + No URI was passed when creating a notebook manager + + + Notebook provider does not exist - - - Insert + + + A view with the name {0} already exists in this notebook. - + + + + SQL kernel error + + + A connection must be chosen to run notebook cells + + + Displaying Top {0} rows. + + + + + Rich Text + + + Split View + + + Markdown + + + + + nbformat v{0}.{1} not recognized + + + This file does not have a valid notebook format + + + Cell type {0} unknown + + + Output type {0} not recognized + + + Data for {0} is expected to be a string or an Array of strings + + + Output type {0} not recognized + + + + + Identifier of the notebook provider. + + + What file extensions should be registered to this notebook provider + + + What kernels should be standard with this notebook provider + + + Contributes notebook providers. + + + Name of the cell magic, such as '%%sql'. + + + The cell language to be used if this cell magic is included in the cell + + + Optional execution target this magic indicates, for example Spark vs SQL + + + Optional set of kernels this is valid for, e.g. python3, pyspark, sql + + + Contributes notebook language. + + + + + Loading... + + + + + Refresh + + + Edit Connection + + + Disconnect + + + New Connection + + + New Server Group + + + Edit Server Group + + + Show Active Connections + + + Show All Connections + + + Delete Connection + + + Delete Group + + + + + Failed to create Object Explorer session + + + Multiple errors: + + + + + Cannot expand as the required connection provider '{0}' was not found + + + User canceled + + + Firewall dialog canceled + + + + + Loading... + + + + + Recent Connections + + + Servers + + + Servers + + + + + Sort by event + + + Sort by column + + + Profiler + + + OK + + Cancel - - Image location + + + + Clear all - - This computer + + Apply - - Online + + OK - - Image URL + + Cancel - - Enter image path + + Filters - - Enter image URL + + Remove this clause - - Browse + + Save Filter - - Attach image to notebook + + Load Filter - - Local + + Add a clause - - Remote + + Field - - Text to display + + Operator - - Text to display + + Value - - Address + + Is Null - - Link to an existing file or web page + + Is Not Null + + + Contains + + + Not Contains + + + Starts With + + + Not Starts With + + + + + Commit row failed: + + + Started executing query at + + + Started executing query "{0}" + + + Line {0} + + + Canceling the query failed: {0} + + + Update cell failed: + + + + + Execution failed due to an unexpected error: {0} {1} + + + Total execution time: {0} + + + Started executing query at Line {0} + + + Started executing batch {0} + + + Batch execution time: {0} + + + Copy failed with error {0} + + + + + Failed to save results. + + + Choose Results File + + + CSV (Comma delimited) + + + JSON + + + Excel Workbook + + + XML + + + Plain Text + + + Saving file... + + + Successfully saved results to {0} + + + Open file + + + + + From + + + To + + + Create new firewall rule + + + OK + + + Cancel + + + Your client IP address does not have access to the server. Sign in to an Azure account and create a new firewall rule to enable access. + + + Learn more about firewall settings + + + Firewall rule + + + Add my client IP + + + Add my subnet IP range + + + + + Error adding account + + + Firewall rule error + + + + + Backup file path + + + Target database + + + Restore + + + Restore database + + + Database + + + Backup file + + + Restore database + + + Cancel + + + Script + + + Source + + + Restore from + + + Backup file path is required. + + + Please enter one or more file paths separated by commas + + + Database + + + Destination + + + Restore to + + + Restore plan + + + Backup sets to restore + + + Restore database files as + + + Restore database file details + + + Logical file Name + + + File type + + + Original File Name + + + Restore as + + + Restore options + + + Tail-Log backup + + + Server connections + + + General + + + Files + + + Options + + + + + Backup Files + + + All Files + + + + + Server Groups + + + OK + + + Cancel + + + Server group name + + + Group name is required. + + + Group description + + + Group color + + + + + Add server group + + + Edit server group + + + + + 1 or more tasks are in progress. Are you sure you want to quit? + + + Yes + + + No + + + + + Get Started + + + Show Getting Started + + + Getting &&Started + && denotes a mnemonic \ No newline at end of file