Files
azuredatastudio/i18n/ads-language-pack-it/translations/extensions/git.i18n.json
Alex Ma 1f08aded06 Port of langpacks for release/1.35 (#18365)
* Update to langpacks and xlfs

* fixed id for git

* changed release date
2022-02-16 12:34:19 -08:00

485 lines
31 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"dist/askpass-main": {
"missOrInvalid": "Missing or invalid credentials."
},
"dist/autofetch": {
"no": "No",
"not now": "Ask Me Later",
"suggest auto fetch": "Would you like Azure Data Studio to [periodically run 'git fetch']({0})?",
"yes": "Yes"
},
"dist/commands": {
"HEAD not available": "HEAD version of '{0}' is not available.",
"add": "Add to Workspace",
"add remote": "Add a new remote...",
"addFrom": "Add remote from URL",
"addfrom": "Add remote from {0}",
"addremote": "Add Remote",
"always": "Always",
"are you sure": "This will create a Git repository in '{0}'. Are you sure you want to continue?",
"auth failed": "Failed to authenticate to git remote.",
"auth failed specific": "Failed to authenticate to git remote:\r\n\r\n{0}",
"branch already exists": "A branch named '{0}' already exists",
"branch name": "Branch name",
"branch name format invalid": "Branch name needs to match regex: {0}",
"cant push": "Can't push refs to remote. Try running 'Pull' first to integrate your changes.",
"changed": "Log level changed to: {0}",
"checkout detached": "Checkout detached...",
"choose": "Choose Folder...",
"clean repo": "Please clean your repository working tree before checkout.",
"clonefrom": "Clone from {0}",
"cloning": "Cloning git repository '{0}'...",
"commit": "Commit Staged Changes",
"commit anyway": "Create Empty Commit",
"commit hash": "Commit Hash",
"commit message": "Commit message",
"commitMessageWithHeadLabel2": "Message (commit on '{0}')",
"confirm delete": "Are you sure you want to DELETE {0}?\r\nThis is IRREVERSIBLE!\r\nThis file will be FOREVER LOST if you proceed.",
"confirm delete multiple": "Are you sure you want to DELETE {0} files?\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST if you proceed.",
"confirm discard": "Are you sure you want to discard changes in {0}?",
"confirm discard all": "Are you sure you want to discard ALL changes in {0} files?\r\nThis is IRREVERSIBLE!\r\nYour current working set will be FOREVER LOST if you proceed.",
"confirm discard all 2": "{0}\r\n\r\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.",
"confirm discard all single": "Are you sure you want to discard changes in {0}?",
"confirm discard multiple": "Are you sure you want to discard changes in {0} files?",
"confirm emtpy commit": "Are you sure you want to create an empty commit?",
"confirm force delete branch": "The branch '{0}' is not fully merged. Delete anyway?",
"confirm force push": "You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\r\n\r\nAre you sure to continue?",
"confirm no verify commit": "You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\r\n\r\nAre you sure to continue?",
"confirm publish branch": "The branch '{0}' has no upstream branch. Would you like to publish this branch?",
"confirm restore": "Are you sure you want to restore {0}?",
"confirm restore multiple": "Are you sure you want to restore {0} files?",
"confirm stage file with merge conflicts": "Are you sure you want to stage {0} with merge conflicts?",
"confirm stage files with merge conflicts": "Are you sure you want to stage {0} files with merge conflicts?",
"create branch": "Create new branch...",
"create branch from": "Create new branch from...",
"create repo": "Initialize Repository",
"current": "Current",
"delete": "Delete File",
"delete branch": "Delete Branch",
"delete file": "Delete file",
"delete files": "Delete Files",
"deleted by them": "File '{0}' was deleted by them and modified by us.\r\n\r\nWhat would you like to do?",
"deleted by us": "File '{0}' was deleted by us and modified by them.\r\n\r\nWhat would you like to do?",
"discard": "Discard Changes",
"discardAll": "Discard All {0} Files",
"discardAll multiple": "Discard 1 File",
"force": "Force Checkout",
"force push not allowed": "Force push is not allowed, please enable it with the 'git.allowForcePush' setting.",
"git error": "Git error",
"git error details": "Git: {0}",
"git.title.diff": "{0} ⟷ {1}",
"git.title.diffRefs": "{0} ({1}) ⟷ {0} ({2})",
"git.title.index": "{0} (Index)",
"git.title.ref": "{0} ({1})",
"git.title.workingTree": "{0} (Working Tree)",
"init": "Pick workspace folder to initialize git repo in",
"init repo": "Initialize Repository",
"invalid branch name": "Invalid branch name",
"keep ours": "Keep Our Version",
"keep theirs": "Keep Their Version",
"learn more": "Learn More",
"local changes": "Your local changes would be overwritten by checkout.",
"merge commit": "The last commit was a merge commit. Are you sure you want to undo it?",
"merge conflicts": "There are merge conflicts. Resolve them before committing.",
"missing user info": "Make sure you configure your 'user.name' and 'user.email' in git.",
"never": "Never",
"never again": "OK, Don't Show Again",
"never ask again": "OK, Don't Ask Again",
"no changes": "There are no changes to commit.",
"no changes stash": "There are no changes to stash.",
"no more": "Can't undo because HEAD doesn't point to any commit.",
"no rebase": "No rebase in progress.",
"no remotes added": "Your repository has no remotes.",
"no remotes to fetch": "This repository has no remotes configured to fetch from.",
"no remotes to publish": "Your repository has no remotes configured to publish to.",
"no remotes to pull": "Your repository has no remotes configured to pull from.",
"no remotes to push": "Your repository has no remotes configured to push to.",
"no staged changes": "There are no staged changes to commit.\r\n\r\nWould you like to stage all your changes and commit them directly?",
"no stashes": "There are no stashes in the repository.",
"no tags": "This repository has no tags.",
"no verify commit not allowed": "Commits without verification are not allowed, please enable them with the 'git.allowNoVerifyCommit' setting.",
"nobranch": "Please check out a branch to push to a remote.",
"ok": "OK",
"open git log": "Open Git Log",
"open repo": "Open Repository",
"openrepo": "Open",
"openreponew": "Open in New Window",
"pick branch pull": "Pick a branch to pull from",
"pick provider": "Pick a provider to publish the branch '{0}' to:",
"pick remote": "Pick a remote to publish the branch '{0}' to:",
"pick remote pull repo": "Pick a remote to pull the branch from",
"pick stash to apply": "Pick a stash to apply",
"pick stash to drop": "Pick a stash to drop",
"pick stash to pop": "Pick a stash to pop",
"proposeopen": "Would you like to open the cloned repository?",
"proposeopen init": "Would you like to open the initialized repository?",
"proposeopen2": "Would you like to open the cloned repository, or add it to the current workspace?",
"proposeopen2 init": "Would you like to open the initialized repository, or add it to the current workspace?",
"provide branch name": "Please provide a new branch name",
"provide commit hash": "Please provide the commit hash",
"provide commit message": "Please provide a commit message",
"provide remote name": "Please provide a remote name",
"provide stash message": "Optionally provide a stash message",
"provide tag message": "Please provide a message to annotate the tag",
"provide tag name": "Please provide a tag name",
"publish to": "Publish to {0}",
"remote already exists": "Remote '{0}' already exists.",
"remote branch at": "Remote branch at {0}",
"remote name": "Remote name",
"remote name format invalid": "Remote name format invalid",
"remove remote": "Pick a remote to remove",
"repourl": "Clone from URL",
"restore file": "Restore file",
"restore files": "Restore files",
"save and commit": "Save All & Commit",
"save and stash": "Save All & Stash",
"select a branch to merge from": "Select a branch to merge from",
"select a branch to rebase onto": "Select a branch to rebase onto",
"select a ref to checkout": "Select a ref to checkout",
"select a ref to checkout detached": "Select a ref to checkout in detached mode",
"select a ref to create a new branch from": "Select a ref to create the '{0}' branch from",
"select a tag to delete": "Select a tag to delete",
"select branch to delete": "Select a branch to delete",
"select log level": "Select log level",
"selectFolder": "Select Repository Location",
"show command output": "Show Command Output",
"stash": "Stash Anyway",
"stash merge conflicts": "There were merge conflicts while applying the stash.",
"stash message": "Stash message",
"stashcheckout": "Stash & Checkout",
"sure drop": "Are you sure you want to drop the stash: {0}?",
"sync is unpredictable": "This action will push and pull commits to and from '{0}/{1}'.",
"tag at": "Tag at {0}",
"tag message": "Message",
"tag name": "Tag name",
"there are untracked files": "There are {0} untracked files which will be DELETED FROM DISK if discarded.",
"there are untracked files single": "The following untracked file will be DELETED FROM DISK if discarded: {0}.",
"undo commit": "Undo merge commit",
"unsaved files": "There are {0} unsaved files.\r\n\r\nWould you like to save them before committing?",
"unsaved files single": "The following file has unsaved changes which won't be included in the commit if you proceed: {0}.\r\n\r\nWould you like to save it before committing?",
"unsaved stash files": "There are {0} unsaved files.\r\n\r\nWould you like to save them before stashing?",
"unsaved stash files single": "The following file has unsaved changes which won't be included in the stash if you proceed: {0}.\r\n\r\nWould you like to save it before stashing?",
"warn untracked": "This will DELETE {0} untracked files!\r\nThis is IRREVERSIBLE!\r\nThese files will be FOREVER LOST.",
"yes": "Yes",
"yes discard tracked": "Discard 1 Tracked File",
"yes discard tracked multiple": "Discard {0} Tracked Files",
"yes never again": "Yes, Don't Show Again"
},
"dist/main": {
"skipped": "Skipped found git in: {0}",
"using git": "Using git {0} from {1}",
"validating": "Validating found git in: {0}"
},
"dist/model": {
"no repositories": "There are no available repositories",
"not supported": "Absolute paths not supported in 'git.scanRepositories' setting.",
"pick repo": "Choose a repository",
"too many submodules": "The '{0}' repository has {1} submodules which won't be opened automatically. You can still open each one individually by opening a file within."
},
"dist/remoteSource": {
"branch name": "Branch name",
"error": "$(error) Error: {0}",
"none found": "No remote repositories found.",
"pick url": "Choose a URL to clone from.",
"provide url": "Provide repository URL",
"provide url or pick": "Provide repository URL or pick a repository source.",
"type to filter": "Repository name",
"type to search": "Repository name (type to search)",
"url": "URL"
},
"dist/repository": {
"add known": "Would you like to add '{0}' to .gitignore?",
"added by them": "Conflict: Added By Them",
"added by us": "Conflict: Added By Us",
"always pull": "Always Pull",
"both added": "Conflict: Both Added",
"both deleted": "Conflict: Both Deleted",
"both modified": "Conflict: Both Modified",
"changes": "Changes",
"commit": "Commit",
"commit in rebase": "It's not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.",
"commitMessage": "Message ({0} to commit)",
"commitMessageCountdown": "{0} characters left in current line",
"commitMessageWarning": "{0} characters over {1} in current line",
"commitMessageWhitespacesOnlyWarning": "Current commit message only contains whitespace characters",
"commitMessageWithHeadLabel": "Message ({0} to commit on '{1}')",
"deleted": "Deleted",
"deleted by them": "Conflict: Deleted By Them",
"deleted by us": "Conflict: Deleted By Us",
"dont pull": "Don't Pull",
"git.title.deleted": "{0} (Deleted)",
"git.title.index": "{0} (Index)",
"git.title.ours": "{0} (Ours)",
"git.title.theirs": "{0} (Theirs)",
"git.title.untracked": "{0} (Untracked)",
"git.title.workingTree": "{0} (Working Tree)",
"huge": "The git repository at '{0}' has too many active changes, only a subset of Git features will be enabled.",
"ignored": "Ignored",
"index added": "Index Added",
"index copied": "Index Copied",
"index deleted": "Index Deleted",
"index modified": "Index Modified",
"index renamed": "Index Renamed",
"intent to add": "Intent to Add",
"merge changes": "Merge Changes",
"modified": "Modified",
"neveragain": "Don't Show Again",
"open": "Open",
"pull": "Pull",
"pull branch maybe rebased": "It looks like the current branch '{0}' might have been rebased. Are you sure you still want to pull into it?",
"pull maybe rebased": "It looks like the current branch might have been rebased. Are you sure you still want to pull into it?",
"pull n": "Pull {0} commits from {1}/{2}",
"pull push n": "Pull {0} and push {1} commits between {2}/{3}",
"push n": "Push {0} commits to {1}/{2}",
"push success": "Successfully pushed.",
"staged changes": "Staged Changes",
"sync changes": "Synchronize Changes",
"sync is unpredictable": "Syncing. Cancelling may cause serious damages to the repository",
"untracked": "Untracked",
"untracked changes": "Untracked Changes",
"yes": "Yes"
},
"dist/statusbar": {
"checkout": "Checkout branch/tag...",
"publish changes": "Publish Changes",
"publish to": "Publish to {0}",
"publish to...": "Publish to...",
"rebasing": "Rebasing",
"syncing changes": "Synchronizing Changes..."
},
"dist/timelineProvider": {
"git.index": "Index",
"git.timeline.detail": "{0} — {1}\r\n{2}\r\n\r\n{3}",
"git.timeline.source": "Git History",
"git.timeline.stagedChanges": "Staged Changes",
"git.timeline.uncommitedChanges": "Uncommitted Changes",
"git.timeline.you": "You",
"git.workingTree": "Working Tree"
},
"package": {
"colors.added": "Color for added resources.",
"colors.conflict": "Color for resources with conflicts.",
"colors.deleted": "Color for deleted resources.",
"colors.ignored": "Color for ignored resources.",
"colors.modified": "Color for modified resources.",
"colors.renamed": "Color for renamed or copied resources.",
"colors.stageDeleted": "Color for deleted resources which have been staged.",
"colors.stageModified": "Color for modified resources which have been staged.",
"colors.submodule": "Color for submodule resources.",
"colors.untracked": "Color for untracked resources.",
"command.addRemote": "Add Remote...",
"command.branch": "Create Branch...",
"command.branchFrom": "Create Branch From...",
"command.checkout": "Checkout to...",
"command.checkoutDetached": "Checkout to (Detached)...",
"command.cherryPick": "Cherry Pick...",
"command.clean": "Discard Changes",
"command.cleanAll": "Discard All Changes",
"command.cleanAllTracked": "Discard All Tracked Changes",
"command.cleanAllUntracked": "Discard All Untracked Changes",
"command.clone": "Clone",
"command.cloneRecursive": "Clone (Recursive)",
"command.close": "Close Repository",
"command.commit": "Commit",
"command.commitAll": "Commit All",
"command.commitAllAmend": "Commit All (Amend)",
"command.commitAllAmendNoVerify": "Commit All (Amend, No Verify)",
"command.commitAllNoVerify": "Commit All (No Verify)",
"command.commitAllSigned": "Commit All (Signed Off)",
"command.commitAllSignedNoVerify": "Commit All (Signed Off, No Verify)",
"command.commitEmpty": "Commit Empty",
"command.commitEmptyNoVerify": "Commit Empty (No Verify)",
"command.commitNoVerify": "Commit (No Verify)",
"command.commitStaged": "Commit Staged",
"command.commitStagedAmend": "Commit Staged (Amend)",
"command.commitStagedAmendNoVerify": "Commit Staged (Amend, No Verify)",
"command.commitStagedNoVerify": "Commit Staged (No Verify)",
"command.commitStagedSigned": "Commit Staged (Signed Off)",
"command.commitStagedSignedNoVerify": "Commit Staged (Signed Off, No Verify)",
"command.createTag": "Create Tag",
"command.deleteBranch": "Delete Branch...",
"command.deleteTag": "Delete Tag",
"command.fetch": "Fetch",
"command.fetchAll": "Fetch From All Remotes",
"command.fetchPrune": "Fetch (Prune)",
"command.ignore": "Add to .gitignore",
"command.init": "Initialize Repository",
"command.merge": "Merge Branch...",
"command.openAllChanges": "Open All Changes",
"command.openChange": "Open Changes",
"command.openFile": "Open File",
"command.openHEADFile": "Open File (HEAD)",
"command.openRepository": "Open Repository",
"command.publish": "Publish Branch...",
"command.pull": "Pull",
"command.pullFrom": "Pull from...",
"command.pullRebase": "Pull (Rebase)",
"command.push": "Push",
"command.pushFollowTags": "Push (Follow Tags)",
"command.pushFollowTagsForce": "Push (Follow Tags, Force)",
"command.pushForce": "Push (Force)",
"command.pushTags": "Push Tags",
"command.pushTo": "Push to...",
"command.pushToForce": "Push to... (Force)",
"command.rebase": "Rebase Branch...",
"command.rebaseAbort": "Abort Rebase",
"command.refresh": "Refresh",
"command.removeRemote": "Remove Remote",
"command.rename": "Rename",
"command.renameBranch": "Rename Branch...",
"command.restoreCommitTemplate": "Restore Commit Template",
"command.revealInExplorer": "Reveal in Side Bar",
"command.revertChange": "Revert Change",
"command.revertSelectedRanges": "Revert Selected Ranges",
"command.setLogLevel": "Set Log Level...",
"command.showOutput": "Show Git Output",
"command.stage": "Stage Changes",
"command.stageAll": "Stage All Changes",
"command.stageAllMerge": "Stage All Merge Changes",
"command.stageAllTracked": "Stage All Tracked Changes",
"command.stageAllUntracked": "Stage All Untracked Changes",
"command.stageChange": "Stage Change",
"command.stageSelectedRanges": "Stage Selected Ranges",
"command.stash": "Stash",
"command.stashApply": "Apply Stash...",
"command.stashApplyLatest": "Apply Latest Stash",
"command.stashDrop": "Drop Stash...",
"command.stashIncludeUntracked": "Stash (Include Untracked)",
"command.stashPop": "Pop Stash...",
"command.stashPopLatest": "Pop Latest Stash",
"command.sync": "Sync",
"command.syncRebase": "Sync (Rebase)",
"command.timelineCompareWithSelected": "Compare with Selected",
"command.timelineCopyCommitId": "Copy Commit ID",
"command.timelineCopyCommitMessage": "Copy Commit Message",
"command.timelineOpenDiff": "Open Changes",
"command.timelineSelectForCompare": "Select for Compare",
"command.undoCommit": "Undo Last Commit",
"command.unstage": "Unstage Changes",
"command.unstageAll": "Unstage All Changes",
"command.unstageSelectedRanges": "Unstage Selected Ranges",
"config.allowForcePush": "Controls whether force push (with or without lease) is enabled.",
"config.allowNoVerifyCommit": "Controls whether commits without running pre-commit and commit-msg hooks are allowed.",
"config.alwaysShowStagedChangesResourceGroup": "Always show the Staged Changes resource group.",
"config.alwaysSignOff": "Controls the signoff flag for all commits.",
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",
"config.autoRepositoryDetection.false": "Disable automatic repository scanning.",
"config.autoRepositoryDetection.openEditors": "Scan for parent folders of open files.",
"config.autoRepositoryDetection.subFolders": "Scan for subfolders of the currently opened folder.",
"config.autoRepositoryDetection.true": "Scan for both subfolders of the current opened folder and parent folders of open files.",
"config.autoStash": "Stash any changes before pulling and restore them after successful pull.",
"config.autofetch": "When set to true, commits will automatically be fetched from the default remote of the current Git repository. Setting to `all` will fetch from all remotes.",
"config.autofetchPeriod": "Duration in seconds between each automatic git fetch, when `#git.autofetch#` is enabled.",
"config.autorefresh": "Whether auto refreshing is enabled.",
"config.branchSortOrder": "Controls the sort order for branches.",
"config.branchValidationRegex": "A regular expression to validate new branch names.",
"config.branchWhitespaceChar": "The character to replace whitespace in new branch names.",
"config.checkoutType": "Controls what type of git refs are listed when running `Checkout to...`.",
"config.checkoutType.local": "Local branches",
"config.checkoutType.remote": "Remote branches",
"config.checkoutType.tags": "Tags",
"config.confirmEmptyCommits": "Always confirm the creation of empty commits for the 'Git: Commit Empty' command.",
"config.confirmForcePush": "Controls whether to ask for confirmation before force-pushing.",
"config.confirmNoVerifyCommit": "Controls whether to ask for confirmation before committing without verification.",
"config.confirmSync": "Confirm before synchronizing git repositories.",
"config.countBadge": "Controls the Git count badge.",
"config.countBadge.all": "Count all changes.",
"config.countBadge.off": "Turn off counter.",
"config.countBadge.tracked": "Count only tracked changes.",
"config.decorations.enabled": "Controls whether Git contributes colors and badges to the Explorer and the Open Editors view.",
"config.defaultCloneDirectory": "The default location to clone a git repository.",
"config.detectSubmodules": "Controls whether to automatically detect git submodules.",
"config.detectSubmodulesLimit": "Controls the limit of git submodules detected.",
"config.discardAllScope": "Controls what changes are discarded by the `Discard all changes` command. `all` discards all changes. `tracked` discards only tracked files. `prompt` shows a prompt dialog every time the action is run.",
"config.enableCommitSigning": "Enables commit signing with GPG or X.509.",
"config.enableSmartCommit": "Commit all changes when there are no staged changes.",
"config.enableStatusBarSync": "Controls whether the Git Sync command appears in the status bar.",
"config.enabled": "Whether git is enabled.",
"config.fetchOnPull": "When enabled, fetch all branches when pulling. Otherwise, fetch just the current one.",
"config.followTagsWhenSync": "Follow push all tags when running the sync command.",
"config.ignoreLegacyWarning": "Ignores the legacy Git warning.",
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository.",
"config.ignoreMissingGitWarning": "Ignores the warning when Git is missing.",
"config.ignoreRebaseWarning": "Ignores the warning when it looks like the branch might have been rebased when pulling.",
"config.ignoreSubmodules": "Ignore modifications to submodules in the file tree.",
"config.ignoreWindowsGit27Warning": "Ignores the warning when Git 2.25 - 2.26 is installed on Windows.",
"config.ignoredRepositories": "List of git repositories to ignore.",
"config.inputValidation": "Controls when to show commit message input validation.",
"config.inputValidationLength": "Controls the commit message length threshold for showing a warning.",
"config.inputValidationSubjectLength": "Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `config.inputValidationLength`.",
"config.openAfterClone": "Controls whether to open a repository automatically after cloning.",
"config.openAfterClone.always": "Always open in current window.",
"config.openAfterClone.alwaysNewWindow": "Always open in a new window.",
"config.openAfterClone.prompt": "Always prompt for action.",
"config.openAfterClone.whenNoFolderOpen": "Only open in current window when no folder is opened.",
"config.openDiffOnClick": "Controls whether the diff editor should be opened when clicking a change. Otherwise the regular editor will be opened.",
"config.path": "Path and filename of the git executable, e.g. `C:\\Program Files\\Git\\bin\\git.exe` (Windows). This can also be an array of string values containing multiple paths to look up.",
"config.postCommitCommand": "Runs a git command after a successful commit.",
"config.postCommitCommand.none": "Don't run any command after a commit.",
"config.postCommitCommand.push": "Run 'Git Push' after a successful commit.",
"config.postCommitCommand.sync": "Run 'Git Sync' after a successful commit.",
"config.promptToSaveFilesBeforeCommit": "Controls whether Git should check for unsaved files before committing.",
"config.promptToSaveFilesBeforeCommit.always": "Check for any unsaved files.",
"config.promptToSaveFilesBeforeCommit.never": "Disable this check.",
"config.promptToSaveFilesBeforeCommit.staged": "Check only for unsaved staged files.",
"config.promptToSaveFilesBeforeStash": "Controls whether Git should check for unsaved files before stashing changes.",
"config.promptToSaveFilesBeforeStash.always": "Check for any unsaved files.",
"config.promptToSaveFilesBeforeStash.never": "Disable this check.",
"config.promptToSaveFilesBeforeStash.staged": "Check only for unsaved staged files.",
"config.pruneOnFetch": "Prune when fetching.",
"config.pullTags": "Fetch all tags when pulling.",
"config.rebaseWhenSync": "Force git to use rebase when running the sync command.",
"config.requireGitUserConfig": "Controls whether to require explicit Git user configuration or allow Git to guess if missing.",
"config.scanRepositories": "List of paths to search for git repositories in.",
"config.showCommitInput": "Controls whether to show the commit input in the Git source control panel.",
"config.showInlineOpenFileAction": "Controls whether to show an inline Open File action in the Git changes view.",
"config.showProgress": "Controls whether git actions should show progress.",
"config.showPushSuccessNotification": "Controls whether to show a notification when a push is successful.",
"config.smartCommitChanges": "Control which changes are automatically staged by Smart Commit.",
"config.smartCommitChanges.all": "Automatically stage all changes.",
"config.smartCommitChanges.tracked": "Automatically stage tracked changes only.",
"config.suggestSmartCommit": "Suggests to enable smart commit (commit all changes when there are no staged changes).",
"config.supportCancellation": "Controls whether a notification comes up when running the Sync action, which allows the user to cancel the operation.",
"config.terminalAuthentication": "Controls whether to enable Azure Data Studio to be the authentication handler for git processes spawned in the integrated terminal. Note: terminals need to be restarted to pick up a change in this setting.",
"config.timeline.date": "Controls which date to use for items in the Timeline view.",
"config.timeline.date.authored": "Use the authored date",
"config.timeline.date.committed": "Use the committed date",
"config.timeline.showAuthor": "Controls whether to show the commit author in the Timeline view.",
"config.untrackedChanges": "Controls how untracked changes behave.",
"config.untrackedChanges.hidden": "Untracked changes are hidden and excluded from several actions.",
"config.untrackedChanges.mixed": "All changes, tracked and untracked, appear together and behave equally.",
"config.untrackedChanges.separate": "Untracked changes appear separately in the Source Control view. They are also excluded from several actions.",
"config.useCommitInputAsStashMessage": "Controls whether to use the message from the commit input box as the default stash message.",
"config.useForcePushWithLease": "Controls whether force pushing uses the safer force-with-lease variant.",
"description": "Git SCM Integration",
"displayName": "Git",
"submenu.branch": "Branch",
"submenu.changes": "Changes",
"submenu.commit": "Commit",
"submenu.commit.amend": "Amend",
"submenu.commit.signoff": "Sign Off",
"submenu.explorer": "Git",
"submenu.pullpush": "Pull, Push",
"submenu.remotes": "Remote",
"submenu.stash": "Stash",
"submenu.tags": "Tags",
"view.workbench.cloneRepository": "You can clone a repository locally.\r\n[Clone Repository](command:git.clone 'Clone a repository once the git extension has activated')",
"view.workbench.learnMore": "To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
"view.workbench.scm.disabled": "If you would like to use git features, please enable git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
"view.workbench.scm.empty": "In order to use git features, you can open a folder containing a git repository or clone from a URL.\r\n[Open Folder](command:vscode.openFolder)\r\n[Clone Repository](command:git.clone)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
"view.workbench.scm.emptyWorkspace": "The workspace currently open doesn't have any folders containing git repositories.\r\n[Add Folder to Workspace](command:workbench.action.addRootFolder)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
"view.workbench.scm.folder": "The folder currently open doesn't have a git repository. You can initialize a repository which will enable source control features powered by git.\r\n[Initialize Repository](command:git.init?%5Btrue%5D)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).",
"view.workbench.scm.missing": "A valid git installation was not detected, more details can be found in the [git output](command:git.showOutput).\r\nPlease [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).\r\nIf 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.",
"view.workbench.scm.workspace": "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.\r\n[Initialize Repository](command:git.init)\r\nTo learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm)."
}
}
}