[Loc] XLF update for 11-2-2022 (#21090)

This commit is contained in:
Alex Ma
2022-11-02 21:30:24 -07:00
committed by GitHub
parent e87995527b
commit 580f53d851
5 changed files with 304 additions and 92 deletions

View File

@@ -1,5 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/git/dist/actionButton" source-language="en" datatype="plaintext"><body>
<trans-unit id="scm button publish branch">
<source xml:lang="en">Publish Branch</source>
</trans-unit>
<trans-unit id="scm button publish branch running">
<source xml:lang="en">Publishing Branch...</source>
</trans-unit>
<trans-unit id="scm button publish title">
<source xml:lang="en">$(cloud-upload) Publish Branch</source>
</trans-unit>
<trans-unit id="scm button sync description">
<source xml:lang="en">{0} Sync Changes {1}{2}</source>
</trans-unit>
<trans-unit id="scm button sync title">
<source xml:lang="en">{0} {1}{2}</source>
</trans-unit>
<trans-unit id="syncing changes">
<source xml:lang="en">Synchronizing Changes...</source>
</trans-unit>
</body></file>
<file original="extensions/git/dist/askpass-main" source-language="en" datatype="plaintext"><body>
<trans-unit id="missOrInvalid">
<source xml:lang="en">Missing or invalid credentials.</source>
@@ -65,7 +85,7 @@
<source xml:lang="en">Can't push refs to remote. Try running 'Pull' first to integrate your changes.</source>
</trans-unit>
<trans-unit id="changed">
<source xml:lang="en">Log level changed to: {0}</source>
<source xml:lang="en">{0} Log level changed to: {1}</source>
</trans-unit>
<trans-unit id="checkout detached">
<source xml:lang="en">Checkout detached...</source>
@@ -143,7 +163,7 @@ Are you sure to continue?</source>
Are you sure to continue?</source>
</trans-unit>
<trans-unit id="confirm publish branch">
<source xml:lang="en">The branch '{0}' has no upstream branch. Would you like to publish this branch?</source>
<source xml:lang="en">The branch '{0}' has no remote branch. Would you like to publish this branch?</source>
</trans-unit>
<trans-unit id="confirm restore">
<source xml:lang="en">Are you sure you want to restore {0}?</source>
@@ -200,6 +220,12 @@ What would you like to do?</source>
<trans-unit id="discardAll multiple">
<source xml:lang="en">Discard 1 File</source>
</trans-unit>
<trans-unit id="drop all stashes">
<source xml:lang="en">Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.</source>
</trans-unit>
<trans-unit id="drop one stash">
<source xml:lang="en">Are you sure you want to drop ALL stashes? There is 1 stash that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.</source>
</trans-unit>
<trans-unit id="force">
<source xml:lang="en">Force Checkout</source>
</trans-unit>
@@ -212,11 +238,14 @@ What would you like to do?</source>
<trans-unit id="git error details">
<source xml:lang="en">Git: {0}</source>
</trans-unit>
<trans-unit id="git.timeline.openDiffCommand">
<source xml:lang="en">Open Comparison</source>
</trans-unit>
<trans-unit id="git.title.diff">
<source xml:lang="en">{0} {1}</source>
<source xml:lang="en">{0} {1}</source>
</trans-unit>
<trans-unit id="git.title.diffRefs">
<source xml:lang="en">{0} ({1}) {0} ({2})</source>
<source xml:lang="en">{0} ({1}) {0} ({2})</source>
</trans-unit>
<trans-unit id="git.title.index">
<source xml:lang="en">{0} (Index)</source>
@@ -458,7 +487,7 @@ Would you like to stage all your changes and commit them directly?</source>
<source xml:lang="en">Are you sure you want to drop the stash: {0}?</source>
</trans-unit>
<trans-unit id="sync is unpredictable">
<source xml:lang="en">This action will push and pull commits to and from '{0}/{1}'.</source>
<source xml:lang="en">This action will pull and push commits from and to '{0}/{1}'.</source>
</trans-unit>
<trans-unit id="tag at">
<source xml:lang="en">Tag at {0}</source>
@@ -518,13 +547,13 @@ These files will be FOREVER LOST.</source>
</body></file>
<file original="extensions/git/dist/main" source-language="en" datatype="plaintext"><body>
<trans-unit id="skipped">
<source xml:lang="en">Skipped found git in: {0}</source>
<source xml:lang="en">{0} Skipped found git in: {1}</source>
</trans-unit>
<trans-unit id="using git">
<source xml:lang="en">Using git {0} from {1}</source>
<source xml:lang="en">{0} Using git {1} from {2}</source>
</trans-unit>
<trans-unit id="validating">
<source xml:lang="en">Validating found git in: {0}</source>
<source xml:lang="en">{0} Validating found git in: {1}</source>
</trans-unit>
</body></file>
<file original="extensions/git/dist/model" source-language="en" datatype="plaintext"><body>
@@ -537,38 +566,12 @@ These files will be FOREVER LOST.</source>
<trans-unit id="pick repo">
<source xml:lang="en">Choose a repository</source>
</trans-unit>
<trans-unit id="repoOnHomeDriveRootWarning">
<source xml:lang="en">Unable to automatically open the git repository at '{0}'. To open that git repository, open it directly as a folder in VS Code.</source>
</trans-unit>
<trans-unit id="too many submodules">
<source xml:lang="en">The '{0}' repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within.</source>
</trans-unit>
</body></file>
<file original="extensions/git/dist/remoteSource" source-language="en" datatype="plaintext"><body>
<trans-unit id="branch name">
<source xml:lang="en">Branch name</source>
</trans-unit>
<trans-unit id="error">
<source xml:lang="en">$(error) Error: {0}</source>
</trans-unit>
<trans-unit id="none found">
<source xml:lang="en">No remote repositories found.</source>
</trans-unit>
<trans-unit id="pick url">
<source xml:lang="en">Choose a URL to clone from.</source>
</trans-unit>
<trans-unit id="provide url">
<source xml:lang="en">Provide repository URL</source>
</trans-unit>
<trans-unit id="provide url or pick">
<source xml:lang="en">Provide repository URL or pick a repository source.</source>
</trans-unit>
<trans-unit id="type to filter">
<source xml:lang="en">Repository name</source>
</trans-unit>
<trans-unit id="type to search">
<source xml:lang="en">Repository name (type to search)</source>
</trans-unit>
<trans-unit id="url">
<source xml:lang="en">URL</source>
</trans-unit>
</body></file>
<file original="extensions/git/dist/repository" source-language="en" datatype="plaintext"><body>
<trans-unit id="add known">
@@ -709,15 +712,6 @@ These files will be FOREVER LOST.</source>
<trans-unit id="push success">
<source xml:lang="en">Successfully pushed.</source>
</trans-unit>
<trans-unit id="scm button publish title">
<source xml:lang="en">$(cloud-upload) Publish Changes</source>
</trans-unit>
<trans-unit id="scm button publish tooltip">
<source xml:lang="en">Publish Changes</source>
</trans-unit>
<trans-unit id="scm button sync title">
<source xml:lang="en"> Sync Changes $(sync){0}{1}</source>
</trans-unit>
<trans-unit id="staged changes">
<source xml:lang="en">Staged Changes</source>
</trans-unit>
@@ -744,8 +738,8 @@ These files will be FOREVER LOST.</source>
<trans-unit id="checkout">
<source xml:lang="en">Checkout branch/tag...</source>
</trans-unit>
<trans-unit id="publish changes">
<source xml:lang="en">Publish Changes</source>
<trans-unit id="publish branch">
<source xml:lang="en">Publish Branch</source>
</trans-unit>
<trans-unit id="publish to">
<source xml:lang="en">Publish to {0}</source>
@@ -761,14 +755,11 @@ These files will be FOREVER LOST.</source>
</trans-unit>
</body></file>
<file original="extensions/git/dist/timelineProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="git.index">
<source xml:lang="en">Index</source>
<trans-unit id="git.timeline.email">
<source xml:lang="en">Email</source>
</trans-unit>
<trans-unit id="git.timeline.detail">
<source xml:lang="en">{0} — {1}
{2}
{3}</source>
<trans-unit id="git.timeline.openComparison">
<source xml:lang="en">Open Comparison</source>
</trans-unit>
<trans-unit id="git.timeline.source">
<source xml:lang="en">Git History</source>
@@ -782,9 +773,6 @@ These files will be FOREVER LOST.</source>
<trans-unit id="git.timeline.you">
<source xml:lang="en">You</source>
</trans-unit>
<trans-unit id="git.workingTree">
<source xml:lang="en">Working Tree</source>
</trans-unit>
</body></file>
<file original="extensions/git/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="colors.added">
@@ -820,6 +808,15 @@ These files will be FOREVER LOST.</source>
<trans-unit id="command.addRemote">
<source xml:lang="en">Add Remote...</source>
</trans-unit>
<trans-unit id="command.api.getRemoteSources">
<source xml:lang="en">Get Remote Sources</source>
</trans-unit>
<trans-unit id="command.api.getRepositories">
<source xml:lang="en">Get Repositories</source>
</trans-unit>
<trans-unit id="command.api.getRepositoryState">
<source xml:lang="en">Get Repository State</source>
</trans-unit>
<trans-unit id="command.branch">
<source xml:lang="en">Create Branch...</source>
</trans-unit>
@@ -856,6 +853,9 @@ These files will be FOREVER LOST.</source>
<trans-unit id="command.close">
<source xml:lang="en">Close Repository</source>
</trans-unit>
<trans-unit id="command.closeAllDiffEditors">
<source xml:lang="en">Close All Diff Editors</source>
</trans-unit>
<trans-unit id="command.commit">
<source xml:lang="en">Commit</source>
</trans-unit>
@@ -1001,7 +1001,7 @@ These files will be FOREVER LOST.</source>
<source xml:lang="en">Restore Commit Template</source>
</trans-unit>
<trans-unit id="command.revealInExplorer">
<source xml:lang="en">Reveal in Side Bar</source>
<source xml:lang="en">Reveal in Explorer View</source>
</trans-unit>
<trans-unit id="command.revertChange">
<source xml:lang="en">Revert Change</source>
@@ -1048,6 +1048,9 @@ These files will be FOREVER LOST.</source>
<trans-unit id="command.stashDrop">
<source xml:lang="en">Drop Stash...</source>
</trans-unit>
<trans-unit id="command.stashDropAll">
<source xml:lang="en">Drop All Stashes...</source>
</trans-unit>
<trans-unit id="command.stashIncludeUntracked">
<source xml:lang="en">Stash (Include Untracked)</source>
</trans-unit>
@@ -1150,6 +1153,12 @@ These files will be FOREVER LOST.</source>
<trans-unit id="config.checkoutType.tags">
<source xml:lang="en">Tags</source>
</trans-unit>
<trans-unit id="config.closeDiffOnOperation">
<source xml:lang="en">Controls whether the diff editor should be automatically closed when changes are stashed, committed, discarded, staged, or unstaged.</source>
</trans-unit>
<trans-unit id="config.commandsToLog">
<source xml:lang="en">List of git commands (ex: commit, push) that would have their `stdout` logged to the [git output](command:git.showOutput). If the git command has a client-side hook configured, the client-side hook's `stdout` will also be logged to the [git output](command:git.showOutput).</source>
</trans-unit>
<trans-unit id="config.confirmEmptyCommits">
<source xml:lang="en">Always confirm the creation of empty commits for the 'Git: Commit Empty' command.</source>
</trans-unit>
@@ -1201,6 +1210,9 @@ These files will be FOREVER LOST.</source>
<trans-unit id="config.enabled">
<source xml:lang="en">Whether git is enabled.</source>
</trans-unit>
<trans-unit id="config.experimental.installGuide">
<source xml:lang="en">Experimental improvements for the git setup flow.</source>
</trans-unit>
<trans-unit id="config.fetchOnPull">
<source xml:lang="en">When enabled, fetch all branches when pulling. Otherwise, fetch just the current one.</source>
</trans-unit>
@@ -1303,6 +1315,12 @@ These files will be FOREVER LOST.</source>
<trans-unit id="config.rebaseWhenSync">
<source xml:lang="en">Force git to use rebase when running the sync command.</source>
</trans-unit>
<trans-unit id="config.repositoryScanIgnoredFolders">
<source xml:lang="en">List of folders that are ignored while scanning for Git repositories when `#git.autoRepositoryDetection#` is set to `true` or `subFolders`.</source>
</trans-unit>
<trans-unit id="config.repositoryScanMaxDepth">
<source xml:lang="en">Controls the depth used when scanning workspace folders for Git repositories when `#git.autoRepositoryDetection#` is set to `true` or `subFolders`. Can be set to `-1` for no limit.</source>
</trans-unit>
<trans-unit id="config.requireGitUserConfig">
<source xml:lang="en">Controls whether to require explicit Git user configuration or allow Git to guess if missing.</source>
</trans-unit>
@@ -1366,6 +1384,9 @@ These files will be FOREVER LOST.</source>
<trans-unit id="config.timeline.showAuthor">
<source xml:lang="en">Controls whether to show the commit author in the Timeline view.</source>
</trans-unit>
<trans-unit id="config.timeline.showUncommitted">
<source xml:lang="en">Controls whether to show uncommitted changes in the Timeline view.</source>
</trans-unit>
<trans-unit id="config.untrackedChanges">
<source xml:lang="en">Controls how untracked changes behave.</source>
</trans-unit>
@@ -1384,6 +1405,9 @@ These files will be FOREVER LOST.</source>
<trans-unit id="config.useForcePushWithLease">
<source xml:lang="en">Controls whether force pushing uses the safer force-with-lease variant.</source>
</trans-unit>
<trans-unit id="config.useIntegratedAskPass">
<source xml:lang="en">Controls whether GIT_ASKPASS should be overwritten to use the integrated version.</source>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Git SCM Integration</source>
</trans-unit>
@@ -1429,7 +1453,7 @@ These files will be FOREVER LOST.</source>
</trans-unit>
<trans-unit id="view.workbench.scm.disabled">
<source xml:lang="en">If you would like to use git features, please enable git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).
To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).</source>
To learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).</source>
</trans-unit>
<trans-unit id="view.workbench.scm.empty">
<source xml:lang="en">In order to use git features, you can open a folder containing a git repository or clone from a URL.
@@ -1451,6 +1475,22 @@ To learn more about how to use git and source control in Azure Data Studio [read
<source xml:lang="en">A valid git installation was not detected, more details can be found in the [git output](command:git.showOutput).
Please [install git](https://git-scm.com/), or learn more about how to use git and source control in Azure Data Studio in [our docs](https://aka.ms/vscode-scm).
If you're using a different version control system, you can [search the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) for additional extensions.</source>
</trans-unit>
<trans-unit id="view.workbench.scm.missing.guide">
<source xml:lang="en">Install Git, a popular source control system, to track code changes and collaborate with others. Learn more in our [Git guides](https://aka.ms/vscode-scm).</source>
</trans-unit>
<trans-unit id="view.workbench.scm.missing.guide.linux">
<source xml:lang="en">Source control depends on Git being installed.
[Download Git for Linux](https://git-scm.com/download/linux)
After installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).</source>
</trans-unit>
<trans-unit id="view.workbench.scm.missing.guide.mac">
<source xml:lang="en">[Download Git for macOS](https://git-scm.com/download/mac)
After installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).</source>
</trans-unit>
<trans-unit id="view.workbench.scm.missing.guide.windows">
<source xml:lang="en">[Download Git for Windows](https://git-scm.com/download/win)
After installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).</source>
</trans-unit>
<trans-unit id="view.workbench.scm.workspace">
<source xml:lang="en">The workspace currently open doesn't have any folders containing git repositories. You can initialize a repository on a folder which will enable source control features powered by git.

View File

@@ -4,6 +4,12 @@
<trans-unit id="errorLoading">
<source xml:lang="en">Error loading saved query history items. {0}</source>
</trans-unit>
<trans-unit id="failed">
<source xml:lang="en">Failed</source>
</trans-unit>
<trans-unit id="succeeded">
<source xml:lang="en">Succeeded</source>
</trans-unit>
</body></file>
<file original="extensions/query-history/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="queryHistory.captureEnabledDesc">

View File

@@ -492,12 +492,18 @@
<trans-unit id="hr">
<source xml:lang="en">hr</source>
</trans-unit>
<trans-unit id="imageTag">
<source xml:lang="en">Image tag</source>
</trans-unit>
<trans-unit id="importElements">
<source xml:lang="en">Import Elements</source>
</trans-unit>
<trans-unit id="include">
<source xml:lang="en">Include</source>
</trans-unit>
<trans-unit id="includePermissionsInProject">
<source xml:lang="en">Include permissions in project</source>
</trans-unit>
<trans-unit id="includePermissionsLabel">
<source xml:lang="en">Include permissions</source>
</trans-unit>

View File

@@ -405,9 +405,6 @@ This may take some time.</source>
<trans-unit id="sql.migration.database.backup.load.error">
<source xml:lang="en">An error occurred while accessing database details.</source>
</trans-unit>
<trans-unit id="sql.migration.database.checksum.info.text">
<source xml:lang="en">Ensure that your backups were taken with the WITH CHECKSUM option.</source>
</trans-unit>
<trans-unit id="sql.migration.database.connection.error">
<source xml:lang="en">An error occurred while connecting to target migration database.</source>
</trans-unit>
@@ -744,9 +741,6 @@ This may take some time.</source>
<trans-unit id="sql.migration.last.applied.lsn">
<source xml:lang="en">Last applied LSN</source>
</trans-unit>
<trans-unit id="sql.migration.last.backup">
<source xml:lang="en">Last backup</source>
</trans-unit>
<trans-unit id="sql.migration.last.scan.completed">
<source xml:lang="en">Last scan completed: {0}</source>
</trans-unit>
@@ -1272,6 +1266,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.sku.azureConfiguration.generalPurpose">
<source xml:lang="en">General purpose</source>
</trans-unit>
<trans-unit id="sql.migration.sku.azureConfiguration.hyperscale">
<source xml:lang="en">Hyperscale</source>
</trans-unit>
<trans-unit id="sql.migration.sku.azureConfiguration.mi">
<source xml:lang="en">{0} - {1} - {2} vCore</source>
</trans-unit>
@@ -1705,16 +1702,10 @@ This may take some time.</source>
<source xml:lang="en">Status: Succeeded</source>
</trans-unit>
<trans-unit id="sql.migration.status.error.count.multiple">
<source xml:lang="en">{0} Errors)</source>
</trans-unit>
<trans-unit id="sql.migration.status.error.count.none">
<source xml:lang="en">{0}</source>
<source xml:lang="en"> ({0} errors)</source>
</trans-unit>
<trans-unit id="sql.migration.status.error.count.single">
<source xml:lang="en">{0} Error)</source>
</trans-unit>
<trans-unit id="sql.migration.status.error.count.some">
<source xml:lang="en">{0} (</source>
<source xml:lang="en"> ({0} error)</source>
</trans-unit>
<trans-unit id="sql.migration.status.failed">
<source xml:lang="en">Failed</source>
@@ -1722,9 +1713,15 @@ This may take some time.</source>
<trans-unit id="sql.migration.status.inprogress">
<source xml:lang="en">In progress</source>
</trans-unit>
<trans-unit id="sql.migration.status.readyforcutover">
<source xml:lang="en">Ready for cutover</source>
</trans-unit>
<trans-unit id="sql.migration.status.refresh.label">
<source xml:lang="en">Refresh</source>
</trans-unit>
<trans-unit id="sql.migration.status.restoring">
<source xml:lang="en">Restoring</source>
</trans-unit>
<trans-unit id="sql.migration.status.retriable">
<source xml:lang="en">Retriable</source>
</trans-unit>
@@ -1737,11 +1734,20 @@ This may take some time.</source>
<trans-unit id="sql.migration.status.succeeded">
<source xml:lang="en">Succeeded</source>
</trans-unit>
<trans-unit id="sql.migration.status.uploadingfullbackup">
<source xml:lang="en">Uploading full backup</source>
</trans-unit>
<trans-unit id="sql.migration.status.uploadinglogbackup">
<source xml:lang="en">Uploading log backup(s)</source>
</trans-unit>
<trans-unit id="sql.migration.status.value">
<source xml:lang="en">{0}</source>
</trans-unit>
<trans-unit id="sql.migration.status.warning.count.multiple">
<source xml:lang="en">{0} Warnings)</source>
<source xml:lang="en"> ({0} warnings)</source>
</trans-unit>
<trans-unit id="sql.migration.status.warning.count.single">
<source xml:lang="en">{0} Warning)</source>
<source xml:lang="en"> ({0} warning)</source>
</trans-unit>
<trans-unit id="sql.migration.storage.account">
<source xml:lang="en">Storage account</source>

View File

@@ -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.
&amp;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.
&amp;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.
&amp;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">&amp;&amp;Welcome</source>
<note>&amp;&amp; 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>