mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
[Loc] XLF update for 11-2-2022 (#21090)
This commit is contained in:
@@ -142,6 +142,9 @@
|
||||
<trans-unit id="activateLanguagePack">
|
||||
<source xml:lang="en">In order to use Azure Data Studio in {0}, Azure Data Studio needs to restart.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="appName">
|
||||
<source xml:lang="en">`${appName}`: e.g. Azure Data Studio.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuredatastudio">
|
||||
<source xml:lang="en">Azure Data Studio</source>
|
||||
</trans-unit>
|
||||
@@ -217,6 +220,12 @@
|
||||
<trans-unit id="objectExplorer.context">
|
||||
<source xml:lang="en">The object explorer item context menu</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="openDefaultSettingsJson">
|
||||
<source xml:lang="en">open the default settings JSON</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="openDefaultSettingsJson.capitalized">
|
||||
<source xml:lang="en">Open Default Settings (JSON)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="postDisableTooltip">
|
||||
<source xml:lang="en">Please reload Azure Data Studio to disable this extension.</source>
|
||||
</trans-unit>
|
||||
@@ -238,9 +247,65 @@
|
||||
<trans-unit id="showReleaseNotes">
|
||||
<source xml:lang="en">Show Release Notes after an update. The Release Notes are opened in a new web browser window.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.versionMismatch">
|
||||
<source xml:lang="en">Extension is not compatible with Azure Data Studio {0}. Extension requires: {1}.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.versionMismatchVsCode">
|
||||
<source xml:lang="en">Extension is not compatible with Azure Data Studio {0}. Extension requires a newer VS Code Engine Version {1}, which is newer than what is currently supported ({2}).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.versionSyntax">
|
||||
<source xml:lang="en">Could not parse `{0}` value {1}. Please use, for example: ^1.22.0, ^1.22.x, etc.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.watcherExclude">
|
||||
<source xml:lang="en">Configure glob patterns of file paths to exclude from file watching. Patterns must match on absolute paths, i.e. prefix with `**/` or the full path to match properly and suffix with `/**` to match files within a path (for example `**/build/output/**` or `/Users/name/workspaces/project/build/output/**`). Changing this setting requires a restart. When you experience Azure Data Studio consuming lots of CPU time on startup, you can exclude large folders to reduce the initial load.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="terminal.integrated.allowChords">
|
||||
<source xml:lang="en">Whether or not to allow chord keybindings in the terminal. Note that when this is true and the keystroke results in a chord it will bypass `#terminal.integrated.commandsToSkipShell#`, setting this to false is particularly useful when you want ctrl+k to go to your shell (not Azure Data Studio).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="terminal.integrated.autoReplies">
|
||||
<source xml:lang="en">A set of messages that when encountered in the terminal will be automatically responded to. Provided the message is specific enough, this can help automate away common responses.
|
||||
|
||||
Remarks:
|
||||
|
||||
- Use {0} to automatically respond to the terminate batch job prompt on Windows.
|
||||
- The message includes escape sequences so the reply might not happen with styled text.
|
||||
- Each reply can only happen once every second.
|
||||
- Use {1} in the reply to mean the enter key.
|
||||
- To unset a default key, set the value to null.
|
||||
- Restart Azured Data Studio if new don't apply.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="terminal.integrated.commandsToSkipShell">
|
||||
<source xml:lang="en">A set of command IDs whose keybindings will not be sent to the shell but instead always be handled by Azure Data Studio. This allows keybindings that would normally be consumed by the shell to act instead the same as when the terminal is not focused, for example `Ctrl+P` to launch Quick Open.
|
||||
|
||||
&nbsp;
|
||||
|
||||
Many commands are skipped by default. To override a default and pass that command's keybinding to the shell instead, add the command prefixed with the `-` character. For example add `-workbench.action.quickOpen` to allow `Ctrl+P` to reach the shell.
|
||||
|
||||
&nbsp;
|
||||
|
||||
The following list of default skipped commands is truncated when viewed in Settings Editor. To see the full list, {1} and search for the first command from the list below.
|
||||
|
||||
&nbsp;
|
||||
|
||||
Default Skipped Commands:
|
||||
|
||||
{0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="terminal.integrated.detectLocale">
|
||||
<source xml:lang="en">Controls whether to detect and set the `$LANG` environment variable to a UTF-8 compliant option since Azure Data Studio's terminal only supports UTF-8 encoded data coming from the shell.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="terminal.integrated.env.linux">
|
||||
<source xml:lang="en">Object with environment variables that will be added to the Azure Data Studio process to be used by the terminal on Linux. Set to `null` to delete the environment variable.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="terminal.integrated.env.osx">
|
||||
<source xml:lang="en">Object with environment variables that will be added to the Azure Data Studio process to be used by the terminal on macOS. Set to `null` to delete the environment variable.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="terminal.integrated.env.windows">
|
||||
<source xml:lang="en">Object with environment variables that will be added to the Azure Data Studio process to be used by the terminal on Windows. Set to `null` to delete the environment variable.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="terminal.integrated.inheritEnv">
|
||||
<source xml:lang="en">Whether new shells should inherit their environment from Azure Data Studio, which may source a login shell to ensure $PATH and other development variables are initialized. This has no effect on Windows.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="uninstallExtensionComplete">
|
||||
<source xml:lang="en">Please reload Azure Data Studio to complete the uninstallation of the extension {0}.</source>
|
||||
</trans-unit>
|
||||
@@ -346,6 +411,9 @@
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/platform/serialization/common/serializationService" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="missingSerializationProviderError">
|
||||
<source xml:lang="en">Could not find a serialization provider with the specified ID '{0}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="noSerializationProvider">
|
||||
<source xml:lang="en">Cannot serialize data as no provider has been registered</source>
|
||||
</trans-unit>
|
||||
@@ -357,12 +425,12 @@
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/platform/theme/common/colorRegistry" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="buttonDropdo0wnBoxShadow">
|
||||
<source xml:lang="en">The button dropdown box shadow color</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="buttonDropdownBackgroundHover">
|
||||
<source xml:lang="en">The button dropdown background hover color</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="buttonDropdownBoxShadow">
|
||||
<source xml:lang="en">The button dropdown box shadow color</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="calloutDialogBodyBackground">
|
||||
<source xml:lang="en">Callout dialog body background.</source>
|
||||
</trans-unit>
|
||||
@@ -839,6 +907,12 @@
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/browser/modal/optionsDialogHelper" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="boolean.false">
|
||||
<source xml:lang="en">False</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="boolean.true">
|
||||
<source xml:lang="en">True</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="optionsDialog.defaultGroupName">
|
||||
<source xml:lang="en">General</source>
|
||||
</trans-unit>
|
||||
@@ -952,6 +1026,9 @@
|
||||
<trans-unit id="selectOperationName">
|
||||
<source xml:lang="en">Select</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectScriptForEditNotGeneratedError">
|
||||
<source xml:lang="en">Failed to generate script for Edit Data editor.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectScriptNotGeneratedError">
|
||||
<source xml:lang="en">Failed to generate select script for the selected object.</source>
|
||||
</trans-unit>
|
||||
@@ -2270,6 +2347,9 @@
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/dataExplorer/browser/dataExplorerViewlet" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="ads-connections">
|
||||
<source xml:lang="en">Icon represent a server.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataExplorer.servers">
|
||||
<source xml:lang="en">Servers</source>
|
||||
</trans-unit>
|
||||
@@ -2350,6 +2430,9 @@
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/azdataGraphView" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="executionPlanComparison.bottomPlanDiagram.ariaLabel">
|
||||
<source xml:lang="en">{0}, use arrow keys to navigate between nodes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="invalidExecutionPlanZoomError">
|
||||
<source xml:lang="en">Zoom level cannot be 0 or negative</source>
|
||||
</trans-unit>
|
||||
@@ -2418,6 +2501,12 @@
|
||||
<trans-unit id="epCompare.zoomToFit">
|
||||
<source xml:lang="en">Zoom to fit</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanComparison.bottomPlanDiagram.name">
|
||||
<source xml:lang="en">Bottom execution Plan {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanComparison.topPlanDiagram.name">
|
||||
<source xml:lang="en">Top execution Plan {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanDisableTooltip">
|
||||
<source xml:lang="en">Tooltips disabled</source>
|
||||
</trans-unit>
|
||||
@@ -2473,12 +2562,18 @@
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanContribution" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="executionPlan.tooltips.enableOnHoverTooltips">
|
||||
<source xml:lang="en">When true, enables tooltips on hover for execution plan. When false, tooltips are shown on node click or F3 key press.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanCompareCommandOriginalValue">
|
||||
<source xml:lang="en">Compare execution plans</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanCompareCommandValue">
|
||||
<source xml:lang="en">Compare execution plans</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanConfigurationTitle">
|
||||
<source xml:lang="en">Execution Plan</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanEditor" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="executionPlanEditor">
|
||||
@@ -2535,7 +2630,7 @@
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanTab" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="executionPlanTitle">
|
||||
<source xml:lang="en">Query Plan (Preview)</source>
|
||||
<source xml:lang="en">Query Plan</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanTreeTab" source-language="en" datatype="plaintext"><body>
|
||||
@@ -2549,7 +2644,7 @@
|
||||
<source xml:lang="en">Select All</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="planTreeTab.title">
|
||||
<source xml:lang="en">Plan Tree (Preview)</source>
|
||||
<source xml:lang="en">Plan Tree</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="topOperationsTableTitle">
|
||||
<source xml:lang="en">Execution Plan Tree</source>
|
||||
@@ -2559,6 +2654,9 @@
|
||||
<trans-unit id="executionPlan.SaveFileDescription">
|
||||
<source xml:lang="en">Execution Plan Files</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlan.diagram.ariaLabel">
|
||||
<source xml:lang="en">Execution Plan {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlanCompareExecutionPlanAction">
|
||||
<source xml:lang="en">Compare execution plan</source>
|
||||
</trans-unit>
|
||||
@@ -2626,7 +2724,7 @@
|
||||
<source xml:lang="en">Select All</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="topOperationsTabTitle">
|
||||
<source xml:lang="en">Top Operations (Preview)</source>
|
||||
<source xml:lang="en">Top Operations</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="topOperationsTableTitle">
|
||||
<source xml:lang="en">Top Operations</source>
|
||||
@@ -3776,6 +3874,9 @@ Error: {1}</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/notebook/browser/notebookExplorer/notebookExplorerViewlet" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="ads-notebook">
|
||||
<source xml:lang="en">Icon represent a notebook.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookExplorer.name">
|
||||
<source xml:lang="en">Notebooks</source>
|
||||
</trans-unit>
|
||||
@@ -4008,6 +4109,9 @@ Error: {1}</source>
|
||||
<trans-unit id="data">
|
||||
<source xml:lang="en">Data</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionPlan">
|
||||
<source xml:lang="en">Execution Plan</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebook">
|
||||
<source xml:lang="en">Notebook</source>
|
||||
</trans-unit>
|
||||
@@ -4529,6 +4633,9 @@ Error: {1}</source>
|
||||
<trans-unit id="resourceViewer">
|
||||
<source xml:lang="en">Resource Viewer</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="resourceViewerIcon">
|
||||
<source xml:lang="en">Icon for resource viewer.</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/resourceViewer/browser/resourceViewerActions" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="resourceViewer.refresh">
|
||||
@@ -4753,6 +4860,17 @@ Error: {1}</source>
|
||||
<trans-unit id="enablePreviewFeatures.yes">
|
||||
<source xml:lang="en">Yes (recommended)</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/welcome/notifyEncryption/notifyEncryptionDialog" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="notifyEncryption.message">
|
||||
<source xml:lang="en">Azure Data Studio now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working.{0}We recommend you review the link below for more details.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="notifyEncryption.moreInfoLink">
|
||||
<source xml:lang="en">More information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="notifyEncryption.title">
|
||||
<source xml:lang="en">Important Update</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/welcome/page/browser/az_data_welcome_page" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="welcomePage.createConnection">
|
||||
@@ -5020,6 +5138,39 @@ Error: {1}</source>
|
||||
<trans-unit id="welcomePage.willReloadAfterInstallingExtensionPack">
|
||||
<source xml:lang="en">The window will reload after installing additional support for {0}.</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/welcome/page/browser/welcomePage.contribution" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="miWelcome">
|
||||
<source xml:lang="en">&&Welcome</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="workbench.startupEditor">
|
||||
<source xml:lang="en">Controls which editor is shown at startup, if none are restored from the previous session.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="workbench.startupEditor.newUntitledFile">
|
||||
<source xml:lang="en">Open a new untitled file (only applies when opening an empty window).</source>
|
||||
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="workbench.startupEditor.none">
|
||||
<source xml:lang="en">Start without an editor.</source>
|
||||
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="workbench.startupEditor.readme">
|
||||
<source xml:lang="en">Open the README when opening a folder that contains one, fallback to 'welcomePage' otherwise. Note: This is only observed as a global configuration, it will be ignored if set in a workspace or folder configuration.</source>
|
||||
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="workbench.startupEditor.welcomePage">
|
||||
<source xml:lang="en">Open the Welcome page, with content to aid in getting started with Azure Data Studio and extensions.</source>
|
||||
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="workbench.startupEditor.welcomePageInEmptyWorkbench">
|
||||
<source xml:lang="en">Open the Welcome page when opening an empty workbench.</source>
|
||||
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="workbench.startupEditor.welcomePageWithTour">
|
||||
<source xml:lang="en">Open the welcome page with Getting Started Tour (default)</source>
|
||||
<note>This is the description for a setting. Values surrounded by single quotes are not to be translated.</note>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/accountManagement/browser/accountDialog" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="accountDialog.addConnection">
|
||||
@@ -5235,6 +5386,9 @@ Error: {1}</source>
|
||||
<trans-unit id="connectionError">
|
||||
<source xml:lang="en">Connection error</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enableTrustServerCertificate">
|
||||
<source xml:lang="en">Enable Trust server certificate</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="kerberosErrorStart">
|
||||
<source xml:lang="en">Connection failed due to Kerberos error.</source>
|
||||
</trans-unit>
|
||||
@@ -5247,9 +5401,6 @@ Error: {1}</source>
|
||||
<trans-unit id="runKinit">
|
||||
<source xml:lang="en">Run Kinit</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enableTrustServerCertificate">
|
||||
<source xml:lang="en">Enable Trust server certificate</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="trustServerCertInstructionText">
|
||||
<source xml:lang="en">Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or enable 'Trust server certificate' in the connection dialog.
|
||||
|
||||
@@ -5330,6 +5481,12 @@ Error: {1}</source>
|
||||
<trans-unit id="advanced">
|
||||
<source xml:lang="en">Advanced...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="boolean.false">
|
||||
<source xml:lang="en">False</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="boolean.true">
|
||||
<source xml:lang="en">True</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.azureAccountDropdownLabel">
|
||||
<source xml:lang="en">Account</source>
|
||||
</trans-unit>
|
||||
@@ -5378,12 +5535,6 @@ Error: {1}</source>
|
||||
<trans-unit id="serverGroup">
|
||||
<source xml:lang="en">Server group</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="boolean.true">
|
||||
<source xml:lang="en">True</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="boolean.false">
|
||||
<source xml:lang="en">False</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/connection/browser/localizedConstants" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="onDidConnectMessage">
|
||||
@@ -5441,6 +5592,9 @@ Error: {1}</source>
|
||||
<trans-unit id="errorMessageDialog.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorMessageDialog.readMore">
|
||||
<source xml:lang="en">Read More</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/errorMessage/browser/errorMessageService" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="error">
|
||||
@@ -6561,4 +6715,4 @@ Error: {1}</source>
|
||||
<source xml:lang="en">Show Getting Started</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user