提交 985962d2 编写于 作者: J Joao Moreno

Revert "provide original english translations for git"

This reverts commit b0e35687.
上级 d9bf02d1
...@@ -24,18 +24,12 @@ ...@@ -24,18 +24,12 @@
"commands": [ "commands": [
{ {
"command": "git.clone", "command": "git.clone",
"title": { "title": "%command.clone%",
"original": "Clone",
"value": "%command.clone%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.init", "command": "git.init",
"title": { "title": "%command.init%",
"original": "Initialize Repository",
"value": "%command.init%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/git.svg", "light": "resources/icons/light/git.svg",
...@@ -44,18 +38,12 @@ ...@@ -44,18 +38,12 @@
}, },
{ {
"command": "git.close", "command": "git.close",
"title": { "title": "%command.close%",
"original": "Close Repository",
"value": "%command.close%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.refresh", "command": "git.refresh",
"title": { "title": "%command.refresh%",
"original": "Refresh",
"value": "%command.refresh%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/refresh.svg", "light": "resources/icons/light/refresh.svg",
...@@ -64,10 +52,7 @@ ...@@ -64,10 +52,7 @@
}, },
{ {
"command": "git.openChange", "command": "git.openChange",
"title": { "title": "%command.openChange%",
"original": "Open Changes",
"value": "%command.openChange%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/open-change.svg", "light": "resources/icons/light/open-change.svg",
...@@ -76,10 +61,7 @@ ...@@ -76,10 +61,7 @@
}, },
{ {
"command": "git.openFile", "command": "git.openFile",
"title": { "title": "%command.openFile%",
"original": "Open File",
"value": "%command.openFile%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/open-file.svg", "light": "resources/icons/light/open-file.svg",
...@@ -88,10 +70,7 @@ ...@@ -88,10 +70,7 @@
}, },
{ {
"command": "git.openFile2", "command": "git.openFile2",
"title": { "title": "%command.openFile%",
"original": "Open File",
"value": "%command.openFile%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/open-file-mono.svg", "light": "resources/icons/light/open-file-mono.svg",
...@@ -100,18 +79,12 @@ ...@@ -100,18 +79,12 @@
}, },
{ {
"command": "git.openHEADFile", "command": "git.openHEADFile",
"title": { "title": "%command.openHEADFile%",
"original": "Open File (HEAD)",
"value": "%command.openHEADFile%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.stage", "command": "git.stage",
"title": { "title": "%command.stage%",
"original": "Stage Changes",
"value": "%command.stage%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/stage.svg", "light": "resources/icons/light/stage.svg",
...@@ -120,10 +93,7 @@ ...@@ -120,10 +93,7 @@
}, },
{ {
"command": "git.stageAll", "command": "git.stageAll",
"title": { "title": "%command.stageAll%",
"original": "Stage All Changes",
"value": "%command.stageAll%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/stage.svg", "light": "resources/icons/light/stage.svg",
...@@ -132,26 +102,17 @@ ...@@ -132,26 +102,17 @@
}, },
{ {
"command": "git.stageSelectedRanges", "command": "git.stageSelectedRanges",
"title": { "title": "%command.stageSelectedRanges%",
"original": "Stage Selected Ranges",
"value": "%command.stageSelectedRanges%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.revertSelectedRanges", "command": "git.revertSelectedRanges",
"title": { "title": "%command.revertSelectedRanges%",
"original": "Revert Selected Ranges",
"value": "%command.revertSelectedRanges%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.stageChange", "command": "git.stageChange",
"title": { "title": "%command.stageChange%",
"original": "Stage Change",
"value": "%command.stageChange%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/stage.svg", "light": "resources/icons/light/stage.svg",
...@@ -160,10 +121,7 @@ ...@@ -160,10 +121,7 @@
}, },
{ {
"command": "git.revertChange", "command": "git.revertChange",
"title": { "title": "%command.revertChange%",
"original": "Revert Change",
"value": "%command.revertChange%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/clean.svg", "light": "resources/icons/light/clean.svg",
...@@ -172,10 +130,7 @@ ...@@ -172,10 +130,7 @@
}, },
{ {
"command": "git.unstage", "command": "git.unstage",
"title": { "title": "%command.unstage%",
"original": "Unstage Changes",
"value": "%command.unstage%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/unstage.svg", "light": "resources/icons/light/unstage.svg",
...@@ -184,10 +139,7 @@ ...@@ -184,10 +139,7 @@
}, },
{ {
"command": "git.unstageAll", "command": "git.unstageAll",
"title": { "title": "%command.unstageAll%",
"original": "Unstage All Changes",
"value": "%command.unstageAll%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/unstage.svg", "light": "resources/icons/light/unstage.svg",
...@@ -196,18 +148,12 @@ ...@@ -196,18 +148,12 @@
}, },
{ {
"command": "git.unstageSelectedRanges", "command": "git.unstageSelectedRanges",
"title": { "title": "%command.unstageSelectedRanges%",
"original": "Unstage Selected Ranges",
"value": "%command.unstageSelectedRanges%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.clean", "command": "git.clean",
"title": { "title": "%command.clean%",
"original": "Discard Changes",
"value": "%command.clean%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/clean.svg", "light": "resources/icons/light/clean.svg",
...@@ -216,10 +162,7 @@ ...@@ -216,10 +162,7 @@
}, },
{ {
"command": "git.cleanAll", "command": "git.cleanAll",
"title": { "title": "%command.cleanAll%",
"original": "Discard All Changes",
"value": "%command.cleanAll%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/clean.svg", "light": "resources/icons/light/clean.svg",
...@@ -228,10 +171,7 @@ ...@@ -228,10 +171,7 @@
}, },
{ {
"command": "git.commit", "command": "git.commit",
"title": { "title": "%command.commit%",
"original": "Commit",
"value": "%command.commit%"
},
"category": "Git", "category": "Git",
"icon": { "icon": {
"light": "resources/icons/light/check.svg", "light": "resources/icons/light/check.svg",
...@@ -240,234 +180,147 @@ ...@@ -240,234 +180,147 @@
}, },
{ {
"command": "git.commitStaged", "command": "git.commitStaged",
"title": { "title": "%command.commitStaged%",
"original": "Commit Staged",
"value": "%command.commitStaged%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.commitStagedSigned", "command": "git.commitStagedSigned",
"title": { "title": "%command.commitStagedSigned%",
"original": "Commit Staged (Signed Off)",
"value": "%command.commitStagedSigned%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.commitStagedAmend", "command": "git.commitStagedAmend",
"title": { "title": "%command.commitStagedAmend%",
"original": "Commit Staged (Amend)",
"value": "%command.commitStagedAmend%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.commitAll", "command": "git.commitAll",
"title": { "title": "%command.commitAll%",
"original": "Commit All",
"value": "%command.commitAll%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.commitAllSigned", "command": "git.commitAllSigned",
"title": { "title": "%command.commitAllSigned%",
"original": "Commit All (Signed Off)",
"value": "%command.commitAllSigned%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.commitAllAmend", "command": "git.commitAllAmend",
"title": { "title": "%command.commitAllAmend%",
"original": "Commit All (Amend)",
"value": "%command.commitAllAmend%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.undoCommit", "command": "git.undoCommit",
"title": { "title": "%command.undoCommit%",
"original": "Undo Last Commit",
"value": "%command.undoCommit%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.checkout", "command": "git.checkout",
"title": { "title": "%command.checkout%",
"original": "Checkout to...",
"value": "%command.checkout%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.branch", "command": "git.branch",
"title": { "title": "%command.branch%",
"original": "Create Branch...",
"value": "%command.branch%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.deleteBranch", "command": "git.deleteBranch",
"title": { "title": "%command.deleteBranch%",
"original": "Delete Branch...",
"value": "%command.deleteBranch%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.renameBranch", "command": "git.renameBranch",
"title": { "title": "%command.renameBranch%",
"original": "Rename Branch...",
"value": "%command.renameBranch%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.merge", "command": "git.merge",
"title": { "title": "%command.merge%",
"original": "Merge Branch...",
"value": "%command.merge%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.createTag", "command": "git.createTag",
"title": { "title": "%command.createTag%",
"original": "Create Tag",
"value": "%command.createTag%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.fetch", "command": "git.fetch",
"title": { "title": "%command.fetch%",
"original": "Fetch",
"value": "%command.fetch%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.pull", "command": "git.pull",
"title": { "title": "%command.pull%",
"original": "Pull",
"value": "%command.pull%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.pullRebase", "command": "git.pullRebase",
"title": { "title": "%command.pullRebase%",
"original": "Pull (Rebase)",
"value": "%command.pullRebase%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.pullFrom", "command": "git.pullFrom",
"title": { "title": "%command.pullFrom%",
"original": "Pull from...",
"value": "%command.pullFrom%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.push", "command": "git.push",
"title": { "title": "%command.push%",
"original": "Push",
"value": "%command.push%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.pushTo", "command": "git.pushTo",
"title": { "title": "%command.pushTo%",
"original": "Push to...",
"value": "%command.pushTo%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.pushWithTags", "command": "git.pushWithTags",
"title": { "title": "%command.pushWithTags%",
"original": "Push With Tags",
"value": "%command.pushWithTags%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.sync", "command": "git.sync",
"title": { "title": "%command.sync%",
"original": "Sync",
"value": "%command.sync%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.syncRebase", "command": "git.syncRebase",
"title": { "title": "%command.syncRebase%",
"original": "Sync (Rebase)",
"value": "%command.syncRebase%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.publish", "command": "git.publish",
"title": { "title": "%command.publish%",
"original": "Publish Branch",
"value": "%command.publish%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.showOutput", "command": "git.showOutput",
"title": { "title": "%command.showOutput%",
"original": "Show Git Output",
"value": "%command.showOutput%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.ignore", "command": "git.ignore",
"title": { "title": "%command.ignore%",
"original": "Add File to .gitignore",
"value": "%command.ignore%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.stashIncludeUntracked", "command": "git.stashIncludeUntracked",
"title": { "title": "%command.stashIncludeUntracked%",
"original": "Stash (Include Untracked)",
"value": "%command.stashIncludeUntracked%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.stash", "command": "git.stash",
"title": { "title": "%command.stash%",
"original": "Stash",
"value": "%command.stash%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.stashPop", "command": "git.stashPop",
"title": { "title": "%command.stashPop%",
"original": "Pop Stash...",
"value": "%command.stashPop%"
},
"category": "Git" "category": "Git"
}, },
{ {
"command": "git.stashPopLatest", "command": "git.stashPopLatest",
"title": { "title": "%command.stashPopLatest%",
"original": "Pop Latest Stash",
"value": "%command.stashPopLatest%"
},
"category": "Git" "category": "Git"
} }
], ],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册