add some zh_CN translate strings

fix 2 command errror in level intro3
This commit is contained in:
acecode 2013-03-04 02:58:02 +08:00
parent d17d131d24
commit 2f8fe36c91
15 changed files with 604 additions and 1701 deletions

View file

@ -9,7 +9,8 @@ exports.level = {
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\"},\"newImage\":{\"target\":\"C2\",\"id\":\"newImage\"},\"caption\":{\"target\":\"C3\",\"id\":\"caption\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"}},\"HEAD\":{\"target\":\"caption\",\"id\":\"HEAD\"}}",
"name": {
"ko": "커밋들 갖고 놀기",
"en_US": "Juggling Commits"
"en_US": "Juggling Commits",
"zh_CN": "Git提交戏法"
},
"hint": {
"en_US": "The first command is git rebase -i HEAD~2",