mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
[Loc] XLF update for 11-2-2022 (#21090)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user