vscode/extensions/git/package.nls.json

39 lines
1.6 KiB
JSON
Raw Normal View History

2017-01-17 16:38:00 +00:00
{
2017-02-20 14:54:22 +00:00
"command.clone": "Clone",
"command.init": "Initialize Repository",
2017-01-17 16:38:00 +00:00
"command.refresh": "Refresh",
"command.openChange": "Open Change",
"command.openFile": "Open File",
2017-02-22 15:11:32 +00:00
"command.stage": "Stage File",
"command.stageAll": "Stage All Files",
2017-02-17 15:12:13 +00:00
"command.stageSelectedRanges": "Stage Selected Ranges",
2017-02-17 20:57:24 +00:00
"command.revertSelectedRanges": "Revert Selected Ranges",
2017-02-22 15:11:32 +00:00
"command.unstage": "Unstage File",
"command.unstageAll": "Unstage All Files",
2017-02-17 15:36:17 +00:00
"command.unstageSelectedRanges": "Unstage Selected Ranges",
"command.clean": "Discard File",
"command.cleanAll": "Discard All Files",
2017-01-31 10:15:52 +00:00
"command.commit": "Commit",
2017-01-17 16:38:00 +00:00
"command.commitStaged": "Commit Staged",
"command.commitStagedSigned": "Commit Staged (Signed Off)",
"command.commitAll": "Commit All",
"command.commitAllSigned": "Commit All (Signed Off)",
"command.undoCommit": "Undo Last Commit",
"command.checkout": "Checkout to...",
"command.branch": "Create Branch...",
"command.pull": "Pull",
"command.pullRebase": "Pull (Rebase)",
"command.push": "Push",
"command.pushTo": "Push to...",
"command.sync": "Sync",
"command.publish": "Publish",
2017-01-31 15:35:00 +00:00
"command.showOutput": "Show Git Output",
2017-02-07 11:03:42 +00:00
"config.enabled": "Whether git is enabled",
2017-01-31 15:50:30 +00:00
"config.path": "Path to the git executable",
"config.autorefresh": "Whether auto refreshing is enabled",
2017-01-31 15:54:47 +00:00
"config.autofetch": "Whether auto fetching is enabled",
2017-01-31 16:06:21 +00:00
"config.enableLongCommitWarning": "Whether long commit messages should be warned about",
2017-02-07 09:47:14 +00:00
"config.confirmSync": "Confirm before synchronizing git repositories",
2017-01-31 16:13:47 +00:00
"config.countBadge": "Controls the git badge counter",
"config.checkoutType": "Controls what type of branches are listed"
2017-01-17 16:38:00 +00:00
}